 .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.rodal,
.rodal-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.rodal {
    position: fixed;
}

/* -- mask -- */
.rodal-mask {
    position: absolute;
    background: rgba(0, 0, 0, .3);
}

/* -- dialog -- */
.rodal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

/* -- close button -- */
.rodal-close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
}

.rodal-close:before,
.rodal-close:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #999;
    border-radius: 100%;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.rodal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rodal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rodal-close:hover:before,
.rodal-close:hover:after {
    background: #333;
}

/* -- fade -- */
@-webkit-keyframes rodal-fade-enter {
    from {
        opacity: 0;
    }
}

@keyframes rodal-fade-enter {
    from {
        opacity: 0;
    }
}

.rodal-fade-enter {
    -webkit-animation: rodal-fade-enter both ease-in;
    animation: rodal-fade-enter both ease-in;
}

@-webkit-keyframes rodal-fade-leave {
    to {
        opacity: 0
    }
}

@keyframes rodal-fade-leave {
    to {
        opacity: 0
    }
}

.rodal-fade-leave {
    -webkit-animation: rodal-fade-leave both ease-out;
    animation: rodal-fade-leave both ease-out;
}

/* -- zoom -- */
@-webkit-keyframes rodal-zoom-enter {
    from {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes rodal-zoom-enter {
    from {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.rodal-zoom-enter {
    -webkit-animation: rodal-zoom-enter both cubic-bezier(0.4, 0, 0, 1.5);
    animation: rodal-zoom-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-zoom-leave {
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes rodal-zoom-leave {
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.rodal-zoom-leave {
    -webkit-animation: rodal-zoom-leave both;
    animation: rodal-zoom-leave both;
}

/* -- slideDown -- */
@-webkit-keyframes rodal-slideDown-enter {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

@keyframes rodal-slideDown-enter {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

.rodal-slideDown-enter {
    -webkit-animation: rodal-slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5);
    animation: rodal-slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideDown-leave {
    to {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

@keyframes rodal-slideDown-leave {
    to {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

.rodal-slideDown-leave {
    -webkit-animation: rodal-slideDown-leave both;
    animation: rodal-slideDown-leave both;
}

/* -- slideLeft -- */
@-webkit-keyframes rodal-slideLeft-enter {
    from {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
}

@keyframes rodal-slideLeft-enter {
    from {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
}

.rodal-slideLeft-enter {
    -webkit-animation: rodal-slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5);
    animation: rodal-slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideLeft-leave {
    to {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
}

@keyframes rodal-slideLeft-leave {
    to {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
}

.rodal-slideLeft-leave {
    -webkit-animation: rodal-slideLeft-leave both;
    animation: rodal-slideLeft-leave both;
}

/* -- slideRight -- */
@-webkit-keyframes rodal-slideRight-enter {
    from {
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }
}

@keyframes rodal-slideRight-enter {
    from {
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }
}

.rodal-slideRight-enter {
    -webkit-animation: rodal-slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5);
    animation: rodal-slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideRight-leave {
    to {
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }
}

@keyframes rodal-slideRight-leave {
    to {
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }
}

.rodal-slideRight-leave {
    -webkit-animation: rodal-slideRight-leave both;
    animation: rodal-slideRight-leave both;
}

/* -- slideUp -- */
@-webkit-keyframes rodal-slideUp-enter {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}

@keyframes rodal-slideUp-enter {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}

.rodal-slideUp-enter {
    -webkit-animation: rodal-slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5);
    animation: rodal-slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideUp-leave {
    to {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}

@keyframes rodal-slideUp-leave {
    to {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}

.rodal-slideUp-leave {
    -webkit-animation: rodal-slideUp-leave both;
    animation: rodal-slideUp-leave both;
}

/* -- flip -- */
@-webkit-keyframes rodal-flip-enter {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes rodal-flip-enter {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.rodal-flip-enter {
    -webkit-animation: rodal-flip-enter both ease-in;
    animation: rodal-flip-enter both ease-in;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes rodal-flip-leave {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
    }
}

@keyframes rodal-flip-leave {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
    }
}

.rodal-flip-leave {
    -webkit-animation: rodal-flip-leave both;
    animation: rodal-flip-leave both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

/* -- rotate -- */
@-webkit-keyframes rodal-rotate-enter {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(.3, .3, .3);
        transform: rotate3d(0, 0, 1, -180deg) scale3d(.3, .3, .3);
    }
}

@keyframes rodal-rotate-enter {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(.3, .3, .3);
        transform: rotate3d(0, 0, 1, -180deg) scale3d(.3, .3, .3);
    }
}

.rodal-rotate-enter {
    -webkit-animation: rodal-rotate-enter both;
    animation: rodal-rotate-enter both;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rodal-rotate-leave {
    to {
        -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(.3, .3, .3);
        transform: rotate3d(0, 0, 1, 180deg) scale3d(.3, .3, .3);
    }
}

@keyframes rodal-rotate-leave {
    to {
        -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(.3, .3, .3);
        transform: rotate3d(0, 0, 1, 180deg) scale3d(.3, .3, .3);
    }
}

.rodal-rotate-leave {
    -webkit-animation: rodal-rotate-leave both;
    animation: rodal-rotate-leave both;
    -webkit-transform-origin: center;
    transform-origin: center;
}

/* -- door -- */
@-webkit-keyframes rodal-door-enter {
    from {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
}

@keyframes rodal-door-enter {
    from {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
}

.rodal-door-enter {
    -webkit-animation: rodal-door-enter both cubic-bezier(0.4, 0, 0, 1.5);
    animation: rodal-door-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-door-leave {
    60% {
        -webkit-transform: scale3d(.01, 1, 1);
        transform: scale3d(.01, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0, 1, .1);
        transform: scale3d(0, 1, .1);
    }
}

@keyframes rodal-door-leave {
    60% {
        -webkit-transform: scale3d(.01, 1, 1);
        transform: scale3d(.01, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0, 1, .1);
        transform: scale3d(0, 1, .1);
    }
}

.rodal-door-leave {
    -webkit-animation: rodal-door-leave both;
    animation: rodal-door-leave both;
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #214673;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014"; }

dl.row > dd + dt {
  clear: left; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem; }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #43a7fd; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #43a7fd; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' 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"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }
  .custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: ""; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #55595c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\A0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #818a91;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .tag:empty {
    display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.tag-default {
  background-color: #818a91; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #687077; }

.tag-primary {
  background-color: #0275d8; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #025aa5; }

.tag-success {
  background-color: #5cb85c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44; }

.tag-info {
  background-color: #5bc0de; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5; }

.tag-warning {
  background-color: #f0ad4e; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ec971f; }

.tag-danger {
  background-color: #d9534f; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0.25rem; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

.progress-success[value]::-ms-fill {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

.progress-danger[value]::-ms-fill {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media,
.media-body {
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #818a91; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #a8d6fe; }

.list-group-flush .list-group-item {
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203A"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.clearfix::after, .sidebar__nav__link::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container {
    right: auto;
    left: 0;
    width: 100%; }
  .intl-tel-input.allow-dropdown .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
 height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/9c96e0ed7093c095fd33870329282962.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url(/432eae68d4352d697544cabfe454baed.png); } }

.iti-flag.np {
  background-color: transparent; }

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative; }

/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none; }

/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3; }

/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important; }

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible; }

/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important; }

/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px; }

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px; }

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }
  .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px; }

/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px; }

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px; }

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px; }
  .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px; }

/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden; }
  .ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0; }
  .ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px; }
    .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
      opacity: 1;
      top: 26px;
      margin-top: 0; }
    .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
      padding-top: 32px; }
      .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
        top: 4px; }

/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden; }
  .ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0; }
  .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
  .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px; }
  .ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px; }
    .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
      opacity: 1; }
    .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
      padding-bottom: 32px; }

/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden; }
  .ladda-button[data-style=slide-left] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden; }
  .ladda-button[data-style=slide-right] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden; }
  .ladda-button[data-style=slide-up] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden; }
  .ladda-button[data-style=slide-down] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden; }

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5); }

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden; }

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2); }

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2); }

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px; }

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px; }

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1; }

/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0); }

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8); }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

body {
  background-color: #EFF2F7; }

a {
  outline: 0; }

.content {
  position: relative;
  top: 71px;
  padding: 0 5px 0 125px; }

.content__lg {
  max-width: 845px;
  margin: 0 auto; }

.sm__space {
  margin-top: 20px;
  height: 70px; }

.no__focus {
  pointer-events: none; }
  .no__focus svg {
    fill: #999; }

.ps-scrollbar-y-rail:hover {
  background: none !important; }
  .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    width: 7px !important; }

.ps-scrollbar-y-rail:active {
  background: none !important; }
  .ps-scrollbar-y-rail:active .ps-scrollbar-y {
    width: 7px !important; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.no-scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.section {
  margin: 2em 0;
  padding: 2rem 1.7rem; }

.section__white {
  background: #FFF; }

.section__header {
  padding: 0.3em 0 0.3em 1.2em;
  font-size: 600; }

.section__white--rounded {
  border-radius: 5px; }

.col__centered {
  float: none !important;
  margin: auto !important; }

._pointer {
  cursor: pointer; }

._relative {
  position: relative; }

@media only screen and (min-width: 992px) {
  html {
    font-size: 14px; } }

.text__align--center {
  text-align: center; }

.text__align--left {
  text-align: left; }

.text__align--right {
  text-align: right; }

.text__w--bold {
  font-weight: 600; }

.text__ca {
  text-transform: capitalize; }

.text__uc {
  text-transform: uppercase; }

.text__c--lemon {
  color: #85B24E !important; }

.text__c--light-blue {
  color: #01B8DB !important; }

.text__color--white {
  color: #FFF !important; }

.space--left {
  margin-left: 1em; }

.space--right {
  margin-right: 1em; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding {
  padding: 0; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.no-margin {
  margin: 0; }

.alert-error {
  background-color: #EE312A;
  border-color: #EE312A;
  color: #FFF; }
  .alert-error hr {
    border-top-color: #ec1b13; }
  .alert-error .alert-link {
    color: #e6e6e6; }
  .alert-error .close {
    color: black; }

.alert-ok {
  background-color: #3d8b40;
  border-color: #3d8b40;
  color: #FFF; }
  .alert-ok hr {
    border-top-color: #357a38; }
  .alert-ok .alert-link {
    color: #e6e6e6; }
  .alert-ok .close {
    color: black; }

.alert-verified {
  background-color: #00425F;
  border-color: transparent;
  color: #FFF; }
  .alert-verified hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-verified .alert-link {
    color: #e6e6e6; }

.alert-restricted {
  background-color: rgba(128, 128, 128, 0.35);
  border-color: transparent;
  color: #040404;
  cursor: pointer; }
  .alert-restricted hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-restricted .alert-link {
    color: black; }

.alert__icon svg {
  width: 1.4em;
  height: 1.4em;
  float: left;
  margin-top: 7px;
  position: relative; }

.alert__text {
  padding: 0 2em; }

.section__alert {
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 80%;
  -webkit-animation: section__alert__animation 200ms cubic-bezier(0.4, 0, 0, 1.5);
  animation: section__alert__animation 200ms cubic-bezier(0.4, 0, 0, 1.5); }
  .section__alert.success {
    background: rgba(61, 139, 64, 0.87) !important; }
  .section__alert.error {
    background: rgba(238, 49, 42, 0.89) !important;
    border-color: rgba(238, 49, 42, 0.89) !important; }

@-webkit-keyframes section__alert__animation {
  from {
    transform: scale(0.5); }
  to {
    transform: scale(1); } }

@keyframes section__alert__animation {
  from {
    transform: scale(0.5); }
  to {
    transform: scale(1); } }

.section__alert__close {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 20px; }

.alert__icon__wrapper {
  position: absolute;
  left: 0;
  top: 8px;
  left: 8px; }

.f-width {
  width: 100%; }

.section__loader img {
  width: 60px; }

.field__loader {
  margin: 0 auto;
  text-align: center; }
  .field__loader img {
    width: 2em; }

.inline__field__loader {
  display: inline;
  position: absolute;
  line-height: 4.5em;
  font-size: 1em;
  right: 1.5em;
  z-index: 1;
  top: .5em; }
  .inline__field__loader img {
    width: 2em; }

.intl-tel-input {
  width: 100%; }

.react-datepicker__input-container {
  width: 100%; }

.transfer__ecash .verified--header--flag {
  padding-left: 9.63em !important; }

.react-datepicker-wrapper {
  width: 100%; }

.react-date-picker__button {
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.react-calendar button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; }

.react-date-picker {
  width: 100%; }

.divider {
  height: 1px;
  background: #cdd6e6;
  width: 100%;
  margin: 15px 0 5px 0; }

.underline {
  background-color: #EEE;
  margin: 10px 0;
  height: 1px; }

.parsley-error {
  background: #fde8e7; }

.parsley-errors-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }
  .parsley-errors-list > li {
    color: #f25f59;
    font-size: 0.72rem;
    font-weight: 600;
    display: none; }
    .parsley-errors-list > li:first-child {
      display: list-item; }

.relative {
  position: relative; }

.hidden {
  display: none !important; }

.hidden__button {
  visibility: hidden;
  position: absolute;
  height: 0;
  left: -100px; }

.react-datepicker-popper {
  z-index: 999999 !important; }

.light--tooltip {
  position: relative;
  display: inline-block; }
  .light--tooltip .tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: #ffffff;
    font-size: 0.8em;
    color: #4d4d4d;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 110%; }
    .light--tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #ffffff transparent transparent; }
    .light--tooltip .tooltiptext svg {
      width: 1em;
      height: 1em;
      position: relative;
      top: 2px;
      right: 4px; }
      .light--tooltip .tooltiptext svg path {
        fill: #ffbf00; }
  .light--tooltip:hover .tooltiptext {
    visibility: visible; }

#wrapper .iti-flag {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAFf4AAAAPCAYAAAAb+RpkAACAAElEQVR4AezBB2BVhdmA4fc7565MMgh7hwRkgwNkSQQKdU8cbW21ilZaK86q4ALUVqzrR6tIrVoXiFJABRERUcEFAQwjJOwRRsged5zz/eeEYiFEhlwUW59H5o4cr2l9uzNqVgHTZ69iwSALV7/5AQY3VcZkpRBMzyBr3CJsy+KQ8sYIrkavKbVVBpg47kmuvmAuGmI/4oPCKQ3ZeFsmRqxFbd2KPxUcCso+SvwmLYefQInfBOXIPbJU2EOpw+nAWCDI/vzAqOvgg5MAiwNdi+A4y5eoM0OlRMNZvkRmhkoFx9yR4zWtb3dGzSpg+uxVLBhk4eo3P8DgpsqYrBSC6RlkjVuEbVkcUt4YwbG5RSslipptXC84VpOiRFE7dguOxcmZShT1KMoVHL1HL1YOwlbFskEA0xSEg/t0TA/Bccsb65QoGn9Ra6HGcOWICCDsESaNErpKGf3b+Mnq3Yp+Lz0hOApPOFWJotSVCwXH578dpTEDenHHW2Fmvr2OFWetxNXhnS6c1aSUh86xKM7sRv8b8rDDFv9hs4fB/m4VHFl/zlccYggoqCpHY97t6YLrwpeV2lTIueFWEh4KULUphkaT8mnxxJOUVMeCKAc19ReC628LlGi6rp/gSp+gOHxekzOzWqJq4q36iInX/IV6MSHUpk7ihbPG/o63v+gKHotv5I8QXJn3KLVFDC7puZHXbpkHIQ/78UW4dHwWr3/WAjw2B8i9T3Bdf44STU9NF/ZQamnS0M9nM0+mcUM/tq3UMEALlYoRQbRQwWA/qSsXCo6ijp2VKErOWS441EEUiQOHOqil6utV7Jr0CsXvvE9kxy4Q4XD1KMoVHLaqUh1k891/ZueE58E0EK8XVDkoETQcBssm7frf0HTMn5CAH0NEcD14vvIt6vsi5PT/ivq+CMrh8XTdIbjSJyi1hW2GnZvB608MoS4VN40mOGM2eD3UlrpyoeCYO3K8pvXtzqhZBUyfvYoFgyxc/eYHGNxUGZOVgrZJx3P7nXgiYQ6l+64cwVG9pb9qZC3YJaAK4gXxAAYggHIkYlptFxw5HVsoUdQxZ6PgeLNZeyWKLti8SnBN7K1E0zWfCq4upyhX3Qyt20E4BKoclYt7Cg7NaaUcLROoAt6oRMbtEBxFHTsr+wqHSRh9J1euNnnptfl8PvlWOo66kdC69WAYHEpyznLBcevkNUoUPTwsQ3BseOxpNWNi2PHmDIIF2xHD4Gj0WvKR4Pg4taNyEGHLJmLZKOA1DbymwcH0LcwRHArKvurVgw0boF49DqqkBFq2hJIS9iUguO5FsaFBAHqkwOc7YXcEEA7OZg+D/d2L4LpHle9KAYXTW33M+JTbSXx2I23f3Sy4ut2vOExRWqcVkbe9PohNDRHG7/iCM8s343o7vhm3NDgZVPlW2XcLrgkDlcNlQ79Ug2kneannAWUfplDy0k7qj/pccCgo35GA4Ki6B6U2C8yuw/Be9Dp1ueTDp5mc/ykYHg5w1T8Ex9yR4zWtb3dGzSpg+nurWDDQwtVvfoDBTZUxA1IIts0ga9wibMsCEQhGEFNwqaXg94AqNfLGCK5TX1Fqi9hcMrAFrz3YjyMlDlx3XqHUZgiD1+zikVm5RAxhXxqBlmMqSR4cQiMcwNN1h+BYe0KSspcCQg0jVrGrBWyOSJuVxYIjsrSBEkWerjsEV/oEpbawzbBzM3j9iSHUpeKm0QRnzAavh9pSVy4UXB3uVqJpxf2CY2KTQTom4TQ2epJBwxy1FSMFV68nlWha9AfB1fEeRRVsBdPgqOXcJzh8PZ/WpL4f4W+2GSwTtQ0Ol9eATnE2C0sMYgxQYPNtHwgOdRBF4sBx1djX9cHrz6BBcjzRIA72UKJLcMy75WFN6dWdu+ZuZ+bcXD7qU42r/xcJDGxgM7ZvPex27dndtBUJsT5GP/weTRomcPO1A9hZWM79j31Atw4N+O2lp7B1RxnnDTpBcHy9vVpfXVbK9vIIPlM4Wk+d01hwfBrfTanFrg7SctxImt12DbvemM3qy0ZiBPwcjt7l2YJrxGnKt1EY2qKagbu/QBo+xVzfat5d8QUYJt9qwnzB1fkq5duEwvz+iiE8eecvcG2+7X52THge8fv4Nj2KcgXXVScqB6UkBuLYNP4dEmPiORRx4Pg0roUSRb0rNgoOzUeJIklHcAx9fLUSRbP+2E5wLE7OVKKoR1Gu4BgVl6yPVBZTpUqUCI4V9U/RRR0tPu5msbidxaaGNtU+EAXTAtPmiOy+MEdwfBrXQomi3hUbBYf/z92UQxGbGmpwKMHbswXXic8o0fTVtYJDHdTy2KuLGPnQ2+A1adMsmTVv3YAhwuEQB473Rz6gDfqeyKg5+Uyfs5SP+ieCQv9FlQxu5GdM/+ZE2rfjxcZdMfg3BURBAcEh7PW3rKaCY+7I8ZrWtzujZhUwffYqFgyycPWbH2BwU2VMVgrB9Ayyxi3CtixqqLIfEb6RN0Zw3Do9XzkEW6lhCIf08DnpgkMd1HLj1HW0fvTPXLkrmyE9b+CFRy4gs36AwyEOXOkTlNrCNsPOzeD1J4ZQl4qbRhOcMRu8HmpLXblQcP39N0o0XfUPwbH513/Q1N9cwo72Xbj7iXm8OvUrQtVh8HkgZPH6I+fS9c4bcS194DEuuflf4DMhbOOvF8eFJ6ZxQ2ALTcp30WjkNfh6dBUci5MzVRRsixoaERJPDeMqXejFlXhqGFfpQi+uxFPDuEoXehGP4jJMUIEeRbmCQx0czOTJcMkl1Hj9dRg2jIMRB47X5zewb17SkC1VHvEZytEK3p4tONTBQZRceStVr72NK+bSM6n3/MMcjDhwLE7OVKKoR1Gu4FAHh1BdWoYrkJjAoYgDhzqIInHgWJycqURRj6JcwbE4OVOpRSOQPDhEyzGVaIT9mKIMW9GDKTubgtgc4Pf/EFxtH1JcIQ+/OuMrFixrxfptyWDa1Ah7GHLqKorLYvjs6xbgtahhC2n1Khl2+nImvHEqeC1q5P1JcJzwyFnaMHEmthIVHw1HcCRc8ZbaqjRJimHp+MGMnbqSR2bm4vMYRGzFsm1AOFyhVy4UHO+PfFgb9OnBXbMLmDF7FQsGWbj6zQ8wqKkydkAKwbYZZI1bhG1ZuLyGTb2YIEWVASwV9pM3RnD8/OlspZaIrfRLT2L0kFbUZczs9SzIL8ZjCLW9+7tuguPJ9DP0SyMFE+VoWAgn2bv5Q/47gmNxcqZSi4YhaVCY1g9WYIc4Ip6uOwTHqf1P1q63DGNDfCnzt6ymsroYxAYxQQyO2FXvCo61JyQpUdRmZbHg+Py3ozRmQC/ueCvMzLfXseKslbg6vNOFs5qU8tA5FsWZ3eh/Qx522OI/bPYw2N+tguvmJUo0PdJdcCgoUSQguFo9r0TT+isFx1cd+itRdOKKjwSHOqjD5C82ctnfPsHrM9lX2PLz6tCHGdb6E7A5gJyE4FicnKlEUY+iXME1cahSmx3hwvQBvDHwLur0ykWwdCqYHEAeRHCogygSB44l9TsqUdR9V47g0GdOVKJIrv1KcMy75WFN6dWdu+ZuZ+bcXD7qU42r/xcJDGxgM7ZvPex27dndtBUJsT5GP/weTRomcPO1A9hZWM79j31Atw4N+O2lp7B1RxnnDTpBcCxOzlSiqEdRruBIf36AEkX5V34ouHo9rewrbHHt5T14oGI2xTPfoeDRf9L31nmorRyWRb8TXE/8TKnNjjAs83Re//ld1GX9zXexe+YsxOulth45nwmOdSld1ExJov7EPxMzoBe12VYVlr0NFEyzMYYZQ21VHy5i1zW3Y+0upvXuZYIjvBT1eOHdXcnctakFS8oTQBREOSgVUKF7fBljm23kjLQiImHwdkVw/COhuf5fVSFfRiqJEsGhDqJIHOyhRJfgKEjurERRo6LlgsPs8oISRdayXwuOxcmZSl0UiLMx0yzsnR48jS2IswnleZAKA4Q69SjKFRy3/L2z3tiqnKaxEbCFoyW9Nwquv/9cORIqtAiE+L8WG9j2XgE3P1JOeaWyD8F11gtKNM38teBQB1EkDlzt6itntIUEP0RsjtoDCwTH3JHjNa1vd0bNKmD67FUsGGTh6jc/wOCmypisFILpGWSNW4RtWXxDAVUwhP3kjREcadPmajNzB0siGYDNUTv/FMGxODlTiaIeRbmCo7BZWyWKUjfnCY7hX6pyCMoewqE9e5IIro73KPtSAVG+s5z7BEf124bmlscioqQQoQlBasRCcYWHSNDEJYACAigg7KHsIYZNYj0L39m24Gp/naIKCojQRat4OrQJlO+kz4YPBFer55VoWn+l4LBmpypRZA4pFByFJ5yqRFHqyoWC4+/dTlWi6KrshYJjG6lKFDWmUHDMb9dZiaLTVi8XHIuTM5Uo6VGUK7h+9qZSm+Xh4i4LmXzdgxDkPxSIg/w/tKbo/XqIR6ntpKqlgmPJ2K4aWVYCpvBthD2Ug7AUT5d6dB+1VHClT1BqC9sMOzeD158YQl0qbhpNcMZs8HqoLXXlQsGhDuqg8+Zg33ULeDwcCc+CxYKr15PKvxki2KocGQHbQ1P/bq5tOYe7/zlPcOSdhDa6A+KyoHQGbP4jRIpB+DcD2i2ixupegE0NBTxJ0OxxSDwbKuZBwYPQ9ksER/23eyu1hFW4MLaMSanbsBD2JR7YMDqWojk+xMMBehTlCg77C5QoMk5GcHzcrqvyb2oLYihetZhTL4NRzX+OqMW+VEzGbnqXwSVrCItJbX1XLxVcf7pCiaaHXhRcI99X6qLgNYRusYV0kiChgEGB5WVecQNsOwJC3R4dJDhan/5X5d+aNEigc7uGrN1URO66XbgS4v188MKVuE7/9fOUlQcREZo1qkfHjDTyNhSSt2E3IoJr3Qc3Ca6rTlSi6e9fCY65I8drWt/ujJpVwPTZq1gwyMLVb36AwU2VMVkpBNMzyBq3CNuyOKS8MYJDHZHyCorWbySt0wnUxS4r5+vOp2OXV4AIB9N9V47g2NH+VCWKGqxaKDiWJZ2kRFGX4i+FPZSDaGR4aGn4cG2wQxTYEQ5BcF03RKnNinDJif157dq7qcu6X42gaNosxOuhth5FuYJDGK44FJPeXbYTDBssXpWKqiDYuPymsvj8UnyGcihtJ08WHPefMlTH9mlFSADl6D36N8F18r3KXirUEOVbCRCM0CCtHhNuyKLX1MnsfnMOYpq4uhR/KbhOnqocQEBNwAaxOSJfXCg41l/gU6Kg1ZshwXXHSUotHsMk/5ZptEhqxF6qiojg2lhcQPr484jYFgd48EvB9eD5Sm1WhAs79OON82+lLhe99TBTVywA08MB7nhLcF37qRJNz/QWHG82a69E0QWbVwmOoo6dlX2FwySMvpMrV5u89Np8Pp98Kx1H3Uho3XowDA4lOWe54Eg+ZfzbZZ742zRUnGN9+SeOSMd7lGjKuU9wzL3pIU3r04NRc/KYPjubz4cl4jrlrSoGNw0wpn8LaN+aLif8Dp+EORRP1x2CY87I8dqwb3dGzSpg+uxVzB9k4TptfoBBTZUxWSmE0jPIGrcI27L4hio1RNhP3hjBsSatiRrx8RgJ8dilZWg4TJu8lUggwHchDhzq4BDs0nJWdjgTu7wCRDiYLsVfCo7VSelKLRoOk3jxuTR+/gnqsu3KGyid8i/E66W2dsX5gmNxcqYSRT2KcgXH2b5EHRvXCJfFEVBAOECPolzBMefzTXr9uMWsWV8GMR6O2qJLBYc62EdpRRkthp1MSVU5gnCkdN5mwaEOokgcONrc19u+/tNdMuLWCax88Wn+kJrP6gaXsit+MGgEEMAAFARQEI2ghgfUBMLs54ZegmPuyPGa1rc7o2YVMH32KhYMsnD1mx9gcFNlTFYKwfQMssYtwrYsvqEGNcRmP3ljBMfg3m/q+GW3kVGeRxVHLxUEx/1xjfTByh1UqU2UCK7hKN8iMQyb/gmJYQ6bgOA4Y+oKJYreubCD4Mjp2EKJoo45GwWHOqjDijdmMe/uJ6guKUNEOFw3b1kguNInKLWFbYadm8HrTwyhLhU3jSY4YzZ4PdSWunKh4Op4j1JbxODivmuYPHIWlmWwL/HAhtGxFM3xIR4O0KMoV3B8ekpfpS6qCKAiHInen38sONRBFIkD1wtrlaMigPKNX7cRXL8/WYmm//tCcJgXvKenpCfy5doywrbiNYST2iTweX4plnIQCrYHIl4GtP2ah8/5B3Z4Cz2HbhFcpz2o1BYxmDwin4tPLsKyhBoC4hGK3y1kx9+2oGEF4QAdVq0SHOec01nv/sRPbBgiBketS/GXguv6V5XaVJjz87EMavE172/sxOB3R4Eoh+WpywRH4QmnKi7LQtJSMWJjsTZtoYYIRyp15ULB8cnND2vDASdz99ydvPav5SwYDKGwxaCPA5zfxuTePomUZban9z0LUMvmkPLGCA51EEXiwFHUsbOyr3CYhNF3cuVqk5dem8/nk2+l46gbCa1bD4bBoSTnLBcc6iCKxIGjxdu9lSjaeOangkMdRJE4cI07TanNhkvaCq+dZWBH2I8EhMJrd1A1uwLxCLU135IvOLL+nK9E0bzb0wVHz7tPU6Los/vnC464k8do1YqnsSu2EiWC46YruumES0LEVwkqHLXdF+YIjnpD3lKiqGT2+YKj9LUpuvOOUWhpKXg8HK222zcJjsXJmUoU9SjKFRz9r5itRNFHLw4RHHNHjte0Pt0ZNbuA6bNXsWCQhavf/ACDmypjBqQQbJtB1rhF2JbFXkYkgm2YYAj7yRsjOOaOHK9pfbszalYB02evYsEgC1e/+QEGN1XGZKUQTM8ga9wibMvikPLGCK7Mq5XaIgYX981j8o0foBb7EQ/kjm7FrveTEY9SW+/ybMGVPkGpLWwz7NwMXn9iCHWpuGk0wRmzweuhttSVCwXHsqSTlL1sBUNweW3lvlOSeK19PNjKYXtquuAobNZWiaLUzXmC40tQougkEFxtRysuhfhYL9XBCBFbOaRqL4n1KikNetlP3hjBMSwjQR9qk4qRr4QjIB6OStu8DYKj/ZvDNWQY/HbpFjKLqjH87fEb5YzuJlR5PdiqiAigCMKhrLrgWcGxjVQlihpTKDjUwb9V5uRQtXYtqWefzV4rLrqIHVOnYnB4TgPBsSm2oRJFzSu3C46tfxqr/2rXhN9deRV7XfarX/G3S64g/7JrwTRBhMPVoyhXcMwdOV7T+nZn1KwCps9exYJBFq5+8wMMbqqMyUohktmOp0qrEZRv4zNCBG0/r/zuHKHGBGUfIopLVdhDqE85K7iPNCpQDs4AwdHi7d7KEYggxIjNTSnFnLh+O8PvLmVZboR9CK5fzFGi6eXBwh5KdAmOCy+4R21bcXk8Bq5IxEaBOEP5ZWQj8YaiCIej/7QXBMeFF9yjtq24PB4DVyRio0CcofwyspF4Q1GEw9F/2guCQx38myo1RPjOxIHrmbe1ns9D28Q4vtpZAgIpfi/KHkXBMEfk2jMFh65HqYsNJN8LSffwbcSB66ZPlb1UqB8oJef860kLlGKrUBcD2Bnx0TGnP7siPvZz1T8Eh36JEkVyEoJj7sjxmta3O6NmFTB99ioWDLJw9ZsfYHBTZUxWCsH0DLLGLcK2LA4pb4zgUAdRJA4cuRnNlSjKXLNJcJwSG6+/t5rTJzaBalUiKMJ316X4S8GVPkEJ2ww7N4PXnxiCq+Km0VRPn4WZlorLLi4BEQ5H6sqFgqvjPcpeYYvuHZqAwJLlm8HvxeVXm48KpuBVm0PpUZQrONqe8bISRXnv/EJwLE7OVKKoR1Gu4FAHh0NtEAPUBjFAFUSoTRy47jxbUaVZUhrPXfBHsrYWs+OhMYR2bEe8Xo5Um0VLBEfjv6AcoYiABZgKChgCFmACO25FcLw87QUd8/m1eBrbhCMGIhwVz+NFaQzM3saUIfFkjxhOzHOTwDSYNyKDAX3SmbgOZsxYBrbFfmwBAUT5ybe7K7YhSyPVbLJD1KVtcxNlDwHyNlnUpbnh467YhswMleJ6vCiNgdnbmDIknuwRw4l5bhKYBvNGZDCgTzoT18GMGcvAtviGBahSQwBTOFIGYLOHAdj877FspWX9AF1axLGzLEz2+gqqQhaGAYYIxycBBBAgRANK6EIpfVp5GZjVkQ6nDyKuW3s2795ESnoneOkJjqUHCrpxxqLdzLgowme3X0LKU2MRw2TRHbH0HNiBiV+nMvNfK8Gy+A+LYcM64Jo8eQVgUpewCl1jglSpQW6FF68oP1oKCN9ZKGzx1sw13HtLL95f2Jsrnx7JP65/lMRACLU5/gkgEBOmRpUXUED5yXcU07EdqVdeQqRwN0XTZyMiHKlzPvktD3e5k/Z/uZu031zKhhvupOyjRZhxsWAYYNtoOIJLvB4wDLBtrPIKEvr1ouWTDxDokMmqsrXc9tUD/Fg9XpTGwOxtTBkST/aI4cQ8NwlMg3kjMhjQJ52J64TZ05dwh2XjElW0qhoxTcQwsMNhjIAf2zDYl7/JfNAq7NAKNLQMO/gZdnAJGtmI2uWICIgPxAQVQADlf45t0MAXxrUj5AXD5rAs+xxu+SUMvQguuhqSUiAc4vujgIUqiCjgQdUAr4GsDsLkatht82PlSYjHCPgR0yCahnS4hLrYlk2Mx8tpPZrTOSMV0/CwdPUOPly8kcpIGI9poNRhwd0ctjffpMYFF3DYFE5tAK/+DJYVwig//Hou5JcDQt0sGNaWGpPzAJNvZ8NlracyddPZhCwfCAdnQbPkbYzNHMPP5k+j8EUvJRVe9iUCwwd8ydWnfcV1L5zNF/nNwFC+FzacmCy82t1Lshcs5RviEUom76L4+e38GDxelMbA7G1MGRJP9u+HE/PcJDAM5o3IYECfdCauE2bMWAq2RY3yaob/pjeVoQiuWL+HZ5//FOL81EkVn2kQspTjnlLDrG8T2W4gJsT1DVPxqRe7VMDgv169hADRVMIepwa38E7oFV6K6cwzKb0JBWLQ6iA1hCNWxTGm0KJBIpktU5i3eCOWrURDqKARO16/DH+zzST2XkBM882oZaK2wV7CHsp/CFAQFO5tYxHvgXm7DTzC0VObsmVvEt/5PMTwUNvkucvIXrONh67/OYNPyeR491hpIwbmbGfq6TF8de1viZ34LGIafHBVa7J6t2XSZpN3ZufQtGEV1cEIf737TAqLq5gw82WCpV6uu74d9WjD088tICbWz14dG/gZNaA+7+WVMyevgrClmIbwoyVgmyA4hJ/85Ds5xxdHe9PL3RVFrLXCREuDIuH8+R4unO+hWmBTI5vFGTaLulgs7mCxqaFNtQ9EwbTAtDl+iQWWDylOx6XJ68EIgZocFcsEUZLjKnAVVcSBCpgWP5QnSuMZuHQjUwY2Jvt3Pyfw7HNgmnwwvBNZp57AxI3VvDNrMQ1/0QlME0SI+GNA2UPAE6oCVfb1eFEaA7O3MWVIPNkjhhPz3CQwDeaNyGBAn3QmroMZM5aBbeESID4xFkXwCJgChSWVHCkF0lMDuNburkb4yZG43ejC1a+8R0fPNCb98kLuGP5HHnj2Y16b+hWhUIQDhG38SfFc0CON4d5NdPTkkvKLC8hr1o7hzyxgL1EojTdp0D1ILDbVYQNvYxsUEnxhXN7GNigk+MK4vI1tUEjwhQl4baow2L7ET2K5RZ22b4d33oErr+SwPP88nHEGNGxIbcNalEqPpGq9KbuhztwaLx5RDOHY8yjek0PU8CjHs22fLGTDyy+za3E2rvo9utHyF7+gcZ9T+ckRUDi500aGnZZDUnw1U+Z3pGB3AiickF7Ahf1WUFgay67SWPK3pIBAcr0qzuu7ggv6rCRnfRrzl7VCVdhrTcFdJAaWEvBuQokeVVAFZQ8FVCFiK4M7N6BrqyQsWzlcD7xCjSeKGjBw6TbeGBJP9ojhxEyaBIbBByMyyOqTzsR1MGPGcrAtaiiEg3Baw4/5oKonRcF48Bl8Xz43UnjJkw7YfDthD+XbGdgRjrn7v9zBy1c8Sp9rT+LJ4f1YShpTNu3gw4KVFFQUgB0GwwAxOSZUQYTD9UBBN85YtJsZF0X47PZLSHlqLGKYLLojlp4DOzDx61Rm/mslWBb/YTFsWAdckyevAEyOByF/DJuTm7O1fhqFEker3dvosCsXbzDIT/47Xf9ADj8IEVDlePFYaSMG5mxn6ukxfHXtb4md+CxiGnxwVWuyerdl0maTd2bn0LRhFdXBCH+9+0wKi6uYMPNlgqVerru+HfVow9PPLSAm1s9Pvh/Nv57Drj/ey9asC4i/+DzqP3YPZpOG7BUJbaB48jWgkHzxRIy49uxlbd3Orhvvo3zKNOIvPo/6j98DTRrh6nUZ3HUNnDeoiKFpxUzbnszYLc1ZXJ4AoiDKflRAhe7xZYxuuonzGhZBRHlrNoybyDd6eGL5e0Isn0UqebaqkC8ilfxYiQiqyr5EBFUlKmz2MDh+CVBhoA0tGtxfSmirQfGkOKTCAOGQPi7ysbgkmV82reLyppX4DRuU75cKF6cV8UfPep4eV8grs0Iodbu4UzJ1sm0QATEA5XBNmUmdPv/8c2zbplevXhzMZ599hqrSq1cv6rR6F2wqgSFtoVMDsBVUOVqPF6UxMHsbU4bEkz1iODHPTQLTYN6IDAb0SWfiOpgxYxnYFt+wleZpsSTGmuRsLAfhAB08G7kw8AFLSm8BCVI3A9SghkT4QYlwcAoIoIAQLZZCh3rUWFECpnBkVDBtm/S09azZ0Qo1BUT5rvLKY+nycm/wKNcZm3jaswpCYA+FddsDfPpGQ8q3B8BnodUeLAsMA0yfjRUWTBMiEaHPLzaR2bkaCLJXw9RE+p+cydsfLiOuVRO6jLsL4TvqlMlPjr0Awk8OQUAFBIdy2CLLSqievBnBoDYFBFD2EEAB4UCKTYD/AraSlhpDSUWI6mAERDg4ActLo0ARVzf/gEsbfUQi1dzNHhVfQv6FEN8bGt0BmR/DlpuhZDYIYNtQvZwatg0GoEC9IdD0EQitg7VnQfmn/FcwfDb1upaz+7NEEH5cFDK9fu5OmMNpJ6wjJ3A67+du4i8tN7OiLJFr1w5lbRkgHJLXY+LzmnRo24DMlqmsyt+JYQi1KeD3mvi8Bp0zG9K6WTKr132GxxSOmLKHcNgeL0pjYPY2pgyJJ3vEcGKemwSmwbwRGQzok87EdTBjxjKwLWqoQthGRABFFfCaIOzHrqqmcMNG8jdvJC41hZi0VMTj4Sd7eBHO9ifSxvRRYEdw9TPiWGuFmBEsJYzyQ1E8jL1xERWlfp6afAIdWxfRsmk5879qTHmlCWLgb9sWn8lhu2TlDtKLqrl5YFsK4rxgK9FkAinxlbh2V8Rg8S2qwpwxpAsP90wlMPpeduduQvxeXBoMUidRCPlJ8BXQrvFadpSlsnFXJsREQJXjXf7uzZQHK+naOJOfHB9+XZx7RrNwZb/nk9o9nvOzGX+lbEMRC3/PD+nxkhgGZm9kSlYzll43lIJXX0ZMgw9/14XTep7AxI3VvPfeIl7KtMHDYXuyKI3Ts7cxeUg8S0cMx//cJDANPhiRQVafdCaugxkzloFt8Q1bOalJDK4vt1aBIRxAlcApJxH3s8FUzH6Pqo8/5ViIWIrLYwrHJRGOhRmhUpZb1fxffFPamD6qVBEOQsEIgHgVq1z4NoM6LGfF1H48OXkn9z69lNLyMARMUP6n/CM/jb9ckMngNvX558Unce5Cg/xdAZ5JUFDBHyyipbGBHdUJeKqL+Fnshyys6M5OTzNOj/2YnNLm5Dc8AzTMvh4vSmNg9jamDIkne8RwYp6bBKbBvBEZDOiTzsR1MGPGMrAtXBL2oB6b2NS1NKyOZ11FA4iY4A2zrzmNhtC3fm/+mPsYN6x5ghirkiAgHJ0LffXoYPq5vaKAfCvI90aIOktNbEwExZQIgnK8skJhUOV/mg2hlFiqAkrS9jBqR0CEHzfBg4VPIgTVi4XwfYj3mzx6TXvOG7OEgt1BUlL8PHp1e4be+xXFVRYIB7JNiHjJyljOuDNfImDm8dB7DZif3wTYQp3CBsN67ebiU4qwIoJLTMGutil4YjMlswoRj4BwUNPbRVhR3+bhD/x0KDQImhz/LAvfkNPxnTGYqiefxex4AvaafDQYBMPguxhf0pizlxfwQh8fd1w/AuOZ51CERX9sw0knt+GVHQFen/wVYtko+7AFFDCVQwmGIsxfvQ3Xae0a4/d5+MlPoiFiRzgWPKndSOj/DKH1/6J6zctopIpoGDHZi+upS0LEVAkqHNcSLrkIb5tW7LjhJkKrcxGfj+NZKOLj0JT/EA7H40VpDFy6jSlD4skeMZyYSZPAMJg3IoMBfdKZuA5mzFgOtkUNBWzl3jt789EnO3n/w3zwCIiwr8eL0hiYvY0pQ+LJHjGcmOcmgWkwb0QGA/qkM3EdzJixDGyLbygOBQVEQPjvYdt4GjfA2rkbtSxcETXAMsBWjlg4zI+OABGLEzu1YkXudnYWVYBhcAABgl7qxVVx//D3mP1ZBu8sTgfTprbJa8pYQZB/XNaI1is97P7KwiUmR02wCcY2IBBowKbyzTTyBLE1EQVaxjegMFiKiUFpuBIR4XgQ3rWLbRMnsmvWLOI6d8bfvDlimhxvtvz1ac6+7EJavvMOFw27mMryCl596SU2bd3KlLf/yc7Lf0e4pBzxmByJx4vSGJi9jSlD4skeMZyY5yaBaTBvRAYDeqczcT28/fbXxPdKAUOoLaIeEj2lXJP+BH9dfRd1SUuLoVu3VFzZ2bvYubOa70NIhc4xQUbF7yR7aiFDnqqgpFz5b2DbSlxcAFVlL5+PGoZt0+L8c0iM86OqHJZpL+CybSUuLoCqspfPRw3Dtmlx/jkkxvlRVQ7LtBfYKxKx2LYll6qK3RiGSbNWPQgEfMz5fDvZa4owDeGI2TaDmtYne1cJoKT4fbgEUH5yJB4vSmNg9jamDIkne8RwYp6bBKbBvBEZDOiTzsR1MGPGMrAtaihgGYDwDdMC4TuxFQzhB3f3IzDtw3yeeSvA743mnBITT5XaWCjC8UtUOblTU1ZvKATL5twhnZgxbxW2CNGkSg1VRQFhDxHBJcJxIbJrBxVfLMCsl4KGg4jHix0KgmWhoSAYJkTCqG1R74yLEI+XujTyhSmo9rO5eAfnvngfN552IXdM+BuRpyZQ8uFcxDRBhGPNEjhtF2TYsDoWYm3YasLJlfClD+ayx+XnXkHXjJ787e0L6dslB0M8KMp35Zm08kWqlkRY/QYkmRAqLsPVJCmB5RNhqA/O9PtI155UI6AgEYPYljtRy6JycyPw2CD8IBTFCofAMDgexYnBuLhGXFW2iQjKXoYBPTt7yWxj0rKxiWv9Vou0FIPPloexbb7hQRgX14g4Mdhr0soXqVoSYfUbkGRCqLgMV5OkBJZPhKE+ONPvI117Uo3gMZV+3f3EJ8Rj2R5CVWXMX1pJOCIcigIKGECBZVHfNHHtsCwamCY2IIDw7fxE+CFpBBAQD6AcEVvBEGrYqjRPDfDor9vSJNmHrcqqrVXMX1HM7KW72V4SxhCOAwIIIECIBpTQhVL6tPLSv086nQaeRv3eJ2G0O4EV777EtKnPs+GR+ZRVxjD2szyOtbfW/AFdbqFvGPQ074CiYlwNkpPQCcLVfpurAj4S9fdUYrKHyaxZa9lDAAsw2ZcYQltfiCGLplHljyXc9edsrvaAKselgJ+DsoFQCHxeMAxAOWI+k3sfWsiNI3oQCp/PuQ8FmXHH08T7g6jN8UugfYXN2Pwgp5RauD5PNBmV7mdVnAHKT76DnRP/ydb7xhMpLMKIjeG7WFycw4D5l3J160v5U7vf0e79N9j9+jQ23zaG0NYCfE0bU29gf1wlcz8itGUbviaNaPn0X0i59DwqIpWMznmE59a9hiEmP1aTVr5I1ZIIq9+AJBNCxWW4miQlsHwiDPXBeX4PW7FBlV2JsQRGjaBy7TpKN26i2aCBlPztRRoV7MYWYT8Sg+E/EfwnYiZciUvtYjS0HLVzCK79gMjOr/G3240Gy0EMEC9gAgIIoPzXskwubbKDv3XPw3VddjqvbWkIpsVhiYRh5quwYDZcei0MOg9MH4Rtji3FIo6iSG/sQFfqGQsxg9lYvtYY723EO2s3IODhRytYsAMzLha1LKKpwvCyP4GIRee2TbjtqtbUTyzDZ4aJ9/vp2SuRXw0byH3PrCA7bxt4TED5TqZMgWuvpYZlwcUXc1gicNdJ8M9V8MhSyGoKt3SF380HvIAFKQEImLC1mj1MmLWJPQzAAkz2IygpviIi6uH2Do+RX9aaNWVtqLBiCdk+DmCDzxtiRKe/c8POR4ncWca2vAB4wDCUb4QiqGWyYUcMK7fEs3F7LIQjIAoItq3sZdsKwQigRIUNnRKFKd29NA1ARPmGeIWyaYUUPVPAIYlAp07g90MwCF9/Dap83yatfJGqJRFWvwFJJoSKy3A1SUpg+UQY6oMz/V7S6UXQhrGjz2TOh7ksXrkNEHp0aMS40Wcyavwc1BD25TWF9o3iOff0Fvx9Wh5bi6o5bikYiYo/wyI+K0jJmwHCm0zK3vPhz7SgCQRXmWDwX23D3JuJpqT4O3GFxcD164psLpO1NLj3FpKvGEaNiMWRigncwDFl2ZzarRmXn9OV+V9uwLJsMA2OmmGDYRPc1hhjzq/ZHpdPvT6fEGi2CbVMLMug2sYhBAzFEFAg3oQ/Z4b4okQ4r1GEGTv9JHuUo1GeM52Sz18g+bSRiOGhLl6PSd6mXVx+z6tce14v/vSrAcTH+jleTfzqGSo/ibAqAikGhIrLcDVJSmDZMzDIA0P9Ph4540biEgPc9eD7pJ70NQ1bCV9vX8Kzs3OIL+zFyZ2aUVhYwb4CHuGc9gmc3DSGqTllLCuoxjQEQzj+KAchGOXQIT8Fdq7hw1algIByXLNNwDQ5Ena1wQ/CC1iAAAJE+K8UQmlrepmUkMb4ymLeDlUSDbaA7QEMCPQOc0KSTWcv/GKWh/Kn/GxqbLO4nc2izhEWt7PZ1NCm2geiYFpg2tTJrjY4FoIRgzqJRaCiBQnLLiegAQyxqSBMeedXqI7fBGryndgG5/ZYwqL8NvRotR4Bvlrfil7pa/nXkm5g2PwQnlv6FlWfhVn1uk09A0LFZbiaJCWy7BlliNfg7LgYxnI+lgh2VTXdX7wHTa7AixApMVl6wb0YsX5QvjFp5YtULYmw+g1IMiFUXIarSVICyyfCUB+c6feRrj2pRjBEuOb2M4kNGCwtCJK7I0zlK+9SFVGOhKrSpJ4PV35hFSLCTw7fy7Pyeb1eHOf0SOeaZ2fS0VPJxN8M446rfs89//chXq8HVcXl83m44LTm3JC4g3aymsTLzmdN4wz+8OzHvDF1JlZ1mL1MVRan1ePhwa158IQV/DJ9M4YNahlgsIfNHgZ72CCmjW3Ay2ub8acVHbh18zoGlhVygPJyuO02mD8fTBOuuIKDevFFuO8++PBDeOopiItjX5YttE0Iy5Q+W3gqL0nH5tSnOGSK11COqZDgv6ASl7VEOJ4FYmPZuHgJVsvmuCoXL6HdNdfwXYW3bKdo8iyqluViJsSS8LO+JA7ti3hM/rsJA3vkE44YnNxuK1+ubkrBrkRcvU7YRFJ8kLhAmG5tt5G/ORVQ6idU0qvDZoorAgw6cS0LlrfCUr4RseJYvW0cXVpcBUSIloDPwLbB7zVweU0h4DMQ4NyTm3JVVisitnK4HriMGpNWvkjVkgir34AkE0LFZbiaJiWwfCIM9cGZfh/p2pNqBK8pXH5hF5a+nUNm/GaaDDyXt2bngiF8H0wUsAGbOimkeyJ4gNURDwjfykSpiwHYREea388t+Pnkr59zy2vv8ptbE3n17BOpzuzFosp+zNxVxbvbVrOqeD12pBJEwDAB4WhpOIxZvwF2yW5AOBxvrfkDutxC3zDoad4BRcW4GiQnoROEq/02VwV8JOrvqcRkD5NZs9ayhwAWYLKfoM23EkDZnwDKUclr0oZLrnicgfPfILd1Gr7kNjw69UFab8jlh2IHQ/zk2Hl68ga+TyqCEQpjRyJE6sXjrQ6hXkEtEDEQVX4IE796hspPIqyKQIoBoeIyXE2SElj2DAzywFC/j0fOuJG4xAB3Pfg+qSd9TcNWwtfbl/Ds7BziC3txcqdmFBZWcKxFbAvFBgRQQKibAkLdFBB+zMzGDWg4+SkS513Bruv+xIb0PqSMuY16N16FeDxYm2PZ8fZ6zLBSr68f2oJGIpQ89nd2j34Yb4umNPlgKjFZp7Kvr1bABSOhe3sYfa1y3qDdnNewiGnbkxm7pTmLyxNAlBoqdI8vY3TTTZzXsAgiyrRZMPZZWLyS/URQXD09sfRMiOWzSCXPVhXyRaSSY8kqr6Jy1TpAiW3fBjM+hqM1dOhQPpg3j5hwGFeV18vpWVm8++67HBVbwGdjNgzjsrZ7ISRgcEiW4eN7JxBZ42Xn07GgYBcZiMFh8QoEbXhinZdZO5P4Q8sK+jaMoYZtcUypkOKNMK75Flqu2c3VDxaRv8VADAO1bfbqeoKHpSsjuP459U72Y9u4PJ06YG3ajBYWgs/P4ZrCgSoqKnjqqaeIRCKsXbuWyy+/nLq88sorzJgxgyZNmnDiiSfi9XqpU2UY3loJq3bCkLbgB1Q5GpNWvkjVkgir34AkE0LFZbiaJCWwfCIM9cGZfh/p2pNqBBRiE3zcdOU6Un3KdX9tTWV1NbWVaCzrrMaATd0Mmhk76e9dSqHWY36oG9WYHIoPm2+lgADKHgIoIBySVlZyKAaCAooSDQKoAfHrPsKl9fsjCsphsk1ObbmSX566mPyNFpk/W8Rjc/qxaldzEJvvRBS8FpiAoeABbDD88MW0RlQWeUhpXUlCk0q8CC06l7N1m0kkosTFKms+SSVSEmDBy81oc996IEgNy+bMAZ145PaLGXR1IeVfr2H1NXejHCXhoARQpYYIKIdHOEZUORZUlWNhHJUcioWFIBgY/M8xYOMOP9u2xtO4iQ3/zx58AFZV340f/nzPOXdlDwh7EzYIgoKKOBBBlgu31lqIq75KW3xbrbtaa7W2WgdKfWsddVtbcaCgiIKI7CEjBAghELLHzbj3nvP7/nvDHxyFkAi0tu/7PKaOzj0ioBycLQgW2BbfJAELoh5yahag8EEJ4rchYvgm8QBb+LemSq8u6Vx6Rm8KS2p5eW4uFdUNIMJ+eX6yAlVc3nU+l7T5gEyrAZPWhYQh58GDDxAn7BFeBJsnQfKJkDUDksfArrvAVEN4IftYKdDudgj0hIJroOZjGgnfIU5bGrlFtIgBX4pL6uAaKpak8k+hQqLjEVfr2iDKt5WVYDOr+2LKQwFOWDWVKc5yXE1mxMpLuLfPcn7faycXrOpI2DMcTDTmUbCriqSQj4Kqejq0SaGwuIZvEiAS9SjYVUVCyEdxWS3tWidTXBZGRGg2I2QFPOKKIzZYSnM8tf4Z6le4bHwV0myIVtYQ1z4tmTWzYJwfJgT89NDhNKiQnBwg5aTORKuqUNtHMDGB8g+2Udfg8lUluZvZuGM723fvICAWfQcNIqFdGw6VH8OR5hiwDCA0j4KxwLVotkmBVFLFYp0b4XhfAnGLYnW0sxwmBVJ4PVLFv0piKMK44QUMu+hCUhLC/OmeDzj6qFKu+OnJPP1mH8RSkoYNw++zaK6IbXH07hpefGMtN47uyeftU8A1IMIhU2FEjwKmDFtH3Kuf92dhXiewlEYCxDySEoP84vrTOH/jEiqm/ZqwKhL0o9EY/lCI5Duvgxu+TyP1s0/U4dKRz/Dkz1/gxdfggsnw4gd9mfa7u1B/CFT5Lnt2xdvUxyIc1a4X/+e7IcF4XFS1OfmYhpJbXqzbdf5Lqdm3l19U8CoV613ePZ1/hadWz8bdHmH7Wpf01X7enmgTd8nLHpsXxJgUtjk77MeHoSWeXP8M9Stc1r8KyTZEK2uIa5uWzMpZMMYP4wJ+3tfhNCCgSpzL/2f4OwVL+Cr1PJx27YhtLyBWUAgCWBaHU3VdlNnLtiHA+KFdSU3w811jaus4KBEEUFVaYpsX5ZzqbdyW0IbzAmnUqmF/1ICpFbKfqmbnYyFqPvVhBZT9SjwDB/jRRWl8b3xHbn50A7Ne3YDaFvgElCNGVXGMAZ8Pzxj+lU6YNkPuaBukdYfunJdyLoOyRnHbFoFiD7DoUrGQY8wCltQeRXGgG59uFmyzBLdTOmuq0siMrCNTMijLOhbUY6+n1j9D/QqXja9Cmg3Ryhri2qcls2YWjPPDhICfHjoczxJyLvmAx14ewcnd/VgaxGwOk9V/OZ8vHgHGYR8To8YKcXe/23m14xTuzruHCd1KcD3BGFru44+Ji6D0soM8n9yZX9bt5m/Rao409QDDYaMIqkKfxNV0D60n7KWwumY4FW4mjrg0h7oxDkrZQzhkYtkgwv9KCvgd3BHdoLKKQEiI9UnBXr0LKasBEf5dOcQYGljBIP86FkWG80W0D4rQJGNADYgFKI1UQQQQUAMiYNkcSE3E4/gZn5GW5PDL72XzwF+3cfyNn4EjIHydscH1cUr2Gu4Z/xxBO5dfvZ/FR3nd8DtKot+wXwpt06M8dHEB6glx4rdoyKuj6NfbacirQ/wW+6OeB67LPh5szjBcfGY9Ny0KcP4Gh6gbxajynaSKpKcR+vE11N58NyjguVjt2qCRCKaoGERoqVnrniG8NMYGT/DJ74lVVBOXnJ7C2ieEExzlpGCAd2UYURVQSApBn05hAj6PlXkp1DYAwgHlrtvGhDveJ27FHWMYMKQn/+fIKy3aRlyrtl35T3V018EcTstYSCN1QcHX9Vz8HUZTt+GPJFR9gvr8uGLRUnVl5cSFQ8q1L/uwRHnnklrsOgtE+SphD+VLwh7K11Wyh3LkBI8ZRvvXX6Zkxs+ofeddxOcDEb6Lzj5hNgcjgCogAihNWfxnGj21/hnqV7hsfBXSbIhW1hDXPi2ZNbNgnB8mBHz00BE0qJCekoAVEsrzF9DRX4WT1gksC7e6AYR9nlr/DPUrXDa+Cmk2RCtriGuflsyaWTDODxMCfnrocBoQUOjeNojfZ7DFpiGm5O1qAOHfnvgcQGh9w/co/59XiRYUYeqinNyuhPSBu7Fdmm0meyTOepTDavJE4vy9etE0C0RopAoYmrRpE/tEPfDbfPTpFhDo2iGdorIwDTGPfYwFrsU1E5dw7w/ep871c8OjZ4DP40DW5kY5+cEdPPyT1lx+Vgq7X3apXWOIE5tvzYhFeu0O0paW4JcooZRapF8yrYIpOGJhVDmxbT/m7lyBp4bDw0OJEif4AZuW2Hj55ZS9/TYCLO3fn+HbtuFr3ZrDyhg0EqGRz4c4Di1lJyVR9NIb9M7fwcK35zD+kgvZVbCDT+bN48Sdhbz156cIXH8b4U15SDAAqjTHU+ufoX6Fy8ZXIc2GaGUNce3TklkzC8b6YXJCgJ+OuBoXm70sDIowNP0zBHhw48+xxeObfD6LM87ozFVX9SfuiSfW8cILucRiypHiARaQk1HFpPJifnlXJW98FOWrbAuumOzwhzdcjqQXZ9ocThde7bGHoqqggLCHggoYz6Nux06cgA+lpRRVBQWEPRRUwHgedTt24gR8KC2jQFnpTgrWPk60Yg5OsAt14esYNHQir7yfz6yXNoHfosViHosLS2ibGCTREtyYSyMFFYVojP/TPE+tf4b6FS4bX4U0G6KVNcS1T0tmzSwY54cJAT89dDgNKgQDNr2PyqPK8whGIkhSgPxV2dTVGxC+RhXKN9+LzwnjpJ6OP+U4HMfPXkWb/4BV8wLp/V/H508lTgHP84jVLCFW+T6xqJCRfQstIuyhNNvka8NcPjnAz3+v/PndXB6fncANTkcGBxOpVw8PEL6LhJTkIFU1DXRol8rytYUYhMPFqGKMkpESxLaFzm2TsB0LYxRVJX9nGKNKeVUDliVYIvwraSxC7ZJP8LVtj7ou/m69QBVTF8ZJScPfpQfR/DwiWzaCUQ5kTu9V3Lm7B6/vziDiutz3/vMs6L6Gh//ragYcM4LdM3+PV1OFOD6OJEthaRpkVsDkMjhKYFMNLG0D2xL4mv79OnF37GUWr7+fY5OeJj3JAuVbcXKyL2b8xEHkdFPmL8wjMz8XPEPFtKkM2bycmavDzM2PEV20BYzSpq1wzPGp7K4spoem8Fnf7ZStbU91sQUWzSMgNtTWpqGqJCVVgfCtJPpCPPe9+4klJSKqtNSUh8bQHCoWTkY62hDB1NeD8WgOF2WoL8SVoUweqy9lr24dbLp3drj6/BADeznErd7k8ujz9RSXG/IKPPa6MpTJUF+IiCp75WRfzPiJg8jppsxfmEdmfi54hoppUxmyeTkzV4eZmx8jumgLqKIa442nriNl0wPQ5TRqQkeTMfQ3QABQmqLAa7VhEsTizbpajg0EiVsSaWBSQiJ1ajg3MQnhwK7qPpXDastvaTYPkoa7aATCy3xYQQWlWSyBTplBthbXY1uC6ykje6fQPt1PnCVCvw4J9G2fwCUjs3h0zk7e+LwUxxb2J+YZDs5iD0PzCSDsESWLagZRzQldfYw6oQcDRp9Eq+OHYfXqDWKx164vlvLWLddg3FrqY3Deb57B+ELsE41xJJzd60HOmNSXKweU8dncbXTNXwGex9Zrb2FE3hxmLXKYvSVEQ14+eEpGRoDy8gjV1TFA6dcvk7PP7s0993wCOOwlIrRzoqSX7iIxGKKNE6NQHFQ5NJ6Pf6CCKvso4HkOeA4IzTLr949xIKKKtEoldPqJROYuJrajEAkEaUoOB5Dg8NDTqxk1rD3nX/hDxt1leOfWmSQHo6jhkAl/5whEoc5V4hIcAUcQvgWBPrWG+cvqyIwpMYtGZ5a4jKz0OHloAhsSLVD+I1RFG/hnaX3lZWRccBaFt9xL6TMvI7ZNSzli4xOHWVte4C+F73JX/x9z7gVnkTpuNKV/epGsqZdSVlNCXOeH76H4qedodfmF2KnJvF74Lreue5DSSBkhO4Si/Lualn0xEyYOIqebMn9hHpn5uWAMFVOnMmTzcmauDrNgW5Sbtv4WnxpMShInTL+WZT/9KaahnOHX5fD+G+/AzjKwhb369evHsGHDGD58OEOHDmXQoEEkJCQgVhoSPJFobneK7tmIxtJpf8cPCPauxatbhmlYjEbXoV4xaAzEBnzspa5wJJholH8az6J9MMrTI9bRo97myReHEXf3qFx+0LWIK5b1obDBD7ahWarK4Yl7sd9/jWkzjuOMk9JxXcUzSnNdQPMZtalxJqIZU3EC7QjLFbhV6wkVbcW/5iEcSxD+zakSKy4FBOEIUkPXtincN70b9dGdbKsvoagsj+qqIob0HUuqU8dvftyXnF80sKW4EkRoNsuCxYth3Trw+6GigkYNDfCHP8CAAdC/PwcTjsLPj4HedTCsP7yQDwjgwQ8HwLld4VfLoTwKCQ6UR6HaBRT6pcJZPeGXSwCHfVSFszvN5q5B95IZKOf90WfzUv7Z3LDsXr5GAYVTunzCL9Nvo+Of1lEyLwG1gsSldGvAvioZfkijO68fTVzAN5KtnsUNVygxzyZObYuBz+7AW7GDuIHZWdxx2WmIZziQ26++i2YxkJ0kvDrUR7cEwVX2EZ8QfruCskeKwABC0ywLZs+Gzp1h+3bo3h08j3+2nOyLGT9xEDndlPkL88jMzwXPUDFtKkM2L+eJ1WHez3dpWLCJc8f1569zvmDJygLw2cTNX7yVugaXc8b247V31vFVMVe58pxsrruoD8s2lLPzk0K+0zxImRgh4aQYkU0O0a02KLi7LJS/E/7jJZsoR4p6HtGEREy4ll3X/JSqWc/R6Td3EBs+FH/Mw0I5LFRAFNsInqWgAqK0iGPx1oLNzFu0BZ8lnDK8B/MXbyUqHDoBUY9rpnbmzgfrKH7+Avxdd5BywkK6d9nJw31iRAzcsMFPcUSwBKo9+Hmuj9/0jjIizXBmK48PKiyaq/hvP8NJzsCf1Ydo8UYqFs3Cl96dTjl/QXwhmmLbFq5reOilj/l0zTbu++EEhvXtyKFI5vCqYY+cQVOZNGEgUzt4zFuYS6v8TWAMFTlXcXTu5zz5RT0f7RYuPbkPMdfQrUcqiwo2s7jwHTJDrRkz5Ez6ts8mXB/BEuGJe/kH7ZIdrh2ezoqdDfxlfQ27wy5+W/guGde5gf0SIAyXvRDFsnvhi3zMpb4GzIUhSAKU/XqX5lG+pMrhYUHPamF8bpSaB5/BN2YkoaH9aY7OV1byjxQRQEERWuRxDqq2wWb+vA706R2ksjpGRUUdJxxTSsjvcTCW7eNIMJEoByMiqCot5QJ+EW4NpTKpRy/Sb56Bk5yExmJgWTRs2UqwW1eaY8qUKezjQuiCCFovmAQlUmFhT4gS+NRH1yUOPQstLvjAIeLA9jaG5b0Niwe6LO9tKGhjaPCDKDge+3S+spJ/pIgACorQIo/T6JVRBexPnesw/f6bSQpGObbHCixRFuf2xV35PZ648QYSHJf9OY8DExUwFtX1IUSFOWsGEpeVFKa6PoQYC0RRUVrCsS32skSwRGipnH6TmDBhGDmdg8z/dD2ZW/NQ41F55VQGb1zFE2tL+XBXhDZYCH/neQzNriOtYTNeIEppfRqrjQsE+Kqc7IsZP3EQOd2U+QvzyMzPBc9QMW0qQzYvZ+bqMHPzY0QXbQFV/Lbw9rpK/vq9jlw8IInvvbwT5e8UEA5KFRCwRFi8rYY4SwTl7xRE+D/N8NLDZ4NCxDXUp51AYqcg4ZWr6dG+HS/dN5mGkgpyYx5x44a0Y1zSQNyYS8LI4dRGPPI+2siEo9tyzojJxF1w3q/ZyzaGnaVBLn9vKPek9eLuwRs4r8tO1AjGWIhDI3XBsgxiKa9sbs+tK/uwsTIZQoptDPsVCsFZZ0FVFYwaxUGNGgWDB8PZZ0MwyP54Cj5RftS7XE5sVa8/WtFGPykNid9ShCPEgKmxaGRoNo1xUCI0UuWQKbDuscfZsHkr2TuLidtQV0v7xx7nhFkzEVqmduEKtk+7lciWAvYqfep1Mi4aT8ff/xwrFKQ5NBrl34rYIMKvXjiV6VMW8eGK7qzKawuOIe6P7wynLpJAdZ2fdxb3AkcBJbewDbc/M4Yrxq7g7udOQvk7UfYRl8raoRSUXUXHzEdxXUA4ZJ/fO5o4xxKCPpvp47O54uSuOI7Fw2/n0mf6HHy2RUvlZF/MGRMGcWU3Zf6iPDLzc8EzVEybypDNy5m5qoa5212ii7aAKjHjsmBuA/27nEBNbRJL5m4lFPSojzp8F3SyYhx/6bGourjPLiNP/bSEDWw3MbpafqIoAgiKIHwbBogCxyWlMrQihZd/VMnLr8zn5hkLObl3IidndOa+9sexUcfzboWPN3dtZUnpJuoilYABsUEsWkQEPJfWv3wUE41QdtsNSCBIc5zd60HOmNSXKweU8dncbXTNXwGex9Zrb2FE3hxmLXKYvSVEQ14+eEpGRoDy8gjV1TFA6dcvk7PP7s0993wCOOz18rTu7E/MUyrqPdokOwh7KLC7xiU9ZOOzhf05/xH2ePllDqQvMPtPT9CxZwaWt5sdG9bT8de/ABEO6PzzaZYGF8SmkXoQdGiOno//isPq9JNpLleFOEeU/1RjT2jNwTi2EOd6ysHMWcWBKUQTfITHDSdj2HBkQCqS83sa2riEjzmWtJc+xPGUJnlRmqSAsIcCQrPkDJrKpAkDmdrBY97CXFrlbwJjqMi5iqNzP+fJL+r5aLdw6cl9iLmGbj1SWVSwmcWF75AZas2YIWfSt3024foIlghP3EsjjUY5EsZ3PZnUQBKqigIiglHFFsFTgyUWKgIIGAMoIhZGPSyxMKpYIsSFo3U8yic0h/DdFDplBB3XzaXqd/9D+a33UzPrz7R64l78w47GCoSwjeJr2476+YspvepnxLbvIOMX/03q9B8gjsOBrNgA5/wIhvSBW69SzhpTzlltKnhjdzp3FXYm7rYO2zkrqwKM8sa7cPeTsHw9TYp5Lqgy3JfAcCfECsvFu/QcUk8ZSZy6Ls0xZcoUDqbkzfnk3fQQdXnbiUvo0Zke995A60knc1Ai7JcqdZEIUyZPZvS2bcTN69qVHaWlNBJhv1RpkgG7XYzgJWXYnWKIKN52P/XPZ+Lt8oGlNOWNzU9wQAoIKHsIf6eAcEBn8RUiNFKlkQgoqCqtbqsmfXSMuIp5PsruSUEsoZEqjURopMpeRg2pwVSuGnYZXxSt546tnzG0oRfXnzyDDpndwIsBSvOl0CwqnJoR5tbkbfztyd38ckEGd//yD2zZksudd95JnN8nXHtpkBtPTaHDZbuJq6mPsY8qkphI6vt/I7rgEwJTzqJm6g+JzZ0Pfh/f1qOPPko0GsV1XVq1akVc3RebqZjzCaCkjz2RhH49adW6NVlZWdTW1vLwww/zk5/8hCatLyWh1GXm2y+QGAqhSotN+fXJxOVkX8z4iYPI6abMX5hHZn4ueIaKaVMZsnk5M1eHmZsfI7poC6gCSpYPPvgiSqTBpZU/wvZ6QPiaoDSQLLXsn+DD49qE1/hZwvMUmCxyqn/Ke5HjQaI05fdJPdgvFRAlGvOwLCHOGMXvs0EFRNmvis3EJdx0IwekiiU2+Q2lpDgJZPhCeMaACAc0YzoHYxTapsKC3z5JXJfbR1FSCSI0j0LbDI8RAy36dHNITXLJ/NSDEkD49pQvKXsoOI6CsUjOiBKLCn3HFtO+jaEmGqJwXTKFxX7SutdQ8nkInwOIso8qHy7ZxCU3PsWmvF307d6RXnedz7c29EUaRQ1NUcD2+1DARGM0V5VrcyRIchJHgj8piSPhAeo4mA7du1FVWUW4vJz/jX7zUFdOz6ylRJUPalrx4G9zOSSewTeuDabSxZdlI0B0VGusNJvY67vAtvhPIgKtU4JMm9yPGy89mvLqCBWV9by1MJ/aqMuXBDwfmYFqLun0Hpe1mUe7UASr8/EkHTuVpIGTkFAG8ABxEgCN0EiB6o+h+mNIHgntboayZ8GrpFFCf8i8FKr+AtWfsI+whwSACEeUCE1TIO1MGpU+AUKzGdci1DlCct9a7JCH1gpHUrLjkRGI0iu5mrhNNamUR3zUuDYt5sE5HRvYVrycq0qvoiFcy1Gn92ZHVZSCz+u5euVg7mv9NpPaZ/NCfhgsoSnGGHp2b42IxcnDu7FhSwkFRdXsjzFKdtdMRIRTj+vO2txiikpqsG2hSQoIoNAlOcLdQ3cSd8uy9uSH/SCAAsIB5WRfzPiJg8jppsxfmEdmfi54hoppUxmyeTkzV4eZmx8jumgLqMGf4FAysitdF71LemQ3a078AYFPtlNXDwj7ZPXrg5OQQMCyGTD8WPzJyRwOD7kdObw+46sshbd7W2xqJdjK1xhVPDU4lo3wJU+gV6kybpPBCAfV1nLoZPnI9SLcmpBFstjEjfYlcXddMdl2gLaWQ5FxORTVJQXsyttIz2EnYzsOzRVzbWxbsS2PSMwmd1sqbVvVsaskAVDUQHjpUvw2LRKzhFZ1LrPe2sD9x3fh+X5ZSNRFaDnDlxzLMKJHAZePWkFcYUUKn23rgKtCo/oow4f34ncTetD+4ccp/XQ1EgwgIpi6OjKOO4bC2y/g8qq32Ov50AvEWSqUdCznqrvewfFg8VI4/WT4wZT1JBbfRuz1YVgBD5QmXcL/p8o/0xfFW1hSsI6g4ye3bDvZmZ35Vwo5FgemgLCHAAooIBxIPXuYaJR/JwrExKJTQzUz6pf3Oql255+fq9t5+ezUXrekHn3PsqrlP+eAXJsjYVq/M5hwxjByuoRY8Ol6hhbtQI2h4tWLGbRpLU+sLeHjomqelXX48Giuq7IvZsLEQUzrpsxfmEdmfi7qGaqnTWXw5uU8sTrM3PwY0UVbQJV2aUGKa6Ks3FkPHozuk0zMUxZsCYMl7CU+H3UfzCe6dSv+XtmoZyj6wZVgCYdLOBLj7hcWE3fSgA6kJvj5rml/+wz2TwFBLAcvWo9RxRdIQI0LKCDs18038FVRVW6pLeLzWB13JLbFAjy+pDEIdDGEenv4Wisd/que3QlK5Qc+xM/+RbeisWIyrBqe+FkHfnj+JP7rvs9ZsGQ3BAUs4XBTVVqHEjn71Mn88d2XibNEIBbF2DaIxT/TnQ//UN/KDsmL59zHmx8/x21bPyfRnA19J4IBJzGRwZqHXyN8WlPPsakraZUQYavUcXzmOnaa9qzwT0NiUbAUZY+c7IsZP3EQOd2U+QvzyMzPBc9QMW0qQzYvZ+bqMHPzXaKL8rCdeuZtb6B1j3V0TvVT7lvBlYMzCQVcli8WPL5JwUTYkNybC49+jnNHeNx9vkPPjja4CkrzBYPs5aIERLg71IazevQh8ebrcZITUdejpaZMmcIBedA5AwZlC+HxEFijBLZySBTBkRhXdvwVp7d6Db8VIa6woSu/234Pa2qOwRaXg0kZM56DsSyLOGMMKCAc2ManaIoI/6v4MOwjoK5HVfVWfK3rEZRwzE9qnYMPBZR/T0JIGhgXeo/vJf2Z+6p+Qm6sB1EN0JRjuvane6sOrC/aSloohYzEFNqntmLD7nyq62vp27YrBZXFLNi8HKPK/hhPCdhCQ8xgLKEhZvDZQsRTsIRGxgbXxynZa7hn/HME7Vx+9X4WH+V1w+8oiX6DAsoBeBa/u7iAtulRPNdCfELVO6XsnlmIaTCI3+Kr1PPAdRG/n2DfviSPGQP/9V/sY6DegdtG1bPmmM78/pTpJAcTiRkXEFrkzNEcmPB1AigtYhSrTRbiOHhbt2N3aIe7ci1Wl47g2KAKIrTUlb0v5vzzh3FBZh1LPssjuWArnmfwrsmh94qFPLMpwt+2uLgfbwIB6nz84aF3OGnQWuobXD7bMJCLrp4EiVFQ9jn/tx8RJ5ZgysqZffsEBLjzL8uxFuxEjfJd5n74EbFFi7GyssC2Mbt24Rw9BN8Zp9MSURPjX6Egbzm5axcSlz3geDr1GMp3nc8W4mKe0lyPXv5bDkrZQzioWdMeZS/P2LRLKWJHaRsSBl5Pt3YzuG9QJSMq1lJnBVARmqv9bTcTJwp1IWXqi35+ll5C5jU7oY4vCUQMjQIWoIBAxNAoYAHKPsIe6Ul+mqJ8STi4ar7OadeWtn98kooHfkvFw4+CMWBZfFsajXIknLftQfZHARuwjFJtCcFgMqamGtsCsYUvCaDs9VP2yMm+mPETB5HTTZm/MI/M/FzwDBXTpjJk83Jmrg4zNz9GdNEWcD1a9+iI2z8Df/lfKMrqyFlXjOOTj9dStCwPHGGvnOyLGT9xEDndlPkL88jMzwXPUDFtKkM2L2fm6jBz82NEF20BDMSCvPajTxicHGbH7tUUmMEcf8cYcCL8WzOKnZFKu7unkzp5NEknD2f3Lx6l8o0FXNKzkB+eVAIxmm0mewQmTeBIGLhxI01yS8BU08hKAac1TRIhTlzDZVOO5tnXVqA+CzzF9TyUr2jwc1SPXTw14y8M7b0LIpBfkgZGQABlv7KysohGo1x7fx0fn17P73/ahlZ5UPyKS/1aQ5zYtJiFUlKXwLauYfxq2NGQirgQ8WLUi01JQxW9Uzoyb9dKUA6ZEsE3eADB8RNQzyMy511iK9ciBGiu3s88w/Z77qHs7bcZNGcOTmYmjUQ4HDQaxenZjYSzJyPBIA3z5xNdvAzEokVUsUJBKj9fQSjnv1n4/EtMnn4da5evYPP6DRw/5Sxmv/wq7R+YRcn7H2ElJoAqBzOt5yVMmDSAnK4wf1Eemfm5YAwVU6cyZPMyZq4K80GhRxIWexm16Jy4jVPbvMubO8/FL1GE/VGSknz06pXG8ce3Je7DDwtJSvJRURHhSIiq0NUf45a0Mqo+KOHcB8MUFBu+qlMbeOAnSchxE/nDGy9yJF1wptAkATwFFGwLlCZdeDWNVNlDQJVGIuyhhlhlNVG/jSotosoeAqo0EmEPNcQqq4n6bVRpsd07VhIp+xtJgUrqagppqBhKXf3p3Hf9EG7NGQAIzdW5DY0W9MvCqGKJQIafQzWK5lD2qqkqobx4K12yj6WlBFD2EEBpJh9HRE72xYyfOIicbsr8hXlk5ueCZ6iYNpUhm5czc3WYufkxoou2gBosx6JN6/kkJvVgbOs+vL/9dbY7vQHDN4mAFehI7dbLUe7HDnQlIeM4NHQCKZ2uxDLFZDgfUFe5DF/WqVQXPgt1H1FfuRivLhdLo/i7PIKI0GyeEBzaQFzDsiDYSnMYhT/+NcJzb0f4/qQAP33E5em/buLxOUlMD3SgbyCBOvU44oyC59LIdsASmqICcz/No01WMolBH7kFFSAcFqpKxzZJdGqbRFLIITMtyMZtlYCFbSnGGE4b0YGqcJSqmiiFxbXs2B1GRPgmjUb5Z/C17Ujmj+/EcRzEtrF8AmJBfRiCSahR/N17Exg+CvH5OJBr7yrm11fWMaZPJ27K60xl1MenW9Zw2p9u5/bTL+OqRx4n/LsHCS/7nEbCESFAgw2vZsGbLowthvnZUOUHn/IlhYZdL1D32A8ZddmnzN9wCs5N1zHQEcRxAKUlnOljOmJ/sZixj5XzXiHMGxkhbvTkJ5k8rg+3ndqabpWrmW0MIMTKDE5dLce2OYr5u9/khNAZvFmxCyyaRcSjqrQrebmDqKrOxPJBUmIpHbutwS+1tJTPdjhzwCmQnMwR43NI6NkDX2oGqEFFiS5dAcRojogqOcFMlsbqWOLWEWepYcopyrGDXSx1iRs+GHbvUpasNOx1rJNATjCTiCpfNX1MR+wvFjP2sXLeK4R5IyPEjZ78JJPH9eG2U1vTrXI1s40BsfBiNjVF60hJ7g87VlFpinBjDlgclAWEjeG52hraOw5/qwsT1852eLK6irMSE7Fo2pyMozmsttB8frASlYxLogS6GcpfDSABpTlcA6f2T8MamM7LnxYjYjOyTyrfJAIpIYeRvVP469JSDuT7x7ehKSKC1xAmzg4moao05SH26GTVMdQu5ZguNieOGUjfkWPJPHYw0qMniMWBuEmtGf3Qm8ydPp6O0kB5STllpaXs5T/zDA6rB5cSd9OEJJz1bzL51xZv7kxh1dgYcceNepFJE3twxwShf/UyZntJWJbFQw+N5vLL38YYEBG2bq3i6adXAzZfZTzD/JoUzLjvU4uPZdUJBMVwqK457h2+SRUyk8NECREXCLhceexc6mI+RGjS42/QaPyyVeyfYKin9R/upnzGr7GCySRNO5uqu58ELL4NNcqKL0oI161g0sQcLnrIz/PXP0xqKIoaDoltwZJldQzoncz/vF1N3A8mprJ2WR22RcsJ3J0XITOmRCz2iViQGVPuzosw5agQKN89FnsYmq3Ls7fzz1L+ypvsfvBxGjZsRmybb0tRgnaAGreWq5bdzNPbXuP+QTfR5/oc4grfmENcq0tyaHN9Dhtq8vjvhT9iUdkyEpwQQTuIovw7u3FMe/zrPmXcY2W8XwgfjYwQd9LkmUwa14dfnNKa/hUrMMYQ57Md5n8yn3lSSNGpE6j8YAHtfT6+af369axfv55nn32WuGAwSP+BA5nUsw+njDqJjC6daX3qUHyqWJpK/eokRCYQOvpGQFE3HxNdhUaW4zV8BswhLnl0LYfVRhp1nnIWh9VjD/IPVMAI13XZyQMDt/DEi4M5/YFxIIBj89+PnMbjM94l79wlzFjVnUfy24OlIEpzeFs28YcfbqJ0TDoP3JZN164h8GiWC2guRYgg/vao045o+VJCRVXESsvwCjdj1xQhqiDC10SifJXGouB5gE0jVTQaRSMRxLJpLttxOBJ8GelY7dpQs2IVCghHSEy58XsDMWY3gySLOWs+Iuo1UF+xjcVz7+Wqa58lt34TN31/CDn3zAO/TbP5fPDaa/DAA5CVBZZFoxkzoLgYZsyAwYNpkgM3L4ZhbeCEBNjpwQMrAAeSbLj3GOj6HJS7YFkw6zi4/CMwgAhsDcOf1gM2Xyfwh43fIzt5C/898D7WV2dz5We/A+FLHnRM38XdvX7B2I/eoPQZh+LaROL8IZdWl7vMGXUWt+TeAnQg7rarRtGUHZ++TfkyQ9yAnlmMmzaSptx+NQdnoGuC8OpQH70TBVfZR3xC7bwqyh7aBa6C0DyqNFLlX2X6mI7YXyxm7GPlvFcI80ZGiBs9+Ukmj+vDbae2pmvVat70DKqwtaACHIt9HIutBRV0bJcCqnyNZ3h78S7Wbati47ZqEOGfQtlDaD4BUyM0rHSI7bKIbLFRj0Z2hiEuWmWD8B9t7YCTOCKMwdc2i46/voXI5m0UPfA49Rs2s3nshSzN7MUvkkeyy0rGQjkkRujbrpSC0nR+cNoS/ufDY+nUqoL1u1qBpbREuCFK2FOuOHsID982gQumv8zbCzaBbfGtqUJE0aDFHfetBUeYNC6LeZ9C6bOX8ug9T7G+toj3Snxc3dHl55v9+FEM0KCwNmxR7QmlMZqmCiJUL30eL1pJzaqXiZZuZS87IY1uM5YhvhDNIQI+x2bJFzs452d/YsYlJ3HVWSMI+B2+jU84vI5ij7vO6YFv4wrOfLqMt3bCZycIWDanXPEs40/J5oHTOnL00nVc98iH2CKcd8ZgenXowo6540jsXYZ22cLc+S4frNyBg3AglsDQDkH6ZPmZk1vLB1tqiXmKYwmHg3BoRpd/zv54ttJnSytSGtqxq2s2Wwgzattmrt60hQ3dS7E9YX/eZY8E2+ZAIrbBbwlxCohtgWMjjgMo34oF4wvgl58J7/W08R3dF7e8kkjedgI9OnMwna6o5GsEYp5NWY2f1IQYIZ9LizxO0wQ845CaXMmfn+uMSowTT4wQcx1CAQ+UJq146jqOhMzzJ3MgCojYeLEaxPJh2QFUDUITnn6Yr1LAtSyOKtxN0syn6fX0E/h7dqdu2Qpqd5Xit/2knjWJFrHA7uJR+3gCSTfWEp1vE53vw39CjMgSB+OwT7ddFj0LLS74wCHiQGGWy8rsGIv7u3w2wGYle3S6opKvEYh5NmU1flITYoR8Li3yOI2mdKzhH9gec9YeTciCKccuJNwQJG7KsR/zwqJTaFPfmbEDloNn02zGYmiXfI7uto0n544GXwxEiSsKJ1G0tj9XnTaPZVu7sjS/C1iG/bn0ttf5KssSvthSAo4FIhSV13LJra8jQov8ZGwfnA0rGTurgPeKonw4PEjcKeffz+TTB3PnqC70ql/D68ZgY+EEHJaNOIc+G6uoj0XZdFEWvkgAV/ma6WM6Yn+xmLGPlfNeIcwbGSFu9OQnmTyuD7ed2ppulauZbQyI4BplbL9U7n3ud0S8Bk7sezmrjIAoB6NARqJDJGaoixk8VfZK9FkEfBbldS5Cy9iWsI+AY1l8V6TYLodTNXscdfN09lJVdhoF20FdF4whzqurJy73xDMRn0OcxjwQ6OdYiAj7JYAAlmFTbQLnf3QMR2VUcs+QDUzoXEz5BwHiMk6N8Nb21vx8RV9WlaeB44HPBbFB2D/bhsmTYdQoyMxkH8dhH8dhn65d4amnIC0NbJsDUcAzwrDMepk9qoBfrc/UhzelS4OxCKkSF7NAODxUBGEPFaG50sdGaZIIsZgS5/MJqNKk12iSAJ18AS4oK6a4zE/c0UQJ+gIILeOWlLP9qtuJbN2B+H3so0r5M3/F36U9bW+9huZod/l5HFaP3c8RVb2MRir87Z0wuyu3QEMBCHt4woJPqol5NlRXg63stbvB8MJfI2j1MhDlH1gRtpb8gKGdajmqfS0xDxAaqSrq1oOA2CFEhKZ8yivErdxWiSoEfTbt0kMUltezcVcNjmUR8jsM65GOZQnNtZY9po/piL1+MWMfL+e9Qph3YgQQRk9+gsnj+nLbqVl0q1rNbGNABJ9lM7DPctTaTmZ7P23bpfDKx/WQ0APU0FxlVcVYlk0k1kDIn0BqUjqHSlyP0af2Y3vHRBA4ddRAts5bh3EcDkaAKMozDZW8Ha3mRwmtGSGJRFWo9GzUEw6Fi2LZcHlyOjs+T+aei8rocWktN07dQkpsM/1coZ+/NT/uO5QiezjzazP5a1Ex84vWUxQuAo2C5XBQYmGqqwgddwqh408h+sUqJCEF8VmY6mrE76cpN01Iwln/JpN/bfHmzhRWjY0Rd9yoF5k0sQd3TBD6Vy9jtpeEZVk89NBoLr/8bYwBEWHr1iqefno1YPNV5x2Vxv6Eo4bckghDOoQorIoR1yHVx4rCerJbB0jyWzTpvPM4EAG6+P3w6acg0OnM8XDmmRwyo9z046FsKd4ICt3b9ObeR1aCJRxM2piT+FfwW3BsWgRVZVVVgJir/Cd665FjOBBLQIBVm2uIO6pnMgoY5YCcxzgwgWBVA97O9bg/m4///uvR749GdjfQalUuEo2htk2TssdzYAqWTX3UJS7kd8B4gHBga4i765we+Dau4Myny3hrJ3x2goBlc8oVzzL+lGweOK0jRy9dx3WPfIgtwnlnDKZXhy7smDuOxN5laJctzJ3v8sHKHTgIe2VceBYHYomFUUUARUHBsizijBr266nfEffAqJtwLAdVRRAURdhDAVFwdxchCFabNogIihInCIoiCIpiVHmUO2nkGr7GVYxR9jKqqGvAKN814jikzbiS5IvPpHT6new85VySL7mANsddBwqlV99EzfMvkXTeWbT/8CXs9m1orhUb4JwfwcBsuOVK5fxx5UxKryDOsZSX34K7n4Q1uRyUeobQwL74Wreiet7HiGMzxDjIs7NJ3lpM259dT+C4oRwOFQuWsfbiG/HCtQg2ceF1G1l78Y0Mfmsm6aOG0pRPXnmFAxGfD2/OHNKNIa5nq1bYl1yCXnstBzJyyhSa5FdCl5SBgJcbIE5ChtAlZYQfzgJXaMrQcAH7IyhuyI+/voGtJw9GjNJlwSpioSBOfRRFaIolEKsJE+dLTiQuVhMGIwSH+cg8LUpII8RZY5Tw6zHqP4uBrfiSE4mL1YSJ8yUnspdjOfxuykzeWvdX1u1aSVowiflblrC0cCqXHvt9Lhp2GUEnyGGjQqJt+FmnXRyzvYCf/ryKJV+4nHPOcZx99mSWLl1KekYW6UklPPiTVEZWJbPrliCwmzjhSxqJELzyCiLP/JnIn54n9u5cguefQ2zefEQEVGkpYwytWrUirlevXpx++umUvvI2m6++Ha8qDAgFdz9Gz5l3cvp541m9ahWff/456enpGGOwLIum+KPK2b1OICklmUMxfUxH7C8WM/axct4rhHkjI8SNnvwkk8f14bZTW9OtcjWzjQERUJuLEvIZ3bCRpIjhzaQA91R2AjF8lVEfIIDwdUK61JJtF9LBKkUkQgdrNxlWmGN8X/C52wswHMgTiT04IGOYeNbRXHXhicQ98eLHzJ6zHCyLgwn95AaaUo/HDxf8gtJYGY8Pu4YRqd1o0ozpHIwLZHvVPP7GG8Q9eEs1u0jBRzPZhnlfZFP6UAk1NbUkp6SxtKwzWIYjRgVfgkt4V5Ad65JIS60mq7VHQnaMhGMaKCuzKPpU+KbOHTKJRTxWrt1OcnICaeEacqf/EkQ4FEvemkxTxBIWLVqIIBx3/PGoUZpy7GAadZ3Tn8OrmLi0D/7CYZWcTNwFc97gcLosKYnm6N+/P/369eOtt97ihhtu4I9//CPV1dUcDq7QyFG+k0SguBJaJ2dRUVmE6zlkd0qjoS6XQ9YuSMLxQZblZVLr+jlpwk7q8yL8p1LAEiHOsQVLBIQvGT/pvjAXtJvH5W3n0jXLj9P3AlKOy8HfaRiIj627avj0o43s1WcZeFXglYFbArHd4O6GaAFUzobE4dD+fhrtvBEq3wJfFrS9AZw24GsDdmtwMsFOBQZwRM2tS+drBFQVRQHBM1GO6zaB/8cefABWWd4N///+rvs+K4skEEbC3qLIFhXRKoiCFlf1dVTrY+tTba310daqbanV1qp1V62j2uXGCS4UUHAAIrKRvRIgZI+TnHGf+/r9e+IjZYQQhrZ9/+/nkzZn099xTBBQBEFEQNlNNWnqC7lD6jAhS9XcNuSOqCO2JAI+X4mgKFmOJSBQ7g8hLSDryHIsCd+QVGG/GMjbDoluJ5NRkeS1HwxgdN+OeFY5/MitXPz0BlKZ+QzLLOPZDZlgaJa1ilWlsCCbq749ksL2OawvrmbY4YXMnr8JaxVQ0qxVUr7SpWMOP/r20bTNi7B5ay3Djyhk7qJiRJS9UuiUkaIi4eBZoTwapCArRVp5NAgCAaO0C/lsa3RBaNY1J3fGWTGXUx6u4p0tMOO4BGljJj7GxFP7M+mkAnrULOF1a/mSWkO0++F0pAFNCcqexHVp06kjfXxLKLcNh8qDqSK+Skbhrb6GGYcZ8PknteRm5NItrzNLSlej1mcHB8Z8bpmwymKFXZwSzGZnCrQVl0b16euE+MhrxKKkGYS+TogG9TkxkE2lphB2NS1ZT2s0NpTy6ct38urTrzD2wquYeMUNtIZiSHqGmx46mvtvmM3DLxzB5b89kaxMj9LyCGmq4G3ahDhKE6VVAio4bVO4ceHns9dzkg2x+lsn4Pk+hv1zF/9kraEhHmRjRS5p0XgQaw1Yn6DjcO0VY/hBfDMNV15PTX0MiYTRVApHDAXXf5+nT8vn5mV/IBpr4EvfdFcBikk6lBy/HhewChs2QWUNdIrB6DGrcF+NkOEKqrSKyWnH3ogxYFya2BRqLXu3jdZ4e/UcfLXMK17G/R89x4MTr+dfqfLeEeydgI0RTzWCWsKBLDARQNmbjIdo0vVbZ3JIPXwPTRJJdqZeEnwfcGiiiiaTaCKBGIfWEiOIVZz+PXA7tOPojxfKwPKaU09s2Dr677l9H1k09qU7iZaUMffH7O7a8YvZmbVKmjHCgbhnFU2uP6U3wTULGP/EJt7ZkuCTb4VJO+rc25h46mB+c0J3jkxsxVoLDq12zcmdcVbM5dSHq3hnC7x7XIK0kyc+xsRT+zPppAK61yzhdWsBw1X9HR5ZFaK4OgausGBrHFVAhN2ltm7FZGSQ2rQZjCH65lscSgU5Ea47axgIFORE+HfU6caraVHJX1lz76e0P6UPbXoq9L6aFt30Y5rzmjbyeWwL94Ta09MJElMFHzIHp+hyYyNOtuLmKYF20P2OBlZMzMGrMCDsQVPV2C0/BW8rpssfOLJXH2Y9OohXP1rHdfdUUrylEmOE1kjQOmJ9Hv7pXfzhhUfxPA+MoXu7jlz/7au574VH+bxkA2IMX5dVZ4zl9jnl2tnJkUsq2mr+wLHc2VggWAXf55bDnmFU2zLOe/9spp7wKEVtEvx09kncMXQO+cEop3xyBX/sOom5mzvwpLmaL11zcmecFXM55eEq3tkCM45LkDZm4mNMPLU/k04qoEfNEl63Fi8ewanuzi/OKmF7SRHtIoN4Ym4Jg3KK8L0AOJbmZDg+Cd/n+feV6QuUn51r+MFpITJDHDAFUkYYtqWKzEeep+tfHiDQuzuHjIWx3RwmBPKpWN2AqYDV4zPouLaGgndSHChfHc5u/2dOb/8MKKA0KQpv5NpuN3DtquepTeUhKC3p8oc/0ZKUb1mw6nOCgQCH9+hJ0HVp0YNP8P/80wyngC8p0FF8ekWTOIeHsQnFLVOqfIelbi4OitI6z03fxL+TJAGWJQ/nzcZTWeP1wlcHUJqnhJwg5w4dS7/23Xhp0Uy65Xci5AbJCkUobFNAaV0Vgzr3YV15CR9vWEIy5dGc3KwAU34+hHPvWMQvnlxFh/ZhJl8/mIm3fUZNFEgFOLHPUn474SnCzhpuf7c9s9b1IOgqmUGLAkoLPMN5R1fxf0ZWYa2DJi2lD5RQ+3Yl4griCGnq+5BKIcEg4f79yRk3juxx4wj16QMi8KMfsQvlHwyTw5tYtvlRXrjkPo5o14MD5YiyO0URoYkIGFFElNbw+V9GsKXbUd/HdCgA18F064LTrxferI/BGA7Ez8Z3wcydydkf1/LaZph5fJKkZzn15If49rcGc9Ox7elc9hlTrYIIOCmWLjkJyfkB4jgsrTAgSwCHnU2ev5kmAqR8DvtoOSC8uKoG3HpQDkwiyc7US4LvAw5NVNFkEk0kEOPQWi9/tIkdQkFGPf8qoXemEfzOBRAKkfzL00Q/X8uHBQPReBKEVjmnaDyH0kPMpzVqK9ZRvfox0uo6dYRewzhUkkqToHBIWIWUr4zokUHaR2sacB3BCPs0/+TLaJGCk6mk+Q0CQquoCm0zojx62UOsLe/AT576HmuLk5y+3nBStXLTxicpTFZiMew3BS9DKXm4M8mkQ6cri8EDBBpicMMDNLn9asgMQ0MMbniAJrdfDZlhQNnF3EdPYu8EkSSetx2RIK6bj6pLSzq9xD8lPRpWv07t5o9pe/EFBHr3puKXN+NXVCIBlwORf/6Z7E4Q0hSlOYKQpih7eOI+0hbdl8UufEAh6MAqtUzN7U3nYwfw6EP3U754EavvvJO6D2ZjTAhB8a2HCQQA4Qv1pF1zcmecFXM55eEq3tkKM0YlSBsz8TEmntqfSScV0KNmCVN9S+e8JIWp5UQ3DCQ+9EwaF2xi3mdzOYIS3DxLSV2EL11zcmecFXM55eEq3tkCM45LkDZm4mNMPLU/k04qoEfNEl63FkRAwUoddesaaaiO4XRNgAoIoPznMoJXXErdG++TM+EEvK3bqXvjfcQ4pFSwPqgvtJ6S9saUD/jaqYcmK8HJpEmyEnFyQQLsi7qGp19djLoGFDBCSVk9iIAVjO/wq0un84sLZ2OsojGadGtbQzDskVRhb0aMGMEjjzzC9ddfz5+ffZY5i+K8cEcnBt4cJr7Mp+pln9gyC8J+USDipMiptYhRAjYJRqj1Gog4Qf6776ksr9lEPJXENQ4HJ0nkwnPJvOZqYpNfwi3qQu5TfyH6m9uIP/cKEKQlfm0taU4kQsG555I9bBjBdu2w9fVIKIR6HsLBUc8jPO5E2j37V+LTpxN94ilMVhZu3z6kVq4GY0CE/SHBALFtZXjfupz3n3uUix+4i7defY3KsnKOH3cyTz/3LMd168yWx/+Ok5UFqrTkuvGdcVfN55RHK3lni/D+6CRp3zjrcc449TBuPrEDfWNL+ZvNwRghTcSyqbEHf934fXzrIKLkBSup8fLYlRCNeqxZU8ucOaWkrV5dQzTqAcKhZAELnN0myn8lynj8d9U8OSVOymcX3zrJcN013flb+Gr+tOmbwHN8lepetDRPAEU9JdCjK+oESK1ZiwQNIIDSEmstqooqqCppIvyDgHHIHTKQ3KwQquwXay2qiiqoKmki/IOAccgdMpDcrBCq7BcBMrLyqDIhPM/HdR2sGqxNsWFrnHVb6jFG2F+jxxzD104EBdRa1nz2LNs3zKZ90ROEIzmICK0hQLUfINfxSKv2A+Q5Hq0x+YMB7I2qooC1SpoxggAiwt6tIO2akzvjrJjLKQ9X8c4WmHFcgrQxEx9j4qn9mXRSAT1qlvC6tYAgQI3nclLhQPIy2pH0XVClWarkdr2YemNIbLqCROMaItlriNa9yazNg8lPfcCirfkU1EymclU+QyPX0yZSSm09hIMh3C6PkNft+7SGpgQsaELIOiVGWuMHESQEGBBX2ZdLzwhx/BCXzzdZJv4gytUXhrn4oSSPT15F6v1svh8sJNs4KPvBGrBKShx2EMBaFBB2Yi2mY3ucvr1J81evxZaWgTHsLqSWL3lYhvQpQFHWbign6BrSgvgcDFXIjLh0apfB1Pc34jiGWMKna24tNbEw1bEwy9dV4/uW00/oRm00iSqIsIf888/kkHriPnanqixctIhkIkHfvn3YvLmK555bSTDkkJZM+Jx//mF07ZrH6tVrCAaDDBkyBBFhdx997nPaz+u4+cJ1vD22lp9t7sWsqjbUNjZw7asP897AUdz1y5/TdeYHJDesA2No0YLlHAijkJk0IBC1lqltIAwUWJps5wvxBZ9QfusddPxVLjUvncio3P+hcsEybjrrDFYuW4zjOOwPd/ykGcTdCKo+GGHCHIcmIZgybRlTp7tkZodAAN9w+9B3qWh7Ju7AflzlHEF8xTyO7juTq5adAo7PvgllVYWE5wqd+mxFt35GQ2ZHynO7UqQr2W8iIMJXKfukIcRiPuHevUCVhnUryB49GFLzQWgVQbk5qxMX9D+BunAmblfDK3HDp58Y1NJEDBTHlcBJPmazJTvewM0rZyEoyq7GT5pB3I2g6oMRJsxxaBKCKdOWMXW6S2Z2CAQQhYRlyVaXoraV0HE4i5cD8c8h04CyT2ExiMCbsUYMX1hIkiHBIGEx7FNK+CoILVMfCq+LoRaKr8+k271RovNcvO0GEVrljYWVPHp5X8YckUswIBTmhdibvKwAIOzN4M6ZtCRetZktn9xNWtEJ1xHO78pXpWbbAhJbPmTocT8m9bN7mPXALYy54DtEwhG+lHX3LRxS99xK2pirPqNBs1HrA3GGvdaDJmqZ+tJKXp/ikpHZDiWOWuXii6cCDqD065dL2sqV1YBhd2F8Ftk8VCEslkPh/o7P0RxvhcPW2gA27uAvDPO7di8h7Nsf+ZKheQIYUAMYwAAOYADDARGhLppk2apK+vfahrQ5lSueDPLIZXfRJpJELQfMODB/Q5JPP68lGrek/eXVWjScwjjst4gHR9X5eIY9eAaOqvOJeBBz+FoJLVDQlOAOTpCWWhRCAkpr1CZifF2yR4/ExmJU/vUFGhcsASMcDEHIcjOYV7WQ369+jCeG3UHakRddzs5+v/ox5lYtJMvNQDlABsQoivDvIPvHP6bOjTDJ+txqhMBbNJmrQvL5V6h90aFjdghPLKoKoRDxKS/i+puRpQ0EFnyIl+IflJ29NyWf+fM9Plno8dkyjw2b4iyYP59F8+eTfHYKs4NJGkIRBg0ezDGfvk/f9VUU/vFO+liLGIO43XHc7pBxBi5pQlrHn1dwSD1MkxEP3c0h9fA97MJ3GJDVwJNHrmZkXpSqWA/eq7qO//P9BEQdFizdwqb1tVx5xziOH76JPwxcz7eLyrhsSV9WRDPB8fmX0wQ+uaAJ3OQneFyEko/M/DPOwOOR07+HLngL6isBYWfZl1zELvwUzpEDMWtXAkogFCTznDMJl5WDGPZp0iTSBoWK+SoZC66voMohp0pR+zb07pYguyZIbN5vOaFfZ95v7E5OtiH1yUre/MUNHHvrdWQX1VPUvg1bqutBhFaxFoqKaFJWxg5lZTQpKgJraZHA+gbo/zR0zIEt80EdmmWBi2cCDqDQL4cmK+sAYU8uFEa2cdZ7L3Jh9xfpnrWZjdGuoBAMJPnhEU9ydfm9pG6qZ+vaMLggKAVjGym55HCurr6F9z45DoRWU8sOajl4CoUReH5ogCNzhJRlBwkIjR/WUXHXFjRuwbB3ImAMTVwXRGgiAq7LDtaCKl+H8ZNmEHcjqPpghAlzHJqEYMq0ZUyd7pKZHQYRjhrSmbdmrwYRdhAhGk8yckhXXn57BbtwDW9/UoqmLBJwwAiK8FVSH4KdLGnJbYb94kL9tCC2UZBMRRxw8i2aBE0JCPvNGOU/iV9Xz1fCGLytpWAVVPFr6pBQkIMVCTrszPdDtM9LUtWoPD5zNDmZcdrnJVlXEcFxEuxLjJ2IgCiLVmzl9kdms3JtGYhwMNrnhTjntM788cm1EHFwUkrSsyAWnBSOOhRlpWhTJ/TJMmQHPQZmgKjBCEwudShJGMJGcYS9E2HbM9+jduHfUM/DBAwm7IL1cTI64ub1oG7RC+SO/C77I+Aa6hoS/OLRaXywaCO3XXkqfbq0Y39l89W47+0NzNmY4PLzTmDSsK7c+dB7lJbV8djNx9KlQzYX3vce7bOz+eUPh5IRDnL3o7Po0akd9/+wH41Jj5sfKmFAL+HBX5xGWWUD501hT6rElywlPOhIMgOGswdkM7wwzMsr6llRlsA1ghFB2TcbT7A7m0pgUz5NfB+bSkCc/SIdHmYPAmIcKF+J5U061Vfy1241nLTeQ7MvQTr0R6wPSjOuIG3By7ewd0pOdoSX332PdiQYee33KfjuhSDCXvXpSUvyEnDLfOGVHsqdxxj++5hBhMrrCBR1oFWS7CKeghXzwyz9NEC7tsLos3yyw4oIh4ZAfbQTG11IDh5G5w5xttoP6N+YS07WRlBatG3hm3wVuv/5flqSStXhp+oRMRgnA9dtQ4v+8gDNshZ8C76liYKNJ7DRRvabA6bAYgp8BNAUSESRDEXYlWJRfECBIMFkEW1r+9Gt9HBqs/uyiGNpkmQX8RSsmB9m6acB2rUVRp/lkx1WRNgv1rAHYwTrQDQZYvHm7vTruBVQlpT0oC4RxjqAEazSesayYksRJTW5EPBAlB1EIeDx2sLB1DVkgrHszdNTF7EHI+AY0qKNSZ55fRH7a3JeX+qOHUjR0ZbLjTDZ0OTyC8BLprjXccg/ayhOPAkIfspj3IsLMdsqCQeEAQtdbj93IMYNgCpfGj9pBnE3gqoPRpgwx6FJCKZMW8bU6S6Z2SEQmqRSFtMY4+w+BSR8y+xYED+VAmPYFyNwUu881lfG+LSkHkeENF+Vfu0z6NU2wstLy7HKXv1xTjk7cwx8siVOV2MAJa6GvyyopCjbxSr/chsHzuRQyqd5ahV8Dwk44BjUS7Ez9VJgDBIMgJ9ibwSIplxuG7acRNTh14v7gZticW02p793DN+r2cjtZhVply8dxJ9yu4OkwE3RokceYQcREAFraeK68Mkn7PD221BVBakUTYwBVVBlX3wr5AQsvxtULicUNOo1izvQYYmKAT7qGcQoKPtWc9bl7KCAA2oVEgZE8BavIdzPJS0581OqT/s+qELIIkbAB4Q9dL25kb0RAROB6bOSpI09IYiNgSp79xL7VCGW6/HpaDzStlufO8TSjf1T/dK7xFeux4SCYC27MIbKJ1+i4KqLcPJy2JcHCr/JofV7vlLbn6OJgfVJQIFamrgO9OkO/bsJqRSsU2XNRvBSNPGAtVvYB2Fl8S94/Oye5EaELyUbStlStZG479GrXW+CWZ1oyS0IaRc+MA9roTAvwrJ7xvH0h5v5/dTVCPDI5UP59XkD2B9/v4omE341k5gTRtUHI0z42AUUQjBl2jJen+6SkRMGASx07wREN9J9VBvEDfDBC5WQ8gGhNQTwvBiLVs/jqO4RSiprKKsPMurIMQgHJ6gpcrt0oUs8QrSukkCeEsCSYN8UyMAQEcFDKZIAQZS3a9tw4+I+BFOKsj+20ZyEKh1CDj+nA/P+HOOiNyq55FqXc8cG8b1qqHmbDrzF+W4m5xf1I9bzKD5LHc9bVfDq5rksZ+80mSD3v68l0LUnXvFGQEhVltP5tQ/QRJyaR+4m+tbLiOuyN2Ou+owGzUatD8QZ9loPmqhl6ksreX2KS0ZmO5Q4apWLL54KOIDSr18uaStXVgOG1rBWaUhadteQtFirHLQXJ8PwETR5cTKccQatEVJLswSstXz/nM58uHAOYBg9pDN3PbAAYwwozUrwr6NA25DPhOzPAaUkfgTRZJBWsZb/JI6wV+u3NFJVn+J3f1lP2o2X9iQ/26VnUQYHSgOGzPlV6NGDaXPc0aRWr8UOVbyp7xIwhn0aezstWbUuyrJlFYBwRJ+29OuVRcvuIO2+tzcwZ2OCy887gUnDunLnQ+9RWlbHYzcfS5cO2Vx433u0z87mlz8cSkY4yN2PzqJHp3bc/8N+NCY9bn6ohAG9hAd/cRpllQ2cN4Um3f90L3uzoXY7YTdI+8w8HCCFsrxsI/mRHLpnt6VZT9xHWoYboSXxefPwV69GgWDfvoRGjqQ1Rg7tws68lKVnt7boKgMo2TkZjBzaBazSGvM+5WvnFHagwwsP0+bjy6j4/k34731MmpPfhqIPpxAeNZx/NSFNQfiCryAWfAu+5VDZdMcTpKJRDAG+JLikolE23fEEeccPoyX+lVfSHAVEhDcrK7lwzBjS3njlFSa8+CKqinAALDgdPEx7Dxwh8U42aaFx9eArTgcPvzgIhr3yMTRHSbHohu8w8NZHaBx9FPiW2MeLWHrDdxj8q8cQHFpS9dorHL5lDWnLivqQdsSWNaQt69yb7aqM7rISBOZt6g+/FwaWrAOUZUV9SDtiyxrSlhf1gdGHkzawcBAdczrx2pKXaJ/dAUEIOC5JP84jHzzAWyvf4EcnXMtx7YZj1eegqDAkO8ZvCjaz7JVSzvtTI3WNStr06dO54Yaf89HHH3HOKR4/G9+O8KvZbJ7hslcKkpWFO3I4sXsfxBS0wxnQH3zLgTLGcNlll9G/f3969uxJQ3U9q//ndxBPYiJhQmqxsTjF1/yGvDGjuOiiizh21CiOOfpoRIR9sYBvOGjjJ80g7kZQ9cEIE+Y4NAnBlGnLmDrdJTM7BMIXEh6bRp7IuiOPQxXWLwnAuhUQcWitXGlgQugjnoqfggE2+R0o8dtyaeQN5tcNAEmyd5ZmpXxOGnUYk39/KeFQgLSxw3pxWl2UmR99Dq7DgUpYj3s+f43i2nI89Zm9ZRFHt+nBwYqEYe2Up7jgtDhpa6c8RWT8D0gl2KeQWtLiScNH5SciArpdcSVFiP2XoHVElPIqQ9djyhh7UpyAAEVJ5MgkGFixMBO1wu7eu+dSdhZQS5tUEoQDM/Ip0kYMakdLVC2z3lkFqgw74nREhNaoTTl8FSQri/9n3wywpI0hbXiNxfLvRxXaZ8EKr5bK3t3YXt+RUeGlhEMcNLumATsoi+LCtrQJxvGzg/jvlQDCvxsBDP+gHBBVKK+J88TrK0hZS0lZA+9+WkxD3AOC5DiNnN3+fb7b+QP69WpPxvBJZAw+Dz+7K+tK6nn/5VW8Nmsdny3fzvbqGP+prq3uza6UvFAeuYE2JK1H0AkyMvt40h6xp5H0kgRNgBqvlupENSDsaj5p6kPOkVHcLJ9kZYCCMVVsK+6AlnPoqdAunKAgGKXM68nrF1+NAif98Xe0D61HJIutsTCI0noOK+1qjiwaStWndVz5/FrW/bYbAevz3WfXUe85OB0H8v77tRDIBizNKWyfjQJGhIefmc+g/h0JBR1Wrq+gqEMO2VkhjBjSOhZkk5URRET4w1NzGdSvI8GAw4p1ZXTumIMRYRN7ocKg3Bgb6kOsqg+RNJYfze5KWtIoWEPPjCQ9shNsa8gBUZozftIM4m4EVR+MMGGOQ5MQTJm2jKnTXTKzQ6gACo4qvWs20LdkGu/JYroHjqFUlea4mRnk9+vNoeRYvnKuBVKA5Quq5IZzuHfs1dzz0TOolwKEHRRcS7PuzOzE7hRQQAHLrgwggADCnqYl62mJiJBMNFBTUULK98gt7ENVdRWxZAOIAZSWHMNK0ipmObzwYVvaO8XkJINoFLqjpAXVoc3JlxAMOuzT00+T5qows76OgrO3kV2SReWMfEZ/tJrMeUv4lb+VLTaJi3AgrChvL+6P5zugMGN5H2zCo2//Qu47fxCDnnuWitdnIcEgEgxgY3Ha9OtDw62X8t3QPN78ZDKYABiXHawBFKwBK6Q5DoSCkBEBVUAFrAEroLRK0R+W0Cxx8LatITrtcdKyTrmcQKc+oD7N+msBrWHVUtlYQ7vMPMoaqkn6HiLCv0okYNg7xSYb+bS0AlCO6+oigQhg2JcRD93NIfXwPaRlX3IRu/BTOEcOxKxdCSiBUJDMc84kXFYOYtinSZNo4rpknT2W7J//N4Hunam++8/Is29xzoZ1mUfHyq6b3LD1nGdy+9xSdtaSp4hu8nj3mzTHKnRolwUK26saMMIBO7rnpdT0DfHcKZaAIwQQUKg/E5KJV7GOw+FHRPDjFhBaa/ykGSTcCKo+GOH0OQ5NQjBl2jKmTnfJzA6B8A/Kz+fGQBRESKtpTIEAwp6MAW6sXEEAAHWCSURBVFUwhrSACSIcOgHH8N2TD2cPIoCCKv/OdN1zlL77InaDR9XkUmKD4nQYn4/0uoD9ddNPr8e4Lt+85RZuzezIuaFcotaScZhP9FOXnFEpTNASW+tgG4TIAJ/kTIMEaB0xjKtbwevr/0rd5lLEGFpjJPum1uf4I0YwvP8g5qxajDgOai0d2nZg5IChZGXmgCpfp3u+ca3ISYYqgeyrfiyXOy7L527hzxs9nGgp24vruWv1CMa1X0TvLgmisSCBrEz6FNYzY01XVkS78fH2nmykE4Sy+dL4STOIuxFUfTDChDkOTUIwZdoypk53ycwOgQAK40d+zp0Lv8epg2tYVHYkvXq8QUCWEwr2IuEbdiYCGlfO/0aIT1amWLbVUhlTrn8izvMf+vxm5FpOqZ5NSgJYEQ6IVfAVfMuhlB2A35/p0u6GMDL0EpKdlKx5L1ExuoE2n6QI1nAAhLCJc3LbV9iDQqdQMcNzZvNO5Tm44nEwyrdtZ+W2T8hp04YOpVkUdi7kYKjy/yuTQofxpZTCNwtD/GF0PvUaJavXYURrprN83EBuencDIdeg7MtrpF1w00d8NYQDkdAwb8fG8XFiFNU2Bx+XvRMSfpJFJavpkN2W3gVdqI830jW/IynfpyHRSMpPUV5fQ24km4BxSJIEhN1FYz43PLmKmoYUhB1qG1Jc98RaamqDnNhrCb897SnCzhpuf7c9s9b1IOgqmUGLAso+KHTMS3L/hcXgOMTXxii9czPxdY1I0KC+D6kUEgwS7t+fnHHjyB43jlCfPiBC6wgBMQREOBizT/8Vu1MVDs8tAR+GtV3P7NMnIaK0xqiH+IIqWllN450PEvnut4k//wpaUUkqFgPfAsqBOOGnb5MMZWBTPjjCKbP5B4N14W/Pz+fpVwJEskKoCE0CLqvfmU7K34aGRrFyWQO4AsquAgF2CAS4dW4lTSJhUA5Y9iUXsQs/hXPkQMzalYASCAXJPOdMwmXlIIZ9mjSJtP/z2/dQQBQ0HGah00CP7t1wunSDgIvbuycVtTEuuP0DUg2NICDs24NDfs2h9BC30JJUymPRyqX4VcUUb7WoCp0ri5k+dzonDDueQCDIwTAOTN+kpJ3eTbAcHAE6tXHxFcYMyCJtQ0USR6CsLoXSssqPF7BXCtYTCk5OklY+K4gJKAj7TwRUAQGUJgqIcshYyMwBIzTJzAHikJkDRmiSmQPEAWEXHduGacnGLavZvGItKYL0PbyQzoVDaK3NH8zm1VmvkxEvIHfBDE6/9CIKX3iGsh9fq8klS8UEA+yv7n+6l901eHHSMgNhmtPgxUnLDITZwxP3keaElCYWcEA7W0Ih5b1S5eVwDwYMvpTNtXNZU7OVolHDGfD3J9h47y2UvfUkNqeItkecTM1LL2HU0sSjyfhJM4i7EVR9MMKEOQ5NQjBl2jKmTnfJzA4hCFluIzefUMGfijNY0f4qGD+ab867l8t6bOSKZ9ohRFC+MH7SDOJuBFUfjDBhjkOTEEyZtoyp010ys0MgfMGmWFZSxLQub5HomEHP4q7ge6D853McbH0j68ZdRrhfT0xWJqa+kXuW9GKG2w/HZz98QNpVV9zJ1029CjABNL6eNAl1Rr0KJNiJ1vCFLygggBFIunRtV8vLNz/LsL7b0Dgo/0uhTZsE4wZu4vXPeoHrszvHccjPz8fzPHJz8zi0hHAghZZBZShIl6wGMOBgqErU88rmOdR7MQLG4eAo0r6AzJ9cQ/W3zifrxusJjhiBad+OnPvvIjHjA7S8FhD2Zm63bnxJHAdxHNb88IekCeA3NiIcHJOZQd4jDxCf9QEVF1wK6gCKBIKY/FwIBbC1UUgk2R/iGHwvxabTv81zT97Pjd178PB99+F5Sc47+xzuuO9evnfLDWz45e2Y7CxQZW+eLK+mLr8zOWcVcoERnjQ0uWAoJJMpbi1tIO/wwzCxBGkB4+GKR6OfiargmhQZTgMXdXuSB9f8lH8ygOJ5yutvbmZzSQNpS5ZU4nkKCBYBhIPlqdDO9bk+v4r8z8q57Pd1LF3ns7P8HLj1B2F6TBjDFRXXsri0D0iKHdTwVdj2I0tLCn7yc97P6MSQYcOJzHyVqvtupzW69SzEWiXNcQxpvm9RIMMo5e9/SINRQNgf3XoWYq2S5jiGNN+3KJBhlPL3P6TBKCDsrzZte1HT5QqipVNxw11p3+McsrKyePD5efz52VUQMPzbE/5BqK+pZOXCKagNEsntw/IFb5DfrpCeh32D1vBU+MGmI7ir8wrSrisZwN97LCIoln057/fn0SxfycvNIJwZpH/fDgjw+ertxBuSVNc0giM072bSxk+aQdyNoOqDESbMcWgSginTljF1uktmdgiEJtZCzPPJynFxIvmo7+Fb9qDW8tPl67i8qIA/143mvzs+g19yO5VVH+Pm9OFb3/sLyUQH6uLnkhOOI84jrPp7X6prSrGB4dQV3kpV1iiWbijhsh6daZGF0IAkwZ4etsGQeWKctKwJjZhMS3J9gOTKABj2KhyCAb0dnn07yfjRAQb2cbn373EeeUG4/NwQx98X57X3V+MlAWHfptDkuh6V+FYZ7K0lNU2wCJpI4vboBpkR7LYymqhi2rXF6dGNyA/+i7TY/Y9BysdWVoEIO5tdOpmdeS9Z0m5xDTsLqOVAGSOs3ljLqg01GCOkfB8QLhm6FMdYnlk0kNUV+bhGeWXGRkTAGKE53f90L4fUE/exu1WrVlFTXU0wGKSiooLy8jgPPbSOokKDqrJ1m3LiiV3IyPBJpVI0NjayatUq+vfvT3NqGpVr/hTjjCXbuOe7DUzN68YdG4uIWZepSz5kUclarjruDHIHdkFVadGv2G8q0KnO4ckXsggYuLSygXmNKc4/Eu6dAMkkdOML4eFHkX/H5ZQuuxH3GEPuN85At6c4UG4sEAYsiJCWsPxTwEWBaDQOYugcrqNduyB3LymlR7+XIOVSvMBwR0dou6KOSrLYFwXKynrSths0NuQhbfLQcITyij50YiX7y0smefOVV/AyMxFVDjUJOuQceyzx9+cR6JiLJj3MxhA5x45Eaj8D9WkNC3RVuJEANxxzOZ+nPD4vB0oB4QsKOEAHoCjAje89RFeFpLCHWCAMWBAhLWH5p4CLAtFoHERAgVCA626bTfV9P4JKn9/c8SCEgqC0iiMQEsFXxeefQiI4wj6dMWAuh9Jri2hSqz57owqRNlA8V8AT6mosGZ84OH1TVGxxEJd9MgLba5M89M5Wbj2vO/vSs32YM0a05bX5FThG2F+1W1eR2voMabVbTyec35XWKLYZFNtuvLoWWLud9n+czJE8wajuAY4f1Ysjxgyn3bHDMX37gRjSstr2pGzF31n1/q9JNnzAGXf9FvHrgQhftaifCfikua4wcWIf0qZM2UAq5aCe0lATB4QvOHxBWLmyhi8YmiWQSFrSRDgkll9+JM1ScMIWjLLmigG03jzS3hyVy96IzUGm/o3ILd8iMX0e3tt/Q0bl06KPaJkIiZTl6ckrufmnRzN9znH81x99/vKDe8kJJzlQnqdcfGoON95Xw9ChEdI++yzG767J5cMHlf9bVIUNe6VgTm2k00lR0ipnZmHfzgBh34zwf4tkKsHcX/yUkbfdRdq8m37C0bf+HpSDohZspcEPOCjCvwPrBsgmhRr+QcHSJAAEAoKIxYs2gggiQmV5MXP7daVP6YkM6J7DG8kPGfv3LRSIw85GDQnyjaOC4EDKg+1lPos/TzFvvkfmogBnbw+jtYK/ZhlbNnzG89s83u/bl4IOHRg6dCjDhw9nxFFHMWzoUAoLC9nB8h8nKMpt/dfz4x5bcVXBwAvvdGbmO8W4JkZR2yyGDO3Imef15fVXtjJlZncG/FcFI3OiLB69kPs3FHLT2q4kVWiJ07Mv3/vJMYw/IY8FKeWTcqX1ZtEi9WkMjCWacz3iOgS3vgDV2whkF5AY822CKz4kOHsybjwKCLv7Q68T2J35PMrylcVghL9Nnc/sbgOxOcr++N65p/BV8KqqsQ0x1nUNUJObgYhwUJawJ6v06piD70fpOeQYpOPvqSxZz7i8HCLmPTZdMoj2PUaT1auQxevn0rtTLlsq68ARWsXz4JproH17uOgidvH003DhhVBbyz4JpARK6gGHHaJJuHE+vHgK3P4ZzKqABP9LYGUdXxCaFTQeP15wO1WxPKZtHUPISYDCid0+5La8SXT+63LKZ2SgJkxaTvc47pXZ3F3wMx5efhlJLwiGXZRGS2mWAMYQ92MIQlrcj1EaKwNrQdl/CgVBeG5IgKPyhJRlBwkIsU+iVNy+BW20YGjZ4YfDW2+B74MIFBbSpLAQVq8GVXAcGD8eli3j6xALhAELIqQlLP8UcFEgGo2BCG+/t5oJ3+jHS68ugowgTWJJxo8bzFszVwLKlzpqjB1cQMFTJSdeiy0vxfeVQ85CuLdP4ZVx0rb+MUx8jUOrKdi4gAMaE9Iig1I0fhLA1gsY9ltJdTaHVjn/qUwoxMbL/gdcF3xLpF8vutx9M91GDuMCz8egtFYkfDVpVW9eyg4Swq98Apv9Exw3ghHFquCnYpj6F3Hafh80QUsiWT9gF45h8bpyFn6+DRNywQgHo7re47W3t0BQcBTGnNCBae9ug4gDQeVnj07g8R+9wTcSwhU/P40St5GG4z4g1LmYlOfgIGQ6Smtk9juB6o+ewIRArUWTFhPOoP2Z95Az5HwOlDGCQXhrzkoWry/l15eN5byBHbBWaS3lqzHxrKO4ulMb3py1iocenc2l5x9Fu7wMXpu2nA9mrebO68YiAq+8tYxk3OPWn56KF6ul7JaxWONwx6+mU1KlPPvCp4QzguzONjRQ+9xkap56hrZXXUn2mRMRx6FrboAfHZPPZ1s8Xlixnep4DBH2qdeDk9idpnyyjxlMWtaww+n94C2I69AqV1xA2ozgKpol8F7PKN8Jh8iNrePCTSmKI2H+0rMOcVeA0qL+PTrSkopYNZsWzmShV8cRo0aQ374nB0xgcDXkJ+ClnuBIgMoHnyY1+V26PHkbkcGHsV8ENlR0pK64Fi/ehzYjTmR9xYsMLNqII5b9URzLpzkCJIiyaMUYBhx9EcUJS+nCFMd2mUVJQz7K3lTxr1Sx5hUaq5aj6pPZ9kg6HvYd9ocoOL7PotH9ybvlelazHV1WAhmGWN9sIj07wrJZ7BcPkrOCRM5JkFzs4nT1CR6VouEPEQwWJ+UjKEk3yLZ2nVjVrS9Lex3Bqm592Z7fgWQgiKji+D7NEthQ0ZG64lq8eB/ajDiR9RUvMrBoI45Y9kd0RpA9CAxPriGiSUSE8rocjLFYNUQ0yfCNa6jbGgalGXGaY4AJgxfz6qJBIMoeRKloyOTMwYt5+bMhWL5eXkaEiPIPhjTLFxzAiTiIQDzugQio4gczWPM/l3HU0lXMKp1HyYje0JgN6rOzWCAMWBAhLWH5p4CLAtFoHERIc0Xo1FhCaX0W2SToxedgFQz7ZBVmrq0m4VkcEb7kiLCqrJGN1XF8BWHvFvz6EXamQH/HMDBRjhrDt7YuYP09a9mqyr+DNk6Kr8Li2+4jLZH0yYwEOPmEfmSGHBo/nIcbcKFPb9aMPoO0Ph9OIVyQh7ellPqPP4XBRzKrOE60poGQa0CAc0eSpoCDUhoNM2BlFIIKPl8QsDGBCE1sTCCP1rnySlrt8cfh8cc5UFYBhVM7ReWVmVDybgQQ/joig5cGh0HYp8T0D9lBQfKUjJ/VoY1CmvsNB3eoT5oE14KuIk0ylMY7ctBqAWFPlmaJQH1UefwvcV6cFidt0YoU3zsnQk6moEqLGqa+SbNEMKUV/PKIEZT6pfiidDadMKUVNLz+FqjSkmTJdhAQxyG+fC3Bzh2RgMseFBBoXPg54cN6or6lJXc/MIf/SAFgMBACNkAgBeN7OVz7XZcjDzOoKivWKHc+mmLaLJ+kR+sILCut4UcvbuTvF/fgS8FIR6Zum0llvI5JXUbRWqqgqqgqaapgrRJwDfe+sYbnPi5Glf3W6IYACyKkJayyQ8DFAtH6GIiAGDRRTMTbztZVORSNGMvZE6pZ98xi6nyltRriUQJuCEcyyNBiGr0MEskYB8szAVYsXUy7Dt2ppJjCLetJkkVrpVBOCWZzVqgNSVXUKkkVYr5LzLf8+xNsfS0Z4ybibVhD9QO/RcJhAl17YPLaYvLbIa5LS6J+JuCT5rrCxIl9SJsyZQOplIN6SkNNHBC+4PAFYeXKGr5g2N3kxTU0J2WVuKdsq/MwQhOrEE1YimuSuEZoyZQp69gbX4UjzvgufZa/S9qaM77LstfW44iyLx/XPUrzBGNh1dIcNr76KK7vsyrQlk/q/4Q1/IPSnGF84YPFH/N1EgHFYVR4ORtq25A2KrySjfVHISj7EujUgUOqdi3/Ku8vqOIPL27m1GPakXb5bcv40be60rMog4OjNPbPJ/bWe4RufACysgiEXBDhYKRSlhVLtrJpQw0gGJugV7feuK5hXyaedRRXd2rDm7NW8dCjs7n0/KNol5fBa9OW88Gs1dx53VhE4JW3lpGMe9z601PxYrWU3TIWaxzu+NV0SqqUZ1/4lHBGkH1p9BIs3boWEbCqnHHYcZTXV/Ha8ln8f+zBB4Addbn478/7nZnTtpfsbjaN9JBGElroUqRKEUSKKIqCIIhEmjSRZkHupQkIYi4C0kE60oK0QGhJSO9lS7bXs3vazLx/z+YmpOxmSxLA+/s/T24oiwv3OYntYbKySFVUkBaaMoWeeukYYVOKheWspnXFSlKJFIMWf8hLR0dA6ZHC+/hqiaDJBNtr8hi45qdwwjcBS/hHdR7XVwwm7dcD1nLyMY2cfJTy7Otw433w2SK6JJahfd4iUMUxNnjK7F0y8M47lZyD9wOS6Py32V5uc5TW2YsxWGzJYNE6ezFucxQ7J5OuJGtr6UoceBU4ubWVtFc9j/1ragixfcSB2JO5ZPy8hrS2O4sIn9xIXwlKy+BiIoftz5JhQ7CLClBg6a7DiAwbROtfnyNnbR2K0JV/La7jtjI6TGqtI+2OMlBgUms9abc/6YDA5KENpN1ZpigwqbWOtDvKQBUmtdbSPcGEQyRWrGbl3eeQWxVBRegTFRxRzhlQy8mta7j5qkZenpliUy0tLbz4/F+5+mzDt7Oyqf1dhJYygzhsRtlEKEjsrw8SKSkib/nnpD6YRdtvfgvGoKpsj3333Ze019/6nHhdK6UOiHpMLxzJu1nFfK9yIcNnfkr/bx1C//796akcT2l/6U2IRFBV+irmhAAfREhL+HzBsVEgGo2DCPgwcUSQg80cFraPIO1QawHzh2cxr9wFw0ZGUoACyuaUVX4JTyUOJqEW98WOpVkjRCTBddGzQFL0iSqnfWsvQkGHDUJBh9O+tRcz3lvI9qiKNfJ2zQKqE02ErQD3LnuZ/YvGsm/haPrKUxgZgqWz7+eua/JIO//G+xn17Z+xOA6WsE3vVD3JjrQ3veAZ3NYAs9+3GbprjBfuK6VocJx9jqtl3dIgYkB9NtNy0Q1sSoFaEXY2EcPq1WtxXRcR4f+qx484ga/CggULaG9tI2gHuP3229kRFHih2DAnxyDAuiAcXe0jdE/jCb5UBo7bdQVt0QR75S2nsF81KNtHBG9xK/EnlQMOdcGDphlxYjk55BBFEb5O2g3UBQSxhT4zwqJVDdz22Bya21LE2oUMy+W4/Hc5d9RsJk8eQ2TqX0mUHsTKOuXV51fy8rsf89miGppaE2AJ2BYELTZYvDtoAhRQvpC1P+R+C+ofgrKz6RBfAgVnQPNL0PAMGwkggATZ6YLisylVnwxjcdn4X7BHwZ746hG2I6Q9dsADGLH4pP5jbpp7E214iBg6JeC7hmBJO4F+SaygDz47hygNiTC7DdyDQUbICUdI233QEDx/MEtWLADx6RXxmRfP5lKzhkmlpQzK8nj68UexHYfxRf1oU4c981t5cmAprPPA0Knn7jmdDVTB9XxQsCzBGEFEyM0OkfbYf5+MqpLmK3ieT5plBGMMoBQ9cQ6dEqUq5nDuuBqmvTcE11GWtQbpIAqu4dxxNfxtSSGI0pWYEwJ8ECEt4fMFx0aBaDQOIiDQ2uJxxz9+Q1NsJSsmFfOr527izNgpIHwpSgqi7EhVa+me73HUqKnUtjcyb91isIP0lMe2GbamgNI3ghBrr2P2uhYqSg9ARyu77LU/0dZqQABhW16/81g2EEAVEDan0FpZTgKlp7xhURYNqqbSKSBnchE/PKKM+vsL2W1dhHsZzCXxFXzittJXq5sz+dv7k1Hfx1flR6fsydUlSfzLf01tZS0mFEI9D0kkKT7zO7x+1kQuW/IgVY3VYAfY0gsDbdKMCrUrixnq1WEppDyIx8AKwbufFpIaEsI4Hj1lsgrpjB9tpOGe80ks+4S05Ko5FF/3GiarkL4QEaLJGCsayqlra8axLBram1lRX052KJOvJ6EtCfV1T5D0gkSLf0KWI3yV7hx+EFsyi6IsWFwGRnjwhY95Z8gE/GylNzSewC1bh1tRi59I4TdFSZZXo5ZNsRvjgoYFuxzQtm76I9HKH7+YPeSqxKHPvcObxyv/9t+v7EYHXykqzubZu04n7YQLHqGmqgWM0DtPk6YRmxz1WE/ZIAgEIwYRxYu3gQi9EXdCgA8ipCV8vuDYKBCNxkGEDqJ08FnP0CO+wOvDY/hC39TToawuyjaJQLQNk5eNBGxA2KZmvhrqI5Wv07ouH/uY3Uk21+PVLaNk3Wsw7FQQoTeef/55LNtGgavbqvg41c51mSXUPxLCTUHGBJf+58UQB9ZclUFknEtXxM7DDPgj+FEkcwixhasp++XVtL41E4kECRgD6rPDuC77TJyKZSwUBQQxhlmLZnP4xadS39qEWBadabx5OjtDLBEnMzOTqqoqRo4cycqlS8jLL4AFi/GSyuMLx5CvNZz1zRYQaItBsZYTbYCPy/pxSPwpAlWVfJB/OojHBjEnBPggQlrC5wuOjQLRaBxEwLNYuraYQTkNjMj6gLCZxz8XDiSSlUMi4YDtsamAgWvPCvPDQx1qmgL84ZkEj76dggB8ujzFcYtK+HalxfWLrqIoVY/Sc6JgeT6fHDCcjBsuYC7r0PlrAWG7+TC+BBau9RlflE3FURej6jNk6atk1FTTOg4K3qfXFAiZNvLsOlA6VRyoQBG2V7/iQo6IHI6KUpTVj+2lvgeq/L8igM8G4vsECkrIOPo4qp9+Dr81Qc7h38Uqi2L7ywhgo2xbkv9lCzvDQKuJvlIECFJo4kCctHI6o4TsINmhDBraW6iJNpIVjFDRVMPi6jXYxpAXyWZVfQUBy8HzfUDojKvKzGXNYADfJp50CKVmMfMXfydklvH714t4e8VQAraSEfBRQOkhz3Db98opKXJpfKGR6j+X40dTgAcaIDRmDFmHH0724YcTHDkSRNhUynepam1gRX0FWxH+TRnSkselJd9h8TtzmO9/Sl/t238ZnfJAFXKD7exXupTeMkX9SPPmzCNeVQ3BAJKbDb6PFBXSa0voEA+EQX2whLSEz/9SCNp4KNFoDEToYFxm1OxNRWOY8lAlNZ/EwLbY0gm1C9mRnmW9O4cfxJbMoigLFpeBER584WPeGTIBP1vpjWDAooMCAQuTSGHGjMKEg4ht4Y0ZhVmylnDQIpUyIMK2uHw1/vn288z97G0GRmLE9r0dAeYsfow1rfNx21o48tAT2R63zlb+9LlP2rIJwrS9LbaHrzCqJMhPDsynNNcmbdf+Qe5/p4GqZhcRtsnYNp1SCBQrJSckyJ3qkpY1Tqh6NkiyWkDoXJIOIkp9eyY/nX4+5XXFOMZlxLAM/rBbE1MbLWLmx/giiNIzV13BRgJOu9DvZ+UUnFcJ7YAAAiThlstYLwkYIAm3XMZ6ScDQa7UNtby19C1iXpiCQccysJQeSpG0HarHHMv4vGxWVSRRr5nQbhMY+NQjUnnpVVr28luIZbE9ookYv37zftKuP/QnZAbDbCqaiPHrN+8n7fpDf0JmMEyXRPFLBLefTXZxjBlrfe5udzj6oIm0Rz+kuWEFV/7qSs4++2ziiQRHXH8zqUgL6ntE58zBLxZMnYIrbBBzQoAPIqQlfL7g2CgQjcYRY6hrD7K00kX8XI4e4QDCR+9ksqzSpa4tCKJsEHNCgA8ipCV8vuDYKBCNxkGEDkGPK6dP4BdX1wDCldMnQDDJfzr1BLBoefUD8Hxiny1FbBvLE5Y0ZfJRRRb4Sm/ZtsWXTQL9oeUtaP+INJG9IPtgekWV/Oww0ViSZIvDMfsu4uErnyI3kEDjbE6AJFx95lu8+NFIcFxQYVOe5/HII4/wySefsmjRQs46Poc7LisisAIqfpMkNt8nTSx6TVCq2sPYgy3C4RCfNwniATZ46uN5SRxjsb0Uj+CBe5N8932swQMIHnE4Taf/kMhZPyD8ozMITJ1M/IU3EWy64jU3s1N5Hvb48diDBtB00SWgFuI4dBAhdOxRZF/6C5p+eQXxV2eAbdNbEgqx7Pvnc8MNv2LIbbdx+UUXkXb5RdNYc9FF/O6hu1h+1i+QYJCupMJhIqoohjSP9YxAKOQgAvFYAkTw1GJs5jxGZy/g8bVnogiXj7mW+1f+nDuWXYYtLhsMookNtLaJZTPWkRZWGITgA/m0Y6H0lQKuCgdmxviFVcM//9LALQ/FaI8rmzp4inDtJSX8q//ZXFZ2Om1eCCTFpgZl1bEjlbFeC12z8/LJufpSPr71v5iUmUvB1ZdQ/uB9uA0NdGfaEbuirCespwigCBDwRiH0wt03kzbtiF1R1hPWUwRQBAh4oxB64e6b2aBfvxLCk8+kqfEoMjIzyc3rT9q150zgnJNGYEToqb3H0WHWu8/w5VPUZNPQnk1paQH9igdStux9IlQA36A7IsqM1kKeqB/AlEgzaU/WD+CHheUcnVNNtwIuW/GVkpIsRg7MpaElxuzZy0gb0D+H/AE5LK1QqutawQhdiTkhwAcR0hI+X3BsFIhG4yACPowqbmPf0mLeWlvDYcNKGVc0DGtQOx8uDoEoG4gxFGVEuK+ilkGZEe5+71XE352fjxtLqul+7jj8INzoEFAPxMLObMKPvsMK7wTuNFdwenA4WXis8pRuCXj1huxp7WQcGmODAX+tpe3NMNVX54GwTfEE1NT65GYJU8bZ3P1Ygk0FXLB8xVWhN66reYk0/22l5U2fDraNGIOqgu+DCHg+UpBP5IqLaLv+j6Rl/PpSopf+BmrrwRI25ajPphyL9dRnRxIBEcFTwfcNk0qrGNOvjrxIjNxQnBvfOpD6tgiW8fmqJRIJ8vLyUFXcVApfhZQE2H2fAgIhw6OP1OCr4LoukUiEjIwMEokE3XnuI5ePljXyXz+J8/LuTZy9dATL42HKmmq4/Pl72VkUMArZCcExYLUACXBikK/QzuZMagKFk67HTwR4/eFPcK75Jb+1BSnKA5TesEHplghptdh8nPNtxpTOo+Gf++ErHDO1gWeW7EubI+DSLRGlsHAlwfJqwql6Uv2COBYU5i7GVPn0Vlt7O2f84AdE2UmMwSkuANfF5EdoX7ocVcUpLoRWA3j0VNJYfGvha3xQPJLnhh0AqRQIoHwhxb85HL/0Lb618DWSlkPnlG6JsJEFi5Yk+M3Pb0NEWLosBY7QG+OdAGExvB2LkXZQOMxw26YnnjzxT+xIgUfocErLGrri+nDM1AAHTglwxfVtJPG5OBVhScrln9EUtqFHfIVBBUF6IhK02HdkNs99XEdf5JSOJlp6Omk5paPpOQWU9WxqKOANCnljtcDqNor+/jwTeZj9dnE4cL/hjD9kD/odMJVB48+kquwVJBTGBEL4nsuXQ9kgM9Pmj388lLQZMx6gqSnFesKWsrMd0lpaUnRGUNJE2KHG/eVzOpMSi8p7BuHWBBh21RIcy0XogTPpcPbVI9gmH0jOh5/mgskHlG066k16JGjxm99/wEXnTyGZ+jbH/z7B81fcQ1Zmgr5QhOxsC9sRlqxNkWY7Qna2hSL0VsyBj7Itjq91SRg24/jwUbZFzAF8vlQH/LiErigQcXzeKFhA2mFDd6H9xwYRuvbpXNIyEyl2pChda313FrX3PEB88XIwwvZSlDY3xj4Fu3PpqHMwtkP+1H2wxJCWP3UfjONw6ehzqE3UM7P+UyJ2GEHoMQGNCi3T8nHiLj5Cz6xjZ1O6pgqIkOYLjGhwmXvj89z3XRtt8Dj8eWVMQzaeMWzK8xTPAxQQKMwzHH5AkKMPDeI2Qdk1YRwRWqOKk5HBgspqsj8XqqureeWVV3jllVdYTxg6dBf+r2ltS9DSnMB2krRGG1m0sgE/5XHUtyew3wFDIPUJPZaTD6f+FO+wE7jXCnDvfJ/eu4Nt8QnSljkNU1eGs3od7qhT8XPykAXvk3frj7FSCQQFJwhi2NK0y6ezFQVCAXAsbr3nZfB8EL4ejBAqLOC18dksczwsDNvlMTplxCBiUBFyh05BcoZR0RQj2TSTMVMmkzNwD2pjVQStIEKcPjnpJIjHwXFAFVwXTjqJXhM2Z8Fd8+HR5RCyIOGxUbZNhxaXLiV9h4ZkHlgQS4XIy2zitt1+xRFvP0fdgzY1bRmkBcIuhWe6vHrgCVy99BrK5/YHCzBs5eR/nExXfCOcU55kT2OTNrP8A+575jsYX+k1hTwHHp7scECBwfXZSGwhPqeNupvK8FtcsIRuBYMwcCBbsW0YPJiNgkG+PEq3RMCCWXPL+fYRYzn2mAm8+9EqUDjg4NGEAhazPq8Ay7DBM9Gb6UzgX4blHzuosuMJJCsNYitpyUoDQu8I6wkdom8F6GDok/1uOpsd6wp2Jis7ix2qiY183yekHslghP53/468H3yXNCvl0lfL9t6fzRgB/TMoXxBABPw/02OuYQMfAWPhp/g3ZXukPKWyLgEieAmP196qgrBFB6OsqMvmkCu+jwio4wLZ1D5+KsGBZeTs9z7OwDLwLNQ3dCc48VQGXlBIcsW/aC//hIJDriA0YBJWRiFpsXgbASeIZdn0hQQCpKqqqPr5Rax2mlCEnjKZ7FhROtw5/T0ijo0dsJgwpoTb73sHX6A4P5PS/jn89vY3iLs+o4cUEAg53PBfr9EcS3DE1HNRhM/v+oCK5gQH7j6EuvooWzIZGbi1NcQ++QT1PMSy2MDXFCv8F3k5dTd1bisGoTslPz2VbQmNGEL/EUPosXNPI+2VhR/TNcGcFuK8JRX0yzqTu4Y28s+1C0GE7iSWr6JLqmRlZnD0hD1ICsRbhcXV6wDh6yK+ZgTrVi1hufZjWPMgopWjSeSuJZLtg9Jj+91wE53x1HDA8KV8s30ezyz6F+FgE0fVtXHF82fy7opRWOLTufP4KnmpKFYgB1C8VJTesH0l5hhuOaSEl8YpPPUbUGUjy8B7Pr1mQ/ylAPYyi/ChcXQVJG6wSdXb1BQVsWTIKOYNH8+SIaOozi8m6QQQVSzfw/g+gVSS7sTXjGDdqiUs134Max5EtHI0idy1RLJ9UHps3c+y6IyjHvcU3caF5gKaAlmk5aZauWfxbbReGKBBwnSuhc4IIIDQNQEMyrZ879hJbMoYYeHKWj5dUAHGkBkJcNyBoxGhR/4+h/WUbVIFhI1sY3i6wmFei0BgT1a0T8GIx9aUbonQwVfGDMlkYng1iYwhJNpaKVzwMmMG7MrCdS4YYVsEaGhzQUAAS4Q0T5W2lE9b0keEbbpn1bNsSRRilk1KLC5Z+xYWitIzf2XnUnaOU37+NFbI4Tsn7c6vztkfa948ah79B0s0gztaivj+aRmMcSzSXvm0ksfeepfrLjiIYbsMoPq2ewinIjzsDuT5z+pwm9vYVNj2uHXxruD54Ct4NrvlN3HT5MUcM6SGhjeCoPDXb87hxDUVXDV7V+Y25ILtAcrXhSfCyCPbyXzEoi5uM3e8RRwhiPJ1owrZGcLuYy2uvt1Fgd9NyyAnQ/CVbpUfdxxdyTIOuVjYIxTjQ8nKRvyF8yh/5km6s/zgM0nTlEvJNedRcvW5aMplKwIolJ1zLfHFKxDLYpuU/0wpYDGwOzAVRmUbLj/OZt/RBvX4N2H/vQXbtlmxWlm43KfHFITNNbc2c1r/vbCNQzTaQk5OLj3xjbFF+KoUZAWwjDC8JJNDxhfhWAbPV3xV+kbplggdRFlbW8C3+zexqHYJ5bMrGBQOEfDHAj49oUBuVj/qVi9nhTOBdY0hYrU15OxbiBJle/iWxfKFq9h76nLOHvAh5z8wFbUFUHpCgRyxSHNEUBQhTdlRgiKUx10eMPUM/1GKv/84SHbEBzeF5fSDyO5UWXvwr7YCnquo4V9Vi6iKzgVNgrHZFgkEaH36YeyBQwnvtR+g4LmYUJjai35EYtkCTCjMtikbZGba/PGPh5I2Y8YDNDWlWE/YUna2Q1pLS4rOfPf+lewMp5/+Il1RhLwsi4u/MZC0//rzIhpb5yEo3XHUpysCfH73LURCeSjC7Lv+yNEoqnTrqvuu58ukKpSG4ozITjE3MRoFJgU/pLQlhqrQnVFvPMkONbCUr8pJhxTz5+fKue4nI0ib8UkDJx1SzPbSoE3kwbfwjzG0TDuC3P+ZCSLsGMp6Cig9def094g4NnbAYsKYEm6/7x18geL8TEr75/Db298g7vqMHlJAIORww3+9RnMswRFTz0URPr/rAyqaExy4+xDq6qNsy7zqlby85ENq2hqJp5IMyunHt8bsy18+foHVjZUMzi0h7iYJ2QG64re1IZZFB1UQAVUQIS0wYgQZRxxBWmDUKDQWAxE2owoiqOuyQd20C9mSqqK2g1gWVZdfjhG+1rzKauouuo7ok8+SefIJ9H/tYdLqLryWiv2PI/PkEyi87Vqs0mK6M3kMXPNTOOEwwBaerc7jxopBfBbNAlHSTlwylskVrVwzoIwTjmzkhMOUZ9+AG++DzxbRKUcsEJg1MMB9e2bw8cAglL8A0//B/7MMeNUO3jobe2yM1KcZKGDvGsNbZ+NVO2DoAx/JCpGMtpExoATLGNL8ASW0RduQrDDgAxZdWbi2nsmD80mbv7YeASYNLgCU+WvrEWDKsALS5q+tR4BJgwsAZf7aegSYNLiAtAVr69lgXuVcqlrWcfzEk5ix9HUCloNnQSSpHP12gm++nySYUFzTitAHvjA0kuSm0nJib1dw8n+3UtssbOmbBwT4w1lh+r+XRdkzAdQDcdhKVthhM4k2uOEmePxxrOpaQlXVhHIi7ChR43Bb/wmc0VbOzMwiHigcCQJriidyhmWTTc8dHsjicquQqrOm4auyfZRuidDBh0klSYoOyCZab2FEKDwgm8mrE8xba8CwUVxDtGoGnfOY7w7F4FNq6tnFqmZOaiQ1mgt4fN3MqJ7HuvY6BKEl1U5OpB+fN65m38LR9IUAnsCIppmcfPZSbM0k7apzljK7aSYLZF9sQOmaoz47jfAFYT0BzxWwfGLrIixZmc26AW3E41CzKBsxPnNmRfBEEVFSnoAKGwy/7Up2qN0fpieWLFnCo48+iu/7nH/++YwfP56eyPCUHamN9ZpTPjtDMhplZ8g/fjjdafB9RPLJlwK60/DcCrpjAVMblVl5dJjaqFiAT/dKr72YHeZXF9ITp57exsezKwgEfHYbGwMfEPrOCDS7eKtjZFbGwQjJF8oIeIpahq+bN/MN5+4dwBgboRfeZHMiVDWkCPntnNTvU34xZSX7HnQgbSN+xdLELrz4zipeffdlZi+rJR5zwTZgGwjZdEYTbCRA1gFQdAkklsG668FtgYy96dC+AJK/g/7XQtGlUHMLtL7LRppg51M2Y8RQ1V7FtFnTuHDshZw67DQ2cKwAj618lDsW3oHru9jGQpXOKRjbJ1EdxE8K1rAYGHYO9RlVVMpDp52LZSwcY0h76LSf4fkeh9x7E59Xl4MYek5ZnuzPa+uS/OUbMe6cFWPlytWkfMjPyOPeA5VnVuTzdkUSbKEnFCXNWIIxBlC6pqRZRjDGAMo2CcxpCHNdXoLL96jk9rnFxD0hLWQrv9ijkmF5CeY0hMEoXVO6JcIGsViSyxvP5MySDzm2OptL6sfhpZIgfCleuvMJdqQB+/N/iq8+2bkDGVlcRbTJJXuvqRQN6Ud+/mCi6tOdda+/Q08IvbQywtDsAZRPPJFdp4xn4fQ/UVDZjmMp4ivbTRQ36VLSP4+bz9ybb777OrW/exa1LEwwiJ9IkFFcjLnuJ1y5SxkPfHwbigE7QGe+d2AGG3mZfPZinB8XraB8LXw4C+a05/KD9nHoYQaU7v2dbUpVLSdZthBxHNKSZQtJVS0nOGJP+sIyFu+vmcunFYsJ2gGMwK5FQ1nXWkd2KJOvSizl0zXBssMcNuEiULBsm1hKAeWrMu3y6WxFgVAAHItb73kZPB+E3rEMsY/m03bCz2kMhLklc9dYe7+93wn5XkJB+LcAvnhi7KDvXZBoK8sBnifN9ujgK1mZwuCSMGnZGYYa2wMj9ImyTaqACL2ndEuEzfhw0KAgaW+XJcDQLdco5x/bQMoofTKLDvtd/CjbogpZQZv3n7uXzJANynrCesrmBpbwVVmpk6iuW0ZLpmC0gMz6Gmwdyy4oIPRETk4Ora2tzJ8/nzTbthk8eDDPrVzJ3OY4f8ocwLBggNgyi+U/yyJziotT7BMe49Ey06FTgaFIYChuQz2Vv7iduvsfBNvCZEVAlZ1BUQYVD2B06S4sKF+FGINvDDUtjYgIXam/8V52BmMMzc3NDBkyhKXLljFuzGiWP/YhWU2LKZAmho3M5qcD/sXLa8azfO1IQl4rLTjc+PpIXm0Yy3UjHuK56BEkAgWgyheUbonQwfJYvGgcI3edzeraT6lrDROMHsiLsyeA7bGlRAoen5HkwmMDrKtTnn03BRbbzfah3RF+e0guz4+LwZO/AVV2JEfg3bWw9+oknrioKnl1KdrGKyh9IkDcz6DRLSTbaQRlK9XJAQhKd7572Xt0SUGETaxGFRD6zAo4IML/M0TooIAIfioFGWEyBg8kFAphDSzFW/o5iIAIX7X3xx3NjjSEzghJL8Xjn7yKEUPKdxGE9mQcRMgIhHA9j6SXIiuUQdxNAELnFLAh6XDwyHncdPTDhKxl/P71It5eMZSArWQEfBRQeiFl+O7+jZwyuY6Km8pofKkaKxIiMnEceUccSfYRRyDDhpLmqk9ZSy0rGipYVLOGedUrWVSzmhX1FVRFG0il4mzGCKR8eKOKNQsW8/2/fMj2mrluJFtSFcbllpMbbKcpEWFB00BElJ5ZRlr2E39lI9+ngzH0Wf9i1lO6JcIXlPpEFp+86iD4JBIWCFt5fM7f2JGCrDft8ulsRYFQAByLW+95GTwfhN5RJU0AN+XRlF2A99jfWbWkHDcUYdjMN2g+8kSSSQ8DqCpfpX8sa2VzimU7fL62irLGJoYUj0JbWvGBnJJR1NfM5YW583GHH00qlQSEXhM4fVfhlo/pcPpYA8J2EYE3F0WJBAyXH92PtEc+bOLNRVECltBnAslqIbrIYsAZcdLK/ydEslpA6BHLeFQ1FBGItJIc8QplwxZyugRI5RuEvlGBjJjw51OTvHJ0BGvRKBCl75aRVlUfp0siDCgZx5iRUYwRigpGU9WQAFW6k2x9j5bKhQz2h1IYUGrdBHXLn2Xg4DyqTB4XZR4u7+QWqWUMPbLuBjoTCYTwfCUtEgixpUgghOcraZFAiG0x6vHKrqeQ0jCnLp6OVhtwQVXJyjZkZAQoKSnB930E0BTYFRatbz3J22NPZNXU4znjxT9i2JTSLREUpS4W5pn5xew9toapWVE8z6PGqePp+cXUxcJg2ITSLRE2EqhoTXDj1YeR1pKKgxH+02VMaOULAihptsL4YVBWGsf26bEP2LlGXzmabVIFE6SDPx2E3nF99ttzOEsWruLic57knGM/gzigIIatKey9azk3nvUmV9//TQgnQZRNeZ7H2rWL+J9rS/jByCyq/+DSNs8nTSz6TBFKIjGGz0tSH0gxIjPGwxag/P92BlVMViYrr/k93z/7+wx95hm+d+qppJJJ7r7tNlaesIqHX3yYilN/ihtPIpZhK6ooXVMFRPDUxuCxuHUcS1t3pTRcxqS8T7l16VUYPGxx2dT73MxmlK0YlBzaUXrPRcgwPj/La2T3VTVc+cdm/vWZy6YiIbjkDIdDz9iL61ouYUbZ7iAuiMeW3j/rAnakwffS4Ti6loXyqTGMHz+RB395ET+98EJOsSxa6V7bzFl0RUkT+qJt5iy6oqQJfTFzXh0giABSBK1AZROKYhnBiNAX3274LV8qBVTJyXE44piTmPvCzcz7aDnH3HAvNkJvtfo2vabClgzC0JJs1lQ2sXZdM9gWaU3LahhcksOwkmxq69rwlW1QuiVCB98wpLiJw0oMBdHltFXO5ZiCLGJFjXy4sBSMsqnjC3M4sLyGj4cPZnogk0fmTOekPZ9gwvAfMWnOk2S3F+D7SYwJ0hJaTfaur/Pc2n68X1bPhJYm9gkWIPSAgFdrUXFWP/r/qY6sY9tJa30hwroLChFHwdCtWx6Mc+WPwzz+zwSrKjymfT/EEXvb3Pd0kuOW5MFRwyBsgyrdeuEd0hIe/0vAsuiginoe/yl8Fcb0q+PAoWvZa2AFmcEkCddmeEEjP9p9Dg99NpH6WBhV4auiqiSTSdra2giFQvhAAQ38oeA+9F9C2uR8n/zUUGLxElLJJPF4nMzMTFQVEeHrTAEVNlK2Fp5wJC0th/LBq9PYZ9Bd5D1pQOkTmx5TEqkwv3uoBigFlgHCzHcFlQhYAqJ0R0VoahpB3NqFrFAzJuTS3JSPOAEGsJTeEsBi5/HjKVpmziJ7vz1JLa0jIDkEphbRMvND/MwUCL2Ssmwuee8Bxh21LzJoCPgemzEWWlbGUQ8+QMqy2aEcYdkqjw6O0Bs2wjfCEeKxNg4Lh0krsi2+EY5Q63l0J+6yU1T7Ltvy2AyX8VMMF/4yyJ0PtjNpD4sHXmqnHg98esQSWFMbJ5b0CAcsuhN0DJYROjOnvI1tESnEm3gVadFYJlreRt8ooKxnUUMBb1DIG6sFVrdR9PfnmcjDHDAsxEEHjmXXg06hIHMPrOxSvmxNTQkuvngGaU1NCcDQOY+jjhoNCI8/vgCw2FLSD7Iz/KLqVLakCtce9gyBnBR+i4U1Oc4VM06hPeUgQjf+hw7tPl0SQAGxIaGgHjtUxOb2Bz7nwD1K+e6p53PU9T5vXH8Xxih9osrEYQH+9koLApx5VDao0icKVw8Psn+TR0FKSRk6OD7UO8LVw4OgfOkqQoauCcMCLtNW7kKaH/aptBxA6c6M+59hR9qLruWffCw5h3+Diqt/R92DTyCWRV8IQsyLUxjM49bdruGkAUfhNbdSf8d0xv7kDIzYpI09/NvU3TGdkWeewvP73c8zFf/kmgX/TV2inrAVRlF6RAW/3uC1W6jwH0mNcFpLHgdNdxGg1LeJG6VLQgdVcF3FdYEglN7RhiaFIgEc5QnJJtmWxfIyj0/npvjwkxSffZ5i3iKXVatWsYFt+I+TVOGSxcOYXl7M9IlL2Ts/yrcOXMVl9ynhoEMy6SIBC8+GGa+WcctJ74AFsxoyOevzUSyMZoDlsRXbgSO/A9/5CeTmQyoJXhIMO5AP6pIyw0lZg8ic8wyhmW9g3385teffA5XL8Xf7BikM4dlvgBg6c+sfzmJLBuWhf3zAJ5+vYtp5R7PLkGJ8VXpi2vf+Rtr9T77KjnTaMQeSFiwuwnaC2GKwXcVC2eGMsLSykaBdSln9amplJcvql/LuXMFYYzjYrGF8aCnNbhs5wWKWVK4CI/RaMAhnnQXLloExMHw4O4wFDSkgxRc8OGooHR5fDlh0zYeAk+T88dO5sPZW3CtbqVweAhsEpd9h7ZT/YBwXNl7PWx/tDwJYdKkmWkNXPANxN4zgkBZ341RHG7F8ekchy4YHdnM4vJ/B9dlIbCGxuJ3aG8rwGl2whB5JJKC8HDwPRKC0FGwbXBcqK0EVLAsSCb52RIglXF57ZxmlRVn87AdTSXvx9UVUVrcSS7ogwga5GqMzmlLcRnYehfJbInRQvnJljVn8Jxk//212qOws0hz1QeBvGbtxb96+JO9tRm//Ex2EPhs56z02kiBew3T8rBOx7AhGFF8Fz23HtD6DlX8WaIJtyoyQdtCUMnakt5fwBQFSPr+9aiJX//dCfF/ZyCiEUyj/pvybgvFJrCul5vFTCQ4sI2e/9wgNLEc9i21pbqpl+utvc/YPLmVwbgEgbLBy9WIe/8dfuOzCm+ktH8EX4YDmNUwr/4BhsQZSCL0x+BV2rAPocM4ZU1lZ1sD+U4ZQXtPC8OH9qGtsZ4+x/altijF0aCEIjBiYR1s8xS5DCijql01+fA04QaQgxOnDC0hTVf56C1vJPOggMg89FAkF2WBO4wKunX8Lb1S9R8A4GBF6ourex9iSuh5Z+0wic8o44svX0Pjqe4ht0SvGoksKfqaycHg9UjgCDS6BCgFj0Z1F+x5D5wQ/kaDovB8y+vdXk/bL3z/CHQ+9TjDg0CcKc/KgIQgnrYSbS1MUXPA9wqccizOgmF5TsIpsiifGGDBnPu0z3yfrsD0Ry4DSKxWxTLai4KthTUsOeSOSTJhdhudBaLc21qzOpbI9EyM+CF065ZRT2JEef/xxeqLfkINob1iAiBDOG0dPBTxlaWGQXx9exMp+QfAULIet2PSKqGL5HkZ9EkuDlNcPY8ng0cw/eBxLho6iOr+YpBNAVLF8D+P7BFJJekXBKrIpnhhjwJz5tM98n6zD9kQsA0qvmAylMx6GSdEVvPbJ5XyWNZK0Ka3LCPlJ3EwLg9KpOJ3ygJdm70a/jHYqW7NAlM2o0C/SzotzJuHTtYevP5Et/emJj/h0bhk4Qkl+Bn+/4UR66u830EeKYwwrRk4mzXgu280I89e28d3bLIL2AnzPwzMTaG5LgBF6QoQOvir7Dc0m7d2VzRgRELp13tAT2JQCxjKcVjeH3VvLuWXwway0cxBVemTpZ+xMgrIz/PBH+3H5T/dnZPlSGm67mY9SEe5zR/HMZ3Ukass45aQ9EBHSUimXJx7/hGdfmc+pJ+3OlVdfzTcrl7H7Q0/x8/0j3O8N5+//wxeUf1NIGkbltnLjpMWcPKQS9QUvbsg9OEWaFzcc3b+WYwbU8OSaUq6ZM4YlTVlgKyibu+ceNhIBEfB9Otg2fPQR/OUvdDj7bNhrL3BdOhgDqqDKRuedR094CSH3VzHyBR4tatcrawt5uTxDjIARuhQ8bH82UsCC1JsKCQMipOYuI3TeStLi9wzD2W0kqELQJ7CXgAcIX3h2MWmWoWsG8rOFc74TQgTyswWxwPLpliFCV9QHFyXDE4It4Pn8m4PBoWutpKUqa0jzkyniC1dQ8OOT6IpbXU9s3hLcuibECNty2YVT2ZFuuoYvhw/UAp8BI2D3Q4Qpuxh8F5T1xIVJYw17TRYWLqdnFEYPzOG2k3dhUzHXo7E9BeKSF8oih5555cr92dTZhw7l7EOH0lfya/pASZJJXkCprJzI6lV5HDD+UeqZQm9946Bv0xxrYkhGhD3GHsyOoaxM5fLM3+p4xt+Hhcl8EJ/eUHYOGyHpKX+LNVK+bxNXXeIwbnQGMBgvtA9LdBz/bHR4Yc0qPqqbRXuiCfBBLDAGCNAjqjTd9QcCYx4k97xLScybjT1oKJFDjyK5YhG90dSU4OKLZ5DW1JQADJ3zOOqo0YDw+OMLAIutBA07Q1ZWgG1xFX7zGh3CDmRnOWxLWxvdUoFjZypolA4iJG16JOAE+HIpDUmbv9eMpT4ZJ21BYCwNKRuEbgUG9Of/iqdnVJNK+Vx7/3LSkimfp2dUc9ZxA9kuCoSDuDM/xM6OIMZC2X62bZg8cQABEyZt/Ph8bNvQE+ecMZWVZQ3sP2UI5TUtDB/ej7rGdvYY25/aphhDhxaCwIiBebTFU+wypICiftnkx9eAE0QKQpw+vIA0VeWvt9Cl8tZadhswkhH5pagqtmWT9v0pRxB3k4SdIMYYtqX6hz/E5OaC79NBBFRBBHwfLAtEEBHUdUEVjAHfB8sCzwNjQBW/rY0NCm+9g00pYDkOrU88Smz2HIqvvx4/FAFVeuT4Y/myqOvSfNt0Gq75I87gAZTOeJrwwfuwQfETd5P91vepO/cK1gzfj/wbLiPnorMQ22ZLu4+Fq86GEw4DbOHZ6jxurBjEZ9EsEAXjs5Eos9syOXHJWCZXtHLNgDJOOLKREw5Tnn0DbvoLfLqQDrZPh1kDA9y3ZwYfDwzQwVfAgB1gR7FzMsmaPIbadeswGDbl45E1eQx2TibbEijoR2cUCIhwZGMDTlYWaUdaNtl5+agqQhfqa9mmpCH2UCHh79dhCl1QwTc2sYcKISlg2CYLny15lpL/yJ+ISYrhw4ZRV1eHiJBfUMDKlSvJf+ROUlOOxfJ8unL8/iPJywojwPBBBaQV5IRBYfigAtIKcsKgMHxQPmkFOWFQGD6ogLSCnDCqMGJwPk+xnuu7XPTUuZy6x/eZUDqRT8s/YvTKAN95LUFJjSFlh0mF6RNB+E5xExeY1Uy/uY545okccqTw0UcfsmrVKtKyMoTLz4lwzq45NN0doXKhQRwQi06dcdJv6ZTvw64CYgClx35/HJ2ZOXMmw4YN44DdhnDukBGcEx0EloDvgadE+uWRPXUK69atY9WqVeyzzz6ICJ3JE4tfRYo4JpiNq4ofBEMfxeg9Gx6cZXjoA5eJo8oxIsxe4oMxYLOZHGlnqLUOMHTOxwfeSU1B1OCLB3j0mQiPvvgRZxy7F6GgQ1o8keLRFz8CEfqqJRVjWes6RmX1py7RSkEggzE5A6lNtNCSaifbidBbPlBoxzku4xJMUMCPkzakUBgUvoT322bQ7IYQvgIqkLJAFYzQwQU/AXucUMXMp4ppqwmRFq0J8+GjmVi20rA6g/rVGahrcBOG/b9Xhh102WDJBTfwZYvH4lx80S8JOUHSfnXp5Tzx1BNEMjLozlPv1rIjHcV6Q54qY2cQEXaG/O+MYkdqeG4F3VHAEzim2ifNE1B6puTyn7PD/OpCeiQOe06I0iEB2PSMpyg+4rEVbfahOUliZRug4IECwtYUHzzlq9JuhMqAgCX0mWcIEOfo0nlcclALE/Y5iHn2r7l8Vgtv3r+EeSvfw0v54FhgCYRtULZJWS9zXyj5/9iDD8Aoy/uB49/f8753l8uGhBH2VFFAHCCKExdOHHVbtVqL1q2tdS9UWnG2bq1irQriwImgoIAyBJmGMJIACWTv3CU33vd9/l4oyEhIArkA/vl87gZ3T9hwB1ROAWGj+GHUKX4DnCpYfwcknQpdX4LQGigYA77ZtIqQi3oY2DiMXfEMJ3c6mQ7ejkSUBkoYu+IZMAUwsGmYGFC1LB40aC34VscSLjcRIQqEtRVlTFz2I6fuN4CVxflE7N8ujSmrlrG2ogwQmk1pHlrgprLWx/kp2WQWmCixuabDSp5b0JOXlnvAFHZk5PXvogEFtE+Np1/vduTkVZCZU4YAcXEe3n/mQiIuvn0iPn8QJUJa+wT275HC2rwKsnPLUSI0SuCmGd2YfPZqLtuvlB/yEogY1qkaQ8Fpn/YFoWUpWFds8UjxkYAGCYEIraVTio9Wpwwmr5rLKb2HMCDtAJYVZwNCUyiHVidi0Kf7obRP6oZ2HJLbdkDEBDSNiRsymBb16SdEFIYsEjtXc3vPHxG+YX5ZMe3CKcwjwP1WPhtMgxizDZqmCQbK2UxrCNucfmJ/nhjchrgnn6QwPQvljUEcBx0IkjrieJbeeSq35n7AqkWrwfSwQ5bmVzbjansx7sc0GF7NtXkecCdBjANhTUtwd+yDp2s/gqt/IsLTYyDujn3YWbZjc3KfIRzZbQCL8lZQ6q/kvP7DicipKGB3SbltPg3TgLA1DQi7yzP/uJptKTRvfzyHBUvXcNv1p9OjewccrWmK2y57izoaUIJjKFLE4iL/Gu/DcYMzFw267Q4KFwSZPJzNhv4L0AbbUkJWThkj/vQ2aMjMKQUl/DZowpr/0YDQKA1GCMIGuyS3OsiOaRJsN0Zae1xeF5vZDnUMxR5BFPOcC1jhfELtGoVXh/HrwzlCzqSHKJpCKcWECRN47LHHmDVrFhHHHHMMY8eO5YgjjmCtHeK8qrU8ENuBCzzJ+OMcalcZxHS3CWQZIGyvZip4jqDo5Y/IG/0UdpUP5Y0BrUFrosI0mbNkLhGPXXcfF993NYFwCAwTbIsYTwyWCJZtsy3xuGlR1dRxeWLwxHgJhi3ate9ATSBAm7ZtqU4bzP6lEznGO5vBfWtZUZzDx/lDya5OpYcrlwO8Vbx48pcYqi0fZt4IhgJts1OUJjsviQ4pKSzxH0F5SVt6pWrSg3HgsqhPTKxw9oN+0lIVMXFQ6wfCcNj+Lh49Yh2nlttY8hiOCDs0ahQRHluTkerib6ckkdXOBbYGw0WLElhWAqccaDOvfymn/Xc0NUDJieW0OTpM/D/YSZqAE8PXpefyxy5PsBWB/GBXFlQdiyEWjZn4bS7RIL9gH4LBMJuENQTLK1DBMMHKKggEcQdC2OWVWCGLgNY0nSIaOhn5tAZHa8prfaA1aE0doU6FFQKtQSlK/ZUgQoNCXk7ou4zHzvgvXmM1Y6a2Z0ZWT9ymJs7toAFN86W1C/PM4Rnk374eMXrQ7d6rMU44jvK0FBZXF5GR/zNLf/6YjKK1ZJVuoMBXRjgcAO0AAqJAKRAFhovNTIHCAHyxAUqCtJRjP3+YbWmtmHrao5zY9Wd+Ku3FKZPvQ8ShaS4lQnVszx5DNKFgiDpCvaoNN9HwzD+uZlsKzdsfz2HB0jXcdv3p9OjeAUdrmuK2y94iIqhMNhIsS/NWxyPIH9qOdDsO21bsP6Q/B3TrQc0KG1O5AM3u9P7KSrZjuAhUx1FdFOCQ1HSqPV6U0vhrlrGurJbY7ofwzvIKcCx2VlVA86+TFAJUBTQdEoRdpYCOSSbfrfAR0THJRNE0jmXREG1BuMym5GshIlxmYwcFMWmcNkCD02MWob5fgxGkOmAihNgV8bXCCxeFefHCMN4qD1poEUNHTWdHNOAxvUQErfkIGhAaE6Y9SUlTGLw2RK0vmePsAlzJQeYuqWTUQ1+wLKMAXAnCLlIi/OO064lQImxLifCP064nQomwQ1rR4+efcQw3gTyDE0wDweG9mTPxa43SmocefpjDDj+c2qoqMv52J8XvfoDLFUe3ZSsxkgMYIY1Wwk5Riq9WpHL4wWksmj0Hh1/EdOOr5QVganaZEqrsAHWU8FvQ+18raMiDCA/QPOZD1LEsm2hYVbKKqDJcZCz9jn/f9hndUn2syExBiUaEX2hE2EhA+NWVJy8kZMHb3w1kTUEbttS/r5txF3ekZ7pJ9n9CRIhBC9AEbUVebze2UhSFXIgDGLQowSA0cx7x99yF/7l/EZwylaTnn0F16ohTVExo7iIEg93KMLB+XomVu564q66g9vPJ6DC/0IjLTeCzyQSmfoNT6QPTZKdpjZEQT96/32HIuvXMnPo1Z154AaVFRXw16ROOz8nh0w9eJ/Cnv1Cbm4+4XTSXrQ2Gpswko2oA3WLX0C8xnc/yzmNDTVe0Bi3CtrpSTlNomkcDYS0M9Ab5W2wxGZNKOedFP2VVmi0N7C2M+Wsbcg68lPPyrqU01AYkTEO6JhQTDQU0rKC8nHvve5TzzzuXrn+9l8cmTGR1cTFN4WrbhmhwtW1DNAy7/CvqaH4lbKTZaS6Xh1anTIo3pJO74hOoEbr0HMbCOdNJbpvGfvsfSGO0FoYnlHBZai5+2yDistRcTkwoQWuhcYptJbbx4k1JJGdRHnjcoDV1XAY5edX0ObAziW2qqKiopUWYDp/+0JEpC85kSM8CDHF4ck0agVob3A7b6hXr4bzkOLp5PYwYeBbjl73B67PH8eBxJxI7cAq+ef3w2AY1pibm4O+xao5hna89N/XqxHV9upNR5SNNNE2iAAGznU14g0GE2c4GARRN9o9xtfxhpIfJz8czblKQEa8nwciB0C0BghZRowRdWkbNmGeJ/csNgFAz5ll0aRkoYfcTRuyXiRKNo4UIy1Ec3SOH7m0quOerE/GHXQi7h4jQrVs3srOzCYVC1AaDxFWWMKRXFoE2HhCILQmgKwupSozHEPB4PHTt2hURYUdGDjF54JpEPlPduWZZZ2odBU6Y7m07cvPRZ5EcE49GsyN//MdkWoqmfunLV/DyZ+dx9KAMvhETHdLsLJNm0WAqQAMGEZpNNE1iwyEDPiavfS9WZw8Dn6ZP39mkdlxHeIObPY0AlV/MIfmmXsTu1x2npoaQrqBiyhzkQkDTLBohLlTDqM/+SbdP3gbDZCu2Rc7Iv1IaqkGbJi1O0WwaiFNCrXY41O3htWAVESNiY6nVDrFK0ICwZzEUPHFXArMXhhk80OS5+xKY/n2I7Byb5lBKmLq0nOEHJXPigDY0ZvKSMixbYxrCtsbNLqRxio18tBwNaDYyKCKFb0jlm2wgu4h24zIZKP/lmO4GJwzrySa+Ox4g+hSTJq1mI0XDDCZMyGAjg/rce9g9tKTT2OilOaexHS3ceMRUEtFEBIMmr/54Er5ALAiNeJM6wo4JvxJanHY0C9OLqQks4tQR13DNyyY1gTAIzRfWXPO7ZGy3EHH12UkQDrFTNKyIUxx/WCyPZgUZUmUT8WOiwX29PayIU6DZw2jWhNxkBz1EiGhA0xQJwTCtpfjVt8l7+Ems0nJUrJedYWkbW9tc2+sS7tr/euLNWMomTGL9naMJ5RVQ8PTLJA4/moiq6d8T2pBPwVMv0eUf93Pexedwaodj+fvKl3h9zXiUGDSZ0qAAYa8VVJpUDCICStNsGnSNgIDDL8JCCA0C+/UwOLCPyZUXeXE0+Ksclq+xGXpKKREXf9WLlpVNxM2Pf05UGTbLa7wMnT2IG7vn8eTAbF665Quuf2oEaAOUIi4+lrGjJtGzRzE3LenF8+s6gdJg2Gxn4BC4+g7ouT+EQxAO0fIcwnTAMdtQZv4JXVqI3f80wt0Oxf33K2n3ys3U9DyYwHVPoZSgb5mGUL+bsmawFdvCGHk2CzO6smBxNlecNZhBs77ALioGUTTmNjZaEuxKNFg+H8plQbwNphAVIuQVV7IuN5645GUkJnhZl7OeuJRFuFUSczISsR2Fx4hhXUFn8ourwG2w01JTQSmizoAJWWxkUD8NaDih+/c83uYBuryVTvG0WLSKISKxRwDz+gSeavc3Xky/mlDYDYpG2Rg0xAI0ik00CguDZtHgNeC1gS7O7qiwHDYTUwhlBSh+KBerOIwYQpOlp0OPHtQxTVi1Crp1g7w82G8/sCzqOA57JCWUVAYoqahlaUYBdQwFIiDCljQNERCiQ0CHhdAGoY5i9zMUe5Nq5SYa5ng6MzrhOHLMNhAOQ7iGltD29HH8SmPbMRy131NkrG9Htd9LQlwt/boUM3tVbwzjZUBoiu9em0BLkvfYmkvxxEsrcRzNdjTbUw4oh2B+J4omXIKny3qSjp7JjrRv14njjjyFl/79KP0POIyjjzyFal8ls2Z/RUHRBi48948YhkFzWKJItIP8oWARFxctw+3YhJVBc6l4omLGnCwOOiCNOx7/kpKqWs4ZfgCdOiZx0yOfEwhaXDpyEGjNM2/8gAlcc/FgFi7N5fvvF5AY4+H8i07iy+krmL5gLSZCfbxHHsEm5aEKnl75Gi9nvk3ADuI1YtBomirrxkfYlmMF6fHYX4k/9CB8P6WTeeMDKNNDi9KgbBB+oWkybdk0yLLRtsMmIUdj2zY1tmJnlXvggcGax+cJcYZDcM4SlBhorfH07kaj3PxKQXViAT0H2bi6ptLJqSYvZQMkACagaTJHmdRLaxYW9mJCmo/BHb8nLCafBI9gYUFPMARHTHZk/PjxtKQJEyYQceGFF9IwARzCgTIEjRmTAihA05hPD0zkqeNSqXUpsDUtpTyxDem9DmRx34NZ2X0/Ctt2IORyI1pjODbKcXCHQzSbm18pqE4soOcgG1fXVDo51eSlbIAEwAQ0TadpkCUGprY5qjKdCEsMLDFA03yO4qDuuRzScy2vfnMiuMIgmjpaIOTizEMXsWhND+av6w7Koaks22ETR2scrVEitAZlW7QkLVBVawMaECAAIjSXiJBXGSJCRGiqwx68ji0ZCt6eX8qy9zdweGUOH3Q6jLMuP47OCSaOplH/nvIA0eQPx9Gyiol49YKeFNz/IAviU/lnYH8+/KmYYOU6cClwKbbjNgk5mv+8M5fxH/7EJecfxiMPPsDQlcvo++Z43uFXtlJ0Sg0wpt9yLu+9HuWAthUoUGhwqCNufiFoR7hg/zzO75fHO9lduGv5gdhKsZXrrmMz24aKCkhJYbO2beG116gzYgScdx6blZZCcjIYBptdfz2NcsBMc3B1dYjob4dkYp8NPL+qjR6TkSLlIQOX0tQn+ePX2JGKK+4EZxUR7uGHk/yfJ9gheZ2Ii77uRENEhPJKh+TDFRF3/uzQJlehtaZhRWyk2REBirs7dF4kgACaJlGKCOV2U/HRVNrdeBnunp2pT+mbH2EVlyMuk8bEHfgFey0bKATxQ+KhgqlA8yutwWVCcrwggKZxLq15etlzmHcGKXVA2MgjQttQGI3G43ZTpjVNccUL89kjGBb3zL8YDIeI2+b+EUyb5mrbNo22pNFcNgIoGiSQHmwPaBANKOqnsBGiTQEm8IOvksmdSrnq8URGnnU8AddQvqvpwecltUzOX8mKii9xrBoQAWWAMgCDZnNsEn9/PZ6BhxNKX0z1B28TM3gYKEXzKSZNWs1GioYZTJiQwUYGrUlrGuV1sZnWtIiQyS+EvUHIEdbVeBDRRPhqPNiO4v+b4w9ry8D9EhkzLpuI1+7pT9sEk5birrXw1FaildBUV39yKQ3RGkxDEQzbRExabmAtcxChUTPmZHHQAWnc8fiXlFTVcs7wA+jUMYmbHvmcQNDi0pGDQGueeeMHTOCaiwezcGku33+/gMQYD+dfdBJfTl/B9AVrMRE2ueSSS9iWiCCAEkGzke04GEohCBqN4zhoGlb9wQdEwxlfaLYUthwuGNGXa3v3wlqeTu4BQ/nTi0vA0exJar+dS8l1dxHOWU/b0XeSdOvViGmyLe8JR9Il/Rsqn32DsvvHUv3au6S+PAbvCUeypbnvgemCySVtuDe3G4t8CSAalEO9RINoFvnjOW/lgRyyoZpHu+Rw7qnlnDUcXAdTZ2EnF88fEc+CLm7qOERV979dQ/nM+dg+P4JBhMbGjI+n+9+uoTHGhy/REHGZDB//KUZ+NRHD/3wF5sVno8MWDTr+d+yQ0tj5Jr5nO2B0CBNhF7ogpEBpGvNTfFe25XhcyM2vUOvzscHrJRwOgwimaRII1LIhLh6d3AcVDLMdXxYRv7//I9xxHiJC/iAR7jgPESF/kAh3nIeIkD9IhDvOQ0TIHyTCHechIuQPsokSRVWgkhdmjsXUXdFVl2Prvjx3ioOjaL5nTyYi1WXzYOc8uvy8nmvHVpJTEs/HH13FiScO56ijhrFmzRoO7W/y9E0JHJSZyIb7Pdg1IG52aOLP5UST4ziMGzeOqVOn0qdPHx599FGe+9vZ/OnhD6j2B4lIiPPw9F3nEN8mnpeffJkff/yRFStWcNVVV6GUYkvD3fHcF9uB9mIS0prdxgSNZkm2po6bei23ulFVezpImB3R2GixaTpFvUzF9DmruOCv4xh18TFEvDJ+FtPnrALTxc5KdHn5U78zCWBz9Q9Pk+yK4cOj76LcqsFi5wgQsGzuqRyHFjeg2UiQUIgANsLu0Se+hqWXzUZE0xaLTVQs9EwK0PWO9WxJAM2vBNCAKIfEJJtN+r32CC2q/3gi5hetpCGWFebYK86i45H7YyhF3759WVKxBtPvojFxtiYaKsMOexMdtmltGmgf1KQFNBG2gGYPJoBNs5kDk4jhF4bQMGEjTYNsjTkwCd5ntxD+R7NTvI7Fqb0K+ePRClfn4byXmcYfxuaxeu0UcGxwm2AoMBSbaRoVdzh0vBviToCqz2Dt78GqAGEjpSBmAHWUAhwQoHIK+OdBl+eg1+fg/xYKxgALiKoHx5nUy7aJ73cQHc7oSPinpUR0OGwgY+cOxJeRDoZBfc5nIzE0lUsS2EyDS9mQTMsTsLTDd9kryCjKI6usmIjebdtR6KvC0g4IO8fQPJMez1uqN8d61xNwDO75sTshbYJBo/KKqtGA2zTweEw6tU8gtU0s3/24FkMJCfEhHO0QUVBcTZUviMdtEut10yUtiaTEGGb+uA7TVDRKNDk1bo77cH/+PKCIE7tUE/FBZhteXNaekrAJomlxil+E2UhoVZqosxRgAjb/I1SEq7jtm3/RvU0XxGWiHZvNDLAU9Xr5ylha1D9pEqVcJLdNo7li+vYlGjq43PRZF0/F7YWIV9O/nQfv5TEcdNXxvO04mAjNMeyYJ6hj2cTHe3no+qO4LGcppdc/QZWtUd4YdCiMOy6W+If+zPNHap5e+DQh2wbTQ/M50DEGOsWABhwHNM1WGqygXh4DufUVrCmvERFz6rWUeQwIVrAztNYoUSR64hjQsS/VgRr2BLWWw45ptqdpzM2Pf0403JQ1g63YFsbIs1mY0ZUFi7O54qzBDJr1BXZRMYiiMbfxP1rj7tWFtndeg9mxHUf/+wPGTJt/w2ML/5E0q/MJ13Hc235m/J46c2/iFzb1EeHnVYXUUcJvhhJmrw9QRwlNpYVdJzRK+IXWbOLU1FL1xUwiEs84FhXrZU/wu2M78kZoBN8vKcC24YRDO3LusA40leM43HvvveTk5BAhIsydO5eTTz4Zx3GICGnNff4C5odreSiuA+IIoUJFcL2BGGyn+scYcm4eSWBlFiouFhXjAa2JJlEG36cv4MPvPuf848/k0yffY+y7L5BduIH9O/egV1o3Xvnsv7Sm0htHaXecSY2vhuT2iZTkluE6+Dyh4yEsaHcZTxSl0G7eaI5MK+S0vp+wcr3QMUVTG1CEKhxWV6XgtSupCcYTNt3sLNtw+H5ZV9DdQGlWrhZwW6DZnoJ5q23QGjTgQEqi4m9XePjzGR7iPAOBgbhoglGjiPjwQC9jjkuk1iVga6JCoDwI32c5hIb6WPv1O1y7UojtFMb7qIOnmp1miM2nxZfT0b2eU1I/xK2CRGwI9ODZnMcoD6diiEWjTMU+0TP+sSvZRIuQXF7E2o9fxLbbE47pSP6UNxnc5XA+ePJaxLFpzPknPE3Ek7Xv0JL+wkamSatql5RCamwStnbQWuNoDWgSYmIpqCqloKqUHZnx57tpG7uSR75qz8zsnrhNTZzbQQOanXfvgFwy0tNYfskxrGhjkFG+mszPplFQWUI4XAvaAQREgVIgCgwXjVpaAdMKIOzQkmwtbEcLWlNHa3C0AMJvmRAdN2XNYCu2hTHybBZmdGXB4myuOGswg2Z9gV1UDKJozG1s9Gbm+2yi0Xg3GGw46Wymr4tH25rr+ySw37SJDK4NIwiN+T0bXfL2aqLBbQjbszF7HEO4YBnf5xbSu+cc3IbJ18uDmG16kdDjMNA2GMJO0dArQeibRB3HAc2uc5nCsvUB3p5dDgKDunpxmYLWNCrlqMNoiNbg7WxTNl0REd/XwYg1EKFh32UQ4bTNItxvEk5cMWK7wTERdt0LF4V54cIQ8bWCFhBaRrkvRKN0kDoiNFVcwkF0OOpM0g7+kqC/FE9CPO/MGMRdz35FWbkfcRmApqk0G11yySVsS0SI0FpTHxEhQmtNQ+ygYGNwwIYMRGvCyiRswzFi0L6wind0kGyEaR99Tr+wkDFmDFWzZqHcXsIWdCtaQ/fCbCzDBM3OMzSPvrMeb1wBGgj4LfAoWo7wm2LQIIVmZz3/8p20pDNHfk4dIbpEI+Lm7tfPwNGgxEEpUKJRykEJKOWglEaURolGiYMoiPcGSYmvZY1uyyYX9k3g771SUO9pyiwbMWkxAtSKQVF7A8MWLJ8LcQABNC1I0EXF+J98ljbj36V24ofgD+E+6Th8jz6OLi4B3Oxujr+G8utuIfW9caS+Nw7fv/+LGIKVk4e1YhUoBSLsMq1RcbGUfvs9bTfkMfuDjzhj1B/JzFjBzwsXMezSC/ny3fEkP/g05XMWoGK9NIdGcKswLgnzc+Ug0qsOJuLnyoMxxKY+muhQAlcnV3JOeRFPPFbBB9NDbMk04JqRJldd149n7Nt5f+1wEAckzA5pomL8vxT1E0ATDj+Bq/JjlDI4fP+VjP+XAgTQ1OfimxwiYrt3Jhpiu3cmGj547nha0u9OYDfSuL1tcRtJJLTvR7jaT9BxERsbQ1O5xeHxLis5YeVQIr7bfy5ucQChMU/457Idn8bO0ZxmKHSYrQhgfT6PEUpAhG3dyU5yOQSdILNWp4AGjBC4hfq4TBcvDegLAoP3G8pJ3UdSVfkNReuW0bPPXygu/5Si5TGY3avZr/edZGW/wQhGcNWAvxAxJCWZISlJNIkDru4Wjl+Re25HIto/Xoaru4W1wQDFDimBK8/2cOmpLt6bHGLEi16cswdA70QI2hCwiCoRnJJSMA1qX3yTCHvNOpySUlCK3UmJZlVxCjPWdOfkvtmELIMIAQzlsDivI9VBD4ZyaMgll1xCtLVv356qqipSU1NZn5dHTUkhutqNyxI0gl3jQRkmqampdOmURklJCe3bt6chybHCQ5fGMPSkVG7P6c2MsiQQG7TFuQcP4/5hv+frz8uZkVmGUsLu9O4n/2H0j6Mw0xy+yYgBYZeYZI4WWpXCHVtNj25L6JC6ighvbC2YUKo70BgBoZVZpWXkP/EGnq6dQRkEc3Jx+X0g7BzTpHjabFx/f560e29lS/l/f57iabNR3hh2KHO00EoEOMUbixvItiy+rKkhYognhl6mSQgQdizxYoRWZjsw/vMAxx/ppqDU4ZV3ahl2uJtTj3EzZVaI5jAN4aVv8ijzW/Tu4MUXsOmW6iE1wUV8jMEmq/JrmbuqCkMJ9XEZiqZTNN2rwi4oBqZpmLYWHlrLZqFPJhMdfxWi4Pv8E2hZb1PHCLMdLYiwmQCGYYFhgWia5LzXhGjIukFoompg/jKYP4ldF9Ace4CHOgENLnaehhVxit8d7MUbpk6tC9CAZo+k+YVoIjRNp4VW0+7ay4kbeiiFT75E+adTEKVorkOTD2LswHs4IKE3geWrWHnzPVTPnIsRF4uRmIBdWUXZ+58SIS4TIzEBu6qa7CtupPi1/9L9X48z+qA7uKzbudy59HHymMfe6JCSdCEKvD0KhSiYuDKFlpVNxEfT0ok60WBonl/XiY8KUxl3/Eoyj3iRj2b0JeLcY1ezJtam99QhbAi4wXBo0NIfhVsvIno0thGPz30VNYHjSPzyLcL+ryA2Ee+sCWCaqHCQ+PSZhJ67DrodgCA0pPo/77AlHQ6R2LMnDm5ACAdD+D+cRCh7DaIMmsq2LKKh+y3XC63BpXjkjfm8M/ooyqqzOKTbCFyhc4iJ8VDZsRyfvYbY2F6M/c98MBUNERC2VFkJycnssocQoqBLch6P9n2UU2dMouQ/JkX+OCLcXovUKy2mHHsO9626n/VL0sAAFE1yS9diGqIN6Otth63jiejrDXB7t2LEpkE3szW3ghf6u7iok8Jy2EwMIbwuSNGDOYTzQogpNIvWYNtspjV1tAbLAtum1WWOFn5rFHuMUcVzaEmvEF3dT3yKaLg27xuBb2hptSGbrTi1FJa58dUorh3+Pa9/O5jCMjehcC3YmqZ68KWjaVmTqbPmfOF/Kth5wfVQNJdGHTl4OIcOPIol6fP4dtbneDxehhx2HH16HohpumgqDdiiGOAv5I7c2QzyFxAWA1sUO0UTFS+NPkfYwjPT2MrD37CVO6awlWkf301T2Nrmk/VTeejnp8isXovXjMGtXGg0zaFiPGwnAMo0qGMYKNODivHQJD42emGGsANfAV8RcR0tSYTNhBbgwJddYVWS5vR8m/DCDBJOORpP7240Re6byfxK003yEeWmp2QR0TM9jxInFvACQuMqiLhrwzTqI2wUXuMixumIIQbd8HOH8R0Rmvr9neiaOHEi0fDo3BXCXFrcfuVThJ+mwE+0qNw3k/mVppvkI8pNT8kiomd6HiVOLOAFhMZVELFfWZ7QGpTD/JxuzF/bgxP6p7M8L42i6gQi2idUc2CnfF799nhQDiiH1vbyCZ2FaMgcLewGAmSVBohQQpNdf2Q7trUyzw+OAwgx4nDVYSn0auumKf5MdJ330au0rFOIcB86UNiBiy54nM0uOIIthYC3xsBbY9iOLcKhxZVM+3oesV87ZIaTcKc5RITyFRHuNIeIUL4iwp3mEBHKVxznqmQ68ygs9mCLsB3bhk8/hbfegmefhR49qGNZbGZZbLZ2Ldx6K1x1FZx1FhgGzaUt6tgILtHc0a9UjmlXo29b3IG5JV4xlUZoHtGaTURrmur9VcnskACF/KqAJtkPn9CY6ew8JYTzS8gZ9SDdXh+Nu1sam2lN+YTJFD75JmIaNMVHsz9gr+aAroL1yzVVPmiTBI5DHSVQEYSsWI3uDlQDtUAt9TPc3JbxJkMWv0WluADN1oSIMJqmWpRdQVRkjhb2IkOcMpQFBppdYSMc7pTxNhsdWr5KqM8MYAY7rTgY5B13mD63D+HJPx3DEtpxyZoivivIoMA/H5wwKAVigOFilykD/zefEvx5AcEl83EqKyh56FZCK35GXC4a91chGp46RIiCwsI/C3uRac99JuwGSjSbiIAt7F7XfiXU40O+QbiPnWVrGtSzcyy9gAf+2JuIg/skoAFb06hDStKFKHg//T2i4aXR5whbeGYaW3n4G7ZyxxS2Mu3ju6nP+PHjiQYhOuYtzGUrYYfD+rVDtAMI1VU1zFuYC45mT2DnF1Fyy0P4Jk4i/oJz6PTtBIxOHdgRMU2S//InEi4dScmtD5M3/HziLziH1OceZBPXwQh1yoFymmsRcAbbuyojXcig1bQ59jD6vzuWrLufoyYrh4i43t3oPeYW2hx7GI05+r8XUD9NO28HUlQcdwc7EDFGFVI6/guKawsBYacpwBLsXDd1FKA0TXFOn1FsRwNlDggQYmsCBIEuR4GwvcXfUefHByXE1kJsLcTWQmwtRD3EQnQMrtozcHwngRODP8YGYZd8kJbBl28Wc8f4AKEwpKZ6+PTTT1i/Pg/D0Nx8hZe7Tkoi8FYcOfMMxAQxadznVwpRpJSiuLiYLl26UFhYyJQpU7j4tFPp3zeNyT+sJOK0YfvTv09Hpk6dSlVVFQcddBClpaUopdjW9JBPpod8tLjM0UIUFJ9zohTT8kb5s6iXFhBNaGImkz6cSEQ7RzPKZYAWEE19XmGj2qeeo36a9hqyakuYGtuOlf4CcmeNJs2dhIOmVmsQoSGvHi7CXiTmDEfAR/0swGJnLDnjOqJhyIRRNEhAudyYnQ0irIolOB+/B5pGafYuVy+eI0RB1tVThd3EFvYMU88T6jFxGsgzNGANdcI06JD7lggt5X32WjeepCkO7M+fpxjk5BeDLgBTgVsBip3VZwHC+TTMAYZQvwrgSlrV8EWK+uiARdyJJxL46AuqHxhDRMIjd3N8pxPxv/UzEqPYkaNXLhHqtQzmf4xme/cB97EzhJpQkC8zFnHWgYdyat/+RMzLyeTLjEXUhIIgwg49c5KwA2XAJJpPKSHCsh1y8qtokxRD5royOndIpLDEh1ICCBFKCYYSLMshN7+StkleCkp8pLVPoKTcj4jQKNGUWAaPzO/MI/P5lemAaBqVOVrYizyS34+WlcGWHIHTVjn0LtMYmq04uhxbl3KkMhB+ZQvsV6JxhO3MOdzF3qTtRRcJUaCVpnJpHCIaHYSkywtIuSqdzqGZgLCzhgzqwXNn9aXzi69ROGsRyhuDGKBrAyQPHkT+I5dxVfWXzJv7E7hiQBk0yQ3ThCg4bPqZNEgppIdJhM64DdIdGjVmgbANC+j+WBq75O6PhXp8yGcId7Kn+WhaOtFQ/Z932JIOh0js2RMHNyCEgyH8H04ilL0GUQbNkXj1ucRdcCoRRscUBiy8lYcK5l8+Rjtx36QN+wPHjKtk1lVsJ/1hIQrMg4uEaMgcLURB36INwrYeYbdwqmsoHPMSaIg/9nBUrJfWkj/mn9RPIwjnKmFwaQARTefFXop/0oAGhKb46aef2GTAgAF4vV7mzZvHtj4JVbLEruX5+M70qnVTi0bYXuIJxwmbhGg1WhlcM+YWqmp8XHTiSIY/eQwVvkq+mjed25+9l7DWiAitJfTDZyKXQWwi6GRQsyHGTqPf6d0J1QSwYw7i32W3009V0rE6jyo7gZrieGrsOCoCQqLXJK3aR4q7AivosJL/yRwtRJMCxMRUivOH2jx6oUmfLgJWEII02wNzlwpziT4FX2XBytIQBw0Ic2UFdHldE7OWXSJoLO3ihdwH+KbsXHp5M/DZiSytPoJyKwVTLPbZ/c47fiBb0sEwPz34HAmHnUXcQQPI+eeTDDxvFEf07EtzjAwvpCX9hY2entWdlrWOHTFF0TYuCUdrtNZorXFw6NehJ71S/Hy0eDqI0JDjzvhBqFNCS7rx0VeEaPgqT2g1mq1p9hiZo4UoSFmfKURB9X/eYUs6HCKxZ08c3IAQDobwfziJUPYaRBk01Xlly9iS1hr14QoGjriUkOni2I/+i13tQ4miKX7PRuMXFNN6NMoTR5dBl3Biqk3W4tkY2uTccwcxozoBnwiiNbtCAMehRWkN89fUohSIhvlrajEUTTL46zfYEe2ACHW0BlHsmOu/RFSPv02IgqffWiy8BUFaltAEIuyM+OSjIfloJFDLgy/M55k35mE5FmIqdtb48eOJhkG3+ojQbCRspIH+wIUiVDk2Afs5aqc+R+/BIEMFCLOJBoT/GctGmaOFnVBLIzJHC/tw/cyBtKylRJxx9jFExasI0ZA5Wvif1Vmwmpbx/upqeX91NdHgIKSYQQb/VEMwpTMxVjnjXIAmCtzUvjsRa3kGMaefgZ2fT8XlVxFe/DOCh8YcB0KUictFYOq3FBxxPLHnno3niMEEvv0Oa9VqMAxalNaIx40vax2uS29g1jtvcOHo+5n1zTTy169n2Gmn8sHEiQyc0IX89z5kk3euHyk0wQT2DC+kFOCbUcL5T/rILXLYUtcO8Pfb4nEdfRYX5d1CTqAzSIjd6aLfKRomIArsLCKGDjZA8z9CfS6+ySFi7dsfEA1r3/6AaBhyYArRkHPGbKG1OTZJbdNIOv4GfOuyKU9fRJ9hx9IcGqGdGSJe2USkmiE0gtC4M8I5NMihYQ71upP/yRwtRJMIEYZh8M8/vkqgai3vL56CN9CGWPMLko+yCFcLXxVcxSjfw3y0n8nWhCYRcGqE/BtT0WHqFNyUisQ7IDTqy+fj+Wx6iNOe92CdeRCckwQhBwIWrUYpnIJinA351DFMUIr6HFq+SmhFGnhn0QCUaI7vtRatBctRrChoz5RVfRDR7Mj48eOJNr/fj9aa+Ph4bMui02FD0C9NxrEdDCUYbjcktaGoopL4+HiKi4vx+/3Ex8ezrWH9DJ74UzxL23ZlxPJuVIRM0GHaxCbwyCmXMThmMDffMZfv5+aCsNtdds6VQgsy2U20DTGeWiK0DWKwxxJA1/gJrFzFJsKuUd4YCsa+QMLxRxE/bAgRvh9+pGDsCyhvDHsaAcJAL9PFWbFxRPQyXYTRCHuuuYvCzF0UZpPs3FqGHe7CMMC2aTIlsKEsyNjPcjEUOA7EuBV3j+zGiEFtibAdzWvT8qnwW5iG8JvgdrE3OaHLVFrSY+zTLFpzQHcPdRzNLtOAhlqDjRz22UW16SspfXMCvnkLERF2xqfD/g2BILl3PkLxC2+CoTAS4kFr0BpEELeLzbQGEYyEePzzF7F88Km0+/NV7Df6Lj4Z9jqKf7NPKzA00eA2DVqN4ZAXNjnlh4Fc3KmIly/+iYjrFvdm/IYOYNhgOOw2AlprAmuOJP6H70jIeAzTV0bwmPMJXPoY4SXT8BStAxFwxeBeswQyF4LLQ4M8brYkSsAw2EwEcbsRjweU4v8NUawpqOCPj//IkzcPJTahgjL/GiodTXxcIvHB/tzwj7lk5ZeDaQCa34KZnhOw76kmLzMGTBA07U6qYf0VB3Fz+SN8++PRIIBBs9zUtYQGGbA+LpEy4onYPy7IiV1LwKZBN/MrE3jmQJM/dFVYDr8yhHB+iKKHcgjnBBFT2GUi1BFhn9+mm0pm05JeIboqqwPs1ZQmIz8VlOZfU4fiKE1GfiooTXM88vIwWtZkdhePJ4Yhhx7H4EOORURoLlsEt+NwadES/pj/Ewl2iJAY/H+1oiqT+5eN5Yu8aXiUm1gzBk3L0uyzmQOZ8Zo3BrkZffsVeN1emirn1WRaVgURD2yYyo4I4GAAGoWDZsf+zj6tIefVZFpWBa1ONKBJjK1BASMGLAOBxWt6kBhbA2gQzT6NG3t2b6GV2I5mMw2W47Cn8Ifj2JtogUSfTc13JjWAtoTEI8NEVM9xEZF4ZJiI6jkuIhKPDBNRPceFz9REJBo2WthebS1MmgSLF8PMmdCjBzs0YwYsXgwffwwnnwxxcewKDdiOMCS1ViYfm6MfW95Ov7A6WYKOYAhNp0AlOETYiqYzNHsrcZn4Zi4g8+RraHPRaXj798X21VA99Qcqv5wJtgNKaAq36ea3YO5ih0++trniXAPDpI5lwadf2/y0xIFOQAxQDiwBNFtTBkcWL+GW5W8T8MQhtIxFY0+iJbmeZq90U9aXQgt5i+h74PD2HPyXC/khvorHZ8+nJlAB4oAYIAoMFy1KBGtdFuE1qxHTRLyx1Hz7FSICSrHPPr9lZ9w4n8aYhhBh2ZrdzWN4aEl+guyzBVOxFa1RSthEiSCmQjuaPUFu/5Mx2ibT6duP8B4/lOYwOnWgw/svkvjdFZRc+zdy+5/Cb1G7s46n7QlHULNiDRGxB/TEiPfSJErTkIBVwyqnhFvarSOiKgBxKhYUv9DsMkWzGU6IeommjrA9AbSAZjs20aUDA3AqLwCrI4gFYiH8QrNLbr8hj4UrbTYpKSnh9X+P49AfJ3HbRZWcEk5l/b0xhMsFcbFHufHGG7nhhhuwLIvS0lIi+vfpSP8+HdlSSUkJq1evplOnTtxzzz3s07CbfFk0SAMCaDYSIAAIDXqFjWrGjKUhAnRFEcShtyi01lSj2afphq2bLkSDYdIQARzbIWTZ1BFBlIlmn3322VOMffx2YR/CBvWLc+OfPYfw7PmI20VE1V8fwnXUYKw4N3scEarDId5d+D0f/TyfiEAoCIYBIuxuWmt6dkmmptbixCN7k7mujLyiaurjaE2vrm3w14Y5ZVhvVmaXUFjqwzSEJjMd/j94MO9AWlYGW3IETl/pcGYGIDTAZisaHAWWYjumxT6bOGB2CNPlmWzih1bjBMBGA5qd9dHBJtXX30m5L4CK9aJtGwOhze1X8/55nbh/0XP4amvAFcOeoDRUzj4tz20aRIXHzZZECRgGm4kgbjfi8YBSNJnWOFV+NtHVfkJhi97hah4sXnCuBzv2iw5DL+OYN0qZdTX77NmM1GTa33wlCBipybSmvIefpDFKhIhcrdlZ8fHxZGdn4/P5aMhaO8R5VWt5ILYDF3iS8WuHPYWIUBkKcvVjN/HIm2PpktKB9SWFrM3PAbcHEaE12X6FXqnxFSjc8Q7UairiUljp7cJBqUKiSzGzoic/iKKH14U3TpMXhE6xBgW1Nuurg3TsogjaDkU1IVqHgHJzQFU6j2Y9xhnlxVifC1UOewcD1lRDSZEm4QuIsWgRgkZEs8I/kOX+QxA0hliYYtFkcy8W9mk14nEx4PbXqVi1Cqn2M+CO94jv2ZfmCmEQDU/M7EHLWkeDRMivLCG/oohtzc9eCiKgDPbZZ7fzuNmSKAHDYDMRxO1GPB5QiqYKKoPtBCwO/+B1RCBguMBw0Wym0KocGyuhA1MDNr6eZ4KGVZYLHWsgjsOeylBsZiia7Ia3bmOf6MstqGLUg18xefpqcBmIEvZEE3vcTmOECEETodmxp9gn+l5O70XLWkpE8LMv2Se6BI0/GE/SmQcgro7kZ3vRQQe8imgQPFiLV1C9eCkRghvBw55E3G7stblU/f1p6rhciGkSLWIaWL4a8s+8nM/fe4XrO3Xi3f+8TY3fz+mnn85Lb7zByLQO8Pd72RtNejyPNz8LYP+UiKiFAAAKfklEQVRfe3ADHGV9J3D8+/s/z7O7yW5iAoUgIK+VqimWwyKUo1pnymCpvVPPOgfOyOGIBex5IPJSC4LaeqBQr94NVOs5w2FnkBEF2tKjXukpKsiLJeYQQzEJb5MQAkkIIdmX5/lfEkQBCdmE3WQ3/D8fj/PcdavF3Fn9WZXxY35VcieuFpAIne3kek3rhDM08bpl3UohCW5Zt1JIgn7j36TrEM4K5H6FvGGjaSsNZKgYM/JKaJKhYrhaIbQugiLdKREyrxrInd+8l6jrgbMCXfkE0m8+N1z1XfpW72Fgr3zaRcCrViCAopl2QVcrEFp11ws29d+/HsbnQsSDBpdOoQSUQ6pRojlWF2RNQT5De1Wwbs91VNZl8umJXCpOBVGi6WyhUAilFAUFBTiOQ9TzOGkHqI/VEwvHyPZlkBmNIUBBQQE5OTmEQiEuZvkTPXny6GDe+KQboEFH+dtBX2fZuCns/N8I437xW2qqw+C36IpsjM6j4cDUOVy3ZQNNDkydA5qUFkXz98EgTaJo0o2nYcuOKO2hRFAWzZQFWkM4pik+2kDFyQh/KqzivaIabEswOseCD35BYq3GaCNP02bLNwhXsBv2nRCSQBqRBEpEuFxLF8HSRRhGu1guq8t6sPl4Dk0qIg5YLp3KBk54sCZM5t7XEcsDywFfAPvAxwTWPIu/vBhsh88pG5SN0bqgF+VLFJQUl3HfrA18d8Rghl7bnZjnsq+4hv/evpOw6xGyBO25XKiO9FQzL4JHgCbZAxqwp2WxrMdclu95gEjUB4r28WiZAk/zOU8DGvBolQIWX28zfYBFzOMLCtzKKMcWHSTyaQNiC5fN8+COO8Dvh3AYPA+j64mIRVr5+CkhnWz7Z6EFHpchEKWrERHaKiaKAQ3VzDy8lW/XHMAVISaKyyXDEdJMbayOXxa9zAv7XqHebSDTCqABjdERlAu4Lm2hAh4JVUez08pHa4QzNEaqUAGPhKqjc1ge63feBJZL+NPBNDlxOpP1O28CO0ZrpBGXULwLLDUD48ogaNLJ8Kp9woU2c77NnG8z8QuF4NlnYeNGuP9+WjVpEngejB8PwSCJ4npCyNayZNhRbutZpx/dnUfRSZ8QL58m/EYmTeyvaa4U4thED5dzdPHLIIAGFIjjgBKuNOXHNEtWxKio1HxruMK24e0PPFa+7lJWrCELGAAcAjRfkhOt598+WEyiLVyzByP9bH1nh2x9ZwcdSilEKc4Sy8JomxurdwpG2tn03jGM9DMEhE6gSS0DT3wknABu+xZGy6xQBlnfvIFEqnVraVJtc4aGWreWePSqKhQ6lJCK3v3JqwKvkmgfFrmcSwTuHuvy8wlR/G/0ouQtG7FAHFJOMBhk+vTpeJ7HqFGjaMnEiRMZPHgwWmscx8FoWQRFi4QzhC8IcZHMTFqm8TSICB6NtEZEuKTjJNXwqn2CcUmaz4hwliY+txYVCskwaZBgGIbRBtFtuxCfw1nic4hu24XYFinLsmlwXZpZNqlAa03vvGzmPDiG7jmZ7Cut5BvX9eKdHaVcSGu4plc2cx8aQzDDR/GhKoZd34ttuw9hXITySLaYAhSp7VebhIt47dd/4rWpC0k1XlgRHFHLNb/8FCcvgtdAQhz/yTLE70McG90QJjRoAOElU3nIt5Xfv7cWbD9YNqlCEK5oL44WDFBCzctriXoaq1cPTq3+A+6xarAs+sZOs6Diw3E+z3vzzV4j7mX0i+W8/yOM1CWWRe6ku2gmdCgVzCReijiEuai5c+fiOA7z5s3jUiJaM7+unB3RehYF81CAS2oQEfAHKK08SumxMhCF+AN0Bjtbo4YKoSEe/lzN6XXgeRC0hJKTYYbkZNA/SxGyLepiMfZWR7i+e4CT4TBXZ9h08zlUN7gcqY8Q8zRJpxyyYrX8yyf/yiN/fYEM9zR1JSCkH7EBRcJZ4mLhYqQHf8+e5PXoAVqDUqSSTMejQ4mAWBiG8RmBmOMj3URRIApfwEeTCJqu6sPS3RhQs+kuIUm27DrEAz/9PfuLjyM+i1T25nt3EB/NGcKlLcPoAJZHMtRNmY6RZALBcIS6wggxtYNA2XHIH0RyWQgZpDSlkIwMLsfwqn1CW90xlgtNe+ABppG+Xl7fwLmuCglPPxzguh98hylHZ1NYfS1IBESTCsqmuhiwbNZNJNKsiaQEOzsbsrNpD1crJnQ7QhNXK65EOcFuNMt+kMg1E/D5gvQAdn9nBD6fj3YTvkyIS31RtVC0A6NllvKojfjZfqg3G/YOQWvBUh5KNKli8ODBaK0pKyvDsiwCgQCWZaG1RmtNk1AwSF5eHiJCS8YVfYPyBj9IDL/tY/atP+SH/cfxxM8+ZP0f94Mt4Ci6Khuj81iKcHEpRxYspkm4uBTx+0l1gtHE9TRL1h/EsYSIq/E8jW0Jl7L0noGCkTQZ1mmSYu19wkXkv8EXRtHoQQzDMIwOoDwqYhbNlEen+0sMXj+N1AM+C7BoJgqrrATr8Ivg+AGN0XabPn6NS4l+5BHzXEC4TQk/ti0uZQzpyfMEX9Cl+6Qof7zlTubvW8DhgqvBAhQp58khNrMGWsQ8viDgnXI59vQhwnvrEUdICK2hsBDDMIzLJY1IgttP7OfRw1vpEa0jKoor1VvlW3hs91P8tbaEDCuATzlorjzDq/YJl/LcQnhuIV2dED8hftIIw4iHHaPJifoMmokGO4ZhGAmQlweTJxO3yZNJBg24nnB771PyN7kNetbuPP0b4hQTojt8NLEHC1cUpRC/wjijqNjjZ//u0T1XsCw4dlxTW8cZtUAhLXpm1/MMPHWEsOUjkZb+dh/p5A/ThgkX8RbwBIZhGIk37d7+JNKKAgzDMDqF+9EkwThPKFN49rEQE/tkc+TpTGqOCOKQ0m6++WbiMXLkSIxOpDWt0prPaY1hGIZhJJvYFhcS28JoGxHhaGUtc5e+xcgb+5ARcCj4pBwR4UIiUHaslscWb2LEjX0J+C127y1HKcEwuopuEyrovfAgKA8dJWHE76OJdl263fM9tj16Gw8XvEjFyeNg+zGMVGQB1okqTj33CoiA1jhKgaZZ31gdT1bs/Ha2F9mwslv+PcGbnz9Yt30mRgoTOofWdISXXnoJy7KI1/pIDQVuPf8R6sMgy0cqEREQi3h8tfJdIQm8SnC3aBoqFA3KRZ0G+muyHIshuSEqTkcpPRkm5mkGZPvpl+0jHNNk2ApPa47VRympCaPpGGPLN7H0ozlce2o/9UAEENKYpl02/sMNgtF1iIAIqUZjpKXlE4SLGLuCz/wf8I8YRvJpujpb2RjJ859rC5j5zP9QWxdGHItU57MjGGlo+QYhGRwHI9kEHRa6Ff+FsOvQEFBoBMNIhhuHWLz0VC5/7jWFvyv9Jxo8P0iEVCIYTR6d8DUSadZEugSfaJpoDJ8vyFkBvx8jdQlwOmqzctcwLNEgmlQjIogIffr04XKURxwQl745PXnl7kdoKMnl9vs2UlZ+ChxFVycYxjkO9xugSaC+B0sFwzCMzqG5QO88Px/8bgRX5/nxPE0zBfq4pu7hMPq4BsV5uu/dKhiGYXSCqvyhmnNFo2QteJzJRRarVr/N9jWzXy67cgAAAYZJREFUyZ8/g0hJKShFa3L3FApG2tr/vb765EP9eOzEEjaXjgEBhPZ7UoQ0pEHTTgKCYRiG0eW8HxqmuYDXEKb/z2fSd84UKl/fRNGEmaiAn3iMPrVbMAzDMDqNbsQFZqwtYeDzS5hcuZtxIx9h5bK7GfKVAPGQRiTR6NnvahLo/efGCIZhGIZhGEa76UYkkDTCSF+jVmjOFXX50cThPFO3ierfbaT8+VcZM/vPaE8Tl23TBMMwDMMwDCPl6EYkiDTCMAzDMIwuLWtdviYBau/cIxhJV5U/VHOuaJSsBY8zuchi1eq32b5mNvnzZxApKQWlaE3unkKh0divz9Nj6stxEVqi0NQqh1VXXVtY4cv+Ae9PPYBhdBxNAvhEWJiZx0/rygXDMAzDMIx2qMofqjlXNErWgseZXGSxavXbbF8zm/z5M4iUlIJStCZ3T6GQhu7feFiTQP81vq9gGIZhGIZhGFcYXYrmYjwgdxHkLKQl0gjDSHNfHf8bTSs0IMRn/8b7BCPt/D/mPRtuNTjhOAAAAABJRU5ErkJggg=="); }

@media only screen and (max-width: 767px) {
  body.has__modal .uv-icon.uv-top-right {
    display: none !important; } }

.pinpad input {
  text-align: center; }
  .pinpad input::-webkit-input-placeholder, .pinpad input::-moz-placeholder, .pinpad input:-ms-input-placeholder, .pinpad input:-moz-placeholder {
    text-align: left !important; }

.slick-initialized {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #6784b3; }

.slick-track,
.slick-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.slick-slide {
  width: 100%;
  height: 100%;
  background-color: gray;
  background-size: cover !important; }

.slick-arrow {
  display: none !important; }

.submenu {
  width: 100px;
  background: #fff;
  margin-top: 25px;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
  position: absolute;
  border-radius: 3px;
  /* top: 100%;
    right: 13px; */ }
  .submenu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFF;
    border-width: 12px;
    margin-left: -12px; }

.submenu-ul {
  list-style: none;
  padding: 1em 0;
  margin: 0;
  cursor: pointer; }
  .submenu-ul li > a {
    display: block;
    line-height: 1.45em;
    padding: 10px 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 500;
    color: #444;
    font-size: 0.85em;
    letter-spacing: 0.2px;
    -webkit-transition: color 150ms ease-out !important;
    -moz-transition: color 150ms ease-out !important;
    -ms-transition: color 150ms ease-out !important;
    -o-transition: color 150ms ease-out !important;
    transition: color 150ms ease-out !important; }
    .submenu-ul li > a:active, .submenu-ul li > a:focus, .submenu-ul li > a:hover {
      text-decoration: none;
      color: #444; }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules

  small__header
  header__switch
  header__account
  header__account__buttons
  smallnav__text
  .smallnav__title a

  - Edited the following already existing styles
  .header {
    top: 28px from 0
    box-shadow: removed! from 0 1px 15px rgba(0, 0, 0, 0.58);
  }
*/
.header {
  height: 71px;
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #EEE;
  padding: 1em 4em;
  z-index: 30;
  background-color: #FFF;
  webkit-backface-visibility: hidden; }

.header__logo {
  height: 35px;
  width: 170px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
  position: relative;
  left: -16px;
  z-index: 0;
  float: left; }

.header__hamburger {
  display: none; }

.header__search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
  padding: 0.9em 50% 0.9em 300px; }

.header__account {
  float: right;
  position: relative; }

.header__account__buttons {
  /* margin-top: $header-account-margin-top; */
  z-index: 20; }

.navbar__icon {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center; }
  .navbar__icon svg {
    fill: #214673;
    width: 24px;
    height: 24px;
    display: inline-block; }

.navbar__text {
  margin-top: -5px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  max-width: 85px;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  }

.header__countries {
  float: left;
  position: relative;
  left: -24px;
  top: 1px; }
  .header__countries .flagstrap-icon {
    position: relative;
    top: 2px; }
  .header__countries .dropdown-menu {
    padding: 5px 12px;
    min-width: 114px; }
  .header__countries .open .dropdown-toggle {
    background-color: transparent !important; }
  .header__countries .btn {
    border: none;
    padding: 0 1em !important; }
    .header__countries .btn:hover {
      background-color: transparent; }
  .header__countries li {
    margin: 5px -15px;
    padding: 0 15px;
    cursor: pointer; }
    .header__countries li:hover {
      background: rgba(220, 220, 220, 0.43); }
    .header__countries li .flagstrap-icon {
      position: relative;
      top: 0px; }
  .header__countries [class^="flagstrap-selected"] {
    position: absolute;
    overflow: hidden;
    width: 22px; }
  .header__countries .caret {
    margin-left: 18px !important; }

.small__header {
  height: 31px !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding-top: 0.4em !important;
  padding-right: 1.5em !important;
  padding-bottom: 0.4em !important;
  padding-left: 3.5em !important;
  z-index: 30 !important;
  background-color: #0275d8 !important; }
  .small__header a:hover, .small__header a:visited, .small__header a:link, .small__header a:active {
    text-decoration: none; }

.header__switch {
  height: 35px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  display: inline-block !important;
  background-size: cover !important;
  cursor: pointer !important;
  position: relative !important;
  left: -38px !important;
  z-index: 0 !important;
  float: left !important; }

.header__switch__mobile {
  display: none; }

.header__account {
  float: right;
  position: relative; }

.header__account__buttons {
  z-index: 20; }

.smallnav__text {
  display: inline-block;
  cursor: pointer;
  /* width: 85px; */
  /* max-width: 85px; */ }

.smallnav__title a {
  display: inline-block;
  /* font-weight: 600; */
  font-size: 12px;
  color: #fff;
  /* width: 100%; */
  /* max-width: 85px; */
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.leftnav__mobile a {
  display: none; }

@media only screen and (min-width: 992px) {
  #topBarHeader.hidden {
    display: block !important; } }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules
  .header__switch
  .header__switch__mobile

  - Edited the following already existing styles
  .header {
    top: 28px from 0
    box-shadow: removed! from 0 1px 15px rgba(0, 0, 0, 0.58);
  }
*/
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -2px;
    left: 0; }
  .header__hamburger {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 19px;
    top: 18px;
    fill: #00425F;
    z-index: 100; }
    .header__hamburger svg {
      height: 2em; }
  .header {
    height: 60px;
    padding: 1em 1em 1em 4em;
    position: relative;
    top: 0px; }
    .header .header__account__buttons .btn {
      line-height: 30px;
      margin-top: 5px; }
  .mobile__header {
    position: relative;
    height: 40px;
    background: #00425f;
    color: #ffffff;
    font-size: 1.2em;
    z-index: 30; }
  #mobileAppDownloadContent {
    padding: 4px 0 5px;
    box-sizing: border-box; }
  #mobileAppDownloadContent .appName {
    font-size: 13px;
    line-height: 2.5em;
    float: left; }
  #mobileAppDownloadIcon {
    width: 30px;
    float: left;
    margin-right: 5px;
    margin-top: 2px; }
  #mobileAppDownloadAction {
    text-align: right; }
  #mobileAppDownloadAction a {
    display: inline-block;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    padding: 2px 13px; }
  .header__switch__mobile {
    height: 35px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    background-size: cover !important;
    cursor: pointer !important;
    position: relative !important;
    left: -38px !important;
    z-index: 0 !important;
    float: left !important;
    display: none; }
  .header__switch {
    display: none !important; }
  .space--left {
    display: none; }
  .dropdown-toggle {
    width: 39px;
    position: relative;
    top: -7px; }
  .header__countries {
    float: right;
    left: 0;
    top: 0; }
  .dropdown-menu {
    right: 0;
    left: auto; }
  .smallnav__title {
    display: none; }
  .leftnav__mobile a {
    display: inline-block;
    /* font-weight: 600; */
    font-size: 12px;
    color: #fff;
    /* width: 100%; */
    /* max-width: 85px; */
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .small__header {
    padding-left: 1.0em !important; } }

@media only screen and (min-width: 767px) {
  .mobile__app__switch {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__hamburger {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 19px;
    top: 18px;
    fill: #00425F;
    z-index: 100; }
  .header__logo {
    left: 0; }
  .header__countries {
    left: 1px;
    top: 0px; }
  .navbar__icon svg {
    width: 1.55em;
    height: 1.55em; } }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules

  - Edited the following already existing styles
  .sidebar__fixed--vertical {
    top: 28px from 0
  }
*/
.sidebar__fixed--vertical {
  position: fixed;
  height: 100%;
  width: 250px;
  padding-top: 71px;
  top: 28px;
  left: 0;
  z-index: 12; }

.sidebar__dropback__responsive {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none; }

.sidebar__nav {
  padding: 1rem 0;
  background-color: #2A6994;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .sidebar__nav > ul {
    padding: 0;
    margin-top: 0;
    list-style: none; }

.sidebar__list.disabled__item {
  opacity: 0.4; }

.sidebar__fixed--vertical .sidebar__nav__link {
  display: block; }

.sidebar__nav__link {
  color: #FFF !important;
  padding: 1.2em 0.5em 1.5em 1.3em;
  cursor: pointer; }
  .sidebar__nav__link:hover {
    transition: 120ms all; }
    .sidebar__nav__link:hover .sidebar__label {
      color: #a9f1ff; }
    .sidebar__nav__link:hover .sidebar__icons svg {
      fill: #a9f1ff; }
  .sidebar__nav__link.active {
    background-color: #18425D;
    box-shadow: -2px 0px 10px 0px rgba(18, 67, 99, 0.51); }

.sidebar__icons {
  display: inline-block;
  width: 45px;
  height: 45px;
  float: left;
  fill: #FFF;
  margin-top: -2px; }
  .sidebar__icons svg {
    width: 45px;
    max-height: 45px; }

.services__icon svg {
  height: 30px !important;
  width: 30px !important; }

.home__icon svg {
  height: 33px !important;
  width: 33px !important; }

.insurance svg {
  width: 41px; }

.home__icon svg {
  height: 33px !important;
  width: 33px !important; }

.hotels svg {
  height: 41px; }

.sidebar__label {
  height: 44px;
  line-height: 44px;
  float: left;
  font-size: 0.80rem;
  display: inline-block;
  padding-left: 0.8em; }

.mobile__profile {
  display: none; }

.service__hr {
  width: 91%;
  float: right;
  margin-top: 0; }

.referral__hr {
  width: 91%;
  float: right; }

@media only screen and (max-width: 991px) {
  .sidebar__fixed--vertical {
    visibility: hidden;
    z-index: 101;
    padding-top: 0;
    top: 28px; }
    .sidebar__fixed--vertical .sidebar__nav {
      -webkit-transition: 200ms ease-in;
      -moz-transition: 200ms ease-in;
      -o-transition: 200ms ease-in;
      -webkit-transform: translate(-300px, 0);
      -moz-transform: translate(-300px, 0);
      -o-transform: translate(-300px, 0);
      -ms-transform: translate(-300px, 0);
      overflow-y: scroll;
      padding-bottom: 6rem; }
      .sidebar__fixed--vertical .sidebar__nav > ul {
        padding: 0;
        margin-top: 0;
        list-style: none;
        padding-top: 27px; }
    .sidebar__fixed--vertical .sidebar__dropback__responsive {
      visibility: hidden;
      opacity: 0;
      display: block; }
    .sidebar__fixed--vertical .sidebar__nav__link {
      padding: 0.8em 0.5em 0.8em 1.3em; }
  .mobile-sidebar-active {
    visibility: visible; }
    .mobile-sidebar-active .sidebar__nav {
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transition: 150ms ease-out;
      -moz-transition: 150ms ease-out;
      -o-transition: 150ms ease-out; }
    .mobile-sidebar-active .sidebar__dropback__responsive {
      visibility: visible;
      opacity: 1;
      transition: all 0.5s; }
  .sidebar__nav__link.active {
    padding: 0 0 0 20px;
    box-shadow: none;
    background-color: #00597F; }
    .sidebar__nav__link.active .sidebar__icons svg {
      width: 20px;
      height: 20px; }
      .sidebar__nav__link.active .sidebar__icons svg path {
        fill: #ffffff; }
    .sidebar__nav__link.active .sidebar__label {
      color: #ffffff; }
  .mobile__profile {
    display: block;
    background: #00597F;
    margin-top: -1.2em;
    padding: 1.2em 1em; }
    .mobile__profile .profile-avatar {
      border-radius: 100%; }
    .mobile__profile a:focus {
      text-decoration: none; }
  .mobile__signout {
    float: right; }
  .mobile__profile__link {
    color: #00425F; }
  .mobile__sidebar__options {
    margin-top: 5px;
    font-size: 0.84em; }
  .sidebar__profile__fullname {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px; }
  .sidebar__profile__email {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400; }
  .mobile__profile__edit__profile {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    opacity: 0.5; }
  .sidebar__icons {
    width: 40px;
    height: 40px;
    margin-top: 9px; }
    .sidebar__icons svg {
      width: 40px;
      max-height: 40px; }
  .insurance svg {
    width: 35px; }
  .hotels svg {
    height: 35px; }
  .home__icon svg {
    height: 28px !important;
    width: 28px !important;
    position: relative;
    left: 6px; }
  .sidebar__icons svg {
    width: 20px;
    height: 20px; }
    .sidebar__icons svg path {
      fill: #00425F; }
  .sidebar__icons__outline svg path {
    fill: #ffffff !important; }
  .mobile__sidebar__icons svg {
    width: 20px;
    height: 20px; }
    .mobile__sidebar__icons svg path {
      fill: #00425F;
      opacity: 0.5; }
  .sidebar__nav__link {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center; }
  .sidebar__nav > ul {
    padding-top: 5px !important;
    padding-bottom: 10px; }
  .sidebar__nav .sidebar__label {
    padding-left: 0;
    margin-top: -5px;
    display: inline-block; }
  .sidebar__nav {
    background-color: #ECF4F8; }
  .sidebar__label {
    color: #00425F;
    font-weight: bold;
    font-size: 12px; }
  .desktop__service {
    display: none; }
  .mobile__service {
    display: block; }
  .sign__out {
    font-size: 10px;
    opacity: 0.5; }
  .sidebar__icons__dot svg {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 38px;
    top: 197px; } }

@media only screen and (max-width: 767px) {
  .sidebar__fixed--vertical {
    top: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__fixed--vertical {
    visibility: hidden;
    z-index: 101;
    padding-top: 0; }
    .sidebar__fixed--vertical .sidebar__nav {
      -webkit-transition: 200ms ease-in;
      -moz-transition: 200ms ease-in;
      -o-transition: 200ms ease-in;
      -webkit-transform: translate(-300px, 0);
      -moz-transform: translate(-300px, 0);
      -o-transform: translate(-300px, 0);
      -ms-transform: translate(-300px, 0);
      overflow-y: scroll;
      padding-bottom: 6rem; }
      .sidebar__fixed--vertical .sidebar__nav > ul {
        padding: 0;
        margin-top: 0;
        list-style: none;
        padding-top: 27px; }
    .sidebar__fixed--vertical .sidebar__dropback__responsive {
      visibility: hidden;
      opacity: 0;
      display: block; }
    .sidebar__fixed--vertical .sidebar__nav__link {
      padding: 0.8em 0.5em 0.8em 1.3em; }
  .mobile-sidebar-active {
    visibility: visible; }
    .mobile-sidebar-active .sidebar__nav {
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transition: 150ms ease-out;
      -moz-transition: 150ms ease-out;
      -o-transition: 150ms ease-out; }
    .mobile-sidebar-active .sidebar__dropback__responsive {
      visibility: visible;
      opacity: 1;
      transition: all 0.5s; } }

@media only screen and (min-width: 992px) {
  .sidebar__fixed--vertical {
    width: 105px; }
  .sidebar__nav__link {
    padding: 1em;
    text-align: center; }
  .sidebar__icons {
    width: 100%;
    margin-bottom: -5px; }
    .sidebar__icons svg {
      width: 25px;
      height: 25px; }
  .insurance svg,
  .hotel svg {
    width: 38px !important;
    height: 38px !important; }
  .sidebar__label {
    font-size: 0.8rem;
    height: auto;
    line-height: 1;
    padding: 0;
    width: 100%;
    margin-top: -4px; }
  .sidebar__nav__link.active .sidebar__label {
    font-size: 0.7rem; }
  .mobile__service {
    display: block; }
  .mobile__service {
    display: none; } }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #050830;
  z-index: 11;
  font-size: .8em;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
  color: white;
  padding: 0 2em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .footer__list {
    display: flex;
    justify-content: end;
    gap: 5px;
    font-size: 1em; }

@media only screen and (max-width: 767px) {
  .footer {
    padding: 0 .5em;
    text-align: center; }
    .footer__list {
      justify-content: center; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    text-align: center; }
    .footer__list {
      justify-content: center; } }

.btn {
  padding: 0 1em;
  line-height: 40px;
  border-radius: 4px;
  font-size: 0.89em;
  font-weight: 600; }
  .btn.btn-sm, .btn-group-sm > .btn {
    padding: 0 2em; }
  .btn:active {
    outline: none; }
  .btn:focus {
    outline: none !important; }

.btn-submit {
  margin-top: 2rem; }

#selfRechargeForm .btn-submit {
  margin-top: 1em; }

.btn-full {
  width: 100%; }

.btn__login {
  color: #85B24E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #85B24E; }
  .btn__login:hover {
    color: #85B24E;
    background-color: rgba(0, 0, 0, 0);
    border-color: #65883b; }
  .btn__login:focus, .btn__login.focus {
    color: #85B24E;
    background-color: rgba(0, 0, 0, 0);
    border-color: #65883b; }
  .btn__login:active, .btn__login.active,
  .open > .btn__login.dropdown-toggle {
    color: #85B24E;
    background-color: rgba(0, 0, 0, 0);
    border-color: #65883b;
    background-image: none; }
    .btn__login:active:hover, .btn__login:active:focus, .btn__login:active.focus, .btn__login.active:hover, .btn__login.active:focus, .btn__login.active.focus,
    .open > .btn__login.dropdown-toggle:hover,
    .open > .btn__login.dropdown-toggle:focus,
    .open > .btn__login.dropdown-toggle.focus {
      color: #85B24E;
      background-color: rgba(0, 0, 0, 0);
      border-color: #435a27; }
  .btn__login.disabled:focus, .btn__login.disabled.focus, .btn__login:disabled:focus, .btn__login:disabled.focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: #85B24E; }
  .btn__login.disabled:hover, .btn__login:disabled:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #85B24E; }

.btn__signup {
  color: #FFF;
  background-color: #85B24E;
  border-color: transparent; }
  .btn__signup:hover {
    color: #FFF;
    background-color: #6b8f3e;
    border-color: rgba(0, 0, 0, 0); }
  .btn__signup:focus, .btn__signup.focus {
    color: #FFF;
    background-color: #6b8f3e;
    border-color: rgba(0, 0, 0, 0); }
  .btn__signup:active, .btn__signup.active,
  .open > .btn__signup.dropdown-toggle {
    color: #FFF;
    background-color: #6b8f3e;
    border-color: rgba(0, 0, 0, 0);
    background-image: none; }
    .btn__signup:active:hover, .btn__signup:active:focus, .btn__signup:active.focus, .btn__signup.active:hover, .btn__signup.active:focus, .btn__signup.active.focus,
    .open > .btn__signup.dropdown-toggle:hover,
    .open > .btn__signup.dropdown-toggle:focus,
    .open > .btn__signup.dropdown-toggle.focus {
      color: #FFF;
      background-color: #587633;
      border-color: rgba(0, 0, 0, 0); }
  .btn__signup.disabled:focus, .btn__signup.disabled.focus, .btn__signup:disabled:focus, .btn__signup:disabled.focus {
    background-color: #85B24E;
    border-color: transparent; }
  .btn__signup.disabled:hover, .btn__signup:disabled:hover {
    background-color: #85B24E;
    border-color: transparent; }

.btn-account,
.btn-lemon {
  color: #FFF;
  background-color: #85B24E;
  border-color: transparent;
  width: 100%;
  margin-top: 1.2rem; }
  .btn-account:hover,
  .btn-lemon:hover {
    color: #FFF;
    background-color: #6b8f3e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-account:focus, .btn-account.focus,
  .btn-lemon:focus,
  .btn-lemon.focus {
    color: #FFF;
    background-color: #6b8f3e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-account:active, .btn-account.active,
  .open > .btn-account.dropdown-toggle,
  .btn-lemon:active,
  .btn-lemon.active,
  .open >
  .btn-lemon.dropdown-toggle {
    color: #FFF;
    background-color: #6b8f3e;
    border-color: rgba(0, 0, 0, 0);
    background-image: none; }
    .btn-account:active:hover, .btn-account:active:focus, .btn-account:active.focus, .btn-account.active:hover, .btn-account.active:focus, .btn-account.active.focus,
    .open > .btn-account.dropdown-toggle:hover,
    .open > .btn-account.dropdown-toggle:focus,
    .open > .btn-account.dropdown-toggle.focus,
    .btn-lemon:active:hover,
    .btn-lemon:active:focus,
    .btn-lemon:active.focus,
    .btn-lemon.active:hover,
    .btn-lemon.active:focus,
    .btn-lemon.active.focus,
    .open >
    .btn-lemon.dropdown-toggle:hover,
    .open >
    .btn-lemon.dropdown-toggle:focus,
    .open >
    .btn-lemon.dropdown-toggle.focus {
      color: #FFF;
      background-color: #587633;
      border-color: rgba(0, 0, 0, 0); }
  .btn-account.disabled:focus, .btn-account.disabled.focus, .btn-account:disabled:focus, .btn-account:disabled.focus,
  .btn-lemon.disabled:focus,
  .btn-lemon.disabled.focus,
  .btn-lemon:disabled:focus,
  .btn-lemon:disabled.focus {
    background-color: #85B24E;
    border-color: transparent; }
  .btn-account.disabled:hover, .btn-account:disabled:hover,
  .btn-lemon.disabled:hover,
  .btn-lemon:disabled:hover {
    background-color: #85B24E;
    border-color: transparent; }

.btn-default-inverse {
  background: #d2d2d2;
  border-color: #d2d2d2;
  color: #4d4d4d;
  box-shadow: none; }
  .btn-default-inverse:hover {
    background: #d2d2d2; }
  .btn-default-inverse.btn:disabled, .btn-default-inverse.btn.disabled {
    opacity: 0.95 !important;
    background: #d2d2d2 !important; }

.btn-link {
  text-align: center;
  color: #4d4d4d;
  background: none;
  border: none;
  box-shadow: none;
  width: auto;
  max-width: 100%;
  margin: -1em auto;
  display: inherit; }
  .btn-link span {
    text-decoration: underline; }
  .btn-link:hover {
    color: #373a3c; }
  .btn-link.btn:disabled, .btn-link.btn.disabled {
    opacity: 0.95;
    color: #4d4d4d; }

.section__loader {
  position: absolute;
  z-index: 1;
  margin-top: 2.5em;
  left: 47%; }

@media only screen and (min-width: 992px) {
  .btn-lg, .btn-group-lg > .btn {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    line-height: 48px !important;
    font-size: 1.2em; }
  .btn {
    line-height: 35px; } }

.account label {
  color: #FFF; }

.account .profile-avatar {
  border-radius: 100%;
  margin-bottom: 2em; }

.account .submenu {
  /* top: 90%;
        right: -15px; */ }

.account__spinner {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 2em auto; }
  .account__spinner svg {
    width: 60px;
    height: 60px;
    fill: #FFF; }

.account__modal .rodal-dialog {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  top: 0;
  padding: 8rem 1em 1em 1em;
  overflow-y: auto; }

.account__modal .rodal {
  z-index: 101 !important; }
  .account__modal .rodal:before {
    content: ' ';
    position: absolute;
    background: rgba(0, 48, 70, 0.93);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.account__close--wrapper {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  text-align: right;
  top: -30px; }

.account__close {
  width: 45px;
  height: 45px;
  padding: 5px;
  display: inline-block;
  cursor: pointer; }
  .account__close svg {
    width: 45px;
    height: 45px;
    fill: #FFF; }

.account__header__icon {
  width: 100px;
  height: 100px;
  padding: 5px;
  display: inline-block; }
  .account__header__icon svg {
    width: 100px;
    height: 100px; }

.account__heading {
  color: #FFF;
  margin-bottom: 1rem; }

.account__links {
  color: #FFF;
  margin-top: 2em; }

.account__links--item {
  font-size: 0.97rem;
  line-height: 2; }
  .account__links--item a {
    cursor: pointer !important; }
    .account__links--item a span {
      padding: 0 13px; }

.account__input--error {
  color: #f25f59;
  font-size: 0.72rem;
  font-weight: 600;
  position: absolute; }

.account .token__loader {
  margin-top: 3em;
  text-align: center; }
  .account .token__loader img {
    width: 60px; }

.account__sm--width {
  max-width: 352px;
  margin: 0 auto;
  padding: 1em; }

.account__md--width {
  max-width: 379px;
  margin: 0 auto;
  padding: 1em; }

.account__lg--width {
  max-width: 440px;
  margin: 0 auto;
  padding: 1em; }

.account__alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100; }

.account__mobile__number {
  margin: 20px 0 15px 0; }

.account__alert .alert__wrapper {
  max-width: 640px;
  margin: 0 auto; }

.account__alert .alert {
  border-radius: 0 0 5px 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.37); }

.account__profile,
.account__referral {
  display: inline-block;
  cursor: pointer;
  width: 85px;
  max-width: 85px; }
  .account__profile .profile-avatar,
  .account__referral .profile-avatar {
    cursor: pointer;
    margin-bottom: 0; }
  .account__profile .profile-avatar-wrapper,
  .account__referral .profile-avatar-wrapper {
    float: left; }
  .account__profile .account__profile--name,
  .account__referral .account__profile--name {
    margin-top: 7px;
    display: inline-block;
    margin-left: 9px;
    font-weight: 600;
    font-size: 0.92em; }

#ReferralNav {
  width: 170px;
  right: -43px; }

.username__light {
  text-align: center; }
  .username__light span {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 200; }

.account__checkbox {
  top: 0 !important;
  color: white; }
  .account__checkbox .checker {
    box-shadow: none; }
    .account__checkbox .checker.unchecked {
      border-color: white; }
    .account__checkbox .checker.checked {
      background: white;
      border-color: #00425F; }
      .account__checkbox .checker.checked svg path {
        fill: #00425F; }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules

  - Edited the following already existing styles
  .header__account__buttons {
    margin-top: 0 from -7px
  }
*/
@media only screen and (max-width: 767px) {
  .account__profile,
  .account__referral {
    display: none; }
  h2.account__heading {
    font-size: 1.5em; }
  .account__close--wrapper {
    margin: -15px auto -35px; }
  .account__modal .rodal-dialog {
    padding: 4rem 1em 1em 1em; }
  .account__lg--width {
    margin-top: -2em; }
  .header__account__buttons {
    margin-top: -8px; }
    .header__account__buttons .btn {
      padding: 0 1em; }
  .account__sm--width {
    max-width: 400px; }
  .account__md--width {
    max-width: 430px; }
  .account__lg--width {
    max-width: 500px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #ReferralNav {
    width: 200px;
    right: -58px; } }

.profile__mobile__number {
  margin: 0 0 15px 0; }

.profile__dob {
  margin: 10px 0; }

.profile__action {
  margin-top: 25px; }

.profile__avatar .profile-avatar-wrapper {
  display: block;
  margin: 0 auto;
  width: 136px; }
  .profile__avatar .profile-avatar-wrapper .profile-avatar {
    border-radius: 100%; }

.profile__change__password {
  margin-top: 2em;
  margin-bottom: 2em; }

.profile__change__password__container {
  padding-bottom: 45px; }
  .profile__change__password__container .flex {
    display: flex; }

.profile__device__fingerprint__container {
  cursor: pointer; }
  .profile__device__fingerprint__container .flex {
    display: flex; }
  .profile__device__fingerprint__container .authenticate__text {
    font-size: 0.8em;
    color: #5F738C; }

.profile__security__settings__feature__title {
  color: #353F50;
  font-weight: 600;
  flex: 1; }

.profile__change__password__right__arrow {
  margin-right: 10px; }
  .profile__change__password__right__arrow svg {
    height: 1em; }

.profile__close__modal {
  cursor: pointer;
  width: 19px;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 10; }

.profile__fingerprint__modal__popover {
  background: #fff;
  width: 400px;
  margin: -85px auto;
  border-radius: 0.5em; }
  .profile__fingerprint__modal__popover.is__deactivate {
    margin: -20px auto; }
    .profile__fingerprint__modal__popover.is__deactivate.is__ok__deactivated {
      width: 300px;
      margin: 40px auto; }

.profile__otp__mark {
  text-align: center;
  margin-top: 20px; }
  .profile__otp__mark svg {
    height: 4em; }

.profile__fingerprint__layout {
  height: 20vh;
  overflow-y: auto; }

.profile__device__fingerprint__list__heading {
  text-align: center;
  color: #353F50;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 12px; }

.profile__device__fingerprint__list__sub__heading {
  color: #848F9F;
  font-size: 0.8em;
  padding: 13px 0 10px 0;
  text-transform: uppercase; }

.profile__fingerprint__moreThanOne {
  padding-bottom: 15px; }

.profile__fingerprint__devices__list .device__name {
  font-weight: 600;
  padding-bottom: 8px; }

.profile__fingerprint__devices__list .card__content {
  display: flex;
  padding-bottom: 14px;
  color: #353F50;
  font-size: 0.8em; }

.profile__fingerprint__devices__list .date__used {
  padding-bottom: 5px;
  color: #5F738C;
  font-size: 0.8em; }

.profile__fingerprint__devices__list .authenticate {
  display: flex;
  font-size: 0.8em; }

.profile__de__activate {
  cursor: pointer;
  font-size: 0.8em; }

.profile__devices__fingerprint__deactivate__text {
  text-align: center;
  padding: 30px 0 30px 0;
  font-size: 0.9em;
  color: #353F50; }

.profile__is__ok__deactivated {
  background: #F3F5F6;
  padding: 8px;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em; }

.profile__inactive {
  opacity: 0.5;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .content {
    padding: 0.8em;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    bottom: 30px; }
  .profile-avatar-wrapper {
    text-align: center; }
  .profile__btn {
    min-width: 100%; }
    .profile__btn.pull-right {
      margin-top: 1em; }
  .profile__close__modal.mobile__close {
    margin-top: -46px;
    margin-right: 4px; }
  .profile__is__ok__deactivated {
    background: #F3F5F6;
    padding: 8px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content {
    top: 51px;
    padding: 0.8em; } }

.form-control {
  height: 42px; }
  .form-control:focus {
    box-shadow: none;
    outline: none; }

.float__input .parsley-errors-list {
  position: absolute;
  font-size: 0.72rem; }

.float__input .no__float {
  margin-bottom: 1.5em; }

.float__label {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  position: relative;
  font-size: 0.79em;
  transform: translateY(10px);
  transition: all 100ms ease-in; }
  .float__label.on {
    visibility: visible;
    opacity: 1;
    height: auto;
    top: -0.2rem;
    transform: none;
    transition: all 150ms ease-out; }

.form-group {
  margin-bottom: 0.8rem; }

.pin__input[readonly] {
  background-color: inherit; }

.Select-input {
  height: auto; }

.select__list {
  padding: 0;
  max-height: 200px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  list-style: none;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  width: 100%;
  top: 100%;
  overflow-y: auto; }
  .select__list li a {
    display: block;
    padding: 1em;
    height: 45px;
    font-size: 0.83rem;
    color: #444; }
    .select__list li a:focus, .select__list li a:hover {
      text-transform: none;
      text-decoration: none; }
    .select__list li a:hover {
      background: rgba(239, 242, 247, 0.9); }
    .select__list li a.selected {
      background-color: rgba(239, 242, 247, 0.7); }

.menu__content__md .Select-value {
  padding-right: 45px !important; }

.select--input.no__float {
  margin-bottom: 1.5em; }

.Select-control {
  height: 42px;
  margin-bottom: 15px; }

.is-focused .Select-control {
  box-shadow: none !important;
  border-color: #01B8DB !important; }

.select__custom__image {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top; }

.select__card__image {
  width: 35px;
  margin: 9px 37px 0 0;
  float: right; }

.new__card__image {
  display: none;
  width: 31px; }

.Select-menu-outer .select__card__image {
  margin: 0; }

.Select-menu-outer .new__card__image {
  display: block !important; }

.extra__tag span {
  font-weight: 600;
  color: #0275d8; }

.select__custom__label {
  margin-left: 10px;
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: top; }
  .select__custom__label.has-icon {
    width: calc(100% - 50px); }

.Select-value-label .select__custom__image {
  /*margin-top: -3px;
    margin-left: -5px;*/
  display: inline;
  vertical-align: middle; }

.Select-value-label .select__custom__label {
  display: inline;
  vertical-align: middle; }

.Select-value-label .no__selected__icon {
  display: none; }

.select__validator .parsley-errors-list {
  margin-top: -15px;
  margin-bottom: 22px;
  position: absolute; }

.checkout__edit__form {
  margin-top: -25px;
  margin-bottom: 40px; }
  .checkout__edit__form .form-group {
    float: left; }
  .checkout__edit__form input {
    width: 100%; }
  .checkout__edit__form .btn {
    margin-top: 2.2em;
    font-size: 0.7em; }
  .checkout__edit__form .float__label {
    font-size: 0.6em;
    top: 0; }

.submit__warning {
  color: #f25f59;
  font-size: 0.72rem;
  font-weight: 600;
  margin: -10px 0; }

.Select-noresults {
  font-style: italic; }

.Select-menu-outer {
  z-index: 20; }

.open__pinpad {
  position: absolute;
  top: 23px;
  left: 15px;
  right: 14px;
  bottom: 12px;
  z-index: 10;
  cursor: pointer; }

.mobile__select__input {
  display: none; }

.response__error .parsley-errors-list {
  display: none; }

.form__response__error {
  color: #f25f59;
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: -1em;
  position: absolute; }

.mobile__number .iti-arrow {
  display: none !important; }

.mobile__number .iti-flag {
  right: 13px; }

.mobile-number-flag {
  position: absolute;
  top: 29px;
  left: 19px;
  z-index: 999; }

.input__value__holder {
  position: absolute;
  z-index: 10;
  left: 0.8em;
  top: 2.2em; }

.flag-number input {
  padding-left: 50px; }

.data__icon input {
  padding-left: 50px; }

.data__icon__value {
  position: absolute;
  background: #FFF;
  width: 40px;
  top: 0;
  height: 37px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #d6d5d5;
  left: 0;
  border-radius: 4px 0 0 4px;
  font-size: 0.8em; }
  .data__icon__value svg {
    width: 1em;
    height: 1em; }

.Select-input-value-clear {
  position: absolute;
  right: 27px;
  top: 27px;
  color: #999999;
  font-size: 18px;
  z-index: 12;
  cursor: pointer; }
  .Select-input-value-clear.no-float {
    top: 5px; }
  .Select-input-value-clear:hover {
    color: #D0021B; }

.select--disabled {
  position: absolute;
  width: 100%;
  height: 41px;
  background: rgba(179, 179, 179, 0.12);
  z-index: 99;
  cursor: not-allowed; }

.icon__clear .data__icon input {
  padding-left: 36px; }

.icon__clear .data__icon__value {
  border: 0;
  top: 1px;
  left: 1px;
  height: 35px;
  width: 35px;
  line-height: 38px; }

.checker__box {
  font-size: 0.9em;
  position: relative;
  top: 10px; }

.checker {
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  padding: 0px 2px;
  margin-right: 8px;
  border: 1px solid;
  border-radius: 3px;
  position: relative;
  top: 2px;
  box-shadow: 0px 0px 10px -3px #c5c5c5;
  cursor: default; }
  .checker.unchecked {
    border-color: rgba(0, 0, 0, 0.15); }
    .checker.unchecked svg {
      transform: scale3d(0, 0, 0); }
  .checker.checked {
    background: #818a91;
    border-color: transparent; }
    .checker.checked svg {
      transform: scale3d(1, 1, 1); }
  .checker svg {
    width: 0.9em;
    height: 0.9em;
    padding: 1px;
    position: relative;
    bottom: 2px;
    right: 1px;
    transition: transform 200ms cubic-bezier(0.4, 0, 0, 1.5); }

.checker__label {
  cursor: default; }

.hidden__input__box {
  display: block;
  visibility: hidden;
  margin-bottom: -27px;
  height: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none; }

.required__warning {
  border-color: #d9534f; }
  .required__warning .Select-control {
    border-color: #d9534f; }

.data__icon__focused {
  border-color: #5bc0de; }

.date-fix {
  margin-top: 30px; }
  .date-fix .react-datepicker__close-icon:after {
    top: 35%; }
  .date-fix .date-error {
    color: #EE312A;
    font-size: 0.72rem;
    font-weight: 600; }
  .date-fix input[readonly] {
    background: #fff; }

@media only screen and (min-width: 992px) {
  .form-control {
    height: 37px; }
  .Select--single > .Select-control .Select-value, .form__lg .Select-placeholder > .Select-control .Select-value {
    line-height: 37px !important; }
  .Select-input {
    height: 40px;
    line-height: 37px; }
  .Select-placeholder {
    line-height: 40px !important; }
  .form__lg .Select-control,
  .form__lg .form-control {
    height: 48px !important;
    font-size: 1.2em; }
  .form__lg .Select-input {
    height: auto !important; }
    .form__lg .Select-input > input {
      padding: 14px 0 12px; }
  .form__lg .Select--single > .Select-control .Select-value, .form__lg .Select-placeholder > .Select-control .Select-value {
    line-height: 48px !important; }
  .form__lg .select__custom__label {
    font-size: 1em !important; }
  .form__lg .Select-control .Select-value {
    line-height: 52px !important; }
  .form__lg .data__icon__value {
    height: 48px;
    line-height: 48px;
    font-size: 1.2em; }
  .form__lg .Select-placeholder {
    line-height: 48px !important; }
  .iti-flag {
    top: 1px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .data__icon__value {
    height: 42px !important;
    line-height: 40px !important;
    font-size: 1em !important; }
  .icon__clear .data__icon__value {
    height: 39px !important; }
  .checker svg {
    bottom: 3px;
    right: 2px; } }

@media only screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 0.98rem; }
  .numeric__password input {
    -webkit-text-security: disc !important; }
  .Select-value-label {
    line-height: 38px; }
    .Select-value-label .select__custom__image {
      /*margin-top: -3px;*/ }
  .data__icon__value {
    height: 42px !important;
    line-height: 40px !important;
    font-size: 1em !important; }
    .data__icon__value svg {
      width: 0.7em;
      height: 0.7em; }
  .icon__clear .data__icon__value {
    height: 40px !important; }
  .Select-placeholder {
    line-height: 37px !important; }
  .mobile__select__input {
    display: inherit; }
    .mobile__select__input .no__float__label {
      margin-bottom: 0.78em; }
      .mobile__select__input .no__float__label .float__label {
        display: none; }
      .mobile__select__input .no__float__label .float__input {
        margin-right: 0.01em; }
      .mobile__select__input .no__float__label .select__options {
        margin-top: 0; }
      .mobile__select__input .no__float__label .airtime__others__select {
        margin-top: 24px; }
      .mobile__select__input .no__float__label .selected__label,
      .mobile__select__input .no__float__label .input__clear {
        top: 0.48em; }
    .mobile__select__input select {
      margin-top: 1.7em;
      border: none;
      background: transparent;
      width: 200%;
      z-index: 7;
      position: relative;
      padding-right: 5000px;
      height: 42px;
      box-shadow: none;
      outline: none; }
    .mobile__select__input input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .mobile__select__input [class^='col-'] {
      padding: 0;
      overflow: hidden; }
    .mobile__select__input svg {
      height: 95%;
      width: 95%;
      padding: 15%; }
    .mobile__select__input .select__options {
      background: #f9f7f7;
      height: 42px;
      width: 100%;
      margin-top: 1.5em;
      border: 1px solid #ccc;
      border-radius: 5px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: none;
      text-align: center; }
    .mobile__select__input .form-control:disabled {
      background: #fff !important; }
    .mobile__select__input .Select-arrow {
      margin: 1.05em 0;
      border-width: 6.2px 6.2px 2.5px; }
    .mobile__select__input .input__clear {
      position: absolute;
      top: 1.98em;
      right: 0.6em; }
    .mobile__select__input .selected__label {
      position: absolute;
      top: 2em;
      left: 0.8em;
      z-index: 10;
      width: calc(100% - 2.6em);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .mobile__select__input .selected__label .no__selected__icon {
        display: none; }
      .mobile__select__input .selected__label .select__card__image {
        width: 34px;
        margin: 3px 0 0 5px;
        float: right; }
    .mobile__select__input .hidden__input input {
      color: transparent; }
    .mobile__select__input .mobile__popup__backdrop {
      position: fixed;
      z-index: 20;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.12);
      top: 0;
      left: 0; }
    .mobile__select__input .mobile__popup__box {
      position: fixed;
      top: 15%;
      left: 10%;
      width: 80%;
      background: #fff;
      padding: 10px;
      z-index: 35; }
    .mobile__select__input .popup__search {
      margin: 15px 0;
      border-bottom: 1px solid #7d7d7d; }
      .mobile__select__input .popup__search input {
        width: 100%;
        border: 0; }
        .mobile__select__input .popup__search input:focus {
          outline: 0; }
    .mobile__select__input .popup__items {
      max-height: 50vh;
      overflow: scroll;
      font-size: 0.95em; }
      .mobile__select__input .popup__items .item__label {
        padding: 0 15px; }
      .mobile__select__input .popup__items .select__custom__image {
        width: 100%;
        height: 100%; }
      .mobile__select__input .popup__items .select__card__image {
        height: 80%;
        width: 80%;
        margin: 0;
        float: none; }
      .mobile__select__input .popup__items .extra__tag {
        display: none; }
    .mobile__select__input .close__popup {
      margin: 12px 0 -10px -10px;
      text-align: center;
      color: #1e84dc;
      border-top: 1px solid #e4dddd;
      width: calc(100% + 20px);
      padding: 9px 0;
      background: #fafafa; }
    .mobile__select__input .popup__list__item {
      padding: 10px 0;
      border-bottom: 1px solid #e6e4e4; }
    .mobile__select__input .mobile__select__icon svg {
      width: 2.7em;
      height: 2.7em; }
    .mobile__select__input .extra__tag .item__label {
      padding: 0; }
      .mobile__select__input .extra__tag .item__label.new__card {
        padding: 0 15px; }
  .login__action {
    text-decoration: underline; }
  .mobile-number-flag {
    top: 34px; }
  .checker svg {
    bottom: 3px;
    right: 2px; } }

.home__caption {
  color: #FFF;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-weight: 300; }

.home__banner {
  position: relative;
  z-index: 10;
  padding-top: 170px;
  margin: 0 auto;
  max-width: 750px;
  padding-left: 150px;
  transition: all 5ms ease-in; }
  .home__banner.has__dashboard {
    padding-top: 40px;
    display: none; }
  .home__banner.has--search {
    padding: 95px 90px 0 90px;
    width: calc(100% - 105px);
    max-width: none;
    left: 50px; }
    .home__banner.has--search .home__caption {
      display: none; }
    .home__banner.has--search .dashboard__search {
      position: static; }

.home__account__buttons {
  text-align: center; }
  .home__account__buttons .btn {
    font-size: 1em;
    padding-left: 50px;
    padding-right: 50px; }
  .home__account__buttons .btn__login {
    color: #0078ad;
    background-color: #ffffff;
    border-color: transparent; }
    .home__account__buttons .btn__login:hover {
      color: #0078ad;
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0); }
    .home__account__buttons .btn__login:focus, .home__account__buttons .btn__login.focus {
      color: #0078ad;
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0); }
    .home__account__buttons .btn__login:active, .home__account__buttons .btn__login.active,
    .open > .home__account__buttons .btn__login.dropdown-toggle {
      color: #0078ad;
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0);
      background-image: none; }
      .home__account__buttons .btn__login:active:hover, .home__account__buttons .btn__login:active:focus, .home__account__buttons .btn__login:active.focus, .home__account__buttons .btn__login.active:hover, .home__account__buttons .btn__login.active:focus, .home__account__buttons .btn__login.active.focus,
      .open > .home__account__buttons .btn__login.dropdown-toggle:hover,
      .open > .home__account__buttons .btn__login.dropdown-toggle:focus,
      .open > .home__account__buttons .btn__login.dropdown-toggle.focus {
        color: #0078ad;
        background-color: #d4d4d4;
        border-color: rgba(0, 0, 0, 0); }
    .home__account__buttons .btn__login.disabled:focus, .home__account__buttons .btn__login.disabled.focus, .home__account__buttons .btn__login:disabled:focus, .home__account__buttons .btn__login:disabled.focus {
      background-color: #ffffff;
      border-color: transparent; }
    .home__account__buttons .btn__login.disabled:hover, .home__account__buttons .btn__login:disabled:hover {
      background-color: #ffffff;
      border-color: transparent; }
  .home__account__buttons .btn__signup {
    color: #ffffff;
    background-color: #0078ad;
    border-color: transparent; }
    .home__account__buttons .btn__signup:hover {
      color: #ffffff;
      background-color: #00557a;
      border-color: rgba(0, 0, 0, 0); }
    .home__account__buttons .btn__signup:focus, .home__account__buttons .btn__signup.focus {
      color: #ffffff;
      background-color: #00557a;
      border-color: rgba(0, 0, 0, 0); }
    .home__account__buttons .btn__signup:active, .home__account__buttons .btn__signup.active,
    .open > .home__account__buttons .btn__signup.dropdown-toggle {
      color: #ffffff;
      background-color: #00557a;
      border-color: rgba(0, 0, 0, 0);
      background-image: none; }
      .home__account__buttons .btn__signup:active:hover, .home__account__buttons .btn__signup:active:focus, .home__account__buttons .btn__signup:active.focus, .home__account__buttons .btn__signup.active:hover, .home__account__buttons .btn__signup.active:focus, .home__account__buttons .btn__signup.active.focus,
      .open > .home__account__buttons .btn__signup.dropdown-toggle:hover,
      .open > .home__account__buttons .btn__signup.dropdown-toggle:focus,
      .open > .home__account__buttons .btn__signup.dropdown-toggle.focus {
        color: #ffffff;
        background-color: #003c56;
        border-color: rgba(0, 0, 0, 0); }
    .home__account__buttons .btn__signup.disabled:focus, .home__account__buttons .btn__signup.disabled.focus, .home__account__buttons .btn__signup:disabled:focus, .home__account__buttons .btn__signup:disabled.focus {
      background-color: #0078ad;
      border-color: transparent; }
    .home__account__buttons .btn__signup.disabled:hover, .home__account__buttons .btn__signup:disabled:hover {
      background-color: #0078ad;
      border-color: transparent; }

.home__slider.has__dashboard .slick-slider {
  background-color: #EFF2F7; }

.home__slider.has__dashboard .slick-list {
  display: none; }

.home__menu {
  position: absolute;
  width: 100%;
  left: 0; }

.home__search {
  max-width: 420px;
  margin: 70px auto 25px; }

.home__search__input {
  height: 40px; }

.home__link {
  color: #fff;
  cursor: pointer;
  margin-left: 15px;
  font-weight: 200; }
  .home__link:hover {
    color: #0087c2;
    text-decoration: none; }
  .home__link:active {
    color: #fff;
    text-decoration: none; }
  .home__link:focus {
    color: #0087c2;
    text-decoration: none; }

.home__menu {
  display: inline-block; }

.slider__image {
  background-position: center; }

.bg-slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("../img/menu-bg.jpg"); }

.bg-slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url("../img/menu-bg.jpg"); }

@media only screen and (max-width: 767px) {
  .home__caption {
    font-size: 2rem; }
  .home__banner {
    padding: 135px 2em 2em 2em; }
    .home__banner.has--search {
      padding: 40px 0 0 0;
      width: 100%;
      max-width: none;
      left: 0; }
      .home__banner.has--search .dashboard__search {
        position: relative;
        margin: 9px auto 41px auto; }
  .home__search__input {
    height: 50px; }
  .home__link {
    display: block;
    padding: 3px 0; }
  .home__search {
    margin: 150px auto; }
  .home__menu .home__menu__links {
    font-size: 0.85em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home__banner {
    padding: 250px 2em 2em 2em; }
    .home__banner.has--search {
      padding: 95px 0 0 0;
      width: 100%;
      max-width: none;
      left: 0; } }

.accordion__item {
  position: relative;
  background: #fbfbfb;
  border-radius: 4px;
  margin-bottom: 1.5em;
  max-height: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 1px 9px rgba(0, 0, 0, 0.08); }

.accordion__item__header {
  padding: 2rem;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: 600;
  display: block; }
  .accordion__item__header:hover {
    color: #00425F; }

.accordion__item__body {
  padding: 0 2rem 3rem 2rem;
  opacity: 0;
  display: none; }

.accordion.isexpanded .accordion__item {
  width: 102%;
  margin-left: -1%;
  max-height: 1000px; }

.accordion.isexpanded .accordion__item__header {
  font-size: 1.13em; }

.accordion.isexpanded .accordion__item__body {
  display: block;
  opacity: 1;
  transform: none; }

.accordion.isexpanded .accordion__arrow {
  top: 20px;
  transform: rotateX(180deg); }

.accordion__arrow {
  height: 35px;
  width: 35px;
  transition: all ease-out 150ms;
  right: 10px;
  top: 28px;
  position: absolute; }
  .accordion__arrow svg {
    height: 35px;
    width: 35px;
    display: inline-block; }

.verified--header--number {
  padding-left: 30px; }

.verified--header--flag {
  position: absolute;
  z-index: 1;
  top: 44px;
  padding-left: 5.8em;
  width: 0;
  pointer-events: none; }
  .verified--header--flag.expand-flag {
    top: 42.5px;
    padding-left: 5.63em; }

@media only screen and (max-width: 767px) {
  .accordion__item__body {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }
  .accordion__item__header {
    padding: 1.3em 1.85em; }
  .accordion__arrow {
    top: 1.3em; }
  .accordion__item__body {
    margin-top: -0.5em; }
  .verified--header--flag {
    top: 1.53em;
    padding-left: 5.9em; }
    .verified--header--flag.expand-flag {
      top: 1.55em;
      padding-left: 5.7em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .verified--header--flag {
    top: 51px; }
    .verified--header--flag.expand-flag {
      top: 51px; } }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules

  - Edited the following already existing styles
  .menu__content {
    top: 28px from 0
  }
*/
.menu__content {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 28px;
  z-index: 10; }

.is__dashboard {
  background: rgba(0, 66, 95, 0.32); }
  .is__dashboard .menu__content__items {
    margin-left: 240px;
    width: calc(50% - 200px);
    padding-left: 0; }
  .is__dashboard .menu__content__backdrop {
    width: calc(100% - 410px);
    margin-left: 240px; }
  .is__dashboard .checkout__blur {
    width: calc(50% - 40px);
    right: 10px; }
  .is__dashboard .close__modal {
    cursor: pointer;
    margin: 90px 200px;
    float: right;
    height: 45px;
    position: relative;
    z-index: 10; }
    .is__dashboard .close__modal svg {
      height: 40px;
      width: 40px; }

.menu__content__md {
  max-width: 550px; }

.menu__content__backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #f1f1f1; }

.menu__content__items {
  height: 100%;
  background-color: #FFF;
  padding-top: 71px;
  padding-left: 105px;
  padding-right: 0;
  overflow-y: auto;
  box-shadow: 6px 5px 5px rgba(77, 77, 77, 0.34);
  overflow-x: hidden; }
  .menu__content__items.menu__info {
    background: #EEE; }

.menu__content__main {
  padding: 1em 3.4em;
  float: none;
  margin: auto; }

.menu__content__main__header {
  font-size: 1.5rem;
  color: #00425F;
  padding: 1.15em;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1em;
  font-weight: 400; }
  .menu__content__main__header .biller__menu__logo {
    width: 70px;
    height: 70px;
    margin-bottom: -13px; }
    .menu__content__main__header .biller__menu__logo img {
      width: 70px;
      height: 70px;
      border-radius: 2px; }
  .menu__content__main__header .biller__menu__title {
    float: right;
    width: calc(100% - 75px);
    margin-top: -37px;
    padding-left: 10px;
    height: 2em; }

.menu__content__main__header__checkout {
  font-size: 1.5rem;
  color: #00425F;
  padding: 1em;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1em;
  margin-top: -14px;
  font-weight: 400; }
  .menu__content__main__header__checkout .biller__menu__logo {
    width: 70px;
    height: 70px;
    margin-bottom: -13px; }
    .menu__content__main__header__checkout .biller__menu__logo img {
      width: 70px;
      height: 70px;
      border-radius: 2px; }
  .menu__content__main__header__checkout .biller__menu__title {
    float: right;
    width: calc(100% - 75px);
    margin-top: -37px;
    padding-left: 10px;
    height: 2em; }

.menu__country__select {
  float: right;
  bottom: 6px; }

.menu__content__icons {
  display: inline-block;
  width: 32px;
  height: 32px;
  float: left;
  margin: -4px 10px 0 0; }
  .menu__content__icons svg {
    fill: #00425F; }

.menu__content__icons__western__union {
  display: inline-block;
  width: 11%;
  height: 32px;
  float: left;
  margin: 3px 45px 0 0; }
  .menu__content__icons__western__union svg {
    fill: #00425F; }

.menu__content__icons__western__union img {
  width: 100%; }

.menu__content__flags {
  float: right; }

.accordion__flag {
  float: right;
  z-index: 20;
  top: 24px;
  right: 40px; }

.airtime__data__accordion__flag {
  left: 85%;
  z-index: 20;
  top: -75px;
  right: -20px; }

.transfer__accordion__flag {
  float: right;
  z-index: 20;
  top: -5px;
  right: 20px; }

.menu__side__fixed {
  position: fixed;
  right: 0;
  height: 100%;
  padding-top: 60px;
  z-index: 10;
  top: 0; }

.menu__side__section {
  width: 246px;
  height: 100%; }

.menu__side__bg {
  background-size: cover;
  background-repeat: no-repeat; }

@supports (-ms-accelerator: true) {
  .menu__side__bg:before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    margin: -2em;
    background: #0f375a;
    opacity: 0.75; } }

.menu__side__section__info {
  padding: 2em 2em;
  color: #FFF;
  height: 100%; }

.menu__side__section__content {
  font-size: 0.9rem;
  line-height: 2; }

.menu__side__section__header {
  margin-bottom: 1em;
  margin-bottom: 1em;
  font-size: 2.8em;
  text-align: center;
  font-weight: 300;
  position: absolute;
  top: 35%;
  margin-left: -0.7em;
  padding: 0.5em; }

.checkout__blur {
  width: calc(50% - 250px);
  height: 100%;
  right: 285px;
  top: 100px;
  background: url(/images/background/checkout__blur_2.png);
  position: absolute;
  background-size: 75%;
  background-repeat: no-repeat;
  opacity: 0.4;
  background-blend-mode: color;
  background-position: center top;
  filter: grayscale(1) blur(1px); }

.blur__data {
  padding: 8% 21% 2% 21%; }
  .blur__data .checkout__order__image img {
    height: 75%;
    width: 75%;
    padding: 2%; }
  .blur__data .checkout__order__title {
    font-size: 1.2vw;
    height: 1.6vw; }
  .blur__data .checkout__order__label {
    font-size: 0.7vw; }

.blur__amount {
  padding: 0 19%; }
  .blur__amount .checkout__total__info {
    font-size: 1.6vw;
    font-weight: 400; }

.active__payment {
  background: #fff;
  position: fixed;
  top: 0;
  min-height: 100%;
  width: 100%;
  z-index: 10; }

.payment__loader {
  position: fixed;
  left: 50%;
  z-index: 31;
  top: 41%; }
  .payment__loader button {
    height: 70px;
    width: 70px; }

@media only screen and (max-width: 991px) {
  .menu__content__items {
    padding: 60px 1em !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
  .menu__content {
    padding-top: 40px; }
  .menu__side__section {
    display: none; }
  .menu__side__fixed {
    display: none; }
  .menu__content__main {
    padding: 0;
    margin-top: -0.4em; }
  .menu__content__main__header {
    font-size: 1.05rem;
    padding: 1.15em 1.15em 0.7em 0.3em; }
    .menu__content__main__header .biller__menu__title {
      float: right;
      width: calc(100% - 55px);
      margin-top: -32px;
      padding-left: 10px; }
    .menu__content__main__header .biller__menu__logo {
      width: 50px;
      height: 50px;
      margin-bottom: -6px; }
      .menu__content__main__header .biller__menu__logo img {
        width: 50px;
        height: 50px;
        border-radius: 2px; }
  .menu__content__main__header__checkout {
    font-size: 1.35rem;
    padding: 1.15em 1.15em 0.7em 0.3em;
    margin-top: -3px; }
    .menu__content__main__header__checkout .biller__menu__title {
      float: right;
      width: calc(100% - 55px);
      margin-top: 5px;
      padding-left: 10px; }
    .menu__content__main__header__checkout .biller__menu__logo {
      width: 50px;
      height: 50px;
      margin-bottom: -6px; }
      .menu__content__main__header__checkout .biller__menu__logo img {
        width: 50px;
        height: 50px;
        border-radius: 2px; }
  .payment__item__wrapper {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
  .menu__content__md {
    padding-left: 0; }
  .menu__content__icons {
    margin: -4px 4px 0 -10px; }
  .menu__content__icons__western__union {
    margin: 20px 40px 11px 38px;
    max-width: 100%; }
  .payment__loader {
    top: 42%;
    transform: scale(0.8);
    left: 38%; }
  .is__dashboard .menu__content__items {
    width: 100%;
    margin-left: 0; }
  .is__dashboard .close__modal {
    margin: 80px 0 0 0;
    position: absolute;
    right: 13px; }
  .menu__content__flags {
    float: right;
    bottom: 6px;
    left: 36px; }
  .accordion__flag {
    top: 20px;
    right: 30px; }
  .airtime__data__accordion__flag {
    top: -58px;
    right: 0px; }
  .transfer__accordion__flag {
    top: -3px;
    right: 10px; }
  .services__side__wrapper {
    width: 100%;
    position: relative; }
  .services__more__option {
    display: block;
    padding: 4px 20px 0 30px; }
    .services__more__option svg {
      height: 20px;
      width: 20px; }
  .service__more {
    display: flex; }
  .service_grid_more {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .service_grid_more span {
      text-align: center; }
  .service__list__menu {
    height: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .service__list__menu .arror__right svg {
      height: 10px;
      width: 10px; }
      .service__list__menu .arror__right svg path {
        fill: #5386A9; }
    .service__list__menu .all__service__icon__grid svg {
      height: 10px;
      width: 10px; }
      .service__list__menu .all__service__icon__grid svg path {
        fill: #5386A9; }
  .service__over__items {
    height: calc(100vh - 165px);
    overflow: scroll;
    padding-bottom: 70px;
    padding: 10px 10px 70px 5px; }
  .label__tag__mobile {
    color: #ffff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    position: relative;
    height: 16px;
    padding: 0 5px;
    margin-top: 5px;
    margin-left: 5px; }
    .label__tag__mobile.new {
      background-color: #DC4437; }
    .label__tag__mobile.soon {
      background-color: #EC9B40; }
    .label__tag__mobile.any {
      background-color: #0199db; }
  .label__grid__tag {
    position: absolute;
    top: 6px;
    left: 55%; }
  .all__service__icon {
    display: inline-block;
    padding: 0 20px 0 15px; }
    .all__service__icon svg {
      height: 30px;
      width: 30px; }
  .all__services__toggle__icon {
    display: inline-block;
    padding: 0 20px 0 15px; }
    .all__services__toggle__icon.grid svg {
      height: 15px;
      width: 15px; }
      .all__services__toggle__icon.grid svg path {
        fill: #5386A9; }
    .all__services__toggle__icon.list svg {
      height: 20px;
      width: 20px; }
      .all__services__toggle__icon.list svg path {
        fill: #5386A9; }
  .services_row {
    margin-left: -10px;
    margin-right: -10px; }
  .label__all__services {
    font-weight: 600;
    font-size: 16px; }
  .label__grid__category__name {
    font-size: 12px;
    display: inline-block;
    padding-top: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu__content__items {
    padding: 80px 1em !important; }
  .menu__side__section {
    display: none; }
  .menu__side__fixed {
    display: none; }
  .menu__content__main {
    width: 80%;
    float: none;
    margin: auto; }
  .is__dashboard .menu__content__items {
    width: 100%;
    margin-left: 0; }
  .is__dashboard .close__modal {
    margin: 80px 0 0 0;
    position: absolute;
    right: 13px; } }

@media only screen and (min-width: 992px) {
  .menu__content__items::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .menu__content__items::-moz-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .menu__content__items::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #C1C1C1; }
  .menu__content__items::-moz-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #C1C1C1; }
  .menu__content__flags {
    bottom: 6px;
    left: 10px; }
  .services__more__option {
    height: 35px;
    width: 35px;
    padding: 10px;
    background-color: #5386A9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px; }
    .services__more__option svg {
      height: 20px;
      width: 20px; }
      .services__more__option svg path {
        color: #fff; }
  .label__tag {
    background-color: #fff;
    text-transform: uppercase;
    display: inline;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 0 4px;
    position: absolute;
    top: 5px;
    right: 28px; }
    .label__tag.new {
      color: #DC4437; }
    .label__tag.soon {
      color: #EC9B40; }
    .label__tag.any {
      color: #01B8DB; } }

@media only screen and (min-width: 1290px) {
  .menu__content__items {
    width: calc(50% - 70px); } }

.bills__wrapper {
  background: #f1f6f8;
  height: 100%;
  padding: 71px 246px 0 105px; }
  .bills__wrapper .no__search__results {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    margin: 41px 0; }
    .bills__wrapper .no__search__results svg {
      width: 6em;
      height: 6em;
      margin: 10px 0 20px 0; }
  .bills__wrapper .clear__selection {
    display: none; }

.position__absolute {
  position: absolute;
  max-height: 0%; }

.error__path {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 700; }

.error__path__results {
  font-size: 1.2em;
  position: relative;
  top: 20px;
  margin-bottom: -26px;
  padding-left: 20px; }

.bills__side__wrapper {
  background: #02405c;
  width: 260px;
  position: absolute; }

.bills__main__wrapper {
  width: calc(100% - 260px);
  position: relative;
  float: right;
  height: 100%;
  background: #f1f6f8; }
  .bills__main__wrapper .section__loader {
    margin-top: 22%; }
    .bills__main__wrapper .section__loader button {
      height: 70px;
      width: 70px; }

.bills__categories__title {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88em;
  margin: 25px 0 10px 0; }

.bill__category__item {
  color: #fff;
  padding: 16px 0 16px 24px;
  font-size: 0.95em;
  font-weight: 300;
  cursor: pointer; }
  .bill__category__item:hover {
    background: #02405c; }
  .bill__category__item.is__selected {
    background: #02405c; }
  .bill__category__item.first__item {
    margin-top: 10px; }

.service__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 5px; }

.service__item:hover {
  background-color: #18425D; }

.bill__category__item__title {
  color: #bebebe;
  padding: 32px 0 0px 40px;
  font-size: 0.9em;
  font-weight: 300; }

.bill__category__item__hr {
  background-color: #bebebe;
  margin: 12px 42px 1px 42px; }

.bill__sub__category__item {
  color: #fff;
  padding: 2px 0 2px 34px;
  font-size: 0.95em;
  font-weight: 300;
  cursor: pointer; }
  .bill__sub__category__item:hover {
    background: #0c6a96; }
  .bill__sub__category__item.is__selected {
    background: #0c6a96; }
  .bill__sub__category__item.first__item {
    margin-top: 30px; }

.bill__sub__category__item__title {
  color: #bebebe;
  padding: 32px 0 0px 40px;
  font-size: 0.9em;
  font-weight: 300; }

.bill__sub__category__item__hr {
  background-color: #bebebe;
  margin: 12px 42px 1px 42px; }

.bills__grid__list {
  max-width: 95%;
  margin: 25px auto; }

.bills__grid__box {
  width: 100%;
  margin: 10px 0; }
  .bills__grid__box.is__main__search {
    margin-top: 50px; }

.bills__grid__item {
  float: left;
  max-width: 400px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.biller__card {
  margin: 20px 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: -1px 0 3px 1px rgba(77, 77, 77, 0.12); }
  .biller__card .biller__image {
    width: 80px;
    padding: 9px;
    float: left;
    position: relative; }
    .biller__card .biller__image.loading {
      background-image: url(/images/background/bills.svg);
      background-size: 32px;
      background-position: center;
      background-color: #006d9c;
      background-repeat: no-repeat; }
  .biller__card img {
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin: -0.01em 0 -1px -1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .biller__card:hover .bills__card__overlay {
    opacity: 1; }

.bills__card__overlay {
  background: rgba(6, 21, 38, 0.09);
  width: calc(100% - 49px);
  height: calc(100% - 40px);
  top: 20px;
  position: absolute;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease; }

.biller__box {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .biller__box img {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    width: 110px;
    height: 110px;
    cursor: pointer; }

.biller__card__data {
  width: calc(100% - 80px);
  float: left;
  padding: 0 8px;
  position: relative; }

.biller__card__name {
  cursor: pointer;
  font-weight: 600;
  margin: 13px 0 2px 0px; }

.biller__card__desc {
  font-size: 0.83em;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 3px 0;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis; }

.active__category__title {
  font-size: 1.5em;
  padding-left: 20px; }
  .active__category__title.is__main__search {
    display: none; }

.bills__side__top {
  margin: 24px -15px 17px -15px;
  position: relative;
  padding: 0 15px 0 15px; }
  .bills__side__top::after {
    content: ' ';
    width: 100%;
    height: 0.4em;
    position: absolute;
    z-index: 16;
    left: 0;
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.42); }

.services__categories__list {
  padding-bottom: 30px;
  position: relative;
  background: #2A6994;
  margin: 20px -15px 0 -15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.bills__categories__list {
  padding-bottom: 160px;
  position: relative;
  height: 100vh;
  background: #03567c;
  margin: 0 -15px; }

.bills__chevron svg {
  height: 1em;
  width: 1em;
  margin-left: -20px; }
  .bills__chevron svg path {
    fill: #fff; }

.icon__more__option svg {
  height: 2em;
  width: 2em;
  margin-left: -10px; }
  .icon__more__option svg path {
    fill: #fff; }

.bills__category__back {
  display: none; }

.bills__side__search {
  display: none;
  height: 0;
  transition: height 400ms; }
  .bills__side__search .side__search__input {
    width: 100%; }
    .bills__side__search .side__search__input input {
      padding-right: 40px; }
    .bills__side__search .side__search__input .float__input .no__float {
      margin-bottom: 0; }
  .bills__side__search .side__search__flag {
    float: right;
    margin-bottom: -43px;
    position: relative;
    top: -43px;
    left: 8px; }

.has__search .bills__side__search {
  display: block;
  height: auto; }

.has__search .bills__categories__list {
  height: calc(100vh - 90px);
  padding-bottom: 100px; }

.bills__main__search {
  position: relative;
  width: 620px;
  max-width: 90%;
  margin: auto;
  top: 34%;
  transition: all 50ms;
  -webkit-transition: all 50ms;
  animation: searchBox both cubic-bezier(0.4, 0, 0, 1.7);
  animation-duration: 300ms;
  animation-delay: 1200ms; }
  .bills__main__search.top__search {
    top: 30px;
    margin: 0 3% 0 5%;
    animation: none;
    display: inline-block;
    height: 40px; }
    .bills__main__search.top__search .form-control {
      box-shadow: 0px 4px 9px 0px rgba(128, 128, 128, 0.12);
      border: 1px solid rgba(3, 86, 124, 0.52);
      height: 37px; }
      .bills__main__search.top__search .form-control svg {
        top: 1px; }
    .bills__main__search.top__search .data__icon__value {
      top: 1px; }
    .bills__main__search.top__search .main__search__flag {
      top: -56px; }
  .bills__main__search .data__icon__value {
    top: 5px;
    background: transparent; }
  .bills__main__search .form-control {
    box-shadow: 0px 5px 11px 0px rgba(128, 128, 128, 0.42);
    border: 2px solid rgba(3, 86, 124, 0.52);
    height: 45px; }
  .bills__main__search .main__search__input {
    width: 100%; }
    .bills__main__search .main__search__input input {
      padding-right: 54px; }
  .bills__main__search .main__search__flag {
    float: right;
    position: relative;
    top: -60px;
    left: 6px; }

.categories__menu {
  display: none; }

.bills__caption {
  display: none; }

.biller__fixed__amount {
  font-size: 1.6em;
  font-weight: 600;
  border-left: 0;
  border-right: 0;
  padding: 7px 0; }

.biller__label {
  font-size: 1.6em;
  font-weight: 600;
  border-left: 0;
  border-right: 0;
  padding: 7px 0; }

.bills__search__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/menu-bg.jpg);
  opacity: 0.3;
  filter: grayscale(0.4);
  background-position: center;
  background-size: cover;
  animation-name: searchBg;
  animation-duration: 3000ms;
  background-blend-mode: hard-light;
  background-color: rgba(2, 64, 92, 0.74); }

@keyframes searchBox {
  from {
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0); }
  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes searchBg {
  from {
    opacity: 0; }
  to {
    opacity: 0.3; } }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .bills__side__wrapper {
    width: 260px; }
  .bills__main__wrapper {
    width: calc(100% - 260px); }
  .services__side__wrapper {
    width: 260px;
    position: absolute; } }

@media only screen and (min-width: 1241px) and (max-width: 1500px) {
  .bills__grid__item {
    width: 48%; }
  .services__side__wrapper {
    width: 260px;
    position: absolute; } }

@media only screen and (min-width: 992px) and (max-width: 1240px) {
  .bills__grid__item {
    width: 95%; }
  .services__side__wrapper {
    width: 260px;
    position: absolute; } }

@media only screen and (max-width: 767px) {
  .menu__content .bills__wrapper {
    padding: 60px 0 0 0;
    background: #ffffff; }
    .menu__content .bills__wrapper .no__search__results svg {
      width: 4em;
      height: 4em; }
  .menu__content .error__path__results {
    font-size: 1em;
    position: relative;
    top: -32px;
    margin-bottom: -26px;
    padding-left: 20px; }
  .menu__content .bills__side__wrapper {
    width: 100%;
    background: -moz-linear-gradient(top, #1a769b 0%, #0a5877 51%, #03567c 100%);
    background: -webkit-linear-gradient(top, #1a769b 0%, #0a5877 51%, #03567c 100%);
    background: linear-gradient(to bottom, #1a769b 0%, #0a5877 51%, #03567c 100%);
    font-size: 1.2em;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
    .menu__content .bills__side__wrapper .popup__label {
      height: 50px;
      font-weight: 600;
      font-size: 0.96em;
      text-align: center;
      color: rgba(255, 255, 255, 0.88);
      background: #03567c;
      margin: -10px -10px 0px -10px;
      padding: 10px 35px 0 10px; }
    .menu__content .bills__side__wrapper .pop__over__items {
      font-size: 0.9em;
      height: calc(100vh - 80px);
      overflow: scroll;
      padding: 10px 0 30px 0; }
    .menu__content .bills__side__wrapper .close__pop__over {
      width: 35px;
      float: left; }
      .menu__content .bills__side__wrapper .close__pop__over svg {
        width: 1.5em;
        height: 1.5em;
        fill: #fff;
        position: relative;
        top: 4px; }
    .menu__content .bills__side__wrapper .mobile__pop__over {
      position: fixed;
      top: 28px;
      width: 100%;
      background: #fff;
      padding: 51px 10px 10px 10px;
      z-index: 35; }
  .menu__content .bills__categories__list {
    display: none; }
  .menu__content .bill__category__item {
    padding: 14px 0 14px 24px;
    font-size: 0.8em; }
  .menu__content .bills__chevron svg {
    height: 1em;
    width: 1em;
    margin-top: -16px;
    float: right; }
  .menu__content .bills__categories__title {
    font-size: 0.95em;
    font-weight: 500;
    position: relative;
    height: 42px;
    padding: 5px 15px;
    background: transparent;
    color: #fff;
    margin: 0 -15px;
    z-index: 20; }
  .menu__content .bills__side__top {
    margin: 24px -15px 7px -15px;
    position: relative;
    padding: 0 15px 0 15px; }
    .menu__content .bills__side__top:after {
      display: none; }
  .menu__content .bills__grid__list {
    margin: 36px auto; }
  .menu__content .has__search .bills__categories__list {
    height: calc(100vh - 110px); }
  .menu__content .bills__side__search {
    display: block;
    height: auto;
    padding: 0;
    width: calc(100% - 42px);
    float: left; }
    .menu__content .bills__side__search.is__focused {
      width: 100%; }
    .menu__content .bills__side__search .side__search__input input {
      padding-right: 45px; }
    .menu__content .bills__side__search .side__search__flag {
      left: 4px;
      top: -51px; }
  .menu__content .categories__menu {
    display: block;
    position: relative;
    right: 2px;
    margin-top: 9px;
    width: 42px;
    float: left;
    text-align: right; }
    .menu__content .categories__menu.is__hidden {
      display: none; }
    .menu__content .categories__menu svg {
      fill: #fff;
      width: 23px;
      height: 23px; }
  .menu__content .active__category__title {
    margin: 0 -15px -39px -15px;
    padding: 20px 15px 10px 15px;
    top: -30px;
    position: relative;
    font-size: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .menu__content .bills__category__back {
    display: initial;
    margin-right: 12px; }
    .menu__content .bills__category__back svg {
      width: 1em;
      height: 1em;
      padding: 1px;
      position: relative;
      top: 2px; }
  .menu__content .bills__main__wrapper {
    width: 100%;
    margin-top: 121px;
    position: relative;
    z-index: 15;
    background: #fff;
    transition: transform 250ms;
    -webkit-transition: transform 250ms; }
    .menu__content .bills__main__wrapper.bills__grid__active {
      transform: TranslateX(0); }
    .menu__content .bills__main__wrapper.bills__grid__inactive {
      transform: TranslateX(100%); }
    .menu__content .bills__main__wrapper .section__loader {
      margin-top: 42%;
      transform: scale(0.8);
      left: 38%; }
  .menu__content .biller__image {
    padding: 0;
    width: 70px;
    float: left; }
  .menu__content .bills__card__overlay {
    display: none; }
  .menu__content .biller__data {
    width: calc(100% - 90px);
    float: left;
    padding: 0 15px; }
  .menu__content .biller__card__name {
    margin: 10px 0 2px 0;
    font-size: 1.2em; }
  .menu__content .biller__card__desc {
    height: 20px;
    color: #494e51; }
  .menu__content .bills__caption {
    display: block;
    position: absolute;
    width: 100%;
    top: 25%;
    font-size: 1.3em;
    font-weight: 400; }
    .menu__content .bills__caption section {
      width: 90%;
      margin: auto;
      text-align: center; }
  .menu__content .clear__selection {
    display: block !important;
    float: left;
    padding-right: 20px;
    margin-right: 20px; }
    .menu__content .clear__selection svg {
      width: 27px;
      height: 27px;
      position: relative;
      top: 3px;
      fill: #fff; }
  .menu__content .bills__search__bg {
    display: none; }
  .menu__content .bills__main__search {
    display: none; }
  .menu__content .popup__list__item {
    padding: 10px 0;
    border-bottom: 1px solid #e6e4e4; }
  .bills__grid__item {
    width: 100%;
    max-width: 100%; }
  .biller__card {
    margin: 2px -16px;
    border-radius: 0; }
    .biller__card img {
      margin: -0.01em 0 -1px 0px;
      height: 70px;
      width: 70px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .bills__grid__box {
    padding: 3px 0 180px 0;
    overflow: scroll;
    height: calc(100vh - 100px);
    position: absolute;
    margin: -37px -10px 10px -10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu__content .bills__wrapper {
    padding: 60px 0 0 0;
    background: #ffffff; }
    .menu__content .bills__wrapper .no__search__results svg {
      width: 4em;
      height: 4em; }
  .menu__content .error__path__results {
    font-size: 1em;
    position: relative;
    top: -32px;
    margin-bottom: -26px;
    padding-left: 20px; }
  .menu__content .bills__side__wrapper {
    width: 100%;
    background: -moz-linear-gradient(top, #1a769b 0%, #0a5877 51%, #03567c 100%);
    background: -webkit-linear-gradient(top, #1a769b 0%, #0a5877 51%, #03567c 100%);
    background: linear-gradient(to bottom, #1a769b 0%, #0a5877 51%, #03567c 100%);
    font-size: 1.2em;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
    .menu__content .bills__side__wrapper .popup__label {
      height: 50px;
      font-weight: 600;
      font-size: 0.96em;
      text-align: center;
      color: rgba(255, 255, 255, 0.88);
      background: #03567c;
      margin: -10px -10px 0px -10px;
      padding: 10px 35px 0 10px; }
    .menu__content .bills__side__wrapper .pop__over__items {
      font-size: 0.9em;
      height: calc(100vh - 80px);
      overflow: scroll;
      padding: 10px 0 30px 0; }
    .menu__content .bills__side__wrapper .close__pop__over {
      width: 35px;
      float: left; }
      .menu__content .bills__side__wrapper .close__pop__over svg {
        width: 1.5em;
        height: 1.5em;
        fill: #fff;
        position: relative;
        top: 4px; }
    .menu__content .bills__side__wrapper .mobile__pop__over {
      position: fixed;
      top: 28px;
      width: 100%;
      background: #fff;
      padding: 51px 10px 10px 10px;
      z-index: 35; }
  .menu__content .bills__categories__list {
    display: none; }
  .menu__content .bill__category__item {
    padding: 14px 0 14px 24px;
    font-size: 0.8em; }
  .menu__content .bills__chevron svg {
    height: 1em;
    width: 1em;
    margin-top: -16px;
    float: right; }
  .menu__content .bills__categories__title {
    font-size: 0.95em;
    font-weight: 500;
    position: relative;
    height: 42px;
    padding: 5px 15px;
    background: transparent;
    color: #fff;
    margin: 0 -15px;
    z-index: 20; }
  .menu__content .bills__side__top {
    margin: 24px -15px 7px -15px;
    position: relative;
    padding: 0 15px 0 15px; }
    .menu__content .bills__side__top:after {
      display: none; }
  .menu__content .bills__grid__list {
    margin: 36px auto; }
  .menu__content .has__search .bills__categories__list {
    height: calc(100vh - 110px); }
  .menu__content .bills__side__search {
    display: block;
    height: auto;
    padding: 0;
    width: calc(100% - 42px);
    float: left; }
    .menu__content .bills__side__search.is__focused {
      width: 100%; }
    .menu__content .bills__side__search .side__search__input input {
      padding-right: 45px; }
    .menu__content .bills__side__search .side__search__flag {
      left: 4px;
      top: -51px; }
  .menu__content .categories__menu {
    display: block;
    position: relative;
    right: 2px;
    margin-top: 9px;
    width: 42px;
    float: left;
    text-align: right; }
    .menu__content .categories__menu.is__hidden {
      display: none; }
    .menu__content .categories__menu svg {
      fill: #fff;
      width: 23px;
      height: 23px; }
  .menu__content .active__category__title {
    margin: 0 -15px -39px -15px;
    padding: 20px 15px 10px 15px;
    top: -30px;
    position: relative;
    font-size: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .menu__content .bills__category__back {
    display: initial;
    margin-right: 12px; }
    .menu__content .bills__category__back svg {
      width: 1em;
      height: 1em;
      padding: 1px;
      position: relative;
      top: 2px; }
  .menu__content .bills__main__wrapper {
    width: 100%;
    margin-top: 121px;
    position: relative;
    z-index: 15;
    background: #fff;
    transition: transform 250ms;
    -webkit-transition: transform 250ms; }
    .menu__content .bills__main__wrapper.bills__grid__active {
      transform: TranslateX(0); }
    .menu__content .bills__main__wrapper.bills__grid__inactive {
      transform: TranslateX(100%); }
    .menu__content .bills__main__wrapper .section__loader {
      margin-top: 42%;
      transform: scale(0.8);
      left: 38%; }
  .menu__content .biller__image {
    padding: 0;
    width: 70px;
    float: left; }
  .menu__content .bills__card__overlay {
    display: none; }
  .menu__content .biller__data {
    width: calc(100% - 90px);
    float: left;
    padding: 0 15px; }
  .menu__content .biller__card__name {
    margin: 10px 0 2px 0;
    font-size: 1.2em; }
  .menu__content .biller__card__desc {
    height: 20px;
    color: #494e51; }
  .menu__content .bills__caption {
    display: block;
    position: absolute;
    width: 100%;
    top: 25%;
    font-size: 1.3em;
    font-weight: 400; }
    .menu__content .bills__caption section {
      width: 90%;
      margin: auto;
      text-align: center; }
  .menu__content .clear__selection {
    display: block !important;
    float: left;
    padding-right: 20px;
    margin-right: 20px; }
    .menu__content .clear__selection svg {
      width: 27px;
      height: 27px;
      position: relative;
      top: 3px;
      fill: #fff; }
  .menu__content .bills__search__bg {
    display: none; }
  .menu__content .bills__main__search {
    display: none; }
  .menu__content .popup__list__item {
    padding: 10px 0;
    border-bottom: 1px solid #e6e4e4; }
  .menu__content__flags {
    bottom: 6px;
    left: 10px; }
  .biller__card {
    margin: 10px 20px;
    border-radius: 0; }
    .biller__card img {
      margin: -0.01em 0 -1px 0px;
      height: 70px;
      width: 70px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .bills__grid__box {
    padding: 1px 0 135px 0;
    overflow: scroll;
    height: calc(100vh - 100px);
    position: absolute;
    margin: -23px 0 10px -19px; }
  .popup__items {
    max-height: 50vh;
    overflow: scroll;
    font-size: 0.95em; }
    .popup__items .item__label {
      padding: 0 15px; }
    .popup__items .select__custom__image {
      width: 100%;
      height: 100%; }
    .popup__items .select__card__image {
      height: 80%;
      width: 80%;
      margin: 0;
      float: none; }
    .popup__items .extra__tag {
      display: none; }
  .popup__list__item {
    padding: 10px 0;
    border-bottom: 1px solid #e6e4e4; } }

.checkout .rodal {
  top: 71px; }

.checkout .rodal.checkout__rodal {
  background: rgba(0, 66, 95, 0.32);
  top: 99px;
  width: calc(100% - 246px);
  z-index: 29; }

.checkout .rodal-dialog {
  box-shadow: none;
  background: transparent;
  margin-top: 0 !important;
  top: 0;
  padding: 0; }

.recurring__pay__info {
  padding: 0 100px; }

.recurring__alert__text {
  vertical-align: -webkit-baseline-middle; }

.is__dashboard__checkout .rodal.checkout__rodal {
  margin-left: 105px; }

.checkout__header {
  position: fixed;
  z-index: 30;
  top: 0;
  height: 71px;
  width: 100%; }

.checkout__underline {
  background-color: #EEE;
  margin: 15px 0;
  height: 1px; }
  .checkout__underline.loan__underline {
    margin-bottom: 30px; }

.checkout__wrapper {
  max-width: 1120px;
  height: 95%;
  background: #f7f7f7;
  padding: 1.5rem 3rem;
  position: absolute;
  right: -10px;
  top: 0;
  overflow: scroll; }
  .checkout__wrapper .no__focus svg {
    fill: #999; }

.checkout__order {
  background: rgba(239, 242, 247, 0.5);
  padding: 1.5em;
  border-radius: 5px;
  margin: 2rem 0; }

.checkout__order__header {
  color: #00425F; }

.checkout__order__wrapper {
  margin-top: 1.5rem; }

.checkout__order__image {
  float: left;
  padding: 0; }
  .checkout__order__image img {
    height: 44px;
    width: 44px;
    border-radius: 4px;
    margin-right: 14px; }
  .checkout__order__image svg {
    width: 44px;
    height: 44px;
    fill: #03567c;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #dee4ef; }

.checkout__order__info {
  margin: auto;
  color: #565656;
  font-size: 1.3rem;
  padding-top: 25px;
  float: none !important; }

.checkout__order__title {
  font-weight: 600;
  font-size: 1.1em; }

.link__transfer__checkout__order__image {
  float: left;
  padding: 0; }
  .link__transfer__checkout__order__image img {
    height: 50px;
    width: 50px;
    border-radius: 4px;
    margin-right: 14px; }
  .link__transfer__checkout__order__image svg {
    width: 44px;
    height: 44px;
    fill: #03567c;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #dee4ef; }

.link__transfer__checkout__order__title {
  font-weight: 600;
  font-size: 1.25em; }

.link__checkout__order__label {
  font-size: 1.5em; }

.link__checkout__order__link {
  font-size: 1em;
  font-style: italic; }

.transfer__link__checkout__order__info__item {
  margin: -5px 0;
  padding-left: 6px;
  height: 100px;
  overflow: hidden; }

.transfer__link__payment__container {
  position: relative;
  background: #fbfbfb;
  border-radius: 4px;
  margin-bottom: 1.5em;
  margin-top: 5em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 1px 9px rgba(0, 0, 0, 0.08); }

.checkout__order__label {
  font-size: 0.75em; }

.checkout__order__info__amount {
  font-size: 1em;
  font-weight: 600;
  margin: -10px 0 25px 0; }

.checkout__order__edit__link {
  color: #565656;
  font-size: 0.7em;
  margin: 5px 3px 0 0;
  font-weight: 400 !important;
  border: 1px solid #ccc;
  padding: 7px 34px;
  display: inline-block;
  border-radius: 1px;
  position: relative;
  cursor: pointer;
  float: right; }

.checkout__order__info__amount__value {
  font-size: 1.3em; }

.checkout__webpay {
  float: none !important;
  margin: auto; }

.edit__card {
  font-weight: 400;
  font-size: 0.74em;
  cursor: pointer;
  text-decoration: underline;
  color: #1e84dc; }

.close__checkout {
  cursor: pointer;
  margin: 10px 28px -55px;
  text-align: right;
  height: 45px;
  position: relative;
  z-index: 10; }
  .close__checkout span {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer; }
  .close__checkout svg {
    height: 40px; }
  .close__checkout.loan__close__checkout {
    margin-bottom: 0; }

.close__checkout__western__union {
  cursor: pointer;
  margin-right: 12px;
  margin-top: -75px;
  float: right;
  height: 45px;
  position: relative;
  z-index: 10; }
  .close__checkout__western__union span {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer; }
  .close__checkout__western__union svg {
    height: 40px; }
  .close__checkout__western__union.loan__close__checkout {
    margin-bottom: 0; }
  .close__checkout__western__union.receipt__close {
    margin-top: -22px;
    margin-right: 5px;
    margin-bottom: -38px;
    margin-left: 35px; }

.checkout__sub__info {
  display: inline-block;
  width: 180px;
  top: -12px;
  position: relative;
  font-size: 0.6em;
  font-weight: 400; }

.checkout__sub__amount {
  font-size: 0.8em;
  font-weight: 400; }

.checkout__total__info {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 500; }

.checkout__total__amount {
  font-size: 0.8em;
  font-weight: 400; }

.checkout__order__info__item {
  margin: -5px 0;
  padding-left: 6px;
  height: 50px;
  overflow: hidden; }

.checkout__box {
  padding: 20px 0;
  background: #fff;
  box-shadow: #e8e8e8 -2px 3px 38px 12px; }

.transformable {
  transition: max-height 4s ease;
  -webkit-transition: max-height 4s ease; }

.checkout__box__md {
  max-width: 470px; }

.cardinal__container {
  height: 380px; }
  .cardinal__container .cardinal__data {
    height: 360px; }

.checkout__area {
  margin-top: 60px;
  min-height: 200px; }

.checkout__additional__info__display {
  display: flex;
  place-items: flex-end; }
  .checkout__additional__info__display .additional__info__more__button {
    font-size: 0.7em;
    cursor: pointer;
    color: #0172CB; }
    .checkout__additional__info__display .additional__info__more__button.\--hide__more__button {
      display: none; }

.checkout__additional__info__text {
  font-size: 0.6em; }
  .checkout__additional__info__text.\--collapse {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%; }
  .checkout__additional__info__text .additional__info__hide__button {
    color: #0172CB;
    cursor: pointer;
    border: 1px solid;
    border-radius: 0.35em;
    padding: 0 2px 2px 2px; }
    .checkout__additional__info__text .additional__info__hide__button.\--hide__hide__button {
      visibility: hidden; }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules

  - Edited the following already existing styles
  .rodal.checkout__rodal {
    top: 83px from 55px
  }
*/
@media only screen and (max-width: 767px) {
  .checkout .rodal.checkout__rodal {
    background: rgba(0, 66, 95, 0.32);
    top: 83px;
    width: 100%; }
  .close__checkout {
    margin: -8px 18px -32px; }
  .close__checkout__western__union {
    margin-right: -16px;
    margin-top: -106px; }
    .close__checkout__western__union.receipt__close {
      margin-right: -190px;
      margin-top: -51px;
      margin-bottom: 23px; }
  .checkout__box {
    padding: 20px 0 40px 0; }
  .checkout__wrapper {
    right: 0;
    padding: 4.1rem 1rem; }
  .checkout__webpay {
    margin: 0 4%;
    display: inline-block;
    width: 92%; }
  .checkout__order__info__item {
    padding: 0 15px;
    height: 50px;
    margin: -5px 0;
    font-size: 0.85em; }
  .checkout__underline {
    margin: 16px 0 15px 0; }
  .checkout__order__info__title {
    font-size: 0.84em; }
  .checkout__order__title {
    font-size: 1em; }
  .checkout__total__info {
    font-size: 1.17em; }
  .checkout__order__edit__link {
    padding: 4px 28px;
    margin: 8px 10px 0 0; }
  .checkout__box.sm {
    padding-bottom: 40px; }
  .card__input__icon {
    top: 35px !important;
    right: 22% !important; }
  .checkout__sub__info {
    margin-left: 1.3em; }
  .checkout__total__info {
    top: 32px;
    right: 21px; }
  .checkout__edit__form .form-group {
    float: none; }
  .checkout__edit__form .btn {
    width: 100%;
    margin-top: 0; }
  .checkout__edit__form input {
    width: 100%; }
  .checkout__order__edit__icon {
    position: relative;
    top: 4px; }
    .checkout__order__edit__icon svg {
      height: 0.8em; }
  .checkout__order__image img {
    height: 38px;
    width: 38px;
    border-radius: 4px;
    margin-left: 13px; }
  .recurring__pay__info {
    padding: 0 10px; }
  #mobileCardNumber {
    padding-right: 23%; }
  .is__dashboard__checkout .rodal.checkout__rodal {
    margin-left: 0; }
  .checkout__additional__info__display {
    display: flex;
    place-items: flex-end;
    padding-left: 16px; } }

@media only screen and (min-width: 992px) {
  .checkout__wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .checkout__wrapper::-moz-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .checkout__wrapper::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #C1C1C1; }
  .checkout__wrapper::-moz-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #C1C1C1; }
  .checkout__info__actions {
    margin: 0 -0.7em; } }

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  .checkout__wrapper .webpay__pin__wrapper [class^='col-md-'] {
    padding: 0 10px !important; }
  .change__card {
    width: 100% !important; } }

@media only screen and (min-width: 1500px) {
  .edit__card {
    float: right;
    margin: 13px 0; } }

@media only screen and (min-width: 1290px) {
  .checkout__wrapper {
    width: calc(50% - 46px);
    padding: 1.5rem 5rem; } }

@media only screen and (min-width: 1200px) and (max-width: 1290px) {
  .checkout__blur {
    right: 250px; } }

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .checkout__wrapper {
    padding: 1.5rem 1rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout .rodal.checkout__rodal {
    width: 100%; }
  .checkout .checkout__order__label {
    font-size: 0.6em; }
  .is__dashboard__checkout .rodal.checkout__rodal {
    margin-left: 0; } }

.btn-pinpad {
  width: 140%;
  padding: 0;
  text-align: center;
  margin-bottom: 8px;
  background: #FFF;
  color: #000;
  text-transform: uppercase;
  font-size: 1em; }
  .btn-pinpad:focus {
    outline: 0 !important; }
  .btn-pinpad:active {
    outline: 0 !important;
    background: rgba(77, 77, 77, 0.1); }

.webpay__pin__wrapper {
  padding: 1.3em 0;
  margin-left: -4%; }

.webpay__pinpad__wrapper {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 0.5em 0;
  margin: 0.7em 0; }

.pin__input:disabled {
  cursor: pointer;
  background: #FFF; }

.webpay__actions {
  text-align: center;
  margin-top: 28px;
  padding-bottom: 25px; }

.webpay__pay {
  width: 300px; }

.card__data {
  margin-top: -30px; }

.otp__data {
  margin: 10px 0;
  font-size: 1.1em;
  background: #f7f7f7;
  border: 1px solid rgba(212, 212, 212, 0.45);
  border-radius: 5px; }

.webpay__msg {
  padding: 15px 4px;
  border-bottom: 1px solid rgba(212, 212, 212, 0.45); }

.webpay__msg__icons svg {
  padding: 0px 9px;
  height: 1.7em; }

.otp__form {
  margin-top: 8px; }

.enrollment__form {
  margin: 8px auto 10px auto; }

.otp__link {
  color: #1e84dc;
  font-weight: 600;
  text-align: center; }
  .otp__link span {
    cursor: pointer; }

.otp__support {
  padding: 7px 15px;
  font-size: 0.9em; }
  .otp__support .support__header {
    text-align: center;
    border-bottom: 1px solid rgba(212, 212, 212, 0.45);
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 1.1em; }
  .otp__support .resend__box {
    background: #fff;
    margin: 10px 0;
    padding: 13px 15px;
    text-align: center;
    color: #1e84dc;
    font-size: 1.1em;
    font-weight: 600;
    border: 2px solid #e0d7d7;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.8em;
    width: 80%;
    min-width: 80px;
    margin: 10px auto; }
    .otp__support .resend__box .resend-icon.sending-otp svg {
      animation: spinner--rotate 800ms linear infinite; }
    .otp__support .resend__box .resend-icon svg {
      width: 1.8em;
      height: 1.8em;
      fill: #1e84dc; }
    .otp__support .resend__box:after {
      content: '';
      width: 1px;
      height: 100px;
      background: rgba(212, 212, 212, 0.45);
      position: absolute;
      right: -1px;
      top: 0; }
  .otp__support .support__content {
    overflow: hidden; }
  .otp__support .msg--box {
    padding: 13px 15px;
    font-size: 0.8em; }
  .otp__support .msg--sm {
    text-align: center;
    font-size: 0.85em; }
  .otp__support .msg--lg {
    text-align: center;
    font-size: 2em;
    font-weight: 600; }

.otp__msg {
  padding: 0 16px !important;
  margin-top: 25px;
  text-align: center;
  display: inline-block;
  width: 100%; }

.webpay__receipt .logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0em 0.8em 0em; }
  .webpay__receipt .logo__container .logo {
    width: 10em; }

.webpay__receipt .btn {
  font-weight: 400; }
  .webpay__receipt .btn:active {
    outline: 0 !important; }

.webpay__receipt .logo {
  height: 40px; }

.webpay__receipt p {
  margin: 0; }

.webpay__receipt div p:first-child {
  font-weight: 500; }

.webpay__receipt .top-section {
  padding-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px; }

.webpay__receipt .receipt-top-section {
  padding-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px; }

.webpay__receipt .receipt-status__message {
  font-size: 1.4em;
  margin: 10px auto; }

.webpay__receipt .receipt-status__summary {
  font-weight: 600;
  font-size: 1.1em;
  min-height: 1em; }

.webpay__receipt .top-section h4 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0 10px; }

.webpay__receipt .top-section svg {
  width: 40px; }

.webpay__receipt body {
  background: #ededed; }

.webpay__receipt .order-details {
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px; }

.webpay__receipt .order-details .title {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #aaa;
  margin-bottom: 30px; }

.webpay__receipt .payment-section h5 {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600; }

.webpay__receipt .payment-section div {
  display: flex;
  justify-content: space-between;
  margin: 10px 0; }

.webpay__receipt .download-button {
  color: #aaa;
  cursor: pointer;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
  font-size: 0.85em;
  padding: 5px;
  width: calc(100% - 100px);
  margin: 0px 50px 5px 50px; }

.webpay__receipt .download-button svg {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
  fill: #aaa; }

.webpay__receipt .add-fav-button {
  color: #aaa;
  cursor: pointer;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
  font-size: 0.85em;
  padding: 5px;
  width: calc(100% - 100px);
  margin: 0px 50px 5px 50px; }

.webpay__receipt .group-receipt-btn {
  text-align: center;
  padding: 5px;
  margin: 5px 32px 0px 32px; }

.webpay__receipt .add-fav-btn-img {
  width: 15px;
  margin-right: 5px;
  margin-bottom: 3px; }

.webpay__receipt .pay-another {
  width: 100%;
  border: none;
  color: white;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 7px;
  border-radius: 7px;
  background-color: #0275d8;
  border-color: #0275d8; }

.webpay__receipt .set-recurring {
  width: 100%;
  border: none;
  color: white;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 7px;
  border-radius: 7px; }

@media screen and (max-width: 425px) {
  .webpay__receipt .order-details .title {
    font-size: 20px;
    margin-bottom: 15px; }
  .webpay__receipt .top-section h4 {
    font-size: 25px; }
  .webpay__receipt .payment-section div {
    flex-direction: column; }
  .webpay__receipt .payment-section div > p:first-child {
    font-style: italic;
    font-weight: 400; }
  .webpay__receipt .payment-section h5 {
    font-size: 15px; }
  .webpay__receipt .payment-section div {
    margin: 4px 0; }
  .webpay__receipt .order-details {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 7px; }
  .webpay__receipt .date-section {
    display: none !important; }
  .webpay__receipt .top-section {
    align-items: center;
    flex-direction: column; } }

.item__surcharge {
  display: block;
  position: relative;
  top: -10px; }

.receipt__amount {
  text-align: center;
  margin: 13px 0 35px 0; }

.webpay__success__icon {
  text-align: center;
  display: inline-block; }
  .webpay__success__icon svg {
    height: 40px; }

.webpay__approved__amount {
  font-size: 2.6em; }

.receipt__summary {
  font-size: 1.3em; }

.receipt__actions {
  margin-top: 20px; }
  .receipt__actions .btn {
    margin: 20px 0; }
  .receipt__actions .alt__btn {
    margin: 10px 0;
    display: block;
    width: 100%; }
  .receipt__actions svg {
    height: 1.2em;
    width: 1.24em;
    position: relative;
    top: 3px; }

.webpay__ref {
  margin: 10px 0;
  text-align: center;
  font-size: 1.1em; }
  .webpay__ref .trans_pin {
    font-weight: 600;
    font-size: 1.3em; }

.webpay__ref__sm {
  margin: 10px 0;
  text-align: center;
  font-size: 0.86em; }
  .webpay__ref__sm .trans__ref__short {
    font-weight: 600; }

.webpay__logos {
  text-align: center;
  margin-top: 20px;
  min-height: 120px; }
  .webpay__logos img.isw-logo {
    height: 20px; }
  .webpay__logos img.verified-logo {
    height: 25px; }

.webpay__sm-lt {
  padding-right: 0 !important; }
  .webpay__sm-lt input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.webpay__sm-rt {
  padding-left: 0 !important; }
  .webpay__sm-rt input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.card__input__icon {
  position: absolute;
  top: 30px;
  right: 64px;
  width: 35px;
  height: 35px; }
  .card__input__icon.visa {
    background: url(/images/cards/visa.png);
    background-repeat: no-repeat;
    background-size: 35px; }
  .card__input__icon.mastercard {
    background: url(/images/cards/master.png);
    background-repeat: no-repeat;
    background-size: 35px; }
  .card__input__icon.verve {
    background: url(/images/cards/verve.png);
    background-repeat: no-repeat;
    background-size: 35px; }

.add__payment__modal {
  z-index: 100; }
  .add__payment__modal .rodal,
  .add__payment__modal .rodal-mask {
    width: 100% !important;
    top: 0 !important;
    z-index: 100 !important; }
  .add__payment__modal .rodal-dialog {
    margin-top: 150px !important; }
  .add__payment__modal .account__close--wrapper {
    top: 0 !important; }

.checkout__link {
  color: #00425F;
  font-weight: 600;
  text-decoration: underline;
  text-align: center; }
  .checkout__link span {
    cursor: pointer; }
  .checkout__link.no__focus {
    color: #999; }

.payment__tab {
  padding: 5px;
  float: left;
  cursor: pointer;
  height: 40px;
  min-width: 100px;
  text-align: center; }
  .payment__tab.selected__payment__tab {
    border-bottom: 1px solid #00425F;
    background: linear-gradient(0deg, #F8F8F9, #F8F8F9), #F8F8F8; }
    .payment__tab.selected__payment__tab .payment__tab__name {
      color: #00425F;
      font-size: 1.05em;
      font-weight: 500; }
    .payment__tab.selected__payment__tab svg g {
      fill: #00425F; }

.payment__tab__list {
  border: 1px solid #eeeeee;
  min-height: 40px;
  margin-left: 15px;
  margin-right: 15px; }

.payment__tab__name {
  font-size: 1em;
  vertical-align: middle;
  font-weight: 500; }

.payment__tab__icon {
  margin-right: 10px; }
  .payment__tab__icon svg {
    width: 1.5em;
    vertical-align: middle; }
    .payment__tab__icon svg g {
      fill: #00425F; }

.qr__error {
  font-size: 1.15em;
  font-style: italic;
  cursor: pointer; }

.qr__error__btn {
  text-decoration: underline; }

.qr__code__display {
  min-height: 250px !important;
  min-width: 250px !important;
  text-align: center; }

.qr__scan__info {
  font-style: italic; }

.qr__data {
  text-align: center;
  margin-top: -25px; }

.qr__code__loader {
  margin: 0 auto; }
  .qr__code__loader img {
    width: 4em; }
  .qr__code__loader p {
    font-size: 1.15em; }

.bracket {
  position: relative;
  width: 25px;
  height: 25px;
  animation: flickerAnimation 1s infinite; }

.bracket__top {
  margin: 0 70px; }

.bracket__bottom {
  margin: -25px 70px; }

.dashboard__modal .bracket__top {
  margin: 0 20px !important; }

.dashboard__modal .bracket__bottom {
  margin: -25px 25px !important; }

.dashboard__modal .payment__option__message {
  margin-left: 90px; }

.tl {
  float: left;
  border-top: 4px solid #000000;
  border-left: 4px solid #000000; }

.tr {
  float: right;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000; }

.bl {
  float: left;
  border-bottom: 4px solid #000000;
  border-left: 4px solid #000000; }

.br {
  float: right;
  border-bottom: 4px solid #000000;
  border-right: 4px solid #000000; }

.payment__option__message {
  margin-left: 15px; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@media only screen and (max-width: 767px) {
  .webpay__receipt {
    margin-top: 10px;
    font-size: 0.93em; }
  .webpay__success__icon svg {
    height: 40px; }
  .trans__ref {
    word-wrap: break-word; }
  .edit__card {
    float: none;
    display: inline-block;
    font-size: 0.7em;
    margin: 0 -15px;
    transform: none !important; }
  .otp__data {
    margin: -34px 0 0 0;
    font-size: 1em; }
  .webpay__msg__icons svg {
    margin: 7px 0;
    height: 1.6em; }
  .webpay__pinpad__wrapper {
    display: none; }
  .webpay__success__icon {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
  .otp__support {
    font-size: 0.88em; }
  .payment__tab__name {
    font-size: 0.85em;
    display: block; }
  .payment__tab {
    padding: 3px;
    height: 50px;
    min-width: 60px; }
    .payment__tab.selected__payment__tab {
      border-top: 1px solid #00425F;
      background: linear-gradient(0deg, #F8F8F9, #F8F8F9), #F8F8F8; }
      .payment__tab.selected__payment__tab .payment__tab__name {
        margin-top: 0px;
        font-size: 0.85em; }
      .payment__tab.selected__payment__tab svg g {
        fill: #00425F; }
  .payment__tab__icon {
    margin-right: 0px;
    float: none; }
    .payment__tab__icon svg {
      width: 1.5em;
      color: #000;
      vertical-align: middle; }
  .qr__download__button {
    cursor: pointer;
    text-align: center;
    border: 1px solid #00425F;
    font-size: 0.85em;
    padding: 10px;
    width: calc(80% - 100px);
    border-radius: 3px;
    text-decoration: none; }
  .qr__download__btn__container {
    margin-bottom: 15px; }
  .qr__download__button svg {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
    fill: #00425F; }
  .qr__error {
    font-size: 1.15em;
    font-style: italic;
    cursor: pointer; }
  .payment__tab__list {
    min-height: 52px; }
  .bracket__top {
    margin: 0 25px; }
  .bracket__bottom {
    margin: 0 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edit__card {
    margin: 0 -15px; } }

.add__payment__modal .rodal-dialog {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  top: 0;
  padding: 8rem 1em 1em 1em;
  overflow-y: auto; }

.add__payment__modal .rodal:before {
  content: ' ';
  position: absolute;
  background: rgba(0, 48, 70, 0.93);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.add__payment__close--wrapper {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  text-align: right;
  left: 80px; }

.payment__container {
  position: relative;
  background: #fbfbfb;
  border-radius: 4px;
  margin-bottom: 1.5em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 1px 9px rgba(0, 0, 0, 0.08); }

.payment__block {
  padding: 2rem 2rem 3rem 2rem; }

.reload-btn {
  position: absolute;
  top: -48px;
  right: 0px; }

.react-switch {
  vertical-align: middle;
  margin-left: 4px; }

.react-switch-text {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500; }

.airtime-data-img-container {
  display: flex;
  justify-content: space-between; }

.airtime-data-img {
  max-width: 23%;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: 2px solid white; }

.airtime-data-img-on {
  max-width: 23%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  border: 0.5px solid #005479; }

.payment__no__loan__header {
  font-size: 1.6vw;
  font-weight: 400;
  text-align: center; }

.payment__no__loan__image {
  width: 50px;
  height: 50px;
  margin: 5rem auto 0; }
  .payment__no__loan__image svg {
    fill: #373a3c;
    opacity: 0.7; }

.payment__no__loan__meta {
  padding: 2rem 4rem;
  text-align: center; }

.saved__items__prompt .Select-noresults {
  cursor: pointer; }

.no__match .Select-menu-outer {
  display: none; }

.Select-input::-ms-clear {
  display: none; }

.alert__icon__recurring svg {
  width: 1.4em;
  height: 1.2em;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  position: relative; }

.bill__payment__alert {
  width: 380px;
  max-width: 90%;
  margin: 50% auto;
  text-align: center;
  background: #ffffff;
  padding: 30px 10px;
  border-radius: 0.3em; }
  .bill__payment__alert__text {
    margin-top: -10px; }
  .bill__payment__alert__actions {
    margin: 30px 0 0 0; }
    .bill__payment__alert__actions .btn {
      display: inline-block;
      width: 150px;
      margin: 0 10px; }

.bill__current__package {
  position: relative;
  font-size: 0.75em;
  padding-bottom: 6px; }
  .bill__current__package.\--faint {
    opacity: 0.6; }

.bill__error__message {
  position: relative;
  color: #f25f59;
  font-size: 0.75em;
  padding-bottom: 6px; }

.bill__retry__image {
  float: right;
  color: #0275D8;
  cursor: pointer; }
  .bill__retry__image svg {
    height: 0.9em;
    padding: 0 4px;
    position: relative;
    top: 1px; }

@media only screen and (max-width: 767px) {
  .payment__container {
    padding: 1.3em 1.85em; }
  .payment__block {
    margin-top: -0.5em;
    padding: 0 0rem 0rem 0rem; }
  .reload-btn {
    position: absolute;
    right: 0px;
    top: -57px; }
  .add__payment__close--wrapper {
    left: 0;
    bottom: 50px;
    margin: -15px auto -35px; }
  .alert__icon__recurring svg {
    float: left;
    margin-right: 5px;
    margin-top: 15px;
    position: relative; }
  .bill__current__package {
    position: relative;
    font-size: 0.7em;
    padding-bottom: 6px; }
  .bill__payment__alert__actions .btn {
    display: inline-block;
    width: 130px;
    margin: 0 10px; } }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules

  - Edited the following already existing styles
  .new__search {
    top: 40px from 12px
  }

  .dashboard__container {
    top: 99px from 71px;
  }
*/
.dashboard__container {
  position: fixed;
  padding: 30px 50px 0 50px;
  width: calc(100% - 105px);
  margin: 0 auto;
  left: 105px;
  top: 99px;
  bottom: 30px;
  overflow-y: auto; }
  .dashboard__container .dashboard__grid {
    max-width: 1250px;
    margin: auto;
    transition: all 400ms ease-in; }
    .dashboard__container .dashboard__grid.fade-out {
      opacity: 0; }
    .dashboard__container .dashboard__grid.has-search-results {
      position: absolute;
      top: 0;
      z-index: -1;
      height: 0;
      overflow: hidden; }
  .dashboard__container .dashboard__card {
    margin: 40px auto;
    max-width: 100%;
    width: 350px;
    height: 210px;
    animation: dashboard--card 900ms ease-in; }
    .dashboard__container .dashboard__card.account__box {
      height: 7em; }
      .dashboard__container .dashboard__card.account__box .card__brand {
        width: 100%;
        max-width: initial;
        padding: 0;
        display: block; }
      .dashboard__container .dashboard__card.account__box .issuer__block {
        display: block;
        width: 100%;
        max-width: initial;
        padding: initial; }
      .dashboard__container .dashboard__card.account__box .account__number {
        font-size: 1.2em;
        display: block; }
      .dashboard__container .dashboard__card.account__box .bank__logo {
        width: 100%;
        margin-top: 50%; }
    .dashboard__container .dashboard__card.small__card {
      height: 150px; }
      .dashboard__container .dashboard__card.small__card .issuer__block {
        max-width: 68%; }
  .dashboard__container .inactive_card {
    filter: blur(1px);
    opacity: 0.5; }
    .dashboard__container .inactive_card .card__box {
      box-shadow: none;
      bottom: 0; }
      .dashboard__container .inactive_card .card__box:hover {
        box-shadow: none;
        bottom: 0; }
  .dashboard__container .card__box {
    width: 100%;
    height: 100%;
    font-size: 1em;
    position: relative;
    font-weight: 400;
    background: #ffffff;
    border-radius: 8px;
    bottom: 0;
    transition: 300ms ease-in;
    transition-property: bottom, box-shadow; }
    .dashboard__container .card__box:hover {
      box-shadow: 3px 10px 24px #ccc;
      bottom: 6px; }
    .dashboard__container .card__box.ecash__box {
      color: #214673;
      background: #e7e9eb; }
  .dashboard__container .user__card,
  .dashboard__container .bank__card {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px; }
  .dashboard__container .card-ecash {
    background: linear-gradient(135deg, #ffffff 0, #ffffff 58%, #f5f5f5 68%, #ddd 100%) !important;
    background: -moz-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 68%, #ddd 100%) !important;
    background: -o-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 68%, #ddd 100%) !important;
    background: -ms-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 68%, #ddd 100%) !important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ffffff), color-stop(58%, #ffffff), color-stop(68%, #f5f5f5), color-stop(100%, #ddd)) !important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 68%, #ddd 100%) !important; }
  .dashboard__container .bank__card {
    box-shadow: 1px 1px 6px #ccc;
    color: black;
    cursor: pointer; }
    .dashboard__container .bank__card.__130 {
      /* Abbey Building Society */
      background: #014260;
      color: white; }
    .dashboard__container .bank__card.__044 {
      /*Access Bank Plc */
      background: #f48332;
      color: white; }
    .dashboard__container .bank__card.__121 {
      /*Aso Savings */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__023 {
      /*Citibank Nigeria */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__063 {
      /*Diamond Bank */
      background: #bcd508;
      color: white; }
    .dashboard__container .bank__card.__050 {
      /*Ecobank Nigeria */
      background: #014260;
      color: white; }
    .dashboard__container .bank__card.__056 {
      /*Ecobank Nigeria */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__098 {
      /*Ekondo MFB */
      background: #328602;
      color: white; }
    .dashboard__container .bank__card.__084 {
      /*Enterprise Bank Plc */
      background: #ffda02;
      color: white; }
    .dashboard__container .bank__card.__040 {
      /*Equitorial Trust Bank */
      background: #014260;
      color: white; }
    .dashboard__container .bank__card.__070 {
      /*Fidelity Bank Plc */
      background: #024950;
      color: white; }
    .dashboard__container .bank__card.__011 {
      /*First Bank Plc */
      background: #0173ad;
      color: white; }
    .dashboard__container .bank__card.__214 {
      /*First City Monument Bank */
      background: #ceae8a;
      color: white; }
    .dashboard__container .bank__card.__058 {
      /*Guaranty Trust Bank Plc */
      background: #ff7900;
      color: white; }
    .dashboard__container .bank__card.__096 {
      /*Hasal Microfinance */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__030 {
      /*Heritage Bank */
      background: #63bc62;
      color: white; }
    .dashboard__container .bank__card.__301 {
      /*Jaiz Bank PLC */
      background: #bf9102;
      color: white; }
    .dashboard__container .bank__card.__082 {
      /*Keystone Bank Ltd */
      background: #0173ad;
      color: white; }
    .dashboard__container .bank__card.__014 {
      /*Mainstreet Bank Plc */
      background: #8d2696;
      color: white; }
    .dashboard__container .bank__card.__025 {
      background: #8d2696;
      color: white; }
    .dashboard__container .bank__card.__076 {
      /*Skye/Polaris Bank Plc */
      background: #8834ad;
      color: white; }
    .dashboard__container .bank__card.__221 {
      /*Stanbic IBTC */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__039 {
      /*Stanbic IBTC */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__068 {
      /*Standard Chartered Bank */
      background: #5bb3dc;
      color: white; }
    .dashboard__container .bank__card.__232 {
      /*Sterling Bank Plc */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__032 {
      /*Union Bank Plc */
      background: #0198a9;
      color: white; }
    .dashboard__container .bank__card.__033 {
      /*United Bank for Africa Plc */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.__215 {
      /*Unity Bank Plc */
      background: #243b4f;
      color: white; }
    .dashboard__container .bank__card.__035 {
      /*WEMA Bank Plc */
      background: #8d2696;
      color: white; }
    .dashboard__container .bank__card.__057 {
      /*Zenith Bank International */
      background: #a30102;
      color: white; }
    .dashboard__container .bank__card.pending__card {
      background: #959595; }
      .dashboard__container .bank__card.pending__card .card__status img {
        width: 1.3em; }
      .dashboard__container .bank__card.pending__card .card__pan.max {
        font-size: 1em; }
      .dashboard__container .bank__card.pending__card .card__info {
        margin: 40px auto 0px !important; }
        .dashboard__container .bank__card.pending__card .card__info .card__owner {
          width: 74%; }
  .dashboard__container .bank__account {
    box-shadow: 1px 1px 6px #ccc;
    cursor: pointer;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0, #ffffff 58%, #f5f5f5 100%, #ddd 68%) !important;
    background: -moz-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 100%, #ddd 68%) !important;
    background: -o-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 100%, #ddd 68%) !important;
    background: -ms-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 100%, #ddd 68%) !important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ffffff), color-stop(58%, #ffffff), color-stop(100%, #f5f5f5), color-stop(68%, #ddd)) !important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0, #ffffff 58%, #f5f5f5 100%, #ddd 68%) !important; }
  .dashboard__container .card__balance__block,
  .dashboard__container .issuer__block {
    display: inline-block;
    width: 265px;
    max-width: 75%;
    padding: 10px 13px;
    vertical-align: top; }
  .dashboard__container .card__balance__value {
    font-size: 1.7em; }
  .dashboard__container .balance__refresh {
    padding: 0 8px;
    cursor: pointer; }
    .dashboard__container .balance__refresh svg {
      width: 0.7em;
      height: 0.7em;
      position: relative;
      text-decoration: underline; }
      .dashboard__container .balance__refresh svg path {
        fill: #214673; }
    .dashboard__container .balance__refresh.is__loading svg {
      animation: spinner--rotate 800ms linear infinite; }
  .dashboard__container .card__balance__time {
    font-size: 0.77em;
    position: relative;
    top: -5px;
    height: 1.5em; }
  .dashboard__container .card__brand {
    display: inline-block;
    width: 85px;
    max-width: 25%;
    padding: 8px 16px 0 0;
    vertical-align: top;
    text-align: right;
    white-space: nowrap; }
    .dashboard__container .card__brand.inactive {
      opacity: 0.15; }
      .dashboard__container .card__brand.inactive .card__status {
        text-transform: uppercase;
        margin-bottom: -23px; }
  .dashboard__container .card__logo {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
    text-align: right; }
    .dashboard__container .card__logo img {
      width: 50px;
      background: #214673;
      padding: 6px;
      position: relative;
      border-radius: 4px;
      top: -4px; }
    .dashboard__container .card__logo.inactive {
      opacity: 0.15; }
  .dashboard__container .card__status {
    padding: 2px 0;
    font-size: 0.78em;
    font-weight: 600;
    text-transform: uppercase; }
    .dashboard__container .card__status svg {
      width: 1em;
      height: 1em;
      position: relative;
      top: 0.14em;
      margin-right: 4px; }
    .dashboard__container .card__status img {
      width: 1.5em;
      margin: .3em; }
  .dashboard__container .card__pan {
    width: 100%;
    padding: 10px 0 0 16px;
    font-size: 1.45em; }
    .dashboard__container .card__pan.inactive {
      padding-top: 50px;
      opacity: 0.15; }
  .dashboard__container .card__info {
    width: 90%;
    margin: 50px auto; }
  .dashboard__container .card__owner {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .dashboard__container .card__owner .inactive {
      opacity: 0.15; }
  .dashboard__container .card__exp {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-left: 16px; }
  .dashboard__container .card__label {
    font-size: 0.85em; }
  .dashboard__container .card__info__data {
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    top: -5px; }
  .dashboard__container .card__actions {
    height: 80px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    font-weight: 600;
    background: rgba(221, 221, 221, 0.94);
    color: #214673;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    animation: card--actions 300ms linear; }
    .dashboard__container .card__actions .to-left {
      text-align: left;
      cursor: pointer; }
      .dashboard__container .card__actions .to-left svg {
        position: relative;
        left: 28px; }
    .dashboard__container .card__actions .to-right {
      text-align: right;
      cursor: pointer; }
      .dashboard__container .card__actions .to-right svg {
        position: relative;
        right: 30px; }
    .dashboard__container .card__actions span {
      text-decoration: underline;
      cursor: pointer; }
    .dashboard__container .card__actions svg {
      height: 2em;
      width: 2em;
      fill: #214673; }
      .dashboard__container .card__actions svg path {
        fill: #214673; }
    .dashboard__container .card__actions .bills__icon svg {
      width: 2.4em;
      height: 2.4em;
      margin-bottom: -0.6em; }
  .dashboard__container .card__control {
    padding-top: 9px;
    height: 40px;
    font-size: 1em; }
    .dashboard__container .card__control:nth-child(odd) {
      border-right: 1px solid #3f5e87; }
    .dashboard__container .card__control:nth-child(even) {
      border-left: 1px solid #3f5e87; }
    .dashboard__container .card__control span {
      cursor: pointer; }
  .dashboard__container .dashboard__title {
    text-align: center;
    font-size: 1.3em;
    color: #214673;
    font-weight: 600;
    padding: 7px 0 3px 0; }
  .dashboard__container .card__group {
    margin: 14px 0;
    padding: 0 10px; }
    .dashboard__container .card__group [class^='col-'] {
      padding-left: 3px;
      padding-right: 3px; }
  .dashboard__container .card__group__full {
    cursor: pointer; }
    .dashboard__container .card__group__full [class^='col-'] {
      padding-left: 0;
      padding-right: 0; }
  .dashboard__container .sub__box {
    background: rgba(203, 207, 210, 0.18);
    text-align: center;
    padding: 20px 0;
    color: #214673;
    font-weight: 600; }
    .dashboard__container .sub__box svg {
      height: 4em;
      width: 4em;
      fill: #214673; }
    .dashboard__container .sub__box .dashboard__bank svg {
      height: 3em;
      width: 3em;
      margin: 0.5em 0; }
    .dashboard__container .sub__box .dashboard__transfer svg {
      height: 5em;
      width: 5em;
      margin: -0.37em 0; }
    .dashboard__container .sub__box .dashboard__calendar svg {
      height: 3em;
      width: 3em;
      margin: 0.5em 0; }
    .dashboard__container .sub__box.to--right {
      padding: 5px 20px;
      cursor: pointer; }
    .dashboard__container .sub__box.to--left {
      padding: 20px 20px; }
      .dashboard__container .sub__box.to--left svg {
        position: relative; }
    .dashboard__container .sub__box .lg__number {
      font-size: 3.5em;
      min-height: 1.42em;
      display: inline-block; }
    .dashboard__container .sub__box .lg__number__label {
      position: relative;
      top: -15px; }
  .dashboard__container .sub__box__mini {
    background: rgba(203, 207, 210, 0.18);
    text-align: center;
    padding: 7px 0;
    color: #214673;
    font-weight: 600;
    font-size: 0.9em; }
    .dashboard__container .sub__box__mini svg {
      height: 2.8em;
      width: 2.8em;
      fill: #214673; }
    .dashboard__container .sub__box__mini span.override svg {
      height: 2.3em;
      width: 2.3rem;
      margin-bottom: 6px; }
    .dashboard__container .sub__box__mini section {
      margin-top: -11px; }
    .dashboard__container .sub__box__mini:nth-child(odd) {
      margin-bottom: 4px; }
    .dashboard__container .sub__box__mini:nth-child(even) {
      margin-top: 4px; }
  .dashboard__container .dashboard__action {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    height: 40px;
    padding: 5px 0;
    font-weight: 600;
    color: #355781;
    background: #e7e9eb;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
    .dashboard__container .dashboard__action span {
      cursor: pointer; }
  .dashboard__container .action__group {
    cursor: pointer; }
    .dashboard__container .action__group.transfer__history {
      min-height: 135px; }
      .dashboard__container .action__group.transfer__history .lg__number {
        margin-top: -20px; }
  .dashboard__container .transaction__month {
    font-size: 1.2em;
    display: inline-block;
    min-height: 1.2em; }
  .dashboard__container .scroll__top {
    display: none; }
  .dashboard__container .ecash__prompt {
    width: 90%;
    left: 5%;
    text-align: center;
    position: absolute;
    top: 50px;
    text-decoration: underline;
    font-weight: 600; }
    .dashboard__container .ecash__prompt svg {
      width: 6em;
      height: 6em;
      margin-bottom: -10px; }
    .dashboard__container .ecash__prompt .about__ecash {
      font-size: 0.9em;
      float: left;
      margin-top: 32px; }
      .dashboard__container .ecash__prompt .about__ecash a {
        color: #0275d8;
        text-decoration: underline; }
        .dashboard__container .ecash__prompt .about__ecash a:hover {
          color: #0275d8; }
        .dashboard__container .ecash__prompt .about__ecash a:active {
          color: #0275d8; }
  .dashboard__container .dashboard__modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 48, 70, 0.93);
    left: 0;
    z-index: 10; }
    .dashboard__container .dashboard__modal.is--mobile {
      display: none; }
    .dashboard__container .dashboard__modal .recurring__pay__info {
      padding: 0 60px; }
    .dashboard__container .dashboard__modal .close__modal {
      cursor: pointer;
      margin: 10px -10px -55px;
      float: right;
      height: 45px;
      position: relative;
      z-index: 10; }
      .dashboard__container .dashboard__modal .close__modal svg {
        height: 40px;
        width: 40px; }
    .dashboard__container .dashboard__modal .menu__content__main__header {
      padding: 1.15em 0; }
      .dashboard__container .dashboard__modal .menu__content__main__header .logo {
        width: 6.5em; }
    .dashboard__container .dashboard__modal .checkout__item__wrapper {
      width: 360px;
      margin: 40px auto; }
    .dashboard__container .dashboard__modal .webpay__receipt {
      margin: 30px auto; }
    .dashboard__container .dashboard__modal .payment__tab__list {
      margin-right: 90px;
      margin-left: 90px; }
    .dashboard__container .dashboard__modal .otp__data {
      width: 65%;
      margin: 30px auto; }
    .dashboard__container .dashboard__modal .payment__modal__header {
      font-size: 1.5rem;
      color: #00425F;
      padding: 1.15em 0 0.7em;
      border-bottom: 1px solid #EEE;
      margin-bottom: 1em;
      font-weight: 400; }
      .dashboard__container .dashboard__modal .payment__modal__header .title__logo {
        width: auto;
        margin-right: 15px;
        padding-left: 0;
        position: relative;
        top: 1px;
        display: inline-block;
        vertical-align: top; }
        .dashboard__container .dashboard__modal .payment__modal__header .title__logo img {
          width: 60px;
          border-radius: 5px; }
    .dashboard__container .dashboard__modal .payment__modal__title {
      display: inline-block;
      vertical-align: top; }
    .dashboard__container .dashboard__modal .modal__sub__label {
      font-size: 0.7em; }
    .dashboard__container .dashboard__modal label {
      color: inherit; }
    .dashboard__container .dashboard__modal .add__payment_method__container {
      margin-top: -21px;
      height: calc(100vh - 103px); }
      .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box {
        width: 480px;
        padding: 0 20px;
        max-width: 90%;
        margin: 10px auto 30px auto; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box form {
          margin: 1em auto; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box form .card__input__icon {
            right: 32px; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box input::-webkit-outer-spin-button,
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .section__loader {
          margin-top: 3em;
          left: 44%; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__steps {
          padding-bottom: 14px;
          text-align: center;
          border-bottom: 1px solid #aeaeae; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__steps .step__title {
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: .5em; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__steps img {
            width: 70%;
            margin: .5em auto; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__steps .step__description {
            font-size: .9em;
            text-transform: uppercase;
            font-weight: 500;
            width: 95%;
            display: inline-block; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__options {
          padding: 1em auto; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__options p {
            text-align: center;
            margin: 1em auto; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__options section {
            cursor: pointer; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__options .option__title {
            font-size: 1.2em;
            letter-spacing: .02em;
            font-weight: bold; }
          .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .add__card__options .checkout__link {
            margin-top: 1.5em; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .cardinal__data {
          height: calc(100vh - 250px); }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .otp__data {
          width: 100%;
          margin: 1em auto;
          background: initial;
          border: none; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .webpay__receipt {
          width: 100%;
          margin: 3em auto; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .receipt__amount {
          margin: 1.5em auto; }
      .dashboard__container .dashboard__modal .add__payment_method__container .add__account__box {
        margin: 1em auto; }
  .dashboard__container .dasboard__modal__box {
    position: relative;
    max-width: 100%;
    height: 100%;
    background: #fff;
    margin: auto;
    padding: 12px 40px; }
    .dashboard__container .dasboard__modal__box.history {
      width: 900px; }
    .dashboard__container .dasboard__modal__box.loan {
      width: 1000px; }
      .dashboard__container .dasboard__modal__box.loan h4 {
        margin-top: 20px;
        border-bottom: 1px solid rgba(197, 190, 190, 0.42);
        padding-bottom: 17px;
        color: #00425F; }
    .dashboard__container .dasboard__modal__box.loan__mobile {
      padding: 0; }
      .dashboard__container .dasboard__modal__box.loan__mobile .menu__content__main__header {
        padding-left: 20px;
        padding-right: 20px; }
      .dashboard__container .dasboard__modal__box.loan__mobile .history-form-control {
        padding-left: 20px; }
      .dashboard__container .dasboard__modal__box.loan__mobile .show__offers_border {
        margin-top: 8px; }
    .dashboard__container .dasboard__modal__box.fav {
      width: 900px; }
    .dashboard__container .dasboard__modal__box.recurring {
      width: 1200px; }
    .dashboard__container .dasboard__modal__box.payment {
      width: 700px;
      overflow-x: hidden;
      overflow-y: auto; }
    .dashboard__container .dasboard__modal__box.favourites .group__divider {
      top: 320px; }
      .dashboard__container .dasboard__modal__box.favourites .group__divider.lg-section {
        top: 375px; }
    .dashboard__container .dasboard__modal__box.mid-box {
      width: 600px; }
    .dashboard__container .dasboard__modal__box.recurring-mid-box {
      width: 900px; }
    .dashboard__container .dasboard__modal__box .section__loader {
      left: 45%; }
  .dashboard__container .dashboard__input--error {
    color: #f25f59;
    font-size: 0.78rem;
    font-weight: 600; }
  .dashboard__container .section__loader {
    margin-top: 7%;
    left: 50%; }
    .dashboard__container .section__loader button {
      height: 70px;
      width: 70px; }
  .dashboard__container .no__record {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    margin: 41px 0;
    perspective: 100px; }
    .dashboard__container .no__record svg {
      transform: rotateX(18deg) rotateY(-6deg) rotateZ(-21deg);
      fill: #55595c;
      width: 6em;
      height: 6em;
      margin: 10px 0 20px 0; }
      .dashboard__container .no__record svg path {
        fill: #55595c; }
    .dashboard__container .no__record.no-pers {
      perspective: 0; }
      .dashboard__container .no__record.no-pers svg {
        transform: none; }

.dashboard__search {
  width: 90%;
  max-width: 420px;
  margin: auto;
  padding-top: 15px;
  position: fixed;
  left: calc((100% - 420px) / 2);
  top: 3%;
  transform: translateZ(0); }
  .dashboard__search .form-control {
    border: 2px solid #508096;
    padding-right: 45px; }
  .dashboard__search .data__icon__value {
    background: transparent; }
  .dashboard__search .input__clear {
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 11px;
    font-size: 1.7em;
    cursor: pointer; }

.dashboard__search__results .section__loader button {
  height: 70px;
  width: 70px; }

.dashboard__search__contents .bills__grid__item {
  max-width: 425px; }

.dashboard__search__contents .no__search__results {
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  margin: 41px 0; }
  .dashboard__search__contents .no__search__results svg {
    width: 6em;
    height: 6em;
    margin: 10px 0 20px 0; }

.dashboard__table__data {
  margin: 8px 0 20px 0;
  width: 100%; }
  .dashboard__table__data .data__header {
    font-weight: 600;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 2px solid; }
  .dashboard__table__data .data__type {
    width: 10%;
    font-weight: 600;
    display: inline-block;
    vertical-align: top; }
    .dashboard__table__data .data__type.credit {
      color: #008000; }
    .dashboard__table__data .data__type.debit {
      color: #d9534f; }
    .dashboard__table__data .data__type.airtime {
      width: 18%; }
    .dashboard__table__data .data__type.transfer {
      width: 18%; }
    .dashboard__table__data .data__type.bills {
      width: 22%; }
    .dashboard__table__data .data__type.data__loan {
      width: 14%; }
    .dashboard__table__data .data__type.data__loan__amount {
      width: 12%; }
  .dashboard__table__data .data__pay {
    width: 11%;
    font-weight: 600;
    display: inline-block;
    vertical-align: top; }
  .dashboard__table__data .active {
    color: green;
    font-size: 10px; }
  .dashboard__table__data .inactive {
    color: gray;
    font-size: 10px; }
  .dashboard__table__data .cancel {
    color: red;
    font-size: 10px; }
  .dashboard__table__data .completed {
    color: #0275d8;
    font-size: 10px; }
  .dashboard__table__data .data__amount {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: right; }
    .dashboard__table__data .data__amount.classic {
      text-align: left; }
    .dashboard__table__data .data__amount.recurring {
      text-align: center; }
  .dashboard__table__data .data__description {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .dashboard__table__data .data__description.airtime {
      width: 42%; }
    .dashboard__table__data .data__description.transfer {
      width: 42%; }
    .dashboard__table__data .data__description.bills {
      width: 38%; }
  .dashboard__table__data .data__extra {
    width: 20%;
    display: inline-block;
    vertical-align: top; }
    .dashboard__table__data .data__extra.actionable {
      text-align: right;
      padding: 0 12px; }
  .dashboard__table__data .data__recurring {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding: 0 8px; }
  .dashboard__table__data .data__group.actionable.last-group {
    padding-bottom: 75px; }
  .dashboard__table__data .data__row {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(197, 190, 190, 0.42); }
    .dashboard__table__data .data__row .airtime,
    .dashboard__table__data .data__row .transfer,
    .dashboard__table__data .data__row .bills {
      font-weight: 400; }
    .dashboard__table__data .data__row.actionable {
      padding: 12px 8px; }
    .dashboard__table__data .data__row.row-0 {
      background: #f5f5f5; }
    .dashboard__table__data .data__row.edit-form {
      background: rgba(222, 222, 222, 0.18);
      padding: 25px 8px; }
      .dashboard__table__data .data__row.edit-form .form-group {
        margin-right: 50px; }
      .dashboard__table__data .data__row.edit-form .data__amount .form-group {
        margin-right: 0;
        margin-left: 20px; }
      .dashboard__table__data .data__row.edit-form .data__amount .form-control {
        text-align: right; }
    .dashboard__table__data .data__row .form-control {
      height: 2.4em;
      font-size: 0.95em;
      line-height: 1; }
    .dashboard__table__data .data__row .data__icon__value {
      height: 2.86em;
      line-height: 2.8; }
    .dashboard__table__data .data__row .btn-submit {
      display: inline-block;
      width: 50%;
      margin-top: 0;
      padding: 0 0 0 8px;
      font-size: 0.85em; }
      .dashboard__table__data .data__row .btn-submit .btn {
        line-height: 2.8;
        border-radius: 6px; }
    .dashboard__table__data .data__row .data__label {
      position: relative;
      top: 6px; }
    .dashboard__table__data .data__row.data__row__mobile {
      background: #f5f5f5;
      padding: 0;
      border: none; }
      .dashboard__table__data .data__row.data__row__mobile .open__loans__details__mobile {
        background-color: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-bottom: 1px solid #EFF2F7;
        color: #00425F;
        font-weight: 700;
        font-size: 13px;
        height: 35px;
        line-height: 34px;
        padding-left: 10px; }
      .dashboard__table__data .data__row.data__row__mobile .bottom__section {
        border-bottom: 1px solid #EFF2F7;
        padding: 10px; }
        .dashboard__table__data .data__row.data__row__mobile .bottom__section .open__loans__details__mobile__left {
          float: left; }
          .dashboard__table__data .data__row.data__row__mobile .bottom__section .open__loans__details__mobile__left span {
            font-weight: bold; }
          .dashboard__table__data .data__row.data__row__mobile .bottom__section .open__loans__details__mobile__left p {
            margin: 0;
            font-size: 13px; }
        .dashboard__table__data .data__row.data__row__mobile .bottom__section .open__loans__details__mobile__right {
          float: right; }
          .dashboard__table__data .data__row.data__row__mobile .bottom__section .open__loans__details__mobile__right p {
            font-weight: bold;
            font-size: 14px;
            color: #00425F;
            margin: 0; }
          .dashboard__table__data .data__row.data__row__mobile .bottom__section .open__loans__details__mobile__right span {
            font-size: 13px; }
    .dashboard__table__data .data__row.data__row__loan:nth-child(even) {
      background-color: #f5f5f5; }
  .dashboard__table__data .row__image img {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    position: relative;
    bottom: 2px;
    margin-right: 12px; }
  .dashboard__table__data .data__body {
    height: calc(100vh - 320px); }
    .dashboard__table__data .data__body div:focus {
      outline: none; }
    .dashboard__table__data .data__body .accordion__item {
      background: inherit;
      border-radius: 0;
      margin-bottom: 0;
      border-bottom: none;
      max-height: none;
      box-shadow: none; }
      .dashboard__table__data .data__body .accordion__item .accordion__title {
        position: relative;
        cursor: pointer; }
        .dashboard__table__data .data__body .accordion__item .accordion__title::after {
          content: "";
          position: absolute;
          right: 20px;
          bottom: 25px;
          border-left: 2px solid #555;
          border-bottom: 2px solid #555;
          transform: rotate(-45deg);
          width: 10px;
          height: 10px;
          cursor: pointer; }
      .dashboard__table__data .data__body .accordion__item .accordion__title[aria-selected=true]::after {
        transform: rotate(135deg);
        bottom: 17px; }
    .dashboard__table__data .data__body.airtime__list {
      height: calc(100vh - 290px); }
    .dashboard__table__data .data__body.recurring_fav__list {
      height: calc(90vh - 290px); }
    .dashboard__table__data .data__body.transfer__list {
      height: calc(100vh - 290px); }
    .dashboard__table__data .data__body.bills__list {
      height: calc(100vh - 290px); }
    .dashboard__table__data .data__body.card__list {
      height: calc(100vh - 200px); }
      .dashboard__table__data .data__body.card__list .card__pan {
        padding-top: 25px;
        padding-left: 10px;
        font-size: 1.2em; }
      .dashboard__table__data .data__body.card__list .card__info {
        margin: 35px auto 0px;
        font-size: .8em; }
      .dashboard__table__data .data__body.card__list .card__logo img {
        width: 4em;
        background: initial;
        padding: initial; }
  .dashboard__table__data .data__sub__header {
    padding: 13px 0;
    font-weight: 600;
    color: #00425F;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(197, 190, 190, 0.42); }
    .dashboard__table__data .data__sub__header:focus {
      outline: none;
      cursor: pointer; }
  .dashboard__table__data .no__match {
    margin: 25px 0;
    text-align: center;
    font-size: 1.15em;
    font-style: italic; }

.trans__history__table {
  border-top: 1px solid #EEE;
  height: calc(100vh - 220px); }
  .trans__history__table .history__period {
    font-size: 1.4em;
    color: #00425F;
    margin: 12px 0;
    font-weight: 600; }
  .trans__history__table .item__group {
    padding: 12px 0;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3; }
    .trans__history__table .item__group.first-group {
      border-top-width: 1.5px; }
    .trans__history__table .item__group.last-group {
      margin-bottom: 40px;
      border-bottom-width: 1.5px; }
    .trans__history__table .item__group .item__group__top {
      margin: 0px -15px 15px -15px;
      width: 100%; }
    .trans__history__table .item__group .item__info {
      margin: 0px -15px;
      width: 100%; }
    .trans__history__table .item__group .item__link {
      text-align: right;
      color: #00425F;
      text-decoration: underline;
      cursor: pointer; }
    .trans__history__table .item__group .item__title {
      font-size: 1.2em;
      font-weight: 600; }
    .trans__history__table .item__group .service__provider {
      display: inline-block;
      max-width: 60%;
      vertical-align: bottom; }
    .trans__history__table .item__group .item__amount {
      text-align: right;
      font-size: 1.4em;
      font-weight: 600; }
    .trans__history__table .item__group .transaction__status {
      font-weight: 600; }
      .trans__history__table .item__group .transaction__status.successful {
        color: #5cb85c; }
      .trans__history__table .item__group .transaction__status.failed {
        color: #d9534f; }
      .trans__history__table .item__group .transaction__status.in-progress {
        color: #f0ad4e; }
  .trans__history__table .load__history {
    max-width: 100%;
    margin: 60px auto;
    text-align: center; }
  .trans__history__table .no__transaction {
    margin: 10px 0;
    margin: 25px 0 40px 0;
    padding: 25px 0;
    text-align: center;
    font-style: italic;
    font-size: 1.2em;
    color: #00425F;
    border-top: 1.5px solid #b3b3b3;
    border-bottom: 1.5px solid #b3b3b3; }
  .trans__history__table .max__request {
    margin: 25px 0 40px 0;
    text-align: center;
    font-size: 1.2em;
    font-style: italic;
    color: #00425F; }

.trans__modal__content {
  margin-top: -21px;
  height: calc(100% - 59px); }

.transaction__details {
  margin-top: 22px;
  position: relative; }
  .transaction__details.loading__details .details__summary,
  .transaction__details.loading__details .other__details {
    opacity: 0.7; }
  .transaction__details .details__summary {
    text-align: center; }
    .transaction__details .details__summary svg {
      width: 4em;
      height: 4em; }
    .transaction__details .details__summary .status__message {
      font-size: 1.4em;
      margin: 10px auto; }
    .transaction__details .details__summary .status__summary {
      font-weight: 600;
      font-size: 1.1em;
      min-height: 1em; }
    .transaction__details .details__summary .refresh__status {
      margin: 10px; }
  .transaction__details .other__details {
    margin: 30px auto;
    border-top: 1px solid #eee;
    padding: 20px 0; }
    .transaction__details .other__details .details__group {
      margin: 10px 8% 10px auto;
      border-bottom: 1px solid #eee;
      padding-bottom: 5px; }
    .transaction__details .other__details .details__label {
      font-size: 1.1em;
      font-weight: 600;
      color: #00425F; }
    .transaction__details .other__details .details__value {
      font-size: 1.11em;
      word-wrap: break-word;
      min-height: 1em; }
  .transaction__details .section__loader {
    top: 36%;
    margin-top: 0; }
  .transaction__details .item__data__grid {
    border-right: 1px solid #eee; }
  .transaction__details .support__header {
    font-size: 1.2em;
    color: #00425F;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px; }
    .transaction__details .support__header svg {
      width: 1.5em;
      height: 1.5em;
      position: relative;
      top: 0.32em;
      margin-right: 13px; }
  .transaction__details .support__group {
    margin: 22px 0; }
    .transaction__details .support__group .support__label {
      font-size: 1.1em;
      font-weight: 600;
      color: #00425F;
      min-height: 1em; }
    .transaction__details .support__group .support__value {
      font-size: 1.11em;
      margin: 3px 0;
      word-wrap: break-word;
      min-height: 1em; }

.modal__top__group {
  margin: 30px 0 20px 0; }
  .modal__top__group .top__search {
    margin: 0 -15px; }
  .modal__top__group.mini__actions {
    margin: 0 1em; }

.modal__table__search {
  width: 100%;
  max-width: 280px;
  margin-left: -15px; }
  .modal__table__search.transaction__history_search {
    max-width: 450px; }
    .modal__table__search.transaction__history_search .mobile__history__loader {
      position: absolute;
      transform: translate(98px, -15px); }
  .modal__table__search .checker__box.history__checkbox {
    top: auto;
    bottom: 10px;
    margin-bottom: -10px; }
    .modal__table__search .checker__box.history__checkbox.loading__search {
      opacity: 0.6; }

.modal__top__actions {
  width: 100%;
  max-width: 120px;
  float: right;
  margin-right: -15px; }

.modal__top__links {
  width: 100%;
  margin-top: 15px;
  color: #00425F;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
  cursor: pointer; }

.table__action__pay {
  background: #0275d8;
  color: #ffffff;
  padding: 5px 22px 5px 18px;
  font-size: 0.85em;
  border: 1px solid #0275d8;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  cursor: pointer; }
  .table__action__pay.inactive-btn {
    background: #5ba5e6;
    border: 1px solid #5ba5e6;
    cursor: not-allowed; }

.table__action__dropdown {
  background: #0275d8;
  color: #ffffff;
  margin-left: 1.3px;
  padding: 5px 15px 5px 12px;
  font-size: 0.85em;
  border: 1px solid #0275d8;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  cursor: pointer; }

.disabled-item {
  opacity: 0.5;
  /* Real browsers */
  filter: blur(0.5px);
  pointer-events: none !important;
  cursor: context-menu !important; }

.action-dropdown {
  position: relative;
  display: inline-block;
  color: #4d4d4d;
  font-size: 1.1em; }
  .action-dropdown .dropdown-holder:before {
    content: ' ';
    display: block;
    width: 38px;
    height: 27.2px;
    position: absolute;
    z-index: 999;
    top: -5px;
    left: -13px; }
  .action-dropdown .dropdown-holder svg {
    width: 0.8em;
    height: 0.8em;
    fill: #ffffff;
    position: relative;
    top: 1px; }
  .action-dropdown .action-options {
    position: absolute;
    min-width: 115px;
    right: -1.6em;
    z-index: 999999;
    border: 1px solid rgba(231, 228, 228, 0.68);
    border-radius: 3px;
    background: #ffffff;
    margin: 8px 0 4px 0;
    padding: 2px 0;
    font-size: inherit; }
  .action-dropdown .action-option {
    text-align: left;
    padding: 0px 20px 3px 8px;
    margin: 8px 0;
    white-space: nowrap; }
    .action-dropdown .action-option:hover {
      background: #eaeaea; }
  .action-dropdown .option-row .option-label {
    font-size: 1em;
    position: relative;
    padding: 0 9px; }
  .action-dropdown .option-row .option-icon {
    padding: 0 1px 0 5px; }
    .action-dropdown .option-row .option-icon svg {
      width: 0.9em;
      height: 0.9em;
      position: relative;
      top: 1px; }
    .action-dropdown .option-row .option-icon.edit svg {
      width: 0.78em;
      height: 0.78em; }

.dashboard__payment__form {
  width: 330px;
  max-width: 100%;
  margin: 15px auto; }
  .dashboard__payment__form .amount__label {
    font-size: 1.5em; }
    .dashboard__payment__form .amount__label svg {
      width: 0.5em;
      height: 0.5em;
      position: relative;
      bottom: 11px; }
  .dashboard__payment__form .edit__pen {
    padding: 5px 15px;
    cursor: pointer;
    opacity: 0.7; }
    .dashboard__payment__form .edit__pen:hover {
      opacity: 1; }
  .dashboard__payment__form .edit__mode {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px 0 0; }
    .dashboard__payment__form .edit__mode.btn-submit {
      position: relative;
      bottom: 7px;
      padding: 0 0 0 15px; }
  .dashboard__payment__form .edit__card {
    transform: translate(0em, -5em);
    font-size: 1em; }

.dashboard__link {
  color: #00425F;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
  margin: 15px auto; }
  .dashboard__link span {
    cursor: pointer; }
  .dashboard__link.no__focus {
    color: #999; }

.search__option {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  max-height: 85px;
  overflow: hidden;
  line-height: 1.2em; }
  .search__option:hover {
    background: rgba(189, 189, 189, 0.3); }
  .search__option .search__image {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0; }
    .search__option .search__image img {
      width: 100%; }
  .search__option .search__text {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-weight: 500; }

.smart__search__biller {
  padding: 1.5em .5em 1em;
  background: #f6faf2;
  color: #555753;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  font-size: .9em; }

.new__search {
  top: 3%;
  z-index: 1;
  height: 45px; }
  .new__search .form-control {
    border: 2px solid #508096;
    /* box-shadow: 0px 0px 3px 0px rgba(204, 204, 204, 1); */
    height: 45px;
    padding-left: 55px !important;
    padding-right: 45px !important; }
  .new__search .data__icon__value {
    width: 45px;
    height: 43px;
    line-height: 51px;
    border-right: 1px solid #508096; }
    .new__search .data__icon__value svg {
      width: 1.37em;
      height: 1.37em; }
      .new__search .data__icon__value svg path {
        fill: #737272; }
  .new__search .input__clear {
    top: 3px; }

.dashboard__search .search__flag {
  float: right;
  position: relative;
  top: -60px;
  left: 6px; }

.cardinal__data {
  width: 100%; }

.transaction__statement__card__light__blue {
  width: 100%;
  margin-top: 10px;
  background: #d8f5ff;
  color: #00425F;
  font-size: 1em;
  font-weight: 600 !important;
  border: 0.7px solid #cbf2ff;
  padding: 15px;
  display: inline-block;
  border-radius: 0.4em;
  position: relative;
  cursor: pointer; }

.transaction__statement__button__light__blue {
  background: #e5f8ff;
  color: #00425F;
  font-size: 1em;
  font-weight: 600 !important;
  border: 1px solid transparent;
  padding: 7px 12px 7px 34px;
  display: inline-block;
  border-radius: 0.4em;
  position: relative;
  cursor: pointer; }

.transactionStatement__calender__icon svg {
  padding: 0px 9px;
  height: 1em;
  position: absolute;
  left: 5px;
  top: 18px; }

.transactionStatement__statement__icon svg {
  padding: 0px 9px;
  height: 1.5em;
  position: absolute;
  left: 0; }

@keyframes dashboard--card {
  from {
    opacity: 0;
    margin-top: 150px; }
  to {
    opacity: 1;
    margin-top: 40px; } }

@keyframes card--actions {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }

@keyframes spinner--rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media only screen and (min-width: 992px) {
  .dasboard__modal__box.payment::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .dasboard__modal__box.payment::-moz-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .dasboard__modal__box.payment::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #C1C1C1; }
  .dasboard__modal__box.payment::-moz-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #C1C1C1; }
  .large__search {
    max-width: 540px; }
    .large__search .home__search__input {
      height: initial; }
    .large__search .data__icon__value {
      border-right: 1px solid #c1c0c0;
      height: 5em;
      width: 5em;
      line-height: 5em; }
      .large__search .data__icon__value svg {
        width: 2em;
        height: 2em;
        vertical-align: middle; }
        .large__search .data__icon__value svg path {
          fill: #adadad; }
    .large__search .icon__clear .data__icon input {
      height: 4.15em;
      padding-left: 5em; } }

/*
  These are the styles changed to accomodate new header with links for Old QT and QTPaypoint

  - Added the following rules

  - Edited the following already existing styles

  .dashboard__container {
    top: 88px from 60px;
  }
*/
@media only screen and (max-width: 767px) {
  .dashboard__container {
    width: 100%;
    padding: 0 0 0 0;
    left: 0;
    top: 140px;
    bottom: 30px; }
    .dashboard__container .dashboard__search .input__clear {
      right: 25px; }
    .dashboard__container .dashboard__card {
      width: 100%;
      max-width: 350px; }
      .dashboard__container .dashboard__card.mobile__actions {
        height: 230px;
        margin: 40px auto 10px auto; }
        .dashboard__container .dashboard__card.mobile__actions.account__box {
          height: 7em; }
          .dashboard__container .dashboard__card.mobile__actions.account__box .bank__logo {
            margin-top: 25%; }
    .dashboard__container .card__balance__block {
      width: 70%; }
    .dashboard__container .card__box {
      box-shadow: 3px 3px 14px #ccc; }
      .dashboard__container .card__box:hover {
        box-shadow: 3px 3px 14px #ccc;
        bottom: 0; }
      .dashboard__container .card__box.ecash__box {
        height: calc(100% - 40px); }
    .dashboard__container .card__brand {
      width: 30%;
      padding: 14px 0 0 16px; }
    .dashboard__container .card__balance__value {
      font-size: 1.5em;
      white-space: nowrap; }
    .dashboard__container .card__info__data {
      font-size: 1em; }
    .dashboard__container .card__logo img {
      width: 40px; }
    .dashboard__container .card__status {
      text-transform: uppercase;
      font-size: 0.7em; }
    .dashboard__container .card__pan {
      padding: 4px 0 0 16px; }
      .dashboard__container .card__pan.inactive {
        padding-top: 40px; }
    .dashboard__container .card__info {
      margin: 45px auto; }
    .dashboard__container .card__actions {
      display: none; }
    .dashboard__container .sub__box {
      padding: 21.8px 0; }
      .dashboard__container .sub__box .lg__number {
        font-size: 2.6em;
        min-height: 1.53em; }
      .dashboard__container .sub__box.to--right {
        padding: 8px 20px; }
    .dashboard__container .card__links {
      margin-top: 10px;
      color: #214673;
      font-size: 0.9em; }
      .dashboard__container .card__links span {
        text-decoration: underline; }
      .dashboard__container .card__links .to-left {
        text-align: left; }
      .dashboard__container .card__links .to-right {
        text-align: right; }
    .dashboard__container .ecash__prompt svg {
      width: 4em;
      height: 4em; }
    .dashboard__container .dashboard__modal {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .dashboard__container .dashboard__modal.is--desktop {
        display: none; }
      .dashboard__container .dashboard__modal.is--mobile {
        display: block; }
      .dashboard__container .dashboard__modal .recurring__pay__info {
        padding: 0px 0px;
        text-align: text; }
      .dashboard__container .dashboard__modal .checkout__item__wrapper {
        width: calc(100% + 30px);
        margin-left: -15px; }
      .dashboard__container .dashboard__modal .webpay__receipt {
        width: calc(100% + 30px);
        margin-left: -15px; }
      .dashboard__container .dashboard__modal .otp__data {
        width: calc(100% + 30px);
        margin: auto;
        margin-left: -15px; }
      .dashboard__container .dashboard__modal .checkout__sub__info {
        margin-left: 0; }
      .dashboard__container .dashboard__modal .close__modal {
        margin: 12px 0 0 0; }
      .dashboard__container .dashboard__modal .payment__tab__list {
        margin-right: 0px;
        margin-left: 0px; }
      .dashboard__container .dashboard__modal .payment__modal__header {
        font-size: 1.35em; }
        .dashboard__container .dashboard__modal .payment__modal__header .title__logo img {
          width: 55px; }
      .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box {
        padding: initial;
        margin-top: 2em; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box form .card__input__icon {
          right: 25px !important; }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .section__loader {
          left: 40%; }
    .dashboard__container .dasboard__modal__box {
      padding: 2px 20px; }
      .dashboard__container .dasboard__modal__box .history__range {
        margin-top: -14px; }
    .dashboard__container .section__loader {
      margin-top: 10%;
      left: 40%; }
    .dashboard__container .no__record {
      font-size: 1.1em; }
      .dashboard__container .no__record svg {
        width: 4em;
        height: 4em; }
  .dashboard__search {
    margin: -28px auto 41px auto;
    width: 100%;
    max-width: 380px;
    padding: 0 15px;
    position: relative;
    top: 42px;
    left: auto;
    z-index: 10; }
    .dashboard__search .form-control {
      box-shadow: 2px 2px 9px #ccc;
      border-color: #ffffff; }
  .dashboard__search__results .bills__grid__box {
    padding: 0 15px;
    max-width: 380px;
    overflow: auto;
    height: auto;
    position: relative;
    margin: 25px auto; }
    .dashboard__search__results .bills__grid__box .biller__card__name {
      padding-right: 15px; }
  .dashboard__payment__form .edit__pen {
    opacity: 1; }
  .header-has-modal .dashboard__container {
    top: 0; }
  .modal__top__actions {
    max-width: 100%;
    margin-right: 0; }
  .modal__table__search {
    max-width: 100%;
    margin-left: 0; }
  .dashboard__table__data .data__group.actionable.last-group {
    padding-bottom: 90px; }
  .dashboard__table__data .data__row .data__icon__value {
    height: 2.3em !important;
    line-height: 2.3em !important; }
  .dashboard__table__data.mobile-push-width {
    overflow: scroll; }
    .dashboard__table__data.mobile-push-width .data__header {
      width: 820px; }
    .dashboard__table__data.mobile-push-width .data__body {
      width: 820px; }
  .dashboard__table__data .data__description.fav__sm {
    width: 75%;
    font-weight: 600; }
  .dashboard__table__data .data__description.recurring__fav__sm {
    width: 50%;
    font-weight: 600; }
  .dashboard__table__data .data__amount.fav__sm {
    width: 50%;
    padding-right: 30px; }
  .dashboard__table__data .data__amount.recurring {
    text-align: center; }
  .dashboard__table__data .data__type.fav__sm {
    width: 50%;
    font-weight: 400; }
  .dashboard__table__data .data__info__group .fav__sm {
    margin-top: 8px;
    font-size: 0.95em; }
  .dashboard__table__data .data__body.card__list {
    height: calc(100vh - 150px); }
    .dashboard__table__data .data__body.card__list .card__info {
      margin: 0; }
  .dashboard__table__data .data__extra.fav__sm {
    width: 25%;
    position: relative; }
  .dashboard__table__data .data__extra.recurring__fav__sm {
    width: 50%;
    position: relative; }
  .dashboard__table__data .data__sub__header {
    font-size: 1.03em; }
  .dashboard__table__data .row__image img {
    width: 22px;
    height: 22px; }
  .dashboard__table__data .card__list {
    padding: 0 !important; }
    .dashboard__table__data .card__list .card__section {
      padding: 0 !important;
      line-height: 1.5em !important;
      max-width: 480px;
      margin: 0 auto;
      float: initial; }
    .dashboard__table__data .card__list .bank__card {
      border-radius: 0.7em 0.7em 0 0;
      padding: 0.5em 1em;
      font-size: 0.85em;
      position: relative;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
      height: 5.2em;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .dashboard__table__data .card__list .bank__card.pending__card .card__info {
        margin: 0 !important;
        width: 100%; }
    .dashboard__table__data .card__list .mobile__actions {
      height: initial;
      padding: 0 1em;
      margin-top: 25px; }
    .dashboard__table__data .card__list .issuer__block {
      padding: initial; }
    .dashboard__table__data .card__list .card__logo {
      padding: .5em 0 0; }
    .dashboard__table__data .card__list .card__logo img {
      width: 50px; }
    .dashboard__table__data .card__list .card__info {
      font-size: 1em;
      font-weight: 500;
      letter-spacing: .15em;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
    .dashboard__table__data .card__list .card__info img {
      width: 1em; }
    .dashboard__table__data .card__list .thread {
      position: absolute;
      width: 100%;
      bottom: 0;
      height: .4em;
      background: white;
      border-top: 1px solid #e0e0e0;
      box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15); }
  .table__action__pay {
    background: transparent;
    color: #00425F;
    padding: 0 10px 0 0;
    margin-right: 10px;
    font-size: 1em;
    font-weight: 600;
    border: none; }
    .table__action__pay.inactive-btn {
      background: transparent;
      border: none;
      color: #aeaeae; }
  .table__action__dropdown {
    background: transparent;
    color: #ffffff;
    margin-left: 0;
    padding: 0;
    font-size: 0.85em;
    border: none;
    position: absolute;
    top: 1px; }
    .table__action__dropdown .action-options {
      right: -1em;
      top: 1em; }
  .payment__modal__title {
    max-width: 60%; }
  .action-dropdown .dropdown-holder svg {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0; }
  .trans__history__table {
    height: calc(100vh - 194px);
    overflow: scroll; }
    .trans__history__table .item__group .item__group__top {
      margin: 0px -15px 3px -15px; }
    .trans__history__table .item__group .transaction__status {
      width: 1em;
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      visibility: hidden;
      position: relative; }
      .trans__history__table .item__group .transaction__status.successful:after {
        background: #5cb85c; }
      .trans__history__table .item__group .transaction__status.failed:after {
        background: #d9534f; }
      .trans__history__table .item__group .transaction__status.in-progress:after {
        background: #f0ad4e; }
      .trans__history__table .item__group .transaction__status:after {
        content: '';
        width: .75em;
        height: .75em;
        display: inline-block;
        visibility: visible;
        position: absolute;
        top: 7px;
        left: 0; }
    .trans__history__table .item__group .item__title {
      font-size: 1.1em; }
    .trans__history__table .item__group .item__amount {
      font-size: 1.1em;
      text-align: left; }
    .trans__history__table .item__group .item__link svg {
      width: 1em;
      height: 1em;
      position: relative;
      top: -25px;
      left: 18px; }
      .trans__history__table .item__group .item__link svg path {
        fill: #4d4d4d; }
  .trans__modal__content {
    overflow: scroll; }
  .modal__top__group.trans__table {
    margin: 0px 0 20px 0; }
  .modal__top__group .top__search {
    margin: 0 -30px; }
  .modal__top__group.mini__actions {
    margin: 0 .5em; }
  .transaction__details .other__details {
    border-top: 1.5px solid #999; }
  .transaction__details .item__data__grid {
    border-right: none;
    margin-bottom: 45px; }
    .transaction__details .item__data__grid .details__group {
      margin: 10px auto; }
  .search__option {
    max-height: 70px; }
  .smart__search__biller {
    padding: .7em .5em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard__container {
    width: auto;
    padding: 94px 0 0 0;
    float: none;
    left: 0;
    bottom: 30px; }
    .dashboard__container .ecash__prompt svg {
      width: 5em;
      height: 5em; }
    .dashboard__container .card__links {
      margin-top: 10px;
      color: #214673;
      font-size: 0.9em; }
      .dashboard__container .card__links span {
        text-decoration: underline; }
      .dashboard__container .card__links .to-left {
        text-align: left; }
      .dashboard__container .card__links .to-right {
        text-align: right; }
    .dashboard__container .card__actions {
      display: none; }
    .dashboard__container .card__balance__value {
      white-space: nowrap; }
    .dashboard__container .dashboard__modal {
      padding-left: 0; }
      .dashboard__container .dashboard__modal.is--desktop {
        display: none; }
      .dashboard__container .dashboard__modal.is--mobile {
        display: block; }
      .dashboard__container .dashboard__modal .add__payment_method__container {
        height: calc(100vh - 120px); }
        .dashboard__container .dashboard__modal .add__payment_method__container .add__card__box .section__loader {
          left: 43%; }
        .dashboard__container .dashboard__modal .add__payment_method__container .cardinal__data {
          height: calc(100vh - 265px); }
    .dashboard__container .dashboard__modal__box.history {
      width: 100%; }
    .dashboard__container .dashboard__card.small__card {
      width: 300px;
      height: 160px; }
    .dashboard__container .sub__box {
      padding: 22px 0; }
      .dashboard__container .sub__box.to--left {
        padding: 22px; }
      .dashboard__container .sub__box.transfer__history .lg__number {
        font-size: 2.6em; }
  .dashboard__search {
    max-width: 280px;
    left: calc((100% - 300px) / 2); }
  .dashboard__search__results .bills__grid__box {
    padding: 25px 0 0 0;
    overflow: auto;
    height: auto;
    position: relative;
    margin: auto; }
    .dashboard__search__results .bills__grid__box .biller__card__name {
      padding-right: 15px; }
  .dashboard__table__data .data__row .data__icon__value {
    height: 2.25em !important;
    line-height: 2.25em !important; }
  .search__option {
    max-height: 80px; }
  .smart__search__biller {
    padding: 1.2em .5em 1em; }
  .new__search .data__icon__value {
    height: 43px !important;
    line-height: 51px !important; }
  .new__search .input__clear {
    top: 0; }
  .cardinal__data {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1201px) {
  .dashboard__container .card__box {
    box-shadow: 3px 3px 14px #ccc; }
    .dashboard__container .card__box:hover {
      box-shadow: 3px 3px 14px #ccc;
      bottom: 0; } }

.history__range .history-form-control {
  width: 150px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top; }
  .history__range .history-form-control.submit-btn {
    margin-top: 1.55em; }
  .history__range .history-form-control a:after {
    background-color: transparent;
    color: #000000;
    top: 24%;
    font-size: 1.3em; }

.history__pagination {
  float: right;
  width: 150px;
  text-align: right;
  margin: 30px -10px 0 0; }
  .history__pagination svg {
    width: 0.7em;
    height: 0.7em;
    fill: inherit;
    position: relative;
    bottom: 1px; }
  .history__pagination .page__chevron__left {
    padding: 10px;
    cursor: pointer; }
    .history__pagination .page__chevron__left.disabled {
      cursor: default; }
      .history__pagination .page__chevron__left.disabled svg {
        fill: #aeaeae; }
  .history__pagination .page__chevron__right {
    padding: 10px;
    cursor: pointer; }
    .history__pagination .page__chevron__right.disabled {
      cursor: default; }
      .history__pagination .page__chevron__right.disabled svg {
        fill: #aeaeae; }
  .history__pagination .page__number {
    font-weight: 600;
    cursor: default;
    padding: 7px; }

.ecash__msg {
  background: #f7f7f7;
  width: 100%;
  margin: auto;
  padding: 10px 4px; }
  .ecash__msg .info__icon {
    width: 3.5em;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px; }
    .ecash__msg .info__icon svg {
      width: 2em;
      height: 2em;
      position: relative;
      top: 2px; }
  .ecash__msg .info__msg {
    width: calc(100% - 3.5em);
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
    font-size: 1.1em; }

.group__divider {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  padding: 0 120px;
  bottom: 0;
  top: 355px;
  height: 0;
  background: #fff;
  z-index: 10; }
  .group__divider.has__webpay {
    display: none; }
  .group__divider .divider__icon {
    text-align: center;
    position: relative; }
    .group__divider .divider__icon span::before {
      content: "";
      width: 49.4%;
      top: 0.93em;
      height: 0.009em;
      border-bottom: 0.082em solid #aaaaaa;
      position: absolute;
      left: 0; }
    .group__divider .divider__icon span::after {
      content: "";
      width: 49.4%;
      top: 0.93em;
      height: 0.009em;
      border-bottom: 0.082em solid #aaaaaa;
      position: absolute;
      right: 0; }
    .group__divider .divider__icon svg {
      width: 2em;
      height: 2em;
      position: relative;
      top: 4px; }

@media only screen and (max-width: 767px) {
  .history__data .data__row {
    padding: 13px 0; }
  .history__data .mobile__data__type {
    width: 15%;
    font-weight: 600;
    display: inline-block;
    vertical-align: top; }
    .history__data .mobile__data__type .type__label {
      width: 40px;
      max-width: 100%;
      border: 3px solid rgba(0, 0, 0, 0.08);
      border-radius: 50%;
      height: 40px;
      position: relative;
      top: 4px; }
      .history__data .mobile__data__type .type__label::before {
        color: #fff;
        position: relative;
        left: 25%;
        top: 10%;
        font-size: 1.04em; }
      .history__data .mobile__data__type .type__label.credit {
        background: #008000; }
        .history__data .mobile__data__type .type__label.credit::before {
          content: 'Cr'; }
      .history__data .mobile__data__type .type__label.debit {
        background: #d9534f; }
        .history__data .mobile__data__type .type__label.debit::before {
          content: 'Dr'; }
  .history__data .mobile__data__details {
    width: 75%;
    display: inline-block;
    vertical-align: top; }
  .history__data .mobile__data__description {
    font-weight: 400;
    font-size: 0.95em; }
  .history__data .mobile__data__date {
    font-size: 0.9em;
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .history__data .mobile__data__amount {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-weight: 600;
    font-size: 1.2em;
    position: relative;
    top: -4px; }
  .history__data .mobile__data__row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(197, 190, 190, 0.42); }
  .history__data .btn-link {
    font-size: 1.1em;
    position: relative;
    top: -6px; }
    .history__data .btn-link span {
      text-decoration: none; }
  .history__data .mobile__last__page {
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    padding: 15px 0; }
  .history__data .data__body {
    height: calc(100vh - 165px);
    overflow: scroll;
    padding: 0 20px;
    margin: 0 -20px;
    border-top: 1px solid #bbbbbb;
    background: #fafafa; }
  .group__divider {
    display: none; } }

@media only screen and (max-width: 324px) {
  .history__data .data__body {
    height: calc(100vh - 188px); } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history__data .data__row {
    padding: 13px 0; }
  .history__data .mobile__data__type {
    width: 15%;
    font-weight: 600;
    display: inline-block;
    vertical-align: top; }
    .history__data .mobile__data__type .type__label {
      width: 40px;
      max-width: 100%;
      border: 3px solid rgba(0, 0, 0, 0.08);
      border-radius: 50%;
      height: 40px;
      position: relative;
      top: 4px; }
      .history__data .mobile__data__type .type__label::before {
        color: #fff;
        position: relative;
        left: 25%;
        top: 10%;
        font-size: 1.04em; }
      .history__data .mobile__data__type .type__label.credit {
        background: #008000; }
        .history__data .mobile__data__type .type__label.credit::before {
          content: 'Cr'; }
      .history__data .mobile__data__type .type__label.debit {
        background: #d9534f; }
        .history__data .mobile__data__type .type__label.debit::before {
          content: 'Dr'; }
  .history__data .mobile__data__details {
    width: 75%;
    display: inline-block;
    vertical-align: top; }
  .history__data .mobile__data__description {
    font-weight: 400;
    font-size: 0.95em; }
  .history__data .mobile__data__date {
    font-size: 0.9em;
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .history__data .mobile__data__amount {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-weight: 600;
    font-size: 1.2em;
    position: relative;
    top: -4px; }
  .history__data .mobile__data__row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(197, 190, 190, 0.42); }
  .history__data .btn-link {
    font-size: 1.1em;
    position: relative;
    top: -6px; }
    .history__data .btn-link span {
      text-decoration: none; }
  .history__data .mobile__last__page {
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    padding: 15px 0; }
  .history__data .data__body {
    height: calc(100vh - 271px);
    overflow: scroll;
    padding: 0 40px;
    margin: 0 -40px;
    border-top: 1px solid #bbbbbb;
    background: #fafafa; } }

.fav__delete__box {
  background: rgba(221, 221, 221, 0.7);
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto; }

.fav__delete__alert {
  width: 500px;
  max-width: 90%;
  margin: 20% auto;
  text-align: center;
  background: #ffffff;
  padding: 20px 10px; }

.fav__delete__note {
  font-size: 1.4em; }

.fav__delete__actions {
  margin: 25px 0 10px 0; }
  .fav__delete__actions .btn {
    display: inline-block;
    width: 150px;
    margin: 0 10px; }

.fav__edit__box {
  width: 350px;
  max-width: 90%;
  margin: 55px auto 20px auto; }
  .fav__edit__box .item__info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(197, 190, 190, 0.42); }
  .fav__edit__box .item__image img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 16px; }
  .fav__edit__box .item__service {
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    top: 3px; }
  .fav__edit__box .item__id {
    font-size: 1.3em;
    margin-bottom: 5px; }

.fav__cancel__btn {
  font-size: 1.3em; }

.fav__add__container {
  margin-top: -21px;
  height: calc(100vh - 103px); }

.recurring__add__container {
  margin-top: -21px;
  height: calc(100vh - 105px); }

.recurring__schedule__pushup {
  margin-top: -60px; }

.fav__add__box {
  width: 400px;
  padding: 0 20px;
  max-width: 90%;
  margin: 55px auto 30px auto; }
  .fav__add__box .section__loader {
    margin-top: 1.2em;
    left: 40%; }

.setup__schedule__title {
  font-size: 1.2em;
  color: #00425F;
  padding-bottom: 6px;
  margin-bottom: 20px; }

.fav__add__title {
  font-size: 1.4em;
  color: #00425F;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aeaeae; }

.fav__title__flag {
  float: right;
  left: 15px;
  top: 3px; }

.fav__add__biller {
  position: relative;
  padding-top: 50px;
  background: #fbfbfb;
  min-height: calc(100vh - 130px); }
  .fav__add__biller .biller__search__box {
    width: 500px;
    max-width: 90%;
    margin: auto; }
  .fav__add__biller .search-flags {
    float: right;
    position: relative;
    top: -56px;
    left: 6px; }
  .fav__add__biller .bills__grid__item {
    max-width: 100%; }
  .fav__add__biller .bills__card__overlay {
    background: rgba(6, 21, 38, 0.04); }
  .fav__add__biller .biller__search__results {
    position: relative;
    top: -40px; }
  .fav__add__biller .section__loader {
    margin-top: 13%;
    left: 49%;
    position: fixed; }
  .fav__add__biller .no__search__results {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    margin: 70px 0 20px; }
    .fav__add__biller .no__search__results svg {
      width: 6em;
      height: 6em;
      margin: 10px 0 20px 0; }

.recurring__search {
  min-height: calc(96vh - 130px) !important; }

@media only screen and (max-width: 767px) {
  .active {
    color: green;
    font-size: 10px; }
  .inactive {
    color: gray;
    font-size: 10px; }
  .cancel {
    color: red;
    font-size: 10px; }
  .completed {
    color: #0275d8;
    font-size: 10px; }
  .fav__delete__actions .btn {
    margin: 15px 10px; }
  .fav .data__body {
    position: absolute;
    width: 100%;
    height: calc(100% - 192px);
    overflow: scroll;
    padding: 0 20px;
    margin: 0 -20px;
    border-top: 1px solid #bbbbbb;
    background: #fafafa; }
    .fav .data__body .data__group {
      margin: 0 -20px; }
      .fav .data__body .data__group .data__row {
        padding-right: 15px;
        padding-left: 15px; }
      .fav .data__body .data__group .data__sub__header {
        padding-right: 15px;
        padding-left: 15px; }
  .fav__add__container {
    height: calc(100vh - 76px);
    overflow: scroll;
    margin-left: -20px;
    margin-right: -20px; }
  .mobile__fav__Edit .item__label {
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0; }
  .mobile__fav__Edit .row__image img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    position: relative;
    bottom: 2px;
    margin-right: 12px; }
  .mobile__fav__Edit .data__sub__header {
    padding: 13px 0;
    font-weight: 600;
    color: #00425F;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(197, 190, 190, 0.42); }
  .mobile__fav__Edit .sub__header__name {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 10px;
    vertical-align: top; }
  .fav__add__box .section__loader {
    margin-top: 1.5em;
    left: 40%; }
  .fav__add__biller {
    min-height: calc(100vh - 77px); }
    .fav__add__biller .search-flags {
      top: -61px; }
    .fav__add__biller .biller__card__desc {
      height: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fav__add__container {
    height: calc(100vh - 116px); } }

.paymeLink__content {
  position: relative;
  top: 71px;
  padding: 31px 5px 0 125px; }

.paymeLink__link__circle__icon svg {
  padding: 0px 9px;
  height: 2em;
  position: relative; }

.paymeLink__link__info__navigator__icon svg {
  padding: 0px 9px;
  height: 2em;
  position: relative; }

.paymeLink__intro__title {
  text-align: center;
  padding-top: 12px;
  font-size: 1.5rem;
  color: #00425F;
  font-weight: 400; }

.paymeLink__intro__content {
  font-weight: 600;
  text-align: center;
  padding: 30px 100px;
  line-height: 22px; }

.paymeLink__continue_button {
  padding-left: 30px;
  padding-right: 30px; }

.paymeLink__head__title {
  font-size: 1.5rem;
  color: #00425F;
  font-weight: 400; }

.paymeLink__add__product__button {
  width: 100%;
  max-width: 120px;
  float: right; }

.paymeLink__check__white__button {
  color: #565656;
  font-size: 1em;
  font-weight: 600 !important;
  border: 1px solid #ccc;
  padding: 7px 34px;
  display: inline-block;
  border-radius: 0.4em;
  position: relative;
  cursor: pointer;
  margin-left: 20px; }

.paymeLink__createLink__popover {
  background: #fff;
  width: 500px;
  position: absolute;
  top: 10px;
  left: 31%;
  border-radius: 0.5em;
  padding-bottom: 5px; }

.paymeLink__container {
  height: calc(100vh - 90px); }

.paymeLink__history__container {
  height: calc(100vh - 105px);
  padding: 0 40px; }

.paymeLink__history__popover {
  background: #fff;
  width: 720px;
  position: absolute;
  top: 10px;
  left: 22%;
  border-radius: 0.5em; }

.paymeLink__add__title {
  padding: 12px;
  padding-left: 30px;
  font-size: 1.4em;
  color: #00425F;
  margin-bottom: 25px;
  border-bottom: 1px solid #cdd6e6; }

.paymeLink__close__modal__fix {
  cursor: pointer;
  width: 19px;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
  position: relative;
  z-index: 10; }

.paymeLink__addItem__modal {
  height: 180px;
  padding-top: 10px; }

.paymeLink__isFixed__style__pos {
  font-size: 0.9em;
  float: right;
  padding-right: 210px;
  margin-top: -1px; }

.paymeLink__linkId {
  font-size: 0.8em;
  color: #333;
  padding: 8px;
  background: #eee;
  border-radius: 0.3em; }

.paymeLink__delete__box {
  background: rgba(221, 221, 221, 0.7);
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.paymeLink__payment__block {
  padding: 40px 20px 35px 20px; }

.paymeLink__iswLogoStyle {
  padding: 12px 8px 18px 8px;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 1px 1px 1px #999; }

.paymeLink__iswLogoStyle__item {
  margin: -3px;
  width: 42px;
  float: left;
  padding: 10px 8px 6px 8px; }

.paymeLink__transactionDetails__popover {
  width: 720px;
  height: 89%;
  position: absolute;
  top: 71px;
  left: 0;
  padding-left: 55px;
  padding-right: 56px;
  background: #fff;
  z-index: 1; }

.paymeLink__transactionDetails__border {
  padding: 12px 5px 12px 5px;
  border-bottom: 1px solid #ccc; }

.paymeLink__transactionDetails__content {
  padding-bottom: 5px;
  color: #00425F;
  font-weight: 600;
  font-size: 1.1em; }

.paymeLink__payment__title__fix {
  position: relative;
  bottom: 68px;
  left: 82px; }

.paymeLink__webpay__msg {
  padding: 10px 4px;
  border-bottom: 1px solid rgba(212, 212, 212, 0.45); }

#cLink::-webkit-scrollbar {
  width: 7px; }

#cLink::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc; }

.paymeLink__create__link__layout {
  position: relative;
  padding: 10px 90px; }

.link__url {
  padding-left: 33px;
  cursor: pointer; }

.indicator {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

.checkedcircle {
  width: 30px;
  height: 30px;
  background: #f6fef6;
  border: 0.8px solid #19a119;
  border-radius: 2em;
  z-index: 1; }

.activecircle {
  width: 30px;
  height: 30px;
  background: #e8f8ff;
  border: 0.8px solid #3A5FCD;
  border-radius: 2em;
  z-index: 1; }

.passivecircle {
  width: 30px;
  height: 30px;
  background: #f6f6f6;
  border: 0.8px solid #999;
  border-radius: 2em;
  z-index: 1; }

.line {
  width: 60px;
  height: 1px;
  background: #777;
  margin: 14px 0 0 -14px; }

.step__description {
  font-size: 0.7em;
  margin: 20px -50px 0 -12px; }

.sub__step__description {
  font-size: 0.6em;
  margin: 20px -32px 0 -5px; }

.bVN__info__card__light__blue {
  width: 100%;
  margin-top: 10px;
  background: #d8f5ff;
  color: #00425F;
  font-size: 0.65em;
  font-weight: 600 !important;
  border: 0.7px solid #cbf2ff;
  padding: 8px;
  display: inline-block;
  border-radius: 0.4em;
  position: relative;
  cursor: pointer; }

.bVN__info__icon svg {
  padding: 0px 9px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 10px; }

.mask__eye__icon svg {
  padding: 0 9px;
  height: 1.2em;
  position: absolute;
  top: 41px;
  right: 90px;
  opacity: 0.7;
  cursor: pointer; }

.link__chain__icon svg {
  padding: 0 9px;
  height: 1.7em;
  position: absolute;
  margin-left: -7px; }

.link__black__chain__icon svg {
  padding: 0px 9px;
  height: 1.1em;
  position: relative;
  top: 4px; }

.paymeLink__success__url__display__box {
  margin-top: 30px;
  padding: 20px 25px;
  background: #f1f1f1;
  border: none;
  border-radius: 0.3em; }

.paymeLink__url__description__box {
  background: #fff;
  padding: 10px;
  font-size: 0.8em;
  border: 0.5px solid #bbbbbb;
  border-radius: 0.4em;
  pointer-events: none; }

.paymeLink__textarea__input {
  width: 100%;
  border-radius: 0.4em;
  padding: 10px;
  font-size: 0.8em;
  border: 0.5px solid #bbb; }

.paymeLink__link__display__box {
  width: 100%;
  background: #687C97;
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  border-radius: 0.3em; }

.paymeLink__search__select__field {
  position: relative;
  top: 53px;
  right: -140px;
  z-index: 1;
  padding: 5px;
  border: none;
  outline: none; }

.paymeLink__copy__to__clipboard__box {
  width: 48%;
  padding: 5px 20px;
  background: #2c3133;
  border-radius: 0.2em;
  font-size: 0.7em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 165px;
  left: 131px; }

.paymeLink__copy__icon svg {
  height: 1em;
  position: relative;
  top: 4px; }

.paymeLink__copy__button {
  float: left;
  background: #fff;
  padding: 6px 36px;
  border-radius: 0.3em;
  border: 0.5px solid #607B8B;
  color: #607B8B;
  cursor: pointer; }

.paymeLink__share__button {
  float: right;
  background: #fff;
  border-radius: 0.3em;
  border: 0.5px solid #607B8B;
  color: #607B8B;
  cursor: pointer; }

.socialMedia__icon__pos {
  position: absolute;
  margin-top: -22px;
  margin-left: 72px; }

.delete__button__pos {
  width: 16px;
  position: relative;
  bottom: 21px;
  left: 22px; }

.paymeLink__max__character__pos {
  position: absolute;
  top: 92px;
  right: 92px;
  font-size: 0.75em; }

.paymeLink_reload_button {
  position: absolute;
  top: -48px;
  right: 0px; }

.paymeLink__history__filter__search__pos {
  width: 420px;
  position: absolute;
  top: 34px;
  right: -55px; }

.paymeLink__item__page__box__error {
  color: #f25f59;
  font-size: 0.72rem;
  font-weight: 600;
  position: absolute;
  top: 10px; }

.paymeLink__ecommerce__increment__box {
  float: right;
  border: 1px solid #ddd;
  border-radius: 0.4em;
  width: 90px;
  text-align: center;
  position: relative;
  bottom: 42px; }

.paymeLink__minus__decrement {
  cursor: pointer;
  float: left;
  border-right: 1px solid #ddd;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  padding: 2px 10px;
  background: #eee; }

.paymeLink__plus__increment {
  cursor: pointer;
  float: right;
  border-left: 1px solid #ddd;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  padding: 2px 10px;
  background: #eee; }

.paymeLink__socialMedia__sharing__box {
  float: left;
  margin-left: 10px;
  background: #fff;
  padding: 1px 10px 6px 10px;
  border-radius: 0.2em;
  border: 0.5px solid #607B8B;
  color: #607B8B;
  cursor: pointer; }

.paymeLink__info__icon svg {
  padding: 0px 9px;
  height: 1em;
  position: absolute;
  left: 5px;
  top: 14px; }

.paymeLink__alert__box {
  width: 100%;
  margin-top: 10px;
  font-size: 0.75em;
  font-weight: 600 !important;
  padding: 10px;
  display: inline-block;
  border-radius: 0.4em;
  position: relative;
  cursor: pointer; }
  .paymeLink__alert__box.info {
    background: #d8f5ff;
    color: #00425F;
    border: 0.7px solid #cbf2ff; }
  .paymeLink__alert__box.danger {
    background: #ffcccb;
    color: #9b2420;
    border: 0.7px solid #ff726f; }

.paymeLink__alert__box__title {
  font-weight: bold;
  position: relative;
  top: 6px;
  left: 22px; }

.paymeLink__link__retry {
  text-align: center;
  margin-top: 75px; }
  .paymeLink__link__retry svg {
    height: 0.85em;
    position: relative;
    top: -1px; }
  .paymeLink__link__retry .retry__combo {
    margin-top: -18.5px;
    margin-left: 279px;
    color: #0275D8;
    cursor: pointer; }
    .paymeLink__link__retry .retry__combo .retry__text {
      position: relative;
      top: -2px;
      left: 5px; }

@media only screen and (max-width: 767px) {
  .paymeLink__content {
    background: #fff;
    padding: 0;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    bottom: 30px; }
  .paymeLink__head__title {
    font-size: 1.35rem; }
  .section__white--rounded {
    padding: 40px 5px 0 10px;
    border-radius: 0; }
  .paymeLink__add__title {
    font-size: 1.4em;
    color: #00425F;
    padding-bottom: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #aeaeae; }
  .action-dropdown {
    font-size: 0.7em;
    display: block;
    color: #00425F; }
    .action-dropdown .action-options {
      position: absolute;
      min-width: 115px;
      right: 8px;
      z-index: 999999;
      border: 1px solid rgba(231, 228, 228, 0.68);
      border-radius: 3px;
      background: #ffffff;
      margin: 8px 0 4px 0;
      padding: 2px 0;
      font-size: inherit; }
  .paymeLink__addItem__modal {
    height: 210px;
    padding-top: 10px; }
  .paymeLink__feature__mobile__box {
    padding: 0 10px; }
  .paymeLink__create__link__layout {
    margin-top: 10px;
    padding: 0; }
  .paymeLink_mobile__table__date {
    margin-left: -100px;
    position: absolute;
    font-size: 1em;
    font-weight: 600;
    border: none; }
  .paymeLink__mobile__edit__container {
    height: calc(100vh - 76px);
    overflow: scroll; }
  .paymeLink__mobile__edit__box {
    padding: 38px 20px; }
  .paymeLink__payment__title__fix {
    padding-right: 32px; }
  .paymeLink__mobile__transactionDetails__popover {
    background: #fff; }
  .paymeLink__success__url__display__box {
    padding: 20px 10px; }
  .paymeLink__link__info__navigator__icon svg {
    height: 1.2em; }
  .paymeLink__intro__content {
    padding: 30px 10px; }
  .paymeLink__mobile__search__select__field {
    position: relative;
    top: 61px;
    right: -223px;
    z-index: 1;
    padding: 5px;
    border: none;
    outline: none; }
  .paymeLink__isFixed__style__pos {
    font-size: 0.9em;
    position: relative;
    top: -2px;
    left: 15px;
    float: unset;
    padding-right: 0;
    margin-top: 0; }
  .paymeLink__copy__button {
    float: left;
    background: #fff;
    padding: 6px 25px;
    border-radius: 0.3em;
    border: 0.5px solid #607B8B;
    color: #607B8B;
    cursor: pointer; }
  .mobile__mask__eye__icon svg {
    padding: 0 9px;
    height: 1.1em;
    position: absolute;
    margin-top: -46px;
    right: 0;
    opacity: 0.7;
    cursor: pointer; }
  .link__url {
    padding-left: 18px;
    font-size: 0.9em; }
  .link__chain__icon svg {
    height: 1.2em;
    margin-left: -13px;
    margin-top: 2px; }
  .socialMedia__icon__pos {
    position: absolute;
    margin-top: -26px;
    margin-left: 75px; }
  .delete__button__pos {
    width: 16px;
    position: relative;
    bottom: 25px;
    left: 22px; }
  .paymeLink__max__character__pos {
    position: absolute;
    top: 88px;
    right: 0;
    font-size: 0.75em; }
  .paymeLink_reload_button {
    position: absolute;
    top: -58px;
    right: 0px; }
  .paymeLink__more__icon {
    width: 16px;
    position: absolute;
    top: 78px;
    right: 8px; }
  .paymeLink__close__modal__fix {
    cursor: pointer;
    width: 19px;
    float: right;
    margin-top: -22px;
    margin-right: 15px;
    position: relative;
    z-index: 10; }
  .paymeLink__link__retry {
    text-align: center;
    margin-top: 75px;
    font-size: 0.9em;
    margin-left: -60px; }
    .paymeLink__link__retry .retry__combo {
      margin-left: 285px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .paymeLink__content {
    background: #fff;
    padding: 0;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    bottom: 30px; }
  .paymeLink__head__title {
    font-size: 1.35rem; }
  .section__white--rounded {
    padding: 40px 5px 0 10px;
    border-radius: 0; }
  .paymeLink__add__title {
    font-size: 1.4em;
    color: #00425F;
    padding-bottom: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #aeaeae; }
  .paymeLink__createLink__popover {
    background: #fff;
    width: 500px;
    position: absolute;
    top: 78px;
    left: 18%;
    z-index: 10000; }
  .paymeLink__history__box {
    width: 640px;
    padding: 0 0 0 20px;
    max-width: 90%;
    margin: 120px 30px; }
  .paymeLink__history__popover {
    background: #fff;
    width: 720px;
    position: absolute;
    top: 0;
    left: 3%; }
  .paymeLink__container {
    height: calc(100vh - 76px);
    overflow: none;
    margin: 0; }
  .paymeLink__feature__mobile__box {
    padding: 16px 20px; }
  .paymeLink_mobile__table__date {
    margin-left: -90px;
    position: absolute;
    font-size: 1em;
    font-weight: 600;
    border: none; }
  .paymeLink__transactionDetails__popover {
    height: 100%;
    position: absolute;
    top: 200px;
    left: 0;
    padding-left: 55px;
    padding-right: 45px;
    background: #fff; }
  .paymeLink__mobile__edit__container {
    height: calc(100vh - 76px);
    overflow: scroll; }
  .paymeLink__mobile__edit__box {
    padding: 38px 20px; }
  .paymeLink__payment__title__fix {
    padding-right: 32px; }
  .paymeLink_reload_button {
    position: absolute;
    top: -56px;
    right: 0px; }
  .paymeLink__search__select__field {
    position: relative;
    top: 60px;
    right: -105px;
    z-index: 1;
    padding: 5px;
    border: none;
    outline: none; }
  .paymeLink__history__filter__search__pos {
    width: 420px;
    position: absolute;
    top: 41px;
    right: -55px; } }

.referral__container {
  position: fixed;
  padding: 40px 20px;
  width: calc(100% - 105px);
  /* margin: 0 auto; */
  left: 105px;
  top: 70px;
  bottom: 0;
  overflow-y: auto;
  font-family: sans-serif; }
  .referral__container .empty__table {
    text-align: center;
    font-style: italic; }
  .referral__container .error__table {
    text-align: center;
    font-style: italic;
    color: #656565;
    cursor: pointer; }
  .referral__container .side__space {
    padding-left: 5px;
    padding-right: 5px; }
  .referral__container .alert-info {
    margin: 0px -10px 10px -10px; }
  .referral__container .alert-left {
    margin-left: -15px; }
  .referral__container .referral__content {
    animation: card--actions 400ms ease-in; }
    .referral__container .referral__content .alert__icon svg {
      margin-top: 0;
      margin-right: 1em; }
  .referral__container .section__loader {
    left: 0;
    right: 0;
    text-align: center; }
  .referral__container .ghost__campaign {
    text-align: center; }
    .referral__container .ghost__campaign span {
      display: block;
      margin: 2em;
      font-size: 1.6em; }
      .referral__container .ghost__campaign span.title {
        margin: 0;
        font-size: 1.2em;
        font-weight: bold; }
      .referral__container .ghost__campaign span.message {
        margin: 0;
        font-size: 1.2em; }
    .referral__container .ghost__campaign svg {
      width: 5em; }
    .referral__container .ghost__campaign .ghost__links {
      margin-top: 1em;
      text-align: center; }
      .referral__container .ghost__campaign .ghost__links a {
        cursor: pointer;
        color: #138dff;
        margin: 0 .5em; }
  .referral__container .referral__topbar {
    background: #fff;
    height: 45px;
    padding: 5px;
    margin: 0px -10px 10px -10px; }
    .referral__container .referral__topbar .referral__timer {
      color: #1d76cf;
      float: left;
      font-size: 1.25em;
      font-weight: 600; }
    .referral__container .referral__topbar .invite__btn {
      background: #1d76cf;
      padding: 5px;
      color: #fff;
      width: 150px;
      text-align: center;
      float: right;
      cursor: pointer;
      margin: auto 0;
      border-radius: 3px;
      margin-top: 2px; }
    .referral__container .referral__topbar .reload__btn {
      width: 1.5em;
      position: absolute;
      right: 14.5em;
      margin-top: 7px;
      cursor: pointer; }
  .referral__container .balance__card {
    background-color: #fff;
    padding: 10px 5px;
    border-radius: .2em;
    box-shadow: 0px 1px 3px 1px #cccccc;
    min-height: 220px; }
  .referral__container.referred {
    border: 0.5px solid #cccccc; }
  .referral__container .title {
    font-weight: 400;
    font-size: 1.25em;
    padding: 10px; }
  .referral__container .redeem__earnings__btn {
    width: 190px;
    text-align: center;
    float: right;
    cursor: pointer;
    margin: auto 0; }
  .referral__container .btn-secondary {
    color: white;
    background-color: #68b710;
    border-color: #68b710; }
  .referral__container .btn-secondary.disabled:hover,
  .referral__container .btn-secondary.disabled.hover,
  .referral__container .btn-secondary:disabled:hover,
  .referral__container .btn-secondary:disabled.focu {
    background-color: #85b24e;
    border-color: #68b710; }
  .referral__container .btn-secondary.disabled:focus,
  .referral__container .btn-secondary.disabled.focus,
  .referral__container .btn-secondary:disabled:focus,
  .referral__container .btn-secondary:disabled.focus {
    background-color: #85b24e;
    border-color: #68b710; }
  .referral__container .redeem__section {
    border-bottom: solid 1px #ccc3c3;
    height: 40px; }
  .referral__container .rounded__images {
    width: 70px;
    background: #f3f3f3;
    border-radius: 50px;
    padding: 15px;
    margin: 0 auto;
    opacity: 0.6; }
  .referral__container .balance__items {
    text-align: center;
    margin-top: 15px;
    margin: auto 0; }
  .referral__container .balance__title {
    font-weight: 400;
    font-size: 1.25em;
    padding: 5px 25px; }
  .referral__container .data__label {
    font-size: 1.2em;
    font-weight: 300; }
  .referral__container .data__value {
    font-size: 1.7em;
    font-weight: 400; }
  .referral__container .referred__title {
    font-weight: 400;
    font-size: 1.25em;
    padding: 5px 10px; }
  .referral__container .referred__list {
    margin-top: 20px; }
    .referral__container .referred__list .referred__list__header {
      background: #f0f6fd;
      margin: 10px;
      font-weight: 400;
      font-size: 1.2em;
      padding: 10px 5px 10px 20px; }
      .referral__container .referred__list .referred__list__header .status {
        width: 150px;
        float: right;
        margin-right: 20px;
        text-align: center; }
    .referral__container .referred__list .referred__list__items {
      margin-top: 20px;
      padding: 10px 20px 10px 35px; }
      .referral__container .referred__list .referred__list__items .item {
        padding: 5px;
        margin: 10px 0; }
      .referral__container .referred__list .referred__list__items .status__item {
        width: 150px;
        float: right;
        margin-right: 20px;
        text-align: center; }
      .referral__container .referred__list .referred__list__items .referral__status {
        border-radius: 3px;
        border: 1px solid; }
        .referral__container .referred__list .referred__list__items .referral__status.activated {
          background: #ecf6e7;
          border-color: #71b255;
          color: #71b255; }
        .referral__container .referred__list .referred__list__items .referral__status.pending {
          background: #e6e6e6;
          border-color: #a5a5a5;
          color: #a5a5a5; }
        .referral__container .referred__list .referred__list__items .referral__status.failed {
          background: #f6e7e7;
          border-color: #b25555;
          color: #b25555; }
        .referral__container .referred__list .referred__list__items .referral__status.verified {
          background: #e1f5f9;
          border-color: #5596a2;
          color: #5596a2; }
    .referral__container .referred__list .referred__list__icon {
      width: 25px;
      opacity: 0.6;
      float: left; }
    .referral__container .referred__list .referred__list__text {
      margin-left: 50px;
      font-size: 1.1em; }
  .referral__container .table__footer {
    font-size: 0.85em;
    padding: 2px;
    margin-left: 10px;
    margin-right: 35px; }
    .referral__container .table__footer .page__nav {
      float: right;
      cursor: pointer;
      display: -webkit-box; }
      .referral__container .table__footer .page__nav .span__left {
        margin-left: 5px; }
      .referral__container .table__footer .page__nav .span__right {
        margin-right: 5px; }
    .referral__container .table__footer .page__number {
      float: left; }
    .referral__container .table__footer .disabled {
      opacity: .7;
      cursor: not-allowed; }
  .referral__container .leaderboard .leaderboard__list__header {
    background: #f0f6fd;
    font-weight: 400;
    font-size: 1.2em;
    padding: 5px 5px 10px 20px;
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .referral__container .leaderboard .leaderboard__list__content {
    font-size: 1em;
    padding: 5px 5px 10px 20px;
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .referral__container .leaderboard .leaderboard__select {
    width: 100%; }
  .referral__container .leaderboard .leaderboard__error {
    text-align: center;
    font-style: italic; }
  .referral__container .leaderboard .leaderboard__title {
    padding: 10px;
    border-bottom: solid 1px #ccc3c3;
    height: 40px; }
  .referral__container .leaderboard .leaderboard__title__desc {
    font-weight: 400;
    font-size: 1.25em; }
  .referral__container .leaderboard .active {
    text-align: center; }
  .referral__container .winners {
    margin-top: 20px; }
    .referral__container .winners .winner__title {
      font-weight: 400;
      font-size: 1.25em;
      padding: 5px 10px; }
    .referral__container .winners .winners__icon {
      width: 60px;
      background: #006b9a82;
      float: left;
      border-radius: 50px;
      padding: 2px;
      margin: 0 0 15px 25px; }
    .referral__container .winners .winners__prize {
      float: right;
      margin-top: 20px; }
    .referral__container .winners .winners__name {
      margin-left: 100px;
      margin-top: 20px; }
    .referral__container .winners .winners__list {
      margin-top: 10px;
      margin-left: 5px;
      margin-right: 5px; }
  .referral__container .col {
    padding: 0; }
  .referral__container span {
    display: block; }

@media only screen and (max-width: 767px) {
  .referral__container {
    padding: 10px;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
    .referral__container .referral__topbar {
      background: #fff;
      height: 90px;
      padding: 10px 0 10px 0;
      margin-bottom: 10px;
      margin-left: -15px; }
      .referral__container .referral__topbar .referral__timer {
        float: none;
        font-size: 0.8em;
        text-align: center;
        font-weight: 500; }
      .referral__container .referral__topbar .invite__btn {
        color: #fff;
        text-align: center;
        float: none;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 5px;
        padding: 4px; }
      .referral__container .referral__topbar .reload__btn {
        right: 4.5em;
        margin-top: 7.5px; }
    .referral__container .title {
      font-weight: 400;
      font-size: 1em;
      margin-left: 20px;
      margin-top: 15px;
      padding: 0px; }
    .referral__container .balance__title {
      font-size: 1em; }
    .referral__container .btn-secondary {
      color: white;
      background-color: #68b710;
      border-color: #68b710;
      margin-left: -10px;
      line-height: 30px !important;
      font-size: 0.8em;
      font-weight: 400;
      padding: 0 0.2em; }
    .referral__container .redeem__earnings__btn {
      width: 160px; }
    .referral__container .redeem__section {
      border-bottom: solid 1px #ccc3c3;
      height: auto; }
    .referral__container .balance__card {
      padding: 10px 0px; }
    .referral__container .rounded__images {
      width: 50px;
      background: #f3f3f3;
      border-radius: 50px;
      margin: 0 auto;
      opacity: 0.85; }
    .referral__container .data__label {
      font-size: 0.6em;
      font-weight: 400;
      color: #0e0a0a; }
    .referral__container .data__value {
      font-size: 0.9em;
      font-weight: 400;
      color: #0e0a0a; }
    .referral__container .referral__topbar {
      height: 75px;
      padding: 10px; }
    .referral__container .referred__title {
      font-size: 1em; }
    .referral__container .referred__list {
      margin-top: 20px; }
      .referral__container .referred__list .referred__list__header {
        display: none; }
      .referral__container .referred__list .referred__list__items {
        margin: 10px 10px 0px 0px; }
        .referral__container .referred__list .referred__list__items .item {
          padding: 5px;
          margin: 10px 0px 0px 0px;
          border: 0.5px solid; }
          .referral__container .referred__list .referred__list__items .item.activated {
            border-color: #71b255; }
          .referral__container .referred__list .referred__list__items .item.pending {
            border-color: #a5a5a5; }
          .referral__container .referred__list .referred__list__items .item.failed {
            border-color: #b25555; }
          .referral__container .referred__list .referred__list__items .item.verified {
            border-color: #5596a2; }
        .referral__container .referred__list .referred__list__items .status__item {
          width: 100px;
          margin-right: -5px;
          margin-left: -5px; }
        .referral__container .referred__list .referred__list__items .referral__status {
          padding: 0px;
          border-radius: 0px 0px 0px 5px;
          border: 0.5px solid;
          font-size: 0.75em;
          margin-top: -6px; }
          .referral__container .referred__list .referred__list__items .referral__status.activated {
            background: #ecf6e7;
            border-color: #71b255;
            color: #71b255; }
          .referral__container .referred__list .referred__list__items .referral__status.pending {
            background: #e6e6e6;
            border-color: #a5a5a5;
            color: #a5a5a5; }
          .referral__container .referred__list .referred__list__items .referral__status.failed {
            background: #f6e7e7;
            border-color: #b25555;
            color: #b25555; }
          .referral__container .referred__list .referred__list__items .referral__status.verified {
            background: #e1f5f9;
            border-color: #5596a2;
            color: #5596a2; }
      .referral__container .referred__list .referred__list__icon {
        padding-top: 6px; }
      .referral__container .referred__list .referred__list__text {
        margin-left: 30px;
        font-size: 0.85em;
        margin-top: 10px; }
    .referral__container .leaderboard {
      margin-top: 20px; }
      .referral__container .leaderboard .leaderboard__list__header {
        display: none;
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .referral__container .leaderboard .leaderboard__list__content {
        font-size: 0.85em;
        padding: 5px 5px 10px 20px;
        margin: 0 20px 10px 20px !important;
        border: 0.5px solid #cccccc; }
      .referral__container .leaderboard .leaderboard__select {
        width: 100%; }
      .referral__container .leaderboard .leaderboard__error {
        text-align: center;
        font-style: italic; }
      .referral__container .leaderboard .leaderboard__title {
        padding: 10px;
        border-bottom: solid 1px #ccc3c3;
        height: 40px; }
      .referral__container .leaderboard .leaderboard__title__desc {
        font-weight: 400;
        font-size: 1em; }
      .referral__container .leaderboard .rank {
        padding-right: 0px;
        color: #7a86a3; }
      .referral__container .leaderboard .active {
        float: right;
        margin-top: -40px;
        margin-right: 8px;
        font-size: 2em;
        border-left: 0.5px solid #cccccc;
        padding: 0px 10px;
        color: #74a0b1; }
    .referral__container .winners {
      margin-bottom: 40px; }
      .referral__container .winners .winners__prize {
        font-size: 0.85em; }
      .referral__container .winners .winners__name {
        font-size: 0.85em; }
      .referral__container .winners .winner__title {
        font-size: 1em; }
    .referral__container .table__footer {
      font-size: 1em; }
      .referral__container .table__footer .page__nav {
        float: right;
        cursor: pointer;
        display: -webkit-box; }
      .referral__container .table__footer .disabled {
        opacity: 0.5; }
    .referral__container .winners .winners__icon {
      width: 50px; }
    .referral__container .winners .winners__prize {
      margin-top: 15px; }
    .referral__container .winners .winners__name {
      margin-left: 90px;
      margin-top: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .referral__container {
    padding: 30px;
    left: 0;
    width: 100%; }
    .referral__container .plate .data {
      padding: .5em; }
    .referral__container .plate .btn-holder {
      padding: 1em 2.5em 0; }
    .referral__container .stats__holder.left {
      padding-right: initial; }
    .referral__container .stats__holder.right {
      padding-left: initial; }
    .referral__container .referral__topbar .referral__timer {
      font-size: 1.1em; }
    .referral__container .referral__topbar .reload__btn {
      right: 13em;
      margin-top: 0.5px; }
    .referral__container .referral__stats.leaderboard {
      padding-bottom: .5em; }
    .referral__container .btn-secondary {
      margin-left: 0px;
      line-height: 30px !important;
      font-size: 0.8em;
      font-weight: 400;
      padding: 0 0.2em; }
    .referral__container .redeem__earnings__btn {
      width: 180px; }
    .referral__container .data__value {
      font-size: 1.85em; }
    .referral__container .leaderboard {
      margin-top: 20px; }
    .referral__container .winners {
      margin-bottom: 40px; } }

.offers-header {
  font-weight: 600;
  font-size: 1.13em;
  color: #00425F;
  border-bottom: 1px solid #dee4ef;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.offers-amount {
  text-align: center;
  padding-bottom: 3rem; }

.offer__details__card-wrapper {
  height: 70px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EFF2F7;
  margin-bottom: 10px; }
  .offer__details__card-wrapper.selected {
    box-shadow: 0 0 6px 1px #EFF2F7; }

.offer__details__card-wrapper__mobile .offer__details__mobile {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-bottom: 1px solid #EFF2F7;
  color: #00425F;
  font-weight: 700;
  font-size: 13px; }

.offer__details__card-wrapper__mobile .bottom__section {
  border-bottom: 1px solid #EFF2F7;
  padding: 10px; }

.offer__details__card-wrapper__mobile .offer__details__card-provider__mobile {
  float: left; }
  .offer__details__card-wrapper__mobile .offer__details__card-provider__mobile span {
    font-weight: bold; }
  .offer__details__card-wrapper__mobile .offer__details__card-provider__mobile p {
    margin: 0;
    font-size: 13px; }

.show__offers_border {
  border: 1px solid #ccc;
  margin-top: 50px; }

.loan__request__payment__container {
  padding: 23px 15px; }
  .loan__request__payment__container .alert-dismissible {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px; }

.offer__details__card-wrapper__mobile .offer__details__card-payback__mobile {
  float: right;
  text-align: right; }
  .offer__details__card-wrapper__mobile .offer__details__card-payback__mobile p {
    font-weight: bold;
    font-size: 14px;
    color: #00425F;
    margin: 0; }
  .offer__details__card-wrapper__mobile .offer__details__card-payback__mobile span {
    font-size: 13px; }

.offer__details__img {
  float: left;
  border-right: 1px solid #e8ecf4;
  width: 70px;
  height: 70px; }
  .offer__details__img img {
    width: 70px;
    height: 70px;
    padding: 5px; }

.offer__details__card-provider {
  float: left;
  font-weight: 600;
  color: #00425F; }

.offer__details__card-payable {
  float: left;
  width: 100%; }

.offer__details-inner {
  padding-top: 1em;
  padding-left: 0.75em;
  height: 80px;
  width: calc(100% - 85px); }

.offer__details__card-payback {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px; }

.offer__details__mobile {
  height: 35px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  line-height: 34px;
  padding-left: 10px; }

.flight__container {
  position: fixed;
  padding: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://quick-mufasa.interswitchng.com/nextquickteller/images/flight/flight.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 105px);
  /* margin: 0 auto; */
  left: 105px;
  top: 70px;
  bottom: 0;
  overflow-y: auto;
  font-family: sans-serif; }
  .flight__container .section__loader {
    left: 0;
    right: 0;
    text-align: center; }
  .flight__container .flight__content {
    margin-top: 200px;
    animation: card--actions 400ms ease-in; }
    .flight__container .flight__content .alert__icon svg {
      margin-top: 0;
      margin-right: 1em; }
  .flight__container .flight__punchline {
    text-align: center;
    margin-left: -55px;
    color: #fff;
    font-size: 2.3em;
    font-weight: 700; }
  .flight__container .flight__partner__grid {
    margin: 30px auto; }
  .flight__container .flight__grid__box {
    width: 100%;
    margin: 10px 0; }
    .flight__container .flight__grid__box.is__main__search {
      margin-top: 50px; }
  .flight__container .flight__grid__item {
    float: left;
    max-width: 400px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .flight__container .flight__partner__container {
    overflow: hidden;
    width: 98vw;
    margin-top: 99px;
    font-family: sans-serif; }
    .flight__container .flight__partner__container .section__loader {
      left: 0;
      right: 0;
      text-align: center; }
    .flight__container .flight__partner__container .iframe__style {
      width: 100vw; }

.flight__partner__container__travelstart {
  overflow: hidden;
  width: 93vw;
  margin-top: 95px;
  margin-left: 105px;
  font-family: sans-serif; }
  .flight__partner__container__travelstart .section__loader {
    left: 0;
    right: 0;
    text-align: center; }
  .flight__partner__container__travelstart .iframe__style {
    width: 90vw; }

.travel__beta {
  margin-left: 80px; }

@media only screen and (max-width: 767px) {
  .flight__container {
    padding: 10px;
    left: 0;
    width: 100%; }
    .flight__container .flight__content {
      padding: 5px;
      margin-top: 50px;
      animation: card--actions 400ms ease-in; }
      .flight__container .flight__content .alert__icon svg {
        margin-top: 0;
        margin-right: 1em; }
    .flight__container .flight__punchline {
      margin-left: 0px;
      margin-bottom: 10px;
      font-size: 1.65em;
      font-weight: 500; }
    .flight__container .flight__partner__grid {
      margin: 30px 0;
      width: 100%;
      padding: 10px; }
    .flight__container .flight__grid__box {
      width: 100%;
      margin: 10px 0; }
      .flight__container .flight__grid__box.is__main__search {
        margin-top: 50px; }
    .flight__container .flight__grid__item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .flight__container .flight__partner__container {
      overflow: hidden;
      width: 100vw;
      height: 100vh;
      margin-top: 95px; }
  .flight__partner__container__travelstart {
    margin-left: 0px;
    overflow: hidden;
    width: 100vw;
    margin-top: 85px; }
  .travel__beta {
    margin-left: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flight__container {
    padding: 10px;
    left: 0;
    width: 100%; }
    .flight__container .flight__content {
      padding: 5px;
      margin-top: 100px;
      animation: card--actions 400ms ease-in; }
      .flight__container .flight__content .alert__icon svg {
        margin-top: 0;
        margin-right: 1em; }
    .flight__container .flight__punchline {
      margin-left: 0px;
      margin-bottom: 10px;
      font-size: 1.85em;
      font-weight: 500; }
    .flight__container .flight__partner__grid {
      width: 100%; }
    .flight__container .flight__partner__container {
      overflow: hidden;
      width: 100vw;
      height: 100vh;
      margin-top: 95px; }
  .flight__partner__container__travelstart {
    overflow: hidden;
    width: 100%;
    margin-top: 130px;
    margin-left: 0;
    font-family: sans-serif; }
    .flight__partner__container__travelstart .section__loader {
      left: 0;
      right: 0;
      text-align: center; }
    .flight__partner__container__travelstart .iframe__style {
      width: 90vw; }
  .travel__beta {
    margin-left: 0px; } }

.more__arrow__right svg {
  padding: 0px 9px;
  height: 1.2em;
  position: relative;
  float: right;
  margin-top: -18px;
  margin-right: 20px; }
  .more__arrow__right svg path {
    fill: #fff; }

@media only screen and (max-width: 767px) {
  .more__mobile__chevron svg {
    height: 1em;
    width: 1em;
    margin-left: -20px; }
    .more__mobile__chevron svg path {
      fill: #AAB7C6; }
  .disclaimer__content {
    font-weight: 500;
    font-size: 0.75em;
    text-align: center;
    padding: 15px 30px;
    line-height: 22px; } }

.partners__content {
  position: relative;
  top: 71px;
  padding: 31px 5px 0 125px; }

.partners__iframe {
  background-image: none;
  padding: 0;
  margin-top: 29px;
  margin-bottom: 29px;
  overflow-y: unset; }
  .partners__iframe .iframe__layout {
    width: 100%;
    height: 100%; }

.partners__modal__popover {
  background: #fff;
  width: 450px;
  height: calc(100vh - 30px);
  position: absolute;
  top: 10px;
  left: 33%;
  border-radius: 0.5em; }

.partners__page__not__found {
  text-align: center;
  margin-top: 125px; }

.partners__has__loaded {
  text-align: center;
  margin-top: 200px; }

.partners__disclaimer__title {
  text-align: center;
  font-size: 1.5em;
  color: #00425F;
  font-weight: 500; }

.partners__disclaimer__content {
  text-align: center;
  padding: 15px 30px;
  line-height: 22px;
  white-space: pre-wrap; }

.partners__disclaimer__buttons {
  padding: 15px;
  text-align: center; }
  .partners__disclaimer__buttons .btn {
    width: 25%;
    margin-left: 25px; }

@media only screen and (max-width: 767px) {
  .partners__content {
    background: #fff;
    padding: 0;
    position: absolute;
    overflow-y: auto;
    width: 100%;
    bottom: 30px; }
  .partners__iframe {
    margin-top: 62px; }
  .partners__disclaimer__content {
    font-size: 0.8em;
    text-align: justify;
    padding: 15px; }
  .partners__modal__popover {
    background: #fff;
    height: calc(120vh - 30px);
    width: unset;
    position: unset;
    top: unset;
    left: unset;
    border-radius: unset; }
  .partners__hide__iframe {
    display: none; }
  .partners__show__iframe {
    display: block; }
  .partners__page__not__found {
    font-size: 1.2em; }
  .partners__disclaimer__buttons {
    padding: 15px;
    text-align: unset; }
    .partners__disclaimer__buttons .btn {
      width: 100%;
      margin-top: 25px;
      margin-left: unset; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partners__content {
    padding: 30px 5px 0 75px;
    right: 5%; }
  .partners__tablet__padding {
    padding-bottom: 25px; }
  .partners__modal__popover {
    width: 500px;
    left: 18%; } }
	
	
	
	
	.table {
  width: 100%;
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}
.table th {
  background-color: darkblue;
  color: #ffffff;
}
.table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

/*responsive*/
@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
.table tbody,
.table tr,
.table td {
    display: block;
    width: 100%;
  }

  .table tr {
    margin-bottom: 15px;
  }

  .table td {
    text-align: right;
    padding-left: 50%;
    text-align: right;
    position: relative;
  }

  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}