@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=cyrillic,cyrillic-ext);@charset "UTF-8";
/**
 * Mixin to create a keyframes for a notification
 * @param $direction (left|top|right|bottom) Translation direction
 * @param $margin-bottom Initial `margin-bottom` value
 */
/*
 * Mixin to create an animation for a notification
 * @param $direction (left|top|right|bottom) Translation direction
 * @param $margin-bottom Initial `margin-bottom` value
 */
@-webkit-keyframes top20px-enter {
  0% {
    top: -360px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes top20px-enter {
  0% {
    top: -360px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-webkit-keyframes top20px-leave {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@keyframes top20px-leave {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@-webkit-keyframes bottom20px-enter {
  0% {
    bottom: -360px;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }
@keyframes bottom20px-enter {
  0% {
    bottom: -360px;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }
@-webkit-keyframes bottom20px-leave {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@keyframes bottom20px-leave {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@-webkit-keyframes left20px-enter {
  0% {
    left: -360px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@keyframes left20px-enter {
  0% {
    left: -360px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-webkit-keyframes left20px-leave {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@keyframes left20px-leave {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@-webkit-keyframes right20px-enter {
  0% {
    right: -360px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@keyframes right20px-enter {
  0% {
    right: -360px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@-webkit-keyframes right20px-leave {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@keyframes right20px-leave {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px; }
  40% {
    margin-bottom: 20px;
    max-height: 200px; }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@-webkit-keyframes top0-enter {
  0% {
    top: -360px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes top0-enter {
  0% {
    top: -360px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-webkit-keyframes top0-leave {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 0; }
  40% {
    margin-bottom: 0;
    max-height: 200px; }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@keyframes top0-leave {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 0; }
  40% {
    margin-bottom: 0;
    max-height: 200px; }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; } }
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }
.notifications-system {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429; }
.notifications-container {
  position: fixed;
  z-index: 99999; }
.notifications-container--tc, .notifications-container--tr, .notifications-container--tl, .notifications-container--bc, .notifications-container--br, .notifications-container--bl {
  width: 360px; }
.notifications-container--tc .notification--buttons-1 .notification-button, .notifications-container--tr .notification--buttons-1 .notification-button, .notifications-container--tl .notification--buttons-1 .notification-button, .notifications-container--bc .notification--buttons-1 .notification-button, .notifications-container--br .notification--buttons-1 .notification-button, .notifications-container--bl .notification--buttons-1 .notification-button {
    height: 100%; }
.notifications-container--tc .notification--buttons-2 .notification-button, .notifications-container--tr .notification--buttons-2 .notification-button, .notifications-container--tl .notification--buttons-2 .notification-button, .notifications-container--bc .notification--buttons-2 .notification-button, .notifications-container--br .notification--buttons-2 .notification-button, .notifications-container--bl .notification--buttons-2 .notification-button {
    height: 50%; }
.notifications-container--tc .notification-buttons, .notifications-container--tr .notification-buttons, .notifications-container--tl .notification-buttons, .notifications-container--bc .notification-buttons, .notifications-container--br .notification-buttons, .notifications-container--bl .notification-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.notifications-container--tc .notification-buttons .notification-button, .notifications-container--tr .notification-buttons .notification-button, .notifications-container--tl .notification-buttons .notification-button, .notifications-container--bc .notification-buttons .notification-button, .notifications-container--br .notification-buttons .notification-button, .notifications-container--bl .notification-buttons .notification-button {
      display: block;
      width: 100%; }
.notifications-container--tc .notification-buttons .notification-button:nth-child(2), .notifications-container--tr .notification-buttons .notification-button:nth-child(2), .notifications-container--tl .notification-buttons .notification-button:nth-child(2), .notifications-container--bc .notification-buttons .notification-button:nth-child(2), .notifications-container--br .notification-buttons .notification-button:nth-child(2), .notifications-container--bl .notification-buttons .notification-button:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, .09); }
.notifications-container--b .notification-buttons .notification-buttons, .notifications-container--b .notification--buttons-1 .notification-buttons, .notifications-container--t .notification-buttons .notification-buttons, .notifications-container--t .notification--buttons-1 .notification-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.notifications-container--t {
  width: calc(100% - 40px);
  top: 20px;
  left: 20px; }
.notifications-container--t .notification-wrapper {
    position: relative;
    top: 0; }
.notifications-container--t .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: top20px-enter;
      animation-name: top20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--t .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: top20px-leave;
      animation-name: top20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
.notifications-container--tc {
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
.notifications-container--tc .notification-wrapper {
    position: relative;
    top: 0; }
.notifications-container--tc .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: top20px-enter;
      animation-name: top20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--tc .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: top20px-leave;
      animation-name: top20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
.notifications-container--tr {
  top: 20px;
  right: 20px; }
.notifications-container--tr .notification-wrapper {
    position: relative;
    right: 0; }
.notifications-container--tr .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: right20px-enter;
      animation-name: right20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--tr .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: right20px-leave;
      animation-name: right20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
.notifications-container--tl {
  top: 20px;
  left: 20px; }
.notifications-container--tl .notification-wrapper {
    position: relative;
    left: 0; }
.notifications-container--tl .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: left20px-enter;
      animation-name: left20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--tl .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: left20px-leave;
      animation-name: left20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
.notifications-container--b {
  width: calc(100% - 40px);
  bottom: 0;
  left: 20px; }
.notifications-container--b .notification-wrapper {
    position: relative;
    bottom: 0; }
.notifications-container--b .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: bottom20px-enter;
      animation-name: bottom20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--b .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: bottom20px-leave;
      animation-name: bottom20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
.notifications-container--bc {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
.notifications-container--bc .notification-wrapper {
    position: relative;
    bottom: 0; }
.notifications-container--bc .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: bottom20px-enter;
      animation-name: bottom20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--bc .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: bottom20px-leave;
      animation-name: bottom20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
.notifications-container--br {
  bottom: 0;
  right: 20px; }
.notifications-container--br .notification-wrapper {
    position: relative;
    right: 0; }
.notifications-container--br .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: right20px-enter;
      animation-name: right20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--br .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: right20px-leave;
      animation-name: right20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
.notifications-container--bl {
  bottom: 0;
  left: 20px; }
.notifications-container--bl .notification-wrapper {
    position: relative;
    left: 0; }
.notifications-container--bl .notification-wrapper-enter {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: left20px-enter;
      animation-name: left20px-enter;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
.notifications-container--bl .notification-wrapper-leave {
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-name: left20px-leave;
      animation-name: left20px-leave;
      -webkit-animation-duration: .8s;
      animation-duration: .8s; }
@media (max-width: 767px) {
  .notifications-container--t {
    width: 100%;
    top: 0;
    left: 0; }
    .notifications-container--t .notification-wrapper {
      position: relative;
      top: 0; }
      .notifications-container--t .notification-wrapper-enter {
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: top0-enter;
        animation-name: top0-enter;
        -webkit-animation-duration: .4s;
        animation-duration: .4s; }
      .notifications-container--t .notification-wrapper-leave {
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: top0-leave;
        animation-name: top0-leave;
        -webkit-animation-duration: .8s;
        animation-duration: .8s; }
    .notifications-container--t .notification-wrapper {
      margin: 0; } }
.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 40px;
  border: none;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .3);
  z-index: 999; }
.notification-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px; }
.notification-image-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 10px 15px; }
.notification-image {
    display: inline-block;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-size: cover; }
.notification-icon {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 10px 15px;
    font-size: 20px !important;
    -ms-flex-item-align: start;
        align-self: flex-start; }
.notification-meta {
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px 20px; }
.notification-close-button-container {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.notification-close-button {
    font-size: 14px !important;
    color: #524c4c;
    cursor: pointer; }
.notification-close-button:before {
      content: "\F00D"; }
.notification-close-button:hover {
      color: #6c6565; }
.notification-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top; }
.notification-buttons .notification-button {
      min-height: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      border-left: 1px solid rgba(0, 0, 0, .09);
      outline: none;
      text-align: center;
      color: #524c4c;
      cursor: pointer; }
.notification-buttons .notification-button-text {
        display: block;
        height: 25px;
        padding: 0 15px;
        min-width: 90px;
        max-width: 150px;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto;
        text-overflow: ellipsis;
        text-align: center;
        font-size: 14px;
        line-height: 25px; }
.notification-buttons .notification-button:hover {
        color: #349ef3; }
.notification-buttons .notification-button:active {
        color: #0e86e6; }
.notification-title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.428571429; }
.notification-message {
    margin: 0; }
.notification--dismissible {
    cursor: pointer; }
.notification--default {
    background-color: #ffffff;
    border-left: 2px solid #ffffff;
    color: #524c4c; }
.notification--default .notification-icon {
      display: none; }
.notification--success {
    background-color: #ffffff;
    border-left: 2px solid #4dc657;
    color: #524c4c; }
.notification--success .notification-icon:before {
      content: "\F058";
      color: #4dc657; }
.notification--info {
    background-color: #ffffff;
    border-left: 2px solid #349ef3;
    color: #524c4c; }
.notification--info .notification-icon:before {
      content: "\F05A";
      color: #349ef3; }
.notification--warning {
    background-color: #ffffff;
    border-left: 2px solid #f5aa0a;
    color: #524c4c; }
.notification--warning .notification-icon:before {
      content: "\F071";
      color: #f5aa0a; }
.notification--error {
    background-color: #ffffff;
    border-left: 2px solid #f5311d;
    color: #524c4c; }
.notification--error .notification-icon:before {
      content: "\F057";
      color: #f5311d; }
.notification--loading {
    background-color: #ffffff;
    border-left: 2px solid #349ef3;
    color: #524c4c; }
.notification--loading .notification-icon {
      -webkit-animation: rotating 2s infinite linear;
      animation: rotating 2s infinite linear; }
.notification--loading .notification-icon:before {
      content: "\F110";
      color: #349ef3; }
.login-button{
  border: none;
  background: none;
  cursor: pointer;
  color: #0275d8;
  outline: none
}
.login-button:active,
  .login-button:focus{
    outline: none
  }.approve-code-loader,
.approve-code-loader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.approve-code-loader {
  margin: 60px auto;
  font-size: 10px;
  position: fixed;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, .2);
  border-right: 5px solid rgba(0, 0, 0, .2);
  border-bottom: 5px solid rgba(0, 0, 0, .2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}.loginpage {
  padding-top: 10%;
}

  .loginpage .title {
    padding-bottom: 20px;
  }

  .loginpage .copyright {
    text-align: center;
    font-size: 12px;
  }
.loginpage {
  padding-top: 10%;
}

.logo-text {
  font-size: 26px;
  font-weight: bold;
  margin-left: 3px;
  cursor: default;
}

.green-text {
  color: #39B54A;
}

.logo-image {
  padding-bottom: 20px;
  text-align: center;
}

.title {
  padding-bottom: 20px;
}

.copyright {
  text-align: center;
  font-size: 12px;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
/* stylelint-disable */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* eslint-enable */
a {
  color: inherit;
  text-decoration: none
}
a:visited {
  color: inherit;
}
* {
  text-align: left;
}
.add-btn {
  display: inline-block;
  background: none;
  vertical-align: top;
  border: none;
  margin: 3px;
  padding: 0
}
.add-btn:hover {
    cursor: pointer;
  }
.add-btn:hover svg rect {
        fill: #2475eb;
        -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
.add-btn i {
    width: 24px;
    height: 24px;
    display: block;
  }
.add-btn i svg {
      width: 24px;
      height: 24px;
    }
.add-btn i svg rect {
        -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_d4e01a9d_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_d4e01a9d_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c > g {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c path {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__pony_3778264c > svg {
      width: 18px;
      height: 18px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
.create-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #fff;
  border: none;
  border-radius: 2px;
  background-color: #2880ff;
  margin: 0 15px 0 0;
  padding: 9px 15px 7px
}

.create-button:visited {
    color: #fff;
  }

.create-button:hover,
  .create-button:focus {
    text-decoration: none;
    background-color: #2a77ff;
  }

.create-button .fa-plus {
      font-size: 11px;
      font-weight: 500;
      line-height: 1.29;
      text-align: left;
      margin-right: 5px;
    }

.modal-button-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
textarea.input-component {
  min-height: 38px;
}
@-webkit-keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, .85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}

.ril__navButtons:hover {
  opacity: 1;
}

.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, .2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, .2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}

.ril__builtinButton:hover {
  opacity: 1;
}

.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}

.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
          animation-name: closeWindow;
}

@-webkit-keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  -webkit-animation: pointFade 800ms infinite ease-in-out both;
          animation: pointFade 800ms infinite ease-in-out both;
}

.ril__loadingCirclePoint:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  -webkit-animation-delay: -800ms;
          animation-delay: -800ms;
}

.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  -webkit-animation-delay: -666ms;
          animation-delay: -666ms;
}

.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  -webkit-animation-delay: -533ms;
          animation-delay: -533ms;
}

.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  -webkit-animation-delay: -400ms;
          animation-delay: -400ms;
}

.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  -webkit-animation-delay: -266ms;
          animation-delay: -266ms;
}

.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  -webkit-animation-delay: -133ms;
          animation-delay: -133ms;
}

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.gallery .label {
  padding: 2px 2px 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, .4);
}

.gallery .gallery-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .gallery-flex .image-cont {
  position: relative;
  margin: 0 5px 5px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery .gallery-flex .image-cont:after {
  z-index: 1;
  content: "\F0F6";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  color: rgba(0, 0, 0, .2);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery .gallery-flex .image-cont .btn-cont {
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  background: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery .gallery-flex .image-cont .btn-cont .gallery-btn {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .6);
  padding: 1px 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery .gallery-flex .image-cont .btn-cont .gallery-btn:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, .8);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery .gallery-flex .image-cont .btn-cont .gallery-btn:focus {
  outline: none;
}

.gallery .gallery-flex .image-cont:hover {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .25), 0 0px 8px rgba(0, 0, 0, .22);
          box-shadow: 0 3px 7px rgba(0, 0, 0, .25), 0 0px 8px rgba(0, 0, 0, .22);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery .gallery-flex .image-cont:hover .btn-cont {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(0, 0, 0, .2);
  visibility: visible;
  opacity: 1;
}

.gallery .gallery-flex .image-cont .gallery-image {
  z-index: 2;
  position: relative;
  height: 65px;
  width: 85px;
  display: block;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery .gallery-flex .image-cont .gallery-image:hover {
  cursor: pointer;
}
@-webkit-keyframes marquee1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes marquee1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@-webkit-keyframes marquee3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); } }

@keyframes marquee3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); } }

@-webkit-keyframes marquee4 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); } }

@keyframes marquee4 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); } }

@-webkit-keyframes marquee5 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); } }

@keyframes marquee5 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); } }

.noselect {
  cursor: default;
  /* http://stackoverflow.com/a/4407335/4956731 */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */ }

.hidden {
  display: none !important; }

.audio-player-container {
  position: fixed;
  bottom: 0;
  left:0;
  z-index: 9999;
  width: 100%;
  height: 50px;
}

.audio-player-container .audio-close {
  background: transparent;
  border: 0px;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 30px;
  z-index: 99;
  padding: 2px 10px;
}

.audio-player-container .audio-close:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.audio_player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          -ms-flex-direction: row;
      flex-direction: row;
  height: 50px;
  background-color: #333;
  width: 100%;
  /* http://codepen.io/aralon/pen/NqGWXZ */ }

.audio_player .spacer {
    width: 10px; }

.audio_player .audio_progress_container {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
            -ms-flex-positive: 1;
        flex-grow: 1; }

.audio_player .audio_progress {
    background-color: #4a4a4a;
    height: 100%;
    width: 0;
    will-change: width; }

.audio_player .audio_progress_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between; }

.audio_player .audio_info_marquee {
    overflow: hidden;
    /* to make room for .audio_time_progress */
    width: calc(100% - 180px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    margin-left: 10px; }

.audio_player .audio_info {
    display: none;
    width: 100%;
    white-space: nowrap;
    word-break: break-all;
    margin: 0;
    font-size: 19.2px;
    color: #fff; }

.audio_player .audio_time_progress {
    display: none;
    margin-right: 45px;
    -ms-grid-row-align: center;
        -ms-flex-item-align: center;
        align-self: center;
    color: #fff;
    font-size: 23px; }

.audio_player .audio_button {
    padding-left: 11px;
    padding-right: 11px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    height: 50px; }

.audio_player .play_pause_button .play_pause_inner {
    height: 30px;
    width: 30px;
    overflow: hidden;
    position: relative; }

.audio_player .play_pause_button .left {
    height: 100%;
    float: left;
    background-color: #fff;
    width: 36%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden; }

.audio_player .play_pause_button .triangle_1 {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }

.audio_player .play_pause_button .triangle_2 {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); }

.audio_player .play_pause_button .triangle_1,
  .audio_player .play_pause_button .triangle_2 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 0;
    height: 0;
    border-right: 30px solid #333;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transition: -webkit-transform 0.25s ease;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }

.audio_player .play_pause_button .right {
    height: 100%;
    float: right;
    width: 36%;
    background-color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.audio_player .play_pause_button.paused .left {
    width: 50%; }

.audio_player .play_pause_button.paused .right {
    width: 50%; }

.audio_player .play_pause_button.paused .triangle_1 {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.audio_player .play_pause_button.paused .triangle_2 {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }

.audio_player .skip_button.back {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.audio_player .skip_button .skip_button_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            -ms-flex-direction: row;
        flex-direction: row; }

.audio_player .skip_button .right_facing_triangle {
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; }

@media screen and (min-width: 370px) {
    .audio_player .audio_info {
      display: inline;
      display: initial;
      -webkit-animation: marquee5 10s cubic-bezier(0, 0.23, 0.6, -0.09) infinite;
              animation: marquee5 10s cubic-bezier(0, 0.23, 0.6, -0.09) infinite; } }

@media screen and (min-width: 450px) {
    .audio_player .audio_info {
      -webkit-animation: marquee4 10s cubic-bezier(0, 0.23, 0.7, -0.09) infinite;
              animation: marquee4 10s cubic-bezier(0, 0.23, 0.7, -0.09) infinite; } }

@media screen and (min-width: 550px) {
    .audio_player .audio_info {
      -webkit-animation: marquee3 10s cubic-bezier(0, 0.23, 0.85, -0.09) infinite;
              animation: marquee3 10s cubic-bezier(0, 0.23, 0.85, -0.09) infinite; } }

@media screen and (min-width: 650px) {
    .audio_player .audio_info {
      -webkit-animation: marquee2 10s cubic-bezier(0, 0.23, 1, -0.09) infinite;
              animation: marquee2 10s cubic-bezier(0, 0.23, 1, -0.09) infinite; } }

@media screen and (min-width: 720px) {
    .audio_player .audio_info {
      -webkit-animation: initial;
              animation: none 0s ease 0s 1 normal none running;
              animation: initial; } }
[hidden] {
  display: none !important;
}

.react-fine-uploader-gallery-nodrop-container {
  border-radius: 6px;
  background-color: #fafafa;
  max-height: 490px;
  min-height: 310px;
  overflow-y: hidden;
  padding: 15px;
  position: relative;
  border: 2px solid #337ab7;
}

.react-fine-uploader-gallery-dropzone {
  border-radius: 6px;
  background-color: #fafafa;
  max-height: 490px;
  min-height: 170px;
  overflow-y: hidden;
  padding: 15px;
  position: relative;
  border: 2px dashed #337ab7;
}

.react-fine-uploader-gallery-dropzone-upload-icon {
  height: 36px;
  margin-bottom: -6px;
  margin-right: 10px;
  width: 36px;
}

.react-fine-uploader-gallery-dropzone-active {
  background: #FDFDFD;
  border: 2px solid #337ab7;
}

.react-fine-uploader-gallery-dropzone-content {
  font-size: 36px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 38%;
  width: 100%;
}

.react-fine-uploader-gallery-nodrop-content {
  font-size: 36px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 38%;
  width: 100%;
}

.react-fine-uploader-gallery-file-input-container {
  background: #0275d8;
  border: 1px solid #0275d8;
  border-radius: 3px;
  color: #fff;
  display: inline;
  float: left;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  text-align: center;
  width: 100%;
}

.react-fine-uploader-gallery-file-input-container:hover {
  background: #33B6CC;
}

.react-fine-uploader-gallery-file-input-container:focus {
  outline: 1px dotted #000000;
}

.react-fine-uploader-gallery-file-input-content {
  display: inline-block;
  margin-top: -2px;
}

.react-fine-uploader-gallery-file-input-upload-icon {
  fill: white;
  height: 24px;
  margin-bottom: -6px;
  margin-right: 5px;
  width: 24px;
}

.react-fine-uploader-gallery-progress-bar {
  border-radius: 3px;
  background: #337ab7;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
          box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
  height: inherit;
}

.react-fine-uploader-gallery-total-progress-bar {
  border-radius: 3px;
  background: #337ab7;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
          box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
  height: inherit;
}

.react-fine-uploader-gallery-progress-bar-container {
  background: #F2F2F2;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
          box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
  position: absolute;
  height: 15px;
  left: 50%;
  opacity: 0.9;
  top: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  z-index: 1;
}

.react-fine-uploader-gallery-total-progress-bar-container {
  background: #F2F2F2;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
          box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
  top: 0px;
  position: absolute;
  display: inline-block;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 5px;
  width: 80%;
}

.react-fine-uploader-gallery-files__list {
  clear: both;
  list-style: none;
  max-height: 450px;
  overflow-y: auto;
  padding-left: 0;
  padding-top: 15px;
}

.react-fine-uploader-gallery-files__item-enter {
  opacity: 0.01;
}

.react-fine-uploader-gallery-files__item-enter.react-fine-uploader-gallery-files__item-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.react-fine-uploader-gallery-files__item-exit {
  opacity: 1;
}

.react-fine-uploader-gallery-files__item-exit.react-fine-uploader-gallery-files__item-exit-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.react-fine-uploader-gallery-file {
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .22);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .22);
  display: inline-block;
  font-size: 13px;
  height: 165px;
  line-height: 16px;
  margin: 0 10px 10px 0;
  position: relative;
  vertical-align: top;
  width: 130px;
}

.react-fine-uploader-gallery-thumbnail-container {
  display: block;
  height: 130px;
  text-align: center;
}

.react-fine-uploader-gallery-thumbnail {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.react-fine-uploader-gallery-thumbnail-icon-backdrop {
  left: 50%;
  position: absolute;
  top: 39%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
          animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  visibility: hidden;
}

.react-fine-uploader-gallery-upload-failed .react-fine-uploader-gallery-thumbnail-icon-backdrop {
  opacity: 0.5;
  visibility: visible;
}

.react-fine-uploader-gallery-upload-failed-icon {
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 39%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  z-index: 1;
  fill: red;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  80% {
    opacity: 0.8;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  80% {
    opacity: 0.8;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.react-fine-uploader-gallery-upload-success-icon {
  left: 50%;
  position: absolute;
  top: 39%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  z-index: 1;
  opacity: 0;
  fill: green;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
          animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  visibility: hidden;
}

.react-fine-uploader-gallery-file-footer {
  padding-left: 5px;
  padding-right: 5px;
}

.react-fine-uploader-gallery-filename {
  display: block;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.react-fine-uploader-gallery-filesize {
  display: block;
  float: right;
}

.react-fine-uploader-gallery-status {
  font-style: italic;
}

.react-fine-uploader-gallery-cancel-button {
  z-index: 10;
  background: transparent;
  border: 0;
  position: absolute;
  right: -18px;
  top: -12px;
}

.react-fine-uploader-gallery-cancel-button:hover {
  cursor: pointer;
}

.react-fine-uploader-gallery-cancel-button:hover svg {
  fill: grey;
}

.react-fine-uploader-gallery-cancel-button:focus {
  outline: none;
}

.react-fine-uploader-gallery-cancel-button:focus svg {
  fill: grey;
}

.react-fine-uploader-gallery-download-button {
  z-index: 10;
  border: 0;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  position: absolute;
  background: #f0ad4e;
  right: -10px;
  top: 50px;
  padding-top: 2px;
  text-align: center;
}

.react-fine-uploader-gallery-download-button.audio-btn {
  top: 80px;
  background: #0069d9;
}

.react-fine-uploader-gallery-download-button.audio-btn i {
  color: white;
  font-size: 11px;
}

.react-fine-uploader-gallery-download-button span {
  color: white;
}

.react-fine-uploader-gallery-download-button:hover {
  cursor: pointer;
  background: #fdc77a;
}

.react-fine-uploader-gallery-download-button:focus {
  outline: none;
}

.react-fine-uploader-gallery-nosend-button {
  z-index: 9;
  background: transparent;
  border: 0;
  position: absolute;
  right: -18px;
  top: -12px;
}

.react-fine-uploader-gallery-nosend-button {
  cursor: pointer;
}

.react-fine-uploader-gallery-nosend-button svg {
  fill: #ff1313;
}

.react-fine-uploader-gallery-nosend-button:hover {
  cursor: pointer;
}

.react-fine-uploader-gallery-nosend-button:hover svg {
  fill: #ff4848;
}

.react-fine-uploader-gallery-nosend-button:focus {
  outline: none;
}

.react-fine-uploader-gallery-nosend-button:focus svg {
  fill: #ff4848;
}

.react-fine-uploader-gallery-delete-button {
  background: transparent;
  border: 0;
  position: absolute;
  right: -18px;
  top: -12px;
}

.react-fine-uploader-gallery-delete-button:hover svg {
  fill: grey;
}

.react-fine-uploader-gallery-delete-button:focus {
  outline: none;
}

.react-fine-uploader-gallery-delete-button:focus svg {
  fill: grey;
}

.react-fine-uploader-gallery-pause-resume-button {
  background: transparent;
  border: 0;
  position: absolute;
  left: -18px;
  top: -12px;
}

.react-fine-uploader-gallery-pause-resume-button:hover svg {
  fill: grey;
}

.react-fine-uploader-gallery-pause-resume-button:focus {
  outline: none;
}

.react-fine-uploader-gallery-pause-resume-button:focus svg {
  fill: grey;
}

.react-fine-uploader-gallery-retry-button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: -12px;
}

.react-fine-uploader-gallery-retry-button:hover svg {
  fill: grey;
}

.react-fine-uploader-gallery-retry-button:focus {
  outline: none;
}

.react-fine-uploader-gallery-retry-button:focus svg {
  fill: grey;
}

.react-fine-uploader-modal-comment-button {
  z-index: 9;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  padding: 4px 5px;
  background: #296daf;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  border: 0;
}

.react-fine-uploader-modal-comment-button .glyphicon {
  color: #fff;
  font-size: 11px;
  top: 0;
}

.react-fine-uploader-modal-comment-button:hover {
  cursor: pointer;
  background: #779cbf;
}

.react-fine-uploader-modal-comment-button:focus {
  outline: none;
}

.react-fine-uploader-modal-comment-button.active {
  background: #449d44;
}

.lightBox-btn {
  -webkit-transition: background 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.lightBox-btn:hover {
  cursor: pointer;
  background: rgba(51, 182, 204, .3);
  -webkit-transition: background 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.ico-download {
  color: #fff;
}
.avatar-container {
  display: inline-block;
}
.input-helper {
  position: relative;
}

.helper {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: right;
  width: 100%;
  font-size: 14px;
}
.spinner-container {
  display: inline-block;
}

.spinner-center {
  display: block;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
}

.spinner-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
}

.spinner-full > span {
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
/* required styles */
.leaflet-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.leaflet-div-icon {
  border: none;
  background: none;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-marker-pane {
  position: absolute;
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
      touch-action: none;
}
.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  /*behavior: url(#default#VML);*/
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, .5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, .7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, .5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, .2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.matriX(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.map {
  height: 100%;
}

.map .leaflet-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.map .leaflet-div-icon {
  border: none;
  background: none;
}
.status-formatter .status {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
  }
  .status-formatter .with-border {
    border: 1px solid gray;
  }
.rw-combobox input.rw-input,
.rw-datetimepicker input.rw-input,
.rw-multiselect,
.rw-numberpicker input.rw-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.rw-datetimepicker .rw-btn {
    line-height: 1em;
  }

.picker-wrapper {
  position: relative;
}

.picker-wrapper .btn-clear {
    visibility: hidden;
    position: absolute;
    background: transparent;
    border: 0;
    right: 58px;
    padding: 7px;
    font-size: 14px;
    z-index: 1;
    color: rgba(0, 0, 0, .4)
  }

.picker-wrapper .btn-clear:hover {
      cursor: pointer;
      color: rgba(0, 0, 0, .6);
    }

.picker-wrapper .btn-clear:active,
    .picker-wrapper .btn-clear:focus {
      outline: none;
    }

.picker-wrapper .btn-clear--without-time {
      right: 30px;
    }

.picker-wrapper:hover .btn-clear {
    visibility: visible;
  }
.composite-widget .data-button {
    position: relative;
    width: 100%;
  }
    .composite-widget .data-button .portal-opener {
      width: 100%;
      border-radius: 2px;
      font-size: 14px;
      text-align: left;
      background-color: rgba(0, 0, 0, .04);
      border: solid 1px rgba(0, 0, 0, .08);
      color: rgba(0, 0, 0, .4);
      padding: 5px 20px 5px 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden
    }
    .composite-widget .data-button .portal-opener:hover {
        background-color: rgba(0, 0, 0, .06);
        border: solid 1px rgba(0, 0, 0, .1);
        color: rgba(0, 0, 0, .6);
      }
    .composite-widget .data-button .data-cleaner {
      background: transparent;
      border: 0px;
      color: rgba(0, 0, 0, .4);
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 6px 10px;
      font-size: 14px
    }
    .composite-widget .data-button .data-cleaner:hover {
        cursor: pointer;
        color: rgba(0, 0, 0, .8);
      }
    .composite-widget .data-button .data-cleaner:active, .composite-widget .data-button .data-cleaner:focus {
        outline: none;
      }
    .popup {
  background: #fff;
  padding: 10px;
  position: absolute;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  z-index: 100;
}
.adapted-input{
  width: 100%;
}.base-components-button{
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  padding: 9px 15px 9px 15px;
  border: none;
  background: none;
  cursor: pointer
}
.base-components-button:active,
  .base-components-button:focus{
    outline: none;
  }
.base-components-button:hover{
    opacity: 1;
    background-color: rgba(0, 0, 0, .05)
  }
.base-components-button:disabled{
    opacity: 0.16;
    background: none;
    cursor: not-allowed;
  }
.base-components-button--regular{
    background-color: rgba(0, 0, 0, .03);
  }.toolbar-actions {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.toolbar-actions .action {
  font-size: 20px;
  color: rgba(0, 0, 0, .2);
  background: none;
  border: 0px;
  padding: 0 6px 0 6px;
  line-height: normal;
  line-height: initial;
}

.toolbar-actions .action:first-child{
  padding-left: 0
}

.toolbar-actions .action:last-child{
  padding-right: 0
}

.toolbar-actions .action:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, .4);
}

.toolbar-actions .action:focus {
  outline: none;
}

.toolbar-actions .action[disabled] {
  color: rgba(0, 0, 0, .1);
}

.toolbar-actions .action[disabled]:hover {
  cursor: not-allowed;
  color: rgba(0, 0, 0, .1);
}
.add-btn {
  display: inline-block;
  background: none;
  vertical-align: top;
  border: none;
  margin: 3px;
  padding: 0
}
.add-btn:hover {
    cursor: pointer;
  }
.add-btn:hover svg rect {
        fill: #2475eb;
        -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
.add-btn i {
    width: 24px;
    height: 24px;
    display: block;
  }
.add-btn i svg {
      width: 24px;
      height: 24px;
    }
.add-btn i svg rect {
        -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
.toolbar-text-button{
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  padding: 9px 15px 9px 15px;
  border: none;
  background: none;
  cursor: pointer
}
.toolbar-text-button:active,
  .toolbar-text-button:focus{
    outline: none;
  }
.toolbar-text-button:hover{
    opacity: 1;
    background-color: rgba(0, 0, 0, .05)
  }
.toolbar-text-button:disabled{
    opacity: 0.16;
    background: none;
    cursor: not-allowed;
  }.tab-panel-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-flex: 1;
          -ms-flex-positive: 1;
      flex-grow: 1;
}
  
  .tab-panel-wrapper .tab-panel {
    background: #fff;
  }
  
  .tab-panel-wrapper .tab-panel .top-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: auto;
    }
  
  .tab-panel-wrapper .tab-panel .top-tabs .top-tab {
        padding: 18px;
        color: rgba(0, 0, 0, .32);
        line-height:14px;
        font-size: 14px;
        font-weight: 600;
        -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1)
      }
  
  .tab-panel-wrapper .tab-panel .top-tabs .top-tab:hover, .tab-panel-wrapper .tab-panel .top-tabs .top-tab.active {
          text-decoration: none;
          color: rgba(0, 0, 0, .8);
          -webkit-box-shadow: #0082ff 0 -2px inset;
                  box-shadow: #0082ff 0 -2px inset;
          -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }
  
  .tab-panel-wrapper .content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
            -ms-flex-positive: 1;
        flex-grow: 1;
  }

.uikit_components_text__Blocky_4a107da {
  display: block;
}

.uikit_components_text__required_4a107da {
  color: red;
  padding-left: 4px;
}

.uikit_components_text__defaultFont_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_components_text__H1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H1_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__H2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H2_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__H3_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H3_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__H4_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H4_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__Body1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Body2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Subtitle1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Subtitle2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__ButtonLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__MenuCategoryLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Overline_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Caption_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Hint_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_internal_core__ErrorMessageContainer_302113ac {
  display: block;
}

.uikit_internal_core__ErrorMessageContainer_302113ac .uikit_internal_core__ErrorMessage_302113ac {
    font-size: 12px;
    color: #f44;
    line-height: 16px;
  }

.uikit_internal_core__ErrorMessageContainer_302113ac.uikit_internal_core__inline_302113ac {
    display: inline-block;
  }

.uikit_internal_core__ErrorMessageContainer_302113ac.uikit_internal_core__beetle_302113ac .uikit_internal_core__ErrorMessage_302113ac {
      min-height: 16px;
    }
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Theme variables for this component */

.uikit_components_radiobutton__Radio_c7d6fc0 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  cursor: pointer;

  padding: 2px 8px 2px 24px;
}

.uikit_components_radiobutton__Radio_c7d6fc0.uikit_components_radiobutton__inline_c7d6fc0 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

.uikit_components_radiobutton__Radio_c7d6fc0 input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
  }

.uikit_components_radiobutton__Radio_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;

    border: 1px solid #B2B2B2;
    border-radius: 50%;

    display: inline-block;
    margin: 0 8px 0 0;

    background: white;
  }

.uikit_components_radiobutton__Radio_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0 .uikit_components_radiobutton__inner_c7d6fc0 {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
    }

.uikit_components_radiobutton__Radio_c7d6fc0 .uikit_components_radiobutton__label_c7d6fc0 {
    font-weight: normal;
    text-transform: none;
  }

/* Hover */

.uikit_components_radiobutton__Radio_c7d6fc0:not(.uikit_components_radiobutton__disabled_c7d6fc0):hover .uikit_components_radiobutton__circle_c7d6fc0 {
    border-color: #7F7F7F;
  }

/* Disabled */

.uikit_components_radiobutton__Radio_c7d6fc0.uikit_components_radiobutton__disabled_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0,.uikit_components_radiobutton__Radio_c7d6fc0  {
    border-color: #D6D6D6;
  }

.uikit_components_radiobutton__Radio_c7d6fc0.uikit_components_radiobutton__disabled_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0 .uikit_components_radiobutton__inner_c7d6fc0, .uikit_components_radiobutton__Radio_c7d6fc0 .uikit_components_radiobutton__inner_c7d6fc0 {
      background: #D6D6D6;
    }

/* Disabled & Checked */

.uikit_components_radiobutton__Radio_c7d6fc0.uikit_components_radiobutton__disabled_c7d6fc0.uikit_components_radiobutton__checked_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0 {
    border-color: #2880FF;
    opacity: 0.16;
  }

.uikit_components_radiobutton__Radio_c7d6fc0.uikit_components_radiobutton__disabled_c7d6fc0.uikit_components_radiobutton__checked_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0 .uikit_components_radiobutton__inner_c7d6fc0 {
      background: #2880FF;
    }

/* Checked */

.uikit_components_radiobutton__Radio_c7d6fc0.uikit_components_radiobutton__checked_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0 {
    border-color: #2780FF;
  }

.uikit_components_radiobutton__Radio_c7d6fc0.uikit_components_radiobutton__checked_c7d6fc0 .uikit_components_radiobutton__circle_c7d6fc0 .uikit_components_radiobutton__inner_c7d6fc0 {
      background: #2780FF;
    }

.uikit_components_radiobutton__ErrorMessage_c7d6fc0 {
  padding-left: 24px;
}

.uikit_components_radiobutton__RadioGroup_c7d6fc0 >* + * {
    margin-top: 8px;
  }

.uikit_components_radiobutton__RadioGroup_c7d6fc0 .uikit_components_radiobutton__ErrorMessage_c7d6fc0 {
    font-size: 12px;
    color: #f44;
    line-height: 16px;
  }
.action-popup-wrapper{
  background: #fff;
  padding: 10px;
  position: absolute;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  z-index: 300;
}

.action-popup-close-button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, .4)
}

.action-popup-close-button:hover {
    cursor: pointer;
    color: #000;
  }

.popup__reference{
  display: inline-block
}.data-button {
  position: relative;
  width: 100%;
}
  .data-button .portal-opener {
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    text-align: left;
    background-color: rgba(0, 0, 0, .04);
    border: solid 1px rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .4);
    padding: 5px 20px 5px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }
  .data-button .portal-opener:hover {
      background-color: rgba(0, 0, 0, .06);
      border: solid 1px rgba(0, 0, 0, .1);
      color: rgba(0, 0, 0, .6);
    }
  .data-button .data-cleaner {
    background: transparent;
    border: 0px;
    color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 10px;
    font-size: 14px
  }
  .data-button .data-cleaner:hover {
      cursor: pointer;
      color: rgba(0, 0, 0, .8);
    }
  .data-button .data-cleaner:active, .data-button .data-cleaner:focus {
      outline: none;
    }
.date-range-field-wrapper {
  display: block
}

.date-range-popper {
  max-width: 300px;
}

.date-range__form {
  padding-right: 12px;
}.pagination .range.btn-secondary.disabled {
  background: transparent;
  border: 0px;
  border-radius: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, .4);
  line-height: inherit;
  min-width: 65px;
}

.pagination .next-prev button {
  background: transparent;
  border: 0px;
  border-radius: 0;
  line-height: inherit;
  font-size: 14px;
  padding: 12px 15px;
  color: rgba(0, 0, 0, .4);
}

.pagination .pagination-limit {
  background: transparent;
  border: 0px;
  border-radius: 0;
  line-height: inherit;
  font-size: 14px;
  padding: 8px 15px;
  color: rgba(0, 0, 0, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
}

.pagination .pagination-limit__header {
    margin: 5px 5px 0 0
  }

.pagination .pagination-limit__dropdown {
    min-width: 80px;
  }

.pagination .next-prev button:focus, .pagination .next-prev button:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .next-prev button:disabled {
  color: rgba(0, 0, 0, .2);
}

.pagination .next-prev button:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, .8);
}

.pagination .next-prev button:disabled:hover {
  cursor: not-allowed;
  color: rgba(0, 0, 0, .2);
}
.right-widgets .base-collapse-btn {
    font-size: 20px
  }
  .right-widgets .collapsesContainer .base-collapse-btn {
      font-size: 16px;
    }
  .base-collapse-btn {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  background: white;
  padding: 16px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: ease background-color .2s;
  transition: ease background-color .2s
}
  .base-collapse-btn:focus {
    outline: none;
  }
  .base-collapse-btn:hover {
    -webkit-transition: ease background-color .2s;
    transition: ease background-color .2s;
    background: #fafafa;
  }
  .base-collapse-btn .base-collapse-btn-icon {
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    width: 24px;
    height: 24px;
    -webkit-transition: ease transform .2s;
    transition: ease transform .2s
  }
  .base-collapse-btn .base-collapse-btn-icon.base-collapse-btn-icon-opened {
      -webkit-transition: ease transform .2s;
      transition: ease transform .2s;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
.address-combobox-select-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .address-combobox-select {
    -webkit-box-flex: 1;
            -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 10px;
  }
  .address-combobox-map {
    margin-top: 5px;
    height: 470px
  }
  .address-combobox-map .map {
      cursor: pointer;
    }
@-webkit-keyframes uikit_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes uikit_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.uikit_components_spin__Spin_954f3503 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.uikit_components_spin__enabled_954f3503 {
  -webkit-animation-name: uikit_components_spin__spin_954f3503;
          animation-name: uikit_components_spin__spin_954f3503;
}

.uikit_components_spin__fast_954f3503 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.uikit_components_spin__normal_954f3503 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.uikit_components_spin__slow_954f3503 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.uikit_components_button__Button_15a751f1 {
  /* layout */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* Support smart hover */
  position: relative;

  /* geometry */
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 10px;

  /* appearance */
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;

  /* Color */
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Button_15a751f1:hover:not(:disabled) {
    background: #EDEDED;
  }

  .uikit_components_button__Button_15a751f1:active:not(:disabled) {
    background: #E2E2E2;
  }

  .uikit_components_button__Button_15a751f1:disabled,
  .uikit_components_button__Button_15a751f1:disabled:hover,
  .uikit_components_button__Button_15a751f1:disabled:active {
    opacity: 0.3;
    cursor: default;
  }

  /* sizes */

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 {
    height: 34px;
    padding: 0 8px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 22px;
      min-height: 22px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 {
    height: 32px;
    padding: 0 3px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 16px;
      min-height: 16px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 {
    padding: 0;
    height: auto;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1:not(:disabled):hover {
      padding: 0;
      height: auto;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 > .uikit_components_button__Label_15a751f1 {
      padding: 0;
      font-weight: normal;
    }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Label_15a751f1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
    font-size: inherit;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: inherit;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Before_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__After_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Icon_15a751f1 {
    position: relative;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1 {
    background-color: transparent;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):hover,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):active,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:disabled {
      background: transparent;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1 {
    border: solid 1px #b2b2b2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1:disabled {
      border-color: #d6d6d6;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__nowrap_15a751f1 {
    white-space: nowrap;
  }

  .uikit_components_button__Primary_15a751f1 {
  background: #2880ff;
  color: white;
}

  .uikit_components_button__Primary_15a751f1:not(:disabled):hover {
    background: #2475eb;
  }

  .uikit_components_button__Primary_15a751f1:not(:disabled):active {
    background: #216bd6;
  }

  .uikit_components_button__Primary_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
    color: white;
  }

  .uikit_components_button__Secondary_15a751f1 {
  background: white;
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Negative_15a751f1 {
  background: #ff0000;
  color: white;
}

  .uikit_components_button__Negative_15a751f1:not(:disabled):hover {
    background: #eb0000;
  }

  .uikit_components_button__Negative_15a751f1:not(:disabled):active {
    background: #d60000;
  }

  .uikit_components_button__Negative_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
  }

  .uikit_components_button__fullWidth_15a751f1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_components_icon__Icon_3778264c > svg > g {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c > svg path {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
.addresses-management-list {
  margin-top: 10px;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
  .addresses-management-list .addresses-management-list-item {
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, .16);
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, .1);
    margin-bottom: 8px;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .addresses-management-list .addresses-management-list-item .btn-icon {
      display: inline-block;
      width: 37px;
      height: 37px;
      padding: 7px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
    }
  .addresses-management-list .addresses-management-list-item .btn-icon:hover {
        opacity: 100%;
        cursor: pointer;
      }
  .addresses-management-list .addresses-management-list-item .btn-icon:hover svg .icon-path {
            fill: #C3C3C3;
          }
  .addresses-management-list .addresses-management-list-item .btn-icon svg {
        width: 24px;
        height: 24px;
      }
  .addresses-management-list .addresses-management-list-item .btn-icon svg .icon-path {
          fill: #ACACAC;
        }
  .addresses-management-list .addresses-management-list-item:hover .btn-icon{
       -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
       transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
       opacity: 0.8;
       visibility: visible;
     }
  .addresses-management-list .addresses-management-list-item .title {
      padding: 8px;
    }
.loader {
}
.loader-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loader-dot {
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #007bff;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: scale-dot 0.7s ease-out infinite;
          animation: scale-dot 0.7s ease-out infinite
}
.loader-dot:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
.loader-dot:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
.loader-dot:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
.loader-dot:nth-of-type(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
@-webkit-keyframes scale-dot {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes scale-dot {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.read-toolbar {
  position: sticky;
  top: 45px;
  background-color: #fff;
  padding: 10px 15px;
  z-index: 10;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .read-toolbar--quick {
    top: 0;
    white-space: nowrap;
  }

  .read-toolbar--empty {
    padding: 1px 15px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06);
  }

  .read-toolbar .modal-button-wrapper button {
      height: 100%;
    }

  .read-toolbar button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .read-toolbar button .uikit-icon {
      margin: auto 4px auto 0px;
      width: 16px;
      height: 16px;
    }

  .read-toolbar button .uikit-icon--centered {
        margin: auto 0px;
      }

  .read-toolbar button .uikit-icon svg {
        width: inherit;
        height: inherit;
      }

  .read-toolbar .transitions-popup button {
      background-color: transparent;
      width: 100%;
    }

  .read-toolbar .transitions-popup button:hover {
      background-color: rgba(0, 0, 0, .03);
      width: 100%;
      -webkit-box-shadow: 15px 0px 0px 0px rgba(0, 0, 0, .03), -15px 0px 0px 0px rgba(0, 0, 0, .03);
              box-shadow: 15px 0px 0px 0px rgba(0, 0, 0, .03), -15px 0px 0px 0px rgba(0, 0, 0, .03);
    }

  .read-toolbar .transitions-popup button:not(:last-child) {
      margin-bottom: 8px;
    }

  .read-toolbar .toolbar-text-button {
  background-color: rgba(0, 0, 0, .03);
}

  .read-toolbar .toolbar-text-button:hover {
  background-color: rgba(0, 0, 0, .05);
}

  .read-toolbar .btn-secondary {
  border: solid 1px rgba(0, 0, 0, .1);
}

  .read-toolbar .status-formatter .status {
  display: none;
}

  .read-toolbar .btn {
  padding: 4px 8px;
  padding: .25rem .5rem;
  font-size: 14px;
  font-size: .875rem;
  border-radius: .2rem;
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
  font-weight: 400;
  line-height: 1.25;
}

  .read-toolbar .btn:hover {
  color: #292b2c;
  background-color: #e6e6e6;
}
.widgets-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgb(240, 240, 240);
}

  .widgets-tabs .top-tab {
    padding: 18px;
    color: rgba(0, 0, 0, .32);
    line-height:14px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .widgets-tabs .top-tab:hover, .widgets-tabs .top-tab.active {
      text-decoration: none;
      color: rgba(0, 0, 0, .8);
      -webkit-box-shadow: #0082ff 0 -2px inset;
              box-shadow: #0082ff 0 -2px inset;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

  .widgets-tabs-wrapper {
    width: 100%;
  }
.issue-view .label {
  font-size: 14px;
  text-align: left;
  color: rgba(0, 0, 0, .4);
}

.issue-view .issue-view-title {
  position: relative;
  top: 10px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.issue-view .issue-view-field {
  padding: 15px;
}

.issue-view .issue-view-group .col-4:nth-child(n+4) .issue-view-field {
  padding-top: 5px;
}

.issue-view .issue-view-group {
  border-top: 1px solid #f1f1f1;
}

.issue-view .issue-view-group:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.issue-view .issue-HEADING, .issue-view .issue-BODY, .issue-view .issue-FOOTER {
  padding: 15px 15px 20px 15px;
}

.issue-view .issue-HEADING .status-formatter {
  font-size: 14.4px;
}

.issue-view .issue-FOOTER .fine-uploader-dropzone-container {
  border: 2px dashed #e8e8e8;
}

.issue-view .issue-FOOTER .fine-uploader-dropzone-container .react-fine-uploader-gallery-file-input-container {
  background: #7d989c;
  border: 1px solid #e8e8e8;
}

.issue-view .issue-FOOTER .fine-uploader-dropzone-container .react-fine-uploader-gallery-file-input-container:hover {
  background: #33b6cc;
}

.crud-read-heading-item,
.crud-read-body-item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.tab-content .issues-grid .grid-group .footer {
  background-color: transparent;
}

.crud-read-container .right-widgets {
  border-left: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.bottom-widgets-wrapper {
  border-top: 1px solid #f1f1f1;
  margin-top: -1px;
  z-index: 11;
  position: relative;
}
.form-group--hidden{
  margin-bottom: 0
}.uikit_components_button__Button_15a751f1 {
  /* layout */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* Support smart hover */
  position: relative;

  /* geometry */
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 10px;

  /* appearance */
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;

  /* Color */
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Button_15a751f1:hover:not(:disabled) {
    background: #EDEDED;
  }

  .uikit_components_button__Button_15a751f1:active:not(:disabled) {
    background: #E2E2E2;
  }

  .uikit_components_button__Button_15a751f1:disabled,
  .uikit_components_button__Button_15a751f1:disabled:hover,
  .uikit_components_button__Button_15a751f1:disabled:active {
    opacity: 0.3;
    cursor: default;
  }

  /* sizes */

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 {
    height: 34px;
    padding: 0 8px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 22px;
      min-height: 22px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 {
    height: 32px;
    padding: 0 3px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 16px;
      min-height: 16px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 {
    padding: 0;
    height: auto;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1:not(:disabled):hover {
      padding: 0;
      height: auto;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 > .uikit_components_button__Label_15a751f1 {
      padding: 0;
      font-weight: normal;
    }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Label_15a751f1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
    font-size: inherit;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: inherit;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Before_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__After_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Icon_15a751f1 {
    position: relative;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1 {
    background-color: transparent;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):hover,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):active,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:disabled {
      background: transparent;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1 {
    border: solid 1px #b2b2b2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1:disabled {
      border-color: #d6d6d6;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__nowrap_15a751f1 {
    white-space: nowrap;
  }

  .uikit_components_button__Primary_15a751f1 {
  background: #2880ff;
  color: white;
}

  .uikit_components_button__Primary_15a751f1:not(:disabled):hover {
    background: #2475eb;
  }

  .uikit_components_button__Primary_15a751f1:not(:disabled):active {
    background: #216bd6;
  }

  .uikit_components_button__Primary_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
    color: white;
  }

  .uikit_components_button__Secondary_15a751f1 {
  background: white;
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Negative_15a751f1 {
  background: #ff0000;
  color: white;
}

  .uikit_components_button__Negative_15a751f1:not(:disabled):hover {
    background: #eb0000;
  }

  .uikit_components_button__Negative_15a751f1:not(:disabled):active {
    background: #d60000;
  }

  .uikit_components_button__Negative_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
  }

  .uikit_components_button__fullWidth_15a751f1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}
.uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-left: 16px;
    min-height: 16px;
    cursor: pointer;
  }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214:focus::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214:hover::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214:active::before {
      content: "";
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      left: 0;
      top: 9px;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      border-radius: 2px;
      background-color: #fff;
      border: solid 1px rgba(0, 0, 0, .16);
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214:hover::before {
      border-color: rgba(0, 0, 0, .32);
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214.uikit_components_checkbox__checked_b0162214:focus::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214.uikit_components_checkbox__checked_b0162214:hover::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214.uikit_components_checkbox__checked_b0162214:active::before {
      background-color: #2880ff;
      border: none;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214:hover::before {
      background-color: #2475eb;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214:active::before {
      background-color: #216bd6;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214:focus::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214:focus:hover::before {
      border-color: #2880ff;
    }

    /* custom foreground */

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214::after {
      content: "";
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      left: 0;
      top: 9px;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2212px%22 height%3D%229px%22 viewBox%3D%220 0 12 9%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A sketchtool 48.2 (47327) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3E333290BA-9733-4A50-B704-5FA52CDAEDCF%3C%2Ftitle%3E    %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22checkbox%2Fpressed%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-6.000000%2C -7.000000)%22%3E        %3Cg id%3D%22Group-7%22%3E            %3Cg id%3D%22Group%22 transform%3D%22translate(4.000000%2C 4.000000)%22%3E                %3Crect id%3D%22Rectangle%22 x%3D%220%22 y%3D%220%22 width%3D%2216%22 height%3D%2216%22%3E%3C%2Frect%3E                %3Cpath d%3D%22M3.70710678%2C7.29289322 C3.31658249%2C6.90236893 2.68341751%2C6.90236893 2.29289322%2C7.29289322 C1.90236893%2C7.68341751 1.90236893%2C8.31658249 2.29289322%2C8.70710678 L5.29289322%2C11.7071068 C5.68341751%2C12.0976311 6.31658249%2C12.0976311 6.70710678%2C11.7071068 L13.7071068%2C4.70710678 C14.0976311%2C4.31658249 14.0976311%2C3.68341751 13.7071068%2C3.29289322 C13.3165825%2C2.90236893 12.6834175%2C2.90236893 12.2928932%2C3.29289322 L6%2C9.58578644 L3.70710678%2C7.29289322 Z%22 id%3D%22done_x16%22 fill%3D%22%23FFFFFF%22 fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E            %3C%2Fg%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__partial_b0162214.uikit_components_checkbox__checked_b0162214::after {
      background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2210px%22 height%3D%222px%22 viewBox%3D%220 0 10 2%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A sketchtool 48.2 (47327) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3E9D7AEBA2-19B8-45F1-BE3C-1C83BE0E2F36%3C%2Ftitle%3E    %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22checkbox%2Fpart_check%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-7.000000%2C -11.000000)%22%3E        %3Cg id%3D%22Group%22 transform%3D%22translate(4.000000%2C 4.000000)%22%3E            %3Crect id%3D%22Rectangle%22 x%3D%220%22 y%3D%220%22 width%3D%2216%22 height%3D%2216%22%3E%3C%2Frect%3E            %3Crect id%3D%22Rectangle-67%22 fill%3D%22%23FFFFFF%22 x%3D%223%22 y%3D%227%22 width%3D%2210%22 height%3D%222%22 rx%3D%221%22%3E%3C%2Frect%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214::after {
      opacity: 0.32;
    }

    /* hide original checkbox */

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214 [type="checkbox"]:not(:checked),
      .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214 [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
        margin: 0 4px;
        width: 16px;
        height: 16px;
        cursor: pointer;
      }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Label_b0162214 {
    font-size: 14px;
    line-height: 18px;
    -ms-flex-item-align: left;
        align-self: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 12px;
    color: #191919;
    margin: 0;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__ErrorMessage_b0162214 {
    font-size: 12px;
    color: #ff1919;
    padding-left: 28px;
    line-height: 16px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }
.crud-form-buttons-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
  .crud-form-buttons-group .crud-submit-button{
    margin-right: 8px;
  }
  .crud-form-buttons-group .crud-form-buttons-save {
    padding-top: 4px;
    padding-right: 16px;
  }
  .crud-submit-wrapper {
  position: relative;
  margin-right: 8px;
}
  .crud-submit-submitting span {
  color: transparent !important;
}
  .crud-submit-spinner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.crud-form .label {
  font-size: 14px;
  text-align: left;
  color: rgba(0, 0, 0, .4);
}

.crud-form .issue-FOOTER .fine-uploader-dropzone-container {
  border: 2px dashed #e8e8e8;
}

.crud-form .issue-FOOTER .fine-uploader-dropzone-container .react-fine-uploader-gallery-file-input-container {
  background: #7d989c;
  border: 1px solid #e8e8e8;
}

.crud-form .issue-FOOTER .fine-uploader-dropzone-container .react-fine-uploader-gallery-file-input-container:hover {
  background: #33b6cc;
}

.crud-form .right-widgets-form {
  border-left: 1px solid #f1f1f1;
}

.crud-form {
   border-top: 1px solid #f1f1f1;
}
.crud-modal-form div.modal-body--scrollable {
    overflow-y: auto;
    max-height: calc(100vh - 189px);
  }

  .crud-modal-form .modal-body {
    height: auto;
    overflow-y: visible;
  }
.list-view-layout{
  position: relative;
  height: 100%
}
.list-view-layout > div {
    height: 100%;
  }
.quick-view__scroll-wrapper{
    overflow: auto;
    height: 100%;
  }
  .quick-view__wrapper{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: white;
    border: 1px solid rgba(0, 0, 0, .06);
  }
  .quick-view__close-button{
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 15;
    font-size: 27.2px;
    font-size: 1.7rem;
  }.select-list input.rw-select-list-input{
    display: none
  }
  .select-list .rw-select-list-label{
    padding-left: 0;
  }
  .select-list .rw-widget-container {
    max-height: calc(100vh - 188px);
    border: 0
  }
  @media (max-width: 1200px) {

  .select-list .rw-widget-container {
      max-height: calc(100vh - 188px)
  }
    }
  .select-list .rw-widget-container .rw-state-focus {
      -webkit-box-shadow: none;
              box-shadow: none;
    }
  .select-list .rw-list-option:hover, .select-list .rw-list-option:hover.rw-state-focus {
    background-color: rgba(40, 128, 255, .1);
    border-color: rgba(40, 128, 255, .1);
  }
  .dropdown .dropdown-menu {
  padding: 0;
}
  .dropdown .dropdown-menu.show .rw-selectlist.rw-widget {
  max-height: 600px;
  overflow: auto;
}
  .dropdown .dropdown-menu.show .button-area {
  border-top: 1px solid #f1f1f1;
}
.dropdown {
  padding-right: 10px;
}
  .dropdown .action.list {
    width: 30px;
    padding-top: 2px;
  }
  .dropdown .dropdown-menu.show {
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
  }
  .dropdown .dropdown-menu.show .rw-selectlist.rw-widget {
      border: none;
      padding: 0;
    }
  .dropdown .dropdown-menu.show .rw-selectlist.rw-widget .rw-list-option label {
          font-size: 14px;
          line-height: 1.29;
        }
  .dropdown .dropdown-menu.show .rw-selectlist.rw-widget .rw-list-option label input:checked {
              background-color: #2880ff;
              border: none;
              -webkit-box-shadow: none;
                      box-shadow: none;
            }
  .dropdown .dropdown-menu.show .rw-selectlist.rw-widget .rw-list-option:hover {
          border: none;
          border-radius: 0;
          background-color: rgba(40, 128, 255, .1);
        }
  .dropdown .dropdown-menu.show .button-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.export-to-file .export-to-file-button {
    margin-top: 3px;
    padding: 0;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

    .export-to-file .export-to-file-button, .export-to-file .export-to-file-button svg {
      width: 24px;
      height: 24px;
    }

    .export-to-file .export-to-file-button:focus {
      outline: none;
    }

    .export-to-file-popup {
  padding: 0 !important;
}

    .export-to-file-popup .views-select-dropdown-btn {
    text-align: left;
  }
.export-to-file .export-to-file-button {
    margin-top: 3px;
    padding: 0;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

    .export-to-file .export-to-file-button, .export-to-file .export-to-file-button svg {
      width: 24px;
      height: 24px;
    }

    .export-to-file .export-to-file-button:focus {
      outline: none;
    }

    .export-to-file-popup {
  padding: 0 !important;
}

    .export-to-file-popup .views-select-dropdown-btn {
    text-align: left;
  }
.toolbar-actions {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toolbar-actions .action {
  font-size: 20px;
  color: rgba(0, 0, 0, .2);
  background: none;
  border: 0px;
  padding: 0 6px 0 6px;
  line-height: normal;
  line-height: initial;
}

.toolbar-actions .action:first-child{
  padding-left: 0
}

.toolbar-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.toolbar-actions .action:last-child{
  padding-right: 0
}

.toolbar-actions .action:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, .4);
}

.toolbar-actions .action:focus {
  outline: none;
}

.toolbar-actions .action[disabled] {
  color: rgba(0, 0, 0, .1);
}

.toolbar-actions .action[disabled]:hover {
  cursor: not-allowed;
  color: rgba(0, 0, 0, .1);
}
.form-actions {
  position: absolute;
  width: 409px;
  left: 0;
  bottom: 0;
  padding: 0 15px;
  border-top: 1px solid rgba(0, 0, 0, .06);
  background-color: #fafafa;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 50px;
}

  .form-actions button {
    background: transparent;
    border: none;
    cursor: pointer
  }

  .form-actions button:focus {
      outline:0;
    }

  .form-actions .clear-form {
    /*TODO: убрать когда синхронизируют версию круда (в админке и модуле согласования)*/
    padding-left: 0 !important;
    opacity: 0.32;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
  }

  .form-actions .apply-form {
    /*TODO: убрать когда синхронизируют версию круда (в админке и модуле согласования)*/
    position: static !important;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2880ff;
  }
.filter-multiselect {
  width: 300px;
}
.filter-actions {
  padding: 8px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  background-color: #fafafa;
  height: 40px;
}

  .filter-actions .action-btn-wrapper{
    display: inline-block;
  }

  .filter-actions .action-btn {
    display: inline-block;
    background: none;
    vertical-align: top;
    border: none;
    margin: 3px;
    padding: 0;
    outline: none
  }

  .filter-actions .action-btn:hover {
      cursor: pointer;
    }

  .filter-actions .action-btn:hover svg rect {
          fill: #2475eb;
          -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }

  .filter-actions .action-btn:focus {
      outline: none;
    }

  .filter-actions .action-btn i {
      width: 24px;
      height: 24px;
      display: block;
    }

  .filter-actions .action-btn i svg {
        width: 20px;
        height: 20px;
      }

  .filter-actions .action-btn i svg rect {
          -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }

  .filter-actions .action-btn.return {
      position: absolute;
      right: 10px;
    }

  .filters-popup-manager{
  display: inline-block;
}

  .action-popup-close-button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, .4)
}

  .action-popup-close-button:hover {
    cursor: pointer;
    color: #000;
  }
.quick-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  padding: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

  .quick-filters .filters-sign {
    font-size: 16px;
    font-weight: 600;
    margin-right: 18px;
  }

  .quick-filters .filter-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .quick-filters .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    opacity: 0.32;
    margin-left: 5px
  }

  .quick-filters .close:hover {
      opacity: 0.7;
    }
.container-fluid.issues-grid {
  padding: 0;
}

.issues-grid {
  height: 100%;
  padding: 0;
  width: 100%;
  overflow: hidden;

}

.issues-grid .grid-row {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.issues-grid .grid-row .filter-col {
    border-right: 1px solid rgba(0, 0, 0, .06);
  }

.issues-grid .grid-row .filter-col .filter-toggle {
    cursor: pointer;
    width: 25px;
    padding-top: 10px;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    font-weight: 600;
    padding-right: 2px;
  }

.issues-grid .grid-row .filter-col .filter-toggle .fa-filter {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

.issues-grid .grid-row .filter-col .filter-header .header-name {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    text-transform: uppercase;
  }

.issues-grid .grid-row .filter-col .filter-header .close-bnt {
    display: inline-block;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, .4);
  }

.issues-grid .grid-row .filter-col .filter-header .close-bnt:focus {
    outline: none;
  }

.issues-grid .grid-row .filter-col .filter-header .close-bnt:hover {
    cursor: pointer;
    color: black;
  }

.issues-grid .grid-row .filter-col .filter-panel.invisible {
    width: 0;
  }

.issues-grid .grid-row .grid-col {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

.issues-grid .grid-row .grid-col .react-grid-Container {
    width: 100% !important;
  }

.issues-grid .grid-row .grid-col .react-grid-Container .react-grid-Grid {
    overflow: auto !important;
    height: 100%!important;
  }

.issues-grid .grid-row .grid-col .react-grid-Container .react-grid-Grid .react-grid-HeaderCell {
    padding-top: 11px;
  }

.issues-grid .grid-row .grid-col .react-grid-Container .react-grid-Grid .react-grid-HeaderCell--locked {
    border-right: none;
  }

.issues-grid .grid-row .grid-col .react-grid-Container .react-grid-Grid .react-grid-HeaderRow {
    width: 100% !important;
  }

.issues-grid .grid-row .grid-col .react-grid-Container .react-grid-Grid .react-grid-Canvas {
    width: 100% !important;
  }

.issues-grid > .row:first-child {
    height: 100%;
  }

.issues-grid .grid-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }

.issues-grid .grid-group--extended {
    padding-top: 100px !important;
  }

.issues-grid .grid-group .react-grid-Main {
    outline: none;
  }

.issues-grid .grid-group .react-grid-Grid {
    border: 0;
  }

.issues-grid .grid-group .react-grid-Grid .react-grid-checkbox-label {
    outline-style: none;
  }

.issues-grid .grid-group .toolbar {
    width: 100%;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
  }

.issues-grid .grid-group .quick-filters {
    width: 100%;
    position: absolute;
    height: 50px;
    top: 50px;
    left: 0;
  }

.issues-grid .grid-group .footer {
    z-index: 100;
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, .06);
  }

.issues-grid .react-grid-Grid {
    border: none;
  }

.issues-grid .react-grid-HeaderCell {
    font-weight: 500;
    font-size: 14px;
    border-left: none;
    border-right: none;
    background-color: transparent;
    line-height: 18px;
    color: rgba(0, 0, 0, .4);
    border-bottom: none;
  }

.issues-grid .react-grid-HeaderCell-sortable,
  .issues-grid .widget-HeaderCell__value {
    overflow: hidden;
    text-overflow: ellipsis;
  }

.issues-grid .react-grid-HeaderCell-sortable .pull-right {
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
  }

.issues-grid .react-grid-Cell {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
  }

.issues-grid .react-grid-Cell--locked:last-of-type {
    border-right: none;
  }

.issues-grid .react-grid-Main {
    height: 100%;
    outline: none;
  }

.issues-grid .react-grid-Container {
    height: 100%;
  }

.issues-grid .react-grid-Grid {
    min-height: 100%;
  }

.issues-grid .react-grid-Canvas {
    min-height: 100%;
  }

.issues-grid .react-grid-checkbox-label {
    margin-bottom: 2px;
    position: relative;
  }

.issues-grid .radio-custom + .radio-custom-label:before, .issues-grid .react-grid-checkbox + .react-grid-checkbox-label:before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .16);
  }

.issues-grid .radio-custom + .radio-custom-label:hover:before, .issues-grid .react-grid-checkbox + .react-grid-checkbox-label:hover:before {
    border-color: rgba(0, 0, 0, .32)!important;
  }

.issues-grid .react-grid-checkbox-label:active:before {
    border-color: #0082ff!important;
    background-color: #216bd6;
  }

.issues-grid .react-grid-checkbox:checked + .react-grid-checkbox-label:before {
    background-color: #2880ff;
    border: none;
  }

.issues-grid .react-grid-checkbox:checked + .react-grid-checkbox-label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ1LjIgKDQzNTE0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5kb25lX3gxNjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZG9uZV94MTYiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTM3IiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDIuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjcwNzEwNjc4LDYuMjkyODkzMjIgQzEuMzE2NTgyNDksNS45MDIzNjg5MyAwLjY4MzQxNzUxMSw1LjkwMjM2ODkzIDAuMjkyODkzMjE5LDYuMjkyODkzMjIgQy0wLjA5NzYzMTA3MjksNi42ODM0MTc1MSAtMC4wOTc2MzEwNzI5LDcuMzE2NTgyNDkgMC4yOTI4OTMyMTksNy43MDcxMDY3OCBMNC4yOTI4OTMyMiwxMS43MDcxMDY4IEM0LjY4MzQxNzUxLDEyLjA5NzYzMTEgNS4zMTY1ODI0OSwxMi4wOTc2MzExIDUuNzA3MTA2NzgsMTEuNzA3MTA2OCBMMTUuNzA3MTA2OCwxLjcwNzEwNjc4IEMxNi4wOTc2MzExLDEuMzE2NTgyNDkgMTYuMDk3NjMxMSwwLjY4MzQxNzUxMSAxNS43MDcxMDY4LDAuMjkyODkzMjE5IEMxNS4zMTY1ODI1LC0wLjA5NzYzMTA3MjkgMTQuNjgzNDE3NSwtMC4wOTc2MzEwNzI5IDE0LjI5Mjg5MzIsMC4yOTI4OTMyMTkgTDUsOS41ODU3ODY0NCBMMS43MDcxMDY3OCw2LjI5Mjg5MzIyIFoiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }

.issues-grid .react-grid-checkbox:checked+.react-grid-checkbox-label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

.issues-grid .react-grid-Row.row-selected .react-grid-Cell, .issues-grid .react-grid-Row.row-selected, .issues-grid .react-grid-Row .row-selected {
    background-color: #f0f0f0;
  }

.issues-grid .react-grid-HeaderCell__draggable:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, .1);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
  }

.issues-grid .react-grid-HeaderRow {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .06), inset 0 -1px 0 0 rgba(0, 0, 0, .06);
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .06), inset 0 -1px 0 0 rgba(0, 0, 0, .06);
  }

.issues-grid .react-grid-HeaderRow,  .issues-grid .grid-row .grid-col .react-grid-Container .react-grid-Grid .react-grid-HeaderCell--locked {
    background-color: #fafafa;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .06), inset 0 -1px 0 0 rgba(0, 0, 0, .06);
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .06), inset 0 -1px 0 0 rgba(0, 0, 0, .06);
  }

.issues-grid .react-grid-HeaderCell--locked:last-of-type {
    padding-bottom: 17px;
  }
.issue-layout {
  overflow-x: hidden;
  height: 100%;
}

.issue-layout .container-fluid {
  -webkit-box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .06);
          box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .06);
}

.issue-layout .breadcrumbs {
  position: sticky;
  top: 0;
  z-index: 11;
}

.issue-layout .breadcrumb {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
  background-color: #fff;
}

.issue-layout .breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 600;
}

.issue-layout .breadcrumb .breadcrumb-item>a {
  color: #000000;
}

.issue-layout .breadcrumb .summary {
  display: inline-block;
  margin-left: 5px;
}
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_components_icon__Icon_3778264c > svg > g {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c > svg path {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
.uikit_components_button__Button_15a751f1 {
  /* layout */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* Support smart hover */
  position: relative;

  /* geometry */
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 10px;

  /* appearance */
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;

  /* Color */
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Button_15a751f1:hover:not(:disabled) {
    background: #EDEDED;
  }

  .uikit_components_button__Button_15a751f1:active:not(:disabled) {
    background: #E2E2E2;
  }

  .uikit_components_button__Button_15a751f1:disabled,
  .uikit_components_button__Button_15a751f1:disabled:hover,
  .uikit_components_button__Button_15a751f1:disabled:active {
    opacity: 0.3;
    cursor: default;
  }

  /* sizes */

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 {
    height: 34px;
    padding: 0 8px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 22px;
      min-height: 22px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 {
    height: 32px;
    padding: 0 3px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 16px;
      min-height: 16px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 {
    padding: 0;
    height: auto;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1:not(:disabled):hover {
      padding: 0;
      height: auto;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 > .uikit_components_button__Label_15a751f1 {
      padding: 0;
      font-weight: normal;
    }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Label_15a751f1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
    font-size: inherit;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: inherit;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Before_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__After_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Icon_15a751f1 {
    position: relative;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1 {
    background-color: transparent;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):hover,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):active,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:disabled {
      background: transparent;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1 {
    border: solid 1px #b2b2b2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1:disabled {
      border-color: #d6d6d6;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__nowrap_15a751f1 {
    white-space: nowrap;
  }

  .uikit_components_button__Primary_15a751f1 {
  background: #2880ff;
  color: white;
}

  .uikit_components_button__Primary_15a751f1:not(:disabled):hover {
    background: #2475eb;
  }

  .uikit_components_button__Primary_15a751f1:not(:disabled):active {
    background: #216bd6;
  }

  .uikit_components_button__Primary_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
    color: white;
  }

  .uikit_components_button__Secondary_15a751f1 {
  background: white;
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Negative_15a751f1 {
  background: #ff0000;
  color: white;
}

  .uikit_components_button__Negative_15a751f1:not(:disabled):hover {
    background: #eb0000;
  }

  .uikit_components_button__Negative_15a751f1:not(:disabled):active {
    background: #d60000;
  }

  .uikit_components_button__Negative_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
  }

  .uikit_components_button__fullWidth_15a751f1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}
.uikit_components_topbar__Hamburger_73a90147 {
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  background-color: white;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .06);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .06);
}

  .uikit_components_topbar__Hamburger_73a90147.uikit_components_topbar__dark_73a90147 {
    background-color: #333a4e;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .uikit_components_topbar__Hamburger_73a90147 span {
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out;
  }

  .uikit_components_topbar__HamburgerButton_73a90147:hover {
    background: inherit !important;
  }
.uikit_components_popup-factory__CanvasContainer_f02a2417 {
  position: relative;
  display: block;
}

.uikit_components_popup-factory__CanvasElement_f02a2417.uikit_components_popup-factory__absolute_f02a2417 {
    position: absolute;
  }

.uikit_components_popup-factory__CanvasElement_f02a2417.uikit_components_popup-factory__fixed_f02a2417 {
    position: fixed;
  }
@-webkit-keyframes uikit_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uikit_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.uikit_components_popup-factory__PopupOverlay_fc52fea5 {
  position: absolute;
  display: table;
  z-index: 2;

  /* Very important to override any user CSS property about min-width/height
  In the case of body > * { min-height: auto } */
  min-height: auto !important;
  min-width: auto !important;
}

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div {
    position: absolute;
    -webkit-animation-name: uikit_components_popup-factory__fadein_fc52fea5;
            animation-name: uikit_components_popup-factory__fadein_fc52fea5;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-top-left_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-top_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-top-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-right-top_fc52fea5 {
      top: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-right-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-bottom-right_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-bottom_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-bottom-left_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-left-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-left_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_components_popup-factory__inner-left-top_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_components_popup-factory__noWrap_fc52fea5 {
  white-space: nowrap;
}
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* style-lint ignore */

.uikit_components_popup-factory__PopupContent_1f31bc89 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__withInnerPadding_1f31bc89 {
    padding: 8px 15px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopLeft_1f31bc89 {
    margin-top: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopLeft_1f31bc89::after,
    .uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopLeft_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopLeft_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopLeft_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTop_1f31bc89 {
    margin-top: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTop_1f31bc89::after,
    .uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTop_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTop_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTop_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopRight_1f31bc89 {
    margin-top: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopRight_1f31bc89::after,
    .uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopRight_1f31bc89::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopRight_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowTopRight_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowRightTop_1f31bc89 {
    margin-right: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowRightTop_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowRight_1f31bc89 {
    margin-right: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowRight_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowRightBottom_1f31bc89 {
    margin-right: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowRightBottom_1f31bc89::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowBottomRight_1f31bc89 {
    margin-bottom: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowBottomRight_1f31bc89::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowBottom_1f31bc89 {
    margin-bottom: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowBottom_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowBottomLeft_1f31bc89 {
    margin-bottom: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowBottomLeft_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowLeftBottom_1f31bc89 {
    margin-left: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowLeftBottom_1f31bc89::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowLeft_1f31bc89 {
    margin-left: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowLeft_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowLeftTop_1f31bc89 {
    margin-left: 9px;
  }

.uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowLeftTop_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

@supports(--css: variables) {
      .uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowDisplayIfSupported_1f31bc89::after {
        display: block;
      }
      .uikit_components_popup-factory__PopupContent_1f31bc89.uikit_components_popup-factory__arrowDisplayIfSupported_1f31bc89::before {
         display: block;
       }
    }
@-webkit-keyframes uikit_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uikit_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.uikit_components_popup-factory__StaticPopup_53290db4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* Vertical align needs to prevent top margin effect
   * https://stackoverflow.com/questions/48117071/element-with-display-inline-flex-has-a-strange-top-margin */
  vertical-align: top;
}

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4 .uikit_components_popup-factory__BlockWrapper_53290db4 {
      position: relative;
      z-index: 1;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4 .uikit_components_popup-factory__Block_53290db4 {
      position: absolute;
      display: table;
      border-radius: 2px;
      white-space: nowrap;
      opacity: 0;
    }

/* Applied only if element position has calculated */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__Positioned_53290db4 {
        opacity: 1;
      }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topLeft_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topLeft_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topLeft_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__top_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__top_53290db4 .uikit_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__top_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%) translateX(-50%);
                transform: translateY(-100%) translateX(-50%);
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__top_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__top_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topRight_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        right: 0;
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topRight_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__topRight_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightTop_53290db4 .uikit_components_popup-factory__Static_53290db4 {
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightTop_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightTop_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__right_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__right_53290db4 .uikit_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__right_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__right_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__right_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightBottom_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        bottom: 0;
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightBottom_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__rightBottom_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottomRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottomRight_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        right: 0;
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottomRight_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottomRight_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottom_53290db4 .uikit_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottom_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottom_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottom_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottomLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottomLeft_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__bottomLeft_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftBottom_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        bottom: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftBottom_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftBottom_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__left_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__left_53290db4 .uikit_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__left_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%) translateX(-100%);
                transform: translateY(-50%) translateX(-100%);
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__left_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__left_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftTop_53290db4 .uikit_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }

/* The same size as trigger */

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftTop_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_components_popup-factory__StaticPopup_53290db4 .uikit_components_popup-factory__Wrapper_53290db4.uikit_components_popup-factory__leftTop_53290db4 .uikit_components_popup-factory__Block_53290db4.uikit_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
}

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_components_hint__PopupContent_43d13321 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
  background-color: #303030;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 15px;
  color: white;
  font-size: 10px;
  line-height: 12px;
  max-width: 357px;
}

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopLeft_43d13321 {
    margin-top: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopLeft_43d13321::after,
    .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopLeft_43d13321::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopLeft_43d13321::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopLeft_43d13321::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, .07);
      border-width: 8px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTop_43d13321 {
    margin-top: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTop_43d13321::after,
    .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTop_43d13321::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTop_43d13321::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTop_43d13321::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, .07);
      border-width: 8px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopRight_43d13321 {
    margin-top: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopRight_43d13321::after,
    .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopRight_43d13321::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopRight_43d13321::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowTopRight_43d13321::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, .07);
      border-width: 8px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowRightTop_43d13321 {
    margin-right: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowRightTop_43d13321::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowRight_43d13321 {
    margin-right: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowRight_43d13321::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowRightBottom_43d13321 {
    margin-right: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowRightBottom_43d13321::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowBottomRight_43d13321 {
    margin-bottom: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowBottomRight_43d13321::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowBottom_43d13321 {
    margin-bottom: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowBottom_43d13321::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowBottomLeft_43d13321 {
    margin-bottom: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowBottomLeft_43d13321::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowLeftBottom_43d13321 {
    margin-left: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowLeftBottom_43d13321::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowLeft_43d13321 {
    margin-left: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowLeft_43d13321::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #303030;
      border-width: 7px;
    }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowLeftTop_43d13321 {
    margin-left: 9px;
  }

  .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowLeftTop_43d13321::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #303030;
      border-width: 7px;
    }

  @supports(--css: variables) {
      .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowDisplayIfSupported_43d13321::after {
        display: block;
      }
      .uikit_components_hint__PopupContent_43d13321.uikit_components_hint__arrowDisplayIfSupported_43d13321::before {
         display: block;
       }
    }
.uikit_components_topbar__TopBar_26b7f87d {
  min-width: 100%;
  -webkit-box-sizing: boreer-box;
          box-sizing: boreer-box;
  font-family: "Source Sans Pro", sans-serif;
}

  .uikit_components_topbar__TopBar_26b7f87d * {
    font-family: "Source Sans Pro", sans-serif;
  }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__StickyTopBar_26b7f87d {
    position: static;
    background-color: white;
    opacity: 1;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .06);
  }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__StickyTopBar_26b7f87d.uikit_components_topbar__sticky_26b7f87d {
      position: fixed;
      min-width: 100%;
      z-index: 1000;
    }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__BreadcrumbWrapper_26b7f87d {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__Breadcrumb_26b7f87d {
      /* Behavior */
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -webkit-box-flex: 10;
          -ms-flex-positive: 10;
              flex-grow: 10;
      min-width: 16px;

      /* Style */
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #7f7f7f;
    }

  /* Make second breadcrumb (excludes separator) smaller */

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__Breadcrumb_26b7f87d:nth-child(3) {
        -ms-flex-negative: 10;
            flex-shrink: 10;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
      }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__Breadcrumb_26b7f87d:last-child {
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
      }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__Breadcrumb_26b7f87d > .uikit_components_topbar__breadcrumbs-text_26b7f87d {
        vertical-align: middle;
        color: #7f7f7f;
      }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__Breadcrumb_26b7f87d > a {
        text-decoration: none;
      }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__Breadcrumb_26b7f87d > a:hover {
          text-decoration: underline;
        }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__Breadcrumb_26b7f87d:last-child > .uikit_components_topbar__breadcrumbs-text_26b7f87d {
          color: rgba(0, 0, 0, 1);
        }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Breadcrumbs_26b7f87d .uikit_components_topbar__BreadcrumbSeparator_26b7f87d {
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.71;
      letter-spacing: normal;
      width: 14px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      color: #7f7f7f;
    }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__HamburgerButton_26b7f87d {
    width: 100%;
    height: 100%;
  }

  .uikit_components_topbar__TopBar_26b7f87d .uikit_components_topbar__Divider_26b7f87d {
    height: 24px;
    width: 1px;
    background: black;
    opacity: 0.12;
  }
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
    }

.uikit_components_grid__Flex_3bf2d99f.uikit_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f .uikit_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      transition: -webkit-transform 0.25s ease;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentColumn_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235);
    }

.uikit_components_grid__Box_3bf2d99f.uikit_components_grid__borderContentRow_3bf2d99f > .uikit_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_sandbox_markup-elements-v1__bt_a8fb3881 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_sandbox_markup-elements-v1__br_a8fb3881 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_sandbox_markup-elements-v1__bb_a8fb3881 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_sandbox_markup-elements-v1__bl_a8fb3881 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_components_topbar__Row_14c97286 {
  text-decoration: none;
}

  .uikit_components_topbar__Row_14c97286:hover {
    background-color: #d4e6ff;
  }
.uikit_components_topbar__AppsIcon_5d4fbc2c {
  fill: #7f7f7f;
}

  .uikit_components_topbar__AppsIcon_5d4fbc2c.uikit_components_topbar__active_5d4fbc2c {
    fill: #2780ff;
  }
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_components_avatar__Avatar_b2cca7f6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b2b2b2;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 50%;
}

.uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__borderOutside_b2cca7f6 {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

.uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__interactive_b2cca7f6:hover {
    border: 2px solid #7f7f7f;
    background-color: #7f7f7f;
  }

.uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__interactive_b2cca7f6:hover.uikit_components_avatar__borderOutside_b2cca7f6 {
      margin: -2px;
    }

.uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__interactive_b2cca7f6:active {
    border: 2px solid #4c4c4c;
    background-color: #4c4c4c;
  }

.uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__interactive_b2cca7f6:active.uikit_components_avatar__borderOutside_b2cca7f6 {
      margin: -2px;
    }

.uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__active_b2cca7f6,
  .uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__interactive_b2cca7f6.uikit_components_avatar__active_b2cca7f6:hover {
    border: 2px solid #2880ff;
    background-color: #2880ff;
  }

.uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__active_b2cca7f6.uikit_components_avatar__borderOutside_b2cca7f6, .uikit_components_avatar__Avatar_b2cca7f6.uikit_components_avatar__interactive_b2cca7f6.uikit_components_avatar__active_b2cca7f6:hover.uikit_components_avatar__borderOutside_b2cca7f6 {
      margin: -2px;
    }

.uikit_components_avatar__Avatar_b2cca7f6 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.uikit_components_avatar__Avatar_b2cca7f6 .uikit_components_avatar__initials_b2cca7f6 {
    color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.uikit_components_avatar__XL_283e618b {
  width: 96px;
  height: 96px;
  font-size: 32px;
  font-weight: 400;
}

  .uikit_components_avatar__XL_283e618b img {
    width: 96px;
    height: 96px;
  }

  .uikit_components_avatar__S_283e618b {
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
}

  .uikit_components_avatar__S_283e618b img {
    width: 32px;
    height: 32px;
  }
.uikit_components_topbar__Tool_adf7934e {
  fill: #7f7f7f;
  position: relative;
}

  .uikit_components_topbar__Tool_adf7934e .uikit_components_topbar__NotificationsCount_adf7934e {
    background-color: #e04a4a;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;

    /* Element position */
    position: absolute;
    right: -7px;
    top: -8px;

    /* Position of text */
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    white-space: nowrap;
  }

  a.uikit_components_topbar__NormalizedLink_adf7934e {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uikit_components_topbar__UserCard_adf4cd88 a.uikit_components_topbar__Link_adf4cd88 {
    color: #2880ff;
    font-weight: 600;
    text-decoration: none;
  }

a.uikit_components_topbar__PassiveLink_adf4cd88 {
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #191919;
  fill: #191919;
}

a.uikit_components_topbar__PassiveLink_adf4cd88:hover {
    background-color: #e9f2ff;
  }
.uikit_components_topbar__Name_adf730f1 {
  color: rgb(40, 128, 255);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;
}

.uikit_components_topbar__NameLink_adf730f1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
[class^="uikit_components_topbar__NameLink_"]:hover {
  text-decoration: none;
}

[class^="uikit_components_popup-factory__PopupOverlay_"] {
  z-index: 16 !important;
}:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_components_icon__Icon_3778264c > svg > g {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c > svg path {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
.uikit_SideBarMenu__3fKY_36u {
  background-color: #333a4e;
  padding: 6px 0 48px 0;
  position: relative;
  -webkit-transition: width 0.15s ease-in-out, max-width 0.15s ease-in-out, min-width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out, max-width 0.15s ease-in-out, min-width 0.15s ease-in-out;
  overflow: hidden;
}

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 {
    cursor: pointer;
    min-height: 24px;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
  }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 span,
    .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 a {
      -o-object-fit: contain;
         object-fit: contain;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.29;
      letter-spacing: normal;
      color: rgba(255, 255, 255, .6);
      fill: rgba(255, 255, 255, .6);
      text-decoration: none;
      -webkit-transition: color 0.5s ease, fill 0.33s ease;
      transition: color 0.5s ease, fill 0.33s ease;
    }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4:active {
      text-decoration: none;
    }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4:hover span,
      .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4:hover a {
        color: rgba(255, 255, 255, .8);
        fill: rgba(255, 255, 255, .8);
      }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 .uikit_Active__1GA1nwRr {
      position: absolute;
      height: 50%;
      width: 2px;
      background-color: transparent;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
    }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 .uikit_Active__1GA1nwRr span,
      .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 .uikit_Active__1GA1nwRr a {
        color: rgb(255, 255, 255);
        fill: rgb(255, 255, 255);
      }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 .uikit_Left__3tyFlwvd {
      min-height: 24px;
      width: 56px;
    }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4 .uikit_Right__fONn7rNf {
      padding-right: 24px;
      min-height: 24px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4.uikit_active__3zX_Ac2r span,
      .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4.uikit_active__3zX_Ac2r a {
        color: white;
      }

  .uikit_SideBarMenu__3fKY_36u .uikit_Row__3mnaWBu4.uikit_active__3zX_Ac2r .uikit_Active__1GA1nwRr {
        background-color: white;
      }

  .uikit_SideBarMenu__3fKY_36u .uikit_Childrens__xHaArFzR {
    background-color: #292e3f;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    overflow: hidden;
    display: none;
  }

  .uikit_SideBarMenu__3fKY_36u .uikit_Childrens__xHaArFzR .uikit_Left__3tyFlwvd {
      visibility: hidden;
    }

  .uikit_SideBarMenu__3fKY_36u .uikit_Childrens__xHaArFzR.uikit_opened__3ChYV3B0 {
      display: block;
    }

  .uikit_SideBarMenu__3fKY_36u.uikit_compact__3UIhVgpW {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
  }

  .uikit_SideBarMenu__3fKY_36u.uikit_hidden__14c1YaQd {
    width: 0;
    min-width: 0;
    max-width: 0;
  }

  .uikit_SideBarMenu__3fKY_36u.uikit_submenuOpened__16zeQBQB {
    background-color: #292e3f;
  }

  .uikit_LowBox__3DCRM3e2 {
  min-height: 24px;
}

  .uikit_Header__2nQhBXCv {
  height: 100%;
}

  .uikit_ContractButton__1vDhJfxO {
  position: absolute;
  bottom: 0;
}
.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

  .dashboard [class*="uikit_components_topbar__StickyTopBar"] {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .dashboardUi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .06), inset 0 -1px 0 0 rgba(0, 0, 0, .06);
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .06), inset 0 -1px 0 0 rgba(0, 0, 0, .06);
}

  .dashboard-mainContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
}.uikit_6a4e72e1_components_topbar__TopBar_e006e14c {
  position: relative;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  z-index: 1;
}

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c * {
    font-family: 'Source Sans Pro', sans-serif;
  }

/* Header */

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c {
  position: static;
  opacity: 1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 1px 3px 0 rgba(0, 64, 153, .15);
  padding: 16px 0 16px 24px;
  margin: 0;
  max-width: 100%;
  max-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c > *:not(:first-child):not(:last-child) {
    margin-right: 24px;
  }

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c .uikit_6a4e72e1_components_topbar__Logo_e006e14c {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 24px;
  }

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c .uikit_6a4e72e1_components_topbar__Start_e006e14c {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    margin-left: 24px;
  }

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c .uikit_6a4e72e1_components_topbar__Start_e006e14c > *:not(:last-child) {
      margin-right: 24px;
    }

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c .uikit_6a4e72e1_components_topbar__End_e006e14c {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: 16px;
  }

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c .uikit_6a4e72e1_components_topbar__End_e006e14c > *:not(:first-child) {
      margin-left: 16px;
    }

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c.uikit_6a4e72e1_components_topbar__Sticky_e006e14c {
  position: fixed;
  min-width: 100%;
  z-index: 1000;
}

.uikit_6a4e72e1_components_topbar__TopBar_e006e14c .uikit_6a4e72e1_components_topbar__Header_e006e14c.uikit_6a4e72e1_components_topbar__Filled_e006e14c {
  background-color: white;
}
.uikit_6a4e72e1_components_topbar__Name_adf730f1 {
  color: rgb(40, 128, 255);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;

  -ms-flex-negative: 0;

      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.uikit_6a4e72e1_components_topbar__NameLink_adf730f1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  
  -ms-flex-negative: 0;
  
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.uikit_6a4e72e1_components_topbar__Divider_d7f50db7 {
  height: 24px;
  width: 1px;
  background: black;
  opacity: 0.12;
}
.uikit_4bd70384_components_popup-factory__CanvasContainer_f02a2417 {
  position: relative;
  display: block;
}

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__absolute_f02a2417 {
    position: absolute;
  }

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__fixed_f02a2417 {
    position: fixed;
  }
.uikit_90652e11_components_text__Blocky_4a107da {
  display: block;
}

.uikit_90652e11_components_text__required_4a107da {
  color: red;
  padding-left: 4px;
}

.uikit_90652e11_components_text__defaultFont_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_90652e11_components_text__H1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H1_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H2_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H3_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H3_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H4_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H4_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__Body1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Body2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__ButtonLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__MenuCategoryLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Overline_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Caption_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Hint_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_90652e11_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_90652e11_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_90652e11_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* style-lint ignore */

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__withInnerPadding_1f31bc89 {
    padding: 8px 15px;
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

@supports(--css: variables) {
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::after {
        display: block;
      }
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::before {
         display: block;
       }
    }
@-webkit-keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 {
  position: absolute;
  display: table;
  z-index: 2;

  /* Very important to override any user CSS property about min-width/height
  In the case of body > * { min-height: auto } */
  min-height: auto !important;
  min-width: auto !important;
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div {
    position: absolute;
    -webkit-animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
            animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
  }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-left_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-top_fc52fea5 {
      top: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-right_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-left_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-top_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__noWrap_fc52fea5 {
  white-space: nowrap;
}
@-webkit-keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* Vertical align needs to prevent top margin effect
   * https://stackoverflow.com/questions/48117071/element-with-display-inline-flex-has-a-strange-top-margin */
  vertical-align: top;
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
      position: relative;
      z-index: 1;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
      position: absolute;
      display: table;
      border-radius: 2px;
      white-space: nowrap;
      opacity: 0

      /* Applied only if element position has calculated */
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__Positioned_53290db4 {
        opacity: 1;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%) translateX(-50%);
                transform: translateY(-100%) translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Static_53290db4 {
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%) translateX(-100%);
                transform: translateY(-50%) translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }
.uikit_4bd70384_components_popup-factory__CanvasContainer_f02a2417 {
  position: relative;
  display: block;
}

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__absolute_f02a2417 {
    position: absolute;
  }

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__fixed_f02a2417 {
    position: fixed;
  }
.uikit_90652e11_components_text__Blocky_4a107da {
  display: block;
}

.uikit_90652e11_components_text__required_4a107da {
  color: red;
  padding-left: 4px;
}

.uikit_90652e11_components_text__defaultFont_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_90652e11_components_text__H1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H1_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H2_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H3_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H3_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H4_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H4_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__Body1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Body2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__ButtonLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__MenuCategoryLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Overline_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Caption_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Hint_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_90652e11_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_90652e11_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_90652e11_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* style-lint ignore */

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__withInnerPadding_1f31bc89 {
    padding: 8px 15px;
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

@supports(--css: variables) {
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::after {
        display: block;
      }
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::before {
         display: block;
       }
    }
@-webkit-keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 {
  position: absolute;
  display: table;
  z-index: 2;

  /* Very important to override any user CSS property about min-width/height
  In the case of body > * { min-height: auto } */
  min-height: auto !important;
  min-width: auto !important;
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div {
    position: absolute;
    -webkit-animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
            animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
  }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-left_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-top_fc52fea5 {
      top: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-right_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-left_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-top_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__noWrap_fc52fea5 {
  white-space: nowrap;
}
@-webkit-keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* Vertical align needs to prevent top margin effect
   * https://stackoverflow.com/questions/48117071/element-with-display-inline-flex-has-a-strange-top-margin */
  vertical-align: top;
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
      position: relative;
      z-index: 1;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
      position: absolute;
      display: table;
      border-radius: 2px;
      white-space: nowrap;
      opacity: 0

      /* Applied only if element position has calculated */
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__Positioned_53290db4 {
        opacity: 1;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%) translateX(-50%);
                transform: translateY(-100%) translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Static_53290db4 {
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%) translateX(-100%);
                transform: translateY(-50%) translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }
.color-gray-0 {
  color: #F8FAFC;
}

.colorGray0 {
  color: #F8FAFC;
}

.color-gray-1 {
  color: #EDF2F7;
}

.colorGray1 {
  color: #EDF2F7;
}

.color-gray-2 {
  color: #D9E2EC;
}

.colorGray2 {
  color: #D9E2EC;
}

.color-gray-3 {
  color: #BECCDA;
}

.colorGray3 {
  color: #BECCDA;
}

.color-gray-4 {
  color: #9FB3C8;
}

.colorGray4 {
  color: #9FB3C8;
}

.color-gray-5 {
  color: #829AB1;
}

.colorGray5 {
  color: #829AB1;
}

.color-gray-6 {
  color: #627D98;
}

.colorGray6 {
  color: #627D98;
}

.color-gray-7 {
  color: #486581;
}

.colorGray7 {
  color: #486581;
}

.color-gray-8 {
  color: #334E68;
}

.colorGray8 {
  color: #334E68;
}

.color-gray-9 {
  color: #243B53;
}

.colorGray9 {
  color: #243B53;
}

.color-gray-10 {
  color: #102A43;
}

.colorGray10 {
  color: #102A43;
}

.color-blue-1 {
  color: #e7f1ff;
}

.colorBlue1 {
  color: #e7f1ff;
}

.color-blue-2 {
  color: #b9d6ff;
}

.colorBlue2 {
  color: #b9d6ff;
}

.color-blue-3 {
  color: #8bbbff;
}

.colorBlue3 {
  color: #8bbbff;
}

.color-blue-4 {
  color: #5ca0ff;
}

.colorBlue4 {
  color: #5ca0ff;
}

.color-blue-5 {
  color: #2e85ff;
}

.colorBlue5 {
  color: #2e85ff;
}

.color-blue-6 {
  color: #006aff;
}

.colorBlue6 {
  color: #006aff;
}

.color-blue-7 {
  color: #0057d1;
}

.colorBlue7 {
  color: #0057d1;
}

.color-blue-8 {
  color: #004099;
}

.colorBlue8 {
  color: #004099;
}

.color-blue-9 {
  color: #00275d;
}

.colorBlue9 {
  color: #00275d;
}

.color-blue-10 {
  color: #00142f;
}

.colorBlue10 {
  color: #00142f;
}

.color-red-1 {
  color: #ffe3e3;
}

.colorRed1 {
  color: #ffe3e3;
}

.color-red-2 {
  color: #ffbdbd;
}

.colorRed2 {
  color: #ffbdbd;
}

.color-red-3 {
  color: #ff9b9b;
}

.colorRed3 {
  color: #ff9b9b;
}

.color-red-4 {
  color: #f86a6a;
}

.colorRed4 {
  color: #f86a6a;
}

.color-red-5 {
  color: #ef4e4e;
}

.colorRed5 {
  color: #ef4e4e;
}

.color-red-6 {
  color: #df202d;
}

.colorRed6 {
  color: #df202d;
}

.color-red-7 {
  color: #cf1124;
}

.colorRed7 {
  color: #cf1124;
}

.color-red-8 {
  color: #ab091e;
}

.colorRed8 {
  color: #ab091e;
}

.color-red-9 {
  color: #8a041a;
}

.colorRed9 {
  color: #8a041a;
}

.color-red-10 {
  color: #610316;
}

.colorRed10 {
  color: #610316;
}

.color-green-1 {
  color: #e3f9e5;
}

.colorGreen1 {
  color: #e3f9e5;
}

.color-green-2 {
  color: #c1f2c7;
}

.colorGreen2 {
  color: #c1f2c7;
}

.color-green-3 {
  color: #91e697;
}

.colorGreen3 {
  color: #91e697;
}

.color-green-4 {
  color: #51ca58;
}

.colorGreen4 {
  color: #51ca58;
}

.color-green-5 {
  color: #31b237;
}

.colorGreen5 {
  color: #31b237;
}

.color-green-6 {
  color: #18981d;
}

.colorGreen6 {
  color: #18981d;
}

.color-green-7 {
  color: #0f8613;
}

.colorGreen7 {
  color: #0f8613;
}

.color-green-8 {
  color: #0e7817;
}

.colorGreen8 {
  color: #0e7817;
}

.color-green-9 {
  color: #07600e;
}

.colorGreen9 {
  color: #07600e;
}

.color-green-10 {
  color: #014807;
}

.colorGreen10 {
  color: #014807;
}

.color-orange-1 {
  color: #ffe8d9;
}

.colorOrange1 {
  color: #ffe8d9;
}

.color-orange-2 {
  color: #ffd0b5;
}

.colorOrange2 {
  color: #ffd0b5;
}

.color-orange-3 {
  color: #ffb088;
}

.colorOrange3 {
  color: #ffb088;
}

.color-orange-4 {
  color: #ff9466;
}

.colorOrange4 {
  color: #ff9466;
}

.color-orange-5 {
  color: #f9703e;
}

.colorOrange5 {
  color: #f9703e;
}

.color-orange-6 {
  color: #f35627;
}

.colorOrange6 {
  color: #f35627;
}

.color-orange-7 {
  color: #de3a11;
}

.colorOrange7 {
  color: #de3a11;
}

.color-orange-8 {
  color: #c52707;
}

.colorOrange8 {
  color: #c52707;
}

.color-orange-9 {
  color: #ad1d07;
}

.colorOrange9 {
  color: #ad1d07;
}

.color-orange-10 {
  color: #841003;
}

.colorOrange10 {
  color: #841003;
}

.color-yellow-1 {
  color: #fff7e0;
}

.colorYellow1 {
  color: #fff7e0;
}

.color-yellow-2 {
  color: #fcefc7;
}

.colorYellow2 {
  color: #fcefc7;
}

.color-yellow-3 {
  color: #f8e3a3;
}

.colorYellow3 {
  color: #f8e3a3;
}

.color-yellow-4 {
  color: #f9da8b;
}

.colorYellow4 {
  color: #f9da8b;
}

.color-yellow-5 {
  color: #f7d070;
}

.colorYellow5 {
  color: #f7d070;
}

.color-yellow-6 {
  color: #e9b949;
}

.colorYellow6 {
  color: #e9b949;
}

.color-yellow-7 {
  color: #c99a2e;
}

.colorYellow7 {
  color: #c99a2e;
}

.color-yellow-8 {
  color: #a27c1a;
}

.colorYellow8 {
  color: #a27c1a;
}

.color-yellow-9 {
  color: #7c5e10;
}

.colorYellow9 {
  color: #7c5e10;
}

.color-yellow-10 {
  color: #513c06;
}

.colorYellow10 {
  color: #513c06;
}

.color-purple-1 {
  color: #f2ebfe;
}

.colorPurple1 {
  color: #f2ebfe;
}

.color-purple-2 {
  color: #dac4ff;
}

.colorPurple2 {
  color: #dac4ff;
}

.color-purple-3 {
  color: #b990ff;
}

.colorPurple3 {
  color: #b990ff;
}

.color-purple-4 {
  color: #a368fc;
}

.colorPurple4 {
  color: #a368fc;
}

.color-purple-5 {
  color: #9446ed;
}

.colorPurple5 {
  color: #9446ed;
}

.color-purple-6 {
  color: #8719e0;
}

.colorPurple6 {
  color: #8719e0;
}

.color-purple-7 {
  color: #7a0ecc;
}

.colorPurple7 {
  color: #7a0ecc;
}

.color-purple-8 {
  color: #690cb0;
}

.colorPurple8 {
  color: #690cb0;
}

.color-purple-9 {
  color: #580a94;
}

.colorPurple9 {
  color: #580a94;
}

.color-purple-10 {
  color: #44056e;
}

.colorPurple10 {
  color: #44056e;
}

.color-pink-1 {
  color: #ffe3ec;
}

.colorPink1 {
  color: #ffe3ec;
}

.color-pink-2 {
  color: #ffb8d2;
}

.colorPink2 {
  color: #ffb8d2;
}

.color-pink-3 {
  color: #ff8cba;
}

.colorPink3 {
  color: #ff8cba;
}

.color-pink-4 {
  color: #f364a2;
}

.colorPink4 {
  color: #f364a2;
}

.color-pink-5 {
  color: #e8368f;
}

.colorPink5 {
  color: #e8368f;
}

.color-pink-6 {
  color: #da127d;
}

.colorPink6 {
  color: #da127d;
}

.color-pink-7 {
  color: #bc0a6f;
}

.colorPink7 {
  color: #bc0a6f;
}

.color-pink-8 {
  color: #a30664;
}

.colorPink8 {
  color: #a30664;
}

.color-pink-9 {
  color: #870557;
}

.colorPink9 {
  color: #870557;
}

.color-pink-10 {
  color: #620042;
}

.colorPink10 {
  color: #620042;
}

.color-cyan-1 {
  color: #e1fcf8;
}

.colorCyan1 {
  color: #e1fcf8;
}

.color-cyan-2 {
  color: #c1fef6;
}

.colorCyan2 {
  color: #c1fef6;
}

.color-cyan-3 {
  color: #92fdf2;
}

.colorCyan3 {
  color: #92fdf2;
}

.color-cyan-4 {
  color: #62f4eb;
}

.colorCyan4 {
  color: #62f4eb;
}

.color-cyan-5 {
  color: #3ae7e1;
}

.colorCyan5 {
  color: #3ae7e1;
}

.color-cyan-6 {
  color: #1cd4d4;
}

.colorCyan6 {
  color: #1cd4d4;
}

.color-cyan-7 {
  color: #0fb5ba;
}

.colorCyan7 {
  color: #0fb5ba;
}

.color-cyan-8 {
  color: #099aa4;
}

.colorCyan8 {
  color: #099aa4;
}

.color-cyan-9 {
  color: #07818f;
}

.colorCyan9 {
  color: #07818f;
}

.color-cyan-10 {
  color: #05606e;
}

.colorCyan10 {
  color: #05606e;
}

.color-magenta-1 {
  color: #fdebff;
}

.colorMagenta1 {
  color: #fdebff;
}

.color-magenta-2 {
  color: #f8c4fe;
}

.colorMagenta2 {
  color: #f8c4fe;
}

.color-magenta-3 {
  color: #f48fff;
}

.colorMagenta3 {
  color: #f48fff;
}

.color-magenta-4 {
  color: #f368fc;
}

.colorMagenta4 {
  color: #f368fc;
}

.color-magenta-5 {
  color: #ed47ed;
}

.colorMagenta5 {
  color: #ed47ed;
}

.color-magenta-6 {
  color: #e019d0;
}

.colorMagenta6 {
  color: #e019d0;
}

.color-magenta-7 {
  color: #cb10b8;
}

.colorMagenta7 {
  color: #cb10b8;
}

.color-magenta-8 {
  color: #b30ba3;
}

.colorMagenta8 {
  color: #b30ba3;
}

.color-magenta-9 {
  color: #960888;
}

.colorMagenta9 {
  color: #960888;
}

.color-magenta-10 {
  color: #6e0560;
}

.colorMagenta10 {
  color: #6e0560;
}

.bg-color-gray-0 {
  background-color: #F8FAFC;
}

.bgColorGray0 {
  background-color: #F8FAFC;
}

.bg-color-gray-1 {
  background-color: #EDF2F7;
}

.bgColorGray1 {
  background-color: #EDF2F7;
}

.bg-color-gray-2 {
  background-color: #D9E2EC;
}

.bgColorGray2 {
  background-color: #D9E2EC;
}

.bg-color-gray-3 {
  background-color: #BECCDA;
}

.bgColorGray3 {
  background-color: #BECCDA;
}

.bg-color-gray-4 {
  background-color: #9FB3C8;
}

.bgColorGray4 {
  background-color: #9FB3C8;
}

.bg-color-gray-5 {
  background-color: #829AB1;
}

.bgColorGray5 {
  background-color: #829AB1;
}

.bg-color-gray-6 {
  background-color: #627D98;
}

.bgColorGray6 {
  background-color: #627D98;
}

.bg-color-gray-7 {
  background-color: #486581;
}

.bgColorGray7 {
  background-color: #486581;
}

.bg-color-gray-8 {
  background-color: #334E68;
}

.bgColorGray8 {
  background-color: #334E68;
}

.bg-color-gray-9 {
  background-color: #243B53;
}

.bgColorGray9 {
  background-color: #243B53;
}

.bg-color-gray-10 {
  background-color: #102A43;
}

.bgColorGray10 {
  background-color: #102A43;
}

.bg-color-blue-1 {
  background-color: #e7f1ff;
}

.bgColorBlue1 {
  background-color: #e7f1ff;
}

.bg-color-blue-2 {
  background-color: #b9d6ff;
}

.bgColorBlue2 {
  background-color: #b9d6ff;
}

.bg-color-blue-3 {
  background-color: #8bbbff;
}

.bgColorBlue3 {
  background-color: #8bbbff;
}

.bg-color-blue-4 {
  background-color: #5ca0ff;
}

.bgColorBlue4 {
  background-color: #5ca0ff;
}

.bg-color-blue-5 {
  background-color: #2e85ff;
}

.bgColorBlue5 {
  background-color: #2e85ff;
}

.bg-color-blue-6 {
  background-color: #006aff;
}

.bgColorBlue6 {
  background-color: #006aff;
}

.bg-color-blue-7 {
  background-color: #0057d1;
}

.bgColorBlue7 {
  background-color: #0057d1;
}

.bg-color-blue-8 {
  background-color: #004099;
}

.bgColorBlue8 {
  background-color: #004099;
}

.bg-color-blue-9 {
  background-color: #00275d;
}

.bgColorBlue9 {
  background-color: #00275d;
}

.bg-color-blue-10 {
  background-color: #00142f;
}

.bgColorBlue10 {
  background-color: #00142f;
}

.bg-color-red-1 {
  background-color: #ffe3e3;
}

.bgColorRed1 {
  background-color: #ffe3e3;
}

.bg-color-red-2 {
  background-color: #ffbdbd;
}

.bgColorRed2 {
  background-color: #ffbdbd;
}

.bg-color-red-3 {
  background-color: #ff9b9b;
}

.bgColorRed3 {
  background-color: #ff9b9b;
}

.bg-color-red-4 {
  background-color: #f86a6a;
}

.bgColorRed4 {
  background-color: #f86a6a;
}

.bg-color-red-5 {
  background-color: #ef4e4e;
}

.bgColorRed5 {
  background-color: #ef4e4e;
}

.bg-color-red-6 {
  background-color: #df202d;
}

.bgColorRed6 {
  background-color: #df202d;
}

.bg-color-red-7 {
  background-color: #cf1124;
}

.bgColorRed7 {
  background-color: #cf1124;
}

.bg-color-red-8 {
  background-color: #ab091e;
}

.bgColorRed8 {
  background-color: #ab091e;
}

.bg-color-red-9 {
  background-color: #8a041a;
}

.bgColorRed9 {
  background-color: #8a041a;
}

.bg-color-red-10 {
  background-color: #610316;
}

.bgColorRed10 {
  background-color: #610316;
}

.bg-color-green-1 {
  background-color: #e3f9e5;
}

.bgColorGreen1 {
  background-color: #e3f9e5;
}

.bg-color-green-2 {
  background-color: #c1f2c7;
}

.bgColorGreen2 {
  background-color: #c1f2c7;
}

.bg-color-green-3 {
  background-color: #91e697;
}

.bgColorGreen3 {
  background-color: #91e697;
}

.bg-color-green-4 {
  background-color: #51ca58;
}

.bgColorGreen4 {
  background-color: #51ca58;
}

.bg-color-green-5 {
  background-color: #31b237;
}

.bgColorGreen5 {
  background-color: #31b237;
}

.bg-color-green-6 {
  background-color: #18981d;
}

.bgColorGreen6 {
  background-color: #18981d;
}

.bg-color-green-7 {
  background-color: #0f8613;
}

.bgColorGreen7 {
  background-color: #0f8613;
}

.bg-color-green-8 {
  background-color: #0e7817;
}

.bgColorGreen8 {
  background-color: #0e7817;
}

.bg-color-green-9 {
  background-color: #07600e;
}

.bgColorGreen9 {
  background-color: #07600e;
}

.bg-color-green-10 {
  background-color: #014807;
}

.bgColorGreen10 {
  background-color: #014807;
}

.bg-color-orange-1 {
  background-color: #ffe8d9;
}

.bgColorOrange1 {
  background-color: #ffe8d9;
}

.bg-color-orange-2 {
  background-color: #ffd0b5;
}

.bgColorOrange2 {
  background-color: #ffd0b5;
}

.bg-color-orange-3 {
  background-color: #ffb088;
}

.bgColorOrange3 {
  background-color: #ffb088;
}

.bg-color-orange-4 {
  background-color: #ff9466;
}

.bgColorOrange4 {
  background-color: #ff9466;
}

.bg-color-orange-5 {
  background-color: #f9703e;
}

.bgColorOrange5 {
  background-color: #f9703e;
}

.bg-color-orange-6 {
  background-color: #f35627;
}

.bgColorOrange6 {
  background-color: #f35627;
}

.bg-color-orange-7 {
  background-color: #de3a11;
}

.bgColorOrange7 {
  background-color: #de3a11;
}

.bg-color-orange-8 {
  background-color: #c52707;
}

.bgColorOrange8 {
  background-color: #c52707;
}

.bg-color-orange-9 {
  background-color: #ad1d07;
}

.bgColorOrange9 {
  background-color: #ad1d07;
}

.bg-color-orange-10 {
  background-color: #841003;
}

.bgColorOrange10 {
  background-color: #841003;
}

.bg-color-yellow-1 {
  background-color: #fff7e0;
}

.bgColorYellow1 {
  background-color: #fff7e0;
}

.bg-color-yellow-2 {
  background-color: #fcefc7;
}

.bgColorYellow2 {
  background-color: #fcefc7;
}

.bg-color-yellow-3 {
  background-color: #f8e3a3;
}

.bgColorYellow3 {
  background-color: #f8e3a3;
}

.bg-color-yellow-4 {
  background-color: #f9da8b;
}

.bgColorYellow4 {
  background-color: #f9da8b;
}

.bg-color-yellow-5 {
  background-color: #f7d070;
}

.bgColorYellow5 {
  background-color: #f7d070;
}

.bg-color-yellow-6 {
  background-color: #e9b949;
}

.bgColorYellow6 {
  background-color: #e9b949;
}

.bg-color-yellow-7 {
  background-color: #c99a2e;
}

.bgColorYellow7 {
  background-color: #c99a2e;
}

.bg-color-yellow-8 {
  background-color: #a27c1a;
}

.bgColorYellow8 {
  background-color: #a27c1a;
}

.bg-color-yellow-9 {
  background-color: #7c5e10;
}

.bgColorYellow9 {
  background-color: #7c5e10;
}

.bg-color-yellow-10 {
  background-color: #513c06;
}

.bgColorYellow10 {
  background-color: #513c06;
}

.bg-color-purple-1 {
  background-color: #f2ebfe;
}

.bgColorPurple1 {
  background-color: #f2ebfe;
}

.bg-color-purple-2 {
  background-color: #dac4ff;
}

.bgColorPurple2 {
  background-color: #dac4ff;
}

.bg-color-purple-3 {
  background-color: #b990ff;
}

.bgColorPurple3 {
  background-color: #b990ff;
}

.bg-color-purple-4 {
  background-color: #a368fc;
}

.bgColorPurple4 {
  background-color: #a368fc;
}

.bg-color-purple-5 {
  background-color: #9446ed;
}

.bgColorPurple5 {
  background-color: #9446ed;
}

.bg-color-purple-6 {
  background-color: #8719e0;
}

.bgColorPurple6 {
  background-color: #8719e0;
}

.bg-color-purple-7 {
  background-color: #7a0ecc;
}

.bgColorPurple7 {
  background-color: #7a0ecc;
}

.bg-color-purple-8 {
  background-color: #690cb0;
}

.bgColorPurple8 {
  background-color: #690cb0;
}

.bg-color-purple-9 {
  background-color: #580a94;
}

.bgColorPurple9 {
  background-color: #580a94;
}

.bg-color-purple-10 {
  background-color: #44056e;
}

.bgColorPurple10 {
  background-color: #44056e;
}

.bg-color-pink-1 {
  background-color: #ffe3ec;
}

.bgColorPink1 {
  background-color: #ffe3ec;
}

.bg-color-pink-2 {
  background-color: #ffb8d2;
}

.bgColorPink2 {
  background-color: #ffb8d2;
}

.bg-color-pink-3 {
  background-color: #ff8cba;
}

.bgColorPink3 {
  background-color: #ff8cba;
}

.bg-color-pink-4 {
  background-color: #f364a2;
}

.bgColorPink4 {
  background-color: #f364a2;
}

.bg-color-pink-5 {
  background-color: #e8368f;
}

.bgColorPink5 {
  background-color: #e8368f;
}

.bg-color-pink-6 {
  background-color: #da127d;
}

.bgColorPink6 {
  background-color: #da127d;
}

.bg-color-pink-7 {
  background-color: #bc0a6f;
}

.bgColorPink7 {
  background-color: #bc0a6f;
}

.bg-color-pink-8 {
  background-color: #a30664;
}

.bgColorPink8 {
  background-color: #a30664;
}

.bg-color-pink-9 {
  background-color: #870557;
}

.bgColorPink9 {
  background-color: #870557;
}

.bg-color-pink-10 {
  background-color: #620042;
}

.bgColorPink10 {
  background-color: #620042;
}

.bg-color-cyan-1 {
  background-color: #e1fcf8;
}

.bgColorCyan1 {
  background-color: #e1fcf8;
}

.bg-color-cyan-2 {
  background-color: #c1fef6;
}

.bgColorCyan2 {
  background-color: #c1fef6;
}

.bg-color-cyan-3 {
  background-color: #92fdf2;
}

.bgColorCyan3 {
  background-color: #92fdf2;
}

.bg-color-cyan-4 {
  background-color: #62f4eb;
}

.bgColorCyan4 {
  background-color: #62f4eb;
}

.bg-color-cyan-5 {
  background-color: #3ae7e1;
}

.bgColorCyan5 {
  background-color: #3ae7e1;
}

.bg-color-cyan-6 {
  background-color: #1cd4d4;
}

.bgColorCyan6 {
  background-color: #1cd4d4;
}

.bg-color-cyan-7 {
  background-color: #0fb5ba;
}

.bgColorCyan7 {
  background-color: #0fb5ba;
}

.bg-color-cyan-8 {
  background-color: #099aa4;
}

.bgColorCyan8 {
  background-color: #099aa4;
}

.bg-color-cyan-9 {
  background-color: #07818f;
}

.bgColorCyan9 {
  background-color: #07818f;
}

.bg-color-cyan-10 {
  background-color: #05606e;
}

.bgColorCyan10 {
  background-color: #05606e;
}

.bg-color-magenta-1 {
  background-color: #fdebff;
}

.bgColorMagenta1 {
  background-color: #fdebff;
}

.bg-color-magenta-2 {
  background-color: #f8c4fe;
}

.bgColorMagenta2 {
  background-color: #f8c4fe;
}

.bg-color-magenta-3 {
  background-color: #f48fff;
}

.bgColorMagenta3 {
  background-color: #f48fff;
}

.bg-color-magenta-4 {
  background-color: #f368fc;
}

.bgColorMagenta4 {
  background-color: #f368fc;
}

.bg-color-magenta-5 {
  background-color: #ed47ed;
}

.bgColorMagenta5 {
  background-color: #ed47ed;
}

.bg-color-magenta-6 {
  background-color: #e019d0;
}

.bgColorMagenta6 {
  background-color: #e019d0;
}

.bg-color-magenta-7 {
  background-color: #cb10b8;
}

.bgColorMagenta7 {
  background-color: #cb10b8;
}

.bg-color-magenta-8 {
  background-color: #b30ba3;
}

.bgColorMagenta8 {
  background-color: #b30ba3;
}

.bg-color-magenta-9 {
  background-color: #960888;
}

.bgColorMagenta9 {
  background-color: #960888;
}

.bg-color-magenta-10 {
  background-color: #6e0560;
}

.bgColorMagenta10 {
  background-color: #6e0560;
}

.border-color-gray-0 {
  border-color: #F8FAFC;
}

.borderColorGray0 {
  border-color: #F8FAFC;
}

.border-color-gray-1 {
  border-color: #EDF2F7;
}

.borderColorGray1 {
  border-color: #EDF2F7;
}

.border-color-gray-2 {
  border-color: #D9E2EC;
}

.borderColorGray2 {
  border-color: #D9E2EC;
}

.border-color-gray-3 {
  border-color: #BECCDA;
}

.borderColorGray3 {
  border-color: #BECCDA;
}

.border-color-gray-4 {
  border-color: #9FB3C8;
}

.borderColorGray4 {
  border-color: #9FB3C8;
}

.border-color-gray-5 {
  border-color: #829AB1;
}

.borderColorGray5 {
  border-color: #829AB1;
}

.border-color-gray-6 {
  border-color: #627D98;
}

.borderColorGray6 {
  border-color: #627D98;
}

.border-color-gray-7 {
  border-color: #486581;
}

.borderColorGray7 {
  border-color: #486581;
}

.border-color-gray-8 {
  border-color: #334E68;
}

.borderColorGray8 {
  border-color: #334E68;
}

.border-color-gray-9 {
  border-color: #243B53;
}

.borderColorGray9 {
  border-color: #243B53;
}

.border-color-gray-10 {
  border-color: #102A43;
}

.borderColorGray10 {
  border-color: #102A43;
}

.border-color-blue-1 {
  border-color: #e7f1ff;
}

.borderColorBlue1 {
  border-color: #e7f1ff;
}

.border-color-blue-2 {
  border-color: #b9d6ff;
}

.borderColorBlue2 {
  border-color: #b9d6ff;
}

.border-color-blue-3 {
  border-color: #8bbbff;
}

.borderColorBlue3 {
  border-color: #8bbbff;
}

.border-color-blue-4 {
  border-color: #5ca0ff;
}

.borderColorBlue4 {
  border-color: #5ca0ff;
}

.border-color-blue-5 {
  border-color: #2e85ff;
}

.borderColorBlue5 {
  border-color: #2e85ff;
}

.border-color-blue-6 {
  border-color: #006aff;
}

.borderColorBlue6 {
  border-color: #006aff;
}

.border-color-blue-7 {
  border-color: #0057d1;
}

.borderColorBlue7 {
  border-color: #0057d1;
}

.border-color-blue-8 {
  border-color: #004099;
}

.borderColorBlue8 {
  border-color: #004099;
}

.border-color-blue-9 {
  border-color: #00275d;
}

.borderColorBlue9 {
  border-color: #00275d;
}

.border-color-blue-10 {
  border-color: #00142f;
}

.borderColorBlue10 {
  border-color: #00142f;
}

.border-color-red-1 {
  border-color: #ffe3e3;
}

.borderColorRed1 {
  border-color: #ffe3e3;
}

.border-color-red-2 {
  border-color: #ffbdbd;
}

.borderColorRed2 {
  border-color: #ffbdbd;
}

.border-color-red-3 {
  border-color: #ff9b9b;
}

.borderColorRed3 {
  border-color: #ff9b9b;
}

.border-color-red-4 {
  border-color: #f86a6a;
}

.borderColorRed4 {
  border-color: #f86a6a;
}

.border-color-red-5 {
  border-color: #ef4e4e;
}

.borderColorRed5 {
  border-color: #ef4e4e;
}

.border-color-red-6 {
  border-color: #df202d;
}

.borderColorRed6 {
  border-color: #df202d;
}

.border-color-red-7 {
  border-color: #cf1124;
}

.borderColorRed7 {
  border-color: #cf1124;
}

.border-color-red-8 {
  border-color: #ab091e;
}

.borderColorRed8 {
  border-color: #ab091e;
}

.border-color-red-9 {
  border-color: #8a041a;
}

.borderColorRed9 {
  border-color: #8a041a;
}

.border-color-red-10 {
  border-color: #610316;
}

.borderColorRed10 {
  border-color: #610316;
}

.border-color-green-1 {
  border-color: #e3f9e5;
}

.borderColorGreen1 {
  border-color: #e3f9e5;
}

.border-color-green-2 {
  border-color: #c1f2c7;
}

.borderColorGreen2 {
  border-color: #c1f2c7;
}

.border-color-green-3 {
  border-color: #91e697;
}

.borderColorGreen3 {
  border-color: #91e697;
}

.border-color-green-4 {
  border-color: #51ca58;
}

.borderColorGreen4 {
  border-color: #51ca58;
}

.border-color-green-5 {
  border-color: #31b237;
}

.borderColorGreen5 {
  border-color: #31b237;
}

.border-color-green-6 {
  border-color: #18981d;
}

.borderColorGreen6 {
  border-color: #18981d;
}

.border-color-green-7 {
  border-color: #0f8613;
}

.borderColorGreen7 {
  border-color: #0f8613;
}

.border-color-green-8 {
  border-color: #0e7817;
}

.borderColorGreen8 {
  border-color: #0e7817;
}

.border-color-green-9 {
  border-color: #07600e;
}

.borderColorGreen9 {
  border-color: #07600e;
}

.border-color-green-10 {
  border-color: #014807;
}

.borderColorGreen10 {
  border-color: #014807;
}

.border-color-orange-1 {
  border-color: #ffe8d9;
}

.borderColorOrange1 {
  border-color: #ffe8d9;
}

.border-color-orange-2 {
  border-color: #ffd0b5;
}

.borderColorOrange2 {
  border-color: #ffd0b5;
}

.border-color-orange-3 {
  border-color: #ffb088;
}

.borderColorOrange3 {
  border-color: #ffb088;
}

.border-color-orange-4 {
  border-color: #ff9466;
}

.borderColorOrange4 {
  border-color: #ff9466;
}

.border-color-orange-5 {
  border-color: #f9703e;
}

.borderColorOrange5 {
  border-color: #f9703e;
}

.border-color-orange-6 {
  border-color: #f35627;
}

.borderColorOrange6 {
  border-color: #f35627;
}

.border-color-orange-7 {
  border-color: #de3a11;
}

.borderColorOrange7 {
  border-color: #de3a11;
}

.border-color-orange-8 {
  border-color: #c52707;
}

.borderColorOrange8 {
  border-color: #c52707;
}

.border-color-orange-9 {
  border-color: #ad1d07;
}

.borderColorOrange9 {
  border-color: #ad1d07;
}

.border-color-orange-10 {
  border-color: #841003;
}

.borderColorOrange10 {
  border-color: #841003;
}

.border-color-yellow-1 {
  border-color: #fff7e0;
}

.borderColorYellow1 {
  border-color: #fff7e0;
}

.border-color-yellow-2 {
  border-color: #fcefc7;
}

.borderColorYellow2 {
  border-color: #fcefc7;
}

.border-color-yellow-3 {
  border-color: #f8e3a3;
}

.borderColorYellow3 {
  border-color: #f8e3a3;
}

.border-color-yellow-4 {
  border-color: #f9da8b;
}

.borderColorYellow4 {
  border-color: #f9da8b;
}

.border-color-yellow-5 {
  border-color: #f7d070;
}

.borderColorYellow5 {
  border-color: #f7d070;
}

.border-color-yellow-6 {
  border-color: #e9b949;
}

.borderColorYellow6 {
  border-color: #e9b949;
}

.border-color-yellow-7 {
  border-color: #c99a2e;
}

.borderColorYellow7 {
  border-color: #c99a2e;
}

.border-color-yellow-8 {
  border-color: #a27c1a;
}

.borderColorYellow8 {
  border-color: #a27c1a;
}

.border-color-yellow-9 {
  border-color: #7c5e10;
}

.borderColorYellow9 {
  border-color: #7c5e10;
}

.border-color-yellow-10 {
  border-color: #513c06;
}

.borderColorYellow10 {
  border-color: #513c06;
}

.border-color-purple-1 {
  border-color: #f2ebfe;
}

.borderColorPurple1 {
  border-color: #f2ebfe;
}

.border-color-purple-2 {
  border-color: #dac4ff;
}

.borderColorPurple2 {
  border-color: #dac4ff;
}

.border-color-purple-3 {
  border-color: #b990ff;
}

.borderColorPurple3 {
  border-color: #b990ff;
}

.border-color-purple-4 {
  border-color: #a368fc;
}

.borderColorPurple4 {
  border-color: #a368fc;
}

.border-color-purple-5 {
  border-color: #9446ed;
}

.borderColorPurple5 {
  border-color: #9446ed;
}

.border-color-purple-6 {
  border-color: #8719e0;
}

.borderColorPurple6 {
  border-color: #8719e0;
}

.border-color-purple-7 {
  border-color: #7a0ecc;
}

.borderColorPurple7 {
  border-color: #7a0ecc;
}

.border-color-purple-8 {
  border-color: #690cb0;
}

.borderColorPurple8 {
  border-color: #690cb0;
}

.border-color-purple-9 {
  border-color: #580a94;
}

.borderColorPurple9 {
  border-color: #580a94;
}

.border-color-purple-10 {
  border-color: #44056e;
}

.borderColorPurple10 {
  border-color: #44056e;
}

.border-color-pink-1 {
  border-color: #ffe3ec;
}

.borderColorPink1 {
  border-color: #ffe3ec;
}

.border-color-pink-2 {
  border-color: #ffb8d2;
}

.borderColorPink2 {
  border-color: #ffb8d2;
}

.border-color-pink-3 {
  border-color: #ff8cba;
}

.borderColorPink3 {
  border-color: #ff8cba;
}

.border-color-pink-4 {
  border-color: #f364a2;
}

.borderColorPink4 {
  border-color: #f364a2;
}

.border-color-pink-5 {
  border-color: #e8368f;
}

.borderColorPink5 {
  border-color: #e8368f;
}

.border-color-pink-6 {
  border-color: #da127d;
}

.borderColorPink6 {
  border-color: #da127d;
}

.border-color-pink-7 {
  border-color: #bc0a6f;
}

.borderColorPink7 {
  border-color: #bc0a6f;
}

.border-color-pink-8 {
  border-color: #a30664;
}

.borderColorPink8 {
  border-color: #a30664;
}

.border-color-pink-9 {
  border-color: #870557;
}

.borderColorPink9 {
  border-color: #870557;
}

.border-color-pink-10 {
  border-color: #620042;
}

.borderColorPink10 {
  border-color: #620042;
}

.border-color-cyan-1 {
  border-color: #e1fcf8;
}

.borderColorCyan1 {
  border-color: #e1fcf8;
}

.border-color-cyan-2 {
  border-color: #c1fef6;
}

.borderColorCyan2 {
  border-color: #c1fef6;
}

.border-color-cyan-3 {
  border-color: #92fdf2;
}

.borderColorCyan3 {
  border-color: #92fdf2;
}

.border-color-cyan-4 {
  border-color: #62f4eb;
}

.borderColorCyan4 {
  border-color: #62f4eb;
}

.border-color-cyan-5 {
  border-color: #3ae7e1;
}

.borderColorCyan5 {
  border-color: #3ae7e1;
}

.border-color-cyan-6 {
  border-color: #1cd4d4;
}

.borderColorCyan6 {
  border-color: #1cd4d4;
}

.border-color-cyan-7 {
  border-color: #0fb5ba;
}

.borderColorCyan7 {
  border-color: #0fb5ba;
}

.border-color-cyan-8 {
  border-color: #099aa4;
}

.borderColorCyan8 {
  border-color: #099aa4;
}

.border-color-cyan-9 {
  border-color: #07818f;
}

.borderColorCyan9 {
  border-color: #07818f;
}

.border-color-cyan-10 {
  border-color: #05606e;
}

.borderColorCyan10 {
  border-color: #05606e;
}

.border-color-magenta-1 {
  border-color: #fdebff;
}

.borderColorMagenta1 {
  border-color: #fdebff;
}

.border-color-magenta-2 {
  border-color: #f8c4fe;
}

.borderColorMagenta2 {
  border-color: #f8c4fe;
}

.border-color-magenta-3 {
  border-color: #f48fff;
}

.borderColorMagenta3 {
  border-color: #f48fff;
}

.border-color-magenta-4 {
  border-color: #f368fc;
}

.borderColorMagenta4 {
  border-color: #f368fc;
}

.border-color-magenta-5 {
  border-color: #ed47ed;
}

.borderColorMagenta5 {
  border-color: #ed47ed;
}

.border-color-magenta-6 {
  border-color: #e019d0;
}

.borderColorMagenta6 {
  border-color: #e019d0;
}

.border-color-magenta-7 {
  border-color: #cb10b8;
}

.borderColorMagenta7 {
  border-color: #cb10b8;
}

.border-color-magenta-8 {
  border-color: #b30ba3;
}

.borderColorMagenta8 {
  border-color: #b30ba3;
}

.border-color-magenta-9 {
  border-color: #960888;
}

.borderColorMagenta9 {
  border-color: #960888;
}

.border-color-magenta-10 {
  border-color: #6e0560;
}

.borderColorMagenta10 {
  border-color: #6e0560;
}

.box-shadow-s {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 1px 3px 0 rgba(0, 64, 153, .15);
}

.boxShadowS {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 1px 3px 0 rgba(0, 64, 153, .15);
}

.box-shadow-m {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 2px 6px 0 rgba(0, 64, 153, .15);
}

.boxShadowM {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 2px 6px 0 rgba(0, 64, 153, .15);
}

.box-shadow-l {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
}

.boxShadowL {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
}

.box-shadow-xl {
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 10px 24px 0 rgba(0, 64, 153, .15);
}

.boxShadowXl {
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 10px 24px 0 rgba(0, 64, 153, .15);
}

.box-shadow-xxl {
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 15px 35px 0 rgba(0, 64, 153, .15);
}

.boxShadowXxl {
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 15px 35px 0 rgba(0, 64, 153, .15);
}

.font-family {
  font-family: 'Source Sans Pro', sans-serif;
}

.fontFamily {
  font-family: 'Source Sans Pro', sans-serif;
}

.font-size-h1 {
  font-size: 20px;
}

.fontSizeH1 {
  font-size: 20px;
}

.font-size-h1-big {
  font-size: 24px;
}

.fontSizeH1Big {
  font-size: 24px;
}

.font-size-h2 {
  font-size: 18px;
}

.fontSizeH2 {
  font-size: 18px;
}

.font-size-h2-big {
  font-size: 20px;
}

.fontSizeH2Big {
  font-size: 20px;
}

.font-size-h3 {
  font-size: 16px;
}

.fontSizeH3 {
  font-size: 16px;
}

.font-size-h3-big {
  font-size: 18px;
}

.fontSizeH3Big {
  font-size: 18px;
}

.font-size-body {
  font-size: 14px;
}

.fontSizeBody {
  font-size: 14px;
}

.font-size-body-big {
  font-size: 16px;
}

.fontSizeBodyBig {
  font-size: 16px;
}

.font-size-label {
  font-size: 14px;
}

.fontSizeLabel {
  font-size: 14px;
}

.font-size-label-big {
  font-size: 16px;
}

.fontSizeLabelBig {
  font-size: 16px;
}

.font-size-link {
  font-size: 14px;
}

.fontSizeLink {
  font-size: 14px;
}

.font-size-link-big {
  font-size: 16px;
}

.fontSizeLinkBig {
  font-size: 16px;
}

.font-size-caption {
  font-size: 12px;
}

.fontSizeCaption {
  font-size: 12px;
}

.font-size-caption-big {
  font-size: 14px;
}

.fontSizeCaptionBig {
  font-size: 14px;
}

.font-size-badge {
  font-size: 12px;
}

.fontSizeBadge {
  font-size: 12px;
}

.font-size-badge-big {
  font-size: 14px;
}

.fontSizeBadgeBig {
  font-size: 14px;
}

.font-weight-h1 {
  font-weight: 600;
}

.fontWeightH1 {
  font-weight: 600;
}

.font-weight-h2 {
  font-weight: 600;
}

.fontWeightH2 {
  font-weight: 600;
}

.font-weight-h3 {
  font-weight: 600;
}

.fontWeightH3 {
  font-weight: 600;
}

.font-weight-body {
  font-weight: normal;
}

.fontWeightBody {
  font-weight: normal;
}

.font-weight-label {
  font-weight: normal;
}

.fontWeightLabel {
  font-weight: normal;
}

.font-weight-link {
  font-weight: 600;
}

.fontWeightLink {
  font-weight: 600;
}

.font-weight-caption {
  font-weight: normal;
}

.fontWeightCaption {
  font-weight: normal;
}

.font-weight-badge {
  font-weight: bold;
}

.fontWeightBadge {
  font-weight: bold;
}

.font-color-h1 {
  color: #102A43;
}

.fontColorH1 {
  color: #102A43;
}

.font-color-h2 {
  color: #102A43;
}

.fontColorH2 {
  color: #102A43;
}

.font-color-h3 {
  color: #102A43;
}

.fontColorH3 {
  color: #102A43;
}

.font-color-body {
  color: #102A43;
}

.fontColorBody {
  color: #102A43;
}

.font-color-label {
  color: #486581;
}

.fontColorLabel {
  color: #486581;
}

.font-color-link {
  color: #0057d1;
}

.fontColorLink {
  color: #0057d1;
}

.font-color-caption {
  color: #486581;
}

.fontColorCaption {
  color: #486581;
}

.font-h1 {
  font-size: 20px;
  font-weight: 600;
  color: #102A43;
}

.fontH1 {
  font-size: 20px;
  font-weight: 600;
  color: #102A43;
}

.font-h1-big {
  font-size: 24px;
  font-weight: undefined;
  color: undefined;
}

.fontH1Big {
  font-size: 24px;
  font-weight: undefined;
  color: undefined;
}

.font-h2 {
  font-size: 18px;
  font-weight: 600;
  color: #102A43;
}

.fontH2 {
  font-size: 18px;
  font-weight: 600;
  color: #102A43;
}

.font-h2-big {
  font-size: 20px;
  font-weight: undefined;
  color: undefined;
}

.fontH2Big {
  font-size: 20px;
  font-weight: undefined;
  color: undefined;
}

.font-h3 {
  font-size: 16px;
  font-weight: 600;
  color: #102A43;
}

.fontH3 {
  font-size: 16px;
  font-weight: 600;
  color: #102A43;
}

.font-h3-big {
  font-size: 18px;
  font-weight: undefined;
  color: undefined;
}

.fontH3Big {
  font-size: 18px;
  font-weight: undefined;
  color: undefined;
}

.font-body {
  font-size: 14px;
  font-weight: normal;
  color: #102A43;
}

.fontBody {
  font-size: 14px;
  font-weight: normal;
  color: #102A43;
}

.font-body-big {
  font-size: 16px;
  font-weight: undefined;
  color: undefined;
}

.fontBodyBig {
  font-size: 16px;
  font-weight: undefined;
  color: undefined;
}

.font-label {
  font-size: 14px;
  font-weight: normal;
  color: #486581;
}

.fontLabel {
  font-size: 14px;
  font-weight: normal;
  color: #486581;
}

.font-label-big {
  font-size: 16px;
  font-weight: undefined;
  color: undefined;
}

.fontLabelBig {
  font-size: 16px;
  font-weight: undefined;
  color: undefined;
}

.font-link {
  font-size: 14px;
  font-weight: 600;
  color: #0057d1;
}

.fontLink {
  font-size: 14px;
  font-weight: 600;
  color: #0057d1;
}

.font-link-big {
  font-size: 16px;
  font-weight: undefined;
  color: undefined;
}

.fontLinkBig {
  font-size: 16px;
  font-weight: undefined;
  color: undefined;
}

.font-caption {
  font-size: 12px;
  font-weight: normal;
  color: #486581;
}

.fontCaption {
  font-size: 12px;
  font-weight: normal;
  color: #486581;
}

.font-caption-big {
  font-size: 14px;
  font-weight: undefined;
  color: undefined;
}

.fontCaptionBig {
  font-size: 14px;
  font-weight: undefined;
  color: undefined;
}

.font-badge {
  font-size: 12px;
  font-weight: bold;
  color: undefined;
}

.fontBadge {
  font-size: 12px;
  font-weight: bold;
  color: undefined;
}

.font-badge-big {
  font-size: 14px;
  font-weight: undefined;
  color: undefined;
}

.fontBadgeBig {
  font-size: 14px;
  font-weight: undefined;
  color: undefined;
}
/* style-lint ignore */

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  font-size: 12px;
  color: #102A43;
  border: 1px #D9E2EC solid;
  line-height: 14px;
  min-width: 180px;
  max-width: 280px;
}

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f .uikit_2f3c0486_components_hint__hideOverflow_919c5e3f {
    overflow: hidden;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
    position: absolute;
    pointer-events: none;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowTopLeft_919c5e3f {
    margin-top: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowTopLeft_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      bottom: 100%;
      width: 12px;
      height: 6px;
      left: var(--arrow-offset);
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowTop_919c5e3f {
    margin-top: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowTop_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      bottom: 100%;
      width: 12px;
      height: 6px;
      left: var(--arrow-offset);
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowTopRight_919c5e3f {
    margin-top: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowTopRight_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      bottom: 100%;
      width: 12px;
      height: 6px;
      right: var(--arrow-offset);
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowRightTop_919c5e3f {
    margin-right: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowRightTop_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      top: var(--arrow-offset);
      width: 6px;
      height: 12px;
      left: 100%;
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowRight_919c5e3f {
    margin-right: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowRight_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      top: var(--arrow-offset);
      width: 6px;
      height: 12px;
      left: 100%;
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowRightBottom_919c5e3f {
    margin-right: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowRightBottom_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      bottom: var(--arrow-offset);
      width: 6px;
      height: 12px;
      left: 100%;
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowBottomRight_919c5e3f {
    margin-bottom: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowBottomRight_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      top: 100%;
      width: 12px;
      height: 6px;
      right: var(--arrow-offset);
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowBottom_919c5e3f {
    margin-bottom: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowBottom_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      top: 100%;
      width: 12px;
      height: 6px;
      left: var(--arrow-offset);
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowBottomLeft_919c5e3f {
    margin-bottom: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowBottomLeft_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      top: 100%;
      width: 12px;
      height: 6px;
      left: var(--arrow-offset);
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowLeftBottom_919c5e3f {
    margin-left: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowLeftBottom_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      bottom: var(--arrow-offset);
      width: 6px;
      height: 12px;
      right: 100%;
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowLeft_919c5e3f {
    margin-left: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowLeft_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      top: var(--arrow-offset);
      width: 6px;
      height: 12px;
      right: 100%;
    }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowLeftTop_919c5e3f {
    margin-left: 9px;
  }

.uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowLeftTop_919c5e3f .uikit_2f3c0486_components_hint__CanvasArrow_919c5e3f {
      top: var(--arrow-offset);
      width: 6px;
      height: 12px;
      right: 100%;
    }

@supports (--css: variables) {
      .uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowDisplayIfSupported_919c5e3f::after {
        display: block;
      }

      .uikit_2f3c0486_components_hint__PopupContent_919c5e3f.uikit_2f3c0486_components_hint__arrowDisplayIfSupported_919c5e3f::before {
        display: block;
      }
    }
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Theme variables for this component */

.uikit_2f3c0486_components_hint__Hint_2cd0e71c {
  display: block;
}

.uikit_2f3c0486_components_hint__Badge_2cd0e71c {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  padding: 0;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_2f3c0486_components_hint__Badge_2cd0e71c > svg {
    vertical-align: top;
  }
/* stylelint-disable declaration-block-no-duplicate-properties */
.uikit_a3fe6201_components_text-clamp__MultilineTextOverflow_ccd5ec04 {
  font-family: 'Source Sans Pro', sans-serif;
  max-height: 4.2em;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: -o-ellipsis-lastline;
  -webkit-box-orient: vertical;
  text-align: left;
  -o-text-overflow: ellipsis;	/* required for Opera */
  -ms-text-overflow: ellipsis;	/* required for IE8, allegedly */
}
.uikit_a3fe6201_components_text-clamp__notNative_ccd5ec04 {
  padding-right: 1em !important;
}
.uikit_a3fe6201_components_text-clamp__emulateTextEllipsis_ccd5ec04 {
  position: relative !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.uikit_a3fe6201_components_text-clamp__emulateTextEllipsis_ccd5ec04::after {
  content: "...";
  display: block;
  font-family: inherit;
  font-size: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
}
.uikit_a3fe6201_components_text-clamp__overflown_ccd5ec04 {
  cursor: context-menu;
}
.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
  background-color: #102A43;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 12px;
  color: #F8FAFC;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  max-width: 400px;
  min-height: 22px;
  max-height: 36px;
  text-overflow: ellipsis
}

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopLeft_fe4727f3 {
    margin-top: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopLeft_fe4727f3::after,
    .uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopLeft_fe4727f3::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopLeft_fe4727f3::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopLeft_fe4727f3::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, .07);
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTop_fe4727f3 {
    margin-top: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTop_fe4727f3::after,
    .uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTop_fe4727f3::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTop_fe4727f3::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTop_fe4727f3::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, .07);
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopRight_fe4727f3 {
    margin-top: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopRight_fe4727f3::after,
    .uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopRight_fe4727f3::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopRight_fe4727f3::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowTopRight_fe4727f3::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, .07);
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowRightTop_fe4727f3 {
    margin-right: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowRightTop_fe4727f3::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowRight_fe4727f3 {
    margin-right: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowRight_fe4727f3::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowRightBottom_fe4727f3 {
    margin-right: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowRightBottom_fe4727f3::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowBottomRight_fe4727f3 {
    margin-bottom: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowBottomRight_fe4727f3::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowBottom_fe4727f3 {
    margin-bottom: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowBottom_fe4727f3::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowBottomLeft_fe4727f3 {
    margin-bottom: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowBottomLeft_fe4727f3::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowLeftBottom_fe4727f3 {
    margin-left: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowLeftBottom_fe4727f3::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowLeft_fe4727f3 {
    margin-left: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowLeft_fe4727f3::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #102A43;
      border-width: 4px;
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowLeftTop_fe4727f3 {
    margin-left: 12px
  }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowLeftTop_fe4727f3::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #102A43;
      border-width: 4px;
    }

@supports(--css: variables) {
      .uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowDisplayIfSupported_fe4727f3::after {
        display: block;
      }
      .uikit_ee73a307_components_tooltip__PopupContent_fe4727f3.uikit_ee73a307_components_tooltip__arrowDisplayIfSupported_fe4727f3::before {
         display: block;
       }
    }

.uikit_ee73a307_components_tooltip__PopupContent_fe4727f3 .uikit_ee73a307_components_tooltip__Text_fe4727f3 {
    line-height: 14px;
    margin-bottom: 1px;
  }
.uikit_6a4e72e1_components_topbar__Breadcrumbs_e16fcb7e {
  max-height: 24px;
  overflow: hidden;
  /* text-overflow: ellipsis; */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 36px !important;
}

.uikit_6a4e72e1_components_topbar__Breadcrumbs_e16fcb7e .uikit_6a4e72e1_components_topbar__BreadcrumbWrapper_e16fcb7e {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.uikit_6a4e72e1_components_topbar__Breadcrumbs_e16fcb7e.uikit_6a4e72e1_components_topbar__sizeS_e16fcb7e {
}

.uikit_6a4e72e1_components_topbar__Breadcrumbs_e16fcb7e.uikit_6a4e72e1_components_topbar__sizeM_e16fcb7e {
}

.uikit_6a4e72e1_components_topbar__Breadcrumbs_e16fcb7e.uikit_6a4e72e1_components_topbar__sizeL_e16fcb7e {
}

.uikit_6a4e72e1_components_topbar__Breadcrumbs_e16fcb7e.uikit_6a4e72e1_components_topbar__sizeXL_e16fcb7e {
}

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #486581;
  margin: 4px 4px 4px 0;
  white-space: nowrap;

  -ms-flex-negative: 0;

      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e a {
    text-decoration: none;
    color: #486581;
  }

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e a:hover {
    color: #102A43;
  }

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e:last-child {
  margin-right: 0;
  color: #102A43;

  -ms-flex-negative: 1;

      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e:last-child a {
    text-decoration: none;
    color: #102A43;
  }

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e.uikit_6a4e72e1_components_topbar__isFull_e16fcb7e {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e:hover {
  text-decoration: underline;
}

.uikit_6a4e72e1_components_topbar__Breadcrumb_e16fcb7e:hover a {
    text-decoration: underline;
  }

/* BreadcrumbSeparator */

.uikit_6a4e72e1_components_topbar__BreadcrumbSeparator_e16fcb7e {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: normal;
  width: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #486581;
  margin: 4px 4px 4px 0;
}
@-webkit-keyframes uikit_1b03bab0_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes uikit_1b03bab0_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes uikit_1b03bab0_components_spin__spinrev_954f3503 {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes uikit_1b03bab0_components_spin__spinrev_954f3503 {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

.uikit_1b03bab0_components_spin__Spin_954f3503 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.uikit_1b03bab0_components_spin__enabled_954f3503 {
  -webkit-animation-name: uikit_1b03bab0_components_spin__spin_954f3503;
          animation-name: uikit_1b03bab0_components_spin__spin_954f3503;
}

.uikit_1b03bab0_components_spin__enabledrev_954f3503 {
  -webkit-animation-name: uikit_1b03bab0_components_spin__spinrev_954f3503;
          animation-name: uikit_1b03bab0_components_spin__spinrev_954f3503;
}

.uikit_1b03bab0_components_spin__fast_954f3503 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.uikit_1b03bab0_components_spin__normal_954f3503 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.uikit_1b03bab0_components_spin__slow_954f3503 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.uikit_c82bc482_components_button__Button_15a751f1 {
  font-family: 'Source Sans Pro', sans-serif;

  /* layout */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  padding: 0 8px;

  /* Support smart hover */
  position: relative;

  /* geometry */
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;

  /* appearance */
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;

  /* Text style */
  color: #334E68;
  font-weight: 600
}

.uikit_c82bc482_components_button__Button_15a751f1:hover:not(:disabled) {
    background-color: #EDF2F7;
    color: #243B53;
  }

.uikit_c82bc482_components_button__Button_15a751f1:active:not(:disabled) {
    background-color: #D9E2EC;
    color: #102A43;
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__clean_15a751f1 {
    padding: 0;
    height: auto;
    min-height: auto
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__clean_15a751f1:not(:disabled):hover {
      padding: 0;
      height: auto;
    }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__clean_15a751f1 > .uikit_c82bc482_components_button__Label_15a751f1 {
      padding: 0;
      font-weight: normal;
    }

.uikit_c82bc482_components_button__Button_15a751f1 {

  /* No wide horizontal paddings (special version for the icons 24x24) */
}

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__tight_15a751f1 {
    padding: 0 4px;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Label_15a751f1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: inherit;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Before_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__After_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    position: relative;
    fill: currentColor
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1.uikit_c82bc482_components_button__withLabel_15a751f1 {
      margin: 0 -4px 0 4px;
    }

.uikit_c82bc482_components_button__Button_15a751f1:disabled,
  .uikit_c82bc482_components_button__Button_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__Button_15a751f1:disabled:active {
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
    cursor: not-allowed;
  }

.uikit_c82bc482_components_button__Button_15a751f1 {

  /* Additional built-in styles */
}

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1 {
    background-color: transparent !important;
    border: none !important
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:not(:disabled):hover,
    .uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:not(:disabled):active,
    .uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:disabled {
      background-color: transparent !important;
      border: none !important;
    }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:disabled {
      background-color: transparent !important;
      border: none !important;
    }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__nowrap_15a751f1 {
    white-space: nowrap;
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__bigSize_15a751f1 {
    font-size: 16px;
    line-height: 18px;
    min-height: 34px;
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__bigSize_15a751f1 > .uikit_c82bc482_components_button__Label_15a751f1 {
      /* Pixel perfect */
      margin-top: -1px;
      margin-right: 1px;
    }

.uikit_c82bc482_components_button__Primary_15a751f1 {
  background-color: #006aff;
  color: white;
  fill: white
}

.uikit_c82bc482_components_button__Primary_15a751f1:not(:disabled):hover {
    background-color: #0057d1;
    color: white;
  }

.uikit_c82bc482_components_button__Primary_15a751f1:not(:disabled):active {
    background-color: #004099;
    color: white;
  }

.uikit_c82bc482_components_button__Primary_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    fill: currentColor;
  }

.uikit_c82bc482_components_button__Primary_15a751f1:disabled,
  .uikit_c82bc482_components_button__Primary_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__Primary_15a751f1:disabled:active {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
  }

.uikit_c82bc482_components_button__Primary_15a751f1:disabled > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__Primary_15a751f1:disabled:hover > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__Primary_15a751f1:disabled:active > .uikit_c82bc482_components_button__Icon_15a751f1 {
      fill: currentColor;
    }

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1 {
  background-color: #df202d;
  color: white;
  fill: white
}

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1:not(:disabled):hover {
    background-color: #ab091e;
    color: white;
  }

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1:not(:disabled):active {
    background-color: #8a041a;
    color: white;
  }

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    fill: currentColor;
  }

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1 {
  background-color: #e7f1ff;
  color: #0057d1;
  fill: #0057d1;
  border: none
}

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1:not(:disabled):hover {
    background-color: #b9d6ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1:not(:disabled):active {
    background-color: #8bbbff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1 {
  background-color: #ffe3e3;
  color: #cf1124;
  fill: #cf1124;
  border: none
}

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1:not(:disabled):hover {
    background-color: #ffbdbd;
    color: #8a041a;
    fill: #8a041a;
  }

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1:not(:disabled):active {
    background-color: #ff9b9b;
    color: #610316;
    fill: #610316;
  }

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__Secondary_15a751f1 {
  background-color: white;
  color: #334E68;
  fill: #334E68;
  border: 1px #9FB3C8 solid
}

.uikit_c82bc482_components_button__Secondary_15a751f1:not(:disabled):hover {
    background-color: #EDF2F7;
    border-color: #829AB1;
    color: #243B53;
    fill: #243B53;
  }

.uikit_c82bc482_components_button__Secondary_15a751f1:not(:disabled):active {
    background-color: #D9E2EC;
    border-color: #627D98;
    color: #102A43;
    fill: #102A43;
  }

.uikit_c82bc482_components_button__Secondary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1 {
  background-color: white;
  color: #0057d1;
  fill: #0057d1;
  border: 1px #8bbbff solid
}

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1:not(:disabled):hover {
    background-color: #e7f1ff;
    border-color: #5ca0ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1:not(:disabled):active {
    background-color: #b9d6ff;
    border-color: #2e85ff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1 {
  background-color: white;
  color: #cf1124;
  fill: #cf1124;
  border: 1px #ffbdbd solid
}

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1:not(:disabled):hover {
    background-color: #ffe3e3;
    border-color: #ff9b9b;
    color: #8a041a;
    fill: #8a041a;
  }

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1:not(:disabled):active {
    background-color: #ffbdbd;
    border-color: #f86a6a;
    color: #610316;
    fill: #610316;
  }

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__FlatPrimary_15a751f1 {
  background-color: transparent;
  color: #0057d1;
  fill: #0057d1;
  border: none
}

.uikit_c82bc482_components_button__FlatPrimary_15a751f1:not(:disabled):hover {
    background-color: #e7f1ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__FlatPrimary_15a751f1:not(:disabled):active {
    background-color: #b9d6ff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__FlatPrimary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__FlatNegative_15a751f1 {
  background-color: transparent;
  color: #cf1124;
  fill: #cf1124;
  border: none
}

.uikit_c82bc482_components_button__FlatNegative_15a751f1:not(:disabled):hover {
    background-color: #ffe3e3;
    color: #8a041a;
    fill: #8a041a;
  }

.uikit_c82bc482_components_button__FlatNegative_15a751f1:not(:disabled):active {
    background-color: #ffbdbd;
    color: #610316;
    fill: #610316;
  }

.uikit_c82bc482_components_button__FlatNegative_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__Mini_15a751f1 {
  border: solid 1px #b9d6ff;
  background-color: #e7f1ff;
  min-height: 16px;
  max-height: 16px;
  min-width: 14px;
  padding: 0;
  color: #0057d1;
  fill: #0057d1
}

.uikit_c82bc482_components_button__Mini_15a751f1:not(:disabled):hover {
    border: solid 1px #5ca0ff;
    background-color: #b9d6ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__Mini_15a751f1:not(:disabled):active {
    border: solid 1px #5ca0ff;
    background-color: #8bbbff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__Mini_15a751f1:disabled,
  .uikit_c82bc482_components_button__Mini_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__Mini_15a751f1:disabled:active {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__Mini_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    margin: -1px;
  }

.uikit_c82bc482_components_button__fullWidth_15a751f1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}

.uikit_c82bc482_components_button__Segment_15a751f1 {
  background-color: white;
  color: #0057d1;
  fill: #486581;
  border: solid 1px #006aff;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0
}

.uikit_c82bc482_components_button__Segment_15a751f1:not(:disabled):hover {
    background-color: #e7f1ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:not(:disabled):active {
    background-color: #b9d6ff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
    border-color: #EDF2F7;
    border-right: 1px #EDF2F7 solid;
    padding-left: 8px;
    padding-right: 8px;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

.uikit_c82bc482_components_button__Segment_15a751f1 + .uikit_c82bc482_components_button__Segment_15a751f1 {
  border-left: none !important;
}

.uikit_c82bc482_components_button__ActiveSegment_15a751f1 {
  background-color: #006aff;
  color: white;
  fill: white;
  border-radius: 0
}

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:not(:disabled):hover {
    background-color: #0057d1;
    color: white;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:not(:disabled):active {
    background-color: #004099;
    color: white;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:disabled,
  .uikit_c82bc482_components_button__ActiveSegment_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__ActiveSegment_15a751f1:disabled:active {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    fill: currentColor;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1 {
  fill: #627D98;
  color: #627D98
}

.uikit_c82bc482_components_button__FlatIcon_15a751f1:not(:disabled):hover {
    fill: #334E68;
    background-color: #D9E2EC;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1:not(:disabled):active {
    fill: #243B53;
    background-color: #BECCDA;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled,
  .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:active {
    border: none;
    background-color: transparent !important;
    fill: #9FB3C8;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:hover > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:active > .uikit_c82bc482_components_button__Icon_15a751f1 {
      fill: #9FB3C8;
    }

.uikit_c82bc482_components_button__Resetted_15a751f1 {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.uikit_1b03a632_components_badges__Badge_8244c3a5 {
  position: relative;
  min-width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -1px;
  border: 1px solid transparent;
  border-radius: 9px;
}

.uikit_1b03a632_components_badges__Badge_8244c3a5 .uikit_1b03a632_components_badges__Value_8244c3a5 {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14px;
    height: 14px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__Wide_8244c3a5 {
    width: 28px;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__Wide_8244c3a5 .uikit_1b03a632_components_badges__Value_8244c3a5 {
      width: 24px;
    }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__default_8244c3a5 {
    color: #334E68;
    border-color: #829AB1;
    background-color: #EDF2F7;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__success_8244c3a5 {
    color: #07600e;
    border-color: #31b237;
    background-color: #e3f9e5;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__warning_8244c3a5 {
    color: #513c06;
    border-color: #c99a2e;
    background-color: #fff7e0;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__error_8244c3a5 {
    color: #cf1124;
    border-color: #f86a6a;
    background-color: #ffe3e3;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__notification_8244c3a5 {
    color: white;
    background-color: #cf1124;
    border-color: #cf1124;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__menu_8244c3a5 {
    color: white;
    background-color: #334E68;
    border-color: #334E68;
  }

.uikit_1b03a632_components_badges__Badge_8244c3a5.uikit_1b03a632_components_badges__menu-active_8244c3a5 {
    color: #00275d;
    background-color: #e7f1ff;
    border-color: #e7f1ff;
  }
.uikit_6a4e72e1_components_topbar__Tool_adf7934e {
  fill: #627D98;
  position: relative;
  width: 24px;
  height: 24px;
}

.uikit_6a4e72e1_components_topbar__Tool_adf7934e .uikit_6a4e72e1_components_topbar__NotificationsCount_adf7934e {
    position: absolute;
    left: 14px;
    top: -10px;
    z-index: 100;
  }

.uikit_6a4e72e1_components_topbar__Tool_adf7934e:focus {
  outline: none;
}

.uikit_6a4e72e1_components_topbar__Tool_adf7934e:hover {
  fill: #334E68 !important;
  background-color: #D9E2EC !important;
  border-radius: 2px;
}

.uikit_6a4e72e1_components_topbar__Tool_adf7934e.uikit_6a4e72e1_components_topbar__Active_adf7934e {
  fill: #006aff;
}

a.uikit_6a4e72e1_components_topbar__NormalizedLink_adf7934e {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_d4e01a9d_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_d4e01a9d_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c > g {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c path {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__pony_3778264c > svg {
      width: 18px;
      height: 18px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
.uikit_4bd70384_components_popup-factory__CanvasContainer_f02a2417 {
  position: relative;
  display: block;
}

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__absolute_f02a2417 {
    position: absolute;
  }

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__fixed_f02a2417 {
    position: fixed;
  }
.uikit_90652e11_components_text__Blocky_4a107da {
  display: block;
}

.uikit_90652e11_components_text__required_4a107da {
  color: red;
  padding-left: 4px;
}

.uikit_90652e11_components_text__defaultFont_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_90652e11_components_text__H1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H1_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H2_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H3_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H3_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H4_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H4_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__Body1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Body2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__ButtonLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__MenuCategoryLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Overline_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Caption_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Hint_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_90652e11_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_90652e11_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_90652e11_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* style-lint ignore */

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__withInnerPadding_1f31bc89 {
    padding: 8px 15px;
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

@supports(--css: variables) {
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::after {
        display: block;
      }
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::before {
         display: block;
       }
    }
@-webkit-keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 {
  position: absolute;
  display: table;
  z-index: 2;

  /* Very important to override any user CSS property about min-width/height
  In the case of body > * { min-height: auto } */
  min-height: auto !important;
  min-width: auto !important;
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div {
    position: absolute;
    -webkit-animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
            animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
  }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-left_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-top_fc52fea5 {
      top: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-right_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-left_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-top_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__noWrap_fc52fea5 {
  white-space: nowrap;
}
@-webkit-keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* Vertical align needs to prevent top margin effect
   * https://stackoverflow.com/questions/48117071/element-with-display-inline-flex-has-a-strange-top-margin */
  vertical-align: top;
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
      position: relative;
      z-index: 1;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
      position: absolute;
      display: table;
      border-radius: 2px;
      white-space: nowrap;
      opacity: 0

      /* Applied only if element position has calculated */
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__Positioned_53290db4 {
        opacity: 1;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%) translateX(-50%);
                transform: translateY(-100%) translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Static_53290db4 {
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%) translateX(-100%);
                transform: translateY(-50%) translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }
.uikit_90652e11_components_avatar__Avatar_37d1f9e2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D9E2EC;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: solid 1px #9FB3C8;
  border-radius: 50%
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2 .uikit_90652e11_components_avatar__Initials_37d1f9e2 {
    color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-family: 'Source Sans Pro', sans-serif;
    color: #102A43;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2) {
  border: none;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .2);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Empty_37d1f9e2.uikit_90652e11_components_avatar__Interactive_37d1f9e2:hover {
  border-color: #9FB3C8;
  background-color: #9FB3C8;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2).uikit_90652e11_components_avatar__Interactive_37d1f9e2:hover::after {
    background-color: #006aff;
    opacity: 0.4;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Interactive_37d1f9e2:active {
  border-color: #9FB3C8;
  background-color: #9FB3C8;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Empty_37d1f9e2.uikit_90652e11_components_avatar__Active_37d1f9e2,
.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Empty_37d1f9e2.uikit_90652e11_components_avatar__Interactive_37d1f9e2.uikit_90652e11_components_avatar__active_37d1f9e2:hover {
  border-color: #9FB3C8;
  background-color: #9FB3C8;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2).uikit_90652e11_components_avatar__Active_37d1f9e2::after, .uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2).uikit_90652e11_components_avatar__Interactive_37d1f9e2.uikit_90652e11_components_avatar__active_37d1f9e2:hover::after {
    background-color: #006aff;
    opacity: 0.4;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeS_37d1f9e2 {
  width: 32px;
  height: 32px;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeS_37d1f9e2 .uikit_90652e11_components_avatar__Initials_37d1f9e2 {
    font-size: 14px;
    line-height: 16px;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeXL_37d1f9e2 {
  width: 68px;
  height: 68px;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeXL_37d1f9e2 .uikit_90652e11_components_avatar__Initials_37d1f9e2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 1px
  }
.uikit_90652e11_components_avatar__Avatar_37d1f9e2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D9E2EC;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: solid 1px #9FB3C8;
  border-radius: 50%
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2 .uikit_90652e11_components_avatar__Initials_37d1f9e2 {
    color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-family: 'Source Sans Pro', sans-serif;
    color: #102A43;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2) {
  border: none;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .2);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Empty_37d1f9e2.uikit_90652e11_components_avatar__Interactive_37d1f9e2:hover {
  border-color: #9FB3C8;
  background-color: #9FB3C8;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2).uikit_90652e11_components_avatar__Interactive_37d1f9e2:hover::after {
    background-color: #006aff;
    opacity: 0.4;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Interactive_37d1f9e2:active {
  border-color: #9FB3C8;
  background-color: #9FB3C8;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Empty_37d1f9e2.uikit_90652e11_components_avatar__Active_37d1f9e2,
.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__Empty_37d1f9e2.uikit_90652e11_components_avatar__Interactive_37d1f9e2.uikit_90652e11_components_avatar__active_37d1f9e2:hover {
  border-color: #9FB3C8;
  background-color: #9FB3C8;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2).uikit_90652e11_components_avatar__Active_37d1f9e2::after, .uikit_90652e11_components_avatar__Avatar_37d1f9e2:not(.uikit_90652e11_components_avatar__Empty_37d1f9e2).uikit_90652e11_components_avatar__Interactive_37d1f9e2.uikit_90652e11_components_avatar__active_37d1f9e2:hover::after {
    background-color: #006aff;
    opacity: 0.4;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeS_37d1f9e2 {
  width: 32px;
  height: 32px;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeS_37d1f9e2 .uikit_90652e11_components_avatar__Initials_37d1f9e2 {
    font-size: 14px;
    line-height: 16px;
  }

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeXL_37d1f9e2 {
  width: 68px;
  height: 68px;
}

.uikit_90652e11_components_avatar__Avatar_37d1f9e2.uikit_90652e11_components_avatar__SizeXL_37d1f9e2 .uikit_90652e11_components_avatar__Initials_37d1f9e2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 1px
  }
.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 336px;
  margin: 0;
  padding: 24px 0 28px;
}

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Header_c4fd5af8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 24px 16px;
  margin: 0
}

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Header_c4fd5af8 > :first-child {
    margin-right: 16px;
    width: 68px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Header_c4fd5af8 .uikit_4bd6ff86_components_profile__Name_c4fd5af8 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    color: #102A43;
    margin: 0 0 8px;
    padding: 4px 0 0;
  }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Header_c4fd5af8 .uikit_4bd6ff86_components_profile__Email_c4fd5af8 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #0057d1;
    padding: 0 0 4px;
  }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Header_c4fd5af8 .uikit_4bd6ff86_components_profile__WithMaxWidth_c4fd5af8 {
    position: relative;
    overflow: hidden;
    max-width: 207px;
    white-space: nowrap
  }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Header_c4fd5af8 .uikit_4bd6ff86_components_profile__WithMaxWidth_c4fd5af8:after {
      position: absolute;
      top: 0;
      left: 207px;

      display: block;

      width: 0;
      height: 100%;

      content: '';

      -webkit-box-shadow: 0 0 6px 6px white;

              box-shadow: 0 0 6px 6px white;
    }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Divider_c4fd5af8 {
  display: block;
  height: 0;
  border: none;
  border-bottom: 1px solid #D9E2EC;
  margin: 0 24px 16px;
}

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8  .uikit_4bd6ff86_components_profile__Actions_c4fd5af8 {
  display: block;
  margin: -4px 0 0 0;
}

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8 .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: none;
  margin: 0 0 0 0;
  padding: 4px 24px;
}

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8 .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8 .uikit_4bd6ff86_components_profile__Icon_c4fd5af8 {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;

    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;

    fill: #627D98
  }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8 .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8 .uikit_4bd6ff86_components_profile__Icon_c4fd5af8 > span {
      width: 100%;
      height: 100%;
    }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8 .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8 .uikit_4bd6ff86_components_profile__Label_c4fd5af8 {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #243B53;
    padding: 4px 0;
  }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8 .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8:active,
.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8 .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8:focus {
  outline: none;
}

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8  .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8:hover {
  background: #e7f1ff;
}

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8  .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8:hover .uikit_4bd6ff86_components_profile__Icon_c4fd5af8 {
    fill: #334E68;
  }

.uikit_4bd6ff86_components_profile__Profile_c4fd5af8 .uikit_4bd6ff86_components_profile__Actions_c4fd5af8  .uikit_4bd6ff86_components_profile__ActionItem_c4fd5af8:hover .uikit_4bd6ff86_components_profile__Label_c4fd5af8 {
    color: #102A43;
  }

.uikit_4bd6ff86_components_profile__ProfilePanel_c4fd5af8 {
  padding: 0 !important;
  border: solid 1px #D9E2EC;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15)
}

.uikit_4bd6ff86_components_profile__ProfilePanel_c4fd5af8::before {
    -webkit-transform: translateX(2px) !important;
            transform: translateX(2px) !important;
    border-width: 9px !important;
    border-bottom-color: #d9e2ec !important;
  }
.uikit_4bd70384_components_popup-factory__CanvasContainer_f02a2417 {
  position: relative;
  display: block;
}

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__absolute_f02a2417 {
    position: absolute;
  }

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__fixed_f02a2417 {
    position: fixed;
  }
.uikit_90652e11_components_text__Blocky_4a107da {
  display: block;
}

.uikit_90652e11_components_text__required_4a107da {
  color: red;
  padding-left: 4px;
}

.uikit_90652e11_components_text__defaultFont_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_90652e11_components_text__H1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H1_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H2_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H3_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H3_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H4_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H4_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__Body1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Body2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__ButtonLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__MenuCategoryLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Overline_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Caption_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Hint_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_90652e11_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_90652e11_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_90652e11_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* style-lint ignore */

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__withInnerPadding_1f31bc89 {
    padding: 8px 15px;
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

@supports(--css: variables) {
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::after {
        display: block;
      }
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::before {
         display: block;
       }
    }
@-webkit-keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 {
  position: absolute;
  display: table;
  z-index: 2;

  /* Very important to override any user CSS property about min-width/height
  In the case of body > * { min-height: auto } */
  min-height: auto !important;
  min-width: auto !important;
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div {
    position: absolute;
    -webkit-animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
            animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
  }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-left_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-top_fc52fea5 {
      top: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-right_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-left_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-top_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__noWrap_fc52fea5 {
  white-space: nowrap;
}
@-webkit-keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* Vertical align needs to prevent top margin effect
   * https://stackoverflow.com/questions/48117071/element-with-display-inline-flex-has-a-strange-top-margin */
  vertical-align: top;
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
      position: relative;
      z-index: 1;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
      position: absolute;
      display: table;
      border-radius: 2px;
      white-space: nowrap;
      opacity: 0

      /* Applied only if element position has calculated */
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__Positioned_53290db4 {
        opacity: 1;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%) translateX(-50%);
                transform: translateY(-100%) translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Static_53290db4 {
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%) translateX(-100%);
                transform: translateY(-50%) translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }
.uikit_6a4e72e1_components_topbar__AvatarButton_87e5898e {
  background: none;
  border: none;
  padding: 0;
}

.uikit_6a4e72e1_components_topbar__AvatarButton_87e5898e:focus {
  outline: none;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_d4e01a9d_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_d4e01a9d_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c > g {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c path {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__pony_3778264c > svg {
      width: 18px;
      height: 18px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
.uikit_4010b5a7_components_notification-sidebar__Notifications_d10feb59 {
  display: block;
}

.uikit_4010b5a7_components_notification-sidebar__Divider_d10feb59 {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9FB3C8;
  text-transform: uppercase;
  text-align: center;

  margin: 0;
  padding: 8px 0
}

.uikit_4010b5a7_components_notification-sidebar__Divider_d10feb59::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 43px;
    right: 0;
    margin: 0;
    border-bottom: 1px solid #D9E2EC;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59 {
  position: relative;
  margin: 0;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 43px;
    right: 0;
    margin: 0;
    border-bottom: 1px solid #D9E2EC;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Icon_d10feb59 {
    width: 18px;
    margin-top: 12px;
    margin-right: 12px;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Body_d10feb59 {
    padding-bottom: 12px;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Title_d10feb59 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 16px;
    color: #102A43;

    margin: 12px 0 8px 0;
    padding: 0;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Meta_d10feb59 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: normal;
    color: #486581;

    margin: 0;
    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Meta_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Author_d10feb59,
    .uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Meta_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Date_d10feb59 {
      margin-right: 16px;
    }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59.uikit_4010b5a7_components_notification-sidebar__IsRead_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Title_d10feb59 {
    font-weight: normal;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59:hover {
  cursor: pointer;
  background: #e7f1ff
}

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59:hover::before,
  .uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59:hover::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e7f1ff;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59:hover::before {
    top: -1px;
  }

.uikit_4010b5a7_components_notification-sidebar__Notification_d10feb59:hover::after {
    bottom: 0;
  }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPanel_d10feb59 {
  position: relative;
  width: 441px;
  min-height: 100%;
  height: 100%;
  padding-bottom: 36px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.uikit_4010b5a7_components_notification-sidebar__NotificationsPanel_d10feb59 .uikit_4010b5a7_components_notification-sidebar__PanelHeader_d10feb59 {
    position: relative;
  }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPanel_d10feb59 .uikit_4010b5a7_components_notification-sidebar__PanelHeader_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Title_d10feb59 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPanel_d10feb59 .uikit_4010b5a7_components_notification-sidebar__PanelHeader_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Title_d10feb59 > span:first-child {
        margin-right: 16px;
      }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPanel_d10feb59 .uikit_4010b5a7_components_notification-sidebar__PanelHeader_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Title_d10feb59 .uikit_4010b5a7_components_notification-sidebar__ReadAllButton_d10feb59:focus {
        outline: none;
      }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPanel_d10feb59 .uikit_4010b5a7_components_notification-sidebar__PanelBody_d10feb59 {
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPlaceholder_d10feb59 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uikit_4010b5a7_components_notification-sidebar__NotificationsPlaceholder_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Body_d10feb59 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 36px;
  }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPlaceholder_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Body_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Icon_d10feb59 {
      fill: #EDF2F7;
    }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPlaceholder_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Body_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Icon_d10feb59 svg {
        width: 78px;
        height: 78px;
      }

.uikit_4010b5a7_components_notification-sidebar__NotificationsPlaceholder_d10feb59 .uikit_4010b5a7_components_notification-sidebar__Body_d10feb59 > p {
      margin: 12px 0 !important;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 16px;
      letter-spacing: normal;
      color: #9FB3C8;
    }

.uikit_4010b5a7_components_notification-sidebar__LoadingIndicator_d10feb59 {
  position: relative;
  height: 1px;
}

.uikit_4010b5a7_components_notification-sidebar__LoadingIndicator_d10feb59 > div {
    position: absolute;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_90652e11_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_90652e11_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_90652e11_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_d4e01a9d_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_d4e01a9d_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c > g {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c path {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__pony_3778264c > svg {
      width: 18px;
      height: 18px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_90652e11_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_90652e11_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_90652e11_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_5d611425_components_panels__Header_80f37696 {
  font-family: 'Source Sans Pro', sans-serif;
  height: 56px;
  max-height: 56px;
  min-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: inset 0 -1px 0 0 #D9E2EC;
          box-shadow: inset 0 -1px 0 0 #D9E2EC;
}

.uikit_5d611425_components_panels__Header_80f37696 .uikit_5d611425_components_panels__Title_80f37696 {
    line-height: 20px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #102A43;
    text-overflow: ellipsis;
  }

.uikit_5d611425_components_panels__Header_80f37696 .uikit_5d611425_components_panels__Button_80f37696 {
    border: 0;
    background-color: none;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-height: 24px;
    height: 24px !important;
    fill: #627D98;
    margin-left: 16px;
    outline: none;
    cursor: pointer;
  }

.uikit_5d611425_components_panels__Header_80f37696 .uikit_5d611425_components_panels__Button_80f37696 :hover {
      fill: #243B53;
      border-radius: 2px;
      background-color: #D9E2EC;
    }
.uikit_5d611425_components_panels__Panel_a585123f {
  background: white;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.uikit_5d611425_components_panels__Footer_80eaa84c {
  background-color: #EDF2F7;
  padding: 12px 16px;
}

.uikit_5d611425_components_panels__Footer_80eaa84c .uikit_5d611425_components_panels__Buttons_80eaa84c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

.uikit_5d611425_components_panels__Footer_80eaa84c .uikit_5d611425_components_panels__Buttons_80eaa84c > * {
      margin: 0 4px;
    }
@-webkit-keyframes uikit_1b03bab0_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes uikit_1b03bab0_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes uikit_1b03bab0_components_spin__spinrev_954f3503 {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes uikit_1b03bab0_components_spin__spinrev_954f3503 {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

.uikit_1b03bab0_components_spin__Spin_954f3503 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.uikit_1b03bab0_components_spin__enabled_954f3503 {
  -webkit-animation-name: uikit_1b03bab0_components_spin__spin_954f3503;
          animation-name: uikit_1b03bab0_components_spin__spin_954f3503;
}

.uikit_1b03bab0_components_spin__enabledrev_954f3503 {
  -webkit-animation-name: uikit_1b03bab0_components_spin__spinrev_954f3503;
          animation-name: uikit_1b03bab0_components_spin__spinrev_954f3503;
}

.uikit_1b03bab0_components_spin__fast_954f3503 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.uikit_1b03bab0_components_spin__normal_954f3503 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.uikit_1b03bab0_components_spin__slow_954f3503 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.uikit_c82bc482_components_button__Button_15a751f1 {
  font-family: 'Source Sans Pro', sans-serif;

  /* layout */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  padding: 0 8px;

  /* Support smart hover */
  position: relative;

  /* geometry */
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;

  /* appearance */
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;

  /* Text style */
  color: #334E68;
  font-weight: 600
}

.uikit_c82bc482_components_button__Button_15a751f1:hover:not(:disabled) {
    background-color: #EDF2F7;
    color: #243B53;
  }

.uikit_c82bc482_components_button__Button_15a751f1:active:not(:disabled) {
    background-color: #D9E2EC;
    color: #102A43;
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__clean_15a751f1 {
    padding: 0;
    height: auto;
    min-height: auto
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__clean_15a751f1:not(:disabled):hover {
      padding: 0;
      height: auto;
    }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__clean_15a751f1 > .uikit_c82bc482_components_button__Label_15a751f1 {
      padding: 0;
      font-weight: normal;
    }

.uikit_c82bc482_components_button__Button_15a751f1 {

  /* No wide horizontal paddings (special version for the icons 24x24) */
}

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__tight_15a751f1 {
    padding: 0 4px;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Label_15a751f1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: inherit;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Before_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__After_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    position: relative;
    fill: currentColor
  }

.uikit_c82bc482_components_button__Button_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1.uikit_c82bc482_components_button__withLabel_15a751f1 {
      margin: 0 -4px 0 4px;
    }

.uikit_c82bc482_components_button__Button_15a751f1:disabled,
  .uikit_c82bc482_components_button__Button_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__Button_15a751f1:disabled:active {
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
    cursor: not-allowed;
  }

.uikit_c82bc482_components_button__Button_15a751f1 {

  /* Additional built-in styles */
}

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1 {
    background-color: transparent !important;
    border: none !important
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:not(:disabled):hover,
    .uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:not(:disabled):active,
    .uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:disabled {
      background-color: transparent !important;
      border: none !important;
    }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__transparent_15a751f1:disabled {
      background-color: transparent !important;
      border: none !important;
    }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__nowrap_15a751f1 {
    white-space: nowrap;
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__bigSize_15a751f1 {
    font-size: 16px;
    line-height: 18px;
    min-height: 34px;
  }

.uikit_c82bc482_components_button__Button_15a751f1.uikit_c82bc482_components_button__bigSize_15a751f1 > .uikit_c82bc482_components_button__Label_15a751f1 {
      /* Pixel perfect */
      margin-top: -1px;
      margin-right: 1px;
    }

.uikit_c82bc482_components_button__Primary_15a751f1 {
  background-color: #006aff;
  color: white;
  fill: white
}

.uikit_c82bc482_components_button__Primary_15a751f1:not(:disabled):hover {
    background-color: #0057d1;
    color: white;
  }

.uikit_c82bc482_components_button__Primary_15a751f1:not(:disabled):active {
    background-color: #004099;
    color: white;
  }

.uikit_c82bc482_components_button__Primary_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    fill: currentColor;
  }

.uikit_c82bc482_components_button__Primary_15a751f1:disabled,
  .uikit_c82bc482_components_button__Primary_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__Primary_15a751f1:disabled:active {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
  }

.uikit_c82bc482_components_button__Primary_15a751f1:disabled > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__Primary_15a751f1:disabled:hover > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__Primary_15a751f1:disabled:active > .uikit_c82bc482_components_button__Icon_15a751f1 {
      fill: currentColor;
    }

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1 {
  background-color: #df202d;
  color: white;
  fill: white
}

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1:not(:disabled):hover {
    background-color: #ab091e;
    color: white;
  }

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1:not(:disabled):active {
    background-color: #8a041a;
    color: white;
  }

.uikit_c82bc482_components_button__PrimaryNegative_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    fill: currentColor;
  }

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1 {
  background-color: #e7f1ff;
  color: #0057d1;
  fill: #0057d1;
  border: none
}

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1:not(:disabled):hover {
    background-color: #b9d6ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1:not(:disabled):active {
    background-color: #8bbbff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__PrimarySecondary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1 {
  background-color: #ffe3e3;
  color: #cf1124;
  fill: #cf1124;
  border: none
}

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1:not(:disabled):hover {
    background-color: #ffbdbd;
    color: #8a041a;
    fill: #8a041a;
  }

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1:not(:disabled):active {
    background-color: #ff9b9b;
    color: #610316;
    fill: #610316;
  }

.uikit_c82bc482_components_button__PrimarySecondaryNegative_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__Secondary_15a751f1 {
  background-color: white;
  color: #334E68;
  fill: #334E68;
  border: 1px #9FB3C8 solid
}

.uikit_c82bc482_components_button__Secondary_15a751f1:not(:disabled):hover {
    background-color: #EDF2F7;
    border-color: #829AB1;
    color: #243B53;
    fill: #243B53;
  }

.uikit_c82bc482_components_button__Secondary_15a751f1:not(:disabled):active {
    background-color: #D9E2EC;
    border-color: #627D98;
    color: #102A43;
    fill: #102A43;
  }

.uikit_c82bc482_components_button__Secondary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1 {
  background-color: white;
  color: #0057d1;
  fill: #0057d1;
  border: 1px #8bbbff solid
}

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1:not(:disabled):hover {
    background-color: #e7f1ff;
    border-color: #5ca0ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1:not(:disabled):active {
    background-color: #b9d6ff;
    border-color: #2e85ff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__SecondaryPrimary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1 {
  background-color: white;
  color: #cf1124;
  fill: #cf1124;
  border: 1px #ffbdbd solid
}

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1:not(:disabled):hover {
    background-color: #ffe3e3;
    border-color: #ff9b9b;
    color: #8a041a;
    fill: #8a041a;
  }

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1:not(:disabled):active {
    background-color: #ffbdbd;
    border-color: #f86a6a;
    color: #610316;
    fill: #610316;
  }

.uikit_c82bc482_components_button__SecondaryNegative_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__FlatPrimary_15a751f1 {
  background-color: transparent;
  color: #0057d1;
  fill: #0057d1;
  border: none
}

.uikit_c82bc482_components_button__FlatPrimary_15a751f1:not(:disabled):hover {
    background-color: #e7f1ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__FlatPrimary_15a751f1:not(:disabled):active {
    background-color: #b9d6ff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__FlatPrimary_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__FlatNegative_15a751f1 {
  background-color: transparent;
  color: #cf1124;
  fill: #cf1124;
  border: none
}

.uikit_c82bc482_components_button__FlatNegative_15a751f1:not(:disabled):hover {
    background-color: #ffe3e3;
    color: #8a041a;
    fill: #8a041a;
  }

.uikit_c82bc482_components_button__FlatNegative_15a751f1:not(:disabled):active {
    background-color: #ffbdbd;
    color: #610316;
    fill: #610316;
  }

.uikit_c82bc482_components_button__FlatNegative_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__Mini_15a751f1 {
  border: solid 1px #b9d6ff;
  background-color: #e7f1ff;
  min-height: 16px;
  max-height: 16px;
  min-width: 14px;
  padding: 0;
  color: #0057d1;
  fill: #0057d1
}

.uikit_c82bc482_components_button__Mini_15a751f1:not(:disabled):hover {
    border: solid 1px #5ca0ff;
    background-color: #b9d6ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__Mini_15a751f1:not(:disabled):active {
    border: solid 1px #5ca0ff;
    background-color: #8bbbff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__Mini_15a751f1:disabled,
  .uikit_c82bc482_components_button__Mini_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__Mini_15a751f1:disabled:active {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
  }

.uikit_c82bc482_components_button__Mini_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    margin: -1px;
  }

.uikit_c82bc482_components_button__fullWidth_15a751f1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}

.uikit_c82bc482_components_button__Segment_15a751f1 {
  background-color: white;
  color: #0057d1;
  fill: #486581;
  border: solid 1px #006aff;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0
}

.uikit_c82bc482_components_button__Segment_15a751f1:not(:disabled):hover {
    background-color: #e7f1ff;
    color: #004099;
    fill: #004099;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:not(:disabled):active {
    background-color: #b9d6ff;
    color: #00275d;
    fill: #00275d;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:disabled {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
    fill: #829AB1;
    border-color: #EDF2F7;
    border-right: 1px #EDF2F7 solid;
    padding-left: 8px;
    padding-right: 8px;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

.uikit_c82bc482_components_button__Segment_15a751f1:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

.uikit_c82bc482_components_button__Segment_15a751f1 + .uikit_c82bc482_components_button__Segment_15a751f1 {
  border-left: none !important;
}

.uikit_c82bc482_components_button__ActiveSegment_15a751f1 {
  background-color: #006aff;
  color: white;
  fill: white;
  border-radius: 0
}

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:not(:disabled):hover {
    background-color: #0057d1;
    color: white;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:not(:disabled):active {
    background-color: #004099;
    color: white;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:disabled,
  .uikit_c82bc482_components_button__ActiveSegment_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__ActiveSegment_15a751f1:disabled:active {
    border: none;
    background-color: #EDF2F7;
    color: #829AB1;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

.uikit_c82bc482_components_button__ActiveSegment_15a751f1 > .uikit_c82bc482_components_button__Icon_15a751f1 {
    fill: currentColor;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1 {
  fill: #627D98;
  color: #627D98
}

.uikit_c82bc482_components_button__FlatIcon_15a751f1:not(:disabled):hover {
    fill: #334E68;
    background-color: #D9E2EC;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1:not(:disabled):active {
    fill: #243B53;
    background-color: #BECCDA;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled,
  .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:hover,
  .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:active {
    border: none;
    background-color: transparent !important;
    fill: #9FB3C8;
  }

.uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:hover > .uikit_c82bc482_components_button__Icon_15a751f1, .uikit_c82bc482_components_button__FlatIcon_15a751f1:disabled:active > .uikit_c82bc482_components_button__Icon_15a751f1 {
      fill: #9FB3C8;
    }

.uikit_c82bc482_components_button__Resetted_15a751f1 {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_c82bc482_internal_helpers__ErrorMessageContainer_a97cfc8a {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_c82bc482_internal_helpers__ErrorMessageContainer_a97cfc8a .uikit_c82bc482_internal_helpers__ErrorMessage_a97cfc8a {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    max-height: 12px;
    margin-top: 4px;
    color: #cf1124;
  }

.uikit_c82bc482_internal_helpers__ErrorMessageContainer_a97cfc8a .uikit_c82bc482_internal_helpers__SuccessMessage_a97cfc8a {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    max-height: 12px;
    margin-top: 4px;
    color: #0f8613;
  }

.uikit_c82bc482_internal_helpers__ErrorMessageContainer_a97cfc8a.uikit_c82bc482_internal_helpers__inline_a97cfc8a {
    display: inline-block;
  }

.uikit_c82bc482_internal_helpers__ErrorMessageContainer_a97cfc8a.uikit_c82bc482_internal_helpers__beetle_a97cfc8a .uikit_c82bc482_internal_helpers__ErrorMessage_a97cfc8a {
      min-height: 16px;
    }

.uikit_c82bc482_internal_helpers__ErrorMessageContainer_a97cfc8a.uikit_c82bc482_internal_helpers__bigSize_a97cfc8a .uikit_c82bc482_internal_helpers__ErrorMessage_a97cfc8a {
      font-size: 14px;
      line-height: 16px;
    }

.uikit_c82bc482_internal_helpers__ErrorMessageContainer_a97cfc8a.uikit_c82bc482_internal_helpers__bigSize_a97cfc8a .uikit_c82bc482_internal_helpers__SuccessMessage_a97cfc8a {
      font-size: 14px;
      line-height: 16px;
    }
.uikit_4bd6fb87_components_scroll-area__ScrollArea_26a0bc30 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.uikit_4bd6fb87_components_scroll-area__Wrapper_26a0bc30.uikit_4bd6fb87_components_scroll-area__withFade_26a0bc30::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      height: var(--overflow-fade-size);
      background: -webkit-gradient(linear, left bottom, left top, from(var(--overflow-background-color)), to(var(--overflow-background-color-opacity)));
      background: linear-gradient(to top, var(--overflow-background-color), var(--overflow-background-color-opacity));
      opacity: var(--overflow-background-opacity);
      pointer-events: none;
    }

.uikit_4bd6fb87_components_scroll-area__Wrapper_26a0bc30.uikit_4bd6fb87_components_scroll-area__scrolledByPoitner_26a0bc30 {
    cursor: pointer;
  }

.uikit_4bd6fb87_components_scroll-area__TrackY_26a0bc30 {
  width: 8px !important;
  margin-right: 4px !important;
  background-color: transparent !important;
  opacity: 0;
  -webkit-transition: width 0.25s ease, opacity 0.35s ease;
  transition: width 0.25s ease, opacity 0.35s ease;
  z-index: 2000
}

.uikit_4bd6fb87_components_scroll-area__TrackY_26a0bc30.uikit_4bd6fb87_components_scroll-area__visible_26a0bc30 {
    opacity: 1;
  }

.uikit_4bd6fb87_components_scroll-area__TrackY_26a0bc30 .uikit_4bd6fb87_components_scroll-area__ThumbY_26a0bc30 {
    width: 2px;
    margin-left: auto;
    display: block;
    -webkit-transition: width 0.25s ease, opacity 0.35s ease;
    transition: width 0.25s ease, opacity 0.35s ease;
    border-radius: 4px;
    opacity: 0
  }

.uikit_4bd6fb87_components_scroll-area__TrackY_26a0bc30 .uikit_4bd6fb87_components_scroll-area__ThumbY_26a0bc30.uikit_4bd6fb87_components_scroll-area__visible_26a0bc30 {
      opacity: 1;
    }

.uikit_4bd6fb87_components_scroll-area__TrackY_26a0bc30.uikit_4bd6fb87_components_scroll-area__wide_26a0bc30 {
    width: 8px !important;
    cursor: pointer;
  }

.uikit_4bd6fb87_components_scroll-area__TrackY_26a0bc30.uikit_4bd6fb87_components_scroll-area__wide_26a0bc30 .uikit_4bd6fb87_components_scroll-area__ThumbY_26a0bc30 {
      width: 8px !important;
    }

.uikit_4bd6fb87_components_scroll-area__TrackX_26a0bc30 {
  height: 6px !important;
  margin-bottom: 4px !important;
  background-color: transparent !important;
  -webkit-transition: height 0.25s ease, opacity 0.35s ease;
  transition: height 0.25s ease, opacity 0.35s ease;
  opacity: 0;
  z-index: 2000
}

.uikit_4bd6fb87_components_scroll-area__TrackX_26a0bc30.uikit_4bd6fb87_components_scroll-area__visible_26a0bc30 {
    opacity: 1;
  }

.uikit_4bd6fb87_components_scroll-area__TrackX_26a0bc30 .uikit_4bd6fb87_components_scroll-area__ThumbX_26a0bc30 {
    margin-top: 2px;
    height: 2px;
    display: block;
    -webkit-transition: height 0.25s ease, margin-top 0.25s ease, opacity 0.35s ease;
    transition: height 0.25s ease, margin-top 0.25s ease, opacity 0.35s ease;
    border-radius: 4px;
    opacity: 0
  }

.uikit_4bd6fb87_components_scroll-area__TrackX_26a0bc30 .uikit_4bd6fb87_components_scroll-area__ThumbX_26a0bc30.uikit_4bd6fb87_components_scroll-area__visible_26a0bc30 {
      opacity: 1;
    }

.uikit_4bd6fb87_components_scroll-area__TrackX_26a0bc30.uikit_4bd6fb87_components_scroll-area__wide_26a0bc30 {
    height: 8px !important;
    cursor: pointer;
  }

.uikit_4bd6fb87_components_scroll-area__TrackX_26a0bc30.uikit_4bd6fb87_components_scroll-area__wide_26a0bc30 .uikit_4bd6fb87_components_scroll-area__ThumbX_26a0bc30 {
      margin-top: 0;
      height: 8px !important;
    }
.uikit_c82bd080_components_loaders__Arc_e7c6a45e {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_c82bd080_components_loaders__Arc_e7c6a45e .uikit_c82bd080_components_loaders__Digit_e7c6a45e {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    /* Font */
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #0057d1;
  }

.uikit_c82bd080_components_loaders__Arc_e7c6a45e .uikit_c82bd080_components_loaders__Percent_e7c6a45e {
    position: absolute;
    bottom: 100%;
    left: 100%;
    -webkit-transform: translate(-2px, 7px);
            transform: translate(-2px, 7px);

    /* Font */
    font-size: 10.3px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #5ca0ff;
  }

.uikit_c82bd080_components_loaders__Arc_e7c6a45e .uikit_c82bd080_components_loaders__ArcPath_e7c6a45e {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: d 0.35s ease;
    transition: d 0.35s ease;
  }
@-webkit-keyframes uikit_1b03bab0_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes uikit_1b03bab0_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes uikit_1b03bab0_components_spin__spinrev_954f3503 {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes uikit_1b03bab0_components_spin__spinrev_954f3503 {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

.uikit_1b03bab0_components_spin__Spin_954f3503 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.uikit_1b03bab0_components_spin__enabled_954f3503 {
  -webkit-animation-name: uikit_1b03bab0_components_spin__spin_954f3503;
          animation-name: uikit_1b03bab0_components_spin__spin_954f3503;
}

.uikit_1b03bab0_components_spin__enabledrev_954f3503 {
  -webkit-animation-name: uikit_1b03bab0_components_spin__spinrev_954f3503;
          animation-name: uikit_1b03bab0_components_spin__spinrev_954f3503;
}

.uikit_1b03bab0_components_spin__fast_954f3503 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.uikit_1b03bab0_components_spin__normal_954f3503 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.uikit_1b03bab0_components_spin__slow_954f3503 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.uikit_c82bd080_components_loaders__Ellipsis_5f635f5b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  padding: 0 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 24px;
}

.uikit_c82bd080_components_loaders__Ellipse_5f635f5b {
  -ms-flex-preferred-size: 4px;
      flex-basis: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D9E2EC;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease
}

.uikit_c82bd080_components_loaders__Ellipse_5f635f5b.uikit_c82bd080_components_loaders__active_5f635f5b {
    background-color: #627D98;
  }

.uikit_c82bd080_components_loaders__Ellipse_5f635f5b.uikit_c82bd080_components_loaders__fade_5f635f5b {
    background-color: #9FB3C8;
  }
.uikit_6a4e72e1_components_topbar__NotificationsSidebar_bc405ec2 {
  position: absolute;
  top: 56px;
  right: -450px;
  width: 440px;
  height: calc(100vh - 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-transition: right 0.4s;

  transition: right 0.4s;

  z-index: 10;
}

  .uikit_6a4e72e1_components_topbar__NotificationsSidebar_bc405ec2 .uikit_6a4e72e1_components_topbar__Panel_bc405ec2 {
    height: 100%;
  }

  .uikit_6a4e72e1_components_topbar__NotificationsSidebar_bc405ec2.uikit_6a4e72e1_components_topbar__Visible_bc405ec2 {
  right: 0;
}

  .uikit_6a4e72e1_components_topbar__NotificationsSidebar_bc405ec2.uikit_6a4e72e1_components_topbar__Sticky_bc405ec2 {
  position: fixed;
}
.uikit_4bd70384_components_popup-factory__CanvasContainer_f02a2417 {
  position: relative;
  display: block;
}

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__absolute_f02a2417 {
    position: absolute;
  }

.uikit_4bd70384_components_popup-factory__CanvasElement_f02a2417.uikit_4bd70384_components_popup-factory__fixed_f02a2417 {
    position: fixed;
  }
.uikit_90652e11_components_text__Blocky_4a107da {
  display: block;
}

.uikit_90652e11_components_text__required_4a107da {
  color: red;
  padding-left: 4px;
}

.uikit_90652e11_components_text__defaultFont_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_90652e11_components_text__H1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H1_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H2_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H3_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H3_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__H4_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0
}

.uikit_90652e11_components_text__H4_4a107da.uikit_90652e11_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_90652e11_components_text__Body1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Body2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Subtitle2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__ButtonLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__MenuCategoryLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Overline_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Caption_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_90652e11_components_text__Hint_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

/* Use this file to declare all your CSS variables for component */

/* It will be copied to default theme automatically */

/* And you do need need to import it in your css files */

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    min-height: 56px;
    position: relative;
    border: none;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
  }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      background-color: red;
      color: white;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: perspective(200) translateY(-100%) rotateX(90deg);
              transform: perspective(200) translateY(-100%) rotateX(90deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 2px 6px;
      font-size: 12px;
      top: 0;
      left: 0;
      display: block;
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset;
              box-shadow: rgb(66, 133, 244) 0 0 3px 1px inset
    }

.uikit_90652e11_components_grid__Flex_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f:hover::before {
        -webkit-transform: perspective(900) translateY(-100%) rotateX(0deg);
                transform: perspective(900) translateY(-100%) rotateX(0deg);
      }

.uikit_90652e11_components_grid__Box_3bf2d99f {
  line-height: normal;
  line-height: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f {
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .298039) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, .298039) 91%, rgba(255, 0, 0, .29) 94%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(0deg, rgba(255, 0, 0, .29) 0, rgba(255, 255, 255, .298039) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%), rgba(255, 252, 252, 1);
    background-position: -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 8px 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
            box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f .uikit_90652e11_components_grid__Box_3bf2d99f {
      -webkit-box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
              box-shadow: inset 0 0 0 1px rgb(247, 44, 172);
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__dev_3bf2d99f::before {
      content: attr(data-dev-name);
      display: 'block';
      background-color: #f82cac;
      color: white;
      font-weight: 500;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: perspective(900) rotateX(0deg);
              transform: perspective(900) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      padding: 1px 4px;
      font-size: 10px;
      top: 0;
      left: 0;
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__StrictBox_3bf2d99f {
    min-height: 56px;
    min-width: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-bottom: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentColumn_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-bottom: none;
      }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f {
      border-right: 1px solid rgb(235, 235, 235)
    }

.uikit_90652e11_components_grid__Box_3bf2d99f.uikit_90652e11_components_grid__borderContentRow_3bf2d99f > .uikit_90652e11_components_grid__Box_3bf2d99f:last-child {
        border-right: none;
      }

.uikit_90652e11_components_grid__ContentBox_3bf2d99f {
  padding: 16px 14px 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uikit_90652e11_components_grid__bt_4d0916e3 {
  border-top: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__br_4d0916e3 {
  border-right: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bb_4d0916e3 {
  border-bottom: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uikit_90652e11_components_grid__bl_4d0916e3 {
  border-left: 1px rgb(240, 240, 240) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* style-lint ignore */

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89 {
  --arrow-offset: 8px;

  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .14);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__withInnerPadding_1f31bc89 {
    padding: 8px 15px;
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopLeft_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      display: none;
      bottom: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTop_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89 {
    margin-top: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after,
    .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      display: none;
      bottom: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowTopRight_1f31bc89::before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: rgba(185, 175, 175, .07);
      border-width: 8px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightTop_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRight_1f31bc89::after {
      display: none;
      left: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89 {
    margin-right: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowRightBottom_1f31bc89::after {
      display: none;
      left: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-left-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomRight_1f31bc89::after {
      display: none;
      top: 100%;
      right: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottom_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89 {
    margin-bottom: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowBottomLeft_1f31bc89::after {
      display: none;
      top: 100%;
      left: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-top-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftBottom_1f31bc89::after {
      display: none;
      right: 100%;
      bottom: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeft_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89 {
    margin-left: 9px
  }

.uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowLeftTop_1f31bc89::after {
      display: none;
      right: 100%;
      top: var(--arrow-offset);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(62, 117, 213, 0);
      border-right-color: #fff;
      border-width: 7px;
    }

@supports(--css: variables) {
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::after {
        display: block;
      }
      .uikit_4bd70384_components_popup-factory__PopupContent_1f31bc89.uikit_4bd70384_components_popup-factory__arrowDisplayIfSupported_1f31bc89::before {
         display: block;
       }
    }
@-webkit-keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__fadein_fc52fea5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 {
  position: absolute;
  display: table;
  z-index: 2;

  /* Very important to override any user CSS property about min-width/height
  In the case of body > * { min-height: auto } */
  min-height: auto !important;
  min-width: auto !important;
}

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div {
    position: absolute;
    -webkit-animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
            animation-name: uikit_4bd70384_components_popup-factory__fadein_fc52fea5;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
  }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-left_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-top-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-top_fc52fea5 {
      top: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-right-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-right_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-bottom-left_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-bottom_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left_fc52fea5 {
      bottom: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__PopupOverlay_fc52fea5 > div.uikit_4bd70384_components_popup-factory__inner-left-top_fc52fea5 {
      top: 0;
      left: 0;
    }

.uikit_4bd70384_components_popup-factory__noWrap_fc52fea5 {
  white-space: nowrap;
}
@-webkit-keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uikit_4bd70384_components_popup-factory__emersion_53290db4 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* Vertical align needs to prevent top margin effect
   * https://stackoverflow.com/questions/48117071/element-with-display-inline-flex-has-a-strange-top-margin */
  vertical-align: top;
}

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
      position: relative;
      z-index: 1;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
      position: absolute;
      display: table;
      border-radius: 2px;
      white-space: nowrap;
      opacity: 0

      /* Applied only if element position has calculated */
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__Positioned_53290db4 {
        opacity: 1;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%) translateX(-50%);
                transform: translateY(-100%) translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__top_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__topRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Static_53290db4 {
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__right_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__rightBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        right: 0

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomRight_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-width: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__bottomLeft_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-width: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        bottom: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftBottom_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__BlockWrapper_53290db4 {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateY(-50%) translateX(-100%);
                transform: translateY(-50%) translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__left_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4 {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)

        /* The same size as trigger */
      }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMin_53290db4 {
          min-height: 100%;
        }

.uikit_4bd70384_components_popup-factory__StaticPopup_53290db4 .uikit_4bd70384_components_popup-factory__Wrapper_53290db4.uikit_4bd70384_components_popup-factory__leftTop_53290db4 .uikit_4bd70384_components_popup-factory__Block_53290db4.uikit_4bd70384_components_popup-factory__peerMax_53290db4 {
          max-height: 100%;
          white-space: normal;
        }
/* This file is legacy and will be deprecated sinse stable release */

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_d4e01a9d_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_d4e01a9d_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c > g {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inheritColor_3778264c path {
      fill: inherit;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__pony_3778264c > svg {
      width: 18px;
      height: 18px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_d4e01a9d_components_icon__Icon_3778264c.uikit_d4e01a9d_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
.uikit_d4e00e9f_components_link__Link_dc89d907 {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
  color: #0057d1;
  cursor: pointer;
  border-bottom: 1px solid transparent
}

.uikit_d4e00e9f_components_link__Link_dc89d907:not(.uikit_d4e00e9f_components_link__Pseudo_dc89d907):hover {
    color: #004099;
    border-bottom: 1px solid #8bbbff;
  }

.uikit_d4e00e9f_components_link__Link_dc89d907:not(.uikit_d4e00e9f_components_link__Pseudo_dc89d907):active {
    color: #00275d;
    border-bottom: 1px solid #004099;
  }

.uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Disabled_dc89d907,
  .uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Disabled_dc89d907:hover,
  .uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Disabled_dc89d907:active {
    color: #829AB1 !important;
    cursor: not-allowed;
    border-bottom: 1px solid transparent;
  }

.uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Pseudo_dc89d907 {
    color: #486581;
    border-bottom: 1px dashed #9FB3C8
  }

.uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Pseudo_dc89d907:hover {
      color: #243B53;
      border-bottom-color:  #627D98;
    }

.uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Pseudo_dc89d907:active {
      color: #102A43;
      border-bottom-color:  #243B53;
    }

.uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Pseudo_dc89d907.uikit_d4e00e9f_components_link__Disabled_dc89d907,
    .uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Pseudo_dc89d907.uikit_d4e00e9f_components_link__Disabled_dc89d907:hover,
    .uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__Pseudo_dc89d907.uikit_d4e00e9f_components_link__Disabled_dc89d907:active {
      border-bottom: 1px dashed #9FB3C8;
    }

.uikit_d4e00e9f_components_link__Link_dc89d907.uikit_d4e00e9f_components_link__bigSize_dc89d907 {
    font-size: 16px;
    line-height: 18px;
  }
.uikit_b40e5466_components_appmenu__AppsIcon_e6fe46f5 {
  fill: #7f7f7f
}

.uikit_b40e5466_components_appmenu__AppsIcon_e6fe46f5.uikit_b40e5466_components_appmenu__active_e6fe46f5 {
    fill: #006aff;
  }

.uikit_b40e5466_components_appmenu__ApplicationMenuPanel_e6fe46f5 {
  border: solid 1px #D9E2EC;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15);
          box-shadow: 0 5px 15px 0 rgba(0, 64, 153, .15)
}

.uikit_b40e5466_components_appmenu__ApplicationMenuPanel_e6fe46f5::before {
    -webkit-transform: translateX(2px) !important;
            transform: translateX(2px) !important;
    border-width: 9px !important;
    border-bottom-color: #d9e2ec !important;
  }

.uikit_b40e5466_components_appmenu__ApplicationMenu_e6fe46f5 {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0 36px;
  max-width: 600px;
}

.uikit_b40e5466_components_appmenu__ApplicationMenu_e6fe46f5 .uikit_b40e5466_components_appmenu__ApplicationMenuInner_e6fe46f5 {
    position: relative;
  }

.uikit_b40e5466_components_appmenu__ApplicationListContainer_e6fe46f5 {
  overflow-y: scroll;
  max-height: 470px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.uikit_b40e5466_components_appmenu__AdminAppsSection_e6fe46f5 {
  background-color: #edf2f7;
}

.uikit_b40e5466_components_appmenu__Divider_e6fe46f5 {
  height: 24px;
  width: 1px;
  background: black;
  opacity: 0.12;
}

.uikit_b40e5466_components_appmenu__TextFadeOverflow_e6fe46f5 {
  position: relative;
  display: block;
  overflow: hidden;
}

.uikit_b40e5466_components_appmenu__TextFadeOverflow_e6fe46f5 > * {
    white-space: nowrap;
  }

.uikit_b40e5466_components_appmenu__TextFadeOverflow_e6fe46f5.uikit_b40e5466_components_appmenu__fadedWhite_e6fe46f5::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    }

.uikit_b40e5466_components_appmenu__TextFadeOverflow_e6fe46f5.uikit_b40e5466_components_appmenu__fadedGray_e6fe46f5::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      background: -webkit-gradient(linear, right top, left top, from(#edf2f7), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to left, #edf2f7, rgba(255, 255, 255, 0));
    }
.uikit_b40e5466_components_appmenu__AppItem_b4fc656a {
  position: relative;
  margin-top: 16px;
  width: 223px;
  line-height: 16px;
  font-size: 14px;
}

.uikit_b40e5466_components_appmenu__AppItem_b4fc656a .uikit_b40e5466_components_appmenu__OkIcon_b4fc656a {
    display: none;
    position: absolute;
    left: -20px;
    top: 0;
  }

.uikit_b40e5466_components_appmenu__AppItem_b4fc656a .uikit_b40e5466_components_appmenu__AppName_b4fc656a {
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #0057d1;
    text-decoration: none;
  }

.uikit_b40e5466_components_appmenu__AppItem_b4fc656a .uikit_b40e5466_components_appmenu__CurrentApp_b4fc656a {
    color: #243b53;
  }

.uikit_b40e5466_components_appmenu__AppItem_b4fc656a .uikit_b40e5466_components_appmenu__CurrentApp_b4fc656a .uikit_b40e5466_components_appmenu__OkIcon_b4fc656a {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }

.uikit_b40e5466_components_appmenu__AppItem_b4fc656a .uikit_b40e5466_components_appmenu__AppDescription_b4fc656a {
    margin-top: 4.5px;
    line-height: 14px;
    color: #486581;
    font-size: 12px;
    font-weight: normal;
  }
.uikit_b40e5466_components_appmenu__AppsList_f72b520e {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 36px 0;
  width: 295px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -16px;
}

.uikit_b40e5466_components_appmenu__AppsList_f72b520e .uikit_b40e5466_components_appmenu__Title_f72b520e {
    /* The layout margin-bottom is 16px, but the pixel-perfect says it needs to be 14px */
    margin: 0;
    line-height: 18px;
    color: #102A43;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
  }

.uikit_b40e5466_components_appmenu__Row_f72b520e {
  text-decoration: none
}

.uikit_b40e5466_components_appmenu__Row_f72b520e:hover {
    background-color: #d4e6ff;
  }
.uikit_b40e5466_components_appmenu__AdminApplications_64aff998 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EDF2F7;
  padding: 24px 0 36px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: -36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 190px;
}

.uikit_b40e5466_components_appmenu__AdminApplications_64aff998 .uikit_b40e5466_components_appmenu__ScrollArea_64aff998 {
    overflow-y: scroll;
    max-height: 130px;
  }

.uikit_b40e5466_components_appmenu__AdminApplications_64aff998 .uikit_b40e5466_components_appmenu__ScrollArea_64aff998 .uikit_b40e5466_components_appmenu__Items_64aff998 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: -16px;
    }

.uikit_b40e5466_components_appmenu__AdminApplications_64aff998 .uikit_b40e5466_components_appmenu__ScrollArea_64aff998 .uikit_b40e5466_components_appmenu__Items_64aff998 > .uikit_b40e5466_components_appmenu__Item_64aff998 {
        margin-left: 36px;
        margin-right: 36px;
      }

.uikit_b40e5466_components_appmenu__AdminApplications_64aff998.uikit_b40e5466_components_appmenu__singleColumn_64aff998 {
    display: block;
  }

.uikit_b40e5466_components_appmenu__AdminApplications_64aff998.uikit_b40e5466_components_appmenu__singleColumn_64aff998 .uikit_b40e5466_components_appmenu__ScrollArea_64aff998 .uikit_b40e5466_components_appmenu__Items_64aff998 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
      }
.uikit_6a4e72e1_components_topbar__AppsButton_5d4fbc2c {
  fill: #627D98

}

.uikit_6a4e72e1_components_topbar__AppsButton_5d4fbc2c:focus,
  .uikit_6a4e72e1_components_topbar__AppsButton_5d4fbc2c:active {
    outline: none;
  }

.uikit_6a4e72e1_components_topbar__AppsButton_5d4fbc2c:hover {
    fill: #334E68;
    background-color: #D9E2EC !important;
  }

.uikit_6a4e72e1_components_topbar__AppsButton_5d4fbc2c.uikit_6a4e72e1_components_topbar__Active_5d4fbc2c {
  fill: #006aff;
}
.uikit_components_text__Blocky_4a107da {
  display: block;
}

.uikit_components_text__required_4a107da {
  color: red;
  padding-left: 4px;
}

.uikit_components_text__defaultFont_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
}

.uikit_components_text__H1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H1_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__H2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H2_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__H3_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H3_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__H4_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.uikit_components_text__H4_4a107da.uikit_components_text__withMargin_4a107da {
    margin: 0 0 16px 0;
  }

.uikit_components_text__Body1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Body2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  padding-bottom: 16px;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Subtitle1_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Subtitle2_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__ButtonLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__MenuCategoryLabel_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Overline_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Caption_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}

.uikit_components_text__Hint_4a107da {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .87);
  text-rendering: optimizeLegibility;
}
@-webkit-keyframes uikit_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes uikit_components_spin__spin_954f3503 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.uikit_components_spin__Spin_954f3503 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.uikit_components_spin__enabled_954f3503 {
  -webkit-animation-name: uikit_components_spin__spin_954f3503;
          animation-name: uikit_components_spin__spin_954f3503;
}

.uikit_components_spin__fast_954f3503 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.uikit_components_spin__normal_954f3503 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.uikit_components_spin__slow_954f3503 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.uikit_components_button__Button_15a751f1 {
  /* layout */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* Support smart hover */
  position: relative;

  /* geometry */
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 10px;

  /* appearance */
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;

  /* Color */
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Button_15a751f1:hover:not(:disabled) {
    background: #EDEDED;
  }

  .uikit_components_button__Button_15a751f1:active:not(:disabled) {
    background: #E2E2E2;
  }

  .uikit_components_button__Button_15a751f1:disabled,
  .uikit_components_button__Button_15a751f1:disabled:hover,
  .uikit_components_button__Button_15a751f1:disabled:active {
    opacity: 0.3;
    cursor: default;
  }

  /* sizes */

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 {
    height: 34px;
    padding: 0 8px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__normalSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 22px;
      min-height: 22px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 {
    height: 32px;
    padding: 0 3px;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__smallSize_15a751f1 .uikit_components_button__Icon_15a751f1 {
      min-width: 16px;
      min-height: 16px;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 {
    padding: 0;
    height: auto;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1:not(:disabled):hover {
      padding: 0;
      height: auto;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__clean_15a751f1 > .uikit_components_button__Label_15a751f1 {
      padding: 0;
      font-weight: normal;
    }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Label_15a751f1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
    font-size: inherit;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: inherit;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Before_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__After_15a751f1 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .uikit_components_button__Button_15a751f1 > .uikit_components_button__Icon_15a751f1 {
    position: relative;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1 {
    background-color: transparent;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):hover,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:not(:disabled):active,
    .uikit_components_button__Button_15a751f1.uikit_components_button__transparent_15a751f1:disabled {
      background: transparent;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1 {
    border: solid 1px #b2b2b2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .uikit_components_button__Button_15a751f1.uikit_components_button__withBorder_15a751f1:disabled {
      border-color: #d6d6d6;
    }

  .uikit_components_button__Button_15a751f1.uikit_components_button__nowrap_15a751f1 {
    white-space: nowrap;
  }

  .uikit_components_button__Primary_15a751f1 {
  background: #2880ff;
  color: white;
}

  .uikit_components_button__Primary_15a751f1:not(:disabled):hover {
    background: #2475eb;
  }

  .uikit_components_button__Primary_15a751f1:not(:disabled):active {
    background: #216bd6;
  }

  .uikit_components_button__Primary_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
    color: white;
  }

  .uikit_components_button__Secondary_15a751f1 {
  background: white;
  color: rgba(0, 0, 0, .8);
}

  .uikit_components_button__Negative_15a751f1 {
  background: #ff0000;
  color: white;
}

  .uikit_components_button__Negative_15a751f1:not(:disabled):hover {
    background: #eb0000;
  }

  .uikit_components_button__Negative_15a751f1:not(:disabled):active {
    background: #d60000;
  }

  .uikit_components_button__Negative_15a751f1 .uikit_components_button__Icon_15a751f1 {
    fill: white;
  }

  .uikit_components_button__fullWidth_15a751f1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__fullWidth___1UtJV {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__InputCore___10gBm {
  border: 1px solid rgba(0, 0, 0, .16);
  outline: none;
  font-size: 14px;
  line-height: 1.29;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  caret-color: #2880ff
}
.uikit__default__InputCore___10gBm:focus,
  .uikit__default__InputCore___10gBm:focus:hover,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus:hover {
  border-color: #0082ff;
}
.uikit__default__InputCore___10gBm:hover {
  border-color: rgba(0, 0, 0, .32);
}
.uikit__default__InputCore___10gBm::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-moz-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq {
  border-color: #ff4444;
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv {
  opacity: 0.32
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:hover,
    .uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:focus {
  border-color: rgba(0, 0, 0, .16);
}
.error-message {
  font-size: 14px;
  color: #ff0000;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__Button___H7x9k {
  /* layout */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* geometry */
  border-radius: 2px;
  padding: 0 10px;
  min-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;

  /* appearance */
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.uikit__default__Button___H7x9k > .uikit__default__Label___M_jdf {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 8px;
    font-size: inherit;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: inherit;
    text-transform: uppercase;
  }
.uikit__default__Button___H7x9k > .uikit__default__Before___1ExmT {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }
.uikit__default__Button___H7x9k > .uikit__default__Before___1ExmT + .uikit__default__Icon___Q-V9h {
    margin-left: 8px;
  }
.uikit__default__Button___H7x9k > .uikit__default__After___3vIpB {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.uikit__default__Button___H7x9k:disabled {
  cursor: default;
  opacity: 0.32;
}
.uikit__default__Button___H7x9k, .uikit__default__Button___H7x9k:disabled, .uikit__default__Button___H7x9k:disabled:hover, .uikit__default__Button___H7x9k:disabled:active {
  background: transparent;
  color: rgba(0, 0, 0, .8);
}
.uikit__default__Button___H7x9k:hover {
  background: rgba(0, 0, 0, .05);
}
.uikit__default__Button___H7x9k:active {
  background: rgba(0, 0, 0, .1);
}
.uikit__default__Button___H7x9k .uikit__default__Icon___Q-V9h {
    fill: rgba(50, 50, 50, .32);
  }
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB .uikit__default__Icon___Q-V9h {
      fill: rgba(0, 0, 0, .8);
  }
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:hover {
  color: rgba(0, 0, 0, .54);
}
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:hover .uikit__default__Icon___Q-V9h {
        fill: rgba(0, 0, 0, .54);
  }
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:active {
  color: rgba(0, 0, 0, .8);
}
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:active .uikit__default__Icon___Q-V9h {
        fill: rgba(0, 0, 0, .8);
  }
.uikit__default__Primary___B-KoS, .uikit__default__Primary___B-KoS:disabled, .uikit__default__Primary___B-KoS:disabled:hover, .uikit__default__Primary___B-KoS:disabled:active {
  background: #2880ff;
  color: rgba(255, 255, 255, 1);
}
.uikit__default__Primary___B-KoS .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS:disabled:active .uikit__default__Icon___Q-V9h {
      fill: rgba(255, 255, 255, 1);
      color: rgba(255, 255, 255, 1);
  }
.uikit__default__Primary___B-KoS:hover {
  background: #2475eb;
}
.uikit__default__Primary___B-KoS:active {
  background: #216bd6;
}
.uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe, .uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe:disabled, .uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe:disabled:hover, .uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe:disabled:active {
  color: #2880ff;
}
.uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__withBorder___1aKFe:disabled:active .uikit__default__Icon___Q-V9h {
        fill: rgba(50, 50, 50, .32);
  }
.uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR, .uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:disabled, .uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:disabled:hover, .uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:disabled:active, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:disabled, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:disabled:hover, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:disabled:active {
  color: #2880ff;
}
.uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:disabled:active .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:disabled:active .uikit__default__Icon___Q-V9h {
        fill: #2880ff;
  }
.uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:hover, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:hover {
  color: #216bd6;
}
.uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:hover .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:hover .uikit__default__Icon___Q-V9h {
        fill: #216bd6;
  }
.uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:active, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:active {
  color: #2880ff;
}
.uikit__default__Primary___B-KoS.uikit__default__asText___3lsVR:active .uikit__default__Icon___Q-V9h, .uikit__default__Primary___B-KoS.uikit__default__transparent___14dYB:active .uikit__default__Icon___Q-V9h {
        fill: #2880ff;
  }
.uikit__default__Secondary___my1Yf, .uikit__default__Secondary___my1Yf:disabled, .uikit__default__Secondary___my1Yf:disabled:hover, .uikit__default__Secondary___my1Yf:disabled:active {
  background: rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, .8);
}
.uikit__default__Secondary___my1Yf:hover {
  background: rgba(0, 0, 0, .08);
}
.uikit__default__Secondary___my1Yf:active {
  background: rgba(0, 0, 0, .16);
}
.uikit__default__Secondary___my1Yf.uikit__default__withBorder___1aKFe, .uikit__default__Secondary___my1Yf.uikit__default__withBorder___1aKFe:disabled, .uikit__default__Secondary___my1Yf.uikit__default__withBorder___1aKFe:disabled:hover, .uikit__default__Secondary___my1Yf.uikit__default__withBorder___1aKFe:disabled:active, .uikit__default__Secondary___my1Yf.uikit__default__asText___3lsVR, .uikit__default__Secondary___my1Yf.uikit__default__asText___3lsVR:disabled, .uikit__default__Secondary___my1Yf.uikit__default__asText___3lsVR:disabled:hover, .uikit__default__Secondary___my1Yf.uikit__default__asText___3lsVR:disabled:active, .uikit__default__Secondary___my1Yf.uikit__default__transparent___14dYB, .uikit__default__Secondary___my1Yf.uikit__default__transparent___14dYB:disabled, .uikit__default__Secondary___my1Yf.uikit__default__transparent___14dYB:disabled:hover, .uikit__default__Secondary___my1Yf.uikit__default__transparent___14dYB:disabled:active {
  color: rgba(0, 0, 0, .8);
}
.uikit__default__Secondary___my1Yf.uikit__default__asText___3lsVR:hover, .uikit__default__Secondary___my1Yf.uikit__default__transparent___14dYB:hover {
  color: rgba(0, 0, 0, .54);
}
.uikit__default__Secondary___my1Yf.uikit__default__asText___3lsVR:active, .uikit__default__Secondary___my1Yf.uikit__default__transparent___14dYB:active {
  color: rgba(0, 0, 0, .8);
}
.uikit__default__Negative___1yuA2, .uikit__default__Negative___1yuA2:disabled, .uikit__default__Negative___1yuA2:disabled:hover, .uikit__default__Negative___1yuA2:disabled:active {
  background: #ff0000;
  color: rgba(255, 255, 255, 1);
}
.uikit__default__Negative___1yuA2 .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2:disabled:active .uikit__default__Icon___Q-V9h {
      fill: rgba(255, 255, 255, 1);
  }
.uikit__default__Negative___1yuA2:hover {
  background: #eb0000;
}
.uikit__default__Negative___1yuA2:active {
  background: #d60000;
}
.uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe, .uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe:disabled, .uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe:disabled:hover, .uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe:disabled:active {
  color: #ff0000;
}
.uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__withBorder___1aKFe:disabled:active .uikit__default__Icon___Q-V9h {
        fill: rgba(50, 50, 50, .32);
  }
.uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR, .uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:disabled, .uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:disabled:hover, .uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:disabled:active, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:disabled, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:disabled:hover, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:disabled:active {
  color: #ff0000;
}
.uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:disabled:active .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:disabled .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:disabled:hover .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:disabled:active .uikit__default__Icon___Q-V9h {
        fill: #ff0000;
  }
.uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:hover, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:hover {
  color: #d60000;
}
.uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:hover .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:hover .uikit__default__Icon___Q-V9h {
        fill: #d60000;
  }
.uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:active, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:active {
  color: #ff0000;
}
.uikit__default__Negative___1yuA2.uikit__default__asText___3lsVR:active .uikit__default__Icon___Q-V9h, .uikit__default__Negative___1yuA2.uikit__default__transparent___14dYB:active .uikit__default__Icon___Q-V9h {
        fill: #ff0000;
  }
/* вложенность для увеличения веса модификаторов относительно kinds */
.uikit__default__Button___H7x9k.uikit__default__withBorder___1aKFe, .uikit__default__Button___H7x9k.uikit__default__withBorder___1aKFe:disabled, .uikit__default__Button___H7x9k.uikit__default__withBorder___1aKFe:disabled:hover, .uikit__default__Button___H7x9k.uikit__default__withBorder___1aKFe:disabled:active {
  background: transparent;
}
.uikit__default__Button___H7x9k.uikit__default__withBorder___1aKFe:hover {
  background: rgba(0, 0, 0, .05);
}
.uikit__default__Button___H7x9k.uikit__default__withBorder___1aKFe:active {
  background: rgba(0, 0, 0, .1);
}
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB {
  background-color: transparent;
}
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:hover {
  background-color: transparent;
}
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:active {
  background-color: transparent;
}
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:disabled:hover {
  background-color: transparent;
}
.uikit__default__Button___H7x9k.uikit__default__transparent___14dYB:disabled:active {
  background-color: transparent;
}
.uikit__default__Button___H7x9k.uikit__default__withBorder___1aKFe {
  border: solid 1px rgba(0, 0, 0, .16);
}
.uikit__default__clean___2LxzD {
  padding: 0;
  min-height: auto;
}
.uikit__default__clean___2LxzD > .uikit__default__Label___M_jdf {
    padding: 0;
    font-weight: normal;
  }
.uikit__default__fullWidth___2w4Kl {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}


/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__Icon___Q-V9h__0d16fc3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uikit__default__Icon___Q-V9h__0d16fc3 > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 0);
  }
.uikit__default__Icon___Q-V9h__0d16fc3 > svg > g {
      fill: inherit;
    }
.uikit__default__Icon___Q-V9h__0d16fc3 > svg path {
      fill: inherit;
    }
/*  imported from extrasmall.css  */
.uikit__extrasmall__Icon___3LtIV > svg {
    width: 8px;
    height: 8px;
  }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__Icon___Q-V9h__a3bf9d9 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uikit__default__Icon___Q-V9h__a3bf9d9 > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 0);
  }
.uikit__default__Icon___Q-V9h__a3bf9d9 > svg > g {
      fill: inherit;
    }
.uikit__default__Icon___Q-V9h__a3bf9d9 > svg path {
      fill: inherit;
    }
/*  imported from small.css  */
.uikit__small__Icon___3e9pP > svg {
    width: 16px;
    height: 16px;
  }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__Icon___Q-V9h__58e15dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uikit__default__Icon___Q-V9h__58e15dd > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 0);
  }
.uikit__default__Icon___Q-V9h__58e15dd > svg > g {
      fill: inherit;
    }
.uikit__default__Icon___Q-V9h__58e15dd > svg path {
      fill: inherit;
    }
/*  imported from medium.css  */
.uikit__medium__Icon___3qVQl > svg {
    width: 24px;
    height: 24px;
  }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__Icon___Q-V9h__c8baf8f {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uikit__default__Icon___Q-V9h__c8baf8f > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 0);
  }
.uikit__default__Icon___Q-V9h__c8baf8f > svg > g {
      fill: inherit;
    }
.uikit__default__Icon___Q-V9h__c8baf8f > svg path {
      fill: inherit;
    }
/*  imported from big.css  */
.uikit__big__Icon___1SBDN > svg {
    width: 32px;
    height: 32px;
  }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__Icon___Q-V9h__116d95e {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uikit__default__Icon___Q-V9h__116d95e > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 0);
  }
.uikit__default__Icon___Q-V9h__116d95e > svg > g {
      fill: inherit;
    }
.uikit__default__Icon___Q-V9h__116d95e > svg path {
      fill: inherit;
    }
/*  imported from large.css  */
.uikit__large__Icon___1Mwfp > svg {
    width: 64px;
    height: 64px;
  }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__fullWidth___1UtJV {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__InputCore___10gBm {
  border: 1px solid rgba(0, 0, 0, .16);
  outline: none;
  font-size: 14px;
  line-height: 1.29;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  caret-color: #2880ff
}
.uikit__default__InputCore___10gBm:focus,
  .uikit__default__InputCore___10gBm:focus:hover,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus:hover {
  border-color: #0082ff;
}
.uikit__default__InputCore___10gBm:hover {
  border-color: rgba(0, 0, 0, .32);
}
.uikit__default__InputCore___10gBm::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-moz-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq {
  border-color: #ff4444;
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv {
  opacity: 0.32
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:hover,
    .uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:focus {
  border-color: rgba(0, 0, 0, .16);
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__Popup___38696 {
  position: absolute;
  z-index: 999;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, .15);
          box-shadow: 0 3px 12px rgba(27, 31, 35, .15);
  right: 0;
  top: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.uikit__index__Visible___2cHoL {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.uikit__index__DirectionBottom___xq43Z,
.uikit__index__DirectionBottomLeft___L7-8E,
.uikit__index__DirectionBottomRight___34uSZ {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.uikit__index__DirectionBottomCenter___3ZymI .uikit__index__Tail___BvZ6W {
    bottom: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%)
  }
.uikit__index__DirectionBottomLeft___L7-8E .uikit__index__Tail___BvZ6W {
    bottom: 100%;
    left: 5px;
  }
.uikit__index__DirectionBottomRight___34uSZ .uikit__index__Tail___BvZ6W {
    bottom: 100%;
    right: 5px;
  }
.uikit__index__Tail___BvZ6W {
  position: absolute;
  visibility: visible;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__DayPicker___deXKB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  padding-top: 0;
}
.uikit__index__Controls___NKhcM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-preferred-size: 56px;
      flex-basis: 56px;
}
.uikit__index__ControlButton___33QiS {
  width: 24px;
  height: 24px
}
.uikit__index__ControlButton___33QiS:hover .uikit__index__ControlButtonIcon___3uUdl g path:first-child {
        fill: #2880ff;
      }
.uikit__index__ControlButtonIcon___3uUdl {
  -webkit-transition: fill ease-out 0.15s;
  transition: fill ease-out 0.15s;
}
.uikit__index__ControlButtonIcon___3uUdl g path:first-child {
      fill: rgba(0, 0, 0, .8);
    }
.uikit__index__ControlValue___1yVbb {
  font-weight: 600;
  text-align: center;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
}
.uikit__index__ControlValueButton___3BhE_ {
  font-weight: 600;
  padding: 3px 8px
}
.uikit__index__ControlValueButton___3BhE_:hover {
  background-color: #f2f2f2;
}
.uikit__index__Values___3JNpa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uikit__index__WeekDay___3ijDF {
  font-weight: 600;
  margin-bottom: 2px;
  padding: 3px 0;
  text-align: center;
  color: rgba(0, 0, 0, .8);

  -ms-flex-preferred-size: 14.28571%;

      flex-basis: 14.28571%;
}
.uikit__index__ValueButton___1Pufn {
  font-family: "Source Sans Pro";
  // margin: 14px 0;
  padding: 3px 0;

  -ms-flex-preferred-size: 14.28571%;

      flex-basis: 14.28571%
}
.uikit__index__ValueButton___1Pufn:hover {
  background-color: #f2f2f2;
}
.uikit__index__ValueButtonActive___2APUj {
  background-color: #f2f2f2;
}
.uikit__index__ValueButtonInactive___3XJc1 {
  opacity: 0.24;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__MonthPicker___1K8cR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  padding-top: 0;
}
.uikit__index__Controls___t45pi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-preferred-size: 56px;
      flex-basis: 56px;
}
.uikit__index__ControlButton___3niBI {
  width: 24px;
  height: 24px
}
.uikit__index__ControlButton___3niBI:hover .uikit__index__ControlButtonIcon___3LLHb g path:first-child {
        fill: #2880ff;
      }
.uikit__index__ControlButtonIcon___3LLHb {
  -webkit-transition: fill ease-out 0.15s;
  transition: fill ease-out 0.15s;
}
.uikit__index__ControlButtonIcon___3LLHb g path:first-child {
      fill: rgba(0, 0, 0, .8);
    }
.uikit__index__ControlValue___3IUf2 {
  font-weight: 600;
  text-align: center;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
}
.uikit__index__Values___3_2HR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uikit__index__ValueButton___2s9ho {
  font-family: "Source Sans Pro";
  font-size: 12px;
  margin: 14px 0;
  padding: 3px 0;

  -ms-flex-preferred-size: 33.33333%;

      flex-basis: 33.33333%
}
.uikit__index__ValueButton___2s9ho:hover {
  background-color: #f2f2f2;
}
.uikit__index__ValueButtonActive___3o-4f {
  background-color: #f2f2f2;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__PickerControl___2e62W {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
}
.uikit__index__Title___2PnCR {
  font-weight: 600;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, .8);
}
.uikit__index__Controls___3B9_N {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uikit__index__Control___1xep5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  cursor: default;
  color: rgba(0, 0, 0, .2);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .05);

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 107px;
      flex-basis: 107px;
}
.uikit__index__Control___1xep5+.uikit__index__Control___1xep5 {
    margin-left: 6px;
  }
.uikit__index__Control___1xep5:hover {
  background-color: rgba(0, 0, 0, .12);
}
.uikit__index__ControlActive___-cEI_ {
  color: white !important;
  background-color: #2880ff !important;
}
.uikit__index__ControlActive___-cEI_ .uikit__index__ControlButton___1URNG path {
      fill: white !important;
    }
.uikit__index__ControlFilled___1WwXP {
  color: rgba(0, 0, 0, .8);
}
.uikit__index__ControlFilled___1WwXP .uikit__index__ControlButton___1URNG {
    display: block;
  }
.uikit__index__ControlButton___1URNG {
  display: none;
  width: 16px;
  height: 16px;
}
.uikit__index__ControlButton___1URNG path {
    fill: #a4a4a4;
  }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__TimePicker___2_zRl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 278px;
  padding: 16px;
  padding-top: 0;
}
.uikit__index__Controls___3bnIo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-preferred-size: 56px;
      flex-basis: 56px;
}
.uikit__index__Title___3GzPr {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
  color: rgba(0, 0, 0, .8);

  -ms-flex-preferred-size: 45px;

      flex-basis: 45px;
}
.uikit__index__InputContainer___2Dqp9 {
  position: relative;
}
.uikit__index__Input___1nznl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 36px;
  text-align: center;
  text-align: center;
  border-radius: 2px;

  -ms-flex-preferred-size: 48px;

      flex-basis: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uikit__index__InputLeft___1tyi9 {
  margin-right: 10px;
}
.uikit__index__List___nguFB {
  position: absolute !important;
  top: 36px;
  left: 0;
  min-width: 48px;
  max-width: 48px;
  height: 225px !important;
  min-height: 170px;
  margin-bottom: 16px;
  background-color: #f2f2f2;
}
.uikit__index__ListContent___3j5To {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uikit__index__ScrollTrack___GyeCZ {
  right: 4px !important;
  width: 2px !important;
  bottom: 2px;
  top: 2px;
  border-radius: 3px;
}
.uikit__index__ScrollThumbTrack___3ey4O {
  height: 36px !important;
  border-radius: 100px !important;
  background-color: #2880ff !important;
}
.uikit__index__ListFallback___dV-1W {
  overflow: auto;
}
.uikit__index__ValueButton___UdSKo {
  font-family: "Source Sans Pro";
  width: 28px;
  min-height: 24px;
  margin: 4px 0;
  border-radius: 2px;

  -ms-flex-preferred-size: 24px;

      flex-basis: 24px
}
.uikit__index__ValueButton___UdSKo:hover {
  background-color: rgba(0, 0, 0, .12);
}
.uikit__index__ValueButtonActive___1oVUj {
  color: white;
  background-color: #2880ff !important;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__YearPicker___3YXhv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  padding-top: 0;
}
.uikit__index__Controls___3DS81 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-preferred-size: 56px;
      flex-basis: 56px;
}
.uikit__index__ControlButton___2VcX5 {
  width: 24px;
  height: 24px
}
.uikit__index__ControlButton___2VcX5:hover .uikit__index__ControlButtonIcon___11FBq g path:first-child {
        fill: #2880ff;
      }
.uikit__index__ControlButtonIcon___11FBq {
  -webkit-transition: fill ease-out 0.15s;
  transition: fill ease-out 0.15s;
}
.uikit__index__ControlButtonIcon___11FBq g path:first-child {
      fill: rgba(0, 0, 0, .8);
    }
.uikit__index__ControlValue___2s1kY {
  font-weight: 600;
  text-align: center;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
}
.uikit__index__Values___2_bC9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uikit__index__ValueButton___2Lxbv {
  font-family: "Source Sans Pro";
  margin: 14px 0;
  padding: 3px 0;

  -ms-flex-preferred-size: 33.33333%;

      flex-basis: 33.33333%
}
.uikit__index__ValueButton___2Lxbv:hover {
  background-color: #f2f2f2;
}
.uikit__index__ValueButtonActive___3oP1P {
  background-color: #f2f2f2;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__DatePicker___1lvRD {
  position: relative;
  font-size: 14px;
  min-width: 240px;
}
.uikit__index__Input___3P0LL {
  width: 100%;
}
.uikit__index__Popup___38696 {
  border-radius: 2px;
}
.uikit__index__Controls___32eOM {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding-right: 9px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.uikit__index__ControlButton___KfOM0:disabled {
  opacity: 0.5;
}
.uikit__index__ControlButton___KfOM0:not([disabled]) .uikit__index__Icon___VLwPC {
  cursor: pointer;
}
.uikit__index__ControlButton___KfOM0:not([disabled]) .uikit__index__Icon___VLwPC:hover {
  fill: #2880ff;
  color: #2880ff;
}
.uikit__index__ControlButton___KfOM0 + .uikit__index__ControlButton___KfOM0 {
    margin-left: 12px;
  }
.uikit__index__Icon___VLwPC {
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
  -webkit-transition: fill ease-out 0.15s;
  transition: fill ease-out 0.15s;
  fill: #adadad;
  color: #adadad;}
.uikit__index__IconActive___3pCcV {
  fill: #2880ff;
}
.uikit__index__Footer___2FF4P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;
}
.uikit__index__Button___3u4rc {
  font-size: 14px;
}
.uikit__index__Button___3u4rc + .uikit__index__Button___3u4rc {
    margin-left: 8px;
  }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__fullWidth___1UtJV {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__InputCore___10gBm {
  border: 1px solid rgba(0, 0, 0, .16);
  outline: none;
  font-size: 14px;
  line-height: 1.29;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  caret-color: #2880ff
}
.uikit__default__InputCore___10gBm:focus,
  .uikit__default__InputCore___10gBm:focus:hover,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus:hover {
  border-color: #0082ff;
}
.uikit__default__InputCore___10gBm:hover {
  border-color: rgba(0, 0, 0, .32);
}
.uikit__default__InputCore___10gBm::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-moz-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq {
  border-color: #ff4444;
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv {
  opacity: 0.32
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:hover,
    .uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:focus {
  border-color: rgba(0, 0, 0, .16);
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*
 imported from default.css 
*/
/**
 * 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 input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.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 {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.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;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* 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;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          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;
  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--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-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;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  -webkit-box-sizing: border-box;
          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, .04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, .08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  -webkit-box-sizing: border-box;
          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.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.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, .08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, .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, .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, .08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, .24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, .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 {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/*
vars:
- shadow
- border-radius
- border-color normal hover
*/
.uikit__default__Select___3WdTv {
  outline: none;
  font-size: 14px;
}
.uikit__default__Select___3WdTv .Select-control {
    -webkit-transition: border 0.15s ease;
    transition: border 0.15s ease;
    border: 1px solid rgba(0, 0, 0, .16);
    outline: none;
    line-height: 1.29;
    border-radius: 2px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, .8);
    caret-color: #2880ff
  }
.uikit__default__Select___3WdTv .Select-control:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: rgba(0, 0, 0, .32);
  }
.uikit__default__Select___3WdTv .Select-control .Select-placeholder {
      padding-left: 12px;
      font-size: inherit;
      color: rgba(0, 0, 0, .8);
    }
.uikit__default__Select___3WdTv .Select-control .Select-input {
      font-size: inherit;
      color: inherit
    }
.uikit__default__Select___3WdTv .Select-control .Select-input:focus {
      background: transparent;
    }
.uikit__default__Select___3WdTv .Select-control .Select-input {
      width: 100%;
    }
.uikit__default__Select___3WdTv .Select-control .Select-input input {
        width: 100% !important;
      }
.uikit__default__Select___3WdTv .Select-control .Select-value {
      font-size: inherit;
      color: inherit;
    }
.uikit__default__Select___3WdTv .Select-control .Select-value .Select-value-label {
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        word-break: break-all;
        word-wrap: break-word;
      }
.uikit__default__Select___3WdTv .Select-control .Select-arrow-zone .uikit__default__Icon___Q-V9h, .uikit__default__Select___3WdTv .Select-control .Select-clear-zone .uikit__default__Icon___Q-V9h {
        display: block;
        fill: rgba(0, 0, 0, .32);
        -webkit-transition: fill 0.1s;
        transition: fill 0.1s;
      }
.uikit__default__Select___3WdTv .Select-control .Select-arrow-zone:hover .uikit__default__Icon___Q-V9h, .uikit__default__Select___3WdTv .Select-control .Select-clear-zone:hover .uikit__default__Icon___Q-V9h {
          fill: rgba(0, 0, 0, .8);
      }
.uikit__default__Select___3WdTv.Select--single .Select-control .Select-value {
      padding-left: 12px;
  }
.uikit__default__Select___3WdTv.Select--single .Select-control .Select-input {
      padding-left: 0;
      margin-left: 12px;
  }
.uikit__default__Select___3WdTv.Select--multi .Select-control .Select-multi-value-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
  }
.uikit__default__Select___3WdTv.Select--multi .Select-control .Select-value {
      line-height: normal;
      margin-left: 2px;
      margin-top: 2px;
      margin-right: 1px;
      margin-bottom: 1px;
      border-radius: 2px;
      background-color: rgba(0, 0, 0, .05);
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
  }
.uikit__default__Select___3WdTv.Select--multi .Select-control .Select-value .Select-value-label {
        padding: 6px 0 6px 9px;
      }
.uikit__default__Select___3WdTv.Select--multi .Select-control .Select-value .Select-value-icon {
        -webkit-transition: color 0.15s ease;
        transition: color 0.15s ease;
        border: none;
        display: block;
        font-weight: 600;
        font-size: 20px;
        color: rgba(0, 0, 0, .32);
        line-height: 10px;
        padding: 10px 10px 10px 8px
      }
.uikit__default__Select___3WdTv.Select--multi .Select-control .Select-value .Select-value-icon:hover {
      background: transparent;
      color: rgba(0, 0, 0, .8);
    }
.uikit__default__Select___3WdTv.Select--multi .Select-control .Select-input input {
        padding: 8px 0;
        line-height: normal;
      }
.uikit__default__Select___3WdTv .Select-menu-outer {
    border: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
    padding-top: 1px;
  }
.uikit__default__Select___3WdTv .Select-menu-outer .Select-menu {
      overflow-y: overlay
    }
.uikit__default__Select___3WdTv .Select-menu-outer .Select-menu::-webkit-scrollbar-track {
      overflow: visible;
      background: transparent;
    }
.uikit__default__Select___3WdTv .Select-menu-outer .Select-menu::-webkit-scrollbar {
      height: 4px;
      width: 4px;
      overflow: visible;
      background: transparent;
    }
.uikit__default__Select___3WdTv .Select-menu-outer .Select-menu::-webkit-scrollbar-thumb
      {
      background-clip: padding-box;
      border: solid transparent;
      border-width: 2px 2px 2px 0px;
      border-radius: 4px;
      background-color: #2880ff;
    }
.uikit__default__Select___3WdTv .Select-option {
    font-size: inherit;
    padding: 10px 14px 11px;
    color: rgba(0, 0, 0, .8)
  }
.uikit__default__Select___3WdTv .Select-option:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
.uikit__default__Select___3WdTv .Select-option.is-selected,
    .uikit__default__Select___3WdTv .Select-option.is-focused {
    background-color: rgba(40, 128, 255, .1);
  }
.uikit__default__Select___3WdTv.is-searchable .Select-control .Select-placeholder {
        padding-left: 12px;
        font-size: inherit;
        color: rgba(0, 0, 0, .26);
      }
.uikit__default__Select___3WdTv.is-searchable.is-open.Select--single .Select-control .Select-value .Select-value-label {
            color: rgba(0, 0, 0, .26);
          }
.uikit__default__Select___3WdTv.is-focused .Select-control {
  border-color: #0082ff;
}
.uikit__default__Select___3WdTv.is-focused:not(.is-open) .Select-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.uikit__default__Select___3WdTv.is-open {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
}
.uikit__default__Select___3WdTv.is-open .Select-control {
      z-index: 2;
      border-radius: 2px;
  }
.uikit__default__Select___3WdTv.uikit__default__disabled___1Qiwv .Select-control {
      background-color: rgba(0, 0, 0, .04);
  }
.uikit__default__Select___3WdTv.uikit__default__disabled___1Qiwv .Select-control .Select-placeholder {
        color: rgba(0, 0, 0, .32);
      }
.uikit__default__Select___3WdTv.uikit__default__disabled___1Qiwv .Select-control .Select-arrow-zone {
        opacity: 1;
        opacity: initial;
      }
.uikit__default__Select___3WdTv.uikit__default__disabled___1Qiwv .Select-control:hover,
      .uikit__default__Select___3WdTv.uikit__default__disabled___1Qiwv .Select-control:focus {
    border-color: rgba(0, 0, 0, .16);
  }
.uikit__default__Select___3WdTv.uikit__default__invalid___1tDpq .Select-control {
      border-color: #ff4444;
  }
.profile-form {
  width: 100%;
}

  .profile-form label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: rgba(0, 0, 0, .32);
  }

  .profile-form .form-group {
    display: grid;
    grid-template-columns: 140px 2fr;
    grid-template-rows: 1fr auto;
    grid-gap: 8px;
    grid-template-areas:
      "label input"
      "_ error";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .profile-form .form-group label {
      grid-area: label;
      color: rgba(0, 0, 0, .8);
    }

  .profile-form .form-group input {
      grid-area: input;
    }

  .profile-form .form-group .error-message {
      grid-area: error;

      width: 100%;
    }

  .profile-form .form-group {
    margin-bottom: 0;
  }
.change-password-form {
  max-width: 648px;
}
  .change-password-form .old-password .form-group {
    background: #f5f5f5;
    padding: 16px 40px 8px;
    margin-bottom: 16px;
  }
  .change-password-form .new-password .form-group {
    padding: 16px 40px 0px;
  }
  .change-password-form .new-password-confirmation .form-group {
    padding: 8px 40px 8px;
  }
  .change-password-form .actions {
    padding-top: 16px;
    padding-left: 188px;
  }
.uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-left: 16px;
    min-height: 16px;
    cursor: pointer;
  }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214:focus::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214:hover::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214:active::before {
      content: "";
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      left: 0;
      top: 9px;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      border-radius: 2px;
      background-color: #fff;
      border: solid 1px rgba(0, 0, 0, .16);
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214:hover::before {
      border-color: rgba(0, 0, 0, .32);
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214.uikit_components_checkbox__checked_b0162214:focus::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214.uikit_components_checkbox__checked_b0162214:hover::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214.uikit_components_checkbox__checked_b0162214:active::before {
      background-color: #2880ff;
      border: none;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214:hover::before {
      background-color: #2475eb;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214:active::before {
      background-color: #216bd6;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214:focus::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214:focus:hover::before {
      border-color: #2880ff;
    }

    /* custom foreground */

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__checked_b0162214::after {
      content: "";
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      left: 0;
      top: 9px;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      background-image: url(/static/media/done.d27a702b.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px;
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__partial_b0162214.uikit_components_checkbox__checked_b0162214::after {
      background-image: url(/static/media/partial.42cb792d.svg);
    }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214::before,
    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214.uikit_components_checkbox__disabled_b0162214::after {
      opacity: 0.32;
    }

    /* hide original checkbox */

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214 [type="checkbox"]:not(:checked),
      .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Checkbox_b0162214 [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
        margin: 0 4px;
        width: 16px;
        height: 16px;
        cursor: pointer;
      }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__Label_b0162214 {
    font-size: 14px;
    line-height: 18px;
    -ms-flex-item-align: left;
        align-self: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 12px;
    color: #191919;
    margin: 0;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }

    .uikit_components_checkbox__CheckboxWrapper_b0162214 .uikit_components_checkbox__ErrorMessage_b0162214 {
    font-size: 12px;
    color: #ff1919;
    padding-left: 28px;
    line-height: 16px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_components_icon__Icon_3778264c > svg > g {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c > svg path {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }
@use postcss-nested;

.uikit_components_tabs__Tabs_b1350917 {
  position: relative;

  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #191919;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  width: 100%;
  background: white;

  border-bottom: 1px solid #ebebeb;
}

.uikit_components_tabs__Tabs_b1350917.uikit_components_tabs__ShowScrollControls_b1350917 .uikit_components_tabs__ScrollControl_b1350917 {
  display: block;
}

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917 {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  width: 56px;
  height: 24px;
  margin: 16px 0;

  cursor: pointer;

  border: none;
  background: none;
}

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917 svg {
    position: absolute;
    top: 0px;

    width: 24px;
    height: 24px;

    fill: #7f7f7f;
  }

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917:hover svg {
      fill: #4c4c4c;
    }

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917:focus {
    outline: 0;
  }

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917.uikit_components_tabs__left_b1350917 {
    -webkit-box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .16);
            box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .16);
  }

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917.uikit_components_tabs__left_b1350917 svg {
      left: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917.uikit_components_tabs__right_b1350917 {
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .16);
            box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .16);
  }

.uikit_components_tabs__Tabs_b1350917 .uikit_components_tabs__ScrollControl_b1350917.uikit_components_tabs__right_b1350917 svg {
      right: 0;
    }

.uikit_components_tabs__Tabs_b1350917 ul.uikit_components_tabs__TabsBody_b1350917 {
  position: relative;

  margin: 0;
  margin-bottom: -1px;
  padding: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  overflow-y: hidden;
  overflow-x: hidden;
}

.uikit_components_tabs__Tabs_b1350917 ul.uikit_components_tabs__TabsBody_b1350917 li.uikit_components_tabs__TabItem_b1350917 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

li.uikit_components_tabs__TabItem_b1350917 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

li.uikit_components_tabs__TabItem_b1350917 button.uikit_components_tabs__CloseButton_b1350917 {
    position: absolute;
    top: 22px;
    right: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
  }

li.uikit_components_tabs__TabItem_b1350917 button.uikit_components_tabs__CloseButton_b1350917:focus {
      outline: none;
    }

li.uikit_components_tabs__TabItem_b1350917 button.uikit_components_tabs__CloseButton_b1350917:hover svg {
        fill: #191919;
      }

li.uikit_components_tabs__TabItem_b1350917 button.uikit_components_tabs__CloseButton_b1350917 svg {
      fill: #7f7f7f;
    }

li.uikit_components_tabs__TabItem_b1350917 a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #7f7f7f;
    height: 56px;

    padding: 10px 16px;
  }

li.uikit_components_tabs__TabItem_b1350917 a:visited {
      color: #7f7f7f;
    }

li.uikit_components_tabs__TabItem_b1350917 a:active {
      color: #4c4c4c;
      background-color: #dceaff;

    }

li.uikit_components_tabs__TabItem_b1350917 a:active .uikit_components_tabs__icon_b1350917 {
        fill: #4c4c4c;
      }

li.uikit_components_tabs__TabItem_b1350917 a:hover {
      background-color: #e9f2ff;
    }

li.uikit_components_tabs__TabItem_b1350917 a:hover:after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #ebebeb;
      }

li.uikit_components_tabs__TabItem_b1350917 a:hover .uikit_components_tabs__icon_b1350917 {
        fill: #191919;
      }

li.uikit_components_tabs__TabItem_b1350917 a:hover .uikit_components_tabs__label_b1350917 {
        color: #191919;
      }

li.uikit_components_tabs__TabItem_b1350917 a .uikit_components_tabs__label_b1350917 {
      margin-top: 2px;
      padding: 5px;

      font-family: 'Source Sans Pro', sans-serif;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #7f7f7f;
    }

li.uikit_components_tabs__TabItem_b1350917 a .uikit_components_tabs__icon_b1350917 {
      display: block;
      width: 24px;
      height: 24px;
      margin-top: 5px;
      fill: #7f7f7f;
    }

li.uikit_components_tabs__TabItem_b1350917 a .uikit_components_tabs__icon_b1350917:first-child {
        margin-right: 3px;
      }

li.uikit_components_tabs__TabItem_b1350917 a .uikit_components_tabs__icon_b1350917 svg {
        width: 24px;
        height: 24px;
      }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a {
      color: #191919;
    }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a:after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #2780ff;;
      }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a span {
        display: block;
        margin-bottom: -2px;
      }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a .uikit_components_tabs__CloseButton_b1350917 svg {
          fill: #191919;
        }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a .uikit_components_tabs__label_b1350917 {
        color: #191919;
      }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a .uikit_components_tabs__icon_b1350917 {
          fill: #191919;
      }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a:hover .uikit_components_tabs__label_b1350917 {
          color: #191919;
        }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__isActive_b1350917 a:hover .uikit_components_tabs__icon_b1350917 svg {
            fill: #191919;
          }

li.uikit_components_tabs__TabItem_b1350917.uikit_components_tabs__WithCloseButton_b1350917 a {
      padding-right: 32px;
    }
.administrator-tab-panel {
  height: calc(100% - 56px);
}

  .administrator-tab-panel-tabs {
    min-height: auto !important;
  }

:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_internal_input-core__InputCore_1b4e2e87 {
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b2b2b2;
  outline: none;
  font-size: 14px;
  line-height: 1.29;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  caret-color: #2880ff;

  /* Prevent input grow larger than container */
  max-width: 100%;
}

.uikit_internal_input-core__InputCore_1b4e2e87:focus,
  .uikit_internal_input-core__InputCore_1b4e2e87:focus:hover,
  .uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__invalid_1b4e2e87:focus,
  .uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__invalid_1b4e2e87:focus:hover {
    border-color: #0082ff;
  }

.uikit_internal_input-core__InputCore_1b4e2e87:hover {
    border-color: #7f7f7f;
  }

.uikit_internal_input-core__InputCore_1b4e2e87::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

.uikit_internal_input-core__InputCore_1b4e2e87::-moz-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

.uikit_internal_input-core__InputCore_1b4e2e87::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

&::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

&::-moz-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

&::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

.uikit_internal_input-core__InputCore_1b4e2e87::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

.uikit_internal_input-core__InputCore_1b4e2e87::-moz-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

.uikit_internal_input-core__InputCore_1b4e2e87::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

.uikit_internal_input-core__InputCore_1b4e2e87::placeholder {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0, 0, 0, .26);
  }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__invalid_1b4e2e87 {
    border-color: #f44;
  }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87 {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, .32);
    border-color: #d6d6d6;
  }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87:hover,
    .uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87:focus {
      border-color: #d6d6d6;
    }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .16);
    }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87::-moz-placeholder {
      color: rgba(0, 0, 0, .16);
    }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87::-ms-input-placeholder {
      color: rgba(0, 0, 0, .16);
    }

&::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .16);
    }

&::-moz-placeholder {
      color: rgba(0, 0, 0, .16);
    }

&::-ms-input-placeholder {
      color: rgba(0, 0, 0, .16);
    }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .16);
    }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87::-moz-placeholder {
      color: rgba(0, 0, 0, .16);
    }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87::-ms-input-placeholder {
      color: rgba(0, 0, 0, .16);
    }

.uikit_internal_input-core__InputCore_1b4e2e87.uikit_internal_input-core__disabled_1b4e2e87::placeholder {
      color: rgba(0, 0, 0, .16);
    }
.uikit_components_input__InputWrapper_6f94d771 {
  position: relative;
}

.uikit_components_input__hasRightIcon_6f94d771 {
  padding-right: 32px;
}

.uikit_components_input__RightIcon_6f94d771 {
  position: absolute;
  right: 6px;
  top: 6px;
}

.uikit_components_input__hasLeftIcon_6f94d771 {
  padding-left: 32px;
}

.uikit_components_input__LeftIcon_6f94d771 {
  position: absolute;
  left: 6px;
  top: 6px;
}
.rw-multiselect-taglist>li {
  background: rgba(0, 0, 0, .04);
  border: 1px solid rgba(0, 0, 0, .08);
  text-align: left;
  white-space: pre-wrap;
}

.text-security .password-visibility-toggler {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 8px;
  cursor: pointer;
}
:root {
  /* Text */

  /* Colors */

  /* Secondary */

  /* Negative */

  /* Border */

  /* Form field */

  /* Grid */

  /* Scale */
}

/* html, body {
  font-family: var(--uikit-palette-font-family);
} */

.uikit_components_icon__Icon_3778264c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uikit_components_icon__Icon_3778264c > svg {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    fill: rgb(0, 0, 1);
  }

.uikit_components_icon__Icon_3778264c > svg > g {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c > svg path {
      fill: inherit;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__inline_3778264c {
    display: inline;
  }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__extrasmall_3778264c > svg {
      width: 8px;
      height: 8px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__small_3778264c > svg {
      width: 16px;
      height: 16px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__medium_3778264c > svg {
      width: 24px;
      height: 24px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__big_3778264c > svg {
      width: 32px;
      height: 32px;
    }

.uikit_components_icon__Icon_3778264c.uikit_components_icon__large_3778264c > svg {
      width: 64px;
      height: 64px;
    }

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from index.css  */
.uikit__index__fullWidth___1UtJV {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 100%;
}

/* This file auto generated */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Text */

  /* Colors */

  /* Grid */

  /* Scale */
}
html, body {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* H1, Header */

  /* H2, TopHeader */

  /* H3, Title */

  /* H4, SubHeader */

  /* InlineTitle */

  /* Paragraph */

  /* Paragraph 2 */

  /* Label */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Button */

  /* Default Button */

  /* Colors */
}
/* Use this file to declare all your CSS variables for component */
/* It will be copied to default theme automatically */
/* And you do need need to import it in your css files */
:root {
  /* Here will be your custom value for CSS properties */
}
.showChildElementOnCenter {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  imported from default.css  */
.uikit__default__InputCore___10gBm {
  border: 1px solid rgba(0, 0, 0, .16);
  outline: none;
  font-size: 14px;
  line-height: 1.29;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  caret-color: #2880ff
}
.uikit__default__InputCore___10gBm:focus,
  .uikit__default__InputCore___10gBm:focus:hover,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus,
  .uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq:focus:hover {
  border-color: #0082ff;
}
.uikit__default__InputCore___10gBm:hover {
  border-color: rgba(0, 0, 0, .32);
}
.uikit__default__InputCore___10gBm::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::-moz-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm::placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(0, 0, 0, .26);
}
.uikit__default__InputCore___10gBm.uikit__default__invalid___1tDpq {
  border-color: #ff4444;
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv {
  opacity: 0.32
}
.uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:hover,
    .uikit__default__InputCore___10gBm.uikit__default__disabled___1Qiwv:focus {
  border-color: rgba(0, 0, 0, .16);
}
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
}
h3, .h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}
.lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 88px;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
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: 8px;
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014   \A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 4px;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 12px;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 4.8px;
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 4.8px;
  margin-top: 0.3rem;
  margin-left: -20px;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px;
  padding: .5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, .8);
  border-radius: .2rem;
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, .25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px;
  padding: .5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: .2rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 8px;
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 8px 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.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: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 9px;
  padding-right: 0.5625rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 24px;
  min-height: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: -24px;
  left: -1.5rem;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: -24px;
  left: -1.5rem;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 6px 28px 6px 12px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 12px center;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 12px;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 36px;
  height: 2.25rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 8px;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -6px;
  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: 20px;
  margin-left: 1.25rem;
}
.card-header {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-left: -10px;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 8px;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4.8px;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 4.8px;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4.8px;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 4.8px;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3.2px;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 3.2px;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3.2px;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 3.2px;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 32px 16px;
  padding: 2rem 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 64px;
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  height: 1rem;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: 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;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(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.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 4.8px;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 4.8px;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 16px;
  padding: 1rem;
  margin: -16px -16px -16px auto;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 4px;
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 4px;
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 12.8px;
  width: 0.8rem;
  height: 6.4px;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 6.4px 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 6.4px 6.4px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 6.4px 0 6.4px 6.4px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 16px;
  width: 1rem;
  height: 8px;
  height: 0.5rem;
  margin: 0 4.8px;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-0.5rem + -1px);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 8px 8px 0;
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc(-0.5rem + -1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
  margin: 4.8px 0;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 8px 8px 8px 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-0.5rem + -1px);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 8px 8px 8px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  width: 1rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc(-0.5rem + -1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
  margin: 4.8px 0;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 8px 0 8px 8px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  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;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.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::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 4px !important;
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 8px !important;
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 8px !important;
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 16px !important;
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 16px !important;
  margin-left: 1rem !important;
}
.m-4 {
  margin: 24px !important;
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 48px !important;
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 48px !important;
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 4px !important;
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 4px !important;
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 8px !important;
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 8px !important;
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 16px !important;
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 16px !important;
  padding-left: 1rem !important;
}
.p-4 {
  padding: 24px !important;
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 48px !important;
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 48px !important;
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .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-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}.rw-btn,.rw-input-reset,.rw-input,.rw-dropdown-list-autofill,.rw-filter-input{color:inherit;padding:0;margin:0;border:none;-webkit-box-shadow:none;box-shadow:none;background:none;background-image:none;font-family:inherit;font-size:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation}.rw-btn::-moz-focus-inner{padding:0;border:0}select.rw-input{text-transform:none}html input[type="button"].rw-input{-webkit-appearance:button;cursor:pointer}textarea.rw-input{overflow:auto;resize:vertical}button[disabled].rw-input,fieldset[disabled] .rw-input,html input[disabled].rw-input{cursor:not-allowed}button.rw-input::-moz-focus-inner,input.rw-input::-moz-focus-inner{border:0;padding:0}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}@font-face{font-family:'RwWidgets';font-weight:normal;font-style:normal;src:url(/bc7c4a59f924cf037aad6e1f9edba366.eot);src:url(/bc7c4a59f924cf037aad6e1f9edba366.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(data:application/font-woff;base64,d09GRgABAAAAAA6gAA8AAAAAGFgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIwleU9TLzIAAAGUAAAAQwAAAFY+IFFMY21hcAAAAdgAAAB5AAAB1MJjmdNjdnQgAAACVAAAABMAAAAgBtX/BGZwZ20AAAJoAAAFkAAAC3CKkZBZZ2FzcAAAB/gAAAAIAAAACAAAABBnbHlmAAAIAAAAA5gAAASwVrMfHWhlYWQAAAuYAAAAMwAAADYMhDlFaGhlYQAAC8wAAAAfAAAAJAc6A1VobXR4AAAL7AAAACAAAAAgFcP/+2xvY2EAAAwMAAAAEgAAABIFCgQibWF4cAAADCAAAAAgAAAAIAF4DDpuYW1lAAAMQAAAAYsAAALlvY4qUHBvc3QAAA3MAAAAVgAAAHLanLy8cHJlcAAADiQAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYMpJLMlj4HNx8wlhkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAKVkFSAB4nGNgZNrBOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGBxeMHxkZQ76n8UQxRzEMA0ozAiSAwD7jQvyAHic7ZHBDQIxDAQnF+eCTohKqIFqePGibH9TwbG2rwwcTeRdK4q0BgbQxVMYtC+NqI/cln7nSN94Sd90NvDmY43zVIf3ZdFlNc0PHtltemv6YWdK7vzrnvf7UjPSKyJrv8h8exG7cStiPz6K2NuyQvmyRsH8AVRHGX4AAAB4nGNgQAMSEMgc9D8LhAESbAPdAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nF1TTW8bRRh+35nd2c3aWcf2fjTN7rr+Bjuk4I81xPkwqJEbKVVDE1WREGkkqhSFtqBSLkRwAAmhqLJQJKqKnrZCHIALzg0h5eJWFDhwCof0B1RIcMrJJDaztoNSVrPPzM77zvvMM/sMYLcLQKr4GFQI11RAwHcBYF0vENHIpzWWjScmcBbdQgwNUtVCnWBII8G24iht5TvVQM0JtBWlHeCLSLfb3aAeHQYZ4pCvPRdDBBUpkjoIACjAGq9PCdI1IGSYzJtJLRoRxdE8liaQacYMosYSZ5ElExNkRnCIqUmmQT7d/n2bN3TGJ7Xdq5uL22/XyNT1xteN61M4t6vjJ9e2yd1f7rE7na/snL47N7PxxYPGzUnhtfW7Fzav7up8a5zX3+AU/sV1mjXN14n1/9SWNV8taiH06TMltxgvcLVclhVoBwwVD7jSxyof82YZBkAIoKf1ElCQIMC/o2DCGMQgCUWoQBVm4SK8D/dqX76aJnZk/oUUjdqkHo8ROzpkL49hdNQcpkNydOjKKSNIZT0sUVGQxVVthFEhFKAUQcDV0xiJOCtn0HGC51WFUABrBSxr2Jq/9d6NjWvrb629+cblpQsLc+dmZ6anqpOvvFxxy6WXzj6fTSbiZ2KObY2dHj1lGjo/6fDgGUmIdt4slpP+mz3R4/96Wi5leB0m6ZpRKRZcPJFfGcTMQawS1lgynsiUwyW3imUfCobNV/RHkl4sGHXPe9hsPjxGvL+zs9ds4veet7ez0wqylKRgH+/3pvY8L6LISSmIHGXlj3Hr8G87l7PPl9KpdGnPTSXTLtbt3EXP81LNZjPlHbW8tg+pJr7o9ap5/upOhsc8750TU+NHZb8U+dXOuelSKe32McftQLtH3R/oFRoAjft4Amq1aRWRDCEB38qEIvfwDWDcyoz6luY/iltbEEVhGQRBXAFREBd0QzeSmaQkjuVR11geE5lpPHE2Jve8Sh0ygxVNRd/wWHAQDxS5KSuK/JEipWTl6aWtb+4skuXPv/3s8uatR09/vsk+/Ongx49Joi0pvYwWT/5taWuZLDYeNHjm1tIHrdu3W3/6cOx7XCWvg+77nj7re3P02Pem0TN/lpu/0r/suMr29xmzRJV1DhlDQRwRLEYSkvhkn6l8XkSRx1DwcwY8C8c8gWd5rMH9kgb3axazPrgFk/MsiJ1/eCGLDfhGBF4YJyV/WrQ41f6TfrhzKP4LXjHqj3icY2BkYGAAYn+/mufx/DZfGbiZXwBFGK7s/3UJRv//+z+L+QVzEJDLwcAEEgUAqNQQBQB4nGNgZGBgDvqfBSRf/P/7/xfzCwagCArgAAC2CweUAAPoAAACO///A6D//wI7AAADoAAAA1n//QFlAAABZQAAAAAAAAAmAHQAnAGKAfACJAJYAAAAAQAAAAgAdAAPAAAAAAACAEQAVABzAAAAqQtwAAAAAHicdZLNasJAFIXPWLVUoYu2tNtZFUWMP1CkbioIuioUFy66izomkZiRyaj4DH2DvkNfqdA36TEOtQWbMLnfPXNy780QAFf4hMDheuA6sECJ2YFzOMeT4zPqA8d58ovjAsp4dVykrhyXUIN2XMY13llB5C+YLfDhWOBG3DnO4VLUHJ9Rf3ScJz87LuBW+I6L1LeOSxiLN8dl3Iuvvl7tTBSEVlb6VdlutjpyspOaUpT4sfTXNtQmlT0514lVcay9qV6abX0bzQJl05EK1rFvjsKRxsqkkU5ky2sexaFKlPGtmu27pJugbe1czo1eyoGrL1dGL9TUeqG1q26j8bsv+jyoFXYwiBAghIVEhWqVsY0mWuiQJnRIOg+uCAl8xFR8rPlGmO2kzHtcc2YJVUVHTPYw5XNJxxZ1rggz1lB0pBgxBqwRs5I56TiljRn3/aKsk+SMHic95RwyJpnbzyaa/XxLig1dbaqWE++nNtmUkj/a3/klz2e/t6Aype5lp2SpdtHg/c/3fgOFPIptAHicbcdBDoAgDADBFgUrvoVHEUAgNmAQ4/eN4eqcdkHAoOEfocAJZ5SocEHCFdR9Gp+buoJtLpGvT/menOVQvG3ScXWHtiVyMBz2vo1sOaYO8ALOZhXhAAB4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGVidNjEwMmiBGJu5mBg5ICw+BjCLzWkX0wGgNCeQze60i8EBwmZmcNmowtgRGLHBoSNiI3OKy0Y1EG8XRwMDI4tDR3JIBEhJJBBs5mFi5NHawfi/dQNL70YmBhcADHYj9AAA) format('woff'),url(/eceddf474df95d8d4a7e316668c3be85.ttf) format('truetype'),url(/792dcd18baf5f544aabcad1883d673c2.svg#fontawesomeregular) format('svg')}.rw-i{display:inline-block;color:inherit;font-family:RwWidgets;font-style:normal;font-weight:normal;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.rw-i-caret-down:before{content:'\E803'}.rw-i-caret-up:before{content:'\E800'}.rw-i-chevron-left:before{content:'\F104'}.rw-i-chevron-right:before{content:'\F105'}.rw-i-clock-o:before{content:'\E805'}.rw-i-calendar:before{content:'\E804'}.rw-i-search:before{content:'\E801'}.rw-btn{position:relative;color:#333;display:inline-block;text-align:center;vertical-align:middle;border:1px solid transparent;cursor:pointer;outline:none}.rw-state-readonly .rw-btn,.rw-state-disabled .rw-btn{cursor:not-allowed}.rw-btn-select{opacity:.75;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.rw-btn-select:hover,.rw-state-focus .rw-btn-select,:hover>.rw-btn-select{opacity:1}.rw-btn-primary{width:100%;white-space:normal;line-height:2em}.rw-btn-primary:hover{background-color:#e6e6e6}.rw-btn-select[disabled],.rw-btn-primary[disabled],fieldset[disabled] .rw-btn-select,fieldset[disabled] .rw-btn-primary{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;opacity:.65;pointer-events:none}.rw-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.rw-widget{background-clip:border-box;border:none;color:#333;font-size:1em;font-family:inherit;outline:none;position:relative}.rw-widget,.rw-widget *{-webkit-box-sizing:border-box;box-sizing:border-box}.rw-widget:before,.rw-widget *:before,.rw-widget:after,.rw-widget *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.rw-widget>.rw-widget-container{width:100%;margin:0}.rw-widget-container{background-color:#fff;border:#ccc 1px solid;border-radius:4px}.rw-widget-container.rw-state-focus,.rw-state-focus>.rw-widget-container,.rw-widget-container.rw-state-focus:hover,.rw-state-focus>.rw-widget-container:hover{background-color:#fff;border-color:#66afe9;-webkit-box-shadow:0 0 8px rgba(102, 175, 233, .6);box-shadow:0 0 8px rgba(102, 175, 233, .6)}.rw-widget-container.rw-state-readonly,.rw-state-readonly>.rw-widget-container{cursor:not-allowed}.rw-widget-container.rw-state-disabled,.rw-state-disabled>.rw-widget-container,fieldset[disabled] .rw-widget-container,.rw-widget-container.rw-state-disabled:hover,.rw-state-disabled>.rw-widget-container:hover,fieldset[disabled] .rw-widget-container:hover,.rw-widget-container.rw-state-disabled:active,.rw-state-disabled>.rw-widget-container:active,fieldset[disabled] .rw-widget-container:active{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.rw-widget-picker{position:relative;overflow:hidden;border-collapse:separate;display:inline-table;height:2.429em}.rw-widget-picker>*{position:relative;border:none;outline:none;width:100%;height:100%;display:table-cell}.rw-widget-picker>.rw-select{width:1%;white-space:nowrap}.rw-open>.rw-widget-picker{border-bottom-right-radius:0;border-bottom-left-radius:0}.rw-open-up>.rw-widget-picker{border-top-right-radius:0;border-top-left-radius:0}fieldset[disabled] .rw-widget-picker,.rw-state-disabled>.rw-widget-picker{background-color:#eee}.rw-multiselect>.rw-widget-picker{height:auto}.rw-select{cursor:pointer}.rw-select>*{width:1.9em;height:100%}.rw-state-readonly .rw-select,.rw-state-disabled .rw-select{cursor:not-allowed}.rw-select-bordered{cursor:pointer;border:none;border-left:#ccc 1px solid}.rw-select-bordered:hover,.rw-select-bordered:active{background-color:#e6e6e6}.rw-select-bordered:active{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)}.rw-state-disabled .rw-select-bordered,.rw-state-readonly .rw-select-bordered,fieldset[disabled] .rw-select-bordered,.rw-state-disabled .rw-select-bordered:hover,.rw-state-readonly .rw-select-bordered:hover,fieldset[disabled] .rw-select-bordered:hover,.rw-state-disabled .rw-select-bordered:active,.rw-state-readonly .rw-select-bordered:active,fieldset[disabled] .rw-select-bordered:active{cursor:not-allowed;background-color:inherit;background-image:none;-webkit-box-shadow:none;box-shadow:none}.rw-rtl .rw-select-bordered{border-right:#ccc 1px solid;border-left:none}.rw-rtl{direction:rtl}.rw-input-reset,.rw-input,.rw-dropdown-list-autofill,.rw-filter-input{outline:0}.rw-input-reset::-moz-placeholder{color:#999;opacity:1}.rw-input-reset:-ms-input-placeholder{color:#999}.rw-input-reset::-webkit-input-placeholder{color:#999}.rw-input,.rw-dropdown-list-autofill,.rw-filter-input{color:#555;padding:0 .857em;background-color:#fff}.rw-input[type="text"]::-ms-clear{display:none}.rw-input[disabled],fieldset[disabled] .rw-input{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;opacity:1;background-color:#eee;border-color:#ccc}.rw-input[readonly]{cursor:not-allowed}.rw-i.rw-loading{display:block;background:url(data:image/gif;base64,R0lGODlhEAAQAPIAAP///zMzM87OzmdnZzMzM4GBgZqamqenpyH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==) no-repeat center;min-width:16px;width:1.9em;height:16px}.rw-i.rw-loading:before{content:""}.rw-placeholder{color:#999}.rw-detect-autofill:-webkit-autofill{-webkit-animation-name:react-widgets-autofill-start;animation-name:react-widgets-autofill-start;-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}.rw-detect-autofill:not(:-webkit-autofill){-webkit-animation-name:react-widgets-autofill-cancel;animation-name:react-widgets-autofill-cancel}.rw-webkit-autofill .rw-widget-container,.rw-input:-webkit-autofill{background-color:#faffbd !important;background-image:none !important;color:#000 !important}.rw-widget-input,.rw-filter-input{-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.rw-widget-input.rw-state-focus{-webkit-box-shadow:0 0 8px rgba(102, 175, 233, .6), inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:0 0 8px rgba(102, 175, 233, .6), inset 0 1px 1px rgba(0, 0, 0, .075)}.rw-list{margin:0;padding:0;list-style:none;font-size:1em;outline:0;overflow:auto;max-height:200px}.rw-list-option{-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#333;cursor:pointer;border:1px solid transparent}.rw-list-option.rw-state-focus,.rw-list-option.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-list-option:hover,.rw-list-option:hover.rw-state-focus{background-color:#e6e6e6;border-color:#e6e6e6;color:#333}.rw-list-option.rw-state-selected,.rw-list-option.rw-state-selected:hover{background-color:#337ab7;border-color:#337ab7;color:white}fieldset[disabled] .rw-list-option,.rw-list-option.rw-state-disabled,.rw-list-option.rw-state-readonly{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;color:#999;opacity:.7}fieldset[disabled] .rw-list-option:hover,.rw-list-option.rw-state-disabled:hover,.rw-list-option.rw-state-readonly:hover{background:none;border-color:transparent}.rw-list-empty,.rw-list-option,.rw-list-optgroup{padding:.143em .75em;outline:0}.rw-list-optgroup{font-weight:bold;padding-top:7px}.rw-list-option-create{border-top:1px #ccc solid}.rw-dropdown-list-autofill{padding:0}.rw-dropdown-list-input{background-color:transparent;vertical-align:middle;padding-right:0;max-width:1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rw-rtl .rw-dropdown-list-input{padding-right:.857em;padding-left:0}.rw-filter-input{position:relative;margin:4px;padding-right:0}.rw-filter-input .rw-rtl{padding-right:.857em;padding-left:0}.rw-filter-input .rw-select,.rw-filter-input .rw-btn{opacity:.75;cursor:text}.rw-filter-input>.rw-select,.rw-filter-input>.rw-select:active,.rw-filter-input>.rw-select:hover{background:none;cursor:auto;cursor:initial;-webkit-box-shadow:none;box-shadow:none}.rw-number-picker .rw-btn{cursor:pointer;height:calc(1.2145em - 1px);margin-top:-1px\9;height:1.2145em\9;line-height:1.2145em;line-height:calc(1.2145em - 1px);display:block;border:none}.rw-number-picker .rw-btn:hover,.rw-number-picker .rw-btn:active{background-color:#e6e6e6}.rw-number-picker .rw-btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)}.rw-state-disabled .rw-number-picker .rw-btn,.rw-state-readonly .rw-number-picker .rw-btn,fieldset[disabled] .rw-number-picker .rw-btn,.rw-state-disabled .rw-number-picker .rw-btn:hover,.rw-state-readonly .rw-number-picker .rw-btn:hover,fieldset[disabled] .rw-number-picker .rw-btn:hover,.rw-state-disabled .rw-number-picker .rw-btn:active,.rw-state-readonly .rw-number-picker .rw-btn:active,fieldset[disabled] .rw-number-picker .rw-btn:active{cursor:not-allowed;background-color:inherit;background-image:none;-webkit-box-shadow:none;box-shadow:none}.rw-number-picker .rw-select{vertical-align:middle}.rw-number-picker .rw-select,.rw-number-picker .rw-select:hover,.rw-number-picker .rw-select:active{-webkit-box-shadow:none;box-shadow:none}.rw-calendar-popup{right:auto;min-width:0;width:18em}.rw-calendar{border-radius:4px;background-color:#fff;border:#ccc 1px solid;overflow:hidden}.rw-calendar.rw-popup{border-color:#ccc}.rw-calendar-now{font-weight:bold}.rw-calendar-btn-left,.rw-calendar-btn-right{width:12.5%}.rw-calendar-btn-view{width:75%}.rw-calendar-footer{border-top:1px solid #ccc}.rw-calendar-grid{outline:none;height:14.28571429em;table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;background-color:#fff}.rw-head-cell{text-align:center;border-bottom:1px solid #ccc;padding:.25em}.rw-cell{color:#333;border-radius:4px;cursor:pointer;line-height:normal;text-align:center;border:1px solid transparent;padding:.25em}.rw-cell:hover{background-color:#e6e6e6;border-color:#e6e6e6;color:#333}.rw-cell.rw-state-focus,.rw-cell.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-cell.rw-state-selected,.rw-cell.rw-state-selected:hover{background-color:#337ab7;border-color:#337ab7;color:white}.rw-cell.rw-state-disabled{color:#999;opacity:.7}.rw-cell.rw-state-disabled:hover{background:none;border-color:transparent}.rw-calendar-month .rw-cell{text-align:center}.rw-cell-off-range{color:#999}.rw-calendar-transition-group{position:relative}.rw-calendar-transition{-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;overflow:hidden}.rw-calendar-transition-top{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.rw-calendar-transition-bottom{-webkit-transform:translateY(100%);transform:translateY(100%)}.rw-calendar-transition-right{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rw-calendar-transition-left{-webkit-transform:translateX(100%);transform:translateX(100%)}.rw-calendar-transition-entering.rw-calendar-transition-top,.rw-calendar-transition-entered.rw-calendar-transition-top,.rw-calendar-transition-entering.rw-calendar-transition-bottom,.rw-calendar-transition-entered.rw-calendar-transition-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.rw-calendar-transition-entering.rw-calendar-transition-right,.rw-calendar-transition-entered.rw-calendar-transition-right,.rw-calendar-transition-entering.rw-calendar-transition-left,.rw-calendar-transition-entered.rw-calendar-transition-left{-webkit-transform:translateX(0);transform:translateX(0)}.rw-calendar-transition-exiting.rw-calendar-transition-top{-webkit-transform:translateY(100%);transform:translateY(100%)}.rw-calendar-transition-exiting.rw-calendar-transition-bottom{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.rw-calendar-transition-exiting.rw-calendar-transition-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.rw-calendar-transition-exiting.rw-calendar-transition-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rw-select-list{overflow:auto;position:relative}.rw-select-list .rw-list{max-height:none;font-size:1em}.rw-select-list-label{display:block;position:relative;font-weight:normal;cursor:inherit;padding-left:20px;margin:0}.rw-rtl .rw-select-list-label{padding-left:0;padding-right:20px}input.rw-select-list-input{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:0.1em\9;margin:0;line-height:normal;cursor:inherit}.rw-rtl input.rw-select-list-input{left:auto;right:0}.rw-loading-mask{content:'';background:url(/static/media/loader-big.a770b679.gif) no-repeat center;position:absolute;background-color:#fff;border-radius:4px;opacity:.7;top:0;left:0;height:100%;width:100%}.rw-multiselect{cursor:text}.rw-multiselect .rw-input-reset{height:calc(2.429em - 2px);margin-top:-2px\9;height:2.429em\9;border-width:0;width:auto;max-width:100%;padding:0 .857em}.rw-multiselect .rw-select{vertical-align:middle}.rw-multiselect .rw-select,.rw-multiselect .rw-select:hover,.rw-multiselect .rw-select:active{-webkit-box-shadow:none;box-shadow:none;background:none}.rw-multiselect-taglist{margin:0;padding:0;list-style:none;display:inline-block;vertical-align:0;outline:none}.rw-multiselect-tag{display:inline-table;color:inherit;padding:0 .35em 0 .35em;margin-left:calc(0.27934em - 1px);margin-top:.279335em;margin-top:calc(0.27934em - 1px);height:1.87033em;border-radius:3px;background-color:#eee;border:1px solid #ccc;cursor:default;vertical-align:top;text-align:center;overflow:hidden;max-width:100%}.rw-multiselect-tag>*{display:table-cell;vertical-align:middle;height:100%}.rw-rtl .rw-multiselect-tag{margin-left:0;margin-right:calc(0.27934em - 1px);padding:0 .35em 0 .35em}.rw-multiselect-tag.rw-state-focus,.rw-multiselect-tag.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-multiselect-tag.rw-state-readonly,.rw-multiselect-tag.rw-state-disabled,.rw-state-readonly .rw-multiselect-tag,.rw-state-disabled .rw-multiselect-tag,fieldset[disabled] .rw-multiselect-tag{cursor:not-allowed}.rw-multiselect-tag.rw-state-disabled,.rw-state-disabled .rw-multiselect-tag,fieldset[disabled] .rw-multiselect-tag{opacity:.65}fieldset[disabled] .rw-multiselect-tag{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.rw-multiselect-tag-btn{color:inherit;margin-left:.25em}.rw-rtl .rw-multiselect-tag-btn{margin-left:0;margin-right:.25em}.rw-autocomplete .rw-select{position:absolute;display:block;width:auto;top:0;bottom:0;right:0}.rw-popup-container{position:absolute;z-index:1005;top:100%;left:-6px;right:-6px}.rw-popup-container.rw-dropup{top:auto;bottom:100%}.rw-state-focus .rw-popup-container{z-index:1006}.rw-popup-transition{width:100%;margin-bottom:6px;padding:0 6px}.rw-dropup>.rw-popup-transition{margin-bottom:0;margin-top:6px}.rw-popup{border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;-webkit-box-shadow:0 5px 6px rgba(0, 0, 0, .2);box-shadow:0 5px 6px rgba(0, 0, 0, .2);border:#ccc 1px solid;background:#fff}.rw-dropup .rw-popup{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-top-left-radius:3px;-webkit-box-shadow:0 -2px 6px rgba(0, 0, 0, .2);box-shadow:0 -2px 6px rgba(0, 0, 0, .2)}.rw-popup-transition{-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms, -webkit-transform 200ms}.rw-popup-transition-entering{overflow:hidden}.rw-popup-transition-entering .rw-popup-transition{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.rw-popup-transition-exiting .rw-popup-transition{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.rw-popup-transition-exiting,.rw-popup-transition-exited{overflow:hidden}.rw-popup-transition-exiting .rw-popup-transition,.rw-popup-transition-exited .rw-popup-transition{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.rw-popup-transition-exiting.rw-dropup .rw-popup-transition,.rw-popup-transition-exited.rw-dropup .rw-popup-transition{-webkit-transform:translateY(100%);transform:translateY(100%)}.rw-popup-transition-exited{display:none}.rw-state-disabled{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
}

body {
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Source Sans Pro,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #292b2c;
  background-color: #fff;
}

a:visited {
  color: #007bff;
}

#root,
#root > div {
  height: 100%;
}

@media print {
  .modal-header,
  .modal-footer,
  .issue-FOOTER,
  .issue-layout,
  .core-layout,
  #root,
  .photo-label,
  .print-label,
  .checkbox,
  .print-buttons,
  .leaflet-control-zoom,
  .no-print {
    display: none;
  }

  .print-issue-photos {
    page-break-before: always;
    page-break-after: avoid;
    -webkit-print-color-adjust: exact;
  }

  .modal {
    position: relative;
  }

  .modal-body,
  .modal-content {
    border: none;
}

  .modal-body .col-sm-3, .modal-content .col-sm-3 {
    max-width: 25%;
  }

  .modal-body .col-4, .modal-content .col-4 {
    margin: 0 5px;
  }
}

.logo-with-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-logo {
  margin-top: 1px;
  max-width: 200px;
  max-height: 30px;
  min-height: 12px;
  min-width: 160px;
  vertical-align:middle;
}

button:focus {
  outline: none;
}

.text-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 31px;
  margin: 12px 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.text-body1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 18px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.text-body2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.text-menu {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.text-label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, .32);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/*# sourceMappingURL=main.c15ab314.css.map*/