
@import "https://use.typekit.net/dwu4ioz.css";

/* node_modules/froala-editor/css/froala_editor.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element,
.fr-element:focus {
  outline: 0 solid transparent;
}
.fr-view.fr-element-scroll-visible {
  overflow-x: visible !important;
}
.fr-box.fr-basic {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-box.fr-basic .fr-element {
  font-family: sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 60px;
  text-align: left;
}
.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}
.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element [contenteditable=true] {
  outline: 0 solid transparent;
}
.fr-box a.fr-floating-btn {
  -webkit-box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #FFF;
  color: #333333;
  -webkit-transition:
    background 0.2s ease 0s,
    color 0.2s ease 0s,
    transform 0.2s ease 0s;
  -moz-transition:
    background 0.2s ease 0s,
    color 0.2s ease 0s,
    transform 0.2s ease 0s;
  -ms-transition:
    background 0.2s ease 0s,
    color 0.2s ease 0s,
    transform 0.2s ease 0s;
  -o-transition:
    background 0.2s ease 0s,
    color 0.2s ease 0s,
    transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #333333;
}
.fr-box a.fr-floating-btn i,
.fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 40px;
}
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}
.fr-box a.fr-floating-btn:hover svg {
  fill: #333333;
}
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-wrapper {
  position: relative;
  z-index: 1;
}
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 14px;
  color: #AAA;
  font-family: sans-serif;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fr-wrapper ::-moz-selection {
  background: rgba(181, 214, 253, 0.8);
  color: #000;
}
.fr-wrapper ::selection {
  background: rgba(181, 214, 253, 0.8);
  color: #000;
}
.fr-box.fr-basic .fr-wrapper {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-bottom-color: #efefef;
  top: 0;
  left: 0;
}
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
}
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 992px) {
  .fr-box.fr-document {
    min-width: 21cm;
  }
  .fr-box.fr-document .fr-wrapper {
    text-align: left;
    padding: 30px;
    min-width: 21cm;
    background: #efefef;
  }
  .fr-box.fr-document .fr-wrapper .fr-element {
    text-align: left;
    background: #FFF;
    width: 21cm;
    margin: auto;
    min-height: 26cm !important;
    padding: 1cm 2cm;
    overflow: visible;
    z-index: auto;
  }
  .fr-box.fr-document .fr-wrapper .fr-element hr {
    margin-left: -2cm;
    margin-right: -2cm;
    background: #efefef;
    height: 1cm;
    outline: none;
    border: none;
  }
  .fr-box.fr-document .fr-wrapper .fr-element img {
    z-index: 1;
  }
}
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #222222;
  color: #FFF;
  font-size: 11px;
  line-height: 22px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-toolbar .fr-btn-wrap,
.fr-popup .fr-btn-wrap,
.fr-modal .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative;
}
.fr-toolbar .fr-btn-wrap.fr-hidden,
.fr-popup .fr-btn-wrap.fr-hidden,
.fr-modal .fr-btn-wrap.fr-hidden {
  display: none;
}
.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn,
.fr-modal .fr-command.fr-btn {
  background: transparent;
  color: #333333;
  -moz-outline: 0;
  outline: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 4px 2px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 40px;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar .fr-command.fr-btn.fr-btn-hover,
.fr-popup .fr-command.fr-btn.fr-btn-hover,
.fr-modal .fr-command.fr-btn.fr-btn-hover {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner,
.fr-modal .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text,
.fr-modal .fr-command.fr-btn.fr-btn-text {
  width: auto;
}
.fr-toolbar .fr-command.fr-btn i,
.fr-toolbar .fr-command.fr-btn svg,
.fr-popup .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn svg,
.fr-modal .fr-command.fr-btn i,
.fr-modal .fr-command.fr-btn svg {
  display: block;
  text-align: center;
  float: none;
  margin: 8px 7px;
  width: 24px;
}
.fr-toolbar .fr-command.fr-btn svg.fr-svg,
.fr-popup .fr-command.fr-btn svg.fr-svg,
.fr-modal .fr-command.fr-btn svg.fr-svg {
  height: 24px;
}
.fr-toolbar .fr-command.fr-btn svg path,
.fr-popup .fr-command.fr-btn svg path,
.fr-modal .fr-command.fr-btn svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  fill: #333333;
}
.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only,
.fr-modal .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span,
.fr-modal .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 30px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 4px;
}
.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img,
.fr-modal .fr-command.fr-btn img {
  margin: 8px 7px;
  width: 24px;
}
.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,
.fr-popup .fr-command.fr-btn.fr-btn-active-popup,
.fr-modal .fr-command.fr-btn.fr-btn-active-popup {
  background: #d6d6d6;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown svg,
.fr-modal .fr-command.fr-btn.fr-dropdown i,
.fr-modal .fr-command.fr-btn.fr-dropdown span,
.fr-modal .fr-command.fr-btn.fr-dropdown img,
.fr-modal .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 3px;
  margin-right: 11px;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,
.fr-popup .fr-command.fr-btn.fr-dropdown:after,
.fr-modal .fr-command.fr-btn.fr-dropdown:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  right: 2px;
  top: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: "";
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
  fill: #333333;
  background: #d6d6d6;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
  background: #ebebeb;
  fill: #333333;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
  border-top-color: #333333;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
  border-top: 0;
  border-bottom: 4px solid #222222;
}
.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled,
.fr-modal .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after,
.fr-modal .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd;
}
.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden,
.fr-modal .fr-command.fr-btn.fr-hidden {
  display: none;
}
.fr-toolbar .fr-tabs .fr-command.fr-btn,
.fr-popup .fr-tabs .fr-command.fr-btn,
.fr-modal .fr-tabs .fr-command.fr-btn {
  margin: 0;
  width: 46px;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
  background: #FFF;
}
.fr-toolbar .fr-tabs .fr-command.fr-btn span,
.fr-popup .fr-tabs .fr-command.fr-btn span,
.fr-modal .fr-tabs .fr-command.fr-btn span {
  height: 27px;
}
.fr-toolbar .fr-tabs .fr-command.fr-btn img,
.fr-toolbar .fr-tabs .fr-command.fr-btn svg,
.fr-popup .fr-tabs .fr-command.fr-btn img,
.fr-popup .fr-tabs .fr-command.fr-btn svg,
.fr-modal .fr-tabs .fr-command.fr-btn img,
.fr-modal .fr-tabs .fr-command.fr-btn svg {
  margin: 8px 11px;
  width: 24px;
  height: 24px;
}
.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #0098f7;
}
.fr-toolbar.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn.fr-active,
.fr-modal.fr-disabled .fr-btn,
.fr-modal.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
  float: right;
}
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
  float: left;
}
.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-toolbar.fr-rtl .fr-btn-wrap,
.fr-popup.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-btn-wrap,
.fr-modal.fr-rtl .fr-command.fr-btn,
.fr-modal.fr-rtl .fr-btn-wrap {
  float: right;
}
.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden),
.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}
.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus,
.fr-desktop .fr-command.fr-btn-hover,
.fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #333333;
}
.fr-desktop .fr-command:hover:not(.fr-table-cell),
.fr-desktop .fr-command:focus:not(.fr-table-cell),
.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #ebebeb;
}
.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after,
.fr-desktop .fr-command.fr-btn-hover::after,
.fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #333333;
}
.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),
.fr-desktop .fr-command:active {
  color: #333333;
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-btn-hover,
.fr-desktop .fr-command.fr-active.fr-expanded {
  background: #ebebeb;
}
.fr-desktop .fr-command.fr-active:active {
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}
.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}
.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: #d6d6d6;
}
.fr-popup.fr-mobile .fr-command:focus-visible {
  outline: none;
}
.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}
.fr-command.fr-btn.fr-options.fr-btn-hover,
.fr-command.fr-btn.fr-options:hover,
.fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #FAFAFA;
  -webkit-transition: border-left 0s, background-color 0.5s;
  -moz-transition: border-left 0s, background-color 0.5s;
  -ms-transition: border-left 0s, background-color 0.5s;
  -o-transition: border-left 0s, background-color 0.5s;
}
.fr-command.fr-btn + .fr-dropdown-menu {
  background: #FFF;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  -webkit-box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  margin-top: 0;
  float: left;
  height: 0;
  margin-top: 0 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  position: relative;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  min-width: 72px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 20px;
  line-height: 200%;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
  width: 24px;
  height: 24px;
  margin: 3px 4px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #333333;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
  margin-left: 20px;
  font-weight: bold;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}
body.fr-prevent-scroll {
  overflow: hidden;
}
body.fr-prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
.fr-modal {
  color: #222222;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}
.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.fr-modal .fr-modal-wrapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #FFF;
  min-width: 300px;
  -webkit-box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  overflow: hidden;
  width: 90%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 960px;
  }
}
.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #FFF;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  border-bottom: solid #efefef 1px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
  height: 56px;
  padding: 0 10px;
}
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 20px;
  padding: 19px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
  padding-bottom: 20px;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}
.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}
ol.decimal_type {
  counter-reset: item;
}
ol.decimal_type > li {
  display: block;
  position: relative;
}
ol.decimal_type > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}
.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #FFF;
  -webkit-box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.fr-popup .fr-icon {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  box-sizing: content-box;
  padding: 6px;
}
.fr-popup .fr-icon-container {
  padding: 20px;
  max-height: 200px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@supports not (-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
    display: grid;
  }
}
@media (min-width: 768px) {
  .fr-popup .fr-icon-container {
    min-width: 276px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    display: inline-flex;
    -ms-flex-flow: row wrap;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .fr-popup .fr-icon-container {
    width: 236px;
  }
}
.fr-popup .fr-input-focus {
  background: whitesmoke;
}
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
}
.fr-popup.fr-active {
  display: block;
}
.fr-popup.fr-hidden {
  display: none !important;
}
.fr-popup.fr-empty {
  display: none !important;
}
.fr-popup .fr-hs {
  display: block !important;
}
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}
.fr-popup .fr-input-line {
  position: relative;
  padding: 15px 0;
}
.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line input[type=number],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #999999;
  color: #222222;
  font-size: 14px;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.5s, padding 0.5s;
  -moz-transition: border 0.5s, padding 0.5s;
  -ms-transition: border 0.5s, padding 0.5s;
  -o-transition: border 0.5s, padding 0.5s;
}
.fr-popup .fr-input-line input[type=text]:hover,
.fr-popup .fr-input-line input[type=number]:hover,
.fr-popup .fr-input-line textarea:hover {
  border: solid 1px #515151;
}
.fr-popup .fr-input-line input[type=text]:focus,
.fr-popup .fr-input-line input[type=number]:focus,
.fr-popup .fr-input-line textarea:focus {
  border: solid 2px #0098f7;
  padding: 3px 11px;
}
.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line input[type=number] {
  height: 46px;
}
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 29px;
  left: 12px;
  font-size: 14px;
  color: grey;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
  display: block;
  background: #FFF;
  padding: 0;
  cursor: text;
}
.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
  width: auto;
  left: 4px;
  padding: 0 4px;
  font-size: 11px;
  top: 9px;
}
.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.fr-popup textarea {
  resize: none;
}
.fr-popup .fr-buttons {
  white-space: nowrap;
  line-height: 0;
}
.fr-popup .fr-buttons .fr-btn {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  float: none;
}
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}
.fr-popup .fr-buttons.fr-tabs {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
    overflow: scroll;
    overflow-y: hidden;
    width: 276px;
  }
}
.fr-popup .fr-buttons:not(.fr-tabs) {
  padding: 5px;
}
.fr-popup .fr-layer {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px;
  display: none;
}
@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 260px;
  }
}
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}
.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 100%;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}
.fr-popup .fr-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
  top: 7px;
  left: 7px;
}
.fr-popup .fr-checkbox input:not(:checked) + span {
  border: solid 2px #999999;
}
.fr-popup .fr-checkbox input:not(:checked):active + span {
  background-color: #f5f5f5;
}
.fr-popup .fr-checkbox input:not(:checked):focus + span,
.fr-popup .fr-checkbox input:not(:checked):hover + span {
  border-color: #515151;
}
.fr-popup .fr-checkbox input:checked + span {
  background: #0098f7;
  border: solid 2px #0098f7;
}
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}
.fr-popup .fr-checkbox input:checked:active + span {
  background-color: #EcF5Ff;
}
.fr-popup .fr-checkbox input:checked:focus + span,
.fr-popup .fr-checkbox input:checked:hover + span {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}
.fr-popup.fr-rtl .fr-input-line input + label,
.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}
.fr-toolbar {
  color: #222222;
  background: #FFF;
  position: relative;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #CCCCCC;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.5s;
  -moz-transition: padding-bottom 0.5s;
  -ms-transition: padding-bottom 0.5s;
  -o-transition: padding-bottom 0.5s;
}
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-toolbar::after {
  height: 0;
}
.fr-toolbar .fr-newline {
  clear: both;
  display: block;
  content: "";
  margin-left: 9px;
  margin-right: 9px;
  background: #efefef;
  height: 1px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
}
.fr-toolbar.fr-toolbar-open .fr-newline {
  height: 0;
}
.fr-toolbar .fr-float-right {
  float: right;
}
.fr-toolbar .fr-float-left {
  float: left;
}
.fr-toolbar .fr-more-toolbar {
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 48px;
}
.fr-toolbar .fr-more-toolbar.fr-overflow-visible {
  overflow: visible;
}
.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
  margin-left: 4px;
  margin-right: 4px;
}
.fr-toolbar .fr-btn-grp {
  display: inline-block;
  margin: 0 17px 0 12px;
}
@media (max-width: 768px) {
  .fr-toolbar .fr-btn-grp {
    margin: 0 7px 0 6px;
  }
}
.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 10px;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  background: #f5f5f5;
}
.fr-toolbar .fr-popup .fr-command:focus-visible {
  outline: none;
}
.fr-toolbar.fr-rtl {
  text-align: right;
}
.fr-toolbar.fr-inline {
  display: none;
  -webkit-box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  white-space: nowrap;
  position: absolute;
  margin-top: 5px;
  z-index: 2147483630;
}
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  border-top: 0;
}
.fr-toolbar.fr-inline .fr-newline {
  height: 0;
}
.fr-toolbar.fr-inline .fr-more-toolbar {
  position: absolute !important;
}
.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded {
  position: relative !important;
}
.fr-toolbar.fr-top {
  top: 0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar.fr-bottom .fr-newline {
  padding-top: 0;
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -o-transition: padding-top 0.5s;
}
.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
  padding-top: 48px;
  background: #FFF;
}
.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar.fr-sticky-on {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}
.fr-separator + .fr-separator {
  display: none;
}
.fr-separator.fr-vs {
  height: 32px;
  width: 1px;
  margin: 8px 4px;
}
.fr-separator.fr-hs {
  clear: both;
  width: calc(100% - (2 * 4px));
  margin: 0 4px;
  height: 1px;
}
.fr-separator.fr-hidden {
  display: none !important;
}
.fr-rtl .fr-separator {
  float: right;
}
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  display: inline-block;
}
.fr-second-toolbar {
  border: 1px solid #CCCCCC;
  border-top: 0;
  background: #FFF;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-second-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-second-toolbar:empty {
  min-height: calc(10px);
  position: relative;
  margin-top: calc(-1px);
  z-index: 2;
}
#fr-logo {
  float: left;
  outline: none;
}
#fr-logo > span {
  display: inline-block;
  float: left;
  font-family: sans-serif;
  padding: 11px 5px 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #b1b2b7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
#fr-logo > svg {
  height: 20px;
  width: 47px;
  margin: 7px 0;
  cursor: pointer;
}
#fr-logo > svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
}
#fr-logo:hover > span,
#fr-logo:focus > span {
  color: #0098f7;
}
#fr-logo:hover > svg .fr-logo,
#fr-logo:focus > svg .fr-logo {
  fill: #0098f7;
}
.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}
@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}
@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-box {
  position: relative;
}
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
.fr-sticky-off {
  position: relative;
}
.fr-sticky-on {
  position: fixed;
  z-index: 10;
}
.fr-sticky-on.fr-sticky-ios {
  position: -webkit-sticky;
  left: 0;
  right: 0;
  width: auto !important;
}
.modal .fr-sticky-on {
  position: sticky;
}
.fr-sticky-dummy {
  display: none;
}
.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block;
}
span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-view .fr-highlight-change,
.fr-highlight-change > img,
.fr-highlight-change > .fr-video > video,
.fr-highlight-change > .fr-video > embed,
.fr-highlight-change > .fr-video > iframe,
.fr-highlight-change > .fr-embedly > .embedly-card > .embedly-card-hug > iframe,
.fr-highlight-change > p,
.fr-view .fr-highlight-change > span:not(.fr-tracking-deleted) {
  background-color: #f3eec3;
  opacity: 0.5;
}
.fr-highlight-change.fr-highlight-change > table td,
.fr-highlight-change.fr-highlight-change > hr {
  border-color: #f3eec3;
}
.fr-tracking-deleted.fr-tracking-deleted > table td,
.fr-tracking-deleted.fr-tracking-deleted > hr {
  border-color: #dc3545;
}
.fr-tracking-deleted img,
.fr-tracking-deleted > .fr-video > video,
.fr-tracking-deleted > .fr-video > iframe,
.fr-tracking-deleted > .fr-embedly > .embedly-card > .embedly-card-hug > iframe {
  opacity: 0.5;
  background-color: #dc3545;
}
.fr-view .fr-tracking-deleted {
  background-color: #dc3545;
  text-decoration: line-through;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}
.fr-highlight-change > .fr-video > iframe,
.fr-tracking-deleted > .fr-video > iframe,
.fr-highlight-change > .fr-video > video,
.fr-tracking-deleted > .fr-video > video,
.fr-highlight-change > .fr-video > embed,
.fr-highlight-change > .fr-embedly > .embedly-card > .embedly-card-hug > iframe,
.fr-tracking-deleted > .fr-embedly > .embedly-card > .embedly-card-hug > iframe {
  padding: 10px !important;
}
.fr-tracking-deleted img,
.fr-highlight-change img {
  border: 2px solid #f3eec3;
}
.fr-highlight-change #isPasted *:not(table):not(tbody):not(tr):not(td) {
  opacity: 0.5;
  background-color: #f3eec3;
}
.fr-highlight-change #isPasted > table td {
  opacity: 0.5;
  border-color: #f3eec3;
}
.fr-track-hide {
  display: none;
}
.fr-track-hide-mobile {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.fr-ios-mobile-disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.fr-bottom-extended {
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}
.position-relative {
  position: relative !important;
}

/* node_modules/froala-editor/css/froala_style.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}
.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}
.fr-view img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-view .fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-view li img.fr-dii.fr-fil {
  margin-right: 20px;
}
.fr-view {
  word-wrap: break-word;
}
.fr-view span[style~="color:"] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table[border="0"] td:not([class]),
.fr-view table[border="0"] th:not([class]),
.fr-view table[border="0"] td[class=""],
.fr-view table[border="0"] th[class=""] {
  border-width: 0px;
}
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table td {
  min-width: 5px;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #DDD;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #ececec;
}
.fr-view table tfoot td {
  background: #ececec;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1f4ce";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}
.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}
.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00BCD4;
}
.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43A047;
}
.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}
.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family:
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "NotoColorEmoji",
    "Segoe UI Symbol",
    "Android Emoji",
    "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #AAA !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}
.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family:
    "Courier New",
    Courier,
    monospace;
}
.fr-view .fr-class-transparency {
  opacity: 0.5;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view .fr-img-caption {
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
.fr-view span.fr-img-caption.fr-dii.fr-fil,
.fr-view p img.fr-dii.fr-fil {
  margin-right: 15px;
}
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* node_modules/froala-editor/css/plugins/image.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}
.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-image-resizer.fr-active {
  display: block;
}
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}
.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}
.fr-popup .fr-image-upload-layer:hover {
  background: #ebebeb;
}
.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}
.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}
.fr-popup .fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}
.fr-uploading {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
img.fr-draggable {
  user-select: none;
}

/* node_modules/froala-editor/css/plugins/table.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #0098f7;
}
.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none;
}
.fr-table-resizer.fr-moving {
  z-index: 2;
}
.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #0098f7;
}
.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-popup .fr-table-size {
  margin: 20px;
}
.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
}
.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 5px;
  white-space: nowrap;
}
.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0 4px 4px 0;
  background: transparent;
}
.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
}
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(0, 152, 247, 0.3);
  border: solid 1px #0098f7;
}
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}
.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}
.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap;
}

/* node_modules/froala-editor/css/plugins/colors.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 0 0;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 38px;
  height: 40px;
  padding: 17px 0 0;
  margin: 0;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 40px;
  width: 38px;
}
.fr-popup .fr-separator + .fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px;
}
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}
.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}
.fr-popup .fr-color-set > span > i,
.fr-popup .fr-color-set > span > svg {
  text-align: center;
  line-height: 32px;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}
.fr-popup .fr-color-set > span > i path,
.fr-popup .fr-color-set > span > svg path {
  fill: #222;
}
.fr-popup .fr-color-set > span .fr-selected-color {
  color: #FFF;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}
.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #222;
  z-index: 2;
}
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

/* node_modules/froala-editor/css/plugins/video.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element .fr-video::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent;
}
.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}
.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-box .fr-video-resizer.fr-active {
  display: block;
}
.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}
.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}
.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}
.fr-popup .fr-video-upload-layer:hover {
  background: #ebebeb;
}
.fr-popup .fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}
.fr-popup .fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fr-popup .fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}
.fr-popup .fr-video-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}
.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}
.fr-autoplay-margin {
  margin-top: 0px !important;
}

/* node_modules/froala-editor/css/plugins/quick_insert.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-quick-insert {
  position: absolute;
  z-index: 2147483639;
  white-space: nowrap;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-quick-insert a.fr-floating-btn svg {
  margin: 8px;
  width: 24px;
  height: 24px;
}
.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.fr-quick-insert.fr-hidden {
  display: none;
}
.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 20px;
  white-space: nowrap;
}
.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  padding: 6px 10px 10px 10px;
  display: inline-block;
  color: #222;
  background: #FFF;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.fr-qi-helper a.fr-btn.fr-floating-btn svg {
  fill: #222;
}
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* node_modules/tributejs/dist/tribute.css */
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}
.tribute-container li.highlight {
  background: #ddd;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}

/* node_modules/react-dates/lib/css/_datepicker.css */
.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.PresetDateRangePicker_button:active {
  outline: 0;
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.SingleDatePickerInput__rtl {
  direction: rtl;
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}
.SingleDatePickerInput__block {
  display: block;
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
.SingleDatePicker {
  position: relative;
  display: inline-block;
}
.SingleDatePicker__block {
  display: block;
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}
.SingleDatePicker_picker__rtl {
  direction: rtl;
}
.SingleDatePicker_picker__directionLeft {
  left: 0;
}
.SingleDatePicker_picker__directionRight {
  right: 0;
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd, 10%);
  text-decoration: none;
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute;
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489;
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489;
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489;
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left;
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.CalendarDay:active {
  outline: 0;
}
.CalendarDay__defaultCursor {
  cursor: default;
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff;
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit;
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848;
}
.CalendarDay__outside:hover {
  border: 0;
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff;
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff;
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff;
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87;
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87;
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee;
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7;
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}
.CalendarMonthGrid__animating {
  z-index: 1;
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}
.DayPickerNavigation {
  position: relative;
  z-index: 2;
}
.DayPickerNavigation__horizontal {
  height: 0;
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}
.DayPickerNavigation__bottom {
  height: auto;
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0;
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px;
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%;
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block;
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2;
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}
.DayPicker__horizontal {
  background: #fff;
}
.DayPicker__verticalScrollable {
  height: 100%;
}
.DayPicker__hidden {
  visibility: hidden;
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
  border-radius: 3px;
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
.DayPicker_portal__vertical {
  position: initial;
}
.DayPicker_focusRegion {
  outline: 0;
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top;
}
.DayPicker_weekHeaders {
  position: relative;
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}
.DayPicker_weekHeader__vertical {
  left: 50%;
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
}
.DayPicker_transitionContainer__vertical {
  width: 100%;
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}
.DateInput__small {
  width: 97px;
}
.DateInput__block {
  width: 100%;
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0;
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px;
}
.DateInput_input__regular {
  font-weight: auto;
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0;
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic;
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}
.DateInput_fangShape {
  fill: #fff;
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block;
}
.DateRangePickerInput__disabled {
  background: #f2f2f2;
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.DateRangePickerInput__rtl {
  direction: rtl;
}
.DateRangePickerInput__block {
  display: block;
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.DateRangePickerInput_clearDates__small {
  padding: 6px;
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
.DateRangePicker {
  position: relative;
  display: inline-block;
}
.DateRangePicker__block {
  display: block;
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}
.DateRangePicker_picker__rtl {
  direction: rtl;
}
.DateRangePicker_picker__directionLeft {
  left: 0;
}
.DateRangePicker_picker__directionRight {
  right: 0;
}
.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd, 10%);
  text-decoration: none;
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

/* app/assets/stylesheets/application.scss */
@font-face {
  font-family: "FontAwesome";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/fontawesome-webfont-FMJ3VJ65.digested.eot?v=4.7.0);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/fontawesome-webfont-FMJ3VJ65.digested.eot?#iefix&v=4.7.0) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/fontawesome-webfont-5GKVPAEF.digested.woff2?v=4.7.0) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/fontawesome-webfont-Z4ARLA73.digested.woff?v=4.7.0) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/fontawesome-webfont-RJ6LE7IU.digested.ttf?v=4.7.0) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/fontawesome-webfont-3KIJVIEY.digested.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-square-minus:before {
  content: "\f146";
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/glyphicons-halflings-regular-PIHUWCJO.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/glyphicons-halflings-regular-PIHUWCJO.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/glyphicons-halflings-regular-W4DYDFZM.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/glyphicons-halflings-regular-JOUF32XT.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/glyphicons-halflings-regular-ACNUA6UY.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/glyphicons-halflings-regular-QXYEM3FU.digested.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-jpy:before {
  content: "\a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #414143;
  background-color: #f8f6f7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #44bc8f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgb(47.3484251969, 132.1515748031, 100.3503937008);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body .attachment .attachment-content .attachment-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f8f6f7;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(147, 139, 155, 0.25);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: rgb(198, 193.7777777778, 202.2222222222);
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 11px;
  padding-left: 11px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 742px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1162px;
  }
}
.container-fluid {
  padding-right: 11px;
  padding-left: 11px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -11px;
  margin-left: -11px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #938b9b;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f8f6f7;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #edf9f4;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgb(217.875, 242.625, 232.3125);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: rgba(147, 139, 155, 0.3);
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgba(134.25, 125.3055555556, 143.1944444444, 0.3);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: rgba(252, 88, 95, 0.15);
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgba(251.55, 62.95, 71, 0.15);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: rgba(146, 8, 14, 0.25);
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(121.8246753247, 6.6753246753, 11.6818181818, 0.25);
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: rgb(198, 193.7777777778, 202.2222222222);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \	;
  line-height: normal;
}
input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #414143;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #414143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #44bc8f;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #097985;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(9, 121, 133, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(9, 121, 133, 0.6);
}
.form-control::-moz-placeholder {
  color: #938b9b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #938b9b;
}
.form-control::-webkit-input-placeholder {
  color: #938b9b;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: hsl(270, 7.4074074074%, 151.1470588235%);
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 54px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \	;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 54px;
  min-height: 38px;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #011627;
}
.has-success .form-control {
  border-color: #011627;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(3.55, 78.1, 138.45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(3.55, 78.1, 138.45);
}
.has-success .input-group-addon {
  color: #011627;
  background-color: #edf9f4;
  border-color: #011627;
}
.has-success .form-control-feedback {
  color: #011627;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fc585f;
}
.has-warning .form-control {
  border-color: #fc585f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(251.1, 37.9, 47);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(253.8, 188.2, 191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(253.8, 188.2, 191);
}
.has-warning .input-group-addon {
  color: #fc585f;
  background-color: rgba(252, 88, 95, 0.15);
  border-color: #fc585f;
}
.has-warning .form-control-feedback {
  color: #fc585f;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #011627;
}
.has-error .form-control {
  border-color: #011627;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(3.55, 78.1, 138.45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(3.55, 78.1, 138.45);
}
.has-error .input-group-addon {
  color: #011627;
  background-color: rgba(146, 8, 14, 0.25);
  border-color: #011627;
}
.has-error .form-control-feedback {
  color: #011627;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(127.8522727273, 127.8522727273, 131.6477272727);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -11px;
  margin-left: -11px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 11px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgb(219.675, 217.0583333333, 222.2916666667);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #44bc8f;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #097985;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fc585f;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgb(234.975, 233.4916666667, 236.4583333333);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #414143;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \	;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #414143;
  text-align: center;
  background-color: hsl(270, 7.4074074074%, 151.1470588235%);
  border: 1px solid #44bc8f;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 16px 40px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f8f6f7;
}
.nav > li.disabled > a {
  color: #938b9b;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #938b9b;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f8f6f7;
  border-color: #44bc8f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid rgba(147, 139, 155, 0.25);
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f8f6f7 #f8f6f7 rgba(147, 139, 155, 0.25);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #414143;
  cursor: default;
  background-color: #f8f6f7;
  border: 1px solid rgba(147, 139, 155, 0.25);
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #fc585f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid rgba(147, 139, 155, 0.25);
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid rgba(147, 139, 155, 0.25);
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f8f6f7;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 58px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 11px;
  padding-left: 11px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 58px;
  padding: 19px 11px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -11px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 11px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.5px -11px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.navbar-form {
  padding: 10px 11px;
  margin-right: -11px;
  margin-left: -11px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 11px;
    margin-left: 11px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -11px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #414143;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: hsl(270, 7.4074074074%, 107.1470588235%);
}
.navbar-inverse .navbar-nav > li > a {
  color: #414143;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fc585f;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fc585f;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #fc585f;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #414143;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fc585f;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #fc585f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: #414143;
}
.navbar-inverse .navbar-link:hover {
  color: #fc585f;
}
.navbar-inverse .btn-link {
  color: #414143;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fc585f;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: rgb(234.975, 233.4916666667, 236.4583333333);
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgb(209.475, 206.1027777778, 212.8472222222);
}
.label-primary {
  background-color: #fc585f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: rgb(251.1, 37.9, 47);
}
.label-success {
  background-color: #44bc8f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: rgb(54.0748031496, 150.9251968504, 114.6062992126);
}
.label-info {
  background-color: #938b9b;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: rgb(121.5, 112.5, 130.5);
}
.label-warning {
  background-color: #92080e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: rgb(97.6493506494, 5.3506493506, 9.3636363636);
}
.label-danger {
  background-color: #ffe425;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: rgb(241, 211.1513761468, 0);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fc585f;
  border-radius: 40%;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #44bc8f;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f8f6f7;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #414143;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #44bc8f;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 600;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #011627;
  background-color: #edf9f4;
  border-color: #00874A;
}
.alert-success hr {
  border-top-color: rgb(0, 109.5, 60.0222222222);
}
.alert-success .alert-link {
  color: black;
}
.alert-info {
  color: #575265;
  background-color: rgba(147, 139, 155, 0.3);
  border-color: rgba(147, 139, 155, 0.6);
}
.alert-info hr {
  border-top-color: rgba(134.25, 125.3055555556, 143.1944444444, 0.6);
}
.alert-info .alert-link {
  color: rgb(62.7540983607, 59.1475409836, 72.8524590164);
}
.alert-warning {
  color: #011627;
  background-color: #FFF2F3;
  border-color: rgb(235, 17, 28);
}
.alert-warning hr {
  border-top-color: rgb(211.2202380952, 15.2797619048, 25.1666666667);
}
.alert-warning .alert-link {
  color: black;
}
.alert-danger {
  color: #011627;
  background-color: rgba(146, 8, 14, 0.25);
  border-color: rgba(121.8246753247, 6.6753246753, 30.8733766234, 0.25);
}
.alert-danger hr {
  border-top-color: rgba(97.6493506494, 5.3506493506, 24.7467532468, 0.25);
}
.alert-danger .alert-link {
  color: black;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: rgb(234.975, 233.4916666667, 236.4583333333);
  cursor: not-allowed;
  background-color: hsl(270, 7.4074074074%, 151.1470588235%);
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: rgb(234.975, 233.4916666667, 236.4583333333);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fc585f;
  border-color: #fc585f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: hsl(357.4390243902, 96.4705882353%, 106.6666666667%);
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #011627;
  background-color: #edf9f4;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #011627;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #011627;
  background-color: rgb(217.875, 242.625, 232.3125);
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #011627;
  border-color: #011627;
}
.list-group-item-info {
  color: #575265;
  background-color: rgba(147, 139, 155, 0.3);
}
a.list-group-item-info,
button.list-group-item-info {
  color: #575265;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #575265;
  background-color: rgba(134.25, 125.3055555556, 143.1944444444, 0.3);
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #575265;
  border-color: #575265;
}
.list-group-item-warning {
  color: #fc585f;
  background-color: rgba(252, 88, 95, 0.15);
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fc585f;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #fc585f;
  background-color: rgba(251.55, 62.95, 71, 0.15);
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fc585f;
  border-color: #fc585f;
}
.list-group-item-danger {
  color: #011627;
  background-color: rgba(146, 8, 14, 0.25);
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #011627;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #011627;
  background-color: rgba(121.8246753247, 6.6753246753, 11.6818181818, 0.25);
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #011627;
  border-color: #011627;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: rgb(198, 193.7777777778, 202.2222222222);
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: rgb(198, 193.7777777778, 202.2222222222);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #fc585f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #fc585f;
  border-color: #fc585f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fc585f;
}
.panel-primary > .panel-heading .badge {
  color: #fc585f;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fc585f;
}
.panel-success {
  border-color: #00874A;
}
.panel-success > .panel-heading {
  color: #011627;
  background-color: #edf9f4;
  border-color: #00874A;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00874A;
}
.panel-success > .panel-heading .badge {
  color: #edf9f4;
  background-color: #011627;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00874A;
}
.panel-info {
  border-color: rgba(147, 139, 155, 0.6);
}
.panel-info > .panel-heading {
  color: #575265;
  background-color: rgba(147, 139, 155, 0.3);
  border-color: rgba(147, 139, 155, 0.6);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(147, 139, 155, 0.6);
}
.panel-info > .panel-heading .badge {
  color: rgba(147, 139, 155, 0.3);
  background-color: #575265;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(147, 139, 155, 0.6);
}
.panel-warning {
  border-color: rgba(251.55, 62.95, 102.4333333333, 0.15);
}
.panel-warning > .panel-heading {
  color: #fc585f;
  background-color: rgba(252, 88, 95, 0.15);
  border-color: rgba(251.55, 62.95, 102.4333333333, 0.15);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(251.55, 62.95, 102.4333333333, 0.15);
}
.panel-warning > .panel-heading .badge {
  color: rgba(252, 88, 95, 0.15);
  background-color: #fc585f;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(251.55, 62.95, 102.4333333333, 0.15);
}
.panel-danger {
  border-color: rgba(121.8246753247, 6.6753246753, 30.8733766234, 0.25);
}
.panel-danger > .panel-heading {
  color: #011627;
  background-color: rgba(146, 8, 14, 0.25);
  border-color: rgba(121.8246753247, 6.6753246753, 30.8733766234, 0.25);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(121.8246753247, 6.6753246753, 30.8733766234, 0.25);
}
.panel-danger > .panel-heading .badge {
  color: rgba(146, 8, 14, 0.25);
  background-color: #011627;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(121.8246753247, 6.6753246753, 30.8733766234, 0.25);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #edf9f4;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #fc585f;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(251.1, 37.9, 47);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(251.1, 37.9, 47);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(251.1, 37.9, 47);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(248.83, 4.47, 14.9);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #fc585f;
  border-color: transparent;
}
.btn-primary .badge {
  color: #fc585f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #44bc8f;
  border-color: transparent;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(54.0748031496, 150.9251968504, 114.6062992126);
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(54.0748031496, 150.9251968504, 114.6062992126);
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(54.0748031496, 150.9251968504, 114.6062992126);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(44.6578740157, 124.6421259843, 94.6480314961);
  border-color: rgba(0, 0, 0, 0);
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #44bc8f;
  border-color: transparent;
}
.btn-success .badge {
  color: #44bc8f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #938b9b;
  border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(121.5, 112.5, 130.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(121.5, 112.5, 130.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(121.5, 112.5, 130.5);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(103.65, 95.9722222222, 111.3277777778);
  border-color: rgba(0, 0, 0, 0);
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #938b9b;
  border-color: transparent;
}
.btn-info .badge {
  color: #938b9b;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #92080e;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: rgb(97.6493506494, 5.3506493506, 9.3636363636);
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(97.6493506494, 5.3506493506, 9.3636363636);
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(97.6493506494, 5.3506493506, 9.3636363636);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(63.8038961039, 3.4961038961, 6.1181818182);
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #92080e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #92080e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ffe425;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(241, 211.1513761468, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(241, 211.1513761468, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(241, 211.1513761468, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(205.3, 179.8729357798, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ffe425;
  border-color: transparent;
}
.btn-danger .badge {
  color: #ffe425;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #44bc8f;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: rgb(47.3484251969, 132.1515748031, 100.3503937008);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: rgb(234.975, 233.4916666667, 236.4583333333);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before,
.post-details:before,
.ui-header form textarea:before,
.clearfix:after,
.post-details:after,
.ui-header form textarea:after {
  display: table;
  content: " ";
}
.clearfix:after,
.post-details:after,
.ui-header form textarea:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.DateRangePicker {
  width: 100%;
  z-index: 101;
}
.DateRangePickerInput {
  display: block;
  border: 0;
  height: 58px;
  line-height: 58px;
  background: none;
  text-align: center;
  transition: background 160ms 20ms ease-in-out;
}
.DateRangePickerInput:hover {
  background: #fc585f;
}
.DateInput,
.DateRangePickerInput_arrow {
  display: none;
}
.DateRangePickerInput_calendarIcon {
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  margin: 0;
  padding: 0 12px;
}
.DayPicker {
  background: #fff;
}
.DayPicker_weekHeader {
  top: 39px !important;
  pointer-events: none;
}
.DateRangePicker_picker {
  border: 1px solid rgba(147, 139, 155, 0.4);
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.08);
}
.DayPickerNavigation_button {
  background: #dfe2dd;
}
.CalendarMonthGrid {
  background: #fff;
}
.CalendarDay {
  line-height: 0;
}
.DateRangePicker_picker {
  top: 58px !important;
}
.CalendarMonthGrid_month__hidden {
  visibility: visible;
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover,
.CalendarDay__hovered_span:active,
.CalendarDay__hovered_span:hover,
.CalendarDay__selected_span:hover {
  color: #fff;
  background: #44bc8f;
  border-color: #44bc8f;
}
.CalendarDay__hovered_span,
.CalendarDay__selected_span,
.CalendarDay__selected_span:active {
  color: #fff;
  background: #9fcfb8;
  border-color: #44bc8f;
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-right-color: #44bc8f;
}
.DayPickerKeyboardShortcuts:hover_show__topRight::before {
  border-right-color: #2f8464;
}
.DayPickerKeyboardShortcuts_panel {
  background: #dfe2dd;
}
.CalendarMonth_caption {
  padding: 10px 0 15px;
}
.DayPickerNavigation__verticalDefault {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.DayPickerNavigation_button {
  box-shadow: none;
}
.KeyboardShortcutRow {
  line-height: 1.4;
  color: #414143;
  user-select: none;
  list-style: none;
  margin: 6px 0;
}
.KeyboardShortcutRow_key {
  background-color: #fff;
  font-family: monospace;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 6px;
}
.KeyboardShortcutRow_keyContainer {
  margin-right: 10px;
}
.KeyboardShortcutRow_keyContainer,
.KeyboardShortcutRow_action {
  display: inline;
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-grid-background {
  fill: none;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #d70206;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #f05b4f;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #f4c63d;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: #d17905;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: #453d3f;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #59922b;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #0544d3;
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
  fill: #6b0392;
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
  fill: #f05b4f;
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
  fill: #dda458;
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
  fill: #eacf7d;
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
  fill: #86797d;
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
  fill: #b2c326;
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
  fill: #6188e2;
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
img[data-action=zoom] {
  cursor: pointer;
  cursor: zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 22;
  transition: transform 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: zoom-out;
  background-color: #fff;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
.zoom-overlay {
  z-index: 19;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  opacity: 0.5;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .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 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
.svg-icon {
  height: 32px;
  width: 32px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.icon-attachment-other {
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/text-LNLAB2C4.digested.svg);
}
.svg-icon.icon-attachment-pdf {
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/pdf-2Z5SAFPT.digested.svg);
}
.svg-icon.icon-attachment-doc {
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/doc-EIGDPRIU.digested.svg);
}
.svg-icon.icon-attachment-xls {
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/xls-JEHNOKCB.digested.svg);
}
.svg-icon.icon-attachment-zip {
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/zip-4KM7IG6V.digested.svg);
}
@supports (-ms-ime-align: auto) {
  .dashboard-card {
    max-width: 220px;
    max-height: 216px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .layout-grid {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .layout-grid .dashboard-card {
    display: inline-block;
    overflow: hidden;
    opacity: 1 !important;
    animation: none !important;
    width: 100%;
    height: auto;
    margin: 2px;
  }
  .dashboard-sidebar .dashboard-card--compact {
    opacity: 1 !important;
    animation: none !important;
  }
  .dashboard-toolbar .toolbar-dropdown-group_dropdown {
    max-width: 190px;
  }
  .dashboard-toolbar .toolbar-input {
    display: none;
  }
  .section-digest .layout-page {
    max-width: 1200px !important;
    margin: 0 auto;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 992px) {
  .section-digest .layout-page[class*=columns] {
    display: -ms-grid;
    -ms-grid-columns: 264px auto 264px;
  }
  .section-digest .layout-page.columns__2 {
    -ms-grid-columns: 264px 1fr 1fr;
  }
  .section-digest .layout-page.columns__0 {
    -ms-grid-columns: 1fr;
  }
  .section-digest .layout-page.columns__feed {
    -ms-grid-columns: minmax(280px, 640px);
    justify-content: space-around;
  }
  .section-digest .layout-page.columns__digest {
    -ms-grid-columns: 264px minmax(1fr, 560px) 1fr;
    width: 100% !important;
    max-width: 100% !important;
  }
  .section-digest .layout-page.columns__digest .digest-sidebar {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .section-digest .layout-page.columns__digest .digest-feed {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .section-digest .layout-page.columns__digest .digest-body {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .section-digest .layout-page.columns__digest__simple {
    -ms-grid-columns: 264px minmax(580px, 840px);
    max-width: 992px !important;
  }
  .section-digest .layout-page.columns__digest__simple .digest-sidebar {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .section-digest .layout-page.columns__digest__simple .digest-body {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .section-digest .layout-page .digest-sidebar {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 520px) and (-ms-high-contrast: none) {
  .layout-grid > .dashboard-card {
    width: calc(33.3333% - 4px) !important;
    max-width: 220px;
    max-height: 216px;
  }
}
@media screen and (min-width: 680px) and (-ms-high-contrast: none) {
  .layout-grid > .dashboard-card {
    width: calc(25% - 4px) !important;
  }
  .layout-grid > .dashboard-card .content .logo {
    margin: 42px auto 10px;
  }
  .layout-grid > .dashboard-card .content h4 {
    margin: 88px 4px 20px;
  }
  .columns__2 {
    display: table;
    width: 100vw;
  }
  .dashboard-sidebar {
    width: 264px !important;
    display: table-cell;
    float: left;
  }
  .dashboard-edit {
    width: calc(100% - 264px) !important;
    display: table-cell;
    float: right;
  }
  .dashboard-group-list {
    width: 100%;
    display: block;
  }
  .dashboard-toolbar .toolbar--hide-mobile {
    display: none;
  }
  .dashboard-toolbar .toolbar-input {
    display: block;
  }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: none) {
  .layout-grid > div {
    width: calc(20% - 4px) !important;
  }
  .dashboard-toolbar .toolbar--hide-mobile {
    display: flex;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: none) {
  .layout-grid > div {
    width: calc(16.6666666667% - 4px) !important;
  }
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
html,
body {
  height: 100%;
}
.ui-wrapper {
  position: fixed;
  z-index: 1;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.ui-wrapper > .row {
  margin: 0;
}
.ui-wrapper.with-message-bar {
  top: 90px;
}
.ui-wrapper.with-large-message-bar {
  top: 100px;
}
.ui-feed {
  transition: all 420ms ease-in-out;
}
.ui-boards {
  position: relative;
  padding: 0 5.5px;
  float: left;
  transition: all 420ms ease-in-out;
}
.ui-layout {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  -ms-overflow-style: none;
}
.ui-layout .ui-feed {
  position: relative;
  left: calc(50% - 250px);
  z-index: 10;
  width: 500px;
  transition: all 260ms ease-in-out;
  overflow: visible !important;
}
.ui-layout .ui-feed.feed--collapsed {
  z-index: auto;
  width: 0;
}
.ui-layout .ui-feed--dim {
  opacity: 0.3;
}
.ui-layout .ui-feed .ui-card .board,
.ui-layout .ui-feed .post .board {
  font-size: 1em;
}
.ui-layout .ui-feed .ui-card .board .board-header,
.ui-layout .ui-feed .post .board .board-header {
  padding-left: 50px !important;
  height: 46px;
  background: none;
}
.ui-layout .ui-feed .ui-card .card-toolbar .btn-group.pull-right .btn-secondary,
.ui-layout .ui-feed .post .card-toolbar .btn-group.pull-right .btn-secondary {
  z-index: 1;
}
.ui-layout .ui-boards {
  width: 320px;
}
.ui-layout .ui-boards.zoomed {
  z-index: 20;
}
.ui-layout .ui-boards.zoomed .ui-card.board {
  overflow: visible;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body {
  overflow: visible !important;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item {
  position: relative;
  z-index: 1;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item:first-child {
  padding-top: 10px;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item.not-zoomed {
  position: static;
  z-index: auto;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item.not-zoomed:first-child {
  margin-top: 0;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item .card-block {
  position: static;
  z-index: auto;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item .card-block .card {
  position: static;
  z-index: auto;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item .card-block .card img.zoom-img {
  height: auto;
}
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item .card-block .card .list-row,
.ui-layout .ui-boards.zoomed .ui-card.board .board-body .card-list .card-item .card-block .card .list-item {
  overflow: visible;
}
.ui-layout .ui-boards.vitals {
  left: 0;
}
.ui-layout .ui-boards.vitals .board-body {
  padding-bottom: 20px;
}
.ui-layout .ui-boards.board--new .ui-card {
  right: 12px;
}
.ui-layout .ui-boards.board--new .ui-card > .board-header {
  background: #f8f6f7;
  color: #575265;
  border: #938b9b 2px dashed;
  box-shadow: none;
  line-height: 16px;
  padding: 12px 4px 10px 10px;
  transition: border-color 260ms ease-in-out, color 260ms ease-in-out;
  cursor: pointer;
}
.ui-layout .ui-boards.board--new .ui-card > .board-header:hover {
  color: #414143;
  border-color: #575265;
}
.ui-layout .ui-boards.board--new .ui-card > .board-header .board-editor .form-control {
  border: 0;
  background: none;
}
.ui-layout .ui-boards.board--new .ui-card > .board-header .board-editor button.btn-primary {
  background: #44bc8f;
}
.ui-layout .ui-boards.board--new .ui-card > .board-header .board-editor button.btn-link {
  text-align: right;
}
.ui-layout .ui-boards .board-editor button {
  font-size: 11px !important;
  text-transform: uppercase;
}
.ui-layout .ui-boards .board-editor i.fa {
  font-size: 18px;
  margin-right: 0;
  line-height: 22px;
  font-weight: normal;
  color: #fc585f;
}
.ui-layout .ui-boards .board-editor button.btn-primary {
  background: #44bc8f;
}
.ui-layout .ui-boards .board-editor button.btn-link {
  text-align: right;
}
.ui-layout .ui-boards .board-editor.editing {
  cursor: default;
}
.ui-layout .ui-boards .board-editor .form-control {
  font-weight: 600;
  font-size: 15px;
  background: none;
  padding: 0;
  border: 0;
  color: #414143;
  box-shadow: none;
  border-radius: 0;
}
.ui-layout .ui-boards .board {
  overflow: hidden;
  margin: 0;
}
.ui-layout .ui-boards .ui-card {
  margin-bottom: 22px;
}
.ui-layout .ui-boards .ui-card [class*=footer] {
  font-size: 14px;
}
.ui-layout .ui-boards .ui-card [class*=footer].board-footer {
  font-size: 11px;
}
.ui-layout .ui-boards .ui-card [class*=footer] a {
  text-decoration: underline;
}
.ui-layout .ui-boards .ui-card .panel {
  margin: 0;
}
.ui-layout .ui-profile .ui-boards:not(.vitals):last-of-type {
  width: 332px;
  padding-right: 12px !important;
}
.ui-layout .ui-profile.wide-mode .ui-boards:not(.vitals):not(.board--new) {
  width: 500px;
}
.ui-layout .ui-profile.wide-mode .ui-boards:not(.vitals):last-of-type:not(.board--new) {
  width: 512px;
  padding-right: 12px;
}
.ui-layout .ui-boards .ui-card > .board-header,
.ui-layout .ui-feed > .board-header,
.ui-layout .feed-item-expanded > .board-header {
  position: relative;
  z-index: 2;
  font-size: 16px;
  background-color: #ffffff;
  color: #011627;
  font-weight: 600;
  height: 44px;
  line-height: 18px;
  padding: 12px 20px;
  filter: drop-shadow(0 1px 4px rgba(100, 100, 100, 0.1));
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  transition: background-color 500ms ease-in-out;
}
.ui-layout .ui-boards .ui-card > .board-header .board-name,
.ui-layout .ui-feed > .board-header .board-name,
.ui-layout .feed-item-expanded > .board-header .board-name {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  user-select: none;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
}
.ui-layout .ui-boards .ui-card > .board-header .board-name--editable,
.ui-layout .ui-feed > .board-header .board-name--editable,
.ui-layout .feed-item-expanded > .board-header .board-name--editable {
  cursor: text;
  user-select: text;
}
.ui-layout .ui-boards .ui-card > .board-header .board-header_title_icon,
.ui-layout .ui-feed > .board-header .board-header_title_icon,
.ui-layout .feed-item-expanded > .board-header .board-header_title_icon {
  width: 1em;
  font-weight: 400;
  cursor: pointer;
}
.ui-layout .ui-feed > .board-header {
  display: none;
}
.ui-layout .ui-feed > .board-header .board-header_title_icon {
  margin-right: 8px;
}
.ui-layout .ui-card {
  width: 100%;
  display: block;
  margin-bottom: 11px;
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  transition: all 260ms ease-in-out;
}
.ui-layout .ui-card.bookmarked {
  background: rgb(239.6129032258, 217.3870967742, 218.4129032258);
  border: 4px solid rgb(232.2096774194, 199.2903225806, 200.8096774194);
}
.ui-layout .ui-card .board-header,
.ui-layout .ui-card .board-footer {
  font-weight: 600;
  color: #414143;
  line-height: 1em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.ui-layout .ui-card .board-header small,
.ui-layout .ui-card .board-footer small {
  font-size: 10px;
  text-transform: uppercase;
}
.ui-layout .ui-card .board-header .badge {
  margin-left: 8px;
  vertical-align: bottom;
}
.ui-layout .ui-card .board-footer {
  background: #f8f6f7;
  padding-top: 12px;
  font-size: 12px !important;
  min-height: 38px;
}
.ui-layout .ui-card .board-footer > .board-last-updated {
  vertical-align: middle;
}
.ui-layout .ui-card .board-footer > .pull-right {
  vertical-align: middle;
}
.ui-layout .ui-card .board-footer img {
  position: relative;
  left: auto !important;
  right: auto !important;
  margin-left: 2px;
  margin-bottom: 6px;
  border-radius: 2px !important;
  width: 24px;
  height: 24px;
  border: 0;
}
.ui-layout .ui-card .card-block {
  background: none;
}
.ui-layout .ui-card .card-block p {
  color: #575265;
  line-height: 1.5em;
}
.ui-layout .ui-card .card-block.is-over:not(.scratchpad-drop) {
  border-top: 3px solid #938b9b !important;
}
.ui-layout .ui-card .card-competitor img {
  margin-left: 0;
}
.ui-layout .ui-card .card-comments {
  background: #fff;
}
.ui-layout .ui-card .card-comments li {
  padding: 12px 12px;
  border-top: 1px solid #f8f6f7;
  margin: 0;
}
.ui-layout .ui-card .card-comments img {
  position: relative;
  margin-bottom: 4px;
  border-radius: 2px !important;
  width: 24px;
  height: 24px;
}
.ui-layout .ui-card .card-comments form {
  border-top: 1px solid #f8f6f7;
  padding: 12px;
}
.ui-layout .ui-card.fade {
  opacity: 0;
  max-height: 0;
}
.ui-layout .ui-card.hide {
  display: none;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f6f7;
  transition: background-color 500ms ease-in-out;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards--loading {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect id='svg_1' height='100' width='100' y='0' x='0' stroke-width='0' fill='%23fff'/%3E%3C/svg%3E");
  background-color: transparent;
  background-position: 11px 0;
  background-repeat: no-repeat;
  background-size: 500px 100%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards--maximize {
  width: 511px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards.editing .board-header {
  z-index: 100;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards.editing .board-body {
  position: relative;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards.editing .card-image {
  margin-top: 32px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane {
  transition: all 260ms 0ms ease-in-out;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight {
  opacity: 0.25;
  pointer-events: none;
  user-select: none;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft .board-body,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight .board-body {
  overflow: hidden;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft .board-body [data-action=newCard],
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight .board-body [data-action=newCard] {
  display: none;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft .board-body .card-item .reorder-handle,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft .board-body .card-item .card-menu,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft .board-body .card-item .card-toolbar,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight .board-body .card-item .reorder-handle,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight .board-body .card-item .card-menu,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight .board-body .card-item .card-toolbar {
  display: none;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft .board-body:after,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight .board-body:after {
  opacity: 0.4;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offLeft {
  transform-origin: 100% 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane._offRight {
  transform-origin: 0 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane--dim {
  opacity: 0.3;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .swimlane--scrollMargin {
  scroll-margin-left: 524px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad {
  position: fixed;
  top: 44px;
  width: 524px;
  height: calc(100% - 62px);
  z-index: 1000;
  padding-left: 12px;
  background-color: #f8f6f7;
  transition: all 260ms 0ms ease-in-out;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad.scratchpad--collapsed {
  width: 42px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad.scratchpad--collapsed.reordering-cards {
  display: none;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .swimlane.ui-boards {
  width: 500px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .ui-boards {
  margin-top: 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .ui-boards .ui-card .board-header .fa.fa-times {
  font-size: 18px;
  color: #414143;
  width: auto;
  margin: 0;
  cursor: pointer;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .ui-boards .board-body {
  background-color: #f8f6f7;
  height: calc(100% - 40px);
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .card-block {
  padding: 0 0 2px 0;
  background-color: transparent;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .scratchpad--empty .board-body {
  background: #fffde9;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .scratchpad--empty .board-body .card-block {
  padding: 2.5rem;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .scratchpad--empty .board-body .card-block h5 {
  font-weight: 400;
  color: #414143;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .scratchpad--empty .board-body .card-block h5 span,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .scratchpad--empty .board-body .card-block h5 strong {
  color: #414143;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .scratchpad--empty .board-body .card-block h5 a {
  color: #44bc8f;
  font-weight: 600;
  text-decoration: underline;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .layout-frontside .scratchpad--empty .board-body .card-block h5 a:hover {
  color: #2f8464;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad--dim {
  opacity: 0.3;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards *::-ms-backdrop,
  .ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad {
    top: 71px;
    height: calc(100% - 94px);
  }
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards {
  position: absolute;
  top: 0;
  bottom: 6px;
  padding: 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals .board-body {
  background: rgb(219.675, 217.0583333333, 222.2916666667);
  margin-top: 12px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals .board-body.on-battlecard {
  background-image:
    radial-gradient(
      circle,
      #fff,
      rgb(217.875, 242.625, 232.3125));
  background-repeat: no-repeat;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals .board-body .card-menu .dropdown-toggle ul.dropdown-menu {
  list-style: none;
  padding: 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals img.profile-logo {
  max-width: 34px;
  max-height: 34px;
  margin: 0 0 14px 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals a.profile-site {
  display: block;
  font-size: 13px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals hr {
  margin: 18px 0;
  border-color: #c6c2ca;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals .vitals-body {
  color: #575265;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals .vitals-body .location-pin {
  font-size: 13px;
  margin-left: 2px;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals .vitals-body .location-pin i.fa {
  width: 1em;
  text-align: center;
  color: #44bc8f;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals .vitals-body .location-pin:hover i.fa {
  color: #097985;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals table tbody tr:first-child th,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals table tbody tr:first-child td {
  border-top: 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals table tbody tr th {
  width: 30%;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals table tbody tr th,
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards.vitals table tbody tr td {
  font-size: 13px;
  border-color: #c6c2ca;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards .ui-card {
  height: 100%;
  margin-bottom: 0;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards .ui-card .board-body {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 44px);
  background-color: #fff;
  -ms-overflow-style: none;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards .ui-card .board-body::-webkit-scrollbar {
  width: 0 !important;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .ui-boards .ui-card .board-footer {
  background: none;
}
.ui-wrapper.on .ui-layout .swimlanes-wrapper .swimlanes-boards .scratchpad .ui-boards {
  bottom: 8px;
}
.ui-wrapper.on .ui-layout .ui-feed,
.ui-wrapper.on .ui-layout .feed-item-expanded {
  overflow: hidden;
  height: calc(100% - 6px);
  left: 12px;
  padding: 0;
}
.ui-wrapper.on .ui-layout .ui-feed_close,
.ui-wrapper.on .ui-layout .feed-item-expanded_close {
  text-align: right;
  color: #938b9b;
  flex-grow: 1;
}
.ui-wrapper.on .ui-layout .ui-feed_close svg:hover,
.ui-wrapper.on .ui-layout .feed-item-expanded_close svg:hover {
  cursor: pointer;
  color: #44bc8f;
}
.ui-wrapper.on .ui-layout .ui-feed > .board-header,
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-header {
  display: flex;
}
.ui-wrapper.on .ui-layout .ui-feed > .post-box,
.ui-wrapper.on .ui-layout .ui-feed > .board-body,
.ui-wrapper.on .ui-layout .feed-item-expanded > .post-box,
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body {
  overflow-x: hidden;
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  height: calc(100% - 44px);
  -ms-overflow-style: none;
}
.ui-wrapper.on .ui-layout .ui-feed > .post-box::-webkit-scrollbar,
.ui-wrapper.on .ui-layout .ui-feed > .board-body::-webkit-scrollbar,
.ui-wrapper.on .ui-layout .feed-item-expanded > .post-box::-webkit-scrollbar,
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body::-webkit-scrollbar {
  width: 0 !important;
}
.ui-wrapper.on .ui-layout .ui-profile .board-list {
  position: absolute;
  bottom: 0;
  left: 524px;
  right: 0;
  width: auto;
  height: 100%;
  margin-right: 12px;
  transition: all 260ms ease-in-out;
}
.ui-wrapper.on .ui-layout .ui-profile .board-list--previewing {
  left: 0 !important;
}
.ui-wrapper.on .ui-layout .ui-profile .board-list--collapsed {
  left: 24px;
}
.ui-wrapper.on .ui-layout .ui-profile .board-list--previewing:not(.board-list--loading):empty::after {
  content: "No visible cards for this group. \1f61e";
  display: block;
  margin: 22px;
  color: #938b9b;
}
.ui-wrapper.on .ui-layout .feed--collapsed + .ui-profile .board-list {
  left: 54px;
}
.ui-wrapper.on .ui-layout .feed-item-expanded {
  position: absolute;
  top: 0;
  left: 513px;
  width: 500px;
  z-index: 5;
  transition: all 260ms ease-in-out;
}
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-header i.fa {
  font-size: 18px;
  color: #414143;
  cursor: pointer;
  width: auto;
  margin: 0;
}
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body {
  position: relative;
  padding: 22px;
  background-color: #fff;
  height: calc(100% - 24px);
}
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body .attachment {
  width: auto;
}
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body .attachment .attachment-source .source-site {
  font-weight: 600;
}
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body .attachment .attachment-source .source-site + span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body .attachment .attachment-source .source-site + span time {
  display: inline-block;
  line-height: 24px;
  margin-left: 3px;
}
.ui-wrapper.on .ui-layout .feed-item-expanded > .board-body .attachment .card-block {
  padding: 0;
}
.ui-wrapper.on .ui-layout .feed-item-expanded + .ui-profile .board-list {
  left: 1024px;
}
.ui-wrapper.on .ui-layout .scratchpad {
  left: -524px;
}
.ui-wrapper.on .ui-layout .feed-filters {
  transform: none;
  width: 500px;
  margin: 0 0 11px;
  z-index: 11;
  left: 12px;
  top: 44px;
}
.ui-wrapper.on .ui-layout .feed-filters ~ .ui-feed .post-box {
  margin-top: 0;
}
.ui-wrapper.on .ui-layout .feed-filters--expanded ~ .ui-feed .post-box {
  margin-top: 58px;
}
.ui-wrapper.on .ui-layout .feed-filters--expanded.feed-filters--active ~ .ui-feed .post-box {
  margin-top: 127px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad {
  left: 0;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .feed-filters {
  left: 524px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .ui-feed {
  left: 524px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .ui-feed ~ .ui-profile .board-list {
  left: 1036px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .ui-feed ~ .ui-profile .board-list .ui-boards.vitals {
  left: 0;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .ui-feed.feed--collapsed + .ui-profile .board-list {
  left: 566px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .ui-feed + .feed-item-expanded {
  left: 1025px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .ui-feed + .feed-item-expanded ~ .ui-profile .board-list {
  left: 1537px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad ~ .ui-feed + .feed-item-expanded ~ .ui-profile .board-list .ui-boards.vitals {
  left: 0;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .feed-filters {
  left: 54px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed {
  left: 54px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed ~ .ui-profile .board-list {
  left: 566px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed.feed--collapsed {
  left: 45px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed.feed--collapsed ~ .ui-profile .board-list {
  left: 87px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed.feed--collapsed ~ .ui-profile .board-list.board-list--reordering {
  left: 280px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed ~ .feed-item-expanded {
  left: 555px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed ~ .feed-item-expanded ~ .ui-profile .board-list {
  left: 1067px;
}
.ui-wrapper.on .ui-layout .editing .scratchpad.scratchpad--collapsed ~ .ui-feed ~ .feed-item-expanded ~ .ui-profile .board-list .ui-boards.vitals {
  left: 0;
}
.ui-wrapper.on .ui-reset a {
  opacity: 1;
  cursor: pointer;
}
.ui-wrapper .swimlanes-wrapper {
  position: absolute;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-x: auto;
  -ms-overflow-y: hidden;
  -ms-overflow-style: scrollbar;
}
.ui-wrapper.on .swimlanes-wrapper {
  height: calc(100% - 94px);
  top: 44px;
  bottom: 0;
  left: 0;
}
.ui-wrapper .ui-feed .post-box {
  transition: all 260ms ease-in-out;
  opacity: 1;
}
.ui-wrapper .ui-boards.board--new .form-group,
.ui-wrapper .ui-boards.board--editing .form-group {
  margin: 0;
}
.ui-wrapper .ui-boards.board--new .ui-card > .board-header,
.ui-wrapper .ui-boards.board--editing .ui-card > .board-header {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-wrapper .ui-boards.board--new .ui-card > .board-header .board-header_icon-add,
.ui-wrapper .ui-boards.board--editing .ui-card > .board-header .board-header_icon-add {
  line-height: 40px;
  width: 1.5em;
}
.ui-wrapper .ui-boards.board--new .board-name,
.ui-wrapper .ui-boards.board--editing .board-name {
  cursor: pointer;
  line-height: 40px;
}
.ui-wrapper .ui-boards.board--new .board-body,
.ui-wrapper .ui-boards.board--editing .board-body {
  clear: both;
}
.ui-wrapper .ui-boards .board-editor_input {
  height: 40px;
}
.ui-wrapper .ui-boards .board-editor_save {
  margin: 4px 0 0 0;
}
.ui-wrapper .ui-boards .board-editor .btn-link {
  min-width: 32px;
}
.ui-wrapper .ui-boards .board-editor .btn-link_cancel {
  width: 14px;
}
.scrollbar-fancy::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  -webkit-appearance: none;
}
.scrollbar-fancy::-webkit-scrollbar-button {
  display: block;
  height: 5px;
  width: 5px;
}
.scrollbar-fancy::-webkit-scrollbar-thumb {
  background-color: rgba(113, 104, 121, 0.9);
  border-radius: 5px;
}
.board-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 0.0625rem solid transparent;
}
.board-footer:last-child {
  border-radius: 0 0 -0.0625rem -0.0625rem;
}
.board-header_title {
  max-width: calc(100% - 28px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-header_title .board-header_title_icon {
  margin-right: 8px;
}
.board-header_title--editmode {
  max-width: calc(100% - 108px);
}
.board-header_actions {
  position: absolute;
  top: 2px;
  right: 2px;
  padding-right: 20px;
}
.icon-space-after {
  display: inline-block;
  margin-right: 0.5em;
}
.icon-space-before {
  display: inline-block;
  margin-left: 0.5em;
}
.btn-outline {
  font-weight: 600;
  border: 1px solid #ddd;
}
.btn-outline > i.fa {
  position: relative;
  top: 2px;
  font-size: 18px;
  line-height: 17px;
  vertical-align: top;
  margin-right: 8px;
}
.table-fixed {
  table-layout: fixed;
}
.table-grey-background {
  background: #f3f4f2;
}
.ui-wrapper.on .swimlanes-boards:not(.editing) .ui-feed {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}
.ui-layout.endless-container .ui-feed {
  margin-top: 20px;
}
@media (max-width: 520px) {
  .ui-layout .ui-feed {
    width: auto;
    position: static;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.truncate,
.post-list .attachment-body h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zoom-cursor {
  cursor: zoom-in;
}
.zoom-out-cursor {
  cursor: zoom-out;
}
.btn-inline {
  position: absolute;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  border: none;
  right: 25px;
  top: 8px;
  padding: 0;
}
.btn-inline i {
  color: #ccc;
  font-size: 1.2em;
}
.btn-inline:hover i {
  color: #555;
}
.upload-indicator {
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/extension-upload-indicator-A7NYPZGM.digested.svg);
  background-size: 32px;
  width: 32px;
  height: 32px;
}
.full-screen {
  height: 100vh;
  width: 100vw;
}
.u-flex {
  display: flex;
}
.u-flex-col {
  display: flex;
  flex-direction: column;
}
.u-fill-x {
  width: 100%;
}
.u-fill-y {
  height: 100%;
}
.u-fill-xy {
  height: 100%;
  width: 100%;
}
.u-m0 {
  margin: 0 !important;
}
.u-p0 {
  padding: 0 !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mr0 {
  margin-right: 0 !important;
}
.u-ml0 {
  margin-left: 0 !important;
}
.u-pb0 {
  padding-bottom: 0 !important;
}
.u-pt0 {
  padding-top: 0 !important;
}
.u-pr0 {
  padding-right: 0 !important;
}
.u-pl0 {
  padding-left: 0 !important;
}
.bold {
  font-weight: 600;
}
.loading-dots {
  font-size: 14px;
}
.loading-dots:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  width: 0;
}
.inline {
  display: inline;
}
.control-float-submit {
  position: relative;
}
.control-float-submit > input {
  padding-right: 30px;
}
.control-float-submit_item {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 35px;
  height: 35px;
  right: 8px;
  width: 20px;
  text-align: center;
  opacity: 0.5;
}
.control-float-submit_item:hover {
  opacity: 1;
}
.control-float-submit_item input[type=submit] {
  height: 30px;
  width: 25px;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.error-page-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5em;
}
.error-page-wrapper .brand img {
  max-width: 180px;
  padding: 15px;
  margin: 0 auto 30px;
  display: block;
}
.error-page-wrapper .panel {
  max-width: 380px;
  margin: 0 auto;
  clear: both;
  padding: 30px 20px 10px 20px;
  -webkit-border-radius: 3px;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.error-page-wrapper .panel h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 30px;
  margin: 0 0 20px;
  color: #555;
  text-align: center;
}
.error-page-wrapper .panel p {
  text-align: center;
  line-height: 1.4em;
  font-size: 1.5em;
  display: block;
  margin: 20px 0;
  color: #555;
}
.error-page-wrapper .panel-actions {
  padding: 5px 15px;
  text-align: center;
  color: #898F9C;
  max-width: 380px;
  margin: 0 auto;
}
.error-page-wrapper .panel-actions a {
  color: #898F9C;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 14px;
}
.error-page-wrapper .btn {
  text-decoration: none;
  border-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 260ms ease-out;
  padding: 3% 5%;
  cursor: pointer;
  color: white;
  background-color: #44bc8f;
  font-weight: 600;
}
.error-page-wrapper .btn:hover {
  color: white;
}
.error-page-wrapper a:hover {
  color: #898F9C;
}
.ui-menu {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  min-height: 88px;
  max-height: 88px;
  transition: all 260ms ease-in-out;
}
.ui-menu .wrapper {
  overflow: visible;
}
.ui-menu > .wrapper > div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ui-menu > .wrapper > div:nth-child(1) {
  left: 88px;
  width: 100px;
  padding: 32px 0 0;
}
@media (max-width: 1080px) {
  .ui-menu > .wrapper > div:nth-child(1) {
    left: 22px;
  }
}
.ui-menu .ui-menu_logo {
  max-width: 100px;
  height: auto;
}
.layout-generic {
  position: relative;
  padding: 22px 0;
  min-height: 100vh;
}
.layout-generic h1,
.layout-generic h2,
.layout-generic h3,
.layout-generic h4,
.layout-generic h5,
.layout-generic p {
  color: #575265;
}
.layout-generic button,
.layout-generic .btn {
  transition: all 260ms ease-in-out;
}
.layout-generic.layout-invite {
  margin-top: 58px;
}
.layout-generic.layout-invite h1 {
  font-weight: 600;
}
.layout-generic.layout-invite .well > .text-center > h3 {
  margin-top: 30px;
}
.layout-generic.layout-invite .well > .text-center > h3:first-child {
  margin-top: 8px;
}
.layout-generic.layout-invite .layout-invite-panel {
  text-align: center;
  padding-top: 75px;
}
.layout-generic h2 {
  margin-bottom: 44px;
}
.layout-generic .meta + h1 {
  margin-top: 8px;
}
.layout-generic > section {
  padding: 44px 0;
}
.layout-generic img {
  overflow: hidden;
  max-width: 100%;
}
.layout-generic ul.nav-tabs {
  height: 55px;
  margin-top: 58px;
  margin-left: 228px;
  margin-right: 220px;
}
.layout-generic ul.nav-tabs + .ui-layout {
  margin-top: 80px;
}
.layout-generic .well {
  border: none;
  box-shadow: none;
}
.layout-generic .container {
  position: relative;
  z-index: 1;
}
.layout-generic .bg,
.layout-generic .layout-welcome .bg:after,
.layout-welcome .layout-generic .bg:after {
  position: fixed;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.layout-generic input.form-control:focus,
.layout-generic input.form-control:active,
.layout-generic textarea.form-control:focus,
.layout-generic textarea.form-control:active {
  border-color: #369773;
  box-shadow: none;
}
.action-menu + .layout-generic {
  padding-top: 36px;
  margin-top: 58px;
}
.layout-generic.layout-generic--external-form form input[type=text],
.layout-generic.layout-generic--external-form form input[type=email],
.layout-generic.layout-generic--external-form form input[type=password],
.layout-welcome form input[type=text],
.layout-welcome form input[type=email],
.layout-welcome form input[type=password] {
  padding: 0 22px;
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  background: #fff;
  height: 56px;
  margin-bottom: 20px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-weight: 600;
  border-radius: 0;
  transition: all 260ms 0ms ease-in-out;
  box-shadow: none;
}
.layout-generic.layout-generic--external-form form input[type=text]:focus,
.layout-generic.layout-generic--external-form form input[type=email]:focus,
.layout-generic.layout-generic--external-form form input[type=password]:focus,
.layout-welcome form input[type=text]:focus,
.layout-welcome form input[type=email]:focus,
.layout-welcome form input[type=password]:focus {
  outline: none;
  box-shadow: none;
}
.layout-generic.layout-generic--external-form form input[type=text]::placeholder,
.layout-generic.layout-generic--external-form form input[type=email]::placeholder,
.layout-generic.layout-generic--external-form form input[type=password]::placeholder,
.layout-welcome form input[type=text]::placeholder,
.layout-welcome form input[type=email]::placeholder,
.layout-welcome form input[type=password]::placeholder {
  color: #938b9b;
}
.layout-generic.layout-generic--external-form form input[type=text]:-webkit-autofill,
.layout-generic.layout-generic--external-form form input[type=email]:-webkit-autofill,
.layout-generic.layout-generic--external-form form input[type=password]:-webkit-autofill,
.layout-welcome form input[type=text]:-webkit-autofill,
.layout-welcome form input[type=email]:-webkit-autofill,
.layout-welcome form input[type=password]:-webkit-autofill {
  background-color: #fff !important;
  box-shadow: inset 0 0 0 1000px white;
}
.layout-generic.layout-generic--external-form form .btn,
.layout-welcome form .btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  border-color: transparent;
  transition: all 260ms 0ms ease-in-out;
}
.layout-generic.layout-generic--external-form form .btn:focus,
.layout-welcome form .btn:focus {
  outline: none;
  box-shadow: none;
}
.layout-generic.layout-generic--external-form form .help-inline,
.layout-welcome form .help-inline {
  display: block;
  margin: 20px;
  color: #92080e;
}
.layout-generic .meta,
.layout-welcome .meta {
  text-transform: uppercase;
  font-weight: 600;
  color: #575265;
}
.layout-generic .meta + h1,
.layout-welcome .meta + h1 {
  margin-top: 8px !important;
}
.layout-generic .card-block > .meta,
.layout-welcome .card-block > .meta {
  margin-top: 22px;
}
.layout-generic .card-block h2:last-child,
.layout-welcome .card-block h2:last-child {
  margin-bottom: 22px;
}
.layout-generic .layout-center,
.layout-welcome .layout-center {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: table;
}
.layout-generic .layout-center > div:first-child,
.layout-welcome .layout-center > div:first-child {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 5%;
  text-align: center;
  overflow-x: hidden;
}
.layout-generic .layout-center > div:first-child > div:first-child,
.layout-welcome .layout-center > div:first-child > div:first-child {
  min-height: 360px;
}
.layout-generic .layout-center img,
.layout-generic .text-center img,
.layout-welcome .layout-center img,
.layout-welcome .text-center img {
  width: 144px;
  height: 60px;
  margin-bottom: 11px;
}
@media (max-width: 425px) {
  .layout-generic .layout-center img,
  .layout-generic .text-center img,
  .layout-welcome .layout-center img,
  .layout-welcome .text-center img {
    width: 100px;
    height: 41px;
    margin-bottom: 0;
  }
}
.layout-generic .card,
.layout-welcome .card {
  background: #fff;
  max-width: 480px;
  min-width: 300px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.layout-generic .card h1,
.layout-welcome .card h1 {
  font-size: 30px;
}
.layout-generic .card h1.card-title,
.layout-welcome .card h1.card-title {
  margin: 1em 0 0.5em 0;
}
.layout-generic .card h2,
.layout-welcome .card h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.layout-generic .card h4,
.layout-welcome .card h4 {
  font-weight: 600;
  margin-bottom: 22px;
}
.layout-generic .card p,
.layout-welcome .card p {
  margin-bottom: 22px;
}
.layout-generic .card .card-block.bg-primary *,
.layout-welcome .card .card-block.bg-primary * {
  color: #fff;
}
.layout-generic .card img,
.layout-welcome .card img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}
.layout-generic .card .card-footer,
.layout-welcome .card .card-footer {
  background: #f3f4f2;
  padding-top: 22px;
  padding-bottom: 12px;
  color: #938b9b;
}
.layout-generic .card .card-footer .btn-block,
.layout-welcome .card .card-footer .btn-block {
  margin-top: 11px;
}
.layout-generic .card .card-footer h3,
.layout-welcome .card .card-footer h3 {
  font-weight: 600;
  color: #938b9b;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 78px;
  display: block;
  border-radius: 100%;
  margin: 11px auto 22px;
  text-align: center;
  border: 2px solid rgba(147, 139, 155, 0.5);
}
.layout-generic .card .card-footer h3 span.fa,
.layout-welcome .card .card-footer h3 span.fa {
  position: absolute;
  left: 0;
  bottom: -12px;
  right: 0;
  padding: 0;
  background: #f3f4f2;
  margin: 0;
  display: inline-block;
  border-radius: 100%;
  width: auto;
  color: rgba(147, 139, 155, 0.5);
}
.layout-generic .card .card-footer h4,
.layout-welcome .card .card-footer h4 {
  color: #938b9b;
  font-weight: 400;
}
.layout-generic .card.animated,
.layout-welcome .card.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2s;
}
.layout-generic .legal,
.layout-welcome .legal {
  position: absolute;
  bottom: 16px;
  width: 160px;
  right: calc(50% - 80px);
  display: flex;
  font-size: 11px;
  color: #44bc8f;
  white-space: nowrap;
}
.layout-generic .legal > div,
.layout-welcome .legal > div {
  display: inline-flex;
  flex: auto;
  margin: 0 0.5em;
}
.layout-generic .legal > div > a,
.layout-welcome .legal > div > a {
  transition: all 260ms ease-in-out;
}
.layout-generic .legal > div > a:hover,
.layout-welcome .legal > div > a:hover {
  text-decoration: underline;
  color: rgb(47.3484251969, 132.1515748031, 100.3503937008);
}
.user-profile {
  margin-top: 52px;
}
.empty-state-user-message {
  padding: 80px 2px;
  color: rgba(0, 0, 0, 0.6);
}
.empty-state-user-message_heading {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 30px;
}
.empty-state-user-message_text {
  font-size: 16px;
  line-height: 1.5em;
}
.static.container {
  padding-left: 22px;
  padding-right: 22px;
}
.static.container .static-title,
.static.container .exhibit {
  font-weight: 600;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 40px;
  margin-top: 60px;
}
.static.container section {
  padding: 3em 0;
}
.static.container section h2 {
  font-size: larger;
  font-weight: 600;
}
.static.container section dl {
  margin: 1em;
}
.static.container.acceptable-use ol ol {
  list-style-type: lower-alpha;
}
.static.container.terms h2 {
  font-size: 20px;
  color: #414143;
}
.static.container.terms a {
  color: #414143;
}
.static.container.terms .exhibit {
  margin-bottom: 1em;
  margin-top: -1em;
}
.static.container.terms section {
  counter-reset: section;
}
.static.container.terms section h2:before {
  counter-increment: section;
  content: counter(section) ".\2002";
  display: inline-block;
  text-indent: -2.5em;
  text-align: right;
}
.static.container.terms section ol {
  counter-reset: clause;
  list-style: none outside none;
}
.static.container.terms section ol li {
  counter-increment: clause;
  margin-bottom: 0.5em;
}
.static.container.terms section ol li:before {
  content: counter(section) "." counters(clause, ".") ".\2002";
  display: inline-block;
  text-indent: -2.5em;
  text-align: right;
}
.static.container.terms table td,
.static.container.terms table th {
  border: 1px solid rgb(181.425, 175.975, 186.875);
  padding: 0.5em;
  vertical-align: top;
}
@media (min-width: 1600px) {
  .static.container {
    max-width: 1162px;
  }
}
.static.faq a:hover {
  cursor: pointer;
}
.static.faq div + h3 {
  margin-top: 1.5em;
}
.static.faq h3 {
  color: #575265;
}
.static.faq button {
  margin: 1em 0;
}
.static.faq ol {
  padding: 1em 1em;
}
.static.faq p,
.static.faq li {
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .static.faq p,
  .static.faq li {
    font-size: 1.1em;
  }
}
.static.faq .collapse-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .static.faq .collapse-flex {
    margin-left: unset;
  }
}
.static.faq .collapse-flex + div,
.static.faq .collapse-flex + iframe {
  padding-left: 2.5em;
}
.static.faq .collapse-flex span {
  transition: transform 0.3s linear;
  margin-right: 0.5em;
  cursor: pointer;
}
.static.faq .collapse-flex .collapse-title {
  display: block;
  font-size: 1.5em;
  border-bottom: 0.5px dotted rgb(219.675, 217.0583333333, 222.2916666667);
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  .static.faq .collapse-flex .collapse-title {
    font-size: 1.35em;
  }
}
.static.faq .collapse-hidden {
  width: 100%;
  overflow: hidden;
  height: auto;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.static.faq .collapse-summary li {
  font-size: 1.5rem;
}
.static.faq iframe {
  max-width: 640px;
  display: block;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .static.faq iframe {
    max-height: 50vw;
  }
}
.static.quickstart h4 {
  font-weight: 600;
}
@media print {
  [class*=pendo] {
    display: none;
    visibility: hidden;
  }
}
.layout-welcome {
  background: #f8f6f7;
}
.layout-welcome h1,
.layout-welcome h2,
.layout-welcome h3,
.layout-welcome h4,
.layout-welcome h5,
.layout-welcome p {
  color: #575265;
}
.layout-welcome.back h1,
.layout-welcome.back h2,
.layout-welcome.back h3,
.layout-welcome.back h4,
.layout-welcome.back h5,
.layout-welcome.back p {
  color: #fff;
}
.layout-welcome h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 44px auto 22px;
  width: 90%;
}
@media (max-width: 400px) {
  .layout-welcome h1 {
    font-size: 20px;
  }
}
.layout-welcome h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 135%;
}
@media (max-width: 400px) {
  .layout-welcome h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.layout-welcome a:not(.logo):not(.btn) {
  font-weight: 600;
  color: #44bc8f;
  text-decoration: none;
  border-bottom: 2px solid rgba(218, 242, 233, 0.25);
  transition: all 260ms 0ms ease-in-out;
}
.layout-welcome .btn-lg,
.layout-welcome .btn-group-lg > .btn {
  transition: all 260ms 0ms ease-in-out;
}
.layout-welcome .bg,
.layout-welcome .bg:after {
  position: absolute;
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/welcome.bg.01-C25C7MEH.digested.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layout-welcome .bg:after {
  content: "";
  background: rgba(65, 65, 67, 0.65);
}
.layout-welcome.back .bg,
.layout-welcome.back .bg:after {
  animation: expand 60s infinite ease-in-out;
}
.layout-welcome ul.links {
  list-style-type: none;
  padding: 0;
  max-width: 400px;
  margin: 22px auto;
  display: flex;
  justify-content: center;
  min-height: 70px;
}
@media (max-width: 400px) {
  .layout-welcome ul.links {
    margin: 22px 0;
  }
}
.layout-welcome ul.links li {
  display: inline-flex;
  font-size: 16px;
  color: #44bc8f;
  padding: 0 5px;
}
.layout-welcome ul.links li img {
  width: 45px;
  height: 45px;
}
.layout-welcome .form-inner ul.links li {
  display: block;
}
.layout-welcome .form-inner small {
  display: block;
  margin: 0.75em 0;
  font-size: 12px;
  transition: opacity 120ms 0ms ease-in-out;
}
.layout-welcome .form-inner small > a:hover {
  text-decoration: underline;
  color: #2f8464;
}
.layout-welcome .form-inner strong {
  display: block;
  font-size: 16px;
  margin-top: 1.5em;
  color: #414143;
}
.layout-welcome [class*=layout-],
.layout-welcome .layout-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .layout-welcome [class*=layout-]:nth-child(2),
  .layout-welcome .layout-full:nth-child(2) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .layout-welcome [class*=layout-][class*=half],
  .layout-welcome .layout-full[class*=half] {
    width: 100vw;
    right: 0;
    left: 0;
    bottom: auto;
    height: 30vh;
  }
  .layout-welcome [class*=layout-][class*=half]:nth-child(1),
  .layout-welcome .layout-full[class*=half]:nth-child(1) {
    top: 30vh;
    height: 70vh;
  }
}
@media (min-width: 801px) {
  .layout-welcome [class*=layout-][class*=half],
  .layout-welcome .layout-full[class*=half] {
    width: 50vw;
    right: auto;
    left: 50%;
  }
  .layout-welcome [class*=layout-][class*=half]:nth-child(2),
  .layout-welcome .layout-full[class*=half]:nth-child(2) {
    left: auto;
  }
}
.layout-welcome [class*=layout-] .ui-footer,
.layout-welcome .layout-full .ui-footer {
  position: absolute;
  bottom: 44px;
  left: 5%;
  right: 5%;
  text-align: center;
  z-index: 2;
}
.layout-welcome [class*=layout-] .ui-footer ul,
.layout-welcome .layout-full .ui-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layout-welcome [class*=layout-] .ui-footer ul li,
.layout-welcome .layout-full .ui-footer ul li {
  display: inline-block;
  padding: 1px;
}
.layout-welcome [class*=layout-] .ui-footer ul li a,
.layout-welcome .layout-full .ui-footer ul li a {
  font-size: 20px;
  text-transform: uppercase;
  padding: 11px;
  border: none;
}
.layout-welcome [class*=layout-] .ui-footer ul li a:hover,
.layout-welcome .layout-full .ui-footer ul li a:hover {
  color: #2f8464;
}
.layout-welcome:not(.back) [class*=layout-],
.layout-welcome:not(.back) .layout-full {
  overflow-x: hidden;
  overflow-y: auto;
}
.layout-welcome .alert {
  margin: 22px auto;
  max-width: 320px;
}
.layout-welcome form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .layout-welcome form input {
    margin-top: 6px;
  }
}
.layout-welcome form .form-inner .control-group.user_email {
  position: relative;
}
.layout-welcome form .form-inner .control-group.user_email i.fa {
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #938b9b;
  opacity: 0.6;
  transition: opacity 120ms 0ms ease-in-out;
}
.layout-welcome form .form-inner .control-group.user_email i.fa:focus {
  outline: none;
}
.layout-welcome form .form-inner .control-group.user_email:hover i.fa {
  opacity: 1;
}
.layout-welcome .well {
  min-width: 300px;
  max-width: 640px;
}
.layout-welcome img.welcome-image {
  height: auto;
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .layout-welcome video {
    display: none;
  }
}
@media (max-width: 599px) {
  .layout-welcome .hide-phone {
    display: none;
  }
}
video.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-half video.full {
  height: 100%;
  width: auto;
  left: -50%;
}
@media (min-width: 600px) and (max-width: 800px) {
  .layout-half video.full {
    width: 100%;
    height: auto;
    left: 0;
  }
}
@media (min-aspect-ratio: 2/1) {
  .layout-half video.full {
    left: 0;
  }
}
@supports (object-fit: cover) {
  video.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@keyframes expand {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.layout-login .button--next {
  background-color: #fff500;
  color: #011627;
  display: inline-block;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 20px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  height: unset;
}
.layout-login .button--next:hover {
  background-color: rgba(255, 245, 0, 0.9);
  border-color: rgba(255, 245, 0, 0.9) !important;
  color: #011627;
}
.layout-login--extension-scroll {
  max-height: 100vh;
  overflow: auto;
}
.layout-login--extension .extension-header {
  padding-bottom: 22px;
}
.layout-login--extension .extension-header_logo {
  flex: 0 0 50px;
  cursor: pointer;
}
.layout-login--extension .extension-header_close {
  flex-grow: 1;
  text-align: right;
  color: rgb(219.675, 217.0583333333, 222.2916666667);
}
.layout-login--extension .extension-header_close svg:hover {
  cursor: pointer;
  color: #938b9b;
}
.layout-login_mast {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  overflow: hidden;
  padding: 72px 0 180px 0;
  display: flex;
  flex-direction: column;
}
.layout-login_mast.compete-week {
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/compete-week-background-V6KP2GHZ.digested.jpg);
  background-size: cover;
}
.layout-login_mast.compete-week h1 {
  letter-spacing: 4.5px;
}
.layout-login_mast.compete-week .secondary-cta {
  display: inline-block;
  margin-left: 24px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  position: relative;
  color: #fff;
}
.layout-login_mast.compete-week .secondary-cta::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
}
.layout-login_mast.compete-week .secondary-cta:hover::after {
  bottom: 0;
}
.layout-login_mast.win-loss .layout-login_mast_body,
.layout-login_mast.klue-quarterly .layout-login_mast_body,
.layout-login_mast.deal-tips .layout-login_mast_body,
.layout-login_mast.compete-agent .layout-login_mast_body {
  max-width: 609px;
  color: #000;
}
.layout-login_mast.win-loss .layout-login_mast_body h1,
.layout-login_mast.klue-quarterly .layout-login_mast_body h1,
.layout-login_mast.deal-tips .layout-login_mast_body h1,
.layout-login_mast.compete-agent .layout-login_mast_body h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
.layout-login_mast.win-loss .layout-login_mast_body .description,
.layout-login_mast.klue-quarterly .layout-login_mast_body .description,
.layout-login_mast.deal-tips .layout-login_mast_body .description,
.layout-login_mast.compete-agent .layout-login_mast_body .description {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  max-width: 409px;
  margin-bottom: 48px;
}
.layout-login_mast.win-loss .layout-login_mast_body .cta-container,
.layout-login_mast.klue-quarterly .layout-login_mast_body .cta-container,
.layout-login_mast.deal-tips .layout-login_mast_body .cta-container,
.layout-login_mast.compete-agent .layout-login_mast_body .cta-container {
  display: flex;
  gap: 16px;
}
.layout-login_mast.win-loss .layout-login_mast_body .secondary-cta,
.layout-login_mast.klue-quarterly .layout-login_mast_body .secondary-cta,
.layout-login_mast.deal-tips .layout-login_mast_body .secondary-cta,
.layout-login_mast.compete-agent .layout-login_mast_body .secondary-cta {
  display: inline-block;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 20px;
  border-radius: 7px;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  border: 1px solid #414143;
  color: #414143;
}
.layout-login_mast.win-loss .layout-login_mast_body .secondary-cta:hover,
.layout-login_mast.klue-quarterly .layout-login_mast_body .secondary-cta:hover,
.layout-login_mast.deal-tips .layout-login_mast_body .secondary-cta:hover,
.layout-login_mast.compete-agent .layout-login_mast_body .secondary-cta:hover {
  background: rgba(31, 31, 31, 0.03);
  color: #414143 !important;
}
.layout-login_mast.win-loss {
  background-color: #0cf;
}
.layout-login_mast.win-loss .layout-login_mast_body .description {
  font-weight: 600;
}
.layout-login_mast.klue-quarterly {
  background:
    linear-gradient(
      3deg,
      #0CF 63.27%,
      #9747FF 117.03%);
}
.layout-login_mast.klue-quarterly .layout-login_mast_body .description {
  font-size: 16px;
}
.layout-login_mast.klue-quarterly .layout-login_mast_body .description strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
.layout-login_mast.klue-quarterly .label--text {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-wrap: nowrap;
}
.layout-login_mast.klue-quarterly .label--text::before {
  width: 24px;
  height: 24px;
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/calendar-blank-C3J6IWT3.digested.svg);
}
.layout-login_mast.deal-tips {
  background: #000;
  color: #fff;
}
.layout-login_mast.deal-tips .layout-login_mast_body .description {
  font-size: 16px;
  color: #fff;
}
.layout-login_mast.deal-tips .layout-login_mast_body .label--text {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-wrap: nowrap;
}
.layout-login_mast.deal-tips .layout-login_mast_body h1 {
  margin-top: 26px;
  font-size: 45px;
  background:
    linear-gradient(
      219deg,
      #0CF 35.01%,
      #9747FF 124.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.layout-login_mast.deal-tips .layout-login_mast_body .promo-video {
  width: 100%;
  max-width: 360px;
  margin-bottom: 48px;
}
.layout-login_mast.deal-tips .layout-login_mast_body .cta-container {
  margin-bottom: 0px;
}
.layout-login_mast.deal-tips .layout-login_mast_body .cta-container .secondary-cta {
  border-color: #fff;
  color: #fff;
}
.layout-login_mast.deal-tips .layout-login_mast_body .cta-container .secondary-cta:hover {
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
}
.layout-login_mast.compete-agent {
  background: #0cf;
  color: #000;
}
.layout-login_mast.compete-agent .layout-login_mast_body {
  text-align: center;
}
.layout-login_mast.compete-agent .layout-login_mast_body .description {
  font-size: 16px;
  color: #000;
}
.layout-login_mast.compete-agent .layout-login_mast_body .label--text {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-wrap: nowrap;
  text-align: center;
}
.layout-login_mast.compete-agent .layout-login_mast_body .subheading {
  font-family: "FamilyFont", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0;
}
.layout-login_mast.compete-agent .layout-login_mast_body h1 {
  margin-top: 48px;
  margin-bottom: 14px;
  font-size: 72px;
  color: #000;
  text-align: center;
}
.layout-login_mast.compete-agent .layout-login_mast_body .description {
  margin: 0 auto 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.layout-login_mast.compete-agent .layout-login_mast_body .promo-video {
  width: 100%;
  max-width: 542px;
  margin-bottom: 0px;
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/promo-video-blur-FJU52OO7.digested.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.layout-login_mast.compete-agent .layout-login_mast_body .cta-container {
  margin-bottom: 0px;
}
.layout-login_mast.compete-agent .layout-login_mast_body .cta-container .secondary-cta {
  margin: auto;
  border-color: #000;
  color: #000;
}
.layout-login_mast.compete-agent .layout-login_mast_body .cta-container .secondary-cta:hover {
  background: rgba(31, 31, 31, 0.03) !important;
  color: #000 !important;
}
.layout-login_mast .layout-login_mast_body {
  max-width: 516px;
  margin: auto;
  text-align: left;
  color: #fff;
}
.layout-login_mast .layout-login_mast_body img {
  max-width: 287px;
}
.layout-login_mast .layout-login_mast_body p.label--text {
  color: #fff;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.layout-login_mast .layout-login_mast_body h1 {
  text-align: left;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 600;
  line-height: 95%;
  margin: 70px 0 24px 0;
}
.layout-login_mast .layout-login_mast_body h2 {
  color: #fff;
  margin: 48px 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  max-width: 380px;
}
.layout-login_mast .layout-login_mast_body p.by-klue {
  text-align: left;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 48px;
}
.layout-login_mast .layout-login_mast_body img.compete-week-description {
  margin-bottom: 48px;
}
.layout-login_mast .layout-login_mast_body .cta-container {
  margin-bottom: 100px;
}
.layout-login_mast .layout-login_mast_body .cta-container .primary-cta {
  display: inline-block;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 20px;
  border-radius: 7px;
  background: #1f1f1f;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  color: #fff;
}
.layout-login_mast .layout-login_mast_body .cta-container .primary-cta:hover {
  background-color: #000 !important;
}
@media (max-width: 1300px) {
  .layout-login_mast.win-loss .layout-login_mast_body,
  .layout-login_mast.klue-quarterly .layout-login_mast_body {
    padding: 24px;
  }
}
@media (max-width: 1200px) {
  .layout-login_mast .layout-login_mast_body {
    padding: 24px;
  }
  .layout-login_mast .layout-login_mast_body .speakers-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1025px) {
  .layout-login_mast .layout-login_mast_body img {
    max-width: unset;
  }
  .layout-login_mast .layout-login_mast_body h2 {
    text-align: left;
  }
}
.layout-login_panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  min-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  display: flex;
  flex-direction: column;
  background: #f8f6f7;
}
@media screen and (min-width: 621px) and (max-width: 1024px) {
  .layout-login_panel {
    background-size: 247px;
  }
}
@media screen and (min-width: 0\fffd) {
  .layout-login_panel {
    height: 100%;
  }
}
.layout-login_panel_footer {
  background: blue;
  transform: translateX(-100%);
}
.layout-login_panel_body--grow {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.layout-login_panel_body--vpad {
  padding: 30px 0;
}
.layout-login--extension .layout-login_panel_body--vpad {
  padding: 0;
}
.layout-login_panel_body_vertical {
  margin: auto 0;
}
@media (max-width: 1024px) {
  .layout-login_mast {
    position: relative;
    min-height: 30vh;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    padding: 72px 0;
  }
  .layout-login_panel {
    position: static;
    min-height: 70vh;
  }
}
@media (max-width: 600px) {
  .layout-login_mast {
    display: none;
  }
  .layout-login_panel {
    min-height: 100vh;
  }
}
@media (max-height: 600px) and (max-width: 600px) {
  .layout-login_panel {
    min-height: auto;
  }
}
.layout-login-contain {
  max-width: 420px;
  margin: 0 auto;
}
.layout-login-contain .alert {
  max-width: 400px;
  margin: 0 auto 32px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}
.layout-login-contain .alert-icon {
  margin-right: 8px;
}
.layout-login-redirect-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}
.layout-login-redirect-centered .layout-login-contain--form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(1, 22, 39, 0.1);
  max-width: 400px;
}
.layout-login-redirect-centered > .layout-login-contain--form,
.layout-login-redirect-centered footer {
  padding: 32px;
}
.layout-login-redirect-centered > .layout-login-contain--form .button:last-child,
.layout-login-redirect-centered footer .button:last-child {
  margin-bottom: 0;
}
.layout-login-contain--logo {
  width: 100px;
  height: 41px;
  margin-bottom: 32px;
}
.layout-login-contain--logo > img {
  width: 100px;
  height: 41px;
}
.layout-login-reset--email {
  margin-top: 32px;
}
@media (max-width: 420px) {
  .layout-login-contain--logo {
    max-width: 100px;
  }
}
.layout-login-contain--tagline {
  padding: 0 15px 22px 15px;
}
.layout-login_panel_embedded_content {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(1, 22, 39, 0.1);
  padding: 32px;
  max-width: 400px;
}
.layout-login-contain--form {
  max-width: 400px;
}
.layout-login--extension .layout-login-contain--form {
  max-width: 320px;
  margin-bottom: 22px;
}
.layout-login-contain--form label {
  position: relative;
  width: 100%;
  height: 44px;
  margin-bottom: 24px;
}
.layout-login-contain--form label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666504 2.547H15.3332V13.453H0.666504V2.547ZM1.79471 4.86613V12.3248H14.205V4.86613L7.99984 9.6277L1.79471 4.86613ZM13.9037 3.6752H2.09596L7.99984 8.20561L13.9037 3.6752Z' fill='%23011627'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.layout-login-contain--form > div {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(1, 22, 39, 0.1);
}
.layout-login-contain--form > div,
.layout-login-contain--form footer {
  padding: 32px;
}
.layout-login-contain--form > div .button:last-child,
.layout-login-contain--form footer .button:last-child {
  margin-bottom: 0;
}
.layout-login-contain--form h3,
.layout-login-contain--form h4 {
  margin-top: 0;
  font-weight: 600;
  color: #575265;
}
.layout-login-contain--form h3 {
  color: #011627;
  font-size: 18px;
  font-weight: 600;
}
.layout-login-contain--form h3.purple {
  color: #372f78;
}
.layout-login-contain--form h3.reconnect-message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.layout-login-contain--form h4 {
  color: #011627;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 19.5px;
}
.layout-login-contain--form h4.light {
  font-size: 16px;
  font-weight: 400;
}
.layout-login-contain--form h4 small {
  color: #716879;
}
.layout-login-contain--form footer {
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: #011627;
}
.layout-login-contain--form footer a {
  color: #011627;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.layout-login-contain--form .layout-login-contain--tagline {
  padding-bottom: 0;
}
.layout-login-contain--form .login-secondary-action {
  padding-top: 24px;
}
.layout-login-contain--form .spinner {
  margin: 0 auto 24px auto;
}
.layout-login-contain--form .login-secondary-action {
  padding-top: 24px;
}
.layout-login-footer {
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.heading-login {
  margin: 0;
  font-weight: 600;
  color: #575265;
  line-height: 1.3em;
}
.heading-login--main {
  color: #011627;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.heading-login--alt {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 11px 0;
}
.heading-login--s {
  font-size: 15px;
}
.heading-login--xs {
  font-size: 13px;
}
@media (max-width: 340px) {
  .heading-login br {
    display: none;
  }
}
@media (max-width: 400px) {
  .heading-login--main {
    font-size: 18px;
  }
  .layout-login-contain--form {
    max-width: 350px;
    margin: 0 25px;
  }
  .layout-login-contain .alert {
    max-width: 350px;
    margin: 0 25px;
  }
}
@media (max-width: 400px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .layout-login input[type=text],
  .layout-login input[type=email] {
    font-size: 16px;
  }
}
.login-social-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.login-social-buttons li {
  display: inline-block;
  padding: 1px;
}
.login-social-buttons a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px;
  margin: 6px;
  border: none;
  display: block;
  transition: all 260ms 0ms ease-in-out;
  color: #000000;
}
.login-social-buttons a svg > * {
  transition: all 260ms 0ms ease-in-out;
}
.login-social-buttons a:hover {
  color: #000000;
}
.login-social-buttons a:hover svg > * {
  fill: #000000;
}
.login-legal-links {
  color: #000000;
  font-size: 11px;
}
.login-legal-links > * {
  margin: 0 0.5em;
  font-weight: 600;
  transition: all 260ms 0ms ease-in-out;
  color: #000000;
}
.login-legal-links > a:hover {
  color: #414143;
}
.login-secondary-action {
  font-weight: 600;
  color: #999;
  font-size: 12px;
}
.login-secondary-action-link {
  font-weight: 600;
  color: #620dec;
  transition: all 260ms 0ms ease-in-out;
}
.login-secondary-action-link:hover {
  color: rgb(67.8915662651, 9.0060240964, 163.4939759036);
}
.sso-button {
  display: block;
  background: #f8f8ff;
  color: #011627;
  border: 2px solid transparent;
  padding: 0 6px 0 12px;
  margin-top: 24px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 40px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 260ms ease-in-out;
}
.sso-button img {
  float: right;
  width: 28px;
  margin-top: 6px;
  height: auto;
  border-radius: 4px;
}
.sso-button span b {
  text-decoration: underline;
}
.sso-button span i {
  margin-left: 4px;
  font-style: normal;
  font-weight: lighter;
  font-size: 12px;
  color: #938b9b;
}
.sso-button:hover {
  background: #fff69d;
}
.external-input {
  padding: 6px 12px;
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid rgb(229, 229, 229);
  background: #fff;
  color: #717171;
  height: 44px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 260ms 0 ms ease-in-out;
  box-shadow: none;
}
.external-input:focus,
.external-input:hover {
  border-color: rgb(189, 189, 189);
  color: rgb(1, 22, 39);
}
.external-input::placeholder {
  color: #717171;
}
.external-input--bottom {
  margin-bottom: 8px;
}
.external-input-email {
  padding: 6px 12px 6px 35px;
}
.external-input--disabled,
.external-input[disabled] {
  background: transparent;
}
.clear-external-input {
  position: relative;
  cursor: pointer;
}
.clear-external-input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(225.6875, 217.3125, 221.5);
  cursor: pointer;
  transition: border 0.1s ease-out;
}
.clear-external-input:hover:after {
  border-color: #44bc8f;
}
.clear-external-input_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(225.6875, 217.3125, 221.5);
  transition: color 0.1s ease-out;
}
.clear-external-input:hover .clear-external-input_icon {
  color: #44bc8f;
}
.btn--external {
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  border-color: transparent;
  transition: all 260ms 0ms ease-in-out;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
.text-center {
  text-align: center;
}
.u-pt-xxs {
  padding-top: 3px;
}
.u-pt-xs {
  padding-top: 5px;
}
.u-pt-s {
  padding-top: 10px;
}
.u-pt-m {
  padding-top: 20px;
}
.u-pt-l {
  padding-top: 30px;
}
.u-pt-xl {
  padding-top: 40px;
}
.u-pt-xxl {
  padding-top: 60px;
}
.u-mb-xxs {
  margin-bottom: 3px;
}
.u-mb-xs {
  margin-bottom: 5px;
}
.u-mb-s {
  margin-bottom: 10px;
}
.u-mb-m {
  margin-bottom: 20px;
}
.u-mb-l {
  margin-bottom: 30px;
}
.u-mb-xl {
  margin-bottom: 40px;
}
.u-mb-xxl {
  margin-bottom: 60px;
}
.u-w100 {
  width: 100% !important;
}
@media (max-width: 720px) {
  html.intercom-mob-hide #intercom-container {
    display: none;
  }
}
.grid-row {
  display: flex;
  align-items: center;
}
.grid-row_child--grow {
  flex-grow: 1;
  min-width: 0;
}
.faux-form {
  position: relative;
}
.faux-form_submit {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  appearance: none;
  border: none;
  background: none;
}
.brand {
  width: 100%;
}
.brand img {
  max-width: 180px;
  padding: 15px;
  margin: 0 auto 30px;
  display: block;
}
.brand.brand-guest img {
  opacity: 0.7;
}
.navbar-header .brand img {
  max-width: 70px;
  margin: 0;
  padding: 15px 0;
  opacity: 0.7;
}
.navbar .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.postLikeToggle.liked .like,
.postLikeToggle.liked .like-box .like-summary,
.like-box .postLikeToggle.liked .like-summary,
.postLikeToggle.not-liked .unlike {
  display: none;
}
.postLikeToggle {
  z-index: 200;
}
.postLikeToggle .btn {
  width: auto;
  font-size: 1.4em;
  z-index: 200;
}
.postLikeToggle .btn i {
  float: left;
  margin: 4px 5px 0 0;
}
.postLikeToggle span.like,
.postLikeToggle .like-box span.like-summary,
.like-box .postLikeToggle span.like-summary,
.postLikeToggle span.unline {
  display: inline-block;
}
.postLikeToggle .unlike .btn {
  cursor: default;
  opacity: 0.75;
}
.postLikeToggle .unlike .btn .liked-text {
  display: inline-block;
}
.postLikeToggle .unlike .btn .unlike-text {
  display: none;
}
.postLikeToggle .unlike .btn:hover {
  opacity: 0.9;
}
.postLikeToggle .unlike .btn:hover .liked-text {
  display: none;
}
.postLikeToggle .unlike .btn:hover .unlike-text {
  display: inline-block;
}
.container-guest,
.form-actions {
  max-width: 380px;
  margin: 0 auto;
}
.container-guest {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-top-color: rgb(229, 230, 233);
  border-right-color: rgb(223, 224, 228);
  border-bottom-color: rgb(208, 209, 213);
  border-left-color: rgb(223, 224, 228);
  -webkit-border-radius: 3px;
}
.form-actions {
  padding: 5px 15px;
  text-align: center;
  color: #898F9C;
}
.form-actions a {
  color: #898F9C;
}
.form-guest .form-guest-heading,
.form-guest .checkbox {
  margin-bottom: 10px;
  text-align: center;
}
.form-guest input.btn {
  text-shadow: 0 -1px 0 #264B6B;
}
.form-guest h2,
.form-guest p {
  text-align: center;
}
.form-guest .form-guest-heading {
  margin: 0 0 30px;
  color: #555;
}
.form-guest .checkbox {
  font-weight: normal;
}
.form-guest .input-group .controls .form-control {
  border-radius: 0 4px 4px 0;
}
.form-guest .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-guest .form-info {
  text-align: center;
  margin: 10px 0 0;
  color: #999;
}
.form-guest .form-info a {
  color: #999;
  text-decoration: underline;
}
.form-guest .control-group.error input.form-control {
  border-radius: 0 4px 0 0;
  border-color: #ebccd1;
}
.form-group .help-inline {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: block;
  padding: 45px 6px 3px;
  border-radius: 0 4px 4px 0;
  font-size: 11px;
  border: 1px solid #ebccd1;
  border-top: none;
}
.jk--chart {
  position: relative;
  width: 100%;
}
.jk--chart > div {
  border: 1px solid #dfe2dd;
}
.jk--chart svg {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.jk--chart svg text {
  position: relative;
  z-index: 999;
  fill: #57506b;
  font-size: 12px;
  pointer-events: none;
  font-weight: 400;
}
.jk--chart svg text.label,
.jk--chart svg text.legend {
  font-size: 10px;
  text-transform: uppercase;
  fill: #a49eb2;
  font-weight: 600;
}
.jk--chart svg text.legend {
  fill: #35323e;
}
.jk--chart svg line {
  stroke: rgba(87, 82, 101, 0.25);
  stroke-width: 1;
  stroke-dasharray: 2 2;
}
.jk--chart svg polyline {
  stroke: #71b7ed;
  stroke-width: 3;
  fill: none;
}
.jk--chart svg polyline:nth-of-type(2) {
  fill: #eef8fd;
  stroke-width: 0;
}
.jk--chart svg g:nth-child(2) polyline {
  stroke: #49a974;
}
.jk--chart svg g:nth-child(2) polyline:nth-of-type(2) {
  fill: #a9e8ca;
}
.jk--chart svg .graph .legend,
.jk--chart svg .graph rect {
  fill: #71b7ed;
}
.jk--chart svg .graph:nth-child(2) .legend,
.jk--chart svg .graph:nth-child(2) rect {
  fill: #49a974;
}
.search-term-highlight {
  color: #111;
  background-color: #fff69d;
  outline: 2px solid #fff69d;
  padding: 0;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-black-RZKEYXHO.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-black-RZKEYXHO.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-black-5EWFKJ3U.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-black-YHR3MFQG.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-black-WTWNPXP3.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-black-SAOEYGCM.digested.svg#robotoblack) format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-blackitalic-3I7FYO3S.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-blackitalic-3I7FYO3S.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-blackitalic-AD5Y7UXG.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-blackitalic-E4LTW6YM.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-blackitalic-DP2MEE5C.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-blackitalic-5UJEGD7D.digested.svg#robotoblack_italic) format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bold-LGPUEIWT.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bold-LGPUEIWT.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bold-C3YJTNTI.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bold-IOGUD4EL.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bold-GIIOSH5H.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bold-6CRWNQVQ.digested.svg#robotobold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bolditalic-MEGTPDPD.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bolditalic-MEGTPDPD.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bolditalic-7PUSD3ZT.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bolditalic-G54X2445.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bolditalic-PTJURVY7.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-bolditalic-QKLUVDWS.digested.svg#robotobold_italic) format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-italic-35PVEWCQ.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-italic-35PVEWCQ.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-italic-VSSGPSIW.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-italic-EWMCBIUH.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-italic-GL5DOTTM.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-italic-OCSPO2JM.digested.svg#robotoitalic) format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-light-SPK6XJNM.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-light-SPK6XJNM.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-light-DX6DPB2I.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-light-6EQW7KW3.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-light-3VDNAYVO.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-light-VNY5MT3P.digested.svg#robotolight) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-lightitalic-ESYMFKSW.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-lightitalic-ESYMFKSW.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-lightitalic-OR4WP3DM.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-lightitalic-BZK62Y4B.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-lightitalic-IOEM6XYI.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-lightitalic-LA5IAIJV.digested.svg#robotolight_italic) format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-medium-JHPW3VXF.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-medium-JHPW3VXF.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-medium-OGXZPRA4.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-medium-YQLXTZ5Q.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-medium-K7HRNKEH.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-medium-YCKKXU64.digested.svg#robotomedium) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-mediumitalic-R6LPI7X2.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-mediumitalic-R6LPI7X2.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-mediumitalic-N6E2262X.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-mediumitalic-D4N6H5D3.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-mediumitalic-3YBTOQVV.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-mediumitalic-R3CEON2N.digested.svg#robotomedium_italic) format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-regular-KXZNSPMM.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-regular-KXZNSPMM.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-regular-PDSZLCCV.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-regular-TE4C4YB3.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-regular-F7ABTWEL.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-regular-2A4MPAJC.digested.svg#robotoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thin-ZYLRYLGO.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thin-ZYLRYLGO.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thin-LFSFJLH4.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thin-LYTO254A.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thin-PGMJDZ7Y.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thin-EOZAZFYQ.digested.svg#robotothin) format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thinitalic-F5SR4IHT.digested.eot);
  src:
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thinitalic-F5SR4IHT.digested.eot?#iefix) format("embedded-opentype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thinitalic-2RQQOUWK.digested.woff2) format("woff2"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thinitalic-7NUR37JS.digested.woff) format("woff"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thinitalic-KCK5X3BC.digested.ttf) format("truetype"),
    url(https://dycj3q34rhqmj.cloudfront.net/assets/roboto-thinitalic-WYFVLVYT.digested.svg#robotothin_italic) format("svg");
  font-weight: 100;
  font-style: italic;
}
body {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  background-color: #f8f6f7;
}
.line-clamp {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-ExtraBold-NYU4ABON.digested.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-Black-LUOWUFIO.digested.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-Bold-YFDNZKYU.digested.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-Light-BNH7HYBA.digested.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-Medium-RUQTUVA3.digested.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-Regular-CKBOXRQ3.digested.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-ExtraLight-AM4U2IGC.digested.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Inter-Thin-MX6DKWMV.digested.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-Black-XOW65L7R.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-ExtraBold-RSOM3NOT.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-Bold-V5N3NCBG.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-Semibold-NLEGCE6R.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-Regular-WZDDDXT4.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-Light-OKZKJGC2.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-ExtraLight-JT3NAHN6.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/Proxima-Nova-thin-3SXFLEPH.digested.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: "FamilyFont";
  src: url(https://dycj3q34rhqmj.cloudfront.net/assets/family-regular-5OKMUYL2.digested.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
.active_admin table td .action {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.active_admin table td small {
  font-size: 0.9em;
}
.active_admin textarea {
  resize: none;
}
.active_admin ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.active_admin .stat {
  float: left;
  margin: 10px 30px 10px 10px;
}
.active_admin h2.count {
  margin: 0;
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
}
.active_admin .index_table .col-title {
  width: 160px;
}
.active_admin .status_tag.asset_color {
  width: 20px;
  height: 20px;
  display: block;
}
.active_admin kbd {
  white-space: pre-wrap;
}
.active_admin pre {
  white-space: pre-wrap;
  word-break: break-all;
}
.story {
  max-width: 660px;
  font-size: 18px;
  line-height: 1.5em;
  direction: ltr;
  font-family: Georgia, serif;
}
.story img {
  max-width: 100%;
  line-height: 1;
  margin: 0 0 0.2em;
  display: block;
}
.story p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 1.5em 0;
}
h4.modal-title {
  font-size: 24px;
}
.query-builder {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 900px;
  max-height: 900px;
  min-height: 600px;
  height: 75vh;
  padding: 33px 22px 0 0;
  background: #ffffff;
  overflow: hidden;
}
.query-builder_header {
  min-height: 50px;
  margin: 0 0 33px 22px;
}
.query-builder_header .header-image {
  object-fit: contain;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  float: left;
  margin-right: 15px;
}
.query-builder_header .header-text {
  color: #575169;
  font-size: 18px;
  margin: 0;
  line-height: 44px;
  float: left;
}
.query-builder_header .header-text .header-text-name {
  color: #44bc8f;
  font-weight: 500;
  margin-right: 3px;
}
.query-builder_header .header-error {
  font-size: 16px;
  visibility: hidden;
  float: right;
  color: #fc585f;
  font-weight: 500;
  line-height: 44px;
}
.query-builder_header .header-error.header-error-visible {
  visibility: visible;
}
.query-builder_footer {
  background: #f8f6f7;
  min-height: 90px;
  height: 90px;
  margin-right: -22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 0 44px;
}
.query-builder_footer-text {
  font-size: 13px;
  color: #575265;
  font-weight: 400;
  flex-grow: 1;
  margin: 0;
}
.query-builder_footer--justifyEnd {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex: 1;
}
.query-builder .queries-titles {
  display: flex;
  justify-content: space-around;
  color: rgb(123.5901639344, 116.7459016393, 142.7540983607);
  margin-left: 44px;
}
.query-builder .queries-titles-button {
  width: 80px;
  border-radius: 0;
  margin: 0 -5.5px 5.5px;
}
.query-builder .queries-titles-button.invisible {
  transition: none;
  visibility: hidden;
}
.query-builder .queries-titles-text {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  width: 235px;
  text-transform: uppercase;
}
.query-builder .queries-titles.queries-titles-custom {
  justify-content: flex-start;
  font-weight: 600;
}
.query-builder .queries-titles.queries-titles-custom .queries-titles-text {
  color: #575265;
  margin-bottom: 4.4px;
}
.query-builder .queries-list {
  overflow: auto;
  max-height: 35%;
  min-height: 30%;
  margin-bottom: 22px;
  flex-grow: 1;
}
.query-builder .queries-list.full-height {
  max-height: 100%;
}
.query-builder .queries-list.queries-list-custom {
  min-height: auto;
  height: 30%;
}
.query-builder .queries-list .upload-indicator-centered {
  position: relative;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.query-builder .query-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  min-height: 44px;
  background: #f8f6f7;
  margin-top: 8px;
  padding: 5.5px 0;
  margin-left: 44px;
}
.query-builder .query-container .query-label {
  position: absolute;
  transform: translateY(-50%);
  font-size: 9px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  font-weight: 600;
  text-transform: uppercase;
}
.query-builder .query-container .query-label.query-label-paused {
  top: 8px;
  left: 12px;
  font-style: italic;
  color: rgb(252, 88, 95);
}
.query-builder .query-container .query-label.query-label-or {
  top: 26px;
  left: -18px;
  font-style: italic;
  color: rgb(203.8524590164, 201.1885245902, 211.3114754098);
}
.query-builder .query-container.editable-query {
  cursor: pointer;
}
.query-builder .query-container.editable-query:hover {
  background: #faf8e4;
}
.query-builder .query-container.editable-query div {
  cursor: pointer;
}
.query-builder .query-container.disabled-query {
  background: rgba(236, 238, 235, 0.5);
  padding: 14px 0 6px;
}
.query-builder .query-container.edit-mode {
  cursor: default;
  min-height: 80px;
  background: #fff69d;
  outline: none;
}
.query-builder .query-container.edit-mode .query {
  background: #fffde9;
}
.query-builder .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  min-width: 80px;
  align-items: center;
}
.query-builder .buttons-container.edit-mode {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.query-builder .buttons-container.edit-mode div {
  margin-bottom: 2.75px;
}
.query-builder .buttons-container span {
  position: relative;
  float: right;
}
.query-builder .buttons-container .button {
  margin: 0;
  width: 80px;
  border-radius: 0;
}
.query-builder .buttons-container .button-add {
  margin: 0 -5.5px 5.5px;
}
.query-builder .buttons-container .button-add.invisible {
  transition: none;
  visibility: hidden;
}
.query-builder .buttons-container .button-save {
  width: 45px;
  padding: 0;
}
.query-builder .buttons-container .button-cancel {
  width: 45px;
  padding: 0;
  border: none;
  color: #938b9b;
  background: transparent;
}
.query-builder .buttons-container .button-cancel:hover,
.query-builder .buttons-container .button-cancel:active,
.query-builder .buttons-container .button-cancel:focus {
  background: transparent;
  color: #716879;
}
.query-builder .query {
  display: flex;
  align-items: center;
  width: 235px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
}
.query-builder .query.custom {
  width: calc(100% - 95px);
}
.query-builder .query.disabled {
  opacity: 0.5;
}
.query-builder .query-input {
  outline: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  resize: none;
}
.query-builder .query-input:focus {
  border: 1px solid rgb(124.3208661417, 208.1791338583, 176.7322834646);
}
.query-builder .query-text {
  font-size: 14px;
  margin: 0 0 0 5.5px;
}
.query-builder .action-button {
  text-align: center;
  width: fit-content;
  color: #ccd1c9;
  transition: all 260ms ease-in-out;
}
.query-builder .action-button:hover {
  color: #44bc8f;
}
.query-builder .action-button-delete:hover {
  color: #fc585f;
}
.query-builder .action-button-settings {
  display: block;
  color: #575169;
  padding: 4px;
  margin-left: 4px;
}
.query-builder .action-button-settings:hover {
  color: rgb(63.1451612903, 58.7903225806, 76.2096774194);
}
.query-builder .action-button-settings-active {
  color: #fefdd9;
  background-color: #f1e330;
  border-radius: 0 3px 0 0;
}
.query-builder .action-button-settings-active:hover {
  color: hsl(58.3783783784, 94.8717948718%, 102.3529411765%);
}
.query-builder .message {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.query-builder .message__button {
  margin-top: 20px;
  width: 200px;
}
.query-builder .message h3 {
  line-height: 44px;
}
.query-builder .link {
  color: #31aae3;
}
.query-builder .link__bold {
  font-weight: 600;
  font-size: 14px;
}
.options-dropdown {
  position: absolute;
  background-color: #ffffff;
  right: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
  z-index: 103;
  list-style: none;
  min-width: 250px;
  padding: 0 0 0 11px;
  margin: 0;
  border: 1px solid #f1e330;
  border-radius: 0 0 3px 3px;
}
.options-dropdown .option {
  display: block;
  position: relative;
  padding: 11px;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  white-space: nowrap;
  padding-left: 30px;
  user-select: none;
}
.options-dropdown .option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.options-dropdown .option .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  line-height: 20px;
  background-color: #eee;
}
.options-dropdown .option .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid #ffffff;
  border-radius: 0 0 2px 0;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.options-dropdown .option input:checked ~ .checkmark {
  background-color: #44bc8f;
}
.options-dropdown .option input:checked ~ .checkmark:after {
  display: block;
}
.high-alerts-warning-icon {
  margin-right: 4px;
  color: #fc585f;
}
.attachment-body {
  height: auto;
  font-size: 1em;
  line-height: 1.5em;
  color: #575265;
  margin: 0 22px;
}
.attachment-source + .attachment-body {
  margin-top: -5px;
}
.attachment-body a {
  color: #31aae3;
  text-decoration: none;
  transition: all 260ms ease-out;
}
.attachment-body a:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
  text-decoration: underline;
}
.attachment-body img {
  display: block;
  margin: 12px 0 16px 0;
  max-width: 100%;
}
.attachment-body h4 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.attachment-body h5.attachment-title {
  font-size: 18px;
  font-weight: 600;
  color: #716879;
  line-height: 1.2;
  margin: 11px 0 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment-body h5.attachment-title--no-body a {
  color: #716879 !important;
  text-decoration: none;
}
.attachment-body h5.attachment-title--no-body a:hover {
  color: #31aae3 !important;
  text-decoration: underline;
}
.attachment-body .summary {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment-body .summary,
.attachment-body .summary * {
  font-size: 14px;
  line-height: 1.5;
}
.attachment-body .summary address,
.attachment-body .summary article,
.attachment-body .summary aside,
.attachment-body .summary blockquote,
.attachment-body .summary dd,
.attachment-body .summary details,
.attachment-body .summary dialog,
.attachment-body .summary div,
.attachment-body .summary dl,
.attachment-body .summary dt,
.attachment-body .summary fieldset,
.attachment-body .summary figcaption,
.attachment-body .summary figure,
.attachment-body .summary footer,
.attachment-body .summary form,
.attachment-body .summary h1,
.attachment-body .summary h2,
.attachment-body .summary h3,
.attachment-body .summary h4,
.attachment-body .summary h5,
.attachment-body .summary h6,
.attachment-body .summary header,
.attachment-body .summary hgroup,
.attachment-body .summary hr,
.attachment-body .summary li,
.attachment-body .summary main,
.attachment-body .summary nav,
.attachment-body .summary ol,
.attachment-body .summary p,
.attachment-body .summary pre,
.attachment-body .summary section,
.attachment-body .summary table,
.attachment-body .summary ul {
  margin: 11px 0;
}
.attachment-body .summary address + br,
.attachment-body .summary address + hr,
.attachment-body .summary address:empty,
.attachment-body .summary article + br,
.attachment-body .summary article + hr,
.attachment-body .summary article:empty,
.attachment-body .summary aside + br,
.attachment-body .summary aside + hr,
.attachment-body .summary aside:empty,
.attachment-body .summary blockquote + br,
.attachment-body .summary blockquote + hr,
.attachment-body .summary blockquote:empty,
.attachment-body .summary dd + br,
.attachment-body .summary dd + hr,
.attachment-body .summary dd:empty,
.attachment-body .summary details + br,
.attachment-body .summary details + hr,
.attachment-body .summary details:empty,
.attachment-body .summary dialog + br,
.attachment-body .summary dialog + hr,
.attachment-body .summary dialog:empty,
.attachment-body .summary div + br,
.attachment-body .summary div + hr,
.attachment-body .summary div:empty,
.attachment-body .summary dl + br,
.attachment-body .summary dl + hr,
.attachment-body .summary dl:empty,
.attachment-body .summary dt + br,
.attachment-body .summary dt + hr,
.attachment-body .summary dt:empty,
.attachment-body .summary fieldset + br,
.attachment-body .summary fieldset + hr,
.attachment-body .summary fieldset:empty,
.attachment-body .summary figcaption + br,
.attachment-body .summary figcaption + hr,
.attachment-body .summary figcaption:empty,
.attachment-body .summary figure + br,
.attachment-body .summary figure + hr,
.attachment-body .summary figure:empty,
.attachment-body .summary footer + br,
.attachment-body .summary footer + hr,
.attachment-body .summary footer:empty,
.attachment-body .summary form + br,
.attachment-body .summary form + hr,
.attachment-body .summary form:empty,
.attachment-body .summary h1 + br,
.attachment-body .summary h1 + hr,
.attachment-body .summary h1:empty,
.attachment-body .summary h2 + br,
.attachment-body .summary h2 + hr,
.attachment-body .summary h2:empty,
.attachment-body .summary h3 + br,
.attachment-body .summary h3 + hr,
.attachment-body .summary h3:empty,
.attachment-body .summary h4 + br,
.attachment-body .summary h4 + hr,
.attachment-body .summary h4:empty,
.attachment-body .summary h5 + br,
.attachment-body .summary h5 + hr,
.attachment-body .summary h5:empty,
.attachment-body .summary h6 + br,
.attachment-body .summary h6 + hr,
.attachment-body .summary h6:empty,
.attachment-body .summary header + br,
.attachment-body .summary header + hr,
.attachment-body .summary header:empty,
.attachment-body .summary hgroup + br,
.attachment-body .summary hgroup + hr,
.attachment-body .summary hgroup:empty,
.attachment-body .summary hr + br,
.attachment-body .summary hr + hr,
.attachment-body .summary hr:empty,
.attachment-body .summary li + br,
.attachment-body .summary li + hr,
.attachment-body .summary li:empty,
.attachment-body .summary main + br,
.attachment-body .summary main + hr,
.attachment-body .summary main:empty,
.attachment-body .summary nav + br,
.attachment-body .summary nav + hr,
.attachment-body .summary nav:empty,
.attachment-body .summary ol + br,
.attachment-body .summary ol + hr,
.attachment-body .summary ol:empty,
.attachment-body .summary p + br,
.attachment-body .summary p + hr,
.attachment-body .summary p:empty,
.attachment-body .summary pre + br,
.attachment-body .summary pre + hr,
.attachment-body .summary pre:empty,
.attachment-body .summary section + br,
.attachment-body .summary section + hr,
.attachment-body .summary section:empty,
.attachment-body .summary table + br,
.attachment-body .summary table + hr,
.attachment-body .summary table:empty,
.attachment-body .summary ul + br,
.attachment-body .summary ul + hr,
.attachment-body .summary ul:empty {
  display: none;
}
.attachment-body .summary p > br:first-child:last-child {
  display: none;
}
.attachment-body .summary ul,
.attachment-body .summary ol {
  padding: 0;
}
.attachment-body .summary ul li,
.attachment-body .summary ol li {
  margin: 11px 0 11px 22px;
}
.attachment-body .summary h1,
.attachment-body .summary h2,
.attachment-body .summary h3,
.attachment-body .summary h4,
.attachment-body .summary h5,
.attachment-body .summary h6 {
  font-weight: 600;
}
.attachment-body .summary a {
  color: #31aae3;
  transition: color 260ms ease-in-out;
}
.attachment-body .summary a:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.attachment-body .summary a:not([href]) {
  color: unset;
  pointer-events: none;
}
.attachment-body .summary blockquote {
  border-left: 5px solid rgb(234.975, 233.4916666667, 236.4583333333);
  padding-top: 0;
  padding-bottom: 0;
}
.attachment-body .attachment-body-summary {
  margin-bottom: 22px;
}
.attachment-body .attachment-body-page {
  font-size: 18px;
  line-height: 1.5em;
  direction: ltr;
  padding-bottom: 70px;
}
.attachment-body .attachment-body-page h4.title {
  margin: 10px 0 20px;
  font-size: 30px;
  line-height: 40px;
}
.attachment-body .attachment-body-page h2,
.attachment-body .attachment-body-page h3,
.attachment-body .attachment-body-page h4 {
  margin: 20px 0 10px;
}
.attachment-body .attachment-body-page img {
  max-width: 100%;
  line-height: 1;
  margin: 0 0 0.2em;
  display: block;
}
.attachment-body .attachment-body-page p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 10px 0 0 0;
}
.attachment-body .attachment-body-page iframe {
  width: 590px;
  height: 360px;
  border: none;
}
.post_slack .summary pre code,
.post_teams .summary pre code {
  white-space: pre-line;
}
.post_slack .summary blockquote,
.post_teams .summary blockquote {
  margin-left: 5px;
}
.post_slack h5.attachment-title,
.post_teams h5.attachment-title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-label='ChatOption' viewBox='0 0 24 24' class='StyledIcon-sc-ofa7kd-0 iJxtUR'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M9 7V1h14v10h-3v5l-5-4M1 7h14v11H9l-5 4v-4H1V7z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 3px;
}
.post_slack h5.attachment-title {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 125 125' style='enable-background:new 0 0 125 125;' xml:space='preserve'%3E%3Cg fill-opacity='0.25'%3E%3Cg%3E%3Cpath d='m26.9,78.7c0,7.1 -5.8,12.9 -12.9,12.9s-12.9,-5.8 -12.9,-12.9c0,-7.1 5.8,-12.9 12.9,-12.9l12.9,0l0,12.9z'/%3E%3Cpath d='m33.4,78.7c0,-7.1 5.8,-12.9 12.9,-12.9s12.9,5.8 12.9,12.9l0,32.3c0,7.1 -5.8,12.9 -12.9,12.9s-12.9,-5.8 -12.9,-12.9c0,0 0,-32.3 0,-32.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m46.3,26.9c-7.1,0 -12.9,-5.8 -12.9,-12.9s5.8,-12.9 12.9,-12.9s12.9,5.8 12.9,12.9l0,12.9l-12.9,0z'/%3E%3Cpath d='m46.3,33.4c7.1,0 12.9,5.8 12.9,12.9s-5.8,12.9 -12.9,12.9l-32.3,0c-7.1,0 -12.9,-5.8 -12.9,-12.9s5.8,-12.9 12.9,-12.9c0,0 32.3,0 32.3,0z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m98.1,46.3c0,-7.1 5.8,-12.9 12.9,-12.9c7.1,0 12.9,5.8 12.9,12.9s-5.8,12.9 -12.9,12.9l-12.9,0l0,-12.9z'/%3E%3Cpath d='m91.6,46.3c0,7.1 -5.8,12.9 -12.9,12.9c-7.1,0 -12.9,-5.8 -12.9,-12.9l0,-32.3c0,-7.1 5.8,-12.9 12.9,-12.9c7.1,0 12.9,5.8 12.9,12.9l0,32.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m78.7,98.1c7.1,0 12.9,5.8 12.9,12.9c0,7.1 -5.8,12.9 -12.9,12.9c-7.1,0 -12.9,-5.8 -12.9,-12.9l0,-12.9l12.9,0z'/%3E%3Cpath d='m78.7,91.6c-7.1,0 -12.9,-5.8 -12.9,-12.9c0,-7.1 5.8,-12.9 12.9,-12.9l32.3,0c7.1,0 12.9,5.8 12.9,12.9c0,7.1 -5.8,12.9 -12.9,12.9l-32.3,0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.post_teams h5.attachment-title {
  background-image: url("data:image/svg+xml,%3Csvg style='filter%3A%20grayscale(1)%3Bopacity%3A%200.5%3B' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='6.83 12.62 82.32 73.12'%3E%3Cpath d='M34.2856 41.5546V66.8575C34.2856 69.9466 35.0434 72.854 36.3599 75.4289H53.4994C55.9268 75.4289 58.2856 72.9843 58.2856 70.7866V37.7866L57.3222 37.7146H38.1256C36.0034 37.7146 34.2856 39.4323 34.2856 41.5546' fill='black'%3E%3C/path%3E%3Cpath d='M54.2857 27.4286H44.0823C45.5428 32.016 49.7874 35.3589 54.8583 35.3589C56.0617 35.3589 57.1966 35.1223 58.2868 34.776V31.4297C58.2868 29.2286 56.4868 27.4286 54.2857 27.4286' fill='black'%3E%3C/path%3E%3Cpath d='M85.2784 37.7142H68.1596L63.3801 41.5782V60.7405C63.3801 67.8548 69.147 73.6217 76.2613 73.6217C83.3756 73.6217 89.1424 67.8548 89.1424 60.7405V41.5782C89.1424 39.4457 87.411 37.7142 85.2784 37.7142' fill='%235059C9'%3E%3C/path%3E%3Cpath d='M85.7144 25.7143C85.7144 30.4491 81.8778 34.2857 77.143 34.2857C72.4081 34.2857 68.5715 30.4491 68.5715 25.7143C68.5715 20.9794 72.4081 17.1428 77.143 17.1428C81.8778 17.1428 85.7144 20.9794 85.7144 25.7143' fill='%235059C9'%3E%3C/path%3E%3Cpath d='M38.1256 37.7142H68.1599C70.2822 37.7142 71.9999 39.4319 71.9999 41.5542V66.8571C71.9999 77.2731 63.5588 85.7142 53.1428 85.7142C42.7268 85.7142 34.2856 77.2731 34.2856 66.8571V41.5542C34.2856 39.4319 36.0034 37.7142 38.1256 37.7142' fill='%237B83EB'%3E%3C/path%3E%3Cpath d='M66.2175 24C66.2175 30.2743 61.1329 35.3588 54.8586 35.3588C48.5843 35.3588 43.4963 30.2743 43.4963 24C43.4963 17.7257 48.5843 12.6411 54.8586 12.6411C61.1329 12.6411 66.2175 17.7257 66.2175 24' fill='%237B83EB'%3E%3C/path%3E%3Cpath opacity='0.5' fill-rule='evenodd' clip-rule='evenodd' d='M44.0821 27.4286H54.2855C56.4867 27.4286 58.2867 29.2286 58.2867 31.4297V34.776C57.1964 35.1223 56.0615 35.3589 54.8581 35.3589C49.7872 35.3589 45.5427 32.016 44.0821 27.4286ZM34.2856 66.8575V41.5546C34.2856 39.4324 36.0034 37.7146 38.1256 37.7146H57.3222L58.2856 37.7866V70.7866C58.2856 72.9844 55.9268 75.4289 53.4994 75.4289H36.3599C35.0434 72.8541 34.2856 69.9466 34.2856 66.8575Z' fill='black'%3E%3C/path%3E%3Cpath d='M50.8573 72H10.8561C8.6584 72 6.8584 70.2 6.8584 67.9989V28.0011C6.8584 25.8 8.6584 24 10.8561 24H50.8573C53.0584 24 54.8584 25.8 54.8584 28.0011V67.9989C54.8584 70.2 53.0584 72 50.8573 72' fill='%234B53BC'%3E%3C/path%3E%3Cpath d='M41.762 39.6946H33.5712V61.7129H28.1883V39.6946H19.9529V34.2843H41.762V39.6946Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
}
.slack-attachments {
  padding-top: 11px;
}
.slack-attachments h5 {
  font-size: 11px !important;
  text-transform: uppercase;
  color: #938b9b;
  margin: 0 0 -5px;
}
.slack-attachments ul > li {
  list-style: none;
  margin: 5.5px 0 5.5px 0 !important;
}
.slack-attachments ul > li a {
  font-size: 12px;
}
.feed-item-expanded .attachment-body {
  margin: 0;
}
.feed-item-expanded .attachment-body-summary {
  position: relative;
}
.feed-item-expanded .attachment-body-summary ::selection {
  color: #111 !important;
  background: #fff69d !important;
}
.feed-item-expanded .attachment-body-summary .summary {
  overflow: hidden;
}
.post-list .attachment-content {
  width: 100%;
  padding-bottom: 0;
}
.post-details .attachment-content {
  position: absolute;
  width: 100%;
}
.section-profile .attachment-body .btn-more {
  display: none;
}
.photo-attachment-button input {
  display: none;
}
.photo-attachment-button .icon {
  font-size: 18px;
}
.photo-attachment-button .file-uploader-control {
  cursor: pointer;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
}
.photo-attachment-button .file-uploader-control > i.fa {
  font-size: 20px;
  vertical-align: middle;
  transition: color 200ms ease-in-out;
}
.photo-attachment-button .file-uploader-control > i.fa:hover {
  color: #31aae3;
}
.photo-attachment-button .upload-indicator {
  margin-right: 12px;
  margin-top: 18px;
}
.photo-attachment-button img {
  object-fit: contain;
  display: block !important;
  position: absolute;
  top: 8px;
  right: 8px;
  height: 48px;
  width: 48px;
}
.photo-attachment-button .photo-attachment-menu {
  background: #FFF;
  position: absolute;
  left: -120px;
  top: 6px;
  border: 1px solid #A2DEC7;
  list-style: none;
  padding: 0;
  text-align: left;
}
.photo-attachment-button .photo-attachment-menu .fa {
  margin-right: 8px;
}
.photo-attachment-button .photo-attachment-menu li {
  position: relative;
  line-height: 8px;
}
.photo-attachment-button .photo-attachment-menu li:before {
  border-top: 1px solid #D1E2DA;
  content: " ";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
}
.photo-attachment-button .photo-attachment-menu li:before:first-child {
  border-top: none;
}
.photo-attachment-button .photo-attachment-menu li:first-child:before {
  display: none;
}
.photo-attachment-button .photo-attachment-menu a {
  display: block;
  padding: 8px;
  color: #414140;
}
.photo-attachment-button .photo-attachment-menu a:hover {
  color: white;
  background: #31aae3;
  text-decoration: none;
}
.photo-attachment-button .photo-attachment-menu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -8px;
  top: 17px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #A2DEC7;
}
.photo-attachment-button .photo-attachment-menu:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -7px;
  top: 18px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
}
.attachment-control {
  display: flex;
  align-items: center;
  font-weight: 900;
  width: 100%;
  margin: 11px 0;
  opacity: 0.6;
  transition: opacity 260ms ease-in-out;
}
.attachment-control:hover {
  opacity: 1;
}
.attachment-control .attachment-control-counter {
  text-align: center;
  font-size: 11px;
  color: #938b9b;
  padding: 0 11px;
  flex-grow: 0;
  flex-shrink: 1;
  pointer-events: none;
  letter-spacing: -0.033em;
}
.attachment-control .attachment-control-prev,
.attachment-control .attachment-control-next {
  font-size: 22px;
  color: #938b9b;
  padding: 0 22px;
  cursor: pointer;
  flex-grow: 2;
  transition: color 260ms ease-in-out;
}
.attachment-control .attachment-control-prev:hover,
.attachment-control .attachment-control-next:hover {
  color: #31aae3;
}
.attachment-control .attachment-control-next {
  text-align: right;
}
.post-list .attachment-box {
  position: relative;
}
.post-details .attachment-box {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.attachment-media {
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
}
.attachment-media .attachment-media-embed {
  overflow: hidden;
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 56.25%;
}
.attachment-media .attachment-media-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-top: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
}
.attachment-main,
.attachment-main .attachment-media-image a {
  cursor: zoom-in;
}
.feed-item-expanded .attachment-main,
.post--single .attachment-main,
.feed-item-expanded .attachment-main .attachment-media-image a,
.post--single .attachment-main .attachment-media-image a {
  cursor: unset;
}
.attachment-main .attachment-media {
  margin-bottom: 0;
}
.post--toggled .attachment-main,
.post--toggled .attachment-main .attachment-media-image a {
  cursor: zoom-out !important;
}
.attachment-media-missing {
  position: relative;
  opacity: 0.9;
}
.attachment-media-missing a {
  text-decoration: none;
}
.attachment-media-missing i.fa {
  font-size: 140px;
  width: 140px;
  color: #fff;
  opacity: 0.4;
  display: block;
  margin: 0 auto;
  padding: 70px 0;
  text-shadow: inset 0 0 1px 1px rgb(0, 0, 0);
}
.post-list .attachment-media-missing {
  width: 492px;
  height: 300px;
}
.post-list .attachment-media-missing--border {
  width: 500px;
  height: 305px;
}
.attachment-preview {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 8px;
  right: 8px;
  background-color: white;
}
.attachment-preview .svg-icon {
  width: 44px;
  height: 44px;
}
.attachment-preview .btn-remove {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: #31aae3;
  transition: color 260ms ease-in-out;
}
.attachment-preview .btn-remove:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.attachment-preview img {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #31aae3;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
  transition: border-color 260ms ease-in-out;
  object-fit: cover;
}
.attachment-preview img:hover {
  border-color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.attachment-source {
  overflow: hidden;
  font-size: 12px;
  display: flex;
}
.attachment-source_site,
.attachment-source_icon {
  transition: all 260ms ease-out;
  color: #31aae3;
}
.attachment-source_site:visited,
.attachment-source_site:active,
.attachment-source_icon:visited,
.attachment-source_icon:active {
  color: #31aae3;
}
.attachment-source_site:hover,
.attachment-source_icon:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.attachment-source_timestamp {
  color: #716879;
}
.attachment-source_icon {
  margin-right: 6px;
}
.attachment-source_icon img {
  width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 2px;
  transition: all 260ms ease-out;
  filter: grayscale(70%);
}
.attachment-source_site {
  text-decoration: none;
  font-weight: 600;
}
.feed-item-expanded .attachment-source {
  margin: 0;
}
.attachment-list .attachment-content {
  position: relative;
}
.attachment-list .attachment-source {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(24.4820512821, 130.2794871795, 180.1179487179, 0.86);
  color: #ffffff;
  padding: 0 5px;
  opacity: 0;
  transition: opacity 130ms ease-in-out;
}
.attachment-list .attachment-source .attachment-source_site {
  color: #ffffff;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding: 4px;
}
.attachment-list .attachment:hover .attachment-source {
  opacity: 1;
}
.attachment-content > .attachment-media:first-child:last-child {
  margin-bottom: 22px;
}
.post-details .attachment {
  position: relative;
}
.post-details .attachment-source {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.attachment {
  width: 100%;
  color: #333;
  list-style-type: none;
  display: none;
}
.attachment--active {
  display: block;
}
.attachment--empty {
  margin-bottom: 0;
}
.attachment-main .attachment {
  margin-top: 0;
}
.attachment-media-image {
  width: auto;
  max-height: 305px;
}
.attachment-media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f8f6f7;
}
.attachment-media-tweet {
  padding: 0 15px;
}
.attachment-media-tweet .twitter-tweet {
  margin: 0;
}
.attachment-list {
  padding: 0;
  flex: 1;
  border-top: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  display: flex;
  flex-direction: column;
}
.attachment-list-all {
  list-style: none;
  margin: 22px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.attachment-list-all + .attachment-control {
  margin-top: -11px;
}
.attachment-list-all_item {
  color: #31aae3;
  font-size: 12px;
  align-items: center;
  border-radius: 2px;
  margin: 2px 11px 2px 0;
  padding: 2px 4px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment-list-all_item--active {
  background-color: rgba(148, 203, 243, 0.25);
  border: 1px solid rgba(148, 203, 243, 0.25);
}
.attachment-list-all_item .attachment-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  flex: 0 0 20px;
}
.attachment-list-all_item .attachment-link {
  color: #31aae3;
  transition: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment-list .pinned-comment {
  margin: 15px;
}
.attachment-list .pinned-comment-header {
  align-items: center;
  background-color: #44bc8f;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px 5px 0px 0px;
}
.attachment-list .pinned-comment-header--unpin {
  color: #E5F3DC;
  cursor: pointer;
}
.attachment-list .pinned-comment-header--title span {
  font-size: 14px;
  margin-left: 6px;
}
.attachment-list .pinned-comment-header svg {
  transform: rotate(45deg);
  margin-right: 5px;
}
.attachment-list .pinned-comment-header--unpin:hover {
  color: #fff;
}
.attachment-list .pinned-comment-body {
  padding: 15px 15px 30px;
  background-color: #daf2e9;
  border-radius: 0px 0px 5px 5px;
}
.attachment-list .pinned-comment-body--meta {
  margin-bottom: 15px;
}
.attachment-list .pinned-comment-body--meta a {
  color: #31aae3;
  font-weight: 600;
  font-size: 14px;
}
.attachment-list .pinned-comment-body--meta span {
  font-weight: 600;
  color: #716879;
  margin-right: 5px;
  font-size: 14px;
}
.attachment-list .pinned-comment-body--data {
  white-space: pre-wrap;
}
.badge-inline {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 9px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  height: 18px;
  padding: 0 4px;
  background: #44bc8f;
  border-radius: 2px;
}
.badge-inline--right {
  margin-left: 8px;
}
.badge-inline--inactive {
  background: #a49fb1;
}
.swimlanes-boards .layout-backside,
.swimlanes-boards .layout-frontside {
  position: absolute;
  top: 114px;
  left: 12px;
  width: calc(100% - 24px);
  transition: all 280ms 50ms ease-in-out;
  backface-visibility: hidden;
}
.swimlanes-boards .layout-backside .ui-toolbar,
.swimlanes-boards .layout-frontside .ui-toolbar {
  display: none;
}
.swimlanes-boards .layout-frontside {
  min-height: calc(100% - 112px);
}
.swimlanes-boards .layout-backside {
  z-index: -1;
  background: #ffffff;
  min-height: calc(100% - 120px);
  transform: rotateY(-180deg);
}
.swimlanes-boards .layout-backside .ui-header {
  background: #575265;
  height: 44px;
  opacity: 0;
  transition: opacity 280ms 50ms ease-in-out;
}
.swimlanes-boards .layout-backside .ui-header > span {
  color: #ffffff;
}
.swimlanes-boards .layout-backside .ui-header > span:before {
  content: "\f104";
  width: 22px;
}
.scratchpad[data-status=backflip] .layout-frontside {
  max-height: 100%;
  overflow: hidden;
  transform: rotateY(180deg);
}
.scratchpad[data-status=backflip] .layout-backside {
  z-index: auto;
  transform: rotateY(0deg);
}
.scratchpad[data-status=backflip] .layout-backside .ui-header {
  opacity: 1;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header {
  position: absolute;
  padding: 3px 3px 3px 15px;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 38px;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title:not(.ui-battlecard-builder-header_title--editing) {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 395px;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title .ui-battlecard-builder-header_input {
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  max-width: 360px;
  line-height: 38px;
  margin: 4px 0;
  text-transform: uppercase;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title .ui-battlecard-builder-header_input:focus {
  box-shadow: none;
  outline: none;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title .ui-battlecard-builder-header_button-save {
  background-color: #44bc8f;
  padding: 0 5.5px;
  margin: 0 4px 2px 4px;
  height: 28px;
  min-width: auto;
  line-height: 1em;
  transition: background-color 0.26s ease-out;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title .ui-battlecard-builder-header_button-save:hover {
  background-color: rgb(47.3484251969, 132.1515748031, 100.3503937008);
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title .ui-battlecard-builder-header_button-cancel {
  color: #fc585f;
  transition: color 0.26s ease-out;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title .ui-battlecard-builder-header_button-cancel:hover {
  color: rgb(252.9, 138.1, 143);
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder-header .ui-battlecard-builder-header_title > .fa {
  font-weight: 600;
  margin-right: 6px;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder {
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.scratchpad[data-status=backflip] .layout-backside .ui-battlecard-builder::-webkit-scrollbar {
  width: 0 !important;
}
.swimlanes-boards .swimlane [class*=battlecard] .toggle {
  border-color: #938b9b;
}
.swimlanes-boards .swimlane [class*=battlecard] .toggle label {
  background: #938b9b;
}
.swimlanes-boards .swimlane[data-battlecard=true] {
  background: #fffde9;
}
.swimlanes-boards .swimlane[data-battlecard=true] [class*=battlecard] .toggle {
  border-color: #44bc8f;
}
.swimlanes-boards .swimlane[data-battlecard=true] [class*=battlecard] .toggle label {
  background: #44bc8f;
}
.ui-battlecard-legend {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 10px;
  background: #f8f6f7;
  overflow: hidden;
}
.ui-battlecard-legend_empty-message {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 214px;
  text-align: center;
  background: #f8f6f7;
  z-index: 1;
  color: #888;
}
.ui-battlecard-legend_slot {
  position: relative;
  float: left;
  width: 25%;
  height: 125px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: background 0.25s ease;
  overflow: hidden;
}
.ui-battlecard-legend_slot[data-drag-mode=over] {
  background: #44bc8f;
}
.ui-battlecard-legend_slot_label {
  position: relative;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  color: #716879;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  padding: 0 8px;
  transform: translateY(-45%);
  user-select: none;
  text-align: center;
  word-wrap: break-word;
}
.ui-battlecard-legend_slot_label a {
  color: #716879;
}
.ui-battlecard-legend_slot_label a:hover {
  color: #35323e;
  cursor: pointer;
}
.ui-battlecard-legend_slot_action {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 18px;
  color: #938b9b;
  opacity: 0;
  transition: all 0.16s ease-in-out;
  cursor: pointer;
}
.ui-battlecard-legend_slot_action:hover {
  color: #575265;
}
.ui-battlecard-legend_slot:hover .ui-battlecard-legend_slot_action {
  opacity: 1;
}
.ui-battlecard-legend_slot--empty {
  background: #f8f6f7;
  user-select: none;
}
.ui-battlecard-legend_slot--card {
  background: #edf9f4;
  cursor: move;
  cursor: grab;
}
.ui-battlecard-legend_slot--card[data-drag-mode=dragging] {
  background: #ffffff;
}
.ui-battlecard-legend--view-tablet {
  height: auto;
}
.ui-battlecard-legend--view-tablet .ui-battlecard-legend_slot {
  width: 50%;
  height: 125px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.ui-battlecard-legend--view-mobile {
  height: auto;
}
.ui-battlecard-legend--view-mobile .ui-battlecard-legend_slot {
  width: 100%;
  height: 125px;
  border-bottom: 1px solid #ffffff;
}
.bcbuilder-panel {
  position: absolute;
  top: 0;
  bottom: 6px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding: 30px 20px;
}
.bcbuilder-panel div[data-drag-mode=dragging] {
  cursor: move;
}
.bcbuilder-panel .bcbuilder-panel-wrap {
  transition: opacity 280ms 50ms ease-in-out;
  opacity: 1;
}
.bcbuilder-panel .bcbuilder-panel-wrap .battlecard-try-composer {
  margin: 32px 0;
}
.bcbuilder-panel .bcbuilder-panel-wrap .battlecard-try-composer h3 {
  margin: 0;
}
.bcbuilder-panel .bcbuilder-panel-wrap .battlecard-try-composer p {
  margin: 0;
}
.bcbuilder-panel .bcbuilder-panel-wrap .battlecard-try-composer button {
  margin-top: 12px;
}
.bcbuilder-panel .bcbuilder-loading {
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/spinner.dashboard-C36X7PZQ.digested.svg) no-repeat 100% 0;
  background-size: 44px;
  pointer-events: none;
}
.bcbuilder-panel .bcbuilder-loading * {
  opacity: 0.8;
}
.bcbuilder-panel::-webkit-scrollbar {
  width: 10px;
}
.bcbuilder-panel::-webkit-scrollbar-thumb {
  background: rgba(113, 104, 121, 0.9);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.bcbuilder-panel::-webkit-scrollbar-thumb:hover {
  background: rgb(113, 104, 121);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.bcbuilder-panel::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
}
.bcbuilder-panel::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
.bcbuilder-bc-list {
  border-bottom: 1px solid #e5e5e5;
}
.bcbuilder-bc-list_item {
  position: relative;
  padding: 15px 5px;
  border-top: 1px solid #e5e5e5;
  transition: background 0.25s ease;
}
.bcbuilder-bc-list_item:hover {
  background: #fffde9;
}
.bcbuilder-bc-list_item[data-drag-mode=dragging] {
  background-color: #ffffff;
}
.bcbuilder-bc-list_item[data-drag-mode=over] {
  background-color: #f8f6f7;
}
.bcbuilder-bc-list_item[data-drag-mode=over] .bcbuilder-bc-list_item_content {
  opacity: 0;
}
.bcbuilder-bc-list_item_content {
  padding-right: 55px;
  word-wrap: break-word;
}
.bcbuilder-bc-list_item_header {
  display: flex;
  align-items: center;
}
.bcbuilder-bc-list_item_name {
  color: #44bc8f;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.bcbuilder-bc-list_item_name--draft {
  color: #e5565c;
}
.bcbuilder-bc-list_item_actions {
  position: absolute;
  top: 15px;
  right: 5px;
}
.bcbuilder-bc-list_item_actions .bcbuilder-icon-reorder,
.bcbuilder-bc-list_item_actions .bcbuilder-icon-settings {
  margin: 0 5px;
  color: rgb(181.425, 175.975, 186.875);
}
.bcbuilder-bc-list_item_actions .bcbuilder-icon-reorder {
  cursor: move;
}
.bcbuilder-bc-list_item_actions .bcbuilder-icon-settings {
  cursor: pointer;
}
.bcbuilder-bc-list_item_actions .dropdown-options {
  margin-top: -10px;
}
.layout-editmode-panel {
  position: absolute;
  top: 44px;
  left: 12px;
  right: 0;
  bottom: 0;
  width: calc(100% - 24px);
}
.layout-editmode-panel_contents {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: #44bc8f;
}
.battlecard-editor-preview {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: 0.3s battlecard-editor-preview-in ease-out both;
  background: #f8f6f7;
}
@keyframes battlecard-editor-preview-in {
  0% {
    background: rgba(248, 246, 247, 0);
  }
  100% {
    background: rgba(248, 246, 247, 0.95);
  }
}
.battlecard-editor-preview_toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: 0.6s battlecard-editor-preview_toolbar-in ease-out both;
}
@keyframes battlecard-editor-preview_toolbar-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.battlecard-editor-preview_contain {
  position: absolute;
  top: 44px;
  bottom: 10px;
  right: 0;
  left: 0;
}
.battlecards-editor_header-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.battlecards-editor_header-controls .left-side {
  display: flex;
  align-items: center;
}
.battlecards-editor_header-controls .left-side .draft-eye {
  margin-left: 10px;
}
.battlecard-editor--preview-wrapper {
  display: flex;
  align-items: center;
}
.battlecard-editor--preview-wrapper > :nth-child(2) {
  margin: 0 5px;
}
.battlecard-section_toolbar {
  position: absolute;
  border-bottom: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  left: 0;
  right: 0;
  top: 0;
  justify-content: space-between;
  z-index: 100;
  min-height: 44px;
}
.battlecard-section_toolbar .toolbar {
  justify-content: space-between;
}
.battlecard-section_toolbar .toolbar_left,
.battlecard-section_toolbar .toolbar_right {
  flex-grow: 0;
}
@media (max-width: 520px) {
  .battlecard-section_toolbar .toolbar_right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .battlecard-section_toolbar .toolbar_right .toolbar-dropdown-group:first-of-type {
    margin-left: 0;
  }
  .battlecard-section_toolbar .toolbar_right .toolbar-dropdown-group:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 1099px) {
  .battlecard-section_toolbar .toolbar_left .toolbar-button_icon--left {
    margin: 0;
  }
  .battlecard-section_toolbar .toolbar_left .toolbar-button_label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .battlecard-section_toolbar .toolbar_left .toolbar-button_label:not(caption) {
    position: absolute !important;
  }
}
.battlecard-section_toolbar .toolbar-item--info > div {
  font-size: 10px;
}
@media (min-width: 1024px) {
  .battlecard-section_toolbar .toolbar-item--info > div {
    font-size: 12px;
  }
}
.battlecard-section_toolbar .battlecard-section_toolbar-reviewing {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .battlecard-section_toolbar .battlecard-section_toolbar-reviewing {
    gap: 8px;
    flex-direction: row;
    align-items: center;
  }
}
.battlecard-section_toolbar .battlecard-section_toolbar-reviewing > div > * + * {
  margin-left: 8px;
}
.battlecard-section_toolbar .toolbar-item_text--battlecard-name {
  width: 0;
  opacity: 0;
  margin-right: -8px;
}
@media (min-width: 1024px) {
  .battlecard-section_toolbar .toolbar-item_text--battlecard-name {
    width: auto;
    opacity: 1;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .battlecard-section_toolbar .toolbar-item_text--reviewed-by:before {
    content: "- ";
  }
}
.battlecard-section_toolbar .toolbar-action-buttons {
  display: flex;
  flex-direction: row;
}
.battlecard-section_toolbar .toolbar-action-button {
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  touch-action: manipulation;
  user-select: none;
  cursor: pointer;
  font-size: 10px;
  line-height: 16px;
  border: 1px solid rgba(164, 159, 177, 0.5);
  border-width: 0 0 1px 0;
}
@media (min-width: 1024px) {
  .battlecard-section_toolbar .toolbar-action-button {
    border-width: 1px;
    border-radius: 2px;
    height: 24px;
    padding: 0 10px;
    line-height: 22px;
    transition: background 0.15s ease-out;
  }
  .battlecard-section_toolbar .toolbar-action-button:hover {
    background: #dfe2dd;
  }
}
.battlecard-section_toolbar .toolbar-button--fullscreen,
.battlecard-section_toolbar .toolbar-button--print {
  display: none;
}
@media (min-width: 600px) {
  .battlecard-section_toolbar .toolbar-button--fullscreen,
  .battlecard-section_toolbar .toolbar-button--print {
    display: flex;
  }
}
.battlecard-section {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f6f7;
}
.battlecard-section_cards {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f6f7;
  overflow: auto;
}
.layout-battlecard-slots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 10px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.layout-battlecard-slots_error {
  text-align: center;
  padding: 80px 15px;
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.layout-battlecard-slots_error .logo {
  max-width: 128px;
}
.layout-battlecard-slots_error a {
  transition: color 260ms ease-out, background 260ms ease-out;
}
.layout-battlecard-slots_slot {
  position: relative;
  width: 25%;
  height: 50%;
  float: left;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.layout-battlecard-slots_slot--empty {
  border: 2px dashed #ddd;
  margin: 0 0 10px 10px;
  width: calc(25% - 10px);
  height: calc(50% - 10px);
  min-height: 200px;
}
.layout-battlecard-slots_slot--empty.layout-battlecard-slots_slot--fadeout:after {
  content: none;
}
.layout-battlecard-slots_slot--fadeout:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #f1f3f1);
  pointer-events: none;
}
.battlecard-slot-card {
  position: relative;
  background: #ffffff;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 0 0 22px 0;
  box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.1);
  border: 2px solid transparent;
}
.battlecard-slot-card.is-draft {
  border-color: #ffecbe;
}
.battlecard-slot-card.all-access {
  border-color: #bde8ef;
}
.battlecard-slot-card.visibility-grouped {
  border-color: #d6d0ff;
}
.battlecard-slot-card::-webkit-scrollbar {
  width: 10px;
}
.battlecard-slot-card::-webkit-scrollbar-thumb {
  background: rgba(113, 104, 121, 0.9);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.battlecard-slot-card::-webkit-scrollbar-thumb:hover {
  background: rgb(113, 104, 121);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.battlecard-slot-card::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border: 4px solid #ffffff;
}
.battlecard-slot-card::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
.battlecard-slot-card .card-preview.card-block {
  padding: 0;
}
.battlecard-slot-card .card-preview.card-block .card-title {
  display: block;
  max-width: calc(100% - 100px);
  line-height: 1.4;
}
.battlecard-slot-card .card-preview.card-block .card-title .board-name {
  color: #938b9b;
}
.battlecard-slot-card .card-info {
  padding: 0 22px;
}
.card-preview-more {
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.15s ease;
  font-size: 11px;
}
.card-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 20px;
  padding: 12px 0;
}
.card-preview-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 38px;
  padding-right: 24px;
}
.card-preview-controls > a:not(:last-child) {
  margin-right: 11px;
}
.card-preview-controls > a:not(:last-child):hover {
  color: #938b9b;
}
.card-preview-controls > .card-meta-link:not(:last-child) {
  margin-right: 11px;
}
.battlecard-nav-item {
  font-size: 14px;
  line-height: 18px;
  color: #464646;
  word-wrap: break-word;
}
.card-vitals-table-wrapper table {
  width: 100%;
  color: #575265;
  font-size: 14px;
}
.card-vitals-table-wrapper th {
  font-weight: 600;
}
.card-vitals-table-wrapper tr {
  border-bottom: 1px solid #e2e2e2;
}
.card-vitals-table-wrapper tr:last-child {
  border-bottom: none;
}
.card-vitals-table-wrapper td {
  padding: 5px 0;
}
.card-wysiwyg-content {
  color: #575265;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
.card-wysiwyg-content_inner--cols {
  columns: 2 auto;
}
.card-wysiwyg-content img {
  height: auto;
  max-width: 100%;
}
.card-wysiwyg-content p,
.card-wysiwyg-content table:not(.klue-table),
.card-wysiwyg-content li {
  color: #575265;
  font-size: 13px;
}
.card-wysiwyg-content p img {
  margin: 0 auto;
}
.card-wysiwyg-content table:not(.klue-table) {
  width: 100%;
}
.card-wysiwyg-content table:not(.klue-table) th {
  font-weight: 600;
}
.card-wysiwyg-content table:not(.klue-table) td,
.card-wysiwyg-content table:not(.klue-table) th {
  text-align: left;
  padding: 4px;
  border-left: 1px dotted rgb(198, 193.7777777778, 202.2222222222);
  width: 1%;
}
.card-wysiwyg-content table:not(.klue-table) td > *:first-child,
.card-wysiwyg-content table:not(.klue-table) th > *:first-child {
  padding-top: 0;
}
.card-wysiwyg-content table:not(.klue-table) td > *:last-child,
.card-wysiwyg-content table:not(.klue-table) th > *:last-child {
  margin-bottom: 0;
}
.card-wysiwyg-content table:not(.klue-table) td.content-editor_table-cell,
.card-wysiwyg-content table:not(.klue-table) th.content-editor_table-cell {
  border-left: 1px solid #ccc;
}
.card-wysiwyg-content table:not(.klue-table) tr > *:first-child {
  border-left: none;
}
.card-wysiwyg-content table:not(.klue-table) tr {
  border-bottom: 1px dotted rgb(198, 193.7777777778, 202.2222222222);
}
.card-wysiwyg-content table:not(.klue-table) tr.content-editor_table-row {
  border-bottom: 1px solid #ccc;
}
.card-wysiwyg-content table:not(.klue-table) tr:last-child {
  border: none;
}
.card-wysiwyg-content ul,
.card-wysiwyg-content ol {
  padding-left: 20px;
  margin-bottom: 0;
}
.card-wysiwyg-content li {
  margin: 4px 0 4px;
}
.card-wysiwyg-content .ct-label {
  font-size: 10px;
}
.card-wysiwyg-content a {
  transition: color 0.15s ease;
}
.battlecard-layout-dropdown .toolbar-dropdown-group_dropdown {
  min-width: unset;
  background-color: #dfe2dd;
}
.battlecard-layout-dropdown.toolbar-dropdown-group--right .toolbar-dropdown-group_dropdown {
  right: 0;
  left: auto;
}
.battlecard-layout-dropdown .toolbar-dropdown-group_dropdown .toolbar-dropdown-options {
  display: flex;
  flex-wrap: nowrap;
}
.battlecard-layout-dropdown .toolbar-dropdown-group_dropdown .toolbar-dropdown-options .toolbar-dropdown-button {
  flex: 0 0;
  padding: 19px;
  color: #34303b;
}
@media (max-width: 1023px) {
  .battlecard-layout-dropdown .toolbar-dropdown-group_dropdown .toolbar-dropdown-options .toolbar-dropdown-button {
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.battlecard-layout-dropdown .toolbar-dropdown-group_dropdown .toolbar-dropdown-options .toolbar-dropdown-button--active {
  padding: 16px;
}
.battlecard-layout-dropdown .toolbar-dropdown-group_dropdown .toolbar-dropdown-options .toolbar-dropdown-button--active .dropdown-item {
  border: 3px solid #44bc8f;
}
.battlecard-layout-dropdown .toolbar-dropdown-group_dropdown .toolbar-dropdown-options .dropdown-item {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #666;
}
@media (max-width: 599px) {
  .battlecard-layout-dropdown .toolbar-dropdown-group_dropdown .toolbar-dropdown-options {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.battlecard-setDefault {
  background: #fff69d;
  padding: 10px 20px;
  font-weight: 600;
  color: #575265;
  border-top: 1px solid #ffffff;
  display: flex;
  align-items: center;
  line-height: 28px;
}
.battlecard-setDefault .button-setDefault {
  margin-bottom: 0;
  margin-left: 20px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .battlecard-setDefault .button-setDefault {
    margin: 0 auto;
  }
}
.battlecard-setDefault .button-setDefault--redirect {
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .battlecard-setDefault .button-setDefault--redirect {
    margin: 0 auto;
  }
}
.battlecard-setDefault .battlecard-setDefault-status {
  width: 22px;
  height: 28px;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 100ms;
}
.battlecard-setDefault .battlecard-setDefault-status--success {
  opacity: 1;
  padding-bottom: 6px;
  content: url("data:image/svg+xml,%3csvg fill='%2344bc8f' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3e%3c/svg%3e");
}
.battlecard-setDefault .battlecard-set-consumer-layout-link {
  color: #44bc8f;
  cursor: pointer;
}
.layout-battlecard--masonry {
  position: static;
  column-count: 3;
  column-gap: 0;
}
.layout-battlecard--masonry .layout-battlecard-slots_slot {
  position: static;
  height: auto;
  float: none;
  width: 100%;
  break-inside: avoid;
}
.layout-battlecard--masonry .battlecard-slot-card {
  padding-bottom: 15px;
}
.layout-battlecard--masonry[data-cardcount="8"],
.layout-battlecard--masonry[data-cardcount="7"],
.layout-battlecard--masonry[data-cardcount="6"] {
  column-count: 4;
}
@media (max-width: 1570px) {
  .layout-battlecard--masonry[data-cardcount="8"],
  .layout-battlecard--masonry[data-cardcount="7"],
  .layout-battlecard--masonry[data-cardcount="6"] {
    column-count: 3;
  }
}
.layout-battlecard--masonry[data-cardcount="5"],
.layout-battlecard--masonry[data-cardcount="4"],
.layout-battlecard--masonry[data-cardcount="3"] {
  column-count: 3;
}
@media (max-width: 1280px) {
  .layout-battlecard--masonry[data-cardcount="5"],
  .layout-battlecard--masonry[data-cardcount="4"],
  .layout-battlecard--masonry[data-cardcount="3"] {
    column-count: 3;
  }
}
.layout-battlecard--masonry[data-cardcount="2"] {
  column-count: 2;
}
@media (max-width: 960px) {
  .layout-battlecard--masonry[data-cardcount="1"] {
    column-count: 1;
  }
}
@media (max-width: 960px) {
  .layout-battlecard--masonry {
    column-count: 2 !important;
  }
}
@media (max-width: 640px) {
  .layout-battlecard--masonry {
    column-count: 1 !important;
  }
}
.layout-battlecard--hero {
  position: unset;
  display: block;
  column-count: 3;
  column-gap: 0;
}
.layout-battlecard--hero .layout-battlecard-slots_slot:first-child {
  column-span: all;
}
.layout-battlecard--hero .layout-battlecard-slots_slot:first-child .card-wysiwyg-content {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 300;
}
.layout-battlecard--hero[data-cardcount="2"] {
  column-count: 2;
}
.layout-battlecard--hero[data-cardcount="2"] .layout-battlecard-slots_slot:first-child {
  column-span: all;
}
.layout-battlecard--hero[data-cardcount="3"] {
  column-count: 2;
}
.layout-battlecard--hero .layout-battlecard-slots_slot {
  position: static;
  float: none;
  height: auto;
  width: auto;
  min-width: 320px;
  break-inside: avoid;
}
.layout-battlecard--hero .battlecard-slot-card {
  padding-bottom: 15px;
}
@media (max-width: 960px) {
  .layout-battlecard--hero {
    column-count: 2;
  }
  .layout-battlecard--hero[data-cardcount="2"],
  .layout-battlecard--hero[data-cardcount="3"] {
    column-count: 1;
  }
}
@media (max-width: 640px) {
  .layout-battlecard--hero {
    column-count: 1;
  }
}
.layout-battlecard--stacker {
  display: flex;
  justify-content: center;
  padding: 12px;
  align-items: center;
  display: flex;
  align-items: center;
  background: #fdfcfc;
  padding: 0 24px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(1, 22, 39, 0.12);
}
.layout-battlecard--stacker .layout-battlecard-slots_slot--current {
  position: relative;
  float: none;
  min-width: 420px;
  max-width: 50vw;
  height: auto;
  min-height: 60vh;
  box-shadow: 0px 1px 2px rgba(1, 22, 39, 0.1);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-left: -12px;
  flex-grow: 1;
  animation-name: battlecard-stacker-slidein;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
}
.layout-battlecard--stacker .layout-battlecard-slots_slot--current .battlecard-slot-card {
  border-radius: 5px;
  box-shadow: none;
  max-height: 60vh;
  height: 60vh;
  padding: 24px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.layout-battlecard--stacker .layout-battlecard-slots_slot--current .battlecard-slot-card.with-visibility {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.layout-battlecard--stacker .layout-battlecard-slots_slot--current .battlecard-slot-card .card-preview {
  flex-grow: 1;
}
.layout-battlecard--stacker .layout-battlecard-slots_slot--current .battlecard-slot-card .graph {
  height: calc(60vh - 100px);
  margin-bottom: -12px;
}
.layout-battlecard--stacker .layout-battlecard-slots_slot--hidden {
  visibility: hidden;
  position: absolute;
}
.layout-battlecard--stacker .battlecard-logo {
  max-width: 128px;
  max-height: 128px;
  border-radius: 2px;
  margin: 12px;
}
.layout-battlecard--stacker .battlecard-nav {
  width: 320px;
}
.layout-battlecard--stacker .battlecard-nav .battlecard-nav-item {
  transition-property:
    background-color,
    color,
    border;
  transition-duration: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 320px;
  position: relative;
  cursor: pointer;
}
.layout-battlecard--stacker .battlecard-nav .battlecard-nav-item label {
  padding: 8px 24px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
.layout-battlecard--stacker .battlecard-nav .battlecard-nav-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
}
.layout-battlecard--stacker .battlecard-nav .battlecard-nav-item:hover::before {
  background-color: #011627;
}
.layout-battlecard--stacker .battlecard-nav .battlecard-nav-item--current {
  color: #3751ff;
  background-color: #f9f9ff;
}
.layout-battlecard--stacker .battlecard-nav .battlecard-nav-item--current::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #3751ff;
}
.layout-battlecard--stacker .battlecard-nav .battlecard-nav-item--current:hover::before {
  background-color: #3751ff;
}
@media (max-width: 640px) {
  .layout-battlecard--stacker {
    position: static;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .layout-battlecard--stacker .layout-battlecard-slots_slot--current {
    width: 100%;
    min-width: unset;
    max-width: unset;
    margin-left: 0;
    animation-name: none;
  }
  .layout-battlecard--stacker .battlecard-nav {
    width: auto;
  }
}
.layout-battlecard--single .battlecard-slot-card {
  display: flex;
  flex-direction: column;
}
.layout-battlecard--single .battlecard-slot-card .card-preview {
  flex-grow: 1;
}
@media (max-width: 1270px) {
  .layout-battlecard--single.layout-battlecard-slots {
    display: flex;
    flex-wrap: wrap;
  }
  .layout-battlecard--single .layout-battlecard-slots_slot {
    width: 50%;
    height: auto;
    min-height: 200px;
  }
  .layout-battlecard--single .layout-battlecard-slots_slot--empty {
    width: calc(50% - 10px);
  }
  .layout-battlecard-slots_slot--fadeout:after {
    content: none;
  }
  .battlecard-slot-card {
    padding-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .layout-battlecard--single.layout-battlecard-slots {
    display: block;
  }
  .layout-battlecard--single .layout-battlecard-slots_slot {
    width: 100%;
    height: auto;
    min-height: 100px;
  }
  .layout-battlecard--single .layout-battlecard-slots_slot--empty {
    display: none;
  }
}
.battlecard-section--fullscreen .layout-battlecard-slots {
  padding-top: 10px;
}
.section-battlecard-embed .battlecard-section,
.battlecard-section--fullscreen {
  top: 0;
}
.section-battlecard-embed .battlecard-section .battlecard-section_cards,
.battlecard-section--fullscreen .battlecard-section_cards {
  top: 0;
}
.section-battlecard-embed .battlecard-section .card-preview-more-link,
.battlecard-section--fullscreen .card-preview-more-link {
  display: none;
}
@media print {
  body {
    background: #ffffff;
    padding-top: 0;
    font-size: 10pt;
  }
  .section-battlecard .container {
    width: 100%;
    padding: 0;
  }
  .section-battlecard .ui-header,
  .section-battlecard .battlecard-nav {
    display: none;
  }
  .section-battlecard .ui-wrapper {
    position: relative;
    background: #ffffff;
    height: auto;
    min-height: 100vh;
  }
  .section-battlecard .ui-wrapper.on > .row {
    display: none;
  }
  .section-battlecard header.action-menu {
    display: none;
  }
  .battlecard-section {
    position: static;
  }
  .battlecard-section[data-print-heading]:before {
    content: attr(data-print-heading);
    font-size: 40px;
  }
  .battlecard-section_cards {
    position: static;
    top: unset;
  }
  .layout-battlecard-slots {
    position: static;
    display: block;
    padding: 0;
    margin-left: -20px;
    column-count: 1 !important;
  }
  .layout-battlecard-slots_slot,
  .layout-battlecard--stacker .layout-battlecard-slots_slot {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
    border: none;
    box-shadow: none;
    animation: none;
    padding-left: 20px;
  }
  .layout-battlecard-slots_slot img,
  .layout-battlecard-slots_slot svg,
  .layout-battlecard-slots_slot tr,
  .layout-battlecard-slots_slot li,
  .layout-battlecard--stacker .layout-battlecard-slots_slot img,
  .layout-battlecard--stacker .layout-battlecard-slots_slot svg,
  .layout-battlecard--stacker .layout-battlecard-slots_slot tr,
  .layout-battlecard--stacker .layout-battlecard-slots_slot li {
    break-inside: avoid;
  }
  .layout-battlecard-slots_slot .battlecard-slot-card,
  .layout-battlecard--stacker .layout-battlecard-slots_slot--current,
  .layout-battlecard--stacker .layout-battlecard-slots_slot .battlecard-slot-card,
  .layout-battlecard--stacker .layout-battlecard--stacker .layout-battlecard-slots_slot--current {
    max-height: unset;
    min-height: unset;
    max-width: unset;
    min-width: unset;
    width: auto;
    height: auto;
    margin: 0;
  }
  .layout-battlecard--stacker .layout-battlecard-slots_slot--hidden,
  .layout-battlecard--stacker .layout-battlecard--stacker .layout-battlecard-slots_slot--hidden {
    display: block;
    position: relative;
    visibility: visible;
  }
  .layout-battlecard-slots_slot--fadeout:after {
    content: none;
  }
  .layout-battlecard-slots_slot--empty {
    display: none;
  }
  .battlecard-section,
  .battlecard-section * {
    color: #000 !important;
    border-color: #000 !important;
    background: none;
  }
  .battlecard-slot-card {
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .battlecard-slot-card .card-info {
    margin-bottom: 30px;
  }
  .card-preview-more {
    display: none;
  }
  #intercom-container {
    display: none !important;
  }
}
@keyframes battlecard-stacker-slidein {
  from {
    transform: scale(1, 0) translate(-320px, -44px);
  }
  to {
    transform: scale(1, 1) translate(0, 0);
  }
}
.ui-layout .ui-boards .ui-card.board--collapsed,
.ui-layout .ui-card.board--collapsed {
  width: 30px;
  transition-property: none;
}
.ui-layout .ui-boards .ui-card.board--collapsed.disable,
.ui-layout .ui-card.board--collapsed.disable {
  opacity: 0.37;
  pointer-events: none;
}
.ui-layout .ui-boards .ui-card.board--collapsed .board-header,
.ui-layout .ui-card.board--collapsed .board-header {
  background-color: #fff;
  padding: 2px 0;
  height: 44px;
  border-color: #f8f6f7;
  box-shadow: none;
}
.ui-layout .ui-boards .ui-card.board--collapsed .btn.btn-board-header,
.ui-layout .ui-card.board--collapsed .btn.btn-board-header {
  color: #a49fb1;
}
.ui-layout .ui-boards .ui-card.board--collapsed .btn.btn-board-header:hover,
.ui-layout .ui-card.board--collapsed .btn.btn-board-header:hover {
  color: #44bc8f;
  background-color: transparent;
}
.ui-layout .ui-boards .ui-card.board--collapsed .board-body,
.ui-layout .ui-card.board--collapsed .board-body {
  background: #dfe2dd !important;
  margin-top: 2px;
  padding: 20px 7px;
  user-select: none;
  cursor: default;
}
.ui-layout .ui-boards .ui-card.board--collapsed .board-badge,
.ui-layout .ui-card.board--collapsed .board-badge {
  display: block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 0;
  margin: 0 0 10px 0;
  max-width: 16px;
}
.ui-layout .ui-boards .ui-card.board--collapsed .board-name,
.ui-layout .ui-card.board--collapsed .board-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  color: #111;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  max-height: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
}
.ui-layout .ui-boards .ui-card.board--tools,
.ui-layout .ui-card.board--tools {
  position: absolute;
  top: 44px;
  bottom: 0;
}
.ui-layout .ui-boards .ui-card.board--tools .board-body,
.ui-layout .ui-card.board--tools .board-body {
  height: calc(100% - 44px);
  background-color: #daf2e9 !important;
}
.btn.btn-board-header.btn-board-header--collapse {
  display: inline-block;
  color: #a49fb1;
  vertical-align: top;
  user-select: none;
}
.btn.btn-board-header.btn-board-header--collapse:hover {
  color: #44bc8f;
  background-color: transparent;
}
.btn.btn-board-header.btn-board-header--disabled {
  pointer-events: none;
  touch-action: manipulation;
  opacity: 0.25;
}
.ui-feed .board--collapsed {
  height: calc(100% - 46px);
}
.ui-feed .board--collapsed .board-body {
  height: 100%;
}
.board-curators_list_container {
  position: relative;
}
.board-curators {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
}
.board-curators_list {
  background-color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 0;
  transition: all 250ms linear;
  position: relative;
}
.board-curators_list--expanded {
  max-height: 300px;
  transition: all 250ms linear;
}
.board-curators_list--faded:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-image:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
}
.board-curators_list ul {
  padding: 0 10px;
}
.board-curators_spinner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.board-curator {
  display: flex;
  padding-top: 5px;
}
.board-curator_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #575265;
  text-decoration: none;
}
.board-curator_link:hover {
  text-decoration: none;
}
.board-curator_link img {
  height: 44px;
  width: 44px;
  border-radius: 22px;
  border: #44bc8f 2px solid;
  overflow: hidden;
  user-select: none;
}
.board-curator_link p {
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: 4px;
  font-size: 12px;
  font-weight: 600;
}
.layout-board-editor-validation-error {
  margin-top: 2rem;
}
.board-editor-validation-error {
  border: 2px dashed red;
  background-color: white;
  padding: 0.5rem;
}
.board-list-reorder-lanes {
  display: flex;
  flex-direction: column;
}
.board-lanes-list-container {
  position: fixed;
  top: 88px;
  left: 0;
  bottom: 0;
  right: calc(100vw - 310px);
  background-color: #f8f6f7;
  z-index: 101;
  display: flex;
  flex-direction: row;
  background-color: transparent;
}
.board-lanes-items-container {
  filter: drop-shadow(2px 2px 4px rgba(100, 100, 100, 0.1));
  height: 100%;
  width: 256px;
  max-height: calc(100vh - 88px - 46px);
  overflow-y: scroll;
  background-color: white;
}
.board-lanes-items-container::-webkit-scrollbar {
  width: 0 !important;
}
.board-lanes-items-header {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  border-bottom: 1px solid #dfe2dd;
  filter: drop-shadow(2px 2px 4px rgba(100, 100, 100, 0.1));
  border-top: 0px solid #dfe2dd !important;
}
.board-lanes-drop-region {
  height: 100%;
  width: 44px;
  background-color: transparent;
}
.board-lanes-left-region {
  height: 100%;
  width: 10px;
  background-color: #f8f6f7;
  margin: 0;
  padding: 0;
}
.board-lanes-list-item {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 12px;
  border-bottom: 1px solid #dfe2dd;
  cursor: pointer;
}
.board-lanes-list-item.is-dragging {
  background-color: #fff69d;
}
.board-lanes-list-item.is-over.is-board-drag {
  border-top: 3px solid #938b9b;
  padding-top: 0;
}
.board-lanes-list-item.is-over:not(.is-board-drag) {
  background-color: #fff69d;
}
.board-lanes-list-item .board-lanes-list-item-name {
  color: #31aae3;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  max-width: calc(100% - 20px);
  overflow: hidden;
}
.board-lanes-items-header-name-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.board_logo_form_field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 0px;
}
.board_logo_form_field_add_card_container {
  display: flex;
  gap: 10px;
  padding: 15px 0 60px 0;
}
.board_logo_form_field_metadata {
  display: flex;
  flex-direction: column;
}
.board_logo_form_field_success_message {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.board_logo_form_field_success_message > h3 {
  margin-bottom: 0;
}
.board_logo_form_field_container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 66px;
  height: 66px;
  overflow: scroll;
  border: 1px solid #f8f6f7;
  -ms-overflow-style: none;
}
.board_logo_form_field_container::-webkit-scrollbar {
  display: none;
}
.board_logo_form_field_container img {
  width: 100%;
  object-fit: cover;
  padding: 8px;
  background: #ffffff;
}
.board_logo_form_field_container:hover {
  cursor: pointer;
  border-color: #31aae3;
}
.board_logo_form_field_container .initials {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: rgb(194, 194, 194);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  user-select: none;
  text-transform: uppercase;
}
.board_logo_form_field_upload_controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 11px;
}
.board_logo_form_field_upload_controls button {
  background-color: white;
  color: #44bc8f;
  border: #44bc8f 2px solid;
  height: 24px;
  line-height: 20px;
  margin: 0;
  border-radius: 0;
}
.board_logo_form_field_upload_controls button:focus {
  color: #44bc8f;
}
.board_logo_form_field_upload_controls .button {
  margin: 0;
}
.board_logo_form_field_upload_instructions {
  color: #a49fb1;
  font-size: 12px;
  font-style: italic;
  margin-top: -4px;
  margin-bottom: 4px;
}
.board_logo_form_field input[type=file] {
  display: none;
}
.form_text_field {
  display: flex;
  flex-direction: column;
}
.form_text_field-text--error {
  color: red;
  border-color: red;
}
.form_text_field-text--error:focus {
  color: red;
  border-color: red;
}
.form_text_field-label--error {
  color: red !important;
}
.board-type-info {
  border-top: 1px solid rgb(236.84375, 231.65625, 234.25);
  border-bottom: 1px solid rgb(236.84375, 231.65625, 234.25);
  font-size: 12px;
  margin: 11px 0 0;
  padding: 5px 0;
}
.board-type-info_company {
  color: #44bc8f;
  font-weight: 600;
}
.board-type-info_type {
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.board-type-info_url a {
  color: #31aae3;
  font-style: italic;
}
.button-legacy {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  border: 1px solid transparent;
  color: currentColor;
  position: relative;
  transition: all 0.15s ease-out;
  word-break: break-all;
  cursor: pointer;
}
.button-legacy:focus,
.button-legacy:hover {
  text-decoration: none;
  outline: 0;
}
.button-legacy:active {
  background-image: none;
}
.button-legacy:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.button-legacy--nowrap {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.button-legacy--size-normal {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
}
.button-legacy--size-square {
  height: 38px;
  line-height: 36px;
  width: 38px;
  cursor: pointer;
}
.button-legacy--border-grey {
  border-color: rgba(147, 139, 155, 0.4);
}
.button-legacy--hover-grey:hover {
  background: rgba(0, 0, 0, 0.08);
}
.button-legacy--grey {
  color: rgb(147, 139, 155);
  border-color: rgba(147, 139, 155, 0.6);
}
.button-legacy--grey:hover {
  background: rgba(147, 139, 155, 0.15);
}
.button-legacy--grey:active,
.button-legacy--grey:focus {
  background: rgba(147, 139, 155, 0.5);
}
.button-legacy--white {
  border-color: rgba(147, 139, 155, 0.4);
  background: #fff;
}
.button-legacy--white:hover {
  color: #fff;
  background: #44bc8f;
  border-color: transparent;
}
.button-legacy--white:active,
.button-legacy--white:focus {
  background: #369773;
}
.button-legacy--primary {
  color: #fff;
  background: #44bc8f;
}
.button-legacy--primary:hover {
  background: #369773;
  color: #ffffff;
}
.button-legacy--primary:active,
.button-legacy--primary:focus {
  background: #2d7d5f;
}
.button-legacy--secondary {
  color: #fff;
  background: #575265;
}
.button-legacy--secondary:hover {
  background: #3f3b4c;
}
.button-legacy--secondary:active,
.button-legacy--secondary:focus {
  background: #2e2b38;
}
.button {
  position: relative;
  display: inline-block;
  background: #44bc8f;
  text-align: center;
  color: rgb(236.9625984252, 248.5374015748, 244.1968503937);
  text-transform: uppercase;
  padding: 0 24px;
  margin: 0 6px 6px 0;
  border-radius: 2px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  line-height: 40px;
  border: 2px solid transparent;
  transition: all 260ms ease-in-out;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.button:hover {
  background: rgb(47.3484251969, 132.1515748031, 100.3503937008);
  border-color: rgb(47.3484251969, 132.1515748031, 100.3503937008);
}
.button:focus {
  outline: none;
}
.button:hover,
.button:focus {
  color: #ffffff;
  text-decoration: none;
}
.button--full {
  width: 100%;
}
.button--small {
  padding: 0 12px;
  height: 32px;
  line-height: 28px;
  font-size: 10px;
  font-weight: 600;
}
.button--xsmall {
  padding: 0 12px;
  height: 20px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 600;
}
.button--medium {
  height: 38px;
  line-height: 34px;
}
.button--large {
  height: 54px;
  line-height: 50px;
  padding: 0 24px;
}
.button--sso {
  background: transparent;
  color: #575265;
  padding-left: 54px;
  text-align: left;
  border: 2px solid rgb(236.84375, 231.65625, 234.25);
  border-radius: 4px;
}
.button--sso img {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 30px;
}
.button--icon {
  padding: 0;
  width: 44px;
  height: 44px;
}
.button--icon .material-icons {
  line-height: 40px;
}
.button--grey {
  background: #a5b09f;
  border-color: transparent;
}
.button--grey:hover {
  background: rgb(144.0171428571, 157.5817142857, 136.6182857143);
  border-color: transparent;
}
.button--blue {
  background: #31aae3;
  border-color: transparent;
}
.button--blue:hover {
  background: rgb(28.1435897436, 149.7641025641, 207.0564102564);
  border-color: transparent;
}
.button--purple {
  background: #620dec;
  border-color: transparent;
}
.button--purple:hover {
  background: rgb(81.9421686747, 10.8698795181, 197.3301204819);
  border-color: transparent;
}
.button--purple-outline {
  color: #620dec;
  background: transparent;
  border-radius: 3px;
  border: 2px solid #b181ff;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}
.button--purple-outline:hover {
  background-color: rgb(241, 240, 255);
  border-color: rgb(98, 13, 236);
  box-shadow: 0 2px 8px rgba(98, 13, 236, 0.25);
  color: #620dec;
}
.button--purple-outline:focus {
  color: #620dec;
}
.button--grey-outline {
  color: #011627;
  background: transparent;
  border-radius: 3px;
  border: 2px solid #bdbdbd;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}
.button--grey-outline:hover {
  border-color: rgb(113, 113, 113);
  box-shadow: 0 2px 8px rgba(113, 113, 113, 0.25);
  background: transparent;
  color: #011627;
}
.button--grey-outline:focus {
  color: #011627;
}
.button--alt,
.button--alt:focus,
.button--alt-green,
.button--alt-green:focus {
  background: none;
  min-width: 44px;
}
.button--alt:hover,
.button--alt:focus:hover,
.button--alt-green:hover,
.button--alt-green:focus:hover {
  color: #ffffff;
}
.button--alt,
.button--alt:focus {
  border: 2px solid #31aae3;
  color: #31aae3;
}
.button--alt:hover,
.button--alt:focus:hover {
  border: 2px solid #31aae3;
  background-color: #31aae3;
  color: #fff;
}
.button--alt-green,
.button--alt-green:focus {
  border: 2px solid #44bc8f;
  color: #44bc8f;
}
.button--alt-green:hover,
.button--alt-green:focus:hover {
  background: #44bc8f;
  border-color: #44bc8f;
}
.button--disabled,
.button--disabled:focus {
  background: none !important;
  border: 2px solid rgba(163.7213114754, 158.9672131148, 177.0327868852, 0.4) !important;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852) !important;
  min-width: 44px;
}
.button--disabled:hover,
.button--disabled:focus:hover {
  background: #575265;
  border-color: #575265;
  color: #ffffff;
}
.button--disabled.button--no-hover,
.button--disabled:focus.button--no-hover {
  background: none;
  border-color: rgba(163.7213114754, 158.9672131148, 177.0327868852, 0.4);
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
}
.button--alert,
.button--alert:focus {
  background: #fc585f;
  border-color: transparent;
}
.button--alert:hover,
.button--alert:focus:hover {
  background: rgb(250.65, 12.85, 23);
  border-color: rgb(250.65, 12.85, 23);
}
.button--subtle.button--alert,
.button--subtle:focus.button--alert {
  background: transparent;
  border-color: rgba(252, 88, 95, 0.15);
  color: #fc585f;
}
.button[class*=-icons] {
  line-height: 40px;
  padding: 0 6px;
}
.button--primary.klue-ui {
  background-color: white;
  color: #620dec;
  border: 1px solid #b181ff;
  box-shadow: 0 2px 4px rgba(1, 22, 39, 0.1019607843);
}
.button--primary.klue-ui.intel {
  color: #3751ff;
  border: 1px solid #b4bdff;
}
.button--primary.klue-ui:hover,
.button--primary.klue-ui:focus {
  color: #620dec;
  background-color: #f6f0ff;
  border-color: #620dec;
  box-shadow: 0 2px 4px rgba(97, 14, 236, 0.2509803922);
}
.button--primary.klue-ui:hover.intel,
.button--primary.klue-ui:focus.intel {
  color: #3751ff;
  background-color: #f2f8ff;
  border-color: #3751ff;
  box-shadow: 0 2px 4px rgba(56, 83, 255, 0.2509803922);
}
.button--primary.klue-ui:active,
.button--primary.klue-ui.intel:active {
  color: white;
  background-color: #620dec;
}
.button--primary.klue-ui:active.intel,
.button--primary.klue-ui.intel:active.intel {
  background-color: #3751ff;
}
.card-drag-insertion-point {
  height: 3px;
  background-color: #938b9b;
  width: 100%;
}
.card-info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #717171;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 0 20px 20px;
}
.card-info i,
.card-info time {
  display: block;
}
.card-info time {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.card-info a {
  color: #620dec;
}
.card-info .card-info-time-and-history {
  display: flex;
  flex-direction: row;
}
.card-info .card-info-time-and-history a {
  margin-left: 5px;
  font-style: normal;
}
.card-block.editing .card-info {
  border-top: 1px solid rgba(53, 167, 100, 0.3);
}
.move-card-popup-container {
  position: relative;
  cursor: default;
  min-height: 40px;
}
.move-card-popup-container.active {
  background-color: #f8f6f7;
}
.move-card-popup-container .move-card-popup {
  padding: 11px;
  display: flex;
  flex-direction: column;
}
.move-card-popup-container .move-card-popup--title {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.move-card-popup-container .move-card-popup--select {
  display: block;
  width: 100%;
  height: 30px;
  border: 0 none;
  font-size: 12px;
  margin-bottom: 22px;
}
.move-card-popup-container .move-card-popup--button {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border: #ccc solid 1px;
  background-color: transparent;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px;
}
.move-card-popup-container .move-card-popup--button:hover,
.move-card-popup-container .move-card-popup--button:active,
.move-card-popup-container .move-card-popup--button:focus {
  border: #ccc solid 1px;
  outline: none;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
}
.move-card-popup-container .move-card-popup--button:active {
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  border-color: #bbb;
}
.move-card-popup-container .move-card-popup--select-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  max-height: 220px;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  border-radius: 2px;
  transition: all 0.2s ease-out;
  max-width: 180px;
}
.move-card-popup-container .move-card-popup--select-list:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px;
}
.move-card-popup-container .move-card-popup--select-list .select-list-item {
  display: block;
  padding: 0;
  margin: 0;
}
.move-card-popup-container .move-card-popup--select-list .select-list-item:not(:last-child) {
  border-bottom: rgba(0, 0, 0, 0.11) solid 1px;
}
.move-card-popup-container .move-card-popup--select-list .select-list-item--button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.04);
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  justify-content: flex-start;
  padding-left: 11px;
  padding: 8px;
  text-transform: uppercase;
  -webkit-appearance: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.move-card-popup-container .move-card-popup--select-list .select-list-item--button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.move-card-popup-container .move-card-popup--select-list .select-list-item--icon {
  margin-right: 11px;
  font-size: 12px;
}
.card-vitals-settings {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-vitals-settings .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
}
.card-vitals-settings .form-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 20px 10px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
}
.card-vitals-settings .form-header.expanded {
  background-color: #fffde9;
}
.card-vitals-settings .form-header .logo-and-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.card-vitals-settings .form-header .logo-and-name h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphens: none;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
}
.card-vitals-settings .form-header .logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.card-vitals-settings .form-header .logo img {
  width: 100%;
  height: 100%;
}
.card-vitals-settings .form-header .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  margin: 0 0 0 12px;
  color: rgb(53.0557377049, 50.006557377, 61.593442623);
}
.card-vitals-settings .form-header .controls {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 11px;
}
.card-vitals-settings .form-header .controls button {
  margin: 0;
}
.card-vitals-settings .form-header .controls .cancel {
  margin-left: 10px;
}
.card-vitals-settings .form-header .controls .cancel svg {
  cursor: pointer;
}
.section-profile .card-vitals-settings .form-header {
  border-bottom: 1px solid #f8f6f7;
}
.section-battlecard .card-vitals-settings .form-header,
.battlecard-editor-preview .card-vitals-settings .form-header {
  padding: 22px 22px 0;
}
.editing .card-vitals-settings .form-header .controls {
  display: flex;
  margin-right: 30px;
}
.card-vitals-settings .form-header .loader {
  width: 32px;
  height: 32px;
  background: center contain no-repeat url(https://dycj3q34rhqmj.cloudfront.net/assets/spinner.dashboard-C36X7PZQ.digested.svg);
  pointer-events: none;
  margin-right: 30px;
}
.card-vitals-settings .form-body {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
.editing .card-vitals-settings .form-body.expanded {
  max-height: 1000px;
  transition: max-height 0.5s ease-in-out;
}
.editing .card-vitals-settings .form-body.expanded:hover {
  overflow: visible;
}
.card-vitals-settings .form-settings {
  padding: 11px 22px 0;
}
.card-vitals-settings .form-error-message {
  color: #fc585f;
  font-size: 12px;
  margin-bottom: 22px;
  font-weight: 600;
}
.card-vitals-settings .board-settings-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #35323e;
  padding: 22px;
  background-color: #ffffff;
}
.card-vitals-settings .board-settings-item .title {
  font-weight: 600;
}
.card-vitals-settings .board-settings-item .button {
  margin-top: 20px;
}
.card-vitals-settings .board-settings-item .configure-button {
  background: transparent;
  color: #44bc8f;
  border: #44bc8f 2px solid;
  border-radius: 0;
}
.card-vitals-settings .board-settings-item .configure-button:focus {
  color: #44bc8f;
}
.card-vitals-settings .board-settings-item .configure-button.destructive {
  color: #ffffff;
  background-color: #fc585f;
  border: #fc585f 2px solid;
}
.card-vitals-settings .board-settings-item .configure-button.destructive:focus {
  color: #ffffff;
  background-color: #fc585f;
  border: #fc585f 2px solid;
}
.card-vitals-settings .board-settings-item p {
  margin-top: 10px;
}
.card-vitals-settings--loading .form-settings {
  display: none;
}
.form-label-with-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
  border-bottom: solid 1px rgb(234.975, 233.4916666667, 236.4583333333);
  padding: 0 10px;
}
.form-label-with-field a {
  color: #31aae3;
  margin-left: 8px;
  cursor: pointer;
}
.form-label-with-field:last-child {
  border-bottom: none;
}
.form-label-with-field-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #575265;
  font-style: italic;
}
.comment-box .comment-form .comment-buttons {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.4;
  padding: 0 11px 11px;
}
.comment-box .comment-form .comment-buttons label {
  display: inline-block;
  font-weight: normal;
  margin: 0 3px 0 0;
  color: #777;
  vertical-align: middle;
}
.comment-box .comment-form .comment-buttons .btn {
  font-size: 11px;
  background: none;
  text-transform: lowercase;
  border: none;
  padding: 0;
  color: #31aae3;
}
.comment-box .comment-list-header {
  margin: 40px 0 28px 0;
}
@media (max-width: 350px) {
  .comment-box .comment-list-header {
    margin: 15px 0;
  }
}
.comment-box .impersonate-message {
  font-size: 13px;
  color: #111;
  text-align: center;
  padding: 12px;
  margin-bottom: 30px;
}
.comment-box .impersonate-message > span {
  background-color: #daf2e9;
  padding: 2px 4px;
}
.comment-box .impersonate-message-revert-link {
  font-weight: 600;
  cursor: pointer;
  transition: color 260ms ease-in-out;
}
.post-details-box .comment-box .comment-form .comment-buttons .btn,
.post-details-box .comment-list-header .user-profile-link {
  font-weight: 600;
  color: #31aae3;
  transition: all 260ms ease-out;
}
.post-details-box .comment-box .comment-form .comment-buttons .btn:hover,
.post-details-box .comment-list-header .user-profile-link:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.post-details-box .comment-list-header .user-avatar {
  border-color: #31aae3;
  transition: all 260ms ease-out;
}
.post-details-box .comment-list-header .user-avatar:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.comment-form {
  margin: 0;
  padding: 22px 22px 0;
  border-top: 1px solid #f8f6f7;
}
.comment-form .comment-media {
  padding-right: 0;
}
.comment-form .comment-media-body {
  width: 100%;
}
.comment-form form {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.comment-form form textarea {
  display: block;
  width: 100%;
  outline: none;
}
.comment-form .photo-attachment-button {
  position: absolute;
  right: 10px;
  top: 0;
}
.comment-form.has-attachment .photo-attachment-button {
  display: none;
}
.comment-form .dropzone-wrapper {
  position: relative;
}
.comment-form .dropzone {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
.comment-form .comment-buttons {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.comment-form .comment-buttons label {
  color: #777;
  cursor: pointer;
}
.comment-form .comment-buttons .btn {
  background: none;
  text-transform: lowercase;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #31aae3;
  outline: none;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
}
.comment-form .comment-buttons-cancel {
  flex-grow: 1;
}
.comment-form.comments-closed {
  padding-bottom: 22px;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  background-color: #f5f5f5 !important;
}
.comment-form.comments-closed h5 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #938b9b;
  margin-top: 0;
}
.comment-form.comments-closed .comments-closed-icon {
  width: 44px;
  height: 44px;
  margin-right: 11px;
  margin-left: -9px;
  opacity: 0.5;
}
.comment-form.comments-closed p {
  font-style: italic;
}
.comment-form.comments-closed p:last-child {
  margin-bottom: 0;
}
.comment-form.comments-closed a {
  color: #31aae3;
}
.comment .comment-form {
  margin: -22px;
  border-top: none;
}
.comment-mentions__control {
  height: 100%;
}
.comment-mentions__highlighter {
  border: 1px solid transparent;
  padding: 11px 55px 11px 11px;
  min-height: 75px;
  max-height: 300px;
  overflow: auto !important;
}
.comment-mentions__input {
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid rgb(198, 193.7777777778, 202.2222222222);
  padding: 11px 55px 11px 11px;
  min-height: 75px;
  max-height: 300px;
  overflow: auto !important;
}
.comment-mentions__input::placeholder {
  font-style: italic;
  color: #938b9b;
  font-size: 11px;
}
.comment-mentions__input:focus {
  background-color: #fffde9 !important;
  border-color: #31aae3;
}
.comment.is-editing .has-attachment .comment-mentions__highlighter {
  padding-right: 44px;
}
.comment.is-editing .has-attachment .comment-mentions__input {
  padding-right: 44px;
}
.comment-mentions__suggestions__list {
  background-color: white;
  border: 2px solid #f8f6f7;
}
.comment-mentions__suggestions__item {
  padding: 0.5rem;
  background-color: white;
}
.comment-mentions__suggestions__item--focused {
  background-color: #f8f6f7;
}
.comment-mentions__suggestions__item__at {
  color: rgb(181.425, 175.975, 186.875);
  font-weight: 600;
  margin-left: 0.5rem;
  margin-right: -2px;
}
.comment-mentions__suggestions__item__at-name {
  margin-left: 2px;
}
.comment-mentions__suggestions__item__separator {
  margin: 0 0.5rem;
}
.comment-mentions__suggestions__item_thumbnail {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.comment-list-header .comment-list-header-body {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #575168;
}
.comment-list-header span + time {
  margin-left: 4px;
}
.comment-list-header .user-avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 2px solid #44bc8f;
}
.comment-list-header .user-avatar-wrapper {
  margin-right: 8px;
}
.comment-list-header .user-profile-link {
  margin-left: 4px;
}
.comment-list-header .discovered-by {
  font-size: 17px;
}
.comment-list-header .discovered-text {
  margin-bottom: 4px;
}
.comment-list {
  list-style: none;
  top: 41px;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.post-details .comment-list {
  width: 100%;
  margin: 0;
}
.comment-stat {
  overflow: hidden;
  margin: -44px 22px 0;
  padding: 11px 0;
}
.comment-stat a,
.comment-stat a:hover {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #35323e;
}
.comment-stat a[href] {
  color: #31aae3;
  transition: color 260ms ease-in-out;
}
.comment-stat a[href]:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.comment-stat_icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.comment-stat .comment-count {
  display: block;
  min-height: 16px;
  font-weight: 600;
}
.comment-mentions__control {
  height: 100%;
}
.comment-mentions__input {
  font-size: 14px;
}
.comment-mentions__input::placeholder {
  font-style: italic;
  color: rgb(181.425, 175.975, 186.875);
}
.comment-mentions__suggestions__list {
  background-color: white;
  border: 2px solid #f8f6f7;
}
.comment-mentions__suggestions__item {
  padding: 0.5rem;
  background-color: white;
}
.comment-mentions__suggestions__item--focused {
  background-color: #f8f6f7;
}
.comment-mentions__suggestions__item__at {
  color: rgb(181.425, 175.975, 186.875);
  font-weight: 600;
  margin-left: 0.5rem;
  margin-right: -2px;
}
.comment-mentions__suggestions__item__at-name {
  margin-left: 2px;
}
.comment-mentions__suggestions__item__separator {
  margin: 0 0.5rem;
}
.comment-mentions__suggestions__item_thumbnail {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.profile-comment-modal .comment-wrapper {
  margin: 0;
  max-width: 100%;
}
.profile-comment-modal .comment-wrapper .comment-timestamp {
  padding-left: 55px;
  padding-top: 8px;
}
.profile-comment-modal .comment-wrapper .comment-body-wrapper {
  margin-top: 22px;
}
.profile-comment-modal .highlight-meta {
  margin: 11px 0 5px;
}
.profile-comment-modal .is-editing .highlight-meta {
  margin-top: 22px;
}
.profile-comment-modal .comment.is-editing .comment-body-wrapper {
  margin: 22px 0 0;
}
.profile-comment-modal .comment-actions {
  top: 11px;
  right: 0;
}
.profile-comment-modal .comment-box {
  position: static;
}
.profile-comment-modal .comment-box .comment-form {
  padding: 12px 0;
}
.profile-comment-modal .comment-box .comment-form form textarea {
  border-color: #44bc8f !important;
}
.profile-comment-modal .comment-box .comment-form .comment-media .comment-media-left {
  display: none;
}
.profile-comment-modal .comment-box .comment-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.profile-comment-modal .comment-box .comment-list .comment {
  padding: 11px 0;
}
.profile-comment-modal .comment-box .comment-list .comment:first-child {
  border-top: 0;
}
.notifications .comment-body-wrapper {
  margin-top: 5px;
}
.post-list .comment-form {
  background-color: #ffffff;
}
.comment {
  background-color: #ffffff;
  position: relative;
  min-height: 95px;
  border-top: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  cursor: default;
  padding: 0;
  margin: 0;
}
.comment-wrapper {
  margin: 22px 22px 11px;
  width: 100%;
  max-width: calc(100% - 44px);
}
.comment-wrapper .comment-author-avatar {
  position: absolute;
  top: 11px;
  left: 11px;
}
.comment-wrapper .comment-media {
  max-width: 100%;
}
.comment.comment-prime {
  position: relative;
  z-index: 0;
  min-height: 170px;
  padding: 12px;
  font-size: 16px;
  line-height: 20px;
  padding: 44px 22px 22px 22px;
  border: none !important;
  background: #f8f6f7;
}
.comment.comment-prime .comment-actions {
  position: absolute;
  z-index: 99;
  top: 130px;
  right: 10px;
}
.comment.comment-prime .comment-actions .comment-delete {
  border-radius: 100%;
  border: 2px solid #fc585f;
  opacity: 0.4;
  width: 32px;
  height: 32px;
  line-height: 24px;
  display: block;
  text-align: center;
  transition: all 160ms ease-in-out;
}
.comment.comment-prime .comment-actions .comment-delete i {
  color: #fc585f;
}
.comment.comment-prime .comment-actions .comment-delete:hover {
  opacity: 1;
}
.comment.comment-prime .comment-body {
  position: relative;
  clear: both;
  width: 100%;
  padding: 11px 0;
}
.comment.comment-prime .comment-body .comment-text {
  text-align: center;
}
.comment.comment-prime .comment-body .comment-text.no-attachment {
  text-align: left;
  padding: 1em 15em 1em 2em;
  border-left: 4px solid #44bc8f;
}
.comment.comment-prime .comment-body p {
  font-size: 17px;
  line-height: 1.2;
  margin: 5px 0;
  color: #716879;
}
.comment .highlight-link {
  position: absolute;
  right: 11px;
  top: 33px;
  overflow: hidden;
  cursor: pointer;
  padding: 3px;
  background-color: #fff69d;
  display: block;
}
.comment .attachment-preview {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.comment .attachment-preview img {
  border: 1px solid #31aae3;
  transition: border-color 260ms ease-in-out;
  max-height: 44px;
  max-width: 44px;
}
.comment .attachment-preview img:hover {
  border-color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.comment.is-editing .attachment-preview {
  top: -33px;
  bottom: unset;
  right: -5px;
  padding: 5px;
  background-color: #ffffff;
  display: table;
  height: 48px;
  width: 48px;
  filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2));
}
.comment .comment-timestamp {
  font-size: 12px;
  font-weight: 600;
  min-height: 34px;
  padding-left: 33px;
  display: block;
}
.comment .comment-timestamp .comment-save {
  color: #fc585f;
  margin-left: 12px;
  font-size: 14px;
  opacity: 0.7;
  cursor: pointer;
  transition: all 260ms ease-in-out;
}
.comment .comment-timestamp .comment-save--on,
.comment .comment-timestamp .comment-save:hover {
  opacity: 1;
}
.comment .comment-timestamp .comment-save .fa {
  vertical-align: middle;
}
.comment .comment-timestamp .comment-save-label {
  font-size: 12px;
  margin-left: 6px;
}
.comment .comment-timestamp .comment-save-label--disabled {
  pointer-events: none;
  color: rgb(252.9, 138.1, 143);
}
.comment .comment-timestamp .comment-save--loading {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}
.comment .comment-timestamp_time {
  display: inline-block;
}
.comment .comment-timestamp_time::first-letter {
  text-transform: uppercase;
}
.comment a.comment-author {
  font-weight: 600;
  color: #575265;
}
.comment .comment-author-avatar {
  margin-right: 11px;
}
.comment .comment-author-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #d0d0d0;
}
.comment .comment-editable-area {
  display: block;
  cursor: text;
}
.comment .comment-editable-area:hover {
  background-color: #fafafa;
}
.comment .comment-body {
  margin: 22px 0;
}
.comment .comment-body .btn-more {
  font-size: 10px;
  font-weight: 600;
  height: auto;
  line-height: 2;
  margin: 0 0 11px -2px;
  text-transform: uppercase;
  width: auto;
}
.comment .comment-body figure,
.comment .comment-body address,
.comment .comment-body article,
.comment .comment-body aside,
.comment .comment-body blockquote,
.comment .comment-body div,
.comment .comment-body figcation,
.comment .comment-body fieldset,
.comment .comment-body figure,
.comment .comment-body footer,
.comment .comment-body form,
.comment .comment-body ul,
.comment .comment-body ol,
.comment .comment-body h1,
.comment .comment-body h2,
.comment .comment-body h3,
.comment .comment-body h4,
.comment .comment-body h5,
.comment .comment-body h6,
.comment .comment-body header,
.comment .comment-body hgroup,
.comment .comment-body main,
.comment .comment-body p,
.comment .comment-body pre,
.comment .comment-body section,
.comment .comment-body table {
  margin: 11px 0;
}
.comment .comment-body figure + br,
.comment .comment-body figure + hr,
.comment .comment-body address + br,
.comment .comment-body address + hr,
.comment .comment-body article + br,
.comment .comment-body article + hr,
.comment .comment-body aside + br,
.comment .comment-body aside + hr,
.comment .comment-body blockquote + br,
.comment .comment-body blockquote + hr,
.comment .comment-body div + br,
.comment .comment-body div + hr,
.comment .comment-body figcation + br,
.comment .comment-body figcation + hr,
.comment .comment-body fieldset + br,
.comment .comment-body fieldset + hr,
.comment .comment-body figure + br,
.comment .comment-body figure + hr,
.comment .comment-body footer + br,
.comment .comment-body footer + hr,
.comment .comment-body form + br,
.comment .comment-body form + hr,
.comment .comment-body ul + br,
.comment .comment-body ul + hr,
.comment .comment-body ol + br,
.comment .comment-body ol + hr,
.comment .comment-body h1 + br,
.comment .comment-body h1 + hr,
.comment .comment-body h2 + br,
.comment .comment-body h2 + hr,
.comment .comment-body h3 + br,
.comment .comment-body h3 + hr,
.comment .comment-body h4 + br,
.comment .comment-body h4 + hr,
.comment .comment-body h5 + br,
.comment .comment-body h5 + hr,
.comment .comment-body h6 + br,
.comment .comment-body h6 + hr,
.comment .comment-body header + br,
.comment .comment-body header + hr,
.comment .comment-body hgroup + br,
.comment .comment-body hgroup + hr,
.comment .comment-body main + br,
.comment .comment-body main + hr,
.comment .comment-body p + br,
.comment .comment-body p + hr,
.comment .comment-body pre + br,
.comment .comment-body pre + hr,
.comment .comment-body section + br,
.comment .comment-body section + hr,
.comment .comment-body table + br,
.comment .comment-body table + hr {
  display: none;
}
.comment .comment-body ul {
  list-style-type: disc;
  padding: 0;
}
.comment .comment-body p {
  font-size: 14px;
}
.comment .comment-body h1,
.comment .comment-body h2,
.comment .comment-body h3,
.comment .comment-body h4,
.comment .comment-body h5 {
  color: #011627;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  line-height: 1.12;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
.comment .comment-body h1 strong,
.comment .comment-body h2 strong,
.comment .comment-body h3 strong,
.comment .comment-body h4 strong,
.comment .comment-body h5 strong {
  font-weight: 600;
}
.comment .comment-body h2 {
  line-height: 1.2;
  font-size: 20px;
}
.comment .comment-body h3 {
  font-size: 18px;
}
.comment .comment-body h4 {
  font-size: 16px;
}
.comment .comment-body h5 {
  font-size: 14px;
}
.comment .comment-body a,
.comment .comment-body a:hover,
.comment .comment-body a:active,
.comment .comment-body a:visited {
  color: #3751ff !important;
  hyphens: none;
  text-decoration: underline;
}
.comment .comment-body .user-found._highlight {
  background: #fff69d;
  color: #575265;
  font-weight: 600;
  padding: 0 2px;
}
.comment.has-highlight.has-attachment:not(.is-editing) {
  padding-right: 0;
}
.comment.has-highlight blockquote {
  border-left: 5px solid rgb(234.975, 233.4916666667, 236.4583333333);
  padding-top: 0;
  padding-bottom: 0;
}
.comment .comment-body-wrapper {
  padding: 0;
  margin: 5.5px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.comment .comment-body-wrapper .comment-body {
  margin: -11px 0 0;
  padding: 0 11px;
}
.comment .comment-body-wrapper .comment-body img {
  max-width: 425px;
  height: auto;
}
.comment.has-attachment .comment-body-wrapper .comment-body {
  padding-right: 44px;
}
.comment.is-editing .comment-body-wrapper {
  background-color: unset;
  margin: 5.5px 0 22px 0;
  padding: 0;
}
.comment.is-editing .comment-form {
  margin-top: -11px;
  padding: 0 11px;
}
.comment.is-editing .comment-form form {
  margin: 0 11px;
  max-width: calc(100% - 22px);
}
.comment .inline-editor h1,
.comment .inline-editor h2,
.comment .inline-editor h3,
.comment .inline-editor h4,
.comment .inline-editor h5 {
  color: #011627;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  line-height: 1.12;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
.comment .inline-editor h1 strong,
.comment .inline-editor h2 strong,
.comment .inline-editor h3 strong,
.comment .inline-editor h4 strong,
.comment .inline-editor h5 strong {
  font-weight: 600;
}
.comment .inline-editor h2 {
  line-height: 1.2;
  font-size: 20px;
}
.comment .inline-editor h3 {
  font-size: 18px;
}
.comment .inline-editor h4 {
  font-size: 16px;
}
.comment .inline-editor h5 {
  font-size: 14px;
}
.comment .comment-actions {
  opacity: 0;
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 12px;
  transition: all 300ms ease-in-out;
}
.comment .comment-actions .comment-delete {
  cursor: pointer;
  color: #fc585f;
}
.comment .comment-actions .comment-delete-icon {
  width: 14px;
  height: 14px;
}
.comment .comment-actions .comment-delete-icon.disabled {
  color: rgb(219.675, 217.0583333333, 222.2916666667);
}
.comment .comment-actions .comment-delete:hover:not(.disabled) {
  color: rgb(250.65, 12.85, 23);
}
.comment.has-attachment .comment-actions {
  top: 5px;
  right: 5px;
}
.comment .highlight-meta {
  position: relative;
  font-size: 11px;
  margin: 11px 0;
  padding: 0 11px 11px;
  height: auto;
  transition: opacity 300ms ease-in-out;
  line-height: 1.5;
}
.comment .highlight-meta.no-rival-selected {
  padding: 0 11px 0;
}
.comment .highlight-meta .highlight-rival {
  color: #575265;
  font-weight: 600;
  border-bottom: 1px dotted #716879;
  text-decoration: none;
}
.comment .highlight-meta .highlight-rival:hover {
  color: #31aae3;
  border-bottom-color: #94cbf3;
}
.comment:hover .comment-actions {
  opacity: 1;
}
.comment:hover .highlight-meta.no-rival-selected {
  opacity: 1;
}
.comment--content {
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575265;
}
.comment--content img {
  max-width: 425px;
  height: auto;
}
.comment .react-autosuggest__container {
  display: inline-block;
  width: auto;
  min-width: 0;
}
.comment .react-autosuggest__container input[type=search] {
  display: inline-block;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  font-size: 11px;
  line-height: normal;
  padding: 0;
  margin: 0 0 5px;
  border: 0;
  color: #575265;
  font-weight: 600;
  border-bottom: 1px dotted #292c2e;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 0;
  box-shadow: none;
}
.comment .react-autosuggest__container input[type=search]::placeholder {
  color: #716879;
}
.comment .react-autosuggest__container input[type=search]:hover {
  cursor: pointer;
}
.comment .react-autosuggest__container input[type=search]:focus {
  outline: none;
}
.comment .react-autosuggest__container input[type=search]:focus::placeholder {
  color: #bbb;
}
.comment .react-autosuggest__container input[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.comment .react-autosuggest__suggestions-list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 275px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 11px;
  border-radius: 4px;
  border-top-left-radius: 0;
  filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.1));
}
.comment .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 0;
}
.comment .react-autosuggest__suggestion .suggestion-seperator {
  border-top: 1px solid #717171;
}
.comment .react-autosuggest__suggestion .suggestion-body {
  display: block;
  overflow: hidden;
  padding: 4px;
  line-height: 16px;
}
.comment .react-autosuggest__suggestion .suggestion-body .suggestion-icon-wrap {
  float: left;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.comment .react-autosuggest__suggestion .suggestion-body .suggestion-icon-wrap .suggestion-icon {
  max-width: 16px;
  max-height: 16px;
}
.comment .react-autosuggest__suggestion .suggestion-body .suggestion-label {
  display: block;
  margin-left: 22px;
}
.comment .react-autosuggest__suggestion .suggestion-body .suggestion-label .suggestion-url {
  font-size: 10px;
  color: #777;
}
.comment .react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
.comment .react-autosuggest__suggestions-section:first-child .comment .react-autosuggest__suggestions-section-name {
  border-top: 0;
}
.comment-form-with-editor .dropzone-wrapper {
  border: 1px solid rgb(198, 193.7777777778, 202.2222222222);
}
.comment-form-with-editor .dropzone-wrapper .inline-editor {
  margin-bottom: 0;
  min-height: 50px;
  padding: 10px;
}
.comment-form-with-editor .comment-buttons {
  gap: 10px;
}
.comment-isEditing .dropzone-wrapper {
  border-color: #31aae3;
}
.comment-isEditing .inline-editor {
  background-color: #fffde9;
}
.comment-text-input.klue-ui-modal {
  z-index: 100001 !important;
}
.comment-text-input.klue-ui-modal .klue-ui-modal-content {
  min-height: 0;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 6px;
}
.comment-text-input.klue-ui-modal .klue-ui-modal-content .modal-editor-card-link-selector {
  position: relative;
}
.inline-editor a,
.inline-editor a:hover,
.inline-editor a:active,
.inline-editor a:visited {
  color: #3751ff !important;
  hyphens: none;
  text-decoration: underline;
}
.inline-editor ul {
  list-style-type: disc;
}
[data-block-type=table] {
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 2em 0;
  overflow: auto;
  border: 2px solid #ced4da !important;
}
[data-block-type=table] td,
[data-block-type=table] th {
  min-width: 1em;
  border: 2px solid #ced4da !important;
  padding: 3px 5px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
[data-block-type=table] .table-menu-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ededed;
  width: 16px;
  height: 16px;
  text-align: center;
  z-index: 99;
}
[data-block-type=table] .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}
[data-block-type=table] .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
  background-color: #adf;
  pointer-events: none;
  cursor: col-resize;
}
[data-block-type=table] .column-resize-handle:hover {
  cursor: col-resize;
}
[data-block-type=table] .tableWrapper {
  overflow-x: auto;
}
[data-block-type=table] td p:last-of-type {
  margin-bottom: 0;
}
.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}
ul.block-bullet-list,
.inline-editor ul,
.comment-body ul {
  list-style: disc;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  margin-left: 0 !important;
  padding: 4px;
  padding-left: 17px !important;
  border-radius: 5px;
}
ul.block-bullet-list li {
  line-height: 1.5rem !important;
  margin: 0 !important;
}
ul.block-bullet-list li p,
.inline-editor ul li p,
.comment-body ul li p {
  font-weight: 500;
  color: #464646;
}
ul.block-bullet-list li:last-child p,
.inline-editor ul li:last-child p,
.comment-body ul li:last-child p {
  margin-bottom: 0;
}
ul.block-bullet-list ul,
ul.block-bullet-list ol,
.inline-editor ul ul,
.inline-editor ol,
.comment-body ul ul,
.comment-body ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol.block-ordered-list {
  list-style: auto;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  margin-left: 0 !important;
  padding: 4px;
  padding-left: 17px !important;
  border-radius: 5px;
}
ol.block-ordered-list li {
  line-height: 1.5rem !important;
}
ol.block-ordered-list li p {
  font-weight: 500;
  color: #464646;
}
ol.block-ordered-list li:last-child p {
  margin-bottom: 0;
}
ol.block-ordered-list ul,
ol.block-ordered-list ol {
  margin-top: 0;
  margin-bottom: 0;
}
h1.block-heading,
h2.block-heading,
h3.block-heading {
  color: #011627;
  margin: 0 0 12px !important;
  font-family: "proxima-nova", sans-serif;
}
h1.block-heading {
  font-size: 24px !important;
  line-height: 26px !important;
  margin-bottom: 12px !important;
}
h2.block-heading {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}
h3.block-heading {
  font-size: 16px !important;
  line-height: 20px !important;
}
p.block-paragraph,
.comment-body p {
  color: #464646 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 0 8px !important;
}
.company-selector {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.company-selector .react-autosuggest__container {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.company-selector .react-autosuggest__container:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 11px;
  right: 12px;
  color: #44bc8f;
}
.company-selector .react-autosuggest__input {
  display: block;
  width: 100%;
  line-height: 44px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  margin: 0;
  outline: none;
  border: 1px solid #d2d7cf;
}
.company-selector .react-autosuggest__input:focus {
  border: 1px solid #44bc8f;
  background: #faf8e4;
}
.company-selector .react-autosuggest__section-title {
  font-size: 12px;
  color: #777;
}
.company-selector .react-autosuggest__container {
  position: relative;
}
.company-selector .react-autosuggest__container--open + div.company-selector-footer {
  display: none;
}
.company-selector .react-autosuggest__suggestions-container {
  position: absolute;
  width: 100%;
}
.company-selector .react-autosuggest__suggestions-list {
  border: 1px solid #44bc8f;
  border-top: 0;
  overflow: hidden;
  overflow-y: auto;
  max-height: 260px;
  max-width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: all 260ms ease-in-out;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
}
.company-selector .react-autosuggest__suggestion {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  height: 44px;
  border-bottom: 1px solid rgb(236.84375, 231.65625, 234.25);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 12px;
  cursor: pointer;
  transition: all 260ms ease-in-out;
}
.company-selector .react-autosuggest__suggestion--highlighted {
  background: #faf8e4;
}
.company-selector .react-autosuggest__suggestion .item {
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.company-selector .react-autosuggest__suggestion .item:before {
  text-transform: none;
  font-weight: normal;
  margin-right: 6px;
  color: rgb(217.3448275862, 215.275862069, 222.724137931);
  font: normal 18px/100% FontAwesome;
  content: "\f10c";
  vertical-align: middle;
}
.company-selector .react-autosuggest__suggestion .item--on:before {
  color: #44bc8f;
  content: "\f05d";
}
.company-selector .react-autosuggest__suggestion .add {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #44bc8f;
  font-weight: 600;
}
.company-selector .company-selector-footer {
  display: none;
}
.company-selector .company-selector-footer.on {
  display: block;
}
.company-selector-info-box {
  background-color: #fffde9;
  border: 1px solid #d2d7cf;
  border-top-color: transparent;
  padding: 12px;
  color: #938b9b;
  font-size: 14px;
}
.company-selector-info-box button {
  color: #44bc8f;
  background-color: transparent;
  font-weight: 600;
  margin: 11px 0 5px;
  border: #44bc8f 1px solid;
  border-radius: 4px;
  padding: 5px 9px;
}
.company-selector-info-box_date {
  font-style: italic;
}
.layout-settings {
  margin: 0 auto;
  padding: 100px 15px 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout-settings a,
.layout-settings button {
  transition: all 260ms ease-in-out 10ms;
}
.layout-settings_sidebar {
  flex: 0 0 180px;
  max-width: 180px;
  margin: 0 11px;
}
.layout-settings_sidebar .settings-section-heading {
  font-size: 11px;
  color: #bbb;
  text-transform: uppercase;
  font-weight: 600;
}
.layout-settings_sidebar .settings-nav_link {
  font-size: 15px;
  font-weight: 600;
  color: #888;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 260ms ease-in-out 10ms;
}
.layout-settings_sidebar .settings-nav_link:hover {
  color: #666;
}
.layout-settings_sidebar .settings-nav_link--active {
  color: #333;
}
.layout-settings_content {
  flex-grow: 1;
  margin-bottom: 80px;
  max-width: 730px;
}
.layout-settings .layout-settings-warning {
  display: flex;
  align-items: center;
  border: 1px solid #E29520;
  background-color: #FCF8EF;
  padding: 13px 28px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: 600;
}
.layout-settings .layout-settings-warning svg {
  margin-right: 12px;
}
.layout-settings .layout-settings-panel {
  background: #fff;
}
.layout-settings .layout-settings-panel_inset {
  padding: 40px;
}
.company-settings .item-list_list table tr.is-invalid {
  background-color: #ffe4e5;
  color: #fc585f;
}
.company-settings .item-list_list table tr.is-invalid .item-list_cell--label a,
.company-settings .item-list_list table tr.is-invalid .item-list_checkbox-label i.item-list_checkbox {
  color: #fc585f;
}
.company-settings .item-list_list table tr.is-invalid .item-list-icon {
  color: #fc585f;
}
.company-settings .item-list_list table tr.is-invalid .item-list_label {
  max-width: 350px;
}
.company-settings .item-list_list table tr.is-invalid:hover {
  background-image: none;
}
.company-settings .rule-composer {
  background-color: #f2f4f2;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.company-settings .rule-composer-item {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.company-settings .rule-composer-item-rival {
  display: flex;
}
.company-settings .rule-composer-item-rival .nav-sidebar-link_image {
  border: none;
  filter: none;
}
.company-settings .rule-composer-item-rival_disabled {
  opacity: 0.37;
}
.company-settings .rule-composer-item-status {
  display: flex;
  align-items: center;
}
.company-settings .rule-composer-item-meta a {
  cursor: pointer;
}
.company-settings .rule-composer-item-meta span:first-child {
  margin-right: 25px;
}
.company-settings .rule-composer-warning-icon {
  margin-right: 20px;
}
.company-settings .monitor-settings {
  background-color: #f2f4f2;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.company-settings .monitor-settings-item {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.company-settings .monitor-settings-item-rival {
  display: flex;
}
.company-settings .monitor-settings-item-rival .nav-sidebar-link_image {
  border: none;
  filter: none;
}
.company-settings .monitor-settings-item-rival_disabled {
  opacity: 0.37;
}
.company-settings .monitor-settings-item-status {
  display: flex;
  align-items: center;
}
.company-settings .monitor-settings-item-meta a {
  cursor: pointer;
}
.company-settings .monitor-settings-item-meta span:first-child {
  margin-right: 25px;
}
.company-settings-tracking-disabled {
  color: #BDBDBD;
}
.company-settings-tracking-disabled .btn-disabled {
  color: #717171;
  background-color: #F8F6F7;
}
.company-settings-tracking-disabled .input-disabled {
  color: #BDBDBD;
  border: 1px solid #E5E5E5;
  background-color: #F8F6F7;
}
.company-settings-alert-reviews {
  margin-top: 22px;
}
.company-settings-alert-reviews .empty-message {
  margin-bottom: 22px;
  color: #938b9b;
}
.company-settings-alert-reviews table {
  table-layout: fixed;
}
.company-settings-alert-reviews .settings-alert-reviews-list {
  margin-bottom: 22px;
  overflow-x: auto;
}
.company-settings-alert-reviews .settings-alert-reviews-list .board-name {
  background-color: white;
  margin-right: 11px;
  padding: 2px 4px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 170px;
  overflow: hidden;
}
.company-settings-alert-reviews .settings-alert-reviews-list .item-list-icon {
  cursor: pointer;
}
.company-settings-alert-reviews .settings-alert-reviews-list--error-msg {
  margin-right: 22px;
}
.company-settings-alert-reviews .settings-alert-reviews-search {
  padding: 11px;
  background-color: #fffde9;
}
.company-settings-alert-reviews .input-search-group {
  display: flex;
}
.company-settings-alert-reviews .input-search-group button {
  margin: 0 0 0 11px;
}
.company-settings-alert-reviews .input-search-group button:not(:disabled) {
  cursor: pointer;
}
.company-settings-alert-reviews .settings-alert-reviews-details {
  background-color: #f3f4f2;
  padding: 22px;
  display: flex;
  flex-direction: row;
  min-height: 340px;
}
@media (max-width: 500px) {
  .company-settings-alert-reviews .settings-alert-reviews-details {
    flex-direction: column-reverse;
    margin-bottom: 22px;
  }
}
.company-settings-alert-reviews .settings-alert-reviews-details .reviews-details-column {
  flex: 1;
}
.company-settings-alert-reviews .settings-alert-reviews-details .reviews-details-column.board-column {
  margin-bottom: 22px;
}
.company-settings-alert-reviews .settings-alert-reviews-details .allowed-sources-list {
  padding: 0;
  list-style-position: inside;
  margin-right: 22px;
}
.company-settings-alert-reviews .settings-alert-reviews-details .allowed-sources-list .allowed-sources-list-item {
  padding: 5.5px;
}
.company-settings-alert-reviews .settings-alert-reviews-details .allowed-sources-list .allowed-sources-list-item.active {
  background-color: #fffde9;
}
.company-settings-alert-reviews .settings-alert-reviews-details .react-autosuggest__suggestions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  box-shadow: 0 10px 12px -6px rgba(8, 8, 8, 0.12);
  max-height: 210px;
  overflow-y: auto;
}
.company-settings-alert-reviews .settings-alert-reviews-details .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 11px;
}
.company-settings-alert-reviews .settings-alert-reviews-details .react-autosuggest__suggestion:not(:last-child) {
  border-bottom: #CCD1C9 solid 1px;
}
.company-settings-alert-reviews .settings-alert-reviews-details .react-autosuggest__suggestion:hover {
  background-color: #daf2e9;
}
.company-settings-alert-reviews .error-msg {
  color: #ea040e;
  margin-top: 11px;
  margin-bottom: 0;
}
.company-settings-alert-reviews .error-msg::first-letter {
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .layout-settings-panel_inset {
    padding: 15px;
  }
}
@media (max-width: 740px) {
  .layout-settings {
    display: block;
  }
  .layout-settings_sidebar {
    padding-bottom: 30px;
    max-width: unset;
  }
}
.max-height-scroll-container {
  overflow-y: auto;
}
.max-height-scroll-container--m {
  max-height: 345px;
}
.profile-curators_row {
  cursor: pointer;
}
.user-flag {
  display: inline-block;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: baseline;
  margin-left: 10px;
  border-radius: 0;
  background-color: rgb(250.65, 12.85, 23);
  color: #ffffff;
  padding: 1px 3px;
}
.tags-visibility-toggle {
  display: flex;
}
.tags-visibility-toggle > span {
  margin-right: 10px;
}
.tag-error-container p {
  margin-bottom: 0;
}
.tags_settings-container .tag-error-link {
  cursor: pointer;
  color: #44bc8f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.tags_settings-container .error-msg {
  color: #ea040e;
  margin-bottom: 0;
  margin-right: 5px;
}
.tags_settings-container .error-msg::first-letter {
  text-transform: uppercase;
}
.tags_settings-container .button--with-spinner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tags_settings-container .button--with-spinner span {
  margin-right: 5px;
}
.tags_add-container {
  display: flex;
  direction: row;
}
.tags_add-container button {
  margin-left: 9px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.tags_container p {
  display: flex;
  align-items: center;
}
.tags_container p svg {
  margin-left: 5px;
}
.tags_container p.help-block {
  max-width: 450px;
}
.tags_list-container {
  background-color: #f2f4f2;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
}
.tags_list-container li {
  padding: 14px 13px 10px;
  list-style-type: none;
}
.tags_list-container li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.tags_list-container li .tag-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tags_list-container li .tag-container--view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tags_list-container li .manage-tag-container--edit {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.tags_list-container li .manage-tag-container--edit .tag-header {
  width: 100%;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 10px;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .done-button {
  margin: 0;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .edit-input_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 34px;
  margin-bottom: 20px;
  width: calc(100% - 68px);
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .edit-input_container .edit-input_title {
  display: flex;
  font-weight: 600;
  width: 90px;
  flex-shrink: 0;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .edit-input_container .edit-input_link-button {
  flex: 1 0 100px;
  text-align: left;
  margin-left: 20px;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .edit-input_container .edit-input_input {
  flex: 1 1 275px;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .synonym-list_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 34px;
  margin-right: 34px;
  width: calc(100% - 68px);
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .synonym-list_container .synonym-list_header {
  display: flex;
  font-weight: 600;
  width: 90px;
  flex-shrink: 0;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .synonym-list_container .synonym-list {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  align-items: center;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .synonym-list_container .synonym-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .synonym-list_container .synonym-text {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 400px;
  padding: 0 1px;
}
.tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .synonym-list_container .synonym-text.highlighted {
  color: white;
  background-color: #fc585f;
}
@media (max-width: 700px) {
  .tags_list-container li .manage-tag-container--edit .manage-tag_edit-controls-container .synonym-list_container .synonym-text {
    max-width: 100px;
  }
}
.tags_list-container li .tag-viewing-controls {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tags_list-container li .managed-tag-editing-controls {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 5px;
}
.tags_list-container li .managed-tag-editing-controls .managed-tag-editing_button-container {
  display: flex;
  flex-direction: row;
}
.tags_list-container li .managed-tag-editing-controls button {
  margin-right: 0;
  margin-bottom: 0;
}
.tags_list-container li .managed-tag-editing-controls button.button--alt,
.tags_list-container li .managed-tag-editing-controls button.button--alt:focus {
  border: 2px solid #44bc8f;
  color: #44bc8f;
}
.tags_list-container li .managed-tag-editing-controls button.button--alt:hover {
  background: #44bc8f;
  border: 2px solid #44bc8f;
  color: #ffffff;
}
.tags_list-container li a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tags_list-container li a:hover {
  text-decoration: none;
}
.tags_list-container li span.tag-header-name {
  font-weight: 600;
  margin-left: 15px;
  padding: 0 3px;
}
.tags_list-container li span.tag-header-name.conflicted {
  background-color: #fc585f;
  color: #ffffff;
}
.tags_list-container li span.sub-text {
  display: flex;
  align-items: center;
  color: grey;
  margin-left: 15px;
  text-align: right;
}
.tags_list-container li .edit-tag-button {
  text-transform: uppercase;
  font-weight: 600;
}
.tags_list-container li .edit-tag-button--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.tags_list-container li .link--disabled {
  opacity: 0.35;
}
.tags_list-container li .spinner {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.tags_list-container li .spinner:before {
  width: 100%;
  height: 100%;
  border-width: 2px;
}
.digest-schedule {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.digest-schedule h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.digest-schedule .digest-send-once-group {
  padding: 0;
  margin-right: 4px;
}
.digest-schedule .digest-send-once-group .form-control {
  height: 44px;
}
.digest-schedule .button {
  padding: 0;
  margin: 0;
}
.digest-schedule-reset {
  cursor: pointer;
}
.digest-schedule-reset svg {
  color: #938b9b;
}
.digest-schedule-time {
  display: flex;
  margin-top: 5px;
  margin-left: 5px;
  color: #938b9b;
  font-size: 10px;
}
.digest-schedule-time .head {
  margin-right: 5px;
  font-style: italic;
}
.digest-schedule-time .time {
  font-weight: 600;
}
.digest-schedule-time.emphasized {
  font-size: 14px;
  color: #fc585f;
}
.settings-digest_multi-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.settings-digest_multi-options .title-and-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.settings-digest_multi-options h4 {
  margin: 0;
  margin-right: 10px;
}
.settings-digest_multi-options .toolbar-button {
  font-size: 18px;
  text-transform: capitalize;
  top: -1px;
  position: relative;
  padding-left: 0;
}
.settings-digest_multi-options .button {
  margin: 8px 0;
}
.settings-delete-after-send {
  display: flex;
}
.settings-delete-after-send > span {
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .digest-schedule {
    flex-direction: column;
    align-items: flex-start;
  }
}
.configure-button {
  background-color: transparent;
  color: #44bc8f;
  border: #44bc8f 2px solid;
  border-radius: 0;
}
.configure-button:focus {
  color: #44bc8f;
}
body#klue-app .contentzoom.contentzoom-img-wrap {
  position: relative;
  overflow: hidden;
}
body#klue-app .contentzoom .contentzoom-action {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 260ms 50ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#klue-app .contentzoom .contentzoom-action:nth-child(2):last-of-type {
  width: 100%;
}
body#klue-app .contentzoom .contentzoom-action:first-of-type,
body#klue-app .contentzoom .contentzoom-action:last-of-type {
  width: 50%;
}
body#klue-app .contentzoom .contentzoom-action:last-child {
  left: unset;
  right: 0;
}
body#klue-app .contentzoom .contentzoom-action-link {
  cursor: pointer;
}
body#klue-app .contentzoom .contentzoom-action-zoom-in {
  cursor: zoom-in;
}
body#klue-app .contentzoom--selector {
  position: relative;
  overflow: hidden;
  background-clip: content-box;
}
body#klue-app .contentzoom--selector .contentzoom-action-zoom-in {
  overflow: auto;
}
body#klue-app .contentzoom--selector:hover::after {
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 2;
  animation-timing-function: ease-in;
  animation: 260ms 60ms ease-in-out pop-in-background;
  background-image: url('data:image/svg+xml,%3Csvg fill="rgba(68, 188, 143, 0.8)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3E%3Cpath fill="none" d="M0 0h24v24H0V0z"/%3E%3Cpath  d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"/%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  background-color: rgba(53, 50, 62, 0.03);
}
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover .contentzoom-action::after,
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover.contentzoom-action::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  max-width: 44px;
  max-height: 44px;
  background-image: url('data:image/svg+xml,%3Csvg fill="rgba(68, 188, 143, 0.8)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3E%3Cpath fill="none" d="M0 0h24v24H0V0z"/%3E%3Cpath  d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  filter: grayscale(1) brightness(2) opacity(0.8);
}
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover .contentzoom-action.contentzoom-action-link::after,
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover.contentzoom-action.contentzoom-action-link::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" fill="rgba(68, 188, 143, 0.8)" /%3E%3C/svg%3E');
}
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover .contentzoom-action:hover,
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover.contentzoom-action:hover {
  background-color: rgba(17, 16, 19, 0.8);
}
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover .contentzoom-action:hover:nth-child(2):last-of-type,
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover.contentzoom-action:hover:nth-child(2):last-of-type {
  background-color: rgba(53, 50, 62, 0.5);
}
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover .contentzoom-action:hover::after,
body#klue-app .contentzoom:not(.contentzoom--no-icon):hover.contentzoom-action:hover::after {
  animation: 260ms 60ms ease-in-out pop-in;
  animation-iteration-count: 2;
  animation-timing-function: ease-in;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  filter: none;
}
body#klue-app .contentzoom-modal {
  background: rgba(17, 16, 19, 0.8);
  bottom: 0;
  cursor: zoom-out;
  display: flex;
  left: 0;
  margin: auto !important;
  opacity: 0;
  overflow: auto;
  padding: 22px !important;
  position: fixed;
  right: 0;
  top: 100%;
  z-index: 100001;
}
body#klue-app .contentzoom-modal--show {
  animation: fade-in 0.15s ease-out;
  opacity: 1;
  top: 0;
}
body#klue-app .contentzoom-modal-content {
  animation: zoom-in 0.3s ease;
  background-color: #ffffff;
  cursor: zoom-out;
  height: auto;
  margin: auto !important;
  max-height: calc(100vh - 44px);
  max-width: calc(100vw - 44px);
  overflow: auto;
  padding: 0 !important;
  position: relative;
  width: auto;
}
body#klue-app .contentzoom-modal-content > table {
  margin: 1em 0 !important;
}
body#klue-app .contentzoom-modal-close {
  position: absolute;
  cursor: pointer;
  top: 11px;
  right: 11px;
  color: #938b9b;
}
body#klue-app .contentzoom-modal-close:hover {
  color: #35323e;
}
body#klue-app .contentzoom-modal--selector .contentzoom-modal-content {
  padding: 22px 22px 0 !important;
  resize: both;
  cursor: text;
  min-width: 320px;
}
body#klue-app .contentzoom-modal--show .contentzoom-modal-content {
  transform: scale(1);
}
body#klue-app .contentzoom-modal--show .contentzoom-modal-content .contentzoom-action-zoom-in {
  cursor: auto;
}
@keyframes pop-in {
  50% {
    transform: scale(1.175);
  }
}
@keyframes pop-in-background {
  50% {
    background-size: 52px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
.clipboard-copy {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  text-transform: none;
}
.dashboard-add-company {
  display: block;
  position: relative;
  max-width: 50%;
}
.dashboard-add-company .dropDown {
  position: absolute;
  z-index: 999;
  min-width: 264px;
  max-width: 768px;
  max-height: 0;
  width: 100%;
  background: #fff;
  transform: translateY(20%);
  transition: all 160ms 20ms ease-in-out;
}
.dashboard-add-company .dropDown ul li a [class*=check] {
  color: #44bc8f;
  margin-left: 11pxpx;
}
.dashboard-add-company .dropDown ul li a .link {
  color: #44bc8f;
  text-decoration: underline;
  float: right;
  margin-left: 8px;
}
.dashboard-add-company .dropDown .react-autosuggest__container {
  position: relative;
}
.dashboard-add-company .dropDown .react-autosuggest input[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestions-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 260px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion {
  overflow: hidden;
  width: 100%;
  height: 52px;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body {
  height: 52px;
  color: #716879;
  border-bottom: 1px solid #f8f6f7;
  padding: 4px 22px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 160ms 0ms ease-in-out;
  display: flex;
  align-items: center;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body .suggestion-icon-wrap {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 22px;
  border-radius: 1px;
  flex: 0 0 30px;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body .suggestion-icon {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body .suggestion-label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  max-width: calc(100% - 52px);
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body .suggestion-match {
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 0 1 auto;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body .suggestion-match .suggestion-prefix {
  color: #938b9b;
  margin-right: 6px;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body .suggestion-url {
  line-height: 44px;
  color: #938b9b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  text-align: right;
  padding-right: 10px;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body:hover {
  background-color: #daf2e9;
  color: #44bc8f;
  cursor: default;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body:hover .suggestion-url {
  color: #575265;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body .button {
  margin-right: 0;
  min-width: 54px;
  cursor: pointer;
  pointer-events: auto;
  flex: 0 0 54px;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion .suggestion-body [class*=check] {
  display: inline-block;
  font-size: 20px;
  color: #44bc8f;
  margin: 0 11px;
  flex: 0 0 20px;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestion--highlighted {
  background-color: #daf2e9;
  color: #44bc8f;
}
.dashboard-add-company .dropDown .react-autosuggest__suggestions-section:first-child .dashboard-add-company .dropDown .react-autosuggest__suggestions-section-name {
  border-top: 0;
}
.dashboard-add-company.dashboard-add-company--open .btn.primary {
  background: #2f8464;
}
.dashboard-add-company.dashboard-add-company--open .dropDown {
  max-height: 310px;
  transform: translateY(0);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.08);
}
.dashboard-add-company .ui-search {
  overflow: hidden;
  padding: 0;
}
.dashboard-add-company .ui-search input {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-weight: 600;
  border: 1px solid #daf2e9;
  text-align: left;
}
.dashboard-card {
  display: block;
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 2px;
  padding-bottom: 44px;
  margin-bottom: 2px;
  border: 3px solid rgb(236.84375, 231.65625, 234.25);
  user-select: none;
  transition: all 160ms ease-in-out;
  outline: none;
}
.dashboard-card > *:not([class*=toolbar]):not([class*=label]):not([class*=placeholder]) {
  padding: 19.2px;
  margin: 0;
}
.dashboard-card a {
  outline: none;
}
@media screen and (max-width: 519px) {
  .dashboard-card .menu-wrapper {
    display: none;
  }
}
.dashboard-card:active *,
.dashboard-card:hover * {
  text-decoration: none;
}
.dashboard-card > hr {
  padding: 0 !important;
  margin: 0 0 11px 0 !important;
}
.dashboard-card > h1 {
  font-size: 18px !important;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  text-transform: uppercase;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  padding: 8px 19.2px !important;
}
.dashboard-card > div:nth-child(2),
.dashboard-card .content {
  padding-top: 24px;
}
.dashboard-card > div:nth-child(2) ul,
.dashboard-card > div:nth-child(2) ol,
.dashboard-card .content ul,
.dashboard-card .content ol {
  padding: 0;
  margin-left: 19px;
}
.dashboard-card > div:nth-child(2) ul li,
.dashboard-card > div:nth-child(2) ol li,
.dashboard-card .content ul li,
.dashboard-card .content ol li {
  line-height: 1.425em;
  margin-bottom: 8px;
}
.dashboard-card > div:nth-child(2) ul.list-menu small,
.dashboard-card > div:nth-child(2) ol.list-menu small,
.dashboard-card .content ul.list-menu small,
.dashboard-card .content ol.list-menu small {
  color: #575265;
  text-transform: uppercase;
}
.dashboard-card > div:nth-child(2) p,
.dashboard-card > div:nth-child(2) li,
.dashboard-card .content p,
.dashboard-card .content li {
  font-size: calc(13px + 0.05vw);
}
.dashboard-card > div:nth-child(2) h4,
.dashboard-card .content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #575265;
  margin: 0;
  align-self: center;
}
@media screen and (min-width: 1380px) {
  .dashboard-card > div:nth-child(2) h4,
  .dashboard-card .content h4 {
    margin: 0 0 20px 0;
  }
}
.dashboard-card h1.huge {
  font-weight: 600;
}
.dashboard-card h5 {
  margin-bottom: 8px;
}
.dashboard-card p {
  margin-top: 0;
  font-size: 13px;
}
.dashboard-card hr {
  margin: 12px 0;
}
.dashboard-card .dashboard-card_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-top: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  padding: 0 !important;
  font-size: 10px;
  font-weight: 600;
  color: rgba(87, 82, 101, 0.5);
  margin-top: 12px;
  min-height: 34px;
}
.dashboard-card .dashboard-card_footer h4 {
  margin: 0 0 4px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.dashboard-card .dashboard-card_footer h4:not(:first-child) {
  margin-top: 8px;
}
.dashboard-card .dashboard-card_footer hr {
  margin: 0 -16px 12px;
  border-color: rgb(255, 243.6581632653, 131.5);
  border-width: 1px;
}
.dashboard-card .dashboard-card_footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 44px;
  display: flex;
}
.dashboard-card .dashboard-card_footer ul li {
  background: hsl(330, 12.5%, 100.862745098%);
  line-height: 44px;
  height: 44px;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
}
@media screen and (min-width: 520px) {
  .dashboard-card .dashboard-card_footer ul li {
    flex-grow: 1;
    border-bottom: none;
    border-right: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  }
  .dashboard-card .dashboard-card_footer ul li:last-child {
    border: none;
  }
}
.dashboard-card .dashboard-card_footer ul li .dashboard-card_footer_link {
  display: block;
  color: #31aae3;
  transition: background 260ms ease-in-out, color 260ms ease-in-out;
}
.dashboard-card .dashboard-card_footer ul li .dashboard-card_footer_link:hover {
  background: #daf2e9;
  color: #0b9360;
  text-decoration: none;
}
.dashboard-card .dashboard-card_footer ul li .dashboard-card_footer_link--disabled {
  color: #a49fb1;
}
.dashboard-card .dashboard-card_footer > div {
  padding: 16px;
}
.dashboard-card .dark {
  background: #f8f6f7;
}
.dashboard-card .darker {
  background: rgb(236.84375, 231.65625, 234.25);
}
.dashboard-card {
  text-align: center;
  min-width: 122px;
  margin-bottom: 0;
  cursor: pointer;
}
.dashboard-card .logo {
  position: relative;
  justify-self: center;
  align-self: center;
  max-width: 60px;
  max-height: 60px;
}
.dashboard-card .logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dashboard-card .content {
  display: inline-grid;
  grid-template-rows: auto 44px;
  grid-template-columns: 100%;
  transition: all 260ms ease-in-out;
  min-width: 100%;
}
.dashboard-card .content h4 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0.1em;
  hyphens: none;
}
@media screen and (min-width: 521px) {
  .dashboard-card .content {
    min-height: 166px;
  }
}
.dashboard-card:hover:not(.dashboard-card--placeholder),
.dashboard-card:focus {
  border-color: #44bc8f;
}
.dashboard-card:hover:not(.dashboard-card--placeholder) .content,
.dashboard-card:focus .content {
  border-color: #44bc8f;
}
.dashboard-card--new:not([class*=draft]):after {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  content: "New";
  color: #ffffff;
  background: #fc585f;
  padding: 2px 3px;
}
.dashboard-card--draft {
  background: rgba(255, 255, 255, 0.4);
}
.dashboard-card--draft .content {
  opacity: 0.4;
}
.dashboard-card--draft:after {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 10px;
  font-weight: 600;
  color: #dfe2dd;
  background: #4f534b;
  padding: 2px 3px;
  text-transform: uppercase;
  content: "Draft";
}
@media screen and (max-width: 519px) {
  .dashboard-card.dashboard-card--new:after,
  .dashboard-card.dashboard-card--draft:after {
    left: auto;
    right: 8px;
  }
}
.dashboard-card .input--filter {
  pointer-events: none;
  max-height: 34px;
  min-height: auto;
}
.dashboard-card .dashboard-card_footer.input--filter {
  height: 34px;
  overflow: hidden;
}
.dashboard-card .dashboard-card_footer.input--filter > * {
  font-size: 10px !important;
  line-height: 10px !important;
}
.dashboard-card--placeholder {
  position: relative;
}
.dashboard-card--placeholder_body {
  min-height: calc(100% - 44px);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 212 166' xmlns='http://www.w3.org/2000/svg'%3E%3Crect rx='2' height='60' width='60' y='52.25' x='75.75' fill='%23f2f2f2'/%3E%3Crect rx='2' height='16' width='103' y='127.75' x='54.25' fill='%23f2f2f2'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  animation: loading 1s infinite;
}
.dashboard-card--placeholder_footer {
  min-height: 44px;
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: hsl(330, 12.5%, 100.862745098%);
  border-top: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
}
.dashboard-card--compact {
  margin-bottom: 4px;
  padding: 0;
  height: auto;
  max-height: 100px;
  min-height: unset;
}
.dashboard-card--compact.dashboard-card--active {
  border-color: #44bc8f;
}
.dashboard-card--compact .content {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  min-height: auto;
  padding: 8px !important;
}
.dashboard-card--compact .content > * {
  vertical-align: middle;
  font-size: 14px;
}
.dashboard-card--compact .content .logo {
  width: 33px;
  height: 33px;
  margin: 0 12px 0 0;
  justify-self: flex-start;
  align-self: flex-start;
  flex-shrink: 0;
}
.dashboard-card--compact .content .logo img {
  max-width: 33px;
  max-width: 33px;
  object-fit: contain;
  border-radius: 4px;
}
.dashboard-card--compact .content h4 {
  flex-grow: 1;
  align-self: center;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.dashboard-card--compact.dashboard-card--new:after,
.dashboard-card--compact.dashboard-card--draft:after {
  left: auto;
  right: 8px;
}
.dashboard-card--compact .dashboard-card_footer {
  position: relative;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.dashboard--editing .layout-page {
  overflow: visible;
}
.dashboard--editing .layout-page.columns__2 {
  display: block;
}
.dashboard--editing .layout-page.columns__2 > * {
  overflow: visible;
  max-height: none;
  padding: 24px;
}
@media screen and (min-width: 520px) {
  .dashboard--editing .layout-page {
    overflow: hidden;
  }
  .dashboard--editing .layout-page.columns__2 {
    display: grid;
    grid-template-columns: 264px auto;
    grid-gap: 0;
    justify-items: stretch;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .dashboard--editing .layout-page.columns__2 > * {
    overflow-y: auto;
    max-height: calc(100vh - 88px);
    padding: 24px 24px;
  }
}
.dashboard-group_edit {
  position: absolute;
  top: 3px;
  right: 4px;
}
.dashboard-group_edit .button {
  margin-left: 5px;
  margin-right: 0;
}
.dashboard-form {
  position: relative;
  opacity: 0;
  overflow: hidden;
  animation-name: dashboard-form--fadein;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 260ms;
  animation-timing-function: ease-in-out;
}
.dashboard-form.dashboard-form--add label {
  display: block;
  background: #dfe2dd;
  height: 44px;
  line-height: 36px;
  font-weight: normal;
  margin: 0;
  transition: all 260ms ease-in-out;
}
@keyframes dashboard-form--fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dashboard-input.dashboard-search_input {
  line-height: 18px;
}
.dashboard-input.dashboard-input--edit {
  position: relative;
  top: 4px;
  left: 4px;
  color: #575265;
  background: #ffffff;
  border: 1px solid #44bc8f;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 420px;
  height: 36px;
  padding: 0 8px;
  margin: 0;
}
.dashboard-edit .dashboard-group .dashboard-card_icon--remove {
  position: absolute;
  top: -14px;
  right: -10px;
  padding: 0;
  font-size: 16px;
  color: #fc585f;
  opacity: 0;
  transition: color 260ms ease-in-out, opacity 260ms ease-in-out;
}
.dashboard-edit .dashboard-group.dashboard-group--active .dashboard-card {
  cursor: default;
}
.dashboard-edit .dashboard-group .dashboard-card:hover .dashboard-card_icon--remove {
  cursor: pointer;
  opacity: 1;
}
.dashboard-edit .dashboard-group .dashboard-card:hover .dashboard-card_icon--remove:hover {
  color: rgb(250.65, 12.85, 23);
}
.dashboard-edit .dashboard-group:not(.dashboard-group--active) .dashboard-card_icon--remove {
  display: none;
}
.dashboard-edit .dashboard-form--add + .dashboard-group-list .dashboard_empty-message {
  display: none;
}
.dashboard-edit .dashboard-card,
.dashboard-edit .dashboard-card--compact {
  opacity: 1;
  animation: none;
  transition: none;
}
.list-menu.filter li input[type=radio],
.list-menu.filter li input[type=checkbox],
.input--filter input[type=radio],
.input--filter input[type=checkbox] {
  display: none;
}
.list-menu.filter li input[type=radio] + label,
.list-menu.filter li input[type=checkbox] + label,
.input--filter input[type=radio] + label,
.input--filter input[type=checkbox] + label {
  position: relative;
  display: block;
  padding: 12px 8px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  height: 44px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 260ms ease-in-out;
  margin-bottom: 1px;
}
.list-menu.filter li input[type=radio] + label span,
.list-menu.filter li input[type=checkbox] + label span,
.input--filter input[type=radio] + label span,
.input--filter input[type=checkbox] + label span {
  float: right;
}
.list-menu.filter li input[type=radio] + label span[class*=icon],
.list-menu.filter li input[type=checkbox] + label span[class*=icon],
.input--filter input[type=radio] + label span[class*=icon],
.input--filter input[type=checkbox] + label span[class*=icon] {
  font-size: 20px;
}
.list-menu.filter li input[type=radio] + label.alt,
.list-menu.filter li input[type=checkbox] + label.alt,
.input--filter input[type=radio] + label.alt,
.input--filter input[type=checkbox] + label.alt {
  color: #31aae3 !important;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 400;
}
.list-menu.filter li input[type=radio] + label.alt b,
.list-menu.filter li input[type=checkbox] + label.alt b,
.input--filter input[type=radio] + label.alt b,
.input--filter input[type=checkbox] + label.alt b {
  color: #575265;
  font-weight: normal;
  text-transform: none;
}
.list-menu.filter li input[type=radio] + label.alt i,
.list-menu.filter li input[type=checkbox] + label.alt i,
.input--filter input[type=radio] + label.alt i,
.input--filter input[type=checkbox] + label.alt i {
  font-size: 12px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852) !important;
  float: right;
  text-transform: uppercase;
  font-weight: 600;
}
.list-menu.filter li input[type=radio] + label.alt i:after,
.list-menu.filter li input[type=checkbox] + label.alt i:after,
.input--filter input[type=radio] + label.alt i:after,
.input--filter input[type=checkbox] + label.alt i:after {
  content: attr(data-off);
}
.list-menu.filter li input[type=radio] + label:before,
.list-menu.filter li input[type=checkbox] + label:before,
.input--filter input[type=radio] + label:before,
.input--filter input[type=checkbox] + label:before {
  position: relative;
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/radio_button_unchecked-QGADFIDV.digested.svg);
  top: -3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  float: left;
  margin-right: 12px;
  color: #575265;
}
.list-menu.filter li input[type=radio]:checked + label,
.list-menu.filter li input[type=checkbox]:checked + label,
.input--filter input[type=radio]:checked + label,
.input--filter input[type=checkbox]:checked + label {
  background: #faf8e4;
  color: #44bc8f !important;
}
.list-menu.filter li input[type=radio]:checked + label.alt,
.list-menu.filter li input[type=checkbox]:checked + label.alt,
.input--filter input[type=radio]:checked + label.alt,
.input--filter input[type=checkbox]:checked + label.alt {
  color: #31aae3 !important;
}
.list-menu.filter li input[type=radio]:checked + label.alt b,
.list-menu.filter li input[type=checkbox]:checked + label.alt b,
.input--filter input[type=radio]:checked + label.alt b,
.input--filter input[type=checkbox]:checked + label.alt b {
  font-weight: 600;
}
.list-menu.filter li input[type=radio]:checked + label.alt i,
.list-menu.filter li input[type=checkbox]:checked + label.alt i,
.input--filter input[type=radio]:checked + label.alt i,
.input--filter input[type=checkbox]:checked + label.alt i {
  color: #44bc8f !important;
}
.list-menu.filter li input[type=radio]:checked + label.alt i:after,
.list-menu.filter li input[type=checkbox]:checked + label.alt i:after,
.input--filter input[type=radio]:checked + label.alt i:after,
.input--filter input[type=checkbox]:checked + label.alt i:after {
  content: attr(data-on);
}
.list-menu.filter li input[type=radio]:checked + label:before,
.list-menu.filter li input[type=checkbox]:checked + label:before,
.input--filter input[type=radio]:checked + label:before,
.input--filter input[type=checkbox]:checked + label:before {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/radio_button_checked-KE3OL2BZ.digested.svg);
  color: #44bc8f !important;
}
.list-menu.filter li input[type=checkbox] + label:before,
.input--filter input[type=checkbox] + label:before {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/check_box_outline_blank-S6DJPSV6.digested.svg);
}
.list-menu.filter li input[type=checkbox]:checked + label:before,
.input--filter input[type=checkbox]:checked + label:before {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/check-ZET5BX2N.digested.svg);
}
.list-menu.filter li input[type=text],
.list-menu.filter li input[type=date],
.input--filter input[type=text],
.input--filter input[type=date] {
  margin-bottom: 2px;
}
.dashboard-group > input[type=radio],
.dashboard-group > input[type=checkbox] {
  line-height: inherit;
  margin: 0;
}
.dashboard-group > input {
  display: none;
}
.dashboard-group > input + label {
  position: relative;
  display: block;
  user-select: none;
  font-weight: normal;
  transition: background-color 260ms ease-in-out;
}
.dashboard-group > input + label > *:not([class*=icons]):first-child:after {
  position: relative;
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/keyboard_arrow_down-GWNX73JC.digested.svg);
  color: #44bc8f;
  margin: 1px 0 0 6px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard-group > input + label .dashboard-group_label {
  position: relative;
  top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #575265;
  padding-left: 8px;
  margin: 0;
  cursor: pointer;
}
.dashboard-group > input + label .dashboard-group_label .dashboard-group_label_text {
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.dashboard-group > input + label .dashboard-group_label .badge {
  border-radius: 4px;
  vertical-align: initial;
}
.dashboard-group > input + label .dashboard-group_label:after {
  margin-top: -3px;
}
.dashboard-group > input + label:hover {
  cursor: pointer;
}
.dashboard-group > input + label + * {
  transition: all 260ms ease-in-out;
}
.dashboard-group > input + label + * .list-menu {
  margin-bottom: 0 !important;
}
.dashboard-group > input.title + label,
.dashboard-group > input.add + label,
.dashboard-group > input.reorder + label {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 36px;
  margin: 0;
  transition: all 260ms ease-in-out;
}
.dashboard-group > input.title + label *:after,
.dashboard-group > input.add + label *:after,
.dashboard-group > input.reorder + label *:after {
  top: 4px;
}
.dashboard-group > input.title + label + * {
  padding: 0 3.6666666667px;
}
.dashboard-group > input.title + label + * form {
  margin-bottom: 7.3333333333px;
}
.dashboard-group > input.title + label + div,
.dashboard-group > input.add + label + div,
.dashboard-group > input.reorder + label + div {
  border-bottom: 3px solid rgb(236.84375, 231.65625, 234.25);
}
.dashboard-group > input.title + label + div .grid,
.dashboard-group > input.add + label + div .grid,
.dashboard-group > input.reorder + label + div .grid {
  margin: 5.5px 0 11px;
}
.dashboard-group > input.reorder + label .dashboard-group_icon {
  position: absolute;
  top: 3px;
  right: 38px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  transition: color 260ms ease-in-out;
  cursor: move;
}
.dashboard-group > input.reorder + label .dashboard-group_icon:hover {
  color: #575265;
}
.dashboard-group > input.reorder + label .dashboard-group_icon--edit {
  right: 8px;
  cursor: pointer;
}
.dashboard-group > input.add + label {
  padding-left: 50px;
}
.dashboard-group > input.add + label > input + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  padding-left: 12px;
}
.dashboard-group:not([class*=--active]) > label + * {
  overflow: hidden;
  max-height: 0 !important;
  transition: all 260ms ease-in-out;
}
.dashboard-group.dashboard-group--active > label > *:not([class*=icons]):first-child:after {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/keyboard_arrow_up-XYKXFMNF.digested.svg);
  top: 3px;
}
.dashboard-group.dashboard-group--active > label + * {
  overflow: hidden;
}
.dashboard-group.dashboard-group--highlighted > label {
  background: rgba(68, 188, 143, 0.25);
}
.dashboard-group.dashboard-group--editing > input + label,
.dashboard-group.dashboard-group--editing > input + label:hover {
  cursor: default;
  background-color: #dfe2dd;
}
.dashboard-group.dashboard-group--drag {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
}
.dashboard-group.dashboard-group--drag > input,
.dashboard-group.dashboard-group--drag > label {
  visibility: hidden;
}
.dashboard-group:not(.dashboard-group--drag):not(.dashboard-group--active):hover > label {
  background-color: rgba(250, 248, 228, 0.5);
}
.dashboard-group:not(.dashboard-group--drag):not(.dashboard-group--active):hover > label + div {
  background-color: rgba(250, 248, 228, 0.5);
}
.dashboard-group.dashboard-group--active:last-of-type > :last-child {
  border-color: transparent;
}
.dashboard-group-list {
  padding-bottom: 80px;
}
.dashboard-group-list.dashboard-group-list--dragging .dashboard-group > input + label,
.dashboard-group-list.dashboard-group-list--dragging .dashboard-group > input + label:hover {
  background-color: transparent !important;
}
.dashboard-group-list.dashboard-group-list--dragging .dashboard-group .dashboard-group_rivals * {
  display: none;
}
.dashboard-group .dashboard_empty-message {
  text-align: center;
}
.wizard {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 124px);
  width: 480px;
  min-height: 500px;
  height: 700px;
}
.wizard .wizard-navigation {
  display: flex;
  flex-direction: column;
  padding: 11px;
  justify-content: space-between;
  width: 100%;
  background-color: #f8f6f7;
}
.wizard .wizard-navigation button:hover,
.wizard .wizard-navigation button:focus,
.wizard .wizard-navigation button:active {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.wizard .wizard-navigation p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  margin: 15px;
}
.wizard .wizard-navigation .wizard-navigation_button {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  height: 48px;
  line-height: 16px;
  transition: all 260ms ease-in-out;
}
.wizard .wizard-navigation .wizard-navigation_button--cancel {
  transition: all 260ms ease-in-out;
  background: none;
  border: #a49fb1 1px solid;
  color: #a49fb1;
}
.wizard .wizard-navigation .wizard-navigation_button--cancel:hover {
  background-color: #575265;
  color: #ffffff;
}
.wizard .wizard-navigation .wizard-navigation_button--secondary {
  transition: all 260ms ease-in-out;
  background: none;
  border: #31aae3 1px solid;
  color: #31aae3;
}
.wizard .wizard-navigation .wizard-navigation_button--secondary:hover {
  background-color: #31aae3;
  color: #ffffff;
}
.wizard .wizard-navigation .wizard-navigation_button + .wizard-navigation_button {
  margin-top: 10px;
}
.wizard .wizard_step {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wizard .wizard_step::-webkit-scrollbar {
  display: none;
}
.wizard .wizard_step > * {
  padding: 22px;
}
.wizard .wizard_step-header {
  border-bottom: 1px solid #f8f6f7;
  margin: 0;
  color: #575265;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.wizard .wizard_step-content {
  flex-grow: 1;
  overflow-y: auto;
}
.wizard .wizard_step-error {
  color: #fc585f;
  font-weight: 600;
  padding-bottom: 0;
}
.wizard .wizard_step-title--emphasized {
  color: #fc585f;
  font-weight: 600;
}
.wizard .wizard_step-title--link {
  color: #31aae3;
  cursor: pointer;
}
.wizard .wizard_step h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 22px;
  color: #575265;
}
.wizard .wizard_step label {
  font-size: 12px;
  line-height: 12px;
}
.wizard .wizard_step a {
  color: #31aae3;
}
.wizard .wizard_step .focus {
  display: flex;
}
.wizard .wizard_step .focus:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #44bc8f;
  border-radius: 100%;
  display: block;
  margin-right: 4px;
  animation: labelFocus;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.board-types {
  display: flex;
  width: 100%;
}
.board-types-header {
  position: relative;
  text-transform: capitalize;
  margin: 0;
  color: #575265;
  font-size: 16px;
  font-weight: 400;
}
.board-types-list {
  padding: 22px;
  flex: 1;
  border-right: 1px solid #f8f6f7;
}
.board-types-list ul {
  padding: 20px 0 0 0;
  margin: 0;
}
.board-types-list_item {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  margin-bottom: 2px;
  background: #f8f6f7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 8px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  cursor: pointer;
  transition: all 260ms ease-in-out;
}
.board-types-list_item:before {
  content: "";
  text-transform: lowercase;
  text-align: center;
  line-height: 30px;
  font-family: "Material Icons";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #f8f6f7;
  border: 2px solid rgb(236.84375, 231.65625, 234.25);
  margin-right: 12px;
}
.board-types-list_item:hover {
  background: #fff69d;
}
.board-types-list_item-on {
  background: #fae024;
  color: rgb(53.0557377049, 50.006557377, 61.593442623);
}
.board-types-list_item-on:before {
  background: #ffffff;
  border-color: #44bc8f;
}
.board-types-list_item-on:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border-color: #ffffff;
  background: #44bc8f;
}
.board-types-company {
  position: relative;
  padding: 22px;
  flex: 1;
}
.board-types-company.disable {
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
}
.add-cards {
  margin: 0;
}
.add-cards hr {
  margin-left: -22px;
  margin-right: -22px;
}
.add-cards .help {
  font-size: 12px;
  margin-bottom: 33px;
}
.add-cards div + button {
  margin-top: 5.5px;
}
@keyframes labelFocus {
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
}
.input-selector-group + .input-selector-group,
.input-selector-group + .company-selector,
.input-selector-group + .form_text_field,
.form_text_field + .form_text_field,
.company-selector + .form_text_field,
.input-selector-group + .form-label-with-field {
  margin-top: 22px;
}
.dashboard-toolbar {
  position: absolute;
  border-bottom: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  left: 0;
  right: 0;
  top: 44px;
  z-index: 1;
}
.dashboard-toolbar .toolbar {
  justify-content: space-between;
}
.dashboard-toolbar .toolbar_left,
.dashboard-toolbar .toolbar_right {
  flex-grow: 0;
}
@media (max-width: 520px) {
  .dashboard-toolbar .toolbar_right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .dashboard-toolbar .toolbar_right .toolbar-dropdown-group:first-of-type {
    margin-left: 0;
  }
  .dashboard-toolbar .toolbar_right .toolbar-dropdown-group:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 1099px) {
  .dashboard-toolbar .toolbar_left .toolbar-button_icon--left {
    margin: 0;
  }
  .dashboard-toolbar .toolbar_left .toolbar-button_label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .dashboard-toolbar .toolbar_left .toolbar-button_label:not(caption) {
    position: absolute !important;
  }
}
.dashboard {
  position: relative;
  top: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.dashboard-heading,
.layout-grid.ui .dashboard-heading {
  font-size: 16px;
  font-weight: 600;
  color: #575265;
  margin: 10px 0 20px 0;
}
.dashboard-heading.dashboard-heading--empty,
.layout-grid.ui .dashboard-heading.dashboard-heading--empty {
  padding-bottom: 32px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0dee4;
}
.dashboard-search {
  position: relative;
  margin-bottom: 6px;
}
.dashboard-search .dashboard-search_icon {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 28px;
  font-size: 20px;
  background-color: #44bc8f;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  transition: background 260ms ease-in-out, border-color 260ms ease-in-out;
}
.dashboard-search .dashboard-search_icon:hover {
  border-color: #2f8464;
  background: #2f8464;
  color: #ffffff;
}
.dashboard-search .dashboard-search_icon:nth-of-type(2) {
  right: 42px;
}
.dashboard-search .dashboard-search_icon:after {
  position: relative;
  top: 1px;
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/search-N3I2DPYK.digested.svg);
  font-weight: normal;
  color: #edf9f4;
  text-transform: lowercase;
  font-size: 20px;
  width: 28px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard-input {
  width: 100%;
  height: 44px;
  padding: 12px;
  background: hsl(0, 0%, 140%);
  border-radius: 2px;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: rgb(62.7540983607, 59.1475409836, 72.8524590164);
  line-height: 2.15em;
  border: 1px solid rgba(87, 82, 101, 0.25);
}
.dashboard-input::placeholder {
  font-style: italic;
  color: rgb(178.5, 178.5, 178.5);
}
.dashboard-input:focus {
  outline: none;
  border-color: #44bc8f;
}
.dashboard_empty-message {
  font-style: italic;
  color: #a49fb1;
  padding: 0 0 48px 0;
  transition: background-color 260ms ease-in-out;
}
.app-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 100000;
  background: rgba(2.1393442623, 2.0163934426, 2.4836065574, 0.65);
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  animation: 160ms ease-in-out 1 forwards app-dialog-position-frame-in;
}
.app-dialog-profile-comment {
  z-index: 1000 !important;
}
.app-dialog_position {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: calc(100% - 20px);
}
.app-dialog_position_frame {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  min-height: 50px;
  background: #fff;
  padding: 2.4rem;
  filter: drop-shadow(0 0 22px rgba(50, 50, 50, 0.6));
  user-select: none;
  opacity: 0;
  transform: scale(0.5);
  animation: 160ms ease-in-out 160ms forwards app-dialog-position-frame-in;
}
.app-dialog_position_frame a {
  transition: color 260ms ease-in-out;
}
.external-link {
  color: #3751ff;
}
.external-link:visited {
  color: #3751ff;
}
.external-link:hover {
  color: #303ce5;
}
.external-link:active {
  color: #6276ff;
}
.button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  gap: 8px;
}
.app-dialog_position_frame {
  color: #575265;
}
.app-dialog_position_frame h3 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  color: #575265;
  margin: 0 0 14.6666666667px 0;
}
.app-dialog_position_frame h3 br + small {
  display: inline-block;
  font-size: 16px;
  line-height: 140%;
  color: #575265;
  margin-top: 14px;
}
.app-dialog_position_frame h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 11px 0;
}
.app-dialog_position_frame p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@keyframes app-dialog-position-frame-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.app-dialog--wide .app-dialog_position_frame {
  max-width: 480px;
}
.app-dialog--wider .app-dialog_position_frame {
  max-width: 648px;
}
.app-dialog-diff--card-wide .app-dialog_position_frame {
  max-width: 732px;
}
.app-dialog-diff--card-wider .app-dialog_position_frame {
  max-width: 1092;
}
.app-dialog--grey .app-dialog_position_frame {
  background: #f8f6f7;
}
.dialog-toolbar {
  padding-top: 2rem;
  min-height: 60px;
}
.dialog-toolbar button,
.dialog-toolbar [class*=button] {
  margin: 0;
}
.dialog-vertical-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
.profile-settings-body {
  padding: 0.5rem 0 0 0;
}
.profile-settings-block-heading {
  font-weight: 600;
  color: #575265;
  padding: 0.5rem 0 0 0;
  font-size: 16px;
  font-weight: 600;
}
.profile-settings-block-heading strong {
  font-weight: 600;
}
.profile-settings-block-heading .fa {
  color: #938b9b;
  text-align: center;
  width: 15px;
  margin-right: 10px;
}
.profile-settings-button-block {
  user-select: none;
  border: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  border-radius: 4px;
  margin-top: 0.5rem;
  padding: 1.25rem;
  transition: background-color 260ms ease-in-out;
  cursor: pointer;
}
.profile-settings-button-block:not(.profile-settings-button-block--inactive):hover {
  background-color: rgba(255, 246, 157, 0.25);
}
.profile-settings-button-block:not(.profile-settings-button-block--inactive):hover.profile-settings-button-block--active,
.profile-settings-button-block:not(.profile-settings-button-block--inactive):hover.profile-settings-button-block--active:hover {
  background-color: transparent;
}
.profile-settings-button-block:first-of-type,
.profile-settings-button-block:first-of-type:hover {
  margin-top: 2rem;
}
.profile-settings-button-block .profile-settings-block-heading {
  margin: 0.3em 0;
  padding: 0;
}
.profile-settings-button-block .profile-settings-block-heading strong.warning {
  color: #fc585f;
}
.profile-settings-button-block .profile-settings-block-body > p {
  margin-left: 25px;
  font-size: 14px;
}
.profile-settings-button-block--inactive {
  padding: 0;
  border: 0;
}
.profile-settings-button-block--inactive .profile-settings-block-heading,
.profile-settings-button-block--inactive .profile-settings-block-body {
  display: none;
}
.dialog-cancel-button {
  width: 30%;
  float: left;
}
.dialog-ok-button {
  width: 45%;
  float: right;
}
.dialogue-modal_close {
  position: absolute;
  top: -18px;
  right: -18px;
  color: #a49fb1;
  cursor: pointer;
}
.digest-clipboard-copy,
.digest-clipboard-copy * {
  background: #ffffff;
  font-family: "sans-serif";
  font-size: 14px;
  line-height: 115%;
  color: #575265;
}
.digest-clipboard-copy p,
.digest-clipboard-copy * p {
  font-size: 14px;
  line-height: 115%;
}
.digest-clipboard-copy a,
.digest-clipboard-copy * a {
  color: #575265;
}
.digest-clipboard-copy p.digest-body_subject,
.digest-clipboard-copy * p.digest-body_subject {
  font-size: 14px;
  margin: 0 0 30px 0;
}
.digest-clipboard-copy p.digest-body_subject strong,
.digest-clipboard-copy * p.digest-body_subject strong {
  font-size: 14px;
}
.digest-clipboard-copy p.digest-body_summary,
.digest-clipboard-copy * p.digest-body_summary {
  font-size: 14px;
  line-height: 115%;
}
.digest-clipboard-copy .digest-body_share,
.digest-clipboard-copy * .digest-body_share {
  font-size: 14px;
  margin: 16px 0 20px 0;
}
.digest-clipboard-copy .digest-body_share > p,
.digest-clipboard-copy * .digest-body_share > p {
  font-size: 14px;
  margin-bottom: 16px;
}
.digest-clipboard-copy .digest-body_share > p:last-child,
.digest-clipboard-copy * .digest-body_share > p:last-child {
  color: #a49fb1;
  margin-bottom: 24px;
}
.digest-clipboard-copy .digest-favorite-copy,
.digest-clipboard-copy * .digest-favorite-copy {
  border-collapse: collapse;
  padding-top: 20px;
  margin-top: 6px;
  border-top: 1px solid #dfe2dd;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_headline,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_headline {
  margin: 16px 0 0 0;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_headline a,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_headline a {
  display: block;
  font-weight: 600;
  line-height: 115%;
  color: #575265;
  transition: none;
  text-decoration: none;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_headline a .digest-favorite-copy_headline_icon,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_headline a .digest-favorite-copy_headline_icon {
  clear: both;
  display: inline-block;
  text-decoration: underline;
  width: 20px;
  height: 16px;
  margin-left: 4px;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_headline .digest-favorite-copy_headline_url,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_headline .digest-favorite-copy_headline_url {
  display: inline;
  float: left;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_commentary_headline,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_commentary_headline {
  margin: 16px 0 0 0;
  font-weight: 600;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_commentary,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_commentary {
  font-size: 14px;
  line-height: 115%;
  color: #575265;
  margin: 0;
}
.digest-clipboard-copy .digest-favorite-copy .digest-quote,
.digest-clipboard-copy * .digest-favorite-copy .digest-quote {
  padding: 2px 12px;
  line-height: 115%;
  border-left-width: 2px;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_summary,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_summary {
  color: #716879;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_byline,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_byline {
  font-size: 12px;
  color: #a49fb1;
  padding-top: 2px;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_byline *,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_byline * {
  font-size: 12px;
}
.digest-clipboard-copy .digest-favorite-copy .digest-favorite-copy_byline time,
.digest-clipboard-copy * .digest-favorite-copy .digest-favorite-copy_byline time {
  color: #a49fb1;
}
.digest-clipboard-copy .digest-footer,
.digest-clipboard-copy * .digest-footer {
  font-size: 14px;
  color: #a49fb1;
  padding-top: 12px;
  margin: 12px 0 0 0;
}
.digest-clipboard-copy .digest-body_banner,
.digest-clipboard-copy * .digest-body_banner {
  width: 580px;
  max-height: 200px;
  margin: auto;
}
.digest-clipboard-copy .digest-body_banner_image,
.digest-clipboard-copy * .digest-body_banner_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.digest-competitors_text {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  margin-right: 6px;
}
.digest-custom-url {
  margin: 10px 0;
}
.digest-custom-url-input-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-custom-url-input-section .digest-custom-url-label {
  margin: 0;
  text-wrap: nowrap;
  width: 65px;
}
.digest-custom-url-input-section .digest-custom-url-input {
  width: calc(100% - 65px);
  border: solid 1px rgb(219.675, 217.0583333333, 222.2916666667);
  background-color: transparent;
}
.digest-custom-url-input-section .digest-custom-url-input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-style: italic;
}
.digest-custom-url-input-section .digest-custom-url-input.invalid {
  border-color: #fc585f;
  color: #fc585f;
}
.digest-custom-url .custom-url-info {
  margin-left: 65px;
  font-size: 10px;
  color: gray;
  text-align: right;
}
.digest-custom-url .custom-url-info a {
  color: gray;
  text-decoration: none;
}
.digest-custom-url .custom-url-info.invalid {
  color: #fc585f;
  text-align: left;
}
.digest-item {
  padding: 11px !important;
}
.digest-item.dialogue .ui--toolbar {
  width: auto;
  max-width: 0;
}
.digest-item.dialogue h3 {
  margin: 0 0 10px 0;
  padding: 11px;
}
.digest-item.dialogue .tags {
  margin-bottom: -4px;
  padding-left: 11px;
}
.digest-item.dialogue footer {
  padding: 11px;
  margin-bottom: 8px;
  display: flex;
  background-color: rgba(49, 170, 227, 0.1);
}
.digest-item--sent {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.digest-item--sent .digest-item_icon {
  margin-right: 5px;
}
.digest-item--stats {
  margin-right: 22px;
  font-size: 21px;
  line-height: 21px;
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #44bc8f;
}
.digest-item--stats:last-of-type {
  margin-right: 0;
}
.digest-modal {
  position: relative;
}
.digest-modal h1,
.digest-modal h2,
.digest-modal h3 {
  font-weight: 600;
  margin: 0 0 20px 0;
}
.digest-modal h1,
.digest-modal h2,
.digest-modal h3,
.digest-modal p {
  color: #575265;
}
.digest-modal h1 {
  font-size: 32px;
  line-height: 115%;
}
.digest-modal h2 {
  font-size: 24px;
  line-height: 115%;
}
.digest-modal h3 {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 11px;
}
.digest-modal p {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 16px 0;
}
.digest-modal-warn {
  margin: 11px 0;
  font-size: 12px;
}
.digest-modal-warn-stats {
  font-size: 75%;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.digest-modal-icon {
  width: 22px;
  height: 22px;
  opacity: 0.5;
  position: relative;
  top: -2px;
}
.digest-modal_close {
  position: absolute;
  top: -14px;
  right: -14px;
  color: #a49fb1;
  cursor: pointer;
}
.digest-modal h3.digest-modal-next {
  font-size: 13px;
}
.digest-modal h3.digest-modal-next_icon {
  width: 22px;
  height: 22px;
}
.digest-modal h3.digest-modal-next span {
  text-transform: uppercase;
}
.digest-modal .button b {
  font-weight: 500;
  opacity: 0.75;
  font-size: 18px;
  vertical-align: top;
  padding: 0 2px;
}
.digest-modal-buttongroup {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.digest-modal-buttongroup_or {
  margin: 0 18px;
  flex-shrink: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  color: #a49fb1;
}
.digest-modal-buttongroup .button {
  flex-grow: 1;
  padding: 0;
  margin: 0 0 8px;
}
.digest-modal-buttongroup .button:last-child {
  margin-right: 0;
}
.digest-modal .button[data-action=cancel],
.digest-modal .button[data-action=send] {
  width: 100%;
}
.digest-modal_footer {
  margin-top: 11px !important;
}
.digest-modal_footer--left {
  justify-content: flex-start;
}
.digest-modal_footer--right {
  justify-content: flex-end;
}
.digest-modal_footer--right .button {
  margin: 0 0 6px 6px;
}
.digest-new-in-klue-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fffde9;
  padding: 0 22px;
  margin: 11px 0;
}
.digest-new-in-klue-toggle * {
  padding: 0;
  margin: 0;
}
.digest-new-in-klue-toggle .digest-new-in-klue-toggle__title {
  margin-right: 22px;
  white-space: nowrap;
}
.digest-new-in-klue-toggle .digest-new-in-klue-toggle__toggle {
  margin-left: 22px;
}
.digest-preview {
  font-family: sans-serif;
  font-size: 82.5%;
  color: #35323e;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.digest-preview--spinner-container .spinner {
  padding: 50px 0;
  margin: auto;
}
.digest-preview_item_body_content,
.digest-quote_item_body {
  margin-bottom: 10px;
  word-break: break-word;
}
.digest-preview_item_body_content p,
.digest-quote_item_body p {
  white-space: pre-wrap;
}
.digest-preview_item_body_content img,
.digest-quote_item_body img {
  max-width: 100%;
}
.digest-preview_item * *:last-child {
  margin: 0;
}
.digest-template-select-item {
  display: flex;
  align-items: center;
}
.digest-template-select-item.disabled {
  pointer-events: none;
}
.digest-template-select-item.disabled .toolbar-dropdown-button_label {
  opacity: 0.37;
}
.digest-template-select-item.template-item .toolbar-dropdown-button_label {
  margin-left: 10px;
}
.digest-template-select-item svg {
  margin-right: 10px;
}
.digest-template-select-item .toolbar-dropdown-button_label {
  text-transform: none;
}
.digest-template-select-item-icon.disabled {
  opacity: 0.37;
}
.digest-template-select-create-modal {
  display: flex;
  width: 500px;
}
.digest-template-select-create-modal .digest-template-select-create-modal-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.digest-template-select-create-modal .digest-template-select-create-modal-container input,
.digest-template-select-create-modal .digest-template-select-create-modal-container label,
.digest-template-select-create-modal .digest-template-select-create-modal-container h3 {
  margin: 0;
}
.digest-template-select-create-modal .digest-template-select-create-modal-container input[type=text] {
  border: none;
  background-color: transparent;
}
.digest-template-select-create-modal-controls-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.digest-template-select-create-modal-controls-buttons .button {
  font-weight: 600;
}
.digest-template-select-create-modal-controls-buttons .button.disabled {
  opacity: 0.37;
  pointer-events: none;
}
.digest-template-select-with-modal .klue-ui-modal-content {
  min-height: 0px;
}
.digest-template-editor_input-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 6px 12px;
  background: white;
  border-radius: 2px;
  font-size: 14px;
  color: #3f3b49;
  border: 1px solid rgba(87, 82, 101, 0.25);
}
.digest-template-editor_input-text input {
  display: flex;
  flex-grow: 1;
}
.digest-template-select-create-modal-error {
  color: #fc585f;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  min-height: 20px;
}
.digest-template-settings h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 700px) {
  .digest-type-settings .digest-template-settings {
    min-width: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .digest-type-settings .digest-template-settings {
    width: 800px;
  }
}
.digest-timeline-container .timeline-header-big {
  display: flex;
  flex-direction: row;
  color: black;
  align-items: center;
  font-size: 36px;
  padding: 22px 10px 0;
  justify-content: space-between;
}
.digest-timeline-container .timeline-header-big .timeline-header-buttons button {
  color: #44bc8f;
  margin-left: 15px;
  background-color: transparent;
  border: 2px solid #44bc8f;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 20px;
  white-space: nowrap;
}
.digest-timeline-container .timeline-header-big .timeline-header-buttons button.primary {
  background-color: #44bc8f;
  color: white;
}
.digest-timeline-container .timeline-header-big .timeline-header-buttons button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.digests-timeline {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: scroll;
  height: calc(100vh - 44px);
}
.digests-timeline .digests-sent .timeline-message,
.digests-timeline .digests-sent .timeline-header,
.digests-timeline .digests-upcoming .timeline-message,
.digests-timeline .digests-upcoming .timeline-header {
  color: #575265;
  padding: 22px 10px 11px;
}
.digests-timeline .digests-sent .timeline-header,
.digests-timeline .digests-upcoming .timeline-header {
  font-size: 22px;
}
.digest-timeline-container::after {
  content: "";
  font-size: 0;
  display: block;
  height: 22px;
}
.digest-timeline-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  user-select: none;
  cursor: pointer;
}
.digest-timeline-item:hover {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
.digest-timeline-item--draft {
  background-color: #fffde9;
}
.digest-timeline-item .digest-timeline-item-info {
  width: 500px;
  padding-right: 15px;
  overflow: hidden;
}
.digest-timeline-item .digest-timeline-item-info > div:not(:last-child) {
  margin-bottom: 4px;
}
.digest-timeline-item .digest-timeline-item-info .digest-type-name {
  font-size: 20px;
  color: #716879;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.digest-timeline-item .digest-timeline-item-info .digest-type-name .default-digest-badge {
  font-size: 16px;
  font-weight: normal;
  background-color: #efefef;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 0px 5px;
  color: #575265;
}
.digest-timeline-item .digest-timeline-item-info .digest-timeline-item-title {
  display: flex;
  flex-direction: row;
}
.digest-timeline-item .digest-timeline-item-info .digest-timeline-item-title .digest-timeline-item-title-link {
  color: #44bc8f;
  font-weight: 600;
  margin-left: 5px;
}
.digest-timeline-item .digest-timeline-item-info .digest-type-audience {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}
.digest-timeline-item .digest-timeline-item-info .digest-type-audience .digest-audience {
  margin-left: 5px;
  font-weight: 500;
}
.digest-timeline-item .digest-timeline-item-info .digest-type-rivals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.digest-timeline-item .digest-timeline-item-info .digest-type-rivals .article-count {
  font-weight: 500;
  white-space: nowrap;
  margin-top: 5px;
}
.digest-timeline-item .digest-timeline-item-info .digest-type-rivals .plus-rivals {
  margin-top: 5px;
}
.digest-timeline-item .digest-timeline-item-stats {
  padding-left: 15px;
  border-left: solid 1px #ccc;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header {
  display: flex;
  justify-content: space-between;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header > div:not(:last-child) {
  margin-bottom: 4px;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header .digest-timeline-item-stats-header-date-and-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header .digest-timeline-item-stats-header-date-and-more .digest-timeline-item-stats-date {
  font-size: 11px;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header .digest-timeline-delivery-status-and-locked {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #716879;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header .digest-timeline-delivery-status-and-locked svg {
  margin-left: 5px;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header .digest-time {
  color: #fc585f;
  text-transform: capitalize;
  font-weight: 600;
}
.digest-timeline-item .digest-timeline-item-stats .digest-timeline-item-stats-header .digest-delivered {
  color: #44bc8f;
  font-weight: 600;
}
.digest-timeline-item .digest-timeline-item-stats .date-time {
  display: inline-block;
  background-color: #efefef;
  padding: 5px;
  border-radius: 3px;
  width: fit-content;
  margin-top: 15px;
  font-size: 14px;
}
.digest-timeline-item .digest-item-more-options {
  min-width: 40px;
}
.digest-timeline-item .digest-item-more-options .ui-dropdown {
  margin: 0;
  float: none;
}
.digest-timeline-item .digest-item-more-options a {
  color: #44bc8f;
}
.digest-timeline-item .digest-item-more-options .ui-dropdown.on > a {
  background-color: #44bc8f;
  color: white;
}
.digest-timeline-item .digest-item-more-options > div > a:first-child {
  line-height: 44px;
}
.digest-timeline-item-competitor {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #efefef;
  border-radius: 3px;
  padding: 3px 3px;
  padding-right: 8px;
  margin: 0px 3px;
  margin-top: 5px;
  color: #575265;
}
.digest-timeline-item-competitor.draft {
  opacity: 0.37;
}
.digest-timeline-item-competitor img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}
.digest-timeline-item-competitor-name {
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  vertical-align: middle;
}
.digest-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.digest-stats h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 501px) and (max-width: 700px) {
  .digest-stats h5 {
    font-size: 12px;
  }
}
.digest-stats p {
  font-weight: 600;
  font-size: 12px;
  margin: 0;
}
.digest-stats .digest-stat {
  background-color: #efefef;
  border-radius: 3px;
  padding: 3px 3px;
  display: flex;
}
.digest-stats .digest-stats-unique-opens,
.digest-stats .digest-stats-click-thrus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 501px) and (max-width: 700px) {
  .digest-stats .digest-stats-unique-opens,
  .digest-stats .digest-stats-click-thrus {
    width: min-content;
  }
}
.digests-timeline-loading,
.digests-sent--empty {
  width: 870px;
}
.dropdown-options-item.disabled {
  opacity: 0.37;
  cursor: not-allowed;
}
@media screen and (max-width: 875px) {
  .digest-timeline-container .timeline-header-big {
    flex-direction: column;
    align-items: flex-start;
  }
  .digest-timeline-container .timeline-header-big .timeline-header-buttons button:first-child {
    margin-left: 0;
  }
  .digests-timeline-loading {
    width: 710px;
  }
  .digest-timeline-item .digest-timeline-item-info {
    width: 400px;
  }
  .digest-timeline-item .digest-timeline-item-stats {
    width: 240px;
  }
}
@media screen and (max-width: 700px) {
  .digests-timeline-loading {
    width: 490px;
  }
  .digest-timeline-item .digest-timeline-item-info {
    width: 240px;
  }
  .digest-timeline-item .digest-timeline-item-stats {
    width: 180px;
  }
  .digest-pagination {
    max-width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .digests-timeline-loading {
    width: 430px;
  }
  .digest-timeline-item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .digest-timeline-item .digest-timeline-item-info {
    width: 400px;
  }
  .digest-timeline-item .digest-timeline-item-stats {
    width: 400px;
    padding-left: 0;
    border-left: none;
    border-top: solid 1px #ccc;
    margin-top: 22px;
    padding-top: 22px;
  }
  .digest-timeline-item .digest-item-more-options {
    display: flex;
    justify-content: flex-end;
  }
  .digest-pagination {
    max-width: 430px;
  }
}
@media screen and (max-width: 450px) {
  .digests-timeline-loading {
    width: 330px;
  }
  .digest-timeline-item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .digest-timeline-item .digest-timeline-item-info {
    width: 300px;
  }
  .digest-timeline-item .digest-timeline-item-stats {
    width: 300px;
    padding-left: 0;
    border-left: none;
    border-top: solid 1px #ccc;
    margin-top: 22px;
    padding-top: 22px;
  }
  .digest-timeline-item .digest-item-more-options {
    display: flex;
    justify-content: flex-end;
  }
  .digest-pagination {
    max-width: 330px;
  }
}
.digest-toolbar {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 44px;
  border-bottom: 1px solid #e0dee4;
}
.create-list-item-modal .footer {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
.create-list-item-modal .error {
  margin: 8px;
  color: #ea040e;
}
.create-list-item-modal .input-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.create-list-item-modal .input-block button {
  margin-left: 22px;
}
.digest-visibility-group_checkbox-container {
  width: 100%;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-top: 22px;
}
.digest-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 5px;
  cursor: pointer;
}
.digest-checkbox input {
  margin: 0;
  margin-right: 3px;
}
.digest-checkbox label {
  color: #31aae3;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.digest {
  position: relative;
  top: 0;
  overflow: hidden;
  height: 100vh;
}
.digest .digest-rule {
  border: none;
  border-bottom: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  margin: 22px 0 !important;
}
.digest .digest-tags {
  margin: -10px 0 0 0;
}
.digest .digest-tags + .digest-form_byline {
  top: 2px;
  border: 0;
}
.digest .digest-time {
  cursor: help;
  border-bottom: 1px dashed #94cbf3;
}
.digest_footer {
  display: flex;
  margin-top: 0;
}
.digest-body,
.digest-sidebar {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  color: #575265;
}
.digest-body h1,
.digest-body h2,
.digest-body h3,
.digest-body h4,
.digest-body h5,
.digest-body h6,
.digest-sidebar h1,
.digest-sidebar h2,
.digest-sidebar h3,
.digest-sidebar h4,
.digest-sidebar h5,
.digest-sidebar h6 {
  margin-top: 0;
  font-weight: 600;
}
.digest-body h1,
.digest-sidebar h1 {
  font-size: 32px;
  margin-bottom: 22px;
}
.digest-body h1.digest-body_subject,
.digest-sidebar h1.digest-body_subject {
  font-size: 18px !important;
}
.digest-body h2,
.digest-body .digest-textarea--summary,
.digest-sidebar h2,
.digest-sidebar .digest-textarea--summary {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 18px;
  margin: 0;
}
.digest-body h2.alt,
.digest-body .digest-favorite_headline,
.digest-sidebar h2.alt,
.digest-sidebar .digest-favorite_headline {
  color: #31aae3;
}
.digest-body .digest-favorite_headline,
.digest-sidebar .digest-favorite_headline {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  width: 95%;
  user-select: none;
}
.digest-body h3,
.digest-sidebar h3 {
  font-size: 18px;
  margin: 20px 0;
}
.digest-body h4,
.digest-sidebar h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.digest-body p,
.digest-sidebar p {
  font-size: 14px;
  line-height: 1.42857;
  margin: 16px 0;
}
.digest-body .digest-info p,
.digest-sidebar .digest-info p {
  font-size: 18px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.digest-body .digest-wim,
.digest-sidebar .digest-wim {
  border: 1px solid #e5e5e5;
  font-size: 15px;
  padding: 0 11px 11px;
  border-top: 2px solid #fff500;
}
.digest-body .digest-wim-label,
.digest-sidebar .digest-wim-label {
  width: fit-content;
  background: #fff500;
  color: #011627;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50px;
  padding: 6px 8px;
}
.digest-attached-items-section {
  margin-top: 10px;
}
.digest-attached-items-section .digest-attached-items-count {
  font-weight: 600;
}
.digest-attached-items-section .digest-attached-items-info {
  font-size: 12px;
  font-style: italic;
}
.digest-preview-status {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  color: #31aae3;
}
.digest-preview-status.error {
  color: #fc585f;
  cursor: help;
}
.digest-body:not(.html-enabled) a:not(.button),
.digest-sidebar a:not(.button) {
  color: #31aae3;
  text-decoration: none;
  transition: color 260ms ease-in-out;
}
.digest-body:not(.html-enabled) a:not(.button):hover,
.digest-sidebar a:not(.button):hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.digest-body:not(.html-enabled) a:not(.button):focus,
.digest-sidebar a:not(.button):focus {
  outline: none;
}
.digest-body:not(.no-padding) {
  padding-left: 44px !important;
}
.digest-body .digest-form_byline {
  font-size: 12px;
  color: #a49fb1;
  user-select: none;
}
.digest-body .digest-added-by-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.digest-body_overview {
  margin-bottom: 12px;
}
.digest-body_overview .digest-form_byline {
  font-style: italic;
  color: #575265;
  padding-top: 0;
  user-select: none;
}
.digest-body .digest-body_preview_subject_icon {
  display: inline-block;
  margin: -3px 8px 0 -3px;
  color: #938b9b;
}
.digest-body_summary {
  white-space: pre-line;
}
.digest-body_summary,
.digest-body .digest-body_preview_summary {
  white-space: pre-line;
}
.digest-body_summary img,
.digest-body .digest-body_preview_summary img {
  max-width: 100%;
}
.digest-body_summary br,
.digest-body .digest-body_preview_summary br {
  display: none;
}
.digest-body_summary small,
.digest-body .digest-body_preview_summary small {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #575265;
  margin-top: 20px;
  white-space: normal;
}
.digest-body:focus {
  outline: none;
}
.digest-body.html-enabled a:not(.button) {
  color: #3751ff;
}
.digest-avatar {
  position: relative;
  float: left;
  margin-right: 4px;
}
.digest-avatar img {
  overflow: hidden;
  position: relative;
  top: -8px;
  left: -8px;
  width: 34px;
  max-width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 2px solid rgb(236.84375, 231.65625, 234.25);
  transition: border-color 160ms ease-in-out;
}
.digest-avatar img:hover {
  border-color: rgb(203.375, 188.625, 196);
}
.digest-sidebar_text {
  font-size: 16px;
  line-height: 140%;
  margin: 16px 0;
}
.digest-sidebar_menu_card {
  background: #fff;
  border: 3px solid #dfe2dd;
  border-radius: 2px;
  padding: 18px 16px;
  margin-bottom: 22px;
  text-align: center;
  user-select: none;
  opacity: 0;
  transition: border-color 160ms ease-in-out;
  animation: 280ms ease-out 30ms 1 forwards digest--fadein;
}
.digest-sidebar_menu_card:hover {
  border-color: #44bc8f;
}
.digest-sidebar_menu_card h3 {
  line-height: 140%;
  margin-top: 0;
}
.digest-sidebar_menu_card p {
  font-size: 13px;
  line-height: 140%;
}
.digest-sidebar_menu_card h3 + p {
  margin-top: 20px;
}
.digest-sidebar_menu_card .button {
  margin: 0;
}
.digest-sidebar_menu_card .digest-frequency {
  text-transform: lowercase;
}
.digest-sidebar .digest-menu_item_lock .list-menu_item_link:after {
  display: block;
  content: "Digest Unlocked";
}
.digest-sidebar .digest-menu_item_lock .list-menu_item_icon {
  display: block;
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/unlock-NHYWN447.digested.svg);
  color: #575265;
  font-weight: normal;
  font-size: 18px;
  line-height: 44px;
  vertical-align: middle;
}
.digest-sidebar .digest-menu_item_lock:hover .list-menu_item_link:after {
  content: "Lock This Digest";
}
.digest-sidebar .digest-menu_item_lock:hover .list-menu_item_icon {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/lock-BG5NTWAB.digested.svg);
}
.digest-sidebar .digest-menu_item_lock.digest-menu_item_lock--locked .list-menu_item_link:after {
  content: "Digest Locked";
}
.digest-sidebar .digest-menu_item_lock.digest-menu_item_lock--locked .list-menu_item_icon {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/lock-BG5NTWAB.digested.svg);
}
.digest-sidebar .digest-menu_item_lock.digest-menu_item_lock--locked:hover .list-menu_item_link:after {
  content: "Unlock This Digest";
}
.digest-sidebar .digest-menu_item_lock.digest-menu_item_lock--locked:hover .list-menu_item_icon {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/unlock-NHYWN447.digested.svg);
}
.digest-sidebar .digest-menu_item_uneditable.list-menu_item .list-menu_item_link,
.digest-sidebar .digest-menu_item_uneditable.list-menu_item:hover .list-menu_item_link {
  color: #575265;
  transition: none;
}
.digest-logo {
  display: block;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.digest-logo + .digest-sidebar_menu {
  margin-top: 20px;
}
.digest-sidebar_menu .button--disabled {
  pointer-events: none;
}
.digest-sidebar_menu_category_block {
  margin: 30px 0;
}
.digest-sidebar_menu_category_block .upcoming-intel-dropdown .button-legacy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #575265;
  height: 44px;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
}
.digest-sidebar_menu_category_block .upcoming-intel-dropdown .button-legacy:hover {
  color: #fff;
}
.digest-sidebar_menu_category_block .upcoming-intel-dropdown .ui-dropdown {
  float: none;
}
.digest-sidebar_menu_category_block .upcoming-intel-dropdown .ui-dropdown .ui-dropdown-menu {
  top: 44px;
  width: 100%;
}
.digest-sidebar_menu_category_block .upcoming-intel-dropdown--disabled .button-legacy {
  border-color: rgba(147, 139, 155, 0.4);
}
.digest-sidebar_menu_category_block .upcoming-intel-dropdown--disabled .button-legacy:hover {
  color: #575265;
}
.digest-sidebar_menu_category_block .list-menu .list-menu_item {
  display: block;
  color: #31aae3;
  font-weight: 500;
  transition: color 260ms ease-in-out;
}
.digest-sidebar_menu_category_block .list-menu .list-menu_item span {
  padding: 0 12px;
  display: block;
}
.digest-sidebar_menu_category_block .list-menu .list-menu_item span:hover {
  color: #575265;
  background: rgba(223, 226, 221, 0.5);
}
.digest-favorites {
  margin-top: 3px;
}
.digest-favorite.dialogue {
  padding-top: 44px;
  margin-bottom: 22px;
}
.digest-favorite.dialogue .digest-favorite_tags {
  margin-bottom: 22px;
}
.digest-favorites--compact .digest-favorite.dialogue {
  padding-top: 12px;
}
.digest-favorite.digest-favorite--kluebot {
  background:
    linear-gradient(
      125deg,
      #ffffff,
      #f8f6f7,
      #ffffff);
}
.digest-favorite.digest-favorite--kluebot .digest-avatar:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 34px;
  height: 34px;
  border: 1.25px solid #575265;
  background: rgb(236.84375, 231.65625, 234.25);
  border-radius: 100%;
  animation: 3s ease-in-out infinite forwards digest-avatar--pulse;
}
.digest-favorite_toolbar,
.digest-favorite .ui--toolbar.digest-favorite_toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.digest-favorite_toolbar .digest-favorite_toolbar-link,
.digest-favorite .ui--toolbar.digest-favorite_toolbar .digest-favorite_toolbar-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 34px;
  color: #a49fb1;
  text-transform: uppercase;
  padding: 0 12px 0;
  vertical-align: middle;
  transition: all 260ms ease-in-out;
}
.digest-favorite_toolbar .digest-favorite_toolbar-link:hover,
.digest-favorite .ui--toolbar.digest-favorite_toolbar .digest-favorite_toolbar-link:hover {
  color: #575265;
  background: #dfe2dd;
}
.digest-favorite_toolbar .digest-favorite_toolbar-link.digest-favorite_toolbar-link--alert,
.digest-favorite .ui--toolbar.digest-favorite_toolbar .digest-favorite_toolbar-link.digest-favorite_toolbar-link--alert {
  color: #fc585f;
}
.digest-favorite_toolbar .digest-favorite_toolbar-link.digest-favorite_toolbar-link--alert:hover,
.digest-favorite .ui--toolbar.digest-favorite_toolbar .digest-favorite_toolbar-link.digest-favorite_toolbar-link--alert:hover {
  color: rgb(250.65, 12.85, 23);
}
.digest-favorite_toolbar .digest-favorite_toolbar-link:first-child,
.digest-favorite .ui--toolbar.digest-favorite_toolbar .digest-favorite_toolbar-link:first-child {
  border: 0;
}
.digest-favorite_toolbar .digest-favorite_toolbar-link:last-child,
.digest-favorite .ui--toolbar.digest-favorite_toolbar .digest-favorite_toolbar-link:last-child {
  margin-right: 5px;
}
.digest-favorite_toolbar .digest-favorite_toolbar-label,
.digest-favorite .ui--toolbar.digest-favorite_toolbar .digest-favorite_toolbar-label {
  display: inline-block;
  line-height: 34px;
  vertical-align: middle;
  margin-left: 6px;
}
.digest-favorite.digest-favorite--collapsed {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.65);
  cursor: move;
}
.digest-favorite.digest-favorite--collapsed .digest-favorite_headline {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}
.digest-favorite.digest-favorite--collapsed .digest-favorite_icon {
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: 16px;
}
.digest-favorite[data-drag-mode=dragging] {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
}
.digest-favorite[data-drag-mode=dragging] .digest-favorite_headline,
.digest-favorite[data-drag-mode=dragging] .digest-favorite_icon {
  visibility: hidden;
}
.digest-feed {
  padding-top: 98px !important;
}
.digest-feed .feed-filters {
  transform: none;
  top: 3px;
  left: 287.5px;
  max-width: 500px;
}
.digest-feed .feed-filters::before {
  content: " ";
  display: block;
  width: calc(100% + 16px);
  height: 83px;
  background-color: #f8f6f7;
  top: -25px;
  left: -8px;
  z-index: 0;
  position: absolute;
}
.digest-feed .feed-filters--active + .ui-feed {
  margin-top: 60px;
}
.digest-feed .post-box {
  max-width: 504px;
}
.digest-form .digest-form_heading .badge-inline {
  top: 0;
  margin-left: 10px;
}
.digest-form .digest-form_label {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  color: #575265;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  margin-right: 6px;
  user-select: none;
}
.digest-form .digest-form_label.subject {
  font-size: 18px;
  line-height: 140%;
}
.digest-form .digest-favorite_attachments {
  margin: -10px 0 30px 0;
}
.digest-form .digest-form_byline {
  margin: 20px 0 0 0;
}
.digest-form .digest-form_byline .digest-time {
  margin-left: 4px;
}
.digest-quote {
  font-size: 14px;
}
.digest-quote_item_body {
  padding-right: 110px;
}
.dialogue {
  position: relative;
  padding: 22px;
  background: rgba(255, 255, 255, 0.65);
}
.dialogue > *:first-child {
  margin-top: 0;
}
.dialogue > *:last-child {
  margin-bottom: 0;
}
.dialogue.dialogue-banner {
  display: flex;
}
.dialogue.dialogue-banner.archive {
  justify-content: center;
}
.dialogue.dialogue-banner .banner-container {
  width: 580px;
  max-height: 200px;
}
.dialogue.dialogue-banner .banner-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.dialogue.dialogue-banner .banner-content {
  width: 100%;
  height: 100px;
  background-color: #ebeaec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bebac7;
  font-size: 12px;
}
.dialogue.dialogue-banner .banner-content-failed {
  background-color: #ffdcde;
}
.dialogue.dialogue-banner .banner-content strong {
  text-transform: uppercase;
}
.dialogue.dialogue-banner .banner-content--upload-fail {
  color: #ff909b;
  margin-left: 5px;
}
.dialogue.dialogue-banner .banner-meta {
  padding-left: 22px;
  font-size: 12px;
  color: #a7a3b4;
  display: flex;
  flex-direction: column;
}
.dialogue.dialogue-banner .banner-meta-cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  height: 100%;
  align-items: flex-end;
}
.dialogue.dialogue-banner .banner-meta-cta input[type=file] {
  display: none;
}
.dialogue.dialogue-banner .banner-meta-cta button {
  margin: 0 6px 0 0;
}
.dialogue.dialogue-banner .banner-meta-cta strong {
  line-height: 3;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}
.dialogue.dialogue-banner .banner-meta-cta strong:hover {
  filter: brightness(125%);
}
.dialogue.dialogue-banner .banner-meta--footnote {
  font-size: 10px;
}
.dialogue.dialogue--header,
.dialogue.dialogue--edit {
  background: #faf8e4;
}
.dialogue.dialogue--header_msg,
.dialogue.dialogue--edit_msg {
  display: flex;
  align-items: center;
  padding: 11px 22px;
  cursor: pointer;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 260ms ease-in-out;
}
.dialogue.dialogue--header_msg.dismissed,
.dialogue.dialogue--edit_msg.dismissed {
  opacity: 0;
  height: 0;
  padding: 0 22px;
}
.dialogue.dialogue--notice {
  background: #ffe4e5;
}
.dialogue.dialogue--edit .digest-form_byline {
  opacity: 0.3;
}
.dialogue.dialogue--hidden {
  display: none;
}
.dialogue.dialogue--action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
  margin: 0;
  user-select: none;
}
.dialogue.dialogue--action h4,
.dialogue.dialogue--action .button {
  margin: 0;
}
.dialogue.dialogue--action .send-preview {
  margin-right: 10px;
}
.dialogue.dialogue--action .digest-body_toggle-button {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.dialogue.dialogue--action .digest-time a {
  color: inherit;
}
.dialogue.dialogue-subject {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.dialogue.dialogue-subject .digest-form {
  flex-grow: 1;
}
.dialogue.dialogue-subject .digest-form_label {
  font-size: 18px;
}
.dialogue .dialogue_warning {
  padding: 0;
  margin: 0;
  font-size: 13px;
  flex-grow: 1;
}
.dialogue .dialogue_warning strong {
  color: #44bc8f;
}
.dialogue .dialogue_warning strong.failure {
  color: #fc585f;
}
.dialogue .dialogue_warning a {
  text-decoration: underline;
}
.dialogue .dialogue_warning_close {
  width: 16px;
  height: 16px;
  flex: 0 0 18px;
  color: #938b9b;
}
.dialogue h4 + textarea {
  margin-top: -12px;
}
.dialogue + .dialogue {
  margin-top: 3px;
}
.dialogue .ui--toolbar {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100vw;
  max-width: 100%;
  height: 44px;
  user-select: none;
  padding: 0;
  white-space: nowrap;
}
.dialogue .ui--toolbar header {
  color: #a49fb1;
  font-size: 11px;
  font-weight: 600;
  padding: 0 12px 0;
  line-height: 34px;
}
.dialogue .logo {
  width: 18px;
  border-radius: 3px;
}
.dialogue h2 + .tags {
  margin-top: -14.6666666667px;
  margin-bottom: 22px;
}
.dialogue .tags {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -2px;
}
.dialogue .tags .digest-competitors_text {
  text-transform: none;
  font-size: 12px;
  display: block;
  padding: 3px;
}
.dialogue .tag {
  display: inline-block;
  background: rgba(163.7213114754, 158.9672131148, 177.0327868852, 0.2);
  height: 22px;
  padding: 2px 8px 2px 2px;
  margin: 0 4px 4px 0;
  border-radius: 3px;
  transition: background 260ms ease-in-out;
  user-select: none;
}
.dialogue .tag .tag-image {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  min-width: 18px;
  max-height: 18px;
  margin-right: 6px;
}
.dialogue .tag .tag-text {
  display: inline-block;
  overflow: hidden;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 120px;
  color: #575265;
  transition: color 260ms ease-in-out;
}
.dialogue .tag .tag-delete {
  visibility: hidden;
  margin-left: 4px;
  color: #716879;
}
.dialogue .tag .tag-delete:hover {
  color: #fc585f;
}
.dialogue .tag:hover {
  background: rgba(163.7213114754, 158.9672131148, 177.0327868852, 0.4);
  cursor: pointer;
}
.dialogue .tag:hover .tag-text {
  color: #111;
}
.dialogue .tag:hover .tag-delete {
  visibility: visible;
}
.dialogue .tag--highlighted {
  background: #ffdd4d;
}
.dialogue .tag--highlighted:hover {
  background: rgb(255, 206.3876404494, 0.5);
}
.dialogue .tag.tag--noHover {
  pointer-events: none;
}
.dialogue .tag.tag--draft {
  opacity: 0.5;
}
.dialogue .tag--add-board {
  color: #716879;
}
.dialogue .tag--add-board:hover {
  color: #44bc8f;
}
.dialogue .tag--add-board-dropdown {
  display: inline-block;
  float: none;
}
.dialogue .tag--add-board-dropdown .ui-dropdown-menu {
  top: 22px;
  z-index: 1001;
}
.dialogue footer {
  position: relative;
  bottom: -7.3333333333px;
  font-size: 12px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  padding: 11px 0;
}
.dialogue footer strong {
  text-transform: uppercase;
  color: rgb(123.5901639344, 116.7459016393, 142.7540983607);
  margin-right: 6px;
  font-size: 12px;
}
.dialogue:not([class*=editor]) {
  opacity: 0;
  animation: 280ms ease-out 1 forwards digest--fadein;
}
.dialogue .menu-wrapper_icon,
.dialogue a.menu-wrapper_icon {
  color: #a49fb1;
  transition: color 260ms ease-in-out, background 260ms ease-in-out;
}
.dialogue .menu-wrapper_icon:hover,
.dialogue a.menu-wrapper_icon:hover {
  color: #575265;
  background: #dfe2dd;
}
.dialogue .menu-wrapper_items_item,
.dialogue a.menu-wrapper_items_item {
  color: #575265;
  transition: color 260ms ease-in-out;
}
.dialogue .menu-wrapper_items_item:hover,
.dialogue a.menu-wrapper_items_item:hover {
  color: #111;
}
.digest-item.digest-item--locked .digest-item_icon {
  display: inline-block;
  margin: -3px 5px 0 -3px;
}
#digestPreview {
  margin-bottom: 22px;
}
.digest-textarea {
  display: block;
  overflow: hidden;
  font-weight: 400;
  color: #575265;
  border: 0;
  padding: 0;
  background: none;
  width: 100%;
  resize: none;
}
.digest-textarea:focus {
  outline: none;
}
.digest-textarea::placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.digest-textarea.digest-textarea--subject {
  display: inline-block;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  vertical-align: middle;
  width: calc(100% - 100px);
}
.digest-textarea.digest-textarea--summary {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
}
.digest-textarea.digest-textarea--headline {
  font-size: 16px;
  color: #31aae3;
  line-height: 19px;
  font-weight: 600;
}
.digest-textarea.digest-textarea--headline.html-enabled {
  color: #3751ff;
}
.digest-textarea.digest-textarea--contextualize {
  font-size: 16px;
  line-height: 140%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.digest-textarea.digest-textarea--quote {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.digest-archives_heading-container .dialogue {
  margin-bottom: 12px;
}
.digest-archives,
h4.digest-archives {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.digest-archives_button,
h4.digest-archives_button {
  margin: 0;
}
h2.digest-archives {
  font-weight: 600;
}
.digest-archives--placeholder {
  background-color: #fff;
  margin-bottom: 3px;
  padding-bottom: 11px;
}
.digest-archives--placeholder_body {
  min-height: 132px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 792 132' xmlns='http://www.w3.org/2000/svg'%3E%3Crect rx='2' height='25' width='194' y='22' x='21.5' fill='%23f2f2f2'/%3E%3Crect rx='2' height='18' width='95' y='103' x='22' fill='%23f2f2f2'/%3E%3Crect rx='2' height='18' width='95' y='103' x='125.505' fill='%23f2f2f2'/%3E%3Crect rx='2' height='18' width='134' y='103' x='228.505' fill='%23f2f2f2'/%3E%3Crect rx='2' height='18' width='59' y='103' x='371.505' fill='%23f2f2f2'/%3E%3Crect rx='2' height='11' width='134' y='80' x='22' fill='%23f2f2f2'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  animation: loading 1s infinite;
}
.digest-archives--placeholder_footer {
  background-color: rgba(49, 170, 227, 0.1);
  height: 35px;
  margin: 0 11px;
  animation: loading 1s infinite;
}
.digest-favorite_attachments {
  margin: 10px 0 20px 0;
}
.digest-favorite_attachments > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.digest-favorite_attachments > ul .digest-favorite_attachment {
  font-weight: 600;
  font-size: 11px;
  padding: 3px 5px 0 0;
  display: flex;
  align-items: center;
}
.digest-favorite_attachments > ul .digest-favorite_attachment .attachment-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #a49fb1;
  margin-right: 2px;
}
.digest-favorite_attachments > ul .digest-favorite_attachment .attachment-link {
  line-height: 20px;
  max-width: 255px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.digest-favorite_headline-region,
.digest-favorite_headline-region-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-favorite_headline-region .logo,
.digest-favorite_headline-region-header .logo {
  position: relative;
  justify-self: center;
  align-self: flex-start;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  object-fit: contain;
}
.digest-favorite_headline-region {
  margin-bottom: 18px;
}
.digest-reminder-table {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}
.digest-reminder-table-header-row,
.digest-reminder-table-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  text-align: center;
}
.digest-reminder-table-header-row div,
.digest-reminder-table-row div {
  flex: 1;
}
.digest-reminder-table-header-row {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.digest-reminder-table-row div:first-child {
  font-weight: 600;
}
.digest-reminder-table-row:last-child {
  border-bottom: none;
  padding-bottom: none;
}
@media screen and (max-width: 1023px) {
  .digest-page .layout-page {
    height: calc(100% - 88px);
  }
  .digest-page .layout-page[class*=columns] > * {
    max-height: calc(100% - 88px);
  }
}
.digest-page.full-header {
  height: 100vh;
}
.digest-page.full-header .digest-body,
.digest-page.full-header .digest-sidebar {
  overflow-y: scroll;
  height: calc(100% - 100px);
}
.digest-preview-control {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-preview-control svg {
  cursor: pointer;
}
.digest-preview-control.disabled svg {
  opacity: 0.37;
  pointer-events: none;
}
.digest-page.full-header .layout-page {
  height: calc(100vh - 100px);
  border-top: none;
  top: 100px;
}
@media screen and (max-width: 1023px) {
  .digest-page.full-header .layout-page {
    height: calc(100% - 100px);
  }
  .digest-page.full-header .layout-page[class*=columns] > * {
    max-height: calc(100% - 100px);
  }
}
.digest-page-header-container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 88px;
}
.digest-page-header-container .digest-edit-header {
  margin: 0 22px;
  display: flex;
  flex-direction: column;
}
.digest-page-header-container .digest-edit-header .header-superscript {
  padding: 10px 0;
}
.digest-page-header-container .digest-edit-header .digest-settings-container {
  display: flex;
  flex-direction: row;
  background-color: #faf8e4;
  width: 100%;
  align-items: center;
  padding: 8px 0;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 21;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings .button-legacy,
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings .digest-selector-title {
  font-size: 20px;
  word-break: normal;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings .ui-dropdown-menu {
  right: unset;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings .toolbar-button_label {
  font-size: 20px;
  text-transform: none;
  word-break: normal;
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings .toolbar-button_label {
    max-width: 220px;
  }
}
@media screen and (max-width: 750px) {
  .digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings .toolbar-button_label {
    max-width: 160px;
  }
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-settings-edit-button {
  padding: 0 22px;
  height: 44px;
  cursor: pointer;
  border-left: solid 1px lightgray;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience > div {
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 22px;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience > div:not(:last-child) {
  border-right: solid 1px lightgray;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .audience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-weight: 600;
  white-space: nowrap;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .audience-who {
  display: flex;
  align-items: center;
  color: #575265;
  cursor: help;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .audience-who svg {
  margin-right: 5px;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .audience-when {
  color: #938b9b;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .schedule {
  color: #fc585f;
  padding-left: 0;
  padding-right: 20px;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .schedule button {
  margin-left: 15px;
  background-color: transparent;
  border: 2px solid #fc585f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 20px;
  white-space: nowrap;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .schedule button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .sent-schedule-status {
  color: #938b9b;
  font-weight: 600;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .digest-time {
  margin-left: 8px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: none;
  white-space: nowrap;
}
.digest-page-header-container .digest-edit-header .digest-settings-container .digest-schedule-and-audience .digest-date {
  margin-left: 8px;
  font-size: 11px;
}
.digest-page-header-container .digest-selector {
  margin: 0 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-page-header-container .digest-selector .add-button {
  cursor: pointer;
  margin-left: 10px;
}
.digest-page-header-container .digest-selector .toolbar-button {
  padding-left: 0;
}
.digest-body_footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 22px;
}
.digest-settings-modal-container {
  top: 50px;
  height: calc(100% - 50px) !important;
}
.digest-settings-modal-container .klue-ui-modal-content {
  height: 0;
}
.digest-settings-modal-container .digest-settings-modal__footer {
  display: flex;
  justify-content: flex-end;
}
.digest-settings-modal-container .digest-settings-modal__footer button {
  margin-left: 22px;
}
.digest-type-settings {
  padding: 44px;
  max-width: min(100vw - 88px, 1200px);
  background-color: white;
}
.digest-type-settings .help-block {
  margin-bottom: 20px;
  max-width: 350px;
}
.digest-type-settings.multiples .help-block {
  max-width: 650px;
}
.digest-type-settings .digest-name-setting {
  margin-bottom: 22px;
}
.digest-type-settings .digest-name-setting input.form-control {
  width: 50%;
  min-width: 300px;
}
.digest-type-settings .digest-name-setting h4 {
  margin-bottom: 3px;
}
.digest-type-settings .digest-name-setting h6 {
  color: #938b9b;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-style: italic;
}
.digest-type-settings .digest-settings-error {
  color: #fc585f;
  font-weight: 600;
  font-size: 14px;
}
.digest-type-settings .button.disabled {
  opacity: 0.37;
  pointer-events: none;
}
.with-overflow-scroll {
  overflow: visible !important;
}
.digest-menu-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.digest-menu-group {
  padding-bottom: 20px;
}
.digest-menu-group p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}
.digest-menu-group p .email {
  color: #44bc8f;
}
.digest-menu-group a.digest-menu-button {
  color: inherit;
}
p.digest-preview-disable-checkbox-reason {
  font-size: 12px;
  font-style: italic;
  padding-left: 20px;
  padding-top: 10px;
}
.digest-menu-group:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(113, 104, 121, 0.15);
}
.digest-menu-icon-button {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.digest-menu-icon-button span {
  margin-left: 10px;
}
.digest-menu-icon-button.email span {
  color: #31aae3;
}
.digest-menu-icon-button:not(.email) {
  text-transform: capitalize;
  cursor: pointer;
}
.digest-menu-icon-button:not(.email):hover {
  font-weight: 600;
}
.digest-menu-icon-button.disabled {
  opacity: 0.37;
  cursor: not-allowed;
  pointer-events: none;
}
.digest-edit-header-super-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.digest-edit-header-super-header .digest-header-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-header-buttons-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
  background-color: #f8f6f7;
}
.digest-header-buttons-footer .digest-menu-text-button {
  width: 130px;
  margin-top: 10px;
}
.digest-header-buttons-footer .digest-menu-text-button:not(first-child) {
  margin-left: 10px;
}
.digest-test-preview-options button {
  margin-top: 10px;
}
.digest-test-preview-options-list {
  margin-top: 20px;
}
.digest-menu-text-button {
  margin-top: 10px;
}
.digest-menu-text-button button {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border: #31aae3 2px solid;
  color: #31aae3;
  max-width: 225px;
}
.digest-menu-text-button.primary button {
  color: white;
  background-color: #31aae3;
  border: none;
}
.digest-menu-text-button.primary.save button {
  background-color: #44bc8f;
  padding: 16px 0;
}
.digest-menu-text-button.disabled button {
  opacity: 0.37;
  cursor: not-allowed;
  pointer-events: none;
}
.digest-menu-text-button.no-bottom-margin button {
  margin-bottom: 0;
}
.digest-type-checkbox {
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 5px 10px;
  padding-left: 20px;
  cursor: pointer;
}
.digest-type-checkbox.checked svg {
  color: #44bc8f;
}
.digest-type-checkbox.checked:not(.transparent-on-checked) {
  background-color: #fffde9;
}
.digest-type-checkbox.disabled {
  opacity: 0.37;
  cursor: not-allowed;
}
.digest-type-checkbox span {
  margin-left: 10px;
}
.digest-type-checkbox + div {
  display: none;
}
.show-checkbox-options .ui-dropdown {
  position: static;
}
.show-checkbox-options .ui-dropdown .ui-dropdown-menu {
  max-width: 350px;
}
.show-checkbox-options .digest-type-checkbox {
  display: flex;
}
.show-checkbox-options .digest-type-checkbox + div {
  display: flex;
}
.show-checkbox-options.disabled {
  pointer-events: none;
  opacity: 0.37;
}
.digest-preview-sent-message {
  font-weight: 600;
}
.digest-preview-sent-message.success {
  color: #44bc8f;
}
.digest-preview-sent-message.failure {
  color: #fc585f;
  cursor: help;
}
div.digest-body_summary {
  font-size: 18px;
  line-height: 1.428571429;
}
.columns__digest__simpler .digest-sidebar {
  height: 0 !important;
  padding: 0 !important;
}
.columns__digest__simpler .digest-feed.endless-container {
  height: 0 !important;
  padding: 0 !important;
}
.digest.klue-ui-modal .klue-ui-modal-content {
  min-height: 0;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 6px;
}
.digest.klue-ui-modal .klue-ui-modal-content .modal-editor-card-link-selector {
  position: relative;
}
.digest-settings-section {
  display: flex;
  flex-direction: column;
  opacity: 0;
  max-height: 0;
  transition: all 0.25s ease-in-out;
  border-bottom: none;
}
.digest-settings-section.expanded {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  max-height: 10000px;
  border-bottom: 1px solid rgba(113, 104, 121, 0.15);
  padding-bottom: 20px;
}
.digest-checkboxes-container {
  margin-left: 20px;
}
.digest-checkboxes-container .digest-checkboxes-checkbox {
  margin-right: 10px;
}
.digest-section-toggle-container {
  padding: 10px 0;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(113, 104, 121, 0.15);
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.digest-section-toggle-container * {
  margin: 0;
  padding: 0;
}
.digest-section-toggle-container .toggle-count {
  font-weight: normal;
  font-style: italic;
  color: #575265;
}
.digest-section-select-all {
  display: flex;
  background: none;
  border: none;
  margin: 20px 0;
  font-size: 12px;
  font-weight: 600;
  color: #938b9b;
}
.digest-section-select-all:hover:not(.spinner) {
  color: #575265;
}
.digest-section-select-all.spinner {
  margin-left: 10px;
  height: 19px;
  width: 19px;
}
.digest-section-filter {
  display: flex;
  position: relative;
}
.digest-section-filter svg {
  position: absolute;
  left: 8px;
  top: 8px;
}
.digest-section-filter input {
  box-sizing: border-box;
  appearance: none;
  background: rgb(255, 255, 255);
  width: 100%;
  margin: 0px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 5px;
  color: rgb(1, 22, 39);
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.125rem;
  padding: 8px 12px 8px 34px;
  transition: background-color 0s ease 0s, border-color 100ms ease-in-out 0s;
  outline: none !important;
}
.digest-suggestions-container.disabled {
  pointer-events: none;
  opacity: 0.37;
}
.digest-suggestions-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.digest-setting-header-with-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 40px 0 10px;
}
.digest-setting-header-with-info h4 {
  margin: 0;
  padding: 0;
}
.digest-setting-header-with-info .toggle-switch {
  margin: 0 15px;
}
.digest-setting-header-with-info svg {
  margin-left: 5px;
  color: #938b9b;
}
@media screen and (max-width: 1023px) {
  .digest-logo {
    max-width: 100px;
  }
  .digest-sidebar {
    margin: 0 22px;
  }
  .digest-feed.endless-container {
    padding-top: 0 !important;
  }
  .banner-content {
    min-width: min(100%, 580px) !important;
  }
  .digest-sidebar_menu_card.no-edit {
    margin-bottom: 0 !important;
  }
  .digest-schedule-and-audience .audience {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .digest-schedule-and-audience .schedule {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .digest {
    overflow: auto;
    height: auto;
  }
  .digest-body,
  .digest-sidebar {
    height: auto;
  }
  .digest-body {
    padding: 0 22px !important;
  }
  .digest-page.full-header .layout-page {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .digest-type-settings .digest-name-setting input.form-control {
    width: 50%;
    min-width: 80%;
  }
}
@keyframes digest--fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes digest-avatar--pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.25;
  }
  5% {
    transform: scale(1.25);
    opacity: 1;
  }
  10% {
    transform: scale(1.15);
    opacity: 0.25;
  }
  15% {
    transform: scale(1.35);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.download-mobile-banner {
  width: 100%;
  background-color: rgba(236, 237, 234, 0.95);
  z-index: 1000;
  position: fixed;
  display: none;
  border-bottom: rgb(135, 135, 135);
  align-items: center;
}
.download-mobile-banner * {
  margin: 0;
}
.download-mobile-banner_logo {
  width: 48px;
  height: 48px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 23px;
  border-radius: 6px;
}
.download-mobile-banner_app-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.download-mobile-banner_text-info {
  color: #34303B;
}
.download-mobile-banner_text-info h1 {
  font-size: 16px;
}
.download-mobile-banner_text-info h2 {
  font-size: 12px;
}
.download-mobile-banner_text-info p {
  font-size: 14px;
  margin-top: 3px;
}
.download-mobile-banner a {
  text-decoration: none;
}
.download-mobile-banner_close {
  margin-left: 23px;
}
.download-mobile-banner_view {
  margin-right: 20px;
}
.download-mobile-banner_view a {
  color: #31AAE3;
}
@media screen and (max-width: 480px) {
  .download-mobile-banner {
    display: flex;
  }
}
.drop-target-scroller {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.drop-target-scroller.left {
  left: 0;
  right: calc(100% - min(100%, 88px));
}
.drop-target-scroller.left.narrow {
  right: calc(100% - min(100%, 44px));
}
.drop-target-scroller.right {
  right: 0;
  left: calc(100% - min(100%, 88px));
}
.drop-target-scroller.right.narrow {
  left: calc(100% - min(100%, 44px));
}
.drop-target-scroller.top {
  top: 0;
  bottom: calc(100% - min(100%, 88px));
}
.drop-target-scroller.top.narrow {
  bottom: calc(100% - min(100%, 44px));
}
.drop-target-scroller.bottom {
  bottom: 0;
  top: calc(100% - min(100%, 88px));
}
.drop-target-scroller.bottom.narrow {
  top: calc(100% - min(100%, 44px));
}
.dropdown-inline {
  overflow: hidden;
  text-align: left;
  max-height: 44px;
  margin: 4px 0 24px;
  background: transparent;
  transition: all 160ms ease-in-out;
}
.dropdown-inline_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 42px;
  font-weight: 600;
  color: #575265;
  text-transform: capitalize;
  padding: 0 12px;
  margin-bottom: 0 !important;
  border: 1px solid rgb(236.84375, 231.65625, 234.25);
  transition: all 160ms ease-in-out;
  user-select: none;
  cursor: pointer;
}
.dropdown-inline_label_icon {
  text-align: center;
}
.dropdown-inline > ul {
  opacity: 0;
  border: 1px solid rgb(236.84375, 231.65625, 234.25);
  margin-top: -1px;
  transition: all 160ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
.dropdown-inline > ul li a {
  padding: 0 12px;
}
.dropdown-inline > ul li:hover {
  background: #f8f6f7;
}
.dropdown-inline:hover .dropdown-inline_label {
  background: #ffffff;
}
.dropdown-inline.on,
.dropdown-inline.dropdown-inline--active {
  overflow: visible;
  max-height: 800px;
}
.dropdown-inline.on .dropdown-inline_label,
.dropdown-inline.dropdown-inline--active .dropdown-inline_label {
  background: #ffffff;
  border-color: #44bc8f;
}
.dropdown-inline.on > ul,
.dropdown-inline.dropdown-inline--active > ul {
  opacity: 1;
  border-color: #44bc8f;
  background: #ffffff;
  transform: scale(1);
}
.ui-dropdown-panel {
  float: right;
}
.ui-dropdown-panel .btn,
.ui-dropdown-panel form > input[type=search] {
  display: block;
  background: #ffffff;
  border: 1px solid rgba(147, 139, 155, 0.4);
  color: #938b9b;
  font-size: 13px;
  white-space: nowrap;
  max-width: 100%;
  height: 44px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 160ms 2ms ease-in-out;
}
.ui-dropdown-panel .btn > span.display-label,
.ui-dropdown-panel form > input[type=search] > span.display-label {
  display: inline-block;
}
.ui-dropdown-panel .btn > span.display-label.placeholder,
.ui-dropdown-panel form > input[type=search] > span.display-label.placeholder {
  color: rgb(210.75, 207.4722222222, 214.0277777778);
}
.ui-dropdown-panel .btn i.fa,
.ui-dropdown-panel form > input[type=search] i.fa {
  display: inline-block;
  margin: 2px 0 0 10px;
  vertical-align: text-top;
}
.ui-dropdown-panel .btn.primary,
.ui-dropdown-panel form > input[type=search].primary {
  background: #44bc8f;
  border: none;
  color: #ffffff;
  float: left;
  max-width: 112px;
  line-height: 25px;
  font-weight: normal;
}
.ui-dropdown-panel .btn.primary i.fa,
.ui-dropdown-panel form > input[type=search].primary i.fa {
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 8px;
}
.ui-dropdown-panel .btn > div,
.ui-dropdown-panel form > input[type=search] > div {
  user-select: none;
}
.ui-dropdown-panel .ui-dropdown {
  z-index: auto;
}
.ui-dropdown-panel .ui-dropdown.on .btn > span.display-label.placeholder {
  color: #ffffff;
}
.ui-dropdown-panel .ui-dropdown:last-child {
  margin-left: 0;
}
.ui-dropdown-panel form.company-filter {
  display: none;
}
@media (min-width: 980px) {
  .ui-dropdown-panel form.company-filter {
    display: block;
  }
}
.ui-dropdown-panel form.company-filter > input[type=search] {
  padding-left: 12px;
  width: 130px;
  transition: width 160ms 2ms ease-in-out;
}
@media (min-width: 1024px) {
  .ui-dropdown-panel form.company-filter > input[type=search] {
    min-width: 150px;
  }
}
@media (min-width: 1100px) {
  .ui-dropdown-panel form.company-filter > input[type=search] {
    min-width: 180px;
  }
}
@media (min-width: 1200px) {
  .ui-dropdown-panel form.company-filter > input[type=search] {
    min-width: 220px;
  }
}
@media (min-width: 1400px) {
  .ui-dropdown-panel form.company-filter > input[type=search] {
    min-width: 300px;
  }
}
.ui-dropdown-panel form.company-filter > input[type=search]::placeholder {
  color: rgb(210.75, 207.4722222222, 214.0277777778);
}
.ui-dropdown-panel--left {
  float: none;
}
.hours-input {
  display: flex;
  flex-direction: column;
}
.hours-input > div {
  display: flex;
  flex-direction: row;
}
.hours-input .digest-send-once-group {
  width: 100px;
}
.hours-input .button {
  padding: 0px 20px;
}
.ui-dropdown {
  position: relative;
  width: auto;
  float: right;
  margin: 0 4px;
  transition: all 160ms 2ms ease-in-out;
}
.ui-dropdown > span,
.ui-dropdown > form > label {
  position: absolute;
  top: -18px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 2px;
  color: #938b9b;
  user-select: none;
}
.ui-dropdown .display-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  transition: width 160ms 20ms ease-in-out;
}
@media (min-width: 768px) {
  .ui-dropdown .display-label {
    max-width: 100px;
  }
}
@media (min-width: 1024px) {
  .ui-dropdown .display-label {
    max-width: 110px;
  }
}
@media (min-width: 1100px) {
  .ui-dropdown .display-label {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .ui-dropdown .display-label {
    max-width: 130px;
  }
}
@media (min-width: 1400px) {
  .ui-dropdown .display-label {
    max-width: 150px;
  }
}
@media (min-width: 1600px) {
  .ui-dropdown .display-label {
    max-width: 180px;
  }
}
.ui-dropdown .ui-dropdown-menu {
  position: absolute;
  z-index: 101;
  top: 39px;
  min-width: 200px;
  right: 0;
  height: auto;
  overflow: hidden;
  pointer-events: none;
  cursor: default;
  background: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  transition: all 160ms 20ms ease-in-out, max-height 0ms 180ms linear;
}
.ui-dropdown .ui-dropdown-menu a {
  display: block;
  padding: 12px 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  transition: color 240ms ease-out, background-color 240ms ease-out;
  user-select: none;
  color: #011627;
  border-radius: 8px;
}
.ui-dropdown .ui-dropdown-menu a .ui-dropdown-option_icon {
  font-size: 14px;
  margin-left: 8px;
  margin-bottom: 1px;
  vertical-align: text-bottom;
}
.ui-dropdown .ui-dropdown-menu a:hover {
  background: #fff500 !important;
  text-decoration: none;
}
.ui-dropdown .ui-dropdown-menu a:focus {
  background: #fff500 !important;
  outline: none;
  text-decoration: none;
}
.ui-dropdown .ui-dropdown-menu a._new {
  color: #fc585f;
}
.ui-dropdown .ui-dropdown-menu a.active {
  background: #44bc8f !important;
  color: #ffffff !important;
}
.ui-dropdown .ui-dropdown-menu a.active > span {
  pointer-events: none;
}
.ui-dropdown.on > a {
  border-color: transparent;
  border-radius: 8px;
  background: #fff500 !important;
  color: #011627;
}
.ui-dropdown.on .ui-dropdown-menu {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: all;
  cursor: pointer;
  max-height: 443px;
  border: 1px solid rgba(147, 139, 155, 0.4);
  opacity: 1;
  transform: translateY(0);
  filter: drop-shadow(4px 4px 2px rgba(100, 100, 100, 0.1));
  transition: all 160ms 20ms ease-in-out, max-height 0s 0s linear;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 0px 4px 10px rgba(1, 22, 39, 0.2);
  margin-top: 8px;
}
.ui-dropdown.on .ui-dropdown-menu::-webkit-scrollbar-track {
  background: #ddd;
  border: none;
  border-radius: none;
}
.ui-dropdown.on .ui-dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(113, 104, 121, 0.9);
  border: none;
  width: 12px;
}
.ui-dropdown.condensed > a {
  text-align: center;
  width: 40px;
  display: block;
}
.ui-dropdown.condensed .ui-dropdown-menu {
  user-select: none;
}
.ui-dropdown.condensed .ui-dropdown-menu > a,
.ui-dropdown.condensed .ui-dropdown-menu .dropdown-options-item {
  padding: 8px 12px;
  white-space: nowrap;
}
.ui-dropdown.condensed .ui-dropdown-menu > a.separator,
.ui-dropdown.condensed .ui-dropdown-menu .dropdown-options-item.separator {
  border-top: 1px solid rgba(147, 139, 155, 0.25);
}
.ui-dropdown.condensed .ui-dropdown-menu > a .ui-dropdown-option_label,
.ui-dropdown.condensed .ui-dropdown-menu .dropdown-options-item .ui-dropdown-option_label {
  display: inline-block;
  line-height: 24px;
}
.ui-dropdown.condensed .ui-dropdown-menu > a .ui-dropdown-option_icon + .ui-dropdown-option_label,
.ui-dropdown.condensed .ui-dropdown-menu .dropdown-options-item .ui-dropdown-option_icon + .ui-dropdown-option_label {
  margin-right: 24px;
}
.ui-dropdown.condensed .ui-dropdown-menu > a .ui-dropdown-option_icon,
.ui-dropdown.condensed .ui-dropdown-menu .dropdown-options-item .ui-dropdown-option_icon {
  width: 16px;
  font-size: 18px;
  margin-left: 0;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
}
.ui-dropdown.condensed .ui-dropdown-menu > a .ui-dropdown-option_icon--right,
.ui-dropdown.condensed .ui-dropdown-menu .dropdown-options-item .ui-dropdown-option_icon--right {
  float: right;
  margin: 0 -7px 0 0;
}
.ui-dropdown.condensed .ui-dropdown-menu .divider {
  border-top: 1px solid rgba(147, 139, 155, 0.25);
}
.ui-dropdown--left {
  display: inline-block;
  float: none;
}
.btn.btn-dropdown-card {
  color: #575265;
  font-weight: 400;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  padding: 0;
  line-height: 38px;
  min-width: 40px;
  text-align: center;
}
.btn.btn-dropdown-card .fa {
  font-size: 18px;
}
.btn.btn-dropdown-card .fa-ellipsis-v {
  position: relative;
  vertical-align: middle;
}
.btn.btn-dropdown-card:hover {
  border-color: transparent;
  background: #44bc8f;
  color: #ffffff;
}
.btn.btn-board-header {
  color: #011627;
  line-height: 40px;
  min-width: 40px;
  padding: 0;
  text-align: center;
  border: none;
}
.btn.btn-board-header > .fa {
  position: relative;
  vertical-align: middle;
}
.btn.btn-board-header .fa-ellipsis-v {
  font-size: 18px;
}
.btn.btn-board-header:not([disabled]):hover {
  color: #3751ff;
  background: transparent;
}
.ui-dropdown.on > .btn,
.ui-dropdown.on .btn:hover {
  background: #fff500;
  color: #011627 !important;
  border-radius: 8px;
}
.ui-dropdown.ui-dropdown-flush {
  margin: 0;
}
.ui-dropdown.ui-dropdown-left {
  float: left;
}
.ui-dropdown.ui-dropdown-left > .btn {
  color: #ffffff;
}
.ui-dropdown.ui-dropdown-no-border > .btn {
  border-color: transparent;
  line-height: 38px;
}
.ui-dropdown.ui-dropdown-toolbar > .btn {
  color: #ffffff;
  line-height: 28px;
  width: 38px;
  min-width: 38px;
  margin: 0;
  border-left: 1px solid rgba(248, 246, 247, 0.15);
}
.ui-dropdown.ui-dropdown-toolbar > .btn:hover {
  background-color: #fc585f;
  border-left-color: transparent;
}
.ui-dropdown.ui-dropdown-toolbar .ui-dropdown-menu {
  top: 45px;
}
.ui-dropdown.ui-dropdown-alert-style > .btn {
  color: #575265;
  opacity: 0.7;
  background: transparent;
  cursor: pointer;
  outline: none;
  transition: color 160ms ease-in-out, background 160ms ease-in-out;
}
.ui-dropdown.ui-dropdown-alert-style > .btn:active {
  outline: none;
  background: #31aae3;
}
.ui-dropdown.ui-dropdown-alert-style > .btn:hover {
  background: rgb(49, 170, 227);
}
.ui-dropdown.ui-dropdown-card-style.on > .btn,
.ui-dropdown.ui-dropdown-card-style.on .btn:hover {
  background: #fff500;
  color: #011627 !important;
  border-radius: 8px;
}
.ui-dropdown.ui-dropdown-card-style:hover > .btn {
  color: #3751ff !important;
  background: transparent;
}
.btn.btn-dropdown-size-30 {
  min-width: 30px;
  max-width: 30px;
  line-height: 36px;
  height: 38px;
}
.btn.btn-dropdown-size-38 {
  min-width: 38px;
  max-width: 38px;
  line-height: 38px;
  height: 100%;
}
.btn.btn-dropdown-size-38.with-centered-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
}
.btn.btn-dropdown-size-44 {
  min-width: 44px;
  max-width: 44px;
  line-height: 36px;
  height: 44px;
}
.ui-dropdown-menu--disabled {
  opacity: 0.4;
}
.ui-dropdown-menu--disabled:hover {
  cursor: default;
}
.dropdown-options-filter {
  display: flex;
  position: sticky;
  top: 0;
  width: 300px;
  padding: 8px;
  background-color: #ffffff;
}
.dropdown-options-filter-input {
  border-radius: 4px;
  border: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  padding: 8px;
  font-size: 14px;
  width: 100%;
}
.dropzone {
  background: rgba(0, 0, 0, 0.05);
  border: 2px dashed;
}
.dropzone h1 {
  top: 50%;
  width: 100%;
  position: absolute;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
}
.card-editor-toolbar .toolbar-fontsize--small {
  font-size: 10px;
}
.card-editor-toolbar .toolbar-fontsize--medium {
  font-size: 15px;
}
.card-editor-toolbar .toolbar-fontsize--large {
  font-size: 20px;
}
.card-editor-toolbar .toolbar-fontsize--extra-large {
  font-size: 24px;
}
.card-editor-body .klue-editor {
  border-radius: 0;
}
.card-editor-body .klue-editor .fr-wrapper {
  background: #f9f9f9;
  border: none;
  position: relative;
}
.card-editor-body .klue-editor .fr-wrapper [class*=-resizer] {
  display: none;
}
.card-editor-body .klue-editor .fr-wrapper .fr-placeholder {
  z-index: 2;
  pointer-events: none;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
}
.card-editor-body .klue-editor .second-toolbar {
  display: none;
}
.card-editor-body .klue-editor img.upload-failed {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/editor-img-placeholder-MC4GHPQZ.digested.png);
}
.fr-toolbar {
  border-radius: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 10px;
  z-index: 100000 !important;
}
.fr-toolbar .fr-btn-grp {
  margin: 0;
  padding: 0;
}
.fr-toolbar .fr-btn-grp .fr-command {
  margin: 0;
  border-radius: 0;
  height: 60px;
  display: flex;
  align-items: center;
}
.fr-toolbar .fr-btn-grp .fr-command.fr-dropdown::after {
  top: 30px;
}
.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #44bc8f;
}
.fr-toolbar .fr-btn-grp .fr-dropdown-menu .fr-dropdown-wrapper {
  transition: none;
}
.fr-toolbar .fr-btn-grp .fr-dropdown-menu .fr-dropdown-list .fr-command {
  line-height: normal;
  height: auto;
  padding: 11px;
}
.fr-toolbar .fr-btn-grp:not(:first-child) {
  border-left: rgba(0, 0, 0, 0.1) solid 1px;
}
.fr-toolbar .fr-btn-grp:first-child {
  padding-left: 22px;
}
.fr-toolbar .fr-command[data-cmd=videoByURL] {
  display: none;
}
.fr-color-set.fr-text-color,
.fr-color-set.fr-background-color,
.fr-color-set.fr-text-color.fr-selected-set,
.fr-color-set.fr-background-color.fr-selected-set {
  padding-bottom: 20px;
}
.editor-inline-attachment {
  margin: 22px 0;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 7.3333333333px;
  display: flex;
  align-items: center;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 2px 2px;
  border-radius: 4px;
  overflow: hidden;
  color: #938b9b;
}
.editor-inline-attachment:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.editor-inline-attachment_link {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 11px;
}
.editor-inline-attachment_link:hover {
  text-decoration: none;
}
.klue-editor-icon_image-zoom-toggle .on,
.klue-editor-icon_image-display-inline-toggle .on {
  display: none;
}
.klue-editor-icon_image-zoom-toggle--on .on,
.klue-editor-icon_image-display-inline-toggle--on .on {
  display: unset;
}
.klue-editor-icon_image-zoom-toggle--on .off,
.klue-editor-icon_image-display-inline-toggle--on .off {
  display: none;
}
.fr-disabled {
  opacity: 0.25;
}
.fr-separator.fr-hidden {
  display: inline-block !important;
}
.fr-second-toolbar:empty {
  min-height: 1px;
  z-index: 1;
}
.empty-lane-target-card {
  height: 88px;
  width: 100%;
  background-color: white;
  padding-top: 3px;
  box-shadow: none !important;
  margin: 0 !important;
}
.empty-lane-target-card.is-over {
  border-top: 3px solid #938b9b;
  padding-top: 0;
}
.error-page {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 18px;
  background: #f8f6f7;
  color: #34303b;
  box-sizing: border-box;
}
.error-page * {
  font-weight: normal;
}
.error-page *,
.error-page *:before,
.error-page *:after {
  box-sizing: inherit;
}
.error-page h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.22em;
}
.error-page a {
  color: #31aae3;
  text-decoration: none;
  transition: all 260ms ease-in-out;
}
.error-page a:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.error-page p small a {
  color: rgba(52, 48, 59, 0.24);
  font-weight: 600;
}
.error-page p small a:hover {
  color: #31aae3;
}
.error-page .wrapper {
  position: relative;
  display: table;
  height: 100vh;
  max-width: 420px;
  margin: 0 auto;
}
.error-page .wrapper > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 22px;
}
.feed-adder {
  position: absolute;
  border-radius: 4px;
  background-color: #44bc8f;
  width: 48px;
  height: 48px;
  user-select: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: background-color 140ms ease-in-out;
}
.feed-adder:before {
  color: white;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "+";
  margin: 4px 0 0 13px;
}
.feed-adder:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border: 0.5em solid transparent;
  border-width: 8px;
  border-color: transparent transparent #44bc8f #44bc8f;
  margin-left: -8px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 0 0;
  transform: rotate(-45deg);
  transition: border-color 165ms ease-in-out;
}
.feed-adder:hover {
  background-color: #338f6d;
  cursor: pointer;
}
.feed-adder:hover:after {
  border-color: transparent transparent #338f6d #338f6d;
}
.feed-adder:hover:after {
  border-top-color: #338f6d;
}
.feed-adder--saving {
  position: absolute;
  background: #44bc8f;
  pointer-events: none;
  user-select: none;
}
.feed-adder--saving:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 6px;
  margin: auto;
  width: 36px;
  height: 36px;
  border: 5px solid #44bc8f;
  border-top: 5px solid #fff;
  animation: feed-adder--saving-symbol 0.4s cubic-bezier(0.47, 0, 0.75, 0.72) infinite;
  border-radius: 100%;
}
.feed-adder--saved {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #44bc8f;
  pointer-events: none;
  user-select: none;
  animation: feed-adder--saved 3s cubic-bezier(0.47, 0, 0.75, 0.72);
}
.feed-adder--saved:before {
  display: none;
}
.feed-adder--saved .feed-adder_icon {
  position: absolute;
  top: 51%;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 40px;
  color: #fff;
  transform: translateY(-50%);
  margin: auto;
}
.feed-adder--saved .feed-adder_icon_inner {
  animation: feed-adder--saved-symbol 0.4s cubic-bezier(0, 1.05, 0.55, 1.18);
}
@keyframes feed-adder--saving-symbol {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes feed-adder--saved {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes feed-adder--saved-symbol {
  0% {
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: perspective(1px) scale(1);
  }
}
.feed-filters {
  margin: 22px auto;
  z-index: 20;
  background-color: #f8f6f7;
  position: absolute;
  top: 0;
  left: calc(50vw - 250px);
  width: 500px;
  user-select: none;
  transition: opacity 260ms ease-in-out, max-height 260ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.feed-filters::after {
  content: " ";
  display: block;
  width: 500px;
  height: 5px;
  background:
    radial-gradient(
      ellipse at 50%,
      rgba(91, 82, 101, 0.1) 0%,
      rgba(20, 9, 50, 0) 100%);
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.feed-filters_active--visible {
  margin: 0;
  padding: 11px 5px;
}
.feed-filters .feed-filters_active_filter {
  margin: 0;
}
.feed-filters:focus,
.feed-filters:active {
  outline: none;
}
.feed-filters .feed-filters-label small {
  font-weight: normal;
}
.feed-filters ~ .endless-container {
  top: 80px;
  padding-top: 22px;
  height: calc(100% - 124px);
}
.feed-filters ~ .endless-container .ui-feed {
  left: calc(50vw - 250px);
  margin: 0;
}
.feed-filters--active ~ .endless-container {
  padding-top: 68px;
}
.feed-filters--expanded {
  animation: feed-filters-slide-down 260ms ease-in-out;
  max-height: 100vh;
  display: inline-block;
}
.feed-filters--collapsed {
  animation: feed-filters-slide-up 130ms ease-in-out;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}
.feed-filters_main {
  position: relative;
  background-color: #97919d;
  max-height: 58px;
  transition:
    border 160ms 20ms ease-in-out,
    box-shadow 160ms 20ms ease-in-out,
    background 160ms 20ms ease-in-out;
  display: flex;
  align-items: center;
}
.feed-filters_main_search {
  flex-grow: 1;
}
.feed-filters--focused .feed-filters_main {
  background: #44bc8f;
  border-bottom: 1px solid rgba(236, 238, 235, 0.1);
  box-shadow: none;
}
.feed-filters_main_search {
  position: relative;
  display: inline-block;
  padding: 4px;
  width: 300px;
  height: 58px;
  white-space: nowrap;
  vertical-align: top;
}
.feed-filters_main_search_input {
  color: #575265;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  padding: 12px 36px 12px 46px;
  border-radius: 0;
}
.feed-filters_main_search_input::placeholder {
  color: #938b9b;
  user-select: none;
}
.feed-filters_main_search_input:focus,
.feed-filters_main_search_input:active {
  outline: none;
  font-weight: 600;
}
.feed-filters_main_filter_icon,
.feed-filters_main_search_icon {
  position: absolute;
  z-index: 102;
  color: #938b9b;
  width: 16px;
  text-align: center;
}
.feed-filters_main_filter_icon {
  top: 13px;
  left: 6px;
  width: 36px;
  padding: 10px 0;
  border-right: 1px solid #dcd9de;
}
.feed-filters_main_search_icon {
  right: 18px;
  top: 22px;
  cursor: pointer;
  transition: color 260ms ease-in-out;
}
.feed-filters_main_search_icon:hover {
  color: #575265;
}
.feed-filters_main_filter-primary {
  position: relative;
  display: inline-block;
  width: 116px;
  height: 58px;
  border-left: 1px solid rgba(248, 246, 247, 0.15);
}
.feed-filters_main_filter-primary > .ui-dropdown {
  width: 100%;
  margin: 0;
}
.feed-filters_main_filter-primary > .ui-dropdown > .feed-filters_main_filter-primary_dropdown {
  display: block;
  height: 58px;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.feed-filters_main_filter-primary > .ui-dropdown > .feed-filters_main_filter-primary_dropdown:hover {
  background: #fc585f;
}
.feed-filters_main_filter-primary > .ui-dropdown > .feed-filters_main_filter-primary_dropdown .display-label {
  margin-right: 8px;
  vertical-align: middle;
}
.feed-filters_main_filter-primary > .ui-dropdown > .feed-filters_main_filter-primary_dropdown .fa {
  font-size: 13px;
  margin-top: 2px;
  vertical-align: text-top;
}
.feed-filters_main_filter-primary > .ui-dropdown > .ui-dropdown-menu {
  top: 58px;
}
.feed-filters_main_filter-date {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 58px;
  border-left: 1px solid rgba(248, 246, 247, 0.15);
  vertical-align: top;
  transition: background 160ms 2ms ease-in-out;
}
.feed-filters_main_filter-date--active {
  background: #fc585f;
}
.feed-filters_main_sort {
  display: inline-block;
  width: 42px;
  height: 58px;
  border-left: 1px solid rgba(248, 246, 247, 0.15);
  vertical-align: top;
}
.feed-filters_main_sort > .ui-dropdown {
  width: 100%;
  margin: 0;
}
.feed-filters_main_sort > .ui-dropdown.on .feed-filters_main_sort-link {
  background: #fc585f;
  color: #ffffff;
}
.feed-filters_main_sort > .ui-dropdown > .ui-dropdown-menu {
  top: 58px;
}
.feed-filters_main_sort > .ui-dropdown > .ui-dropdown-menu .fa {
  font-size: 16px;
  vertical-align: middle;
}
.feed-filters_main_sort-link {
  display: block;
  color: #716879;
  width: 100%;
  height: 58px;
  font-size: 24px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transform: scale(1, -1);
}
.feed-filters_main_sort-link:hover {
  background: #fc585f;
  color: #ffffff;
}
.feed-filters_main_sort-icon {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/sort-B4OSOFGA.digested.svg) no-repeat 0 0;
  background-size: cover;
  transition: opacity 160ms 2ms ease-in-out;
}
.feed-filters_active {
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition:
    opacity 160ms 2ms ease-in-out,
    padding-top 160ms 2ms ease-in-out,
    padding-bottom 160ms 2ms ease-in-out;
}
.feed-filters_active--visible {
  opacity: 1;
  margin: 0 -11px;
  padding: 22px;
  background: #f8f6f7;
}
.feed_filters_active_label,
.feed-filters_active_filter {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 4px 8px;
}
.feed_filters_active_label {
  color: #938b9b;
  margin: 0 2px 0 0;
  text-shadow: 0 1px 1px #ffffff;
}
.feed-filters_active_filter-icon {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  width: 9px;
  height: 9px;
  opacity: 0.6;
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/close-ZKEWXCQA.digested.svg) no-repeat 0 0;
  background-size: cover;
  transition: opacity 160ms 2ms ease-in-out;
}
.feed-filters_active_filter {
  position: relative;
  text-decoration: none;
  color: #575265;
  padding-right: 26px;
  margin: 8px 8px 0 0;
  background: hsl(330, 12.5%, 101.862745098%);
  border-radius: 2px;
  cursor: pointer;
  transition: background 160ms 2ms ease-in-out;
}
.feed-filters_active_filter:hover {
  background: #ffffff;
}
.feed-filters_active_filter:hover .feed-filters_active_filter-icon {
  opacity: 1;
}
.feed-filters_active_filter-label {
  color: #938b9b;
}
.feed-filters-toggle {
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #a49fb1;
  vertical-align: top;
  cursor: pointer;
  transition: color 260ms ease-in-out, background 260ms ease-in-out;
}
.feed-filters-toggle:hover {
  color: #44bc8f;
}
.feed-filters-toggle--active {
  color: #44bc8f;
  background: #edf9f4;
}
.feed-filters-toggle_icon {
  width: 1.15em;
}
.feed-filters .react-autosuggest__container {
  position: relative;
  z-index: 101;
  height: 100%;
}
.feed-filters .react-autosuggest__container .suggestion-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.feed-filters .react-autosuggest__container .suggestion-item img {
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 2px;
}
.feed-filters .react-autosuggest__container .suggestion-item strong {
  margin-right: 6px;
}
.feed-filters .react-autosuggest__container .suggestion-item .hl {
  text-decoration: underline;
}
.feed-filters .react-autosuggest__suggestions-list {
  width: auto;
  list-style-type: none;
  background-color: #ffffff;
  margin-top: 4px;
  padding: 4px;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.08);
  transition: all 260ms ease-in-out;
}
.feed-filters .react-autosuggest__suggestion {
  margin: 0;
  padding: 4px 6px;
  cursor: pointer;
}
.feed-filters .react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
@media (max-width: 420px) {
  .feed-filters_main_search {
    max-width: 180px;
  }
  .feed-filters_main_search_input {
    padding-left: 12px;
  }
  .feed-filters_main_filter_icon {
    display: none;
  }
}
@media (max-width: 520px) {
  .feed-filters {
    width: calc(100% - 40px);
    position: static;
  }
}
@media (max-width: 640px) {
  .feed-filters_main_search {
    width: auto;
    min-width: 180px;
  }
  .feed-filters_main_filter-primary,
  .feed-filters_main_filter-date,
  .feed-filters_main_filter-sort {
    width: 36px;
  }
  .feed-filters_main_filter-primary_dropdown .display-label {
    display: none;
  }
}
@media (max-width: 960px) {
  .feed-filters {
    margin-left: auto;
    margin-right: auto;
  }
}
@keyframes feed-filters-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes feed-filters-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.feed .feed-message-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feed .feed-message-bar .feed-message-bar-logo {
  width: 33px;
  height: 33px;
  object-fit: contain;
  margin-right: 11px;
}
.feed .feed-message-bar .feed-message-bar-name {
  font-weight: 600;
  font-size: 16px;
}
.feed .feed-message-bar .feed-message-bar-link {
  margin-left: auto;
}
.flash-message {
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.flash-message .flash-message_link,
.flash-message a {
  font-weight: 600;
}
.flash-message--dismissible {
  padding-right: 36px;
}
.flash-message_dismiss {
  position: relative;
  top: -3px;
  right: -21px;
  float: right;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.3;
  transition: color 260ms ease-in-out, opacity 160ms ease-in-out;
}
.flash-message_dismiss:hover,
.flash-message_dismiss:focus {
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
.flash-message_icon {
  margin-right: 10px;
}
.flash-message--success {
  background-color: rgba(68, 188, 143, 0.2);
  border-color: rgba(68, 188, 143, 0.4);
  color: #44bc8f;
}
.flash-message--success .flash-message_link,
.flash-message--success a {
  color: #369773;
}
.flash-message--info {
  background-color: rgba(147, 139, 155, 0.3);
  border-color: rgba(147, 139, 155, 0.6);
  color: #575265;
}
.flash-message--info .flash-message_link,
.flash-message--info a {
  color: #3f3b4c;
}
.flash-message--warning {
  background-color: rgba(252, 88, 95, 0.15);
  border-color: rgba(252, 63, 102, 0.15);
  color: #fc585f;
}
.flash-message--warning .flash-message_link,
.flash-message--warning a {
  color: #fb262f;
}
.flash-message--danger {
  background-color: rgba(237, 20, 61, 0.25);
  border-color: rgba(215, 16, 87, 0.25);
  color: #ed143d;
}
.flash-message--danger .flash-message_link {
  color: #bf0f30;
}
.footer-logo {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.ui-header {
  position: fixed;
  z-index: 1030;
  width: auto;
  right: 0;
  left: 0;
  top: 0;
  transition: all 420ms 420ms ease-in-out;
}
.ui-header .client-avatar {
  width: auto;
  height: 44px;
  margin: -10px 22px 0 -11px;
}
.ui-header .container {
  padding-left: 22px;
  padding-right: 22px;
}
.ui-header .btn {
  text-decoration: none;
  border-color: transparent;
  font-size: 14px;
  font-weight: 400;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  text-transform: uppercase;
  padding: 12.5714285714px 22px;
  border-radius: none;
}
.ui-header .btn.btn-secondary {
  border: 1px solid rgb(219.675, 217.0583333333, 222.2916666667) !important;
  background: #fff;
  padding: 12.5714285714px;
  box-shadow: none !important;
  color: #575265;
}
.ui-header .btn.btn-secondary:hover {
  background: #44bc8f;
  border-color: #44bc8f !important;
  color: #ffffff;
}
.ui-header .btn.btn-lg,
.ui-header .btn-group-lg > .btn {
  padding: 16.9230769231px 33px;
}
.ui-header .btn.btn-sm,
.ui-header .btn-group-sm > .btn {
  padding: 5.5px;
  text-transform: inherit;
  font-weight: 600;
  height: 38px;
  min-width: 38px;
  line-height: 24px;
}
.ui-header .btn.btn-sm.btn-primary,
.ui-header .btn-group-sm > .btn.btn-primary {
  padding: 5.5px 11px 5.5px 5.5px;
}
.ui-header .btn.btn-sm.btn-danger,
.ui-header .btn-group-sm > .btn.btn-danger {
  color: #575265;
  background: rgb(240.075, 238.9694444444, 241.1805555556);
  border: 1px solid rgb(219.675, 217.0583333333, 222.2916666667) !important;
  line-height: 25px;
  font-size: 15px;
}
.ui-header .dropdown-menu {
  box-shadow: none;
  border-radius: none;
}
.ui-header .panel-group .panel-title {
  color: #fff;
  font-weight: 300;
}
.ui-header .panel-group .panel-title a {
  display: block;
}
.ui-header .panel-group .panel-title a:after {
  content: "\e807";
  font-family: "arrows";
  float: right;
}
.ui-header .panel-group .panel-title a.collapsed:after {
  content: "\e80a";
  font-family: "arrows";
  float: right;
}
.ui-header form input {
  border-radius: none;
}
.ui-header form textarea {
  border-color: #44bc8f;
  width: 100%;
}
.info-banner {
  position: relative;
  background-color: #620dec;
  top: 44px;
  width: 100%;
  height: 53px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
}
.info-banner button {
  color: rgb(1, 22, 39);
  margin-right: 16px;
  text-transform: capitalize;
  border: none;
  background-color: white;
  border: 1px solid rgb(189, 189, 189);
  border-radius: 3px;
}
.info-banner a {
  color: white;
  text-decoration: underline;
}
.info-banner svg {
  cursor: pointer;
}
.info-banner .info-banner_buttons {
  position: absolute;
  right: 0;
  font-style: normal;
  font-size: 12px;
}
.layout-settings .info-banner {
  top: -55px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
div[id^=inline-editor] {
  font-size: 14px;
}
div[id^=inline-editor].digest-info {
  font-size: 18px;
}
div[id^=inline-editor] p:empty {
  height: 1em;
}
div[id^=inline-editor] .fr-placeholder {
  z-index: 2;
  pointer-events: none;
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
div[id^=inline-editor].digest-info .fr-view {
  min-height: 75px;
}
div[id^=inline-editor].digest-info .fr-placeholder {
  font-size: 18px !important;
  line-height: 1.428571429;
}
div[id^=inline-editor] .fr-wrapper.show-placeholder .fr-placeholder {
  white-space: normal;
}
div[id^=inline-editor] .fr-view img.upload-failed {
  content: url(https://dycj3q34rhqmj.cloudfront.net/assets/editor-img-placeholder-MC4GHPQZ.digested.png);
}
div[id^=inline-editor] .fr-view .toolbar-fontsize--small {
  font-size: 10px;
}
div[id^=inline-editor] .fr-view .toolbar-fontsize--medium {
  font-size: 15px;
}
div[id^=inline-editor] .fr-view .toolbar-fontsize--large {
  font-size: 20px;
}
div[id^=inline-editor] .fr-view .toolbar-fontsize--extra-large {
  font-size: 24px;
}
div[id^=inline-editor] .fr-view span[style~="color:"] a,
div[id^=inline-editor] .fr-view .fr-view a {
  color: #4F81E5;
}
div[id^=inline-editor] .fr-view img {
  max-width: 100%;
  width: inherit;
}
div[id^=inline-editor] .fr-view p {
  margin: 0;
}
div[id^=inline-editor] .fr-view p:not(:first-child) {
  margin-top: 8px;
}
.input-password-wrapper {
  position: relative;
}
.input-password-wrapper input::-ms-clear,
.input-password-wrapper input::-ms-reveal {
  display: none;
}
.input-password-wrapper-toggle {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(219.675, 217.0583333333, 222.2916666667);
  cursor: pointer;
  transition: color 260ms ease-in-out;
}
.input-password-wrapper-toggle:hover {
  color: #938b9b;
}
.input-password .input-password-strength-bar {
  position: absolute;
  top: calc(100% - 0px);
  left: 0;
  height: 4px;
  width: 0;
  background: #fc585f;
  transition: all 320ms ease-in;
}
.input-password .input-password-strength-desc {
  position: absolute;
  top: calc(0% - 18px);
  right: 0;
  display: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.input-password[class*=is-strength] .input-password-strength-desc {
  display: block;
}
.input-password.is-strength-0 .input-password-strength-desc {
  color: crimson;
  animation: descFaderBad;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.input-password.is-strength-0 .input-password-strength-bar {
  width: 20%;
  background: crimson;
}
.input-password.is-strength-1 .input-password-strength-desc {
  color: Coral;
}
.input-password.is-strength-1 .input-password-strength-bar {
  width: 40%;
  background: Coral;
}
.input-password.is-strength-2 .input-password-strength-desc {
  color: LightSteelBlue;
}
.input-password.is-strength-2 .input-password-strength-bar {
  width: 60%;
  background: LightSteelBlue;
}
.input-password.is-strength-3 .input-password-strength-desc {
  color: dodgerblue;
}
.input-password.is-strength-3 .input-password-strength-bar {
  width: 80%;
  background: dodgerblue;
}
.input-password.is-strength-4 .input-password-strength-desc {
  color: LimeGreen;
  animation: descFaderGood;
  animation-iteration-count: 1;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
}
.input-password.is-strength-4 .input-password-strength-bar {
  width: 100%;
  background: LimeGreen;
}
@keyframes descFaderBad {
  50% {
    opacity: 0.25;
  }
}
@keyframes descFaderGood {
  0% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(0.75);
  }
  40% {
    transform: scale(1.75);
  }
  60% {
    transform: scale(1.25);
  }
  80% {
    transform: scale(1.5);
  }
}
.input_selector {
  position: relative;
}
.input_selector:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 11px;
  right: 12px;
  color: #44bc8f;
}
.input_selector input {
  margin: 0;
  padding-right: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input_selector input + ul {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 9999;
  top: calc(100% - 1px);
  width: 100%;
  border: 1px solid #44bc8f;
  background: #ffffff;
  opacity: 0;
  transition: all 260ms ease-in-out;
  max-height: 0;
  overflow-y: scroll;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
}
.input_selector input + ul li:not(.group_add_item) {
  height: 44px;
  border-bottom: 1px solid rgb(236.84375, 231.65625, 234.25);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 260ms ease-in-out;
}
.input_selector input + ul li.item {
  position: relative;
}
.input_selector input + ul li.item .labs-tag {
  position: absolute;
  right: 0;
  color: #44bc8f;
  border-color: #44bc8f;
}
.input_selector input + ul li.item:before {
  font-family: "FontAwesome";
  text-transform: none;
  font-weight: normal;
  margin-right: 6px;
}
.input_selector input + ul li.item:hover {
  background: #faf8e4;
}
.input_selector input + ul li.item.on {
  background: #fff69d;
}
.input_selector input + ul li.item.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.input_selector input + ul li.group {
  color: #44bc8f;
  justify-content: space-between;
}
.input_selector input + ul li.group_add_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #faf8e4;
}
.input_selector input + ul li.group_add_item input {
  margin: 15px;
  margin-right: 0;
  height: 34px;
}
.input_selector input + ul li.group_add_item input::placeholder {
  font-style: italic;
  color: rgb(181.425, 175.975, 186.875);
}
.input_selector input + ul li.group_add_item input:focus {
  background-color: #ffffff;
}
.input_selector input + ul li.group_add_item button {
  margin: 0;
  margin-right: 15px;
  height: 34px;
  min-width: 70px;
}
.input_selector input + ul li.group_add_item button.button--disabled {
  background-color: lightgray;
  border: none;
  border-radius: 0;
  color: rgb(160, 160, 160);
}
.input_selector input + ul li.group_add_item button.button--disabled:hover {
  background-color: lightgray;
}
.input_selector input.on,
.input_selector input:not(.on):focus {
  background: #faf8e4;
}
.input_selector input.on + ul,
.input_selector input:not(.on):focus + ul {
  opacity: 1;
  max-height: 300px;
  margin-bottom: 22px;
}
.input_selector[data-type=checkbox] li.on:before {
  color: #44bc8f;
  content: "\f046";
}
.input_selector[data-type=checkbox] li.off:before {
  color: rgb(217.3448275862, 215.275862069, 222.724137931);
  content: "\f096";
}
.input_selector[data-type=radio] li.on:before {
  color: #44bc8f;
  content: "\f058";
}
.input_selector[data-type=radio] li.off:before {
  color: rgb(217.3448275862, 215.275862069, 222.724137931);
  content: "\f10c";
}
.input_selector.off input {
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
}
.input_selector + label,
.input_selector + div {
  margin-top: 11px;
}
.input-selector-group_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.input-selector-group_header .selector-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #31aae3;
}
.input-selector-group_header .selector-buttons button {
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.input-settings label {
  font-size: 12px;
  color: #35323e;
  margin-bottom: 4px;
}
.input-settings input {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  outline: none;
  border: 1px solid #d2d7cf;
}
.input-settings input:focus {
  border-color: #44bc8f;
  background: #fffde9;
}
.input-settings input::placeholder {
  font-style: italic;
  color: rgb(210.75, 207.4722222222, 214.0277777778);
}
.klue-input {
  width: 100%;
  padding: 6px 12px;
  background: white;
  border-radius: 2px;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #3f3b49;
  line-height: 2.15em;
  border: 1px solid rgba(87, 82, 101, 0.25);
}
.klue-input::placeholder {
  font-style: italic;
  color: #b3b3b3;
}
.layout-integrations {
  margin-top: 84px;
  padding: 0 20px 60px 20px;
}
.layout-integrations_contain {
  max-width: 1100px;
  margin: 0 auto;
}
.integrations-grid {
  display: flex;
  margin-left: -40px;
}
.integrations-grid .fa-external-link {
  margin-top: 1px;
  margin-left: 4px;
}
.integrations-grid_col1 {
  width: 45%;
  padding-left: 40px;
}
.integrations-grid_col2 {
  width: 55%;
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .integrations-grid {
    display: block;
  }
  .integrations-grid_col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .integrations-grid_col2 {
    width: 100%;
  }
}
.integrations-hero {
  background: #fff;
  border: 1px solid #ccc;
  padding: 40px;
}
@media (max-width: 600px) {
  .integrations-hero {
    padding: 20px;
  }
}
.integrations-other {
  position: relative;
  padding: 40px;
}
.integrations-other_image {
  position: absolute;
  width: 30%;
  left: 0;
  top: 40px;
  max-height: 100%;
  overflow: hidden;
}
.integrations-other_content {
  margin-left: 30%;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .integrations-other {
    padding: 15px;
  }
  .integrations-other_image {
    width: 100%;
    margin: 0 auto;
    max-width: 230px;
    position: static;
    margin-bottom: 20px;
  }
  .integrations-other_content {
    margin: 0;
    padding: 0;
  }
}
.integrations-heading {
  font-size: 19px;
  font-weight: 600;
  color: #535353;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.integrations-item-heading {
  font-size: 18px;
  font-weight: 600;
  color: #535353;
}
.integrations-item-text {
  font-size: 15px;
  font-weight: 400;
  color: #535353;
}
.integrations-item-text--lead {
  font-weight: 600;
}
.layout-integrations .center {
  text-align: center;
}
.integrations-app-icons {
  display: flex;
}
.integrations-app-icons--ios,
.integrations-app-icons--android {
  display: inline-block;
  overflow: hidden;
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/ios-badge-6EJHRDRD.digested.png) no-repeat 0 0/135px 40px;
  width: 135px;
  height: 40px;
  margin-right: 10px;
}
.integrations-app-icons--android {
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/android-badge-ZPOCYKY5.digested.png);
}
.integrations-app-icons--slack {
  margin-right: 10px;
}
.integrations-buttons {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
div.intercom-launcher {
  display: none !important;
}
.item-list_list .item-list-error {
  color: rgb(233.8, 4.2, 14);
}
.item-list_list .button--loading {
  opacity: 0.33;
}
.item-list_list .table {
  margin-bottom: 0;
}
.item-list_list .item-list_row--more {
  background-color: #ffffff;
  border-color: transparent;
  border-bottom-style: hidden;
  border-right-style: hidden;
}
.item-list_list .item-list_row .item-list_cell {
  display: flex;
  align-items: center;
}
.item-list_list .item-list_row .item-list_cell .item-list_cell--label .ui-dropdown {
  color: #44bc8f;
}
.item-list_list .item-list_row .item-list_cell .item-list_cell--label .ui-dropdown svg {
  width: 16px;
  height: 16px;
}
.item-list_list .item-list_row .item-list_cell .item-list_cell--label .ui-dropdown .ui-dropdown-menu {
  top: 25px;
}
.item-list_list .item-list_row .item-list_cell .fa {
  cursor: pointer;
}
.item-list_list .item-list_row .item-list_cell--label {
  width: 100%;
  display: flex;
}
.item-list_list .item-list_row .item-list_checkbox-label {
  margin: 0 4px 0 0;
}
.item-list_list .item-list_row .item-list_checkbox-label i.item-list_checkbox {
  width: 1em;
  color: #44bc8f;
}
.item-list_list .item-list_row .item-list_label {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 22px;
}
.item-list_list .item-list_row .item-list_label-error {
  margin-right: 22px;
  flex-grow: 1;
}
.item-list_list .item-list_row .label-error .item-list-error {
  margin-bottom: 0;
  padding: 0;
}
.item-list_list .item-list_row--editable {
  cursor: pointer;
  transition: background-color 260ms ease-in-out 10ms;
}
.item-list_list .item-list_row--editable td:first-child:hover {
  background: #fffde9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3e%3cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z' fill='%2344bc8f' /%3e%3cpath d='M0 0h24v24H0z' fill='none' /%3e%3c/svg%3e") no-repeat calc(100% - 50px) center;
}
.item-list_list .item-list_row--editable .button {
  flex-shrink: 0;
  margin: 0 10px;
}
.item-list_list .item-list_row--editable .button:last-of-type {
  margin: 0 0 0 -5px;
}
.item-list_list .item-list_row--editing {
  background-color: #fffde9;
}
.item-list_list .item-list_row--editing .item-list_label {
  display: flex;
  align-items: center;
  max-width: unset;
}
.item-list_list .item-list_row--editing td:first-child:hover {
  background-image: none;
}
.item-list_list .item-list_row--broken .item-list_label {
  color: #fc585f;
}
.item-list_list .item-list_row--removal-pending {
  opacity: 0.5;
  pointer-events: none;
}
.item-list_list .item-list_row--removal-pending .item-list_label {
  font-weight: normal;
  text-decoration: line-through;
  max-width: 512px;
}
.item-list_list .item-list_row--removal-pending .fa-remove {
  display: none;
}
.item-list_list .item-list_row--removal-pending .item-list_cell::after {
  content: "pending removal";
  font-size: 11px;
}
.item-list_list .item-list-add-item {
  margin-top: 11px;
}
.item-list_list .item-list-add-item-fields {
  display: flex;
}
.item-list_list .item-list-add-item .item-list-error {
  padding: 7.3333333333px 0;
}
.item-list_list .item-list-add-item .button {
  flex-shrink: 0;
  margin: 0 0 0 11px;
  white-space: nowrap;
}
.item-list_list .item-list-add-item .button--cancel {
  margin: 0 0 0 -4px;
  min-width: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
  transition: all 260ms ease-in-out, visibility 0ms;
}
.item-list_list .item-list-add-item--editing .button--cancel {
  margin: 0 0 0 11px;
  min-width: 44px;
  padding: 0 24px;
  visibility: visible;
  width: auto;
  transition: all 260ms ease-in-out, visibility 0ms;
}
.labs-tag {
  color: rgb(185.25, 180.0833333333, 190.4166666667);
  border: 1px solid rgb(185.25, 180.0833333333, 190.4166666667);
  max-height: 20px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 800;
  margin-right: 33px;
  padding: 2px 3px;
  text-transform: uppercase;
}
.lane--spotlight .board-header {
  animation: lane-header-spotlight 3s ease-in-out 1 forwards;
  transition: background 1s ease-in-out;
}
@keyframes lane-header-spotlight {
  0% {
    background: #ffffff;
  }
  30% {
    background: #fff69d;
  }
  80% {
    background: #fff69d;
  }
  100% {
    background: #ffffff;
  }
}
.like-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0 22px 5px 22px;
  min-height: 30px;
  position: relative;
}
.like-box-wrap {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-end;
}
.like-box-wrap .like-count {
  margin-right: 22px;
  font-weight: 600;
}
.like-box-wrap .like-count--no-likes {
  color: #938b9b;
}
.like-box .like-summary {
  padding: 6px 3px;
  margin-right: 3px;
  color: #999;
}
.like-button {
  align-items: center;
  background-color: #daecfa;
  border-radius: 2px;
  border: 1px solid #31aae3;
  color: #31aae3;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: flex-end;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 260ms ease-in-out;
  width: 24px;
}
.like-button-icon {
  flex-grow: 0;
  flex-shrink: 0;
  height: 12px;
  margin: 6px;
  opacity: 0.5;
  stroke-width: 4px;
  stroke: currentColor;
  transform: translateX(1px);
  width: 12px;
}
.like-button-label {
  border-radius: 2px 0 0 2px;
  color: #575265;
  font-size: 11px;
  font-weight: 600;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: all 260ms ease-in-out;
  white-space: nowrap;
}
.like-button:hover,
.like-button--load {
  background-color: #31aae3;
  color: #ffffff;
  width: 175px;
}
.like-button:hover .like-button-label,
.like-button--load .like-button-label {
  background-color: transparent;
  color: #ffffff;
  opacity: 1;
  padding: 0 0 0 11px;
}
.like-button.like-button--liked {
  background-color: #44bc8f;
  border-color: #44bc8f;
  color: #ffffff;
}
.like-button--loading svg {
  width: 0;
  height: 0;
  padding: 0;
}
.like-button--loading::after {
  align-self: center;
  animation: 1s linear 0ms infinite like-button-loading;
  content: " ";
  display: block;
  font-size: 12px;
  font-weight: 900;
  height: 100%;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: center;
  width: 24px;
}
@keyframes like-button-loading {
  0% {
    content: ".";
    opacity: 0.1;
  }
  25% {
    content: ".";
    opacity: 0.3;
  }
  50% {
    content: "..";
    opacity: 0.6;
  }
  100% {
    content: "...";
    opacity: 1;
  }
}
.like-list .like-list-users {
  margin: 0 24px 0 0;
}
.like-list .like-list-users a {
  display: inline-block;
}
.like-list--loading {
  margin-right: 34px;
}
.like-list--loading::before {
  align-self: center;
  animation: 1s linear 0ms infinite like-list-loading;
  content: " ";
  display: block;
  font-size: 12px;
  font-weight: 900;
  height: 100%;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: center;
}
.post-list .like-list {
  font-weight: 600;
  text-align: right;
}
@keyframes like-list-loading {
  0% {
    content: ".";
    opacity: 0.1;
  }
  25% {
    content: ".";
    opacity: 0.3;
  }
  50% {
    content: "..";
    opacity: 0.6;
  }
  100% {
    content: "...";
    opacity: 1;
  }
}
.manage-list-items-modal .managed-list {
  margin-bottom: 22px;
  max-height: 400px;
  overflow-y: auto;
}
.manage-list-items-modal .managed-list h4 {
  color: #31aae3;
}
.manage-list-items-modal .managed-list h4,
.manage-list-items-modal .managed-list button {
  margin: 0;
}
.manage-list-items-modal .managed-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  color: #575265;
  padding-left: 8px;
  margin: 0;
}
.manage-list-items-modal .managed-list-item--editing {
  transition: background-color 260ms ease-in-out;
  background-color: #dfe2dd;
}
.manage-list-items-modal .managed-list-item--editing:hover {
  background-color: rgba(250, 248, 228, 0.5);
}
.manage-list-items-modal .managed-list-item input {
  flex-grow: 1;
}
.manage-list-items-modal .list-item_edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #a49fb1;
  padding-right: 20px;
}
.manage-list-items-modal .list-item_edit .button {
  margin-left: 5px;
  margin-right: 0;
}
.manage-list-items-modal .list-item_edit svg {
  margin-left: 20px;
  cursor: pointer;
}
.manage-list-items-modal .list-item_edit .button--inactive {
  pointer-events: none;
  opacity: 0.25;
}
.manage-list-items-modal .manage-list-error {
  margin: 0 10px;
  color: #fc585f;
}
.manage-list-items-modal .list-manage-info-content {
  display: flex;
  align-items: center;
  color: #a49fb1;
  font-size: 12px;
}
.user-list {
  position: relative;
  top: 44px;
}
.user-list .main {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1380px) {
  .user-list .main {
    margin-top: 24px;
  }
}
.user-list section {
  background: #ffffff;
  padding: 24px;
}
.user-list .user-list-loading {
  min-height: 264px;
}
.user-list table {
  width: 100%;
  margin-bottom: 44px;
}
.user-list table tr:nth-child(2n) {
  background: #f2fbfd;
}
.user-list table tr:nth-child(2n) td {
  background: #f2fbfd;
}
.user-list table tr[class*=delete] td,
.user-list table tr[class*=pending] td {
  color: #938b9b;
}
.user-list table tr[class*=delete] td *:not([class*=label]),
.user-list table tr[class*=pending] td *:not([class*=label]) {
  color: #938b9b;
}
.user-list table tr[class*=delete] td img,
.user-list table tr[class*=pending] td img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.user-list table th {
  position: relative;
  text-align: left;
  padding: 16px 8px;
  border-bottom: 2px solid rgb(236.84375, 231.65625, 234.25);
  border-top: 1px solid #f8f6f7;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.user-list table th:nth-child(4) {
  border-left: 1px solid #f8f6f7;
  border-right: 1px solid #f8f6f7;
  padding-left: 22px;
}
.user-list table th .visibility-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-list table th .visibility-group-header--label {
  white-space: nowrap;
}
.user-list table th .visibility-group-header--button {
  margin: 0 0 0 11px;
}
.user-list table tr td {
  width: 20%;
  text-align: left;
  padding: 8px;
  font-size: 14px;
  border-bottom: 1px solid #f8f6f7;
}
.user-list table tr td > a {
  color: #31aae3;
}
.user-list table tr td:nth-child(1),
.user-list table tr td:nth-child(7),
.user-list table tr td:nth-child(8) {
  width: 44px;
}
.user-list table tr td:nth-child(4) {
  white-space: nowrap;
}
.user-list table tr td:nth-child(5) {
  width: 242px;
  border-left: 1px solid #f8f6f7;
  border-right: 1px solid #f8f6f7;
}
.user-list table tr td:nth-child(5) [class*=default] {
  padding-left: 14px;
  font-style: italic;
  font-size: 12px;
}
.user-list table tr td:nth-child(6) {
  font-size: 12px;
  width: 166px;
  color: #575265;
}
.user-list table tr td:nth-child(7),
.user-list table tr td:nth-child(8) {
  padding: 8px 0;
}
.user-list table tr.bulk-edit td:nth-child(1),
.user-list table tr.bulk-edit td:nth-child(2),
.user-list table tr.bulk-edit td:nth-child(8),
.user-list table tr.bulk-edit td:nth-child(9) {
  width: 44px;
}
.user-list table tr.bulk-edit td:nth-child(5) {
  white-space: nowrap;
}
.user-list table tr.bulk-edit td:nth-child(6) {
  width: 242px;
  border-left: 1px solid #f8f6f7;
  border-right: 1px solid #f8f6f7;
}
.user-list table tr.bulk-edit td:nth-child(6) [class*=default] {
  padding-left: 14px;
  font-style: italic;
  font-size: 12px;
}
.user-list table tr.bulk-edit td:nth-child(7) {
  font-size: 12px;
  width: 166px;
  color: #575265;
}
.user-list table tr.bulk-edit td:nth-child(8),
.user-list table tr.bulk-edit td:nth-child(9) {
  padding: 8px 0;
}
.user-list img {
  display: block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border: 2px solid #44bc8f;
  border-radius: 100%;
}
.user-list .user-list_heading {
  display: flex;
  align-items: center;
  flex-direction: row;
  line-height: 120%;
  font-weight: 600;
  text-transform: capitalize;
  color: #575265;
  font-size: 24px;
}
.user-list .user-list_heading > div {
  margin-left: 12px;
}
.user-list .user-search {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.user-list .user-search * {
  margin: 0;
}
.user-list .user-search .user-search_form {
  position: relative;
}
.user-list .user-search .user-search_form .klue-input {
  min-width: 300px;
}
@media screen and (max-width: 960px) {
  .user-list .user-search .user-search_form .klue-input {
    min-width: 200px;
  }
}
.user-list .user-search .user-search_form .user-search_form_icon {
  position: absolute;
  top: 11px;
  right: 12px;
  color: #575265;
}
.user-list .user-search .user-search_form .user-search_form_icon--active {
  cursor: pointer;
}
.user-list .user-search .manage-users-buttons {
  display: flex;
}
.user-list .user-search .manage-users-buttons .bulk-edit-users {
  color: #44bc8f;
  border: 1px solid #44bc8f;
  background-color: transparent;
  text-transform: uppercase;
  margin-right: 12px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  line-height: 40px;
  padding: 0 24px;
}
.user-list .label {
  border-radius: 0;
  margin-right: 2px;
}
.user-list .label.label-flag {
  color: #716879;
  background: #fff69d;
}
.user-list .label.label-alt {
  background: #31aae3;
}
.user-list table td .ui-dropdown-panel {
  height: 44px;
}
.user-list table td .ui-dropdown-panel > div > a:first-child {
  line-height: 44px;
}
.manage-users-row-email-review-column {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 4px;
  width: 25px;
}
.email-review-config-modal--groups {
  max-height: 400px;
  overflow-y: auto;
}
.email-review-indicator {
  position: relative;
  opacity: 0.2;
  color: #888;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.email-review-indicator:hover {
  opacity: 0.5;
}
.email-review-indicator--on {
  opacity: 0.8;
}
.email-review-indicator--on:hover {
  opacity: 1;
}
.email-review-indicator--on:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: #06a906;
  border: 2px solid #f8f6f7;
  border-radius: 5px;
}
.email-review-indicator--configured:after {
  background: #00afc5;
}
.email-review-indicator--off {
  opacity: 0.8;
}
.email-review-indicator--off:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: red;
  border: 2px solid #f8f6f7;
  border-radius: 5px;
}
.manage-users-pagination {
  position: relative;
}
.manage-users-toolbar {
  position: sticky;
  z-index: 99;
  top: 44px;
  background: #f8f6f7;
}
.suppression-dialog--header {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.suppression-dialog--header h4 {
  margin-left: 12px;
  margin-bottom: 0;
}
.table--scroller {
  position: relative;
}
@media screen and (max-width: 960px) {
  .table--scroller {
    overflow-x: scroll;
  }
}
.table--scroller .user-name,
.table--scroller .user-atname,
.table--scroller .user-email {
  display: inline-block;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-visibility-groups {
  min-width: 242px;
}
.user-visibility-groups .current-user-group {
  color: #575265;
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px;
  text-transform: uppercase;
}
.user-visibility-groups .toolbar-button {
  padding: 0 12px;
}
.user-visibility-groups .toolbar-button_label + [class*=icon] {
  position: absolute;
  right: 22px;
}
.user-visibility-groups .toolbar-dropdown-group_dropdown {
  width: 100%;
  min-width: auto;
}
.user-visibility-groups .toolbar-button i {
  color: #a49fb1;
}
.user-visibility-groups .toolbar-button:hover i {
  color: #575265;
}
.user-visibility-groups .toolbar-dropdown-options .toolbar-dropdown-button_label {
  width: 100%;
  padding: 11px 0 7.3333333333px 0;
}
.user-visibility-groups .toolbar-dropdown-options .toolbar-dropdown-button--util {
  color: #a49fb1;
}
.user-visibility-groups .toolbar-dropdown-options .toolbar-dropdown-button--util:hover {
  color: #575265;
}
.manage-visibility-groups-modal .manage-visibility-groups-list {
  margin-bottom: 22px;
}
.manage-visibility-groups-modal .no-visibility-groups-message {
  margin-bottom: 22px;
}
.manage-users-bulk-edit-status {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  margin-left: 10px;
}
.manage-users-bulk-edit-status.success {
  color: #44bc8f;
}
.manage-users-bulk-edit-status.failure {
  color: #fc585f;
}
.mange-users-bulk-edit-controls {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  max-height: 100px;
  transition: all 0.3s ease-in-out;
}
.mange-users-bulk-edit-controls .selector-dropdown {
  border-radius: 6px;
  border: 1px solid rgba(87, 82, 101, 0.25);
  height: 46px;
}
.mange-users-bulk-edit-controls .selector-dropdown .icon-container svg {
  color: #575265;
}
.mange-users-bulk-edit-controls .selector-dropdown .icon-container svg:not(:first-child) {
  margin-left: 12px;
}
.mange-users-bulk-edit-controls .selector-dropdown.disabled {
  pointer-events: none;
  opacity: 0.37;
}
.mange-users-bulk-edit-controls .count-and-commands {
  display: flex;
  margin-left: 12px;
  border: 1px solid rgba(87, 82, 101, 0.25);
  border-radius: 6px;
  align-items: center;
}
.mange-users-bulk-edit-controls .count-and-commands .item-count {
  margin-left: 5px;
  background-color: #fff69d;
  padding: 5px;
}
.mange-users-bulk-edit-controls .count-and-commands .dropdowns.disabled {
  pointer-events: none;
  opacity: 0.37;
}
.mange-users-bulk-edit-controls.hidden-bulk-edit {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.mange-users-bulk-edit-controls .ui-dropdown.condensed > a {
  width: auto;
}
.mange-users-bulk-edit-controls .ui-dropdown {
  margin: 0;
}
.menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
}
.menu-wrapper > *:first-child {
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.menu-wrapper > *:first-child + * {
  background: rgb(236.84375, 231.65625, 234.25);
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 34px;
  right: 0;
  display: block;
  visibility: hidden;
  min-width: 188px;
  opacity: 0;
  transform: translateY(4px);
  transition: all 160ms ease-in-out;
}
.menu-wrapper > *:first-child + * a {
  display: block;
  color: #575265;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  padding-left: 12px;
}
.menu-wrapper > *:first-child + * a.alt {
  color: #fc585f;
}
.menu-wrapper > *:first-child + * a:hover {
  background: rgba(87, 82, 101, 0.1);
}
.menu-wrapper_icon {
  transition: color 160ms ease-in-out;
}
.menu-wrapper_icon:hover {
  color: rgb(62.7540983607, 59.1475409836, 72.8524590164);
}
.menu-wrapper_icon--active {
  color: rgb(62.7540983607, 59.1475409836, 72.8524590164);
  background: rgb(236.84375, 231.65625, 234.25);
}
.menu-wrapper_icon--active + .menu-wrapper_items {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.message-bar {
  width: 100%;
  background-color: #f5ef51;
  padding: 11px;
  position: fixed;
  left: 0;
  top: 45px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.message-bar-large {
  height: 55px;
}
.message-bar--content {
  flex-grow: 1;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #111013;
}
.message-bar--content a,
.message-bar--content span {
  margin-left: 12px;
  color: #111013;
  font-weight: normal;
  text-decoration: solid;
}
.message-bar--content a {
  text-decoration: underline;
}
.message-bar--close {
  cursor: pointer;
}
body.body--noscroll {
  overflow: hidden;
}
.klue-ui-modal {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 102;
  overflow-y: auto;
}
.klue-ui-modal:not(.digest-settings-modal-container) {
  align-items: center;
  top: 0;
}
.klue-ui-modal-content {
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  margin: 0 11px;
  position: relative;
  display: flex;
}
@media (min-width: 414px) {
  .klue-ui-modal-content {
    min-width: 320px;
    margin: 0;
  }
}
.klue-ui-modal-header {
  padding: 11px;
  position: relative;
  border-bottom: rgb(234.975, 233.4916666667, 236.4583333333) solid 1px;
  min-height: 46px;
  font-size: 18px;
  display: flex;
}
.klue-ui-modal-header-content {
  margin-right: 11px;
  line-height: 1.5em;
}
.klue-ui-modal-body {
  font-size: 16px;
  overflow-x: auto;
  height: 100%;
}
.klue-ui-modal-body.padded {
  padding: 22px;
}
.klue-ui-modal-footer {
  padding: 11px;
  background-color: rgb(234.975, 233.4916666667, 236.4583333333);
}
.klue-ui-modal-footer:not(.custom-content) {
  display: flex;
  justify-content: space-between;
}
.klue-ui-modal-footer .footer-item {
  flex: 0 1 auto;
}
.klue-ui-modal-footer .button {
  margin: 0;
}
.klue-ui-modal-footer .button.cancel {
  background-color: transparent;
  border: rgb(219.675, 217.0583333333, 222.2916666667) solid 2px;
  color: rgb(198, 193.7777777778, 202.2222222222);
}
.klue-ui-modal-close-button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.klue-ui-modal-backdrop {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.visibility-group > input[type=radio],
.visibility-group > input[type=checkbox] {
  line-height: inherit;
  margin: 0;
}
.visibility-group > input {
  display: none;
}
.visibility-group > input + label {
  position: relative;
  display: block;
  user-select: none;
  font-weight: normal;
  transition: background-color 260ms ease-in-out;
}
.visibility-group > input + label .visibility-group_label {
  position: relative;
  top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #31aae3;
  padding-left: 8px;
  margin: 0;
  cursor: pointer;
}
.visibility-group > input + label .visibility-group_label .visibility-group_label_text {
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.visibility-group > input + label .visibility-group_label .badge {
  border-radius: 4px;
  vertical-align: initial;
}
.visibility-group > input + label .visibility-group_label:after {
  margin-top: -3px;
}
.visibility-group > input + label:hover {
  cursor: pointer;
}
.visibility-group > input + label + * {
  transition: all 260ms ease-in-out;
}
.visibility-group > input + label + * .list-menu {
  margin-bottom: 0 !important;
}
.visibility-group > input.title + label,
.visibility-group > input.add + label,
.visibility-group > input.reorder + label {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 36px;
  margin: 0;
  transition: all 260ms ease-in-out;
}
.visibility-group > input.title + label *:after,
.visibility-group > input.add + label *:after,
.visibility-group > input.reorder + label *:after {
  top: 4px;
}
.visibility-group > input.title + label + * {
  padding: 0 3.6666666667px;
}
.visibility-group > input.title + label + * form {
  margin-bottom: 7.3333333333px;
}
.visibility-group > input.title + label + div,
.visibility-group > input.add + label + div,
.visibility-group > input.reorder + label + div {
  border-bottom: 3px solid hsl(330, 12.5%, 100.862745098%);
}
.visibility-group > input.title + label + div .grid,
.visibility-group > input.add + label + div .grid,
.visibility-group > input.reorder + label + div .grid {
  margin: 5.5px 0 11px;
}
.visibility-group > input.reorder + label .visibility-group_icon {
  position: absolute;
  top: 3px;
  right: 38px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  transition: color 260ms ease-in-out;
  cursor: move;
}
.visibility-group > input.reorder + label .visibility-group_icon:hover {
  color: #575265;
}
.visibility-group > input.reorder + label .visibility-group_icon--edit {
  right: 8px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--user-default {
  right: 102px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--card-default {
  right: 68px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.add + label {
  padding-left: 50px;
}
.visibility-group > input.add + label > input + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  padding-left: 12px;
}
.visibility-group:not([class*=--active]) > label + * {
  overflow: hidden;
  max-height: 0 !important;
  transition: all 260ms ease-in-out;
}
.visibility-group.visibility-group--highlighted > label {
  background: rgba(68, 188, 143, 0.25);
}
.visibility-group.visibility-group--editing > input + label,
.visibility-group.visibility-group--editing > input + label:hover {
  cursor: default;
  background-color: #dfe2dd;
}
.visibility-group.visibility-group--drag {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
}
.visibility-group.visibility-group--drag > input,
.visibility-group.visibility-group--drag > label {
  visibility: hidden;
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label + div {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group.visibility-group--active:last-of-type > :last-child {
  border-color: transparent;
}
.visibility-group_details .heading-battlecards {
  padding: 0 4.4px 4.4px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  margin-bottom: 0;
}
.visibility-group_details ul {
  margin: 5.5px 0 11px;
  padding: 0;
  list-style: none;
}
.visibility-group_details li {
  padding: 7.3333333333px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  color: #31aae3;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.visibility-group_details li:nth-child(2n) {
  background: #f2fbfd;
}
.visibility-group_details li:last-child {
  border-bottom: none;
}
.visibility-group_details .logo {
  width: 22px;
  margin-right: 7.3333333333px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.visibility-group_details .remove-battlecard-icon {
  color: #fc585f;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.visibility-group_details .no-results {
  font-size: 14px;
  padding-left: 4.4px;
}
.visibility-groups-list--dragging .visibility-group > input + label,
.visibility-groups-list--dragging .visibility-group > input + label:hover {
  background-color: transparent !important;
}
.visibility-groups-list--dragging .visibility-group .visibility-group_details * {
  display: none;
}
.visibility-group .visibility_empty-message {
  text-align: center;
}
.visibility-group_edit {
  position: absolute;
  top: 3px;
  right: 4px;
}
.visibility-group_edit .button {
  margin-left: 5px;
  margin-right: 0;
}
.visibility-input.visibility-search_input {
  line-height: 18px;
}
.visibility-input.visibility-input--edit {
  position: relative;
  top: 4px;
  left: 4px;
  color: #575265;
  background: #ffffff;
  border: 1px solid #44bc8f;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 300px;
  height: 36px;
  padding: 0 8px;
  margin: 0;
}
.card-visibility-groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111013;
  padding: 6px 11px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.card-visibility-groups--meta-data {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.card-visibility-groups ul {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
.card-visibility-groups ul:hover {
  cursor: pointer;
}
.card-visibility-groups ul:not(.quick):active {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  cursor: pointer;
}
.card-visibility-groups ul li {
  list-style-type: none;
  display: inline;
}
.card-visibility-groups-icon {
  flex-grow: 1;
  width: 100%;
  height: 24px;
  max-width: 24px;
}
.card-visibility-groups--draft {
  background-color: #ffecbe;
}
.card-visibility-groups--allAccess {
  background-color: #bde8ef;
}
.card-visibility-groups--groups {
  background-color: #d6d0ff;
}
.card-visibility-groups--on-battlecard {
  padding: 0 4px;
  border-radius: 3px;
  background-color: #464646;
  color: #ffffff;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
}
.modal-editor {
  min-width: 725px;
  background-color: #eceeec;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  max-width: calc(100vw - 200px);
  max-height: calc(100vh - 200px);
}
.modal-editor .fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: #daf2e9;
  border: solid 1px #44bc8f;
}
.modal-editor .card-editor-toolbar {
  min-height: 60px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 10px;
  z-index: 2;
  position: relative;
}
.modal-editor .card-editor-toolbar.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.modal-editor .modal-editor-card-container {
  width: 100%;
  margin: 11px auto;
  overflow: auto;
  padding: 22px 75px;
  flex-grow: 1;
}
.modal-editor .modal-editor-card-container_inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
  min-height: 300px;
  background-color: #ffffff;
}
.modal-editor .modal-editor-card-container_inner-full-screen {
  box-shadow: none;
}
.modal-editor .modal-editor-card-container-full-screen {
  padding: 0;
  margin: 0;
  max-width: 880px;
  align-self: center;
}
.modal-editor .card-editor-body {
  background-color: #ffffff;
  overflow-x: hidden;
}
.modal-editor .card-editor-body .editor-img-placeholder {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
}
.modal-editor .fr-wrapper .fr-view {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0 20px 0;
  overflow-x: visible;
  overflow-wrap: unset;
}
.modal-editor .modal-editor-message {
  opacity: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 11px;
  font-size: 12px;
  font-weight: 600;
  transition: opacity 0.1s linear;
}
.modal-editor .modal-editor-message.visible {
  opacity: 1;
}
.modal-editor .modal-editor-message.info {
  background-color: rgb(234.975, 233.4916666667, 236.4583333333);
}
.modal-editor .modal-editor-message.success {
  background-color: #44bc8f;
  color: #ffffff;
}
.modal-editor .modal-editor-message.warning {
  background-color: #ffe425;
}
.modal-editor .modal-editor-footer {
  display: flex;
  justify-content: space-between;
  padding: 11px;
  border-top: rgba(0, 0, 0, 0.1) solid 2px;
  box-shadow: inset rgba(0, 0, 0, 0.14) 0 10px 20px -13px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  height: 68px;
}
.modal-editor .modal-editor-footer.full-screen-footer {
  padding-right: 100px;
}
.modal-editor .modal-editor-footer .footer-item {
  display: flex;
  align-items: center;
}
.modal-editor .modal-editor-footer .footer-status-message {
  font-size: 12px;
  color: #a49fb1;
  text-transform: uppercase;
  font-weight: 600;
}
.modal-editor .modal-editor-footer .right-content .button {
  margin: 0;
}
.modal-editor .modal-editor-footer .right-content .button:not(:last-child) {
  margin-right: 11px;
}
.modal-editor .modal-editor-footer .right-content .button.cancel {
  background-color: transparent;
  color: #a49fb1;
}
.modal-editor .modal-editor-footer .right-content .button.cancel:hover {
  color: #575265;
}
.modal-editor .modal-editor-footer .right-content .button.cancel:not([disabled]):hover {
  border-color: rgb(234.975, 233.4916666667, 236.4583333333);
}
.modal-editor .modal-editor-footer .right-content .button.confirm[disabled] {
  transition: none;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(219.675, 217.0583333333, 222.2916666667);
}
.modal-editor .modal-editor-footer .right-content .button.confirm[disabled]:hover {
  border-color: rgb(219.675, 217.0583333333, 222.2916666667);
}
.modal-editor .editor-dropdown .editor-dropdown-menu {
  display: block;
  position: static;
  border: 0;
}
.modal-editor .editor-dropdown .editor-dropdown-item {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-editor .editor-dropdown .editor-dropdown-item:not(:last-child) {
  border-bottom: rgb(234.975, 233.4916666667, 236.4583333333) solid 1px;
}
.modal-editor .editor-dropdown .editor-dropdown-item .editor-dropdown-item-label {
  padding: 11px;
  color: #44bc8f;
  display: block;
}
.modal-editor .editor-dropdown .editor-dropdown-submenu {
  padding: 0;
  margin: 0;
}
.modal-editor .editor-dropdown .editor-dropdown-submenu .editor-dropdown-submenu-item {
  border: none;
  -webkit-appearance: none;
  padding: 11px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.modal-editor .editor-dropdown .editor-dropdown-submenu .editor-dropdown-submenu-item:not(:last-child) {
  border-bottom: rgb(234.975, 233.4916666667, 236.4583333333) solid 1px;
}
.modal-editor .editor-dropdown .editor-dropdown-submenu .editor-dropdown-submenu-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-editor .modal-editor-attachments {
  position: absolute;
  left: 500px;
  top: 60px;
  z-index: 2;
  background-color: white;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.14) 0 5px 10px 0;
  max-height: 330px;
  overflow-y: auto;
}
.modal-editor .attachment-placeholder {
  margin: 0 -22px;
  box-shadow: rgba(82, 82, 23, 0.06) 0 2px 2px;
}
.modal-editor .attachment-component {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 44px;
  padding-left: 22px;
  margin: 12px 0;
  padding: 0 22px;
  background-color: #fffde9;
  user-select: none;
  cursor: default;
}
.modal-editor .attachment-component:first-child {
  margin-top: 0;
}
.modal-editor .attachment-component_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #575265;
}
.modal-editor .attachment-component_form {
  display: none;
  width: 100%;
}
.modal-editor .attachment-component_form .klue-formula-wizard {
  flex-grow: 1;
  padding: 0;
  font-size: unset;
}
.modal-editor .attachment-component_form .klue-formula-wizard_control-group {
  flex-direction: column;
  margin-bottom: 6px;
}
.modal-editor .attachment-component_form .klue-formula-wizard_control-input {
  width: 100%;
  padding: 11px;
  height: auto;
  border-color: #44bc8f;
}
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group .button {
  padding: 4px;
  height: auto;
  border-radius: 0;
}
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group .button--cancel,
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group .button--cancel:hover {
  border-color: #fc3367;
  border-width: 1px;
  color: #fc3367;
  background-color: transparent;
}
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group .button--add,
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group .button--add:hover {
  background-color: #44bc8f;
  border-color: #44bc8f;
}
.modal-editor .attachment-component_form .klue-formula-wizard_preview {
  padding: 7.3333333333px;
}
.modal-editor .attachment-component_form .klue-formula-wizard_preview .potentially-long-content_toggle {
  display: none;
}
.modal-editor .attachment-component_form .klue-formula-wizard_dropdown-menu {
  background-position: calc(100% - 10px) center;
  background-size: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMC45NzAyOTkgMCAwIDAuOTcwMjk5IDQuMjMxMzMgNC4yMzEzMykiPjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6IzMxQUFFMyI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
}
.modal-editor .attachment-component_form .klue-formula-wizard_control-label {
  height: 22px;
  line-height: 22px;
}
.modal-editor .attachment-component_form .klue-formula-wizard .klue-formula-sfdc {
  margin-bottom: 22px;
}
.modal-editor .attachment-component_form .klue-formula-wizard .klue-formula-sfdc--info {
  margin: 22px 0 0;
}
.modal-editor .attachment-component_form .klue-formula-wizard .klue-formula-sfdc--info strong {
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal-editor .attachment-component_form .klue-formula-wizard .klue-formula-sfdc small {
  color: rgba(0, 0, 0, 0.6);
}
.modal-editor .attachment-component_form .klue-formula-wizard .klue-formula-sfdc .latest-opportunity-options {
  margin: 22px 0;
}
.modal-editor .attachment-component_form .klue-formula-wizard_control-label,
.modal-editor .attachment-component_form .klue-formula-wizard_section-header,
.modal-editor .attachment-component_form .attachment-component_title {
  font-weight: 600;
  color: #575265;
}
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group {
  text-align: right;
}
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group .button {
  flex: 1 1 0;
  max-width: 90px;
  margin: 0 0 6px 6px;
  padding: 6px 10px;
}
.modal-editor .attachment-component_form .klue-formula-wizard_commitment-button-group .button--add:hover {
  background: #2f8464;
  border-color: #2f8464;
}
.modal-editor .attachment-component_form .klue-formula-wizard_preview {
  border-color: #f8f6f7;
  font-size: 13px;
}
.modal-editor .attachment-component_form .klue-formula-wizard_preview .klue-formula-wizard_section-header {
  margin-top: 4px;
}
.modal-editor .attachment-component_form .klue-formula-wizard_section-separator {
  margin: 0 0 16px 0;
}
.modal-editor .attachment-component .icon-settings,
.modal-editor .attachment-component .icon-collapse {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #a49fb1;
  transition: color 260ms ease-in-out;
  cursor: pointer;
}
.modal-editor .attachment-component .icon-settings:hover,
.modal-editor .attachment-component .icon-collapse:hover {
  color: #575265;
}
.modal-editor .attachment-component--editing,
.modal-editor .attachment-component:hover {
  transition: background-color 260ms ease-in-out;
}
.modal-editor .attachment-component--editing .attachment-component_title,
.modal-editor .attachment-component:hover .attachment-component_title {
  color: #575265;
  transition: color 260ms ease-in-out;
}
.modal-editor .attachment-component--editing .icon-settings,
.modal-editor .attachment-component:hover .icon-settings {
  color: #575265;
}
.modal-editor .attachment-component:hover:not(.attachment-component--editing) {
  background-color: #fff69d;
  cursor: pointer;
}
.modal-editor .attachment-component--editing {
  background-color: #fffde9;
  flex-wrap: wrap;
  padding: 12px 22px;
}
.modal-editor .attachment-component--editing .attachment-component_title {
  align-self: center;
  padding: 0;
  justify-self: center;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-editor .attachment-component--editing .attachment-component_form {
  display: flex;
  flex-direction: column;
}
.klue-ui-modal-content {
  max-height: calc(100vh - 124px);
  min-height: 500px;
  position: relative;
}
.klue-ui-modal-content .modal-overlay,
.card-visibility-groups-with-permissions .modal-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.klue-ui-modal-content .modal-editor-permission-manager,
.card-visibility-groups-with-permissions .modal-editor-permission-manager {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 4;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-intro,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-intro {
  padding: 22px;
  background-color: #edeeec;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-intro_title,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-intro_title {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-intro_message,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-intro_message {
  font-size: 12px;
  margin: 11px 0 0;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options {
  padding: 11px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex-grow: 1;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option {
  font-size: 13px;
  text-transform: uppercase;
  padding: 11px;
  display: flex;
  align-items: center;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option.active,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option.active {
  background-color: lightyellow;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option input,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option input {
  margin: 0 11px 0 0;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option label,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option label {
  margin: 0;
  flex: 1;
  cursor: pointer;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option label span,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option label span {
  padding: 2px 6px;
  border-radius: 4px;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option label span.visible-curators_only-tag,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option label span.visible-curators_only-tag {
  background-color: #ffecbe;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option label span.visible-everyone-tag,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option label span.visible-everyone-tag {
  background-color: #bde8ef;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_option label span.visible-curatorsandgroups-tag,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_option label span.visible-curatorsandgroups-tag {
  background-color: #d6d0ff;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_groups,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_groups {
  padding-left: 11px;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_groups:not(.enabled),
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_groups:not(.enabled) {
  opacity: 0.5;
  pointer-events: none;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_full-access,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_full-access {
  padding-left: 11px;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_full-access--disabled,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_full-access--disabled {
  opacity: 0.5;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-options_full-access--disabled label,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-options_full-access--disabled label {
  cursor: default;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-footer,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-footer {
  padding: 11px;
  border-top: rgba(0, 0, 0, 0.14) solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-footer_current,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-footer_current {
  text-transform: uppercase;
  margin-right: 22px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(181.425, 175.975, 186.875);
  display: flex;
  align-items: center;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-footer_current_icon,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-footer_current_icon {
  margin-right: 11px;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-footer_current_groups-label,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-footer_current_groups-label {
  background-color: rgb(234.975, 233.4916666667, 236.4583333333);
  padding: 2px 4px;
  margin-left: 5px;
  color: #9a9a9a;
  cursor: default;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-activity,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-activity {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-activity_loader,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-activity_loader {
  height: 22px;
  width: 22px;
}
.klue-ui-modal-content .modal-editor-permission-manager .permission-manager-activity_loader--loading,
.card-visibility-groups-with-permissions .modal-editor-permission-manager .permission-manager-activity_loader--loading {
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/spinner.dashboard-C36X7PZQ.digested.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.klue-ui-modal-content .permission-manager-button,
.card-visibility-groups-with-permissions .permission-manager-button {
  text-transform: uppercase;
  border-radius: 2px;
  border: solid 1px rgb(234.975, 233.4916666667, 236.4583333333);
  font-weight: 600;
  padding: 11px;
  border: solid 1px #d8d8d8;
  background-color: transparent;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.klue-ui-modal-content .permission-manager-button--editing,
.card-visibility-groups-with-permissions .permission-manager-button--editing {
  width: 80px;
}
.klue-ui-modal-content .permission-manager-button--icon,
.card-visibility-groups-with-permissions .permission-manager-button--icon {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}
.klue-ui-modal-content .permission-manager-button--groups-label,
.card-visibility-groups-with-permissions .permission-manager-button--groups-label {
  background-color: rgb(219.675, 217.0583333333, 222.2916666667);
  padding: 2px 4px;
  margin-left: 5px;
  color: #575265;
  cursor: default;
}
.klue-ui-modal-content .permission-manager-button:hover,
.card-visibility-groups-with-permissions .permission-manager-button:hover {
  border-color: rgb(181.425, 175.975, 186.875);
}
.klue-ui-modal-content .modal-editor-permission-manager {
  position: absolute;
  clip-path: inset(-100vw -100vw 0 0px);
}
.card-visibility-groups-with-permissions .modal-editor-permission-manager {
  position: fixed;
  max-height: 500px;
  height: 500px;
  z-index: 100;
}
.full-screen {
  height: 100vh !important;
  max-height: 100% !important;
  width: 100vw !important;
  max-width: 100% !important;
}
.modal-editor-card-link-selector {
  position: absolute;
  display: flex;
  min-width: 560px;
  z-index: 10;
  flex-direction: column;
  z-index: 2;
  background-color: white;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: calc(100% - 140px);
  overflow-y: auto;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.modal-editor-card-link-selector .card-link-selector-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f5f5f5;
  padding-left: 5px;
  padding-bottom: 5px;
}
.modal-editor-card-link-selector .card-link-selector-tab {
  cursor: pointer;
}
.modal-editor-card-link-selector .card-link-selector-tab.selected {
  background-color: white;
}
.modal-editor-card-link-selector .card-link-selector-tab svg {
  padding: 8px;
}
.modal-editor-card-link-selector .card-link-tab-content {
  display: flex;
  flex-direction: column;
  padding: 22px;
}
.modal-editor-card-link-selector .card-link-selector-error {
  color: #fc585f;
  padding: 8px 20px;
  border: solid 1px rgba(251.55, 62.95, 102.4333333333, 0.15);
  background-color: rgba(252, 88, 95, 0.15);
}
.modal-editor-card-link-selector .no-lanes-found,
.modal-editor-card-link-selector .no-battlecards-found {
  margin: 15px 30px;
  color: gray;
  font-style: italic;
  font-size: 12px;
}
.modal-editor-card-link-selector .no-lanes-found {
  margin-bottom: 0;
}
.modal-editor-card-link-selector .card-link-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal-editor-card-link-selector .card-link-dropdown .ui-dropdown.on > a {
  color: white !important;
}
.modal-editor-card-link-selector .link-text-info {
  margin-left: 70px;
  font-size: 12px;
  color: #938b9b;
  margin-bottom: 10px;
}
.modal-editor-card-link-selector input {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #44bc8f;
  min-width: 250px;
}
.modal-editor-card-link-selector .card-link-board-selector {
  display: flex;
  flex-direction: column;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 11px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header .card-link-lane-filter {
  margin-left: 22px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header .card-link-boards-sort {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header .card-link-boards-sort:hover {
  cursor: pointer;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header .card-link-boards-sort div {
  margin-left: 10px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header .card-link-boards-sort div.sort-selector {
  text-transform: uppercase;
  font-size: 12px;
  color: #aaa;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header .card-link-boards-sort div.sort-selector.selected {
  color: #44bc8f;
  font-weight: 600;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards-header .card-link-boards-sort svg {
  margin-left: 30px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards,
.modal-editor-card-link-selector .card-link-board-selector .card-link-lanes {
  display: flex;
  flex-direction: column;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-boards {
  margin: 11px 65px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-lanes {
  margin: 11px 22px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link {
  color: #31aae3;
  font-style: italic;
  display: flex;
  flex-direction: row;
  cursor: copy;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link .eye {
  margin-left: 8px;
  cursor: pointer;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-container:first-child {
  margin-top: 10px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-link-container {
  margin-left: 30px;
  margin-bottom: 10px;
}
.modal-editor-card-link-selector .card-link-board-selector .card-thumb {
  max-width: 300px;
  border: 2px rgb(217, 217, 217) solid;
  overflow: hidden;
  pointer-events: none;
  padding-bottom: 22px;
}
.modal-editor-card-link-selector label {
  min-width: 65px;
  text-transform: capitalize;
  font-size: 12px;
  margin: 0;
}
.modal-editor-card-link-selector .board-name-label,
.modal-editor-card-link-selector .lane-name-label {
  margin-left: 8px;
}
.modal-editor-card-link-selector h4 {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 22px;
}
.modal-editor-card-link-selector .loading-spinner {
  margin-left: 10px;
}
.card-link-disclosure {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 3px 0;
}
.card-link-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.card-link-buttons button {
  border: none;
  color: #31aae3;
  background-color: transparent;
}
.card-link-buttons .card-link-button.card-link-button-disabled {
  opacity: 0.37;
  pointer-events: none;
}
.modal-single-card-view {
  background-color: #eceeec;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  max-height: calc(100vh - 124px);
  width: 588px;
  align-items: center;
}
.modal-single-card-view--header {
  background-color: #ffffff;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0.3px 1px rgba(0, 0, 0, 0.035), 0 2px 8px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.modal-single-card-view--header--profile {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.modal-single-card-view--header--title {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  flex-grow: 1;
  margin-right: 11px;
  line-height: 1.2;
}
.modal-single-card-view--header--logo {
  margin-right: 11px;
  flex-grow: 0;
  width: 34px;
  height: 34px;
}
.modal-single-card-view--header--logo img {
  object-fit: scale-down;
  width: inherit;
  height: inherit;
}
.modal-single-card-view--header--buttons {
  flex: 0 0 auto;
}
.modal-single-card-view--header .btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: all 260ms ease-in-out;
  height: 34px;
  display: inline-flex;
  align-items: center;
}
.modal-single-card-view--header .btn .icon-with-text {
  margin-right: 5px;
}
.modal-single-card-view--header .btn-success {
  margin-left: 11px;
}
.modal-single-card-view--header .btn--close {
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 11px;
}
.modal-single-card-view--header .btn--close:hover {
  background: #44bc8f;
  color: #ffffff;
}
.modal-single-card-view--header.has-error {
  justify-content: flex-end;
}
.modal-single-card-view--container {
  flex-grow: 1;
  overflow-y: auto;
  position: relative;
  z-index: 0;
  width: 100%;
}
.modal-single-card-view--container .card-static-html_body,
.modal-single-card-view--container .card-wysiwyg-content_body {
  padding-bottom: 22px !important;
  margin-bottom: 0 !important;
}
.modal-single-card-view--container .content-loading {
  margin: 22px;
}
.modal-single-card-view--content {
  width: 500px;
  margin: 44px;
  background-color: #ffffff;
  box-shadow:
    0 1px 3.6px rgba(0, 0, 0, 0.024),
    0 2.6px 10px rgba(0, 0, 0, 0.035),
    0 6.3px 24.1px rgba(0, 0, 0, 0.046),
    0 21px 40px rgba(0, 0, 0, 0.07);
  border-top: 1px solid transparent;
  min-height: 400px;
}
.modal-single-card-view .placeholder-state {
  filter: contrast(0) brightness(1.8);
  background-color: gray;
  animation: pulse 1s infinite;
  border-radius: 2px;
  pointer-events: none;
  cursor: default;
}
@keyframes pulse {
  0% {
    filter: contrast(0) brightness(1.8);
  }
  50% {
    filter: contrast(0) brightness(1.7);
  }
  100% {
    filter: contrast(0) brightness(1.8);
  }
}
.nav.nav-tabs {
  border-bottom-width: 2px;
}
.nav.nav-tabs > li {
  margin-bottom: -2px;
}
.nav.nav-tabs > li > a {
  color: #575265;
  border-width: 2px;
  padding: 8px 20px;
  user-select: none;
  transition: all 160ms ease-in-out;
}
@media (min-width: 768px) {
  .nav.nav-tabs > li > a {
    padding: 16px 40px;
  }
}
.nav.nav-tabs > li > a .badge {
  font-size: 11px;
  margin-left: 6px;
  vertical-align: text-bottom;
  background-color: #938b9b;
}
.nav.nav-tabs > li > a:hover {
  background-color: #f8f6f7;
  text-decoration: none;
  cursor: pointer;
}
.nav.nav-tabs > li > a:hover > span:first-child {
  text-decoration: underline;
}
.nav.nav-tabs > li.active > a {
  background-color: #f8f6f7;
  text-decoration: none;
}
.nav.nav-tabs > li.active > a > span:first-child {
  text-decoration: none;
}
.nav.nav-tabs > li.active > a .badge {
  background-color: #44bc8f;
}
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus {
  border-width: 2px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  display: flex;
  touch-action: manipulation;
  user-select: none;
  z-index: 101;
  cursor: default;
  border-bottom: 1px solid #e5e5e5;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
}
.header > * > a {
  outline: none;
}
.header > * > a:active,
.header > * > a:focus {
  color: #a49fb1;
  text-decoration: none;
}
.header--impersonating {
  background-color: #f1f3ff;
}
.header_primary {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  display: flex;
}
.header_secondary {
  display: flex;
}
.header_secondary--curator {
  gap: 20px;
}
.header_secondary--mobile {
  display: none;
}
.header_action {
  display: flex;
}
@media print {
  .header {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header_secondary {
    display: none;
  }
  .header_secondary--mobile {
    display: flex;
  }
}
.head-main-item {
  height: 100%;
}
.head-main-item:not(.head-main-item--no-sep) {
  position: relative;
  display: flex;
  margin-right: 20px;
}
.head-main-item:not(.head-main-item--no-sep).active:after,
.head-main-item:not(.head-main-item--no-sep):hover:after,
.head-main-item:not(.head-main-item--no-sep):focus:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #717171;
  left: 0;
  right: 0;
  bottom: 0;
}
.head-main-item .head-main-item--end-cap {
  margin-right: 0;
}
.head-main-item > a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.head-main-item > a:focus,
.head-main-item > a:focus-visible {
  outline: none;
}
.head-main-item > a:focus-visible > span {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgb(98, 13, 236);
}
.head-main-item > a > span {
  position: relative;
  align-items: center;
  color: #011627;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease-out;
  cursor: pointer;
}
.head-main-item--no-sep {
  display: flex;
  padding: 0 20px;
  height: 44px;
  align-items: center;
  margin-right: 20px;
}
.head-main-item--no-sep:hover {
  background: rgb(229, 229, 229);
  border-bottom: none;
  cursor: pointer;
}
.head-main-item--no-sep:not(.head-main-item--dropdown):focus,
.head-main-item--no-sep:not(.head-main-item--dropdown):focus-visible {
  outline: none;
}
.head-main-item--no-sep:not(.head-main-item--dropdown):focus-visible {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgb(98, 13, 236);
}
.head-main-item--end-cap {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.head-main-item--dropdown {
  color: #011627;
  background: white;
  border-left-color: #575165;
  margin-right: 0;
}
.head-main-item--dropdown:hover {
  color: #011627;
  text-decoration: underline;
}
.head-main-item--dropdown:focus,
.head-main-item--dropdown:focus-visible > span {
  outline: none;
}
.head-main-item--dropdown:focus-visible > span {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgb(98, 13, 236);
}
.head-main-item--secondary {
  color: #a49fb1;
}
.head-main-item--active {
  color: #44bc8f;
}
.head-main-item--dropdown.head-main-item--active {
  color: #011627;
  background-color: #e5e5e5;
}
.head-main-item--current {
  border-bottom: none !important;
}
.head-main-item--current:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #011627;
  left: 0;
  right: 0;
  bottom: 0;
}
.head-main-item--current:hover {
  color: #717171;
  border-bottom: none !important;
}
.head-main-item--current.head-main-item--dropdown:after {
  content: none;
}
.head-main-item--current.head-main-item--focused:after {
  content: none;
}
.head-main-item--draft {
  color: rgb(229.68, 90.42, 96.2630769231);
}
.head-main-item_icon {
  display: flex;
  line-height: normal;
  align-items: center;
}
.head-main-item_icon--left {
  margin-right: 10px;
}
.head-main-item_icon--right {
  margin-left: 10px;
}
.head-main-item_icon--right svg {
  vertical-align: top;
}
.head-main-item_label {
  display: inline-block;
}
.head-main-item_badge {
  display: flex;
  padding: 0px 4px;
  align-items: center;
  border-radius: 3px;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #e8ecff;
  color: #464646;
  border: solid 1px #d1d9ff;
  margin-left: 8px;
}
.head-main-item_badge.variant-blue {
  background-color: #e8ecff;
  color: #464646;
  border: solid 1px #d1d9ff;
}
.head-main-item_badge.variant-blue > span {
  color: #3751ff;
}
.head-main-item_badge.variant-purple {
  background-color: #eae7ff;
  color: #464646;
  border: solid 1px #d6d0ff;
}
.head-main-item_badge.variant-purple > span {
  color: #620dec;
}
.head-main-item_badge > span {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #3751ff;
}
.head-main-item--truncate .head-main-item_label > span {
  display: block;
  max-width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-main-item--truncate .head-main-item_icon--left + .head-main-item_label {
  max-width: calc(100% - 20px);
}
.head-icon-burger {
  width: 16px;
  height: 12px;
  border: 2px solid currentcolor;
  border-width: 2px 0;
  padding: 3px 0;
}
.head-icon-burger:after {
  content: "";
  display: block;
  border-top: 2px solid currentcolor;
}
@media (max-width: 1150px) {
  .head-main-item--hide-mobile {
    display: none;
  }
}
.head-main-item--end-cap {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.head-dropdown-group {
  position: relative;
}
.head-dropdown-group_dropdown {
  display: none;
  position: absolute;
  top: 44px;
  left: 1px;
  min-width: 240px;
  max-height: calc(100vh - 44px - 60px);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 2px 8px rgba(113, 113, 113, 0.3);
}
.head-dropdown-group--active .head-dropdown-group_dropdown {
  display: block;
}
@media (max-width: 520px) {
  .head-dropdown-group_dropdown {
    right: 0;
    left: auto;
  }
}
.head-dropdown-grid_row {
  display: flex;
  border-top: 1px solid #e5e5e5;
}
.head-dropdown-grid_row > * {
  width: 100%;
}
.head-dropdown-grid_row:first-child {
  border: none;
}
.head-dropdown-grid_row_col {
  width: auto;
}
.head-dropdown-grid_row_col--grow {
  flex-grow: 1;
}
@media (min-width: 1151px) {
  .head-dropdown-grid_row--hide-desktop {
    display: none;
  }
}
.head-dropdown-item {
  background: #3f3b49;
  width: 100%;
}
.head-settings-trigger {
  position: relative;
  height: 44px;
  width: 80px;
  cursor: pointer;
}
.head-settings-trigger:hover,
.head-settings-trigger:active {
  background: #e5e5e5;
}
.head-settings-trigger--active {
  background: #e5e5e5;
}
.head-settings-trigger_responsive-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
}
.head-settings-trigger_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #011627;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.head-settings-trigger_avatar {
  position: relative;
  top: 12px;
  left: 14px;
  width: 22px;
  height: 22px;
  border: 2px solid #011627;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.26s ease-out;
  transform: scale(1);
}
.head-settings-trigger_avatar img {
  width: 100%;
  height: 100%;
  display: block;
  user-drag: none;
  font-size: 0;
}
.head-settings-trigger--revert {
  background: #3751ff;
}
.head-settings-trigger--revert:hover {
  background: #1c1ccb;
}
.head-settings-trigger_indicator {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 23px;
  line-height: 16px;
  border-radius: 50%;
  padding: 0 4px;
  background: #fff500;
  color: black;
  font-weight: 600;
  font-size: 12px;
  max-width: 48px;
  overflow: hidden;
}
.head-settings-trigger_indicator:empty {
  display: none;
}
.head-settings-trigger_indicator:not(:empty) {
  animation: head-settings-trigger-indicator-shake 0.4s ease;
}
.head-notification:hover .head-settings-trigger_avatar {
  transform: scale(1.1);
}
.head-notification:hover .head-settings-trigger_indicator {
  animation: head-settings-trigger-indicator-shake 0.4s ease;
}
.head-settings-trigger.consumer .head-notification {
  cursor: default;
}
@keyframes head-settings-trigger-indicator-shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(3px);
  }
  40% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(3px);
  }
  80% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 600px) {
  .head-settings-trigger {
    border: none;
    width: 34px;
  }
  .head-settings-trigger:after {
    right: 7px;
    left: auto;
  }
  .head-settings-trigger_avatar {
    display: none;
  }
  .head-settings-trigger_indicator {
    display: none;
  }
}
.nav-sidebar {
  position: fixed;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 101;
  transition: bottom 0s 0.6s linear;
  overflow: hidden;
}
.nav-sidebar:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.45s ease;
  cursor: default;
}
.nav-sidebar_panel {
  position: absolute;
  top: 0;
  right: 0;
  cursor: default;
  user-select: none;
  background: white;
  height: 100%;
  width: 100%;
  max-width: 320px;
  transform: translateX(calc(100% + 35px));
  overflow: auto;
  overflow-x: hidden;
  overflow-y: overlay;
  -webkit-overflow-scrolling: touch;
  transition: all 0.25s ease-out;
  filter: drop-shadow(2px 0 33px rgba(0, 0, 0, 0.2));
}
.nav-sidebar_panel:hover::-webkit-scrollbar,
.nav-sidebar-grouping_body:hover::-webkit-scrollbar {
  width: 10px;
}
.nav-sidebar_panel::-webkit-scrollbar,
.nav-sidebar-grouping_body::-webkit-scrollbar {
  width: 0;
}
.nav-sidebar_panel::-webkit-scrollbar-thumb,
.nav-sidebar-grouping_body::-webkit-scrollbar-thumb {
  background: rgba(113, 104, 121, 0.9);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.nav-sidebar_panel::-webkit-scrollbar-thumb:hover,
.nav-sidebar-grouping_body::-webkit-scrollbar-thumb:hover {
  background: rgb(113, 104, 121);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.nav-sidebar_panel::-webkit-scrollbar-track,
.nav-sidebar-grouping_body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.nav-sidebar_panel::-webkit-scrollbar-track:hover,
.nav-sidebar-grouping_body::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
.nav-sidebar_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #011627;
  opacity: 0;
  transition: opacity 0.15s 0s ease-out;
  right: 0;
  transform: scale(1);
  cursor: pointer;
}
.nav-sidebar--logo .nav-sidebar_panel {
  display: flex;
  flex-direction: column;
}
.nav-sidebar--logo .nav-sidebar_panel_contain:last-child {
  flex-grow: 1;
  position: relative;
  padding-bottom: 137px;
}
.nav-sidebar--logo .nav-sidebar_panel_contain:last-child .nav-sidebar_panel_contain_logo {
  overflow: hidden;
  width: 78px;
  height: 27px;
  display: block;
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/klue-logo-sidebar-GNDWC3DS.digested.svg) no-repeat bottom 0 left 0;
  bottom: 27px;
  position: absolute;
  left: 50px;
  transition: color 0.2s ease;
  text-indent: -9999px;
  cursor: pointer;
  color: #620dec;
}
.nav-sidebar--logo .nav-sidebar_panel_contain:last-child .nav-sidebar_panel_contain_logo:hover,
.nav-sidebar--logo .nav-sidebar_panel_contain:last-child .nav-sidebar_panel_contain_logo:active {
  color: #362e77;
}
.nav-sidebar--left .nav-sidebar_panel {
  transform: translateX(calc(-100% - 35px));
  right: auto;
  left: 0;
}
.nav-sidebar--left .nav-sidebar_close {
  position: absolute;
  top: 0;
  right: auto;
  left: 270px;
}
.nav-sidebar--active {
  bottom: 0;
  transition-delay: 0s;
}
.nav-sidebar--active:before {
  opacity: 1;
}
.nav-sidebar--active .nav-sidebar_panel {
  transform: translateX(0);
}
.nav-sidebar--active .nav-sidebar_close {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.15s ease-out, opacity 0.15s 0.25s ease-out;
}
.nav-sidebar--active .nav-sidebar_close:hover {
  transform: scale(1.15);
}
.nav-sidebar_panel_contain {
  padding: 50px;
}
.nav-sidebar_panel_contain + .nav-sidebar_panel_contain {
  border-top: 1px solid #e5e5e5;
}
.nav-sidebar_panel_contain--mobile-only {
  display: none;
}
@media (max-width: 1200px) {
  .nav-sidebar_panel_contain--mobile-only {
    display: block;
  }
}
.nav-sidebar-account {
  display: flex;
  align-items: center;
  cursor: default;
}
.nav-sidebar-account_avatar {
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #011627;
  flex-shrink: 0;
  margin-right: 5px;
  transition: border-width 260ms ease-in-out;
  cursor: pointer;
}
.nav-sidebar-account_avatar:hover,
.nav-sidebar-account_avatar:active {
  border-width: 3px;
}
.nav-sidebar-account_avatar img {
  user-drag: none;
  width: 41px;
  height: 41px;
}
.nav-sidebar-account_details {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.nav-sidebar-account_details_handle {
  white-space: nowrap;
  width: 100%;
  padding: 5px 5px 5px 10px;
  color: #717171;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
a.nav-sidebar-account_details_handle:hover,
a.nav-sidebar-account_details_handle:active {
  color: #011627;
}
.nav-sidebar-account_details_link {
  white-space: nowrap;
  padding: 5px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 13px;
  color: #717171;
  font-weight: 600;
  transition: color 260ms ease-in-out;
  cursor: pointer;
}
.nav-sidebar-account_details_link:hover,
a.nav-sidebar-account_details_link:hover,
a.nav-sidebar-account_details_link:active,
.nav-sidebar-account_avatar:hover + .nav-sidebar-account_details .nav-sidebar-account_details_link--parent-over,
.nav-sidebar-account_details_handle:hover ~ .nav-sidebar-account_details_link--parent-over {
  color: #011627;
  text-decoration: none;
}
.nav-sidebar-grouping .nav-sidebar-header:hover {
  cursor: pointer;
}
.nav-sidebar-grouping .nav-sidebar-header:hover .nav-sidebar-header_text {
  color: #011627;
}
.nav-sidebar-grouping .nav-sidebar-grouping_body {
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  transition: max-height 0.26s ease-in-out;
}
.nav-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bdbdbd;
}
.nav-sidebar-header .nav-sidebar-header_text {
  color: #011627;
  transition: color 0.26s ease-out;
}
.nav-sidebar-header .nav-sidebar-header_icon {
  align-self: flex-start;
  color: #011627;
  margin-left: 12px;
}
.user-menu .nav-sidebar-header {
  color: #bdbdbd;
}
.nav-sidebar-link {
  display: flex;
  position: relative;
  padding: 8px 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #717171;
  align-items: center;
  transition: background 0.26s ease-out;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .nav-sidebar-link--hide-mobile {
    display: none;
  }
}
.quick-switcher .nav-sidebar-link {
  padding: 8px 16px;
  color: #011627;
}
.quick-switcher .nav-sidebar-link:hover,
.quick-switcher .nav-sidebar-link:active {
  background: #fff500;
  text-decoration: none;
}
.quick-switcher .nav-sidebar-link + .nav-sidebar-link {
  margin-top: 11px;
}
.nav-sidebar-grouping--collapsed .nav-sidebar-grouping_body {
  max-height: 0;
  overflow-y: hidden;
}
.nav-sidebar-grouping--collapsed .nav-sidebar-header_text {
  color: #717171;
}
a.nav-sidebar-link:active,
a.nav-sidebar-link:hover,
a.nav-sidebar-link:focus,
a.nav-sidebar-link > *:active,
a.nav-sidebar-link > *:hover,
a.nav-sidebar-link > *:focus {
  color: #011627;
  outline: none;
}
.nav-sidebar-link--active {
  color: #011627;
  background-color: #fff500;
}
.user-menu .nav-sidebar-link--active {
  padding-left: 16px;
  padding-right: 16px;
}
.nav-sidebar-link--wrap {
  white-space: normal;
}
.nav-sidebar-link--wrap .nav-sidebar-link_icon {
  align-self: flex-start;
}
.nav-sidebar-link_external {
  position: absolute;
  top: 6px;
  right: 16px;
  color: #011627;
  font-weight: 200;
  transition: all 0.2s ease-out;
  opacity: 0;
  transform: translateX(-20px);
}
.nav-sidebar-link:hover .nav-sidebar-link_external {
  opacity: 1;
  transform: translateX(0);
}
.notifications.nav-sidebar-link:hover {
  text-decoration: none;
}
.notifications.nav-sidebar-link:hover span.nav-sidebar-link_label {
  text-decoration: underline;
}
.notifications.nav-sidebar-link span.nav-sidebar-link_indicator {
  color: #bdbdbd;
  font-weight: 600;
  font-size: 12px;
  margin-left: 8px;
}
.notifications.nav-sidebar-link span.nav-sidebar-link_indicator:empty {
  display: none;
}
.nav-sidebar-link_icon {
  line-height: normal;
  display: flex;
  align-items: center;
}
.nav-sidebar-link_icon--left {
  margin-right: 20px;
  font-size: 18px;
}
.nav-sidebar-link_image {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 18px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-sidebar-link_image img {
  user-drag: none;
  border-radius: 2px;
  height: auto;
  display: block;
  max-width: 100%;
}
.nav-sidebar-link_label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  max-width: 100%;
}
.nav-sidebar-search {
  position: relative;
  overflow: hidden;
}
.nav-sidebar-search_icon {
  position: absolute;
  top: 12px;
  right: 11px;
  color: #9691a6;
  user-select: none;
  pointer-events: none;
}
.nav-sidebar-search_icon.nav-sidebar-search_icon--clear {
  cursor: pointer;
  pointer-events: all;
}
.nav-sidebar-search_input {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #011627;
  font-weight: 600;
  appearance: none;
  padding: 12px 35px 12px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  transition: border 0.12s ease;
}
.nav-sidebar-search_input:focus {
  border-color: #717171;
}
.nav-sidebar-search_input::placeholder {
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: #717171;
}
.nav-sidebar-no-results {
  color: #717171;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}
.nav-dropdown {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
}
.nav-dropdown.active:after,
.nav-dropdown:hover:after,
.nav-dropdown:focus:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(113, 113, 113);
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-dropdown--active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(1, 22, 39);
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-dropdown > a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-dropdown > a:focus,
.nav-dropdown > a:focus-visible {
  outline: none;
}
.nav-dropdown > a:focus-visible > span {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgb(98, 13, 236);
}
.nav-dropdown > a > span {
  position: relative;
  align-items: center;
  color: #011627;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  white-space: nowrap;
  transition: background 0.15s ease-out;
  cursor: pointer;
  text-decoration: none;
}
.nav-dropdown_container {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 8px;
  right: 0;
  min-width: 220px;
  max-height: calc(100vh - 37px - 60px);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 102;
  background: #fff;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 5px;
  box-shadow: 0px 4px 8px 0px rgba(1, 22, 39, 0.15);
}
.head-dropdown-group--active .nav-dropdown_container {
  display: block;
}
.nav-dropdown_group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nav-dropdown_container_header {
  line-height: 21px;
  font-weight: 600;
  font-size: 12px;
  color: rgb(113, 113, 113);
  text-transform: uppercase;
  margin: 0 16px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(229, 229, 229);
}
.nav-dropdown_container_item {
  min-height: 41px;
}
.nav-dropdown_container_item_link {
  background-color: #ffffff;
  color: rgb(1, 22, 39);
  font-weight: 500;
  margin-right: 0;
  display: flex;
  margin: 0 16px;
  padding: 0 8px;
  height: 41px;
  align-items: center;
}
.nav-dropdown_container_item_link:hover {
  background-color: #fff500;
  color: #011627;
  border-radius: 8px;
  text-decoration: none;
}
.nav-dropdown_container_item_link:focus,
.nav-dropdown_container_item_link:focus-visible > span {
  outline: none;
}
.nav-dropdown_container_item_link:focus-visible > span {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgb(98, 13, 236);
}
.nav-dropdown_container_item_link--active {
  background-color: #fff500;
  color: #011627;
  border-radius: 8px;
}
.notifications {
  position: relative;
  top: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.notifications .layout-wrapper {
  position: relative;
  padding: 44px;
  width: 100%;
  max-width: 1688px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .notifications .layout-wrapper {
    padding: 12px;
  }
}
.notifications .layout-wrapper.narrow,
.notifications .layout-wrapper.feed {
  max-width: 666px;
  background: #ffffff;
}
.notifications .layout-wrapper [class*=row] {
  position: relative;
}
.notifications .layout-wrapper [class*=row]:first-child {
  margin-top: 44px;
}
@media (max-width: 1200px) {
  .notifications .layout-wrapper [class*=row] {
    padding-left: 12px;
  }
}
.notifications .layout-wrapper [class*=row] [class*=col] {
  float: left;
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
.notifications .layout-wrapper [class*=row] [class*=col]:last-child {
  margin-left: 24px;
}
.notifications .layout-wrapper [class*=row]:first-child [class*=col] {
  min-height: 44px;
}
.notifications .layout-wrapper [class*=row] .notification-block {
  position: relative;
  background: #ffffff;
  padding: 16px 24px 0 24px;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.08);
}
.notifications .layout-wrapper [class*=row] .notification-block hr {
  border-color: rgba(87, 82, 101, 0.4);
  margin-bottom: 24px;
}
.notifications .layout-wrapper [class*=row] .notification-block .notification-toolbar {
  position: absolute;
  right: 6px;
  left: auto;
  top: 8px;
}
.notifications .layout-wrapper .no-companies {
  margin-top: 40px;
  margin-left: 12px;
}
.notifications .notification-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 44px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .notifications .notification-heading {
    font-size: 20px;
  }
}
.notifications .notification-filters_button {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 12px;
  color: #575265;
}
.notifications .notification-filters_button--active {
  color: #575265;
}
@media (max-width: 768px) {
  .notifications .notification-filters_button {
    padding: 4px 6px;
  }
}
.notifications .notification-filters_label {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .notifications .notification-filters_label {
    display: none;
  }
}
.notifications.messages .layout-wrapper [class*=row]:first-child {
  margin-top: 22px;
}
.notifications.messages .layout-wrapper [class*=row] [class*=col] {
  width: 100%;
}
.notifications.messages .layout-wrapper [class*=row] [class*=col]:last-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .notifications.messages .layout-wrapper [class*=row] [class*=col] {
    width: calc(50% - 12px);
  }
  .notifications.messages .layout-wrapper [class*=row] [class*=col]:last-child {
    margin-left: 24px;
  }
}
.user-consumer .notifications:not(.messages) .layout-wrapper [class*=row]:first-child [class*=col] {
  width: 100%;
}
.user-consumer .notifications:not(.messages) .layout-wrapper [class*=row]:first-child [class*=col]:first-child {
  display: none;
}
.user-consumer .notifications:not(.messages) .layout-wrapper [class*=row]:first-child [class*=col]:last-child {
  margin-left: 0;
}
.notifications.messages .layout-wrapper .layout-col h3 .badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 3px;
  padding: 0 4px;
  margin-left: 6px;
  background-color: #44bc8f;
}
.notifications.messages .layout-wrapper .layout-col h4 {
  margin-top: 30px;
}
.notifications.messages .layout-wrapper [class*=row] .notification-block {
  background: none;
  box-shadow: none;
  user-select: none;
  transition: all 260ms ease-in-out;
}
.notifications.messages .layout-wrapper [class*=row] .notification-block.system {
  padding-bottom: 12px;
  background: #fffde9;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.08);
}
.notifications.messages .layout-wrapper [class*=row] .notification-block.system .notification-body > div:nth-child(1) {
  line-height: 44px;
  width: 100px;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .notifications.messages .layout-wrapper [class*=row] .notification-block.system .notification-body > div:nth-child(1) {
    position: static;
    width: 100%;
  }
}
.notifications.messages .layout-wrapper [class*=row] .notification-block.system .notification-body > div:nth-child(2) {
  left: 122px;
  width: calc(100% - 122px);
}
@media (max-width: 640px) {
  .notifications.messages .layout-wrapper [class*=row] .notification-block.system .notification-body > div:nth-child(2) {
    position: static;
    left: auto;
    width: 100%;
  }
}
.notifications.messages .layout-wrapper [class*=row] .notification-block .notification-toolbar_dismiss-icon {
  color: #938b9b;
  margin: 0 6px 0 0;
  transition: color 260ms ease-out;
  cursor: pointer;
}
.notifications.messages .layout-wrapper [class*=row] .notification-block .notification-toolbar_dismiss-icon:hover {
  color: #575265;
}
.notifications.messages .notification-body {
  position: relative;
  min-height: 72px;
}
.notifications.messages .notification-body .item-body p {
  padding-right: 20%;
}
@media (max-width: 640px) {
  .notifications.messages .notification-body .item-body {
    position: static;
    margin-left: 56px;
  }
}
.notifications.messages .notification-body .avatar-link {
  display: block;
}
@media (max-width: 640px) {
  .notifications.messages .notification-body .avatar-link {
    display: inline;
    width: 44px;
    min-width: 44px;
    border: 0;
  }
}
.notifications.messages .notification-body .avatar-link .avatar {
  display: block;
  margin: 0 auto;
  position: relative;
  border: 3px solid #44bc8f;
  height: 100%;
  width: 100%;
  max-height: 66px;
  max-width: 66px;
  border-radius: 100%;
  transition: border-color 260ms ease-out;
  top: unset;
}
@media (max-width: 640px) {
  .notifications.messages .notification-body .avatar-link {
    height: 66px;
  }
  .notifications.messages .notification-body .avatar-link .avatar {
    max-height: 44px;
    max-width: 44px;
  }
}
.notifications.messages .notification-body .avatar-link:hover .avatar {
  border-color: #2f8464;
}
.notifications.messages .notification-body > div,
.notifications.messages .notification-body .avatar-link {
  position: absolute;
  min-width: 66px;
}
.notifications.messages .notification-body > div:nth-child(1),
.notifications.messages .notification-body .avatar-link:nth-child(1) {
  top: calc(50% - 33px);
  width: 66px;
  height: 66px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.notifications.messages .notification-body > div:nth-child(1) h1,
.notifications.messages .notification-body .avatar-link:nth-child(1) h1 {
  margin: 0;
}
.notifications.messages .notification-body > div:nth-child(1) h1 span,
.notifications.messages .notification-body .avatar-link:nth-child(1) h1 span {
  font-size: 36px;
}
@media (max-width: 640px) {
  .notifications.messages .notification-body > div:nth-child(1),
  .notifications.messages .notification-body .avatar-link:nth-child(1) {
    position: relative;
    max-height: 58px;
    min-height: 36px;
    height: auto;
    text-align: left;
    width: 100%;
    border-bottom: 1px dotted #44bc8f;
    margin-bottom: 12px;
    color: #575265;
  }
  .notifications.messages .notification-body > div:nth-child(1) *,
  .notifications.messages .notification-body .avatar-link:nth-child(1) * {
    float: left;
    margin-right: 8px !important;
  }
  .notifications.messages .notification-body > div:nth-child(1) img + *,
  .notifications.messages .notification-body > div:nth-child(1) h1 + *,
  .notifications.messages .notification-body .avatar-link:nth-child(1) img + *,
  .notifications.messages .notification-body .avatar-link:nth-child(1) h1 + * {
    margin-top: 8px;
  }
  .notifications.messages .notification-body > div:nth-child(1) img,
  .notifications.messages .notification-body .avatar-link:nth-child(1) img {
    margin-bottom: 12px;
  }
  .notifications.messages .notification-body > div:nth-child(1) h1,
  .notifications.messages .notification-body .avatar-link:nth-child(1) h1 {
    display: none;
  }
}
.notifications.messages .notification-body > div:nth-child(2),
.notifications.messages .notification-body .avatar-link:nth-child(2) {
  position: relative;
  top: 0;
  bottom: 0;
  left: 88px;
  min-height: 72px;
  padding-left: 22px;
  width: calc(100% - 88px);
  border-left: 1px dotted #44bc8f;
}
@media (max-width: 640px) {
  .notifications.messages .notification-body > div:nth-child(2),
  .notifications.messages .notification-body .avatar-link:nth-child(2) {
    left: 0;
    padding: 0;
    border: none;
    width: 100%;
  }
}
.notifications.messages .notification-body > div:nth-child(2) .item-meta,
.notifications.messages .notification-body .avatar-link:nth-child(2) .item-meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #938b9b;
}
.notifications.messages .notification-body > div:nth-child(2) .item-meta .item-type,
.notifications.messages .notification-body .avatar-link:nth-child(2) .item-meta .item-type {
  display: inline-block;
  padding: 1px 4px;
  color: #575265;
  font-weight: normal;
  background: #daf2e9;
  transition: color 260ms ease-out, background-color 260ms ease-out;
}
.notifications.messages .notification-body > div:nth-child(2) .item-meta a.item-type:hover,
.notifications.messages .notification-body .avatar-link:nth-child(2) .item-meta a.item-type:hover {
  color: #ffffff;
  background: #44bc8f;
  text-decoration: none;
}
.notifications.messages .notification-body > div:nth-child(2) .item-title,
.notifications.messages .notification-body .avatar-link:nth-child(2) .item-title {
  display: block;
  font-weight: 600;
  color: #575265;
  transition: color 260ms ease-in-out;
}
.notifications.messages .notification-body > div:nth-child(2) .item-title:hover,
.notifications.messages .notification-body .avatar-link:nth-child(2) .item-title:hover {
  color: #2f8464;
}
.notifications.messages .notification-body > div:nth-child(2) p,
.notifications.messages .notification-body .avatar-link:nth-child(2) p {
  color: #575265;
  margin: 10px 0;
}
.notifications.messages .notification-body > div:nth-child(2) p .ui-at,
.notifications.messages .notification-body .avatar-link:nth-child(2) p .ui-at {
  font-weight: 600;
  text-transform: uppercase;
  transition: color 260ms ease-in-out;
}
.notifications.messages .notification-body > div:nth-child(2) p .ui-at.user-found._highlight,
.notifications.messages .notification-body .avatar-link:nth-child(2) p .ui-at.user-found._highlight {
  background: #fff69d;
  color: #575265;
  font-weight: 600;
  padding: 0 2px;
}
.notifications.messages .notification-body > div:nth-child(2) .btn,
.notifications.messages .notification-body .avatar-link:nth-child(2) .btn {
  position: absolute;
  right: 0;
  width: auto;
  top: calc(50% - 22px);
}
.notifications.messages .notification-block.system .notification-body ul {
  padding: 0 0 0 30px;
}
.notifications.messages .notification-block.system .notification-body ul > li {
  line-height: 20px;
}
.notifications.messages .notification-block.system .notification-body ul > li a {
  font-weight: 600;
  text-transform: uppercase;
  transition: color 260ms ease-in-out;
}
.notifications.messages .notification-block.system .notification-body ul > li .battlecard-title,
.notifications.messages .notification-block.system .notification-body ul > li .reviewed {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}
.notifications.messages .notification-block.system .notification-body ul > li .battlecard-title {
  font-size: 12px;
  margin-left: 6px;
  vertical-align: text-top;
}
.notifications.messages .notification-block.system .notification-body ul > li .reviewed {
  font-size: 10px;
  color: #938b9b;
  margin-left: 8px;
}
.notifications.messages .btn._more {
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  margin: 22px 2px;
  width: auto;
  color: #ffffff;
  border-color: transparent;
  background: #938b9b;
}
.notifications.messages .layout-dials {
  position: relative;
  display: table;
  height: 184px;
  width: 100%;
  text-align: center;
}
.notifications.messages .layout-dials > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
.notifications.messages .layout-dials > div h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #44bc8f;
}
.notifications.messages .layout-dials > div .label {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 8px;
  max-width: 100px;
  border-radius: 100%;
  line-height: 16px;
  display: inline-block;
}
.notifications.messages .layout-dials > div:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 18px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #938b9b;
}
.notification-group {
  background: #ffffff;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.08);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.notification-group_separator {
  margin: 20px 20px 0 20px;
  padding: 0;
  line-height: 1px;
  height: 1px;
  border: 0;
  border-top: 2px solid rgb(234.975, 233.4916666667, 236.4583333333);
}
.notification-group_nested {
  background-color: #ffffff;
  transition: background-color 260ms ease-in-out, box-shadow 260ms ease-in-out;
}
.notification-group_nested:first-child > .notification-group_separator {
  display: none;
}
.notification-group_nested:not(:last-child) {
  margin-bottom: 24px;
}
.notification-group_nested--toggled {
  background-color: #fffde9;
  box-shadow: 0 20px 0 0 #fffde9;
}
.notification-group_nested--toggled:not(:last-child) {
  box-shadow: 0 24px 0 0 #fffde9;
}
.notification-group_message {
  margin: 0 11px 22px;
}
.notification-group_message--dismissed {
  opacity: 0.333;
}
.notification-group_message--has-attachment {
  padding-right: 72px;
}
.notification-group_nested_header {
  line-height: 24px;
  padding: 20px 24px 6px 24px;
}
.notification-group_nested_header:first-child {
  padding-top: 24px;
}
.notification-group_nested_title {
  font-size: 16px;
  font-weight: 600;
  color: #575265;
  margin: 0;
}
@media (min-width: 1280px) {
  .notification-group_nested_title {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .notification-group_nested_title--once {
    display: block;
    margin-bottom: 10px;
  }
}
.notification-group_nested_subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #2f8464;
  margin: 2px 0 0 0;
}
.notification-group_nested_subtitle > * {
  color: #2f8464;
}
.notification-group_nested_links {
  font-size: 10px;
  color: #938b9b;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2px;
}
@media (min-width: 1280px) {
  .notification-group_nested_links {
    display: inline-block;
    margin-top: 0;
  }
}
.notification-group_nested_view-link,
.notification-group_nested_reply-link {
  display: inline-block;
  transition: color 260ms ease-in-out;
}
.notification-group_nested_view-link:focus,
.notification-group_nested_reply-link:focus {
  outline: none;
}
@media (min-width: 1280px) {
  .notification-group_nested_view-link {
    margin-left: 32px;
  }
}
.notification-group_nested_reply-link {
  margin-left: 20px;
}
.notification-group_nested_view-icon,
.notification-group_nested_reply-icon {
  margin-right: 6px;
  transition: color 260ms ease-in-out;
}
.notification-group_nested_links + .notification-group_nested_subtitle {
  display: block;
  margin: 12px 0 6px 0;
}
.notification-group_nested_reply-box {
  display: block;
  position: relative;
  max-height: 480px;
  height: auto;
  margin: 0 20px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  transition: all 260ms cubic-bezier(1, 0, 0, 1);
}
.notification-group_nested_reply-box > .comment-box {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  background: #ffffff;
}
.notification-group_nested_reply-box > .comment-box > .comment-list {
  top: auto;
  overflow-y: auto;
  height: 300px;
}
.notification-group_nested_reply-box > .comment-box > .comment-list .comment {
  border-top: 1px solid rgba(87, 82, 101, 0.1);
}
.notification-group_nested_reply-box > .comment-box > .comment-list .comment .comment-body .user-found {
  color: #44bc8f;
  transition: color 260ms ease-out;
}
.notification-group_nested_reply-box > .comment-box > .comment-list .comment .comment-body .user-found:hover {
  color: #2f8464;
}
.notification-group_nested_reply-box > .comment-box > .comment-list .comment .btn-more {
  font-size: 10px;
  font-weight: 600;
  height: auto;
  line-height: 2;
  margin: 0 0 11px -2px;
  text-transform: uppercase;
  width: auto;
}
.notification-group_nested_reply-box > .comment-box .comment-form {
  max-height: 146px;
}
.notification-group_nested_reply-box > .comment-box .comment-form form textarea {
  max-height: 135px;
  border-color: #44bc8f !important;
}
.notification-group_nested_reply-box > .comment-box .comment-form .dropzone-wrapper {
  max-height: 135px;
}
.notification-group_nested_reply-box > .comment-box .comment-form .comment-media .comment-media-left {
  display: none;
}
.notification-group_nested_reply-box > .comment-box .comment-form .comment-media .comment-buttons {
  padding-bottom: 0;
}
.notification-group_nested_reply-box .comment-timestamp {
  margin-top: -3px;
}
.notification-body_user-link {
  display: inline-block;
  padding: 1px 4px;
  color: #575265;
  font-weight: normal;
  background: #daf2e9;
  transition: color 260ms ease-out, background-color 260ms ease-out;
}
.notification-body_user-link:hover {
  color: #ffffff;
  background: #44bc8f;
  text-decoration: none;
}
.notification-badge {
  display: inline-block;
  border: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background: #fe595d;
  padding: 0 7px;
  line-height: 18px;
  border-radius: 20px;
  min-width: 20px;
  text-align: center;
  margin-left: 2px;
}
.notification-badge:empty {
  display: none;
}
.notification-badge.notification-badge--grey {
  background: rgba(147, 139, 155, 0.6);
}
.overlay-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
}
.overlay-loader_success {
  border-top: 4px solid #44bc8f;
}
.overlay-loader_title {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #011627;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0;
}
.overlay-loader_title--failure-icon {
  margin-right: 16px;
  color: #fc585f;
}
.overlay-loader_title--icon {
  margin-right: 16px;
  color: #44bc8f;
}
.overlay-loader_subtitle {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #011627;
  font-weight: 400;
}
.overlay-loader_box {
  display: flex;
  position: relative;
  margin: 20px auto;
  overflow: auto;
  max-height: calc(100% - 40px);
}
.overlay-loader_box-content {
  padding: 24px;
  color: #938b9b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 500px;
  height: 100%;
}
.overlay-loader_box-content_close-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.overlay-loader_box-content_close {
  cursor: pointer;
  align-self: flex-end;
}
.overlay-loader_box-content_close:hover {
  color: #44bc8f;
}
.overlay-loader_box-content_spinner {
  margin: 32px;
}
.overlay-loader_box-content_message {
  font-size: 16px;
  margin: 0 25px 22px;
  white-space: pre-line;
}
.overlay-loader_box-content_message h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: black;
}
.overlay-loader_box-content_message img {
  width: 100%;
  padding-top: 10px;
}
.overlay-loader_box-content_button {
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.overlay-loader_box-content_button--default {
  background-color: #44bc8f;
}
.overlay-loader_box-content_button--default:focus {
  outline: #620dec;
  outline-style: auto;
}
.overlay-loader_box-content_button--failure {
  background-color: #fc585f;
}
.overlay-loader_box-content_button--failure:hover {
  background-color: #ad383e;
  border-color: #ad383e;
}
.overlay-loader_box-content_button--failure:focus {
  outline: #620dec;
  outline-style: auto;
}
.overlay-loader_box-content_button--plain {
  background-color: transparent;
  color: #938b9b;
  border: none;
}
.overlay-loader_box-content_button--plain:focus {
  background-color: transparent;
  color: #938b9b;
  border: none;
  outline: #620dec;
  outline-style: auto;
}
.overlay-loader_box-content_button--plain:hover {
  color: #44bc8f;
  background-color: transparent;
}
.overlay-loader_button-container {
  width: 100%;
}
.pagination {
  list-style-type: none;
  margin: 22px auto;
  padding: 0;
  display: table;
  text-align: center;
}
.pagination li {
  display: table-cell;
  overflow: hidden;
  float: left;
  width: 46px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #31aae3;
}
.pagination li a {
  display: block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid rgb(206.141025641, 234.8397435897, 248.358974359);
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  color: #31aae3;
  transition:
    color 260ms ease-in-out,
    background 260ms ease-in-out,
    border-color 260ms ease-in-out;
  text-decoration: none !important;
  user-select: none;
}
.pagination li a[class*=icon] {
  line-height: 40px;
  font-size: 18px;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  border-color: #31aae3;
  outline: none;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-color: transparent;
}
.pagination li.paginator_active a {
  background: rgb(228.5897435897, 244.1025641026, 251.4102564103);
}
.pagination li.previous.disabled a,
.pagination li.next.disabled a {
  visibility: hidden;
  cursor: default;
}
.digest-pagination {
  background-color: #ffffff;
  margin-top: 4px;
  padding: 22px;
}
.digest-pagination .pagination {
  margin: 0 auto;
}
.ui-feed .board-header {
  font-weight: 600;
  color: #575265;
  position: relative;
  line-height: 1em;
  display: flex;
  align-items: flex-start;
}
.board-header small {
  display: block;
  font-size: 10px;
}
.board-header small i.fa {
  margin-right: 4px;
}
.board-header small .competitors-list {
  margin-left: 3px;
}
.board-header small .competitors-list > .competitor {
  color: #31aae3;
}
.board-header small .competitors-list > .competitor:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.board-header .poster-details {
  margin: 4px 0;
}
.board-header .poster-details .card-poster a {
  color: #575265;
  font-size: 12px;
}
.board-header .poster-details .card-poster a:hover {
  color: #44bc8f;
  text-decoration: none;
}
.board-header .post-header {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 11px;
}
.board-header .ui-post-avatar {
  width: 38px;
  height: 38px;
  margin: 0 5.5px 0 0;
  background-color: #d0d0d0;
  border: 2px solid #44bc8f;
  border-radius: 100%;
  transition: border-color 260ms ease-in-out;
  overflow: hidden;
  flex: 0 0 38px;
}
.board-header .ui-post-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: scale-down;
  transition: filter 260ms ease-in-out;
}
.board-header .ui-post-avatar:hover img {
  filter: brightness(1.2);
}
.board-header .add-remove-intel-digests a {
  color: #31aae3;
}
.board-header .card-toolbar {
  margin: 11px 11px 0 0;
  max-height: 38px;
  display: flex;
}
.board-header .card-toolbar .btn-primary {
  padding-right: 11px;
  margin-right: 2px;
  opacity: 0;
  transform: translateX(20px);
}
.board-header .card-toolbar img {
  position: relative;
  top: 0;
  right: 0;
}
.board-header .card-toolbar .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #44bc8f;
  white-space: nowrap;
}
.board-header .card-toolbar .dropdown-menu > li > a:hover,
.board-header .card-toolbar .dropdown-menu > li > a:focus {
  color: #44bc8f;
}
.board-header .card-toolbar .btn-primary i.fa,
.board-header .card-toolbar .dropdown-menu > li > a > i.fa {
  width: 1em;
  text-align: center;
  margin-right: 6px;
}
.post-body {
  margin-top: 0;
  margin-bottom: 1em;
  width: 100%;
  position: relative;
}
.post-list .post-body {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0;
}
.post-list .post-body a {
  color: #31aae3;
}
.post-list .post-body a:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.post-list .post-body.post-body--clamped {
  display: -webkit-box;
  overflow: hidden;
  max-height: 135px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
a[data-filetype] {
  background-image: url('data:image/svg+xml,%3Csvg height="18" width="18" class="attachment-icon" aria-hidden="true" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%2331aae3"%3E%3Cpath d="M0 0h24v24H0z" fill="none"%3E%3C/path%3E%3Cpath d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"%3E%3C/path%3E%3C/svg%3E');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  font-size: 12px;
  padding-left: 22px;
}
a[data-filetype][data-filetype=png],
a[data-filetype][data-filetype=gif],
a[data-filetype][data-filetype=jpg] {
  background-image: url('data:image/svg+xml,%3Csvg height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg" fill="%2331aae3"%3E%3Cpath d="M24 24H0V0h24v24z" fill="none"%3E%3C/path%3E%3Cpath d="M21 3H3C2 3 1 4 1 5v14c0 1.1.9 2 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2zM5 17l3.5-4.5 2.5 3.01L14.5 11l4.5 6H5z"%3E%3C/path%3E%3C/svg%3E');
}
.post-box {
  margin: 0 -2px;
}
.post-box_buttons {
  margin-bottom: 12px;
}
.post-box_buttons_icon {
  position: relative;
  top: -1px;
  left: -6px;
}
.post-box .post-list {
  padding: 0;
  margin: 0 0 132px;
}
.post-box .post {
  width: 500px;
  margin: 0 2px 22px;
  list-style-type: none;
  overflow: visible;
}
.post-box .post.bookmarked:first-child {
  margin-top: 5px;
}
.post-box .post .post-container {
  position: relative;
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 2px 2px #ddd;
}
.post-box .post .post-container .ui-dropdown .btn.btn-dropdown-card:hover,
.post-box .post .post-container .ui-dropdown.on .btn-dropdown-card {
  background: #31aae3;
}
.post-box .post .post-container .ui-dropdown-menu > a,
.post-box .post .post-container .comment-box.comment-inline .comment-buttons .btn {
  color: #31aae3;
}
.post-box .post .post-container .ui-dropdown-menu > a:hover,
.post-box .post .post-container .comment-box.comment-inline .comment-buttons .btn:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
.post-box .post .post-container .comment-timestamp a,
.post-box .post .post-container .highlight-meta .highlight-rival:hover {
  color: #31aae3;
}
.post-box .post.bookmarked .post-container {
  background: rgb(239.7142857143, 247.5714285714, 253.2857142857);
  box-shadow: 0 0 0 5px #d9ecfb;
}
.post-box .post.off {
  opacity: 0;
}
.post-box .post .post-curator {
  font-size: 12px;
  line-height: 34px;
  color: #a49fb1;
  margin: 12px 0 0 12px;
}
.post-box .post .post-curator .post-curator_user-link {
  color: #31aae3;
  transition: color 260ms ease-in-out;
}
.post-box .post .post-curator .post-curator_user-link:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
  text-decoration: none;
}
.post-box .post .post-curator .post-curator_digest-link {
  color: #a49fb1;
}
.post-box .post .post-curator .post-curator_digest-link:hover {
  text-decoration: underline;
}
.post-box .post .post-curator .post-curator_avatar {
  margin-right: 8px;
}
.post-box .post .post-curator .post-curator_avatar img {
  position: static;
  top: 0;
  left: 0;
}
.post-box:not(.endless-container) .post:last-child {
  margin-bottom: 66px;
}
.post-box .layout-posts-box-empty-state-user-message {
  margin: 44px 11px;
}
.post-box .layout-posts-box-empty-state-user-message .empty-state-user-message {
  padding: 0;
}
.post-box .feed-filters--active ~ .ui-feed .layout-posts-box-empty-state-user-message {
  margin: 88px 11px;
}
.post:hover .board-header .card-toolbar .btn {
  opacity: 1;
  transform: translateX(0);
}
.post:hover .attachment-source > span a.source-icon img {
  filter: grayscale(0%);
}
.post:hover .carousel-control {
  opacity: 1;
}
@media (max-width: 520px) {
  .post-box .post {
    width: auto;
    margin: 0 22px 22px;
  }
}
.post-details-box {
  width: 90vw;
  max-width: 1400px;
  height: 90vh;
  text-align: left;
}
.post-details-box_empty-message {
  font-size: 18px;
  margin: 32px 40px;
  color: #999;
}
.post-details-box_empty-message a {
  font-weight: 600;
  color: #31aae3;
  text-decoration: none;
  transition: all 260ms ease-out;
}
.post-details-box_empty-message a:hover {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
}
@media (min-width: 1024px) {
  .post-details-box {
    min-height: 600px;
  }
}
.post-details {
  width: 100%;
  height: 100%;
  list-style-type: none;
  background: #fff;
}
.post-details .post-details-media {
  width: 70%;
  height: 100%;
  float: left;
}
.post-details .post-details-body {
  overflow: auto;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  border-left: 1px solid #e0e0e0;
}
.post-details .post-details-body .post-header h4 {
  line-height: 1.3em;
  font-weight: 200;
}
.post-details .post-details-body .like-box {
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1000px) {
  .post-details {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .post-details .post-details-media {
    width: 100%;
    height: auto;
    float: none;
  }
  .post-details .post-details-body {
    height: auto;
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #e0e0e0;
  }
  .post-details .attachment-box {
    height: auto;
  }
  .post-details .attachment-box .attachment-list {
    height: auto;
  }
  .post-details .attachment {
    height: auto;
  }
  .post-details .attachment-source {
    position: relative;
  }
  .post-details .attachment-content {
    position: relative;
    height: auto;
  }
}
.post-digest-types .post-digest-types-list {
  list-style-type: none;
  margin: 14px 0 24px 0;
  padding: 0;
  border: 1px solid #eceeeb;
}
.post-digest-types .post-digest-types-list li {
  padding: 0;
}
.post-digest-types .post-digest-types-list li label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.post-digest-types .post-digest-types-list li label:hover {
  background-color: #fff69c;
  cursor: pointer;
}
.post-digest-types .post-digest-types-list li:not(:last-child) {
  border-bottom: 1px solid #eceeeb;
}
.post-digest-types .post-digest-types-list input {
  margin: 0 6px 0 0;
  cursor: pointer;
}
.post-digest-types .post-digest-types-list label {
  margin: 0;
}
.post-digest-types .post-digest-types-item-disabled {
  opacity: 0.5;
}
.post-digest-types .post-digest-types-item-disabled,
.post-digest-types .post-digest-types-item-disabled * {
  cursor: not-allowed !important;
}
.post-digest-types .post-digest-types-item-disabled label:hover {
  background-color: inherit !important;
}
.post-digest-types .post-digest-types-item-disabled i {
  font-size: 16px;
  margin-left: 5px;
}
.post-digest-types .post-digest-types-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.post-digest-types .post-digest-types-footer button {
  margin-left: 22px;
}
.ui-feed .board-footer {
  color: #575265;
  font-size: 12px;
  padding: 0;
  user-select: none;
  border-top: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  position: relative;
}
.ui-feed .board-footer-meta {
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
}
.ui-feed .board-footer-meta .competitors-list {
  max-width: 285px;
  flex-wrap: nowrap;
  overflow: auto hidden;
  transition: all 260ms ease-in-out;
}
.ui-feed .board-footer-meta .competitors-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.ui-feed .board-footer-meta .competitors-list::-webkit-scrollbar:horizontal {
  height: 8px;
}
.ui-feed .board-footer-meta .competitors-list::-webkit-scrollbar-thumb {
  border-top: 5px solid #f5f5f5;
  background-color: rgba(193, 193, 193, 0);
}
.ui-feed .board-footer-meta .competitors-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.ui-feed .board-footer-meta .competitors-list:hover::-webkit-scrollbar-thumb {
  background-color: rgb(193, 193, 193);
}
.ui-feed .board-footer .competitors-list,
.ui-feed .board-footer .like-list-users {
  display: flex;
  margin-left: 22px;
  flex-grow: 1;
}
.ui-feed .board-footer .competitors-list .competitor-list--competitor,
.ui-feed .board-footer .competitors-list .like,
.ui-feed .board-footer .competitors-list .like-box .like-summary,
.like-box .ui-feed .board-footer .competitors-list .like-summary,
.ui-feed .board-footer .like-list-users .competitor-list--competitor,
.ui-feed .board-footer .like-list-users .like,
.ui-feed .board-footer .like-list-users .like-box .like-summary,
.like-box .ui-feed .board-footer .like-list-users .like-summary {
  background: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  flex: 0 0 24px;
  height: 24px;
  margin-right: 3px;
  width: 24px;
}
.ui-feed .board-footer .competitors-list .competitor-list--competitor.ui-dropdown,
.ui-feed .board-footer .competitors-list .like.ui-dropdown,
.ui-feed .board-footer .competitors-list .like-box .ui-dropdown.like-summary,
.like-box .ui-feed .board-footer .competitors-list .ui-dropdown.like-summary,
.ui-feed .board-footer .like-list-users .competitor-list--competitor.ui-dropdown,
.ui-feed .board-footer .like-list-users .like.ui-dropdown,
.ui-feed .board-footer .like-list-users .like-box .ui-dropdown.like-summary,
.like-box .ui-feed .board-footer .like-list-users .ui-dropdown.like-summary {
  position: unset;
  float: none;
}
.ui-feed .board-footer .competitors-list .competitor-list--competitor.ui-dropdown .ui-dropdown-menu.dropdown-options,
.ui-feed .board-footer .competitors-list .like.ui-dropdown .ui-dropdown-menu.dropdown-options,
.ui-feed .board-footer .competitors-list .like-box .ui-dropdown.like-summary .ui-dropdown-menu.dropdown-options,
.like-box .ui-feed .board-footer .competitors-list .ui-dropdown.like-summary .ui-dropdown-menu.dropdown-options,
.ui-feed .board-footer .like-list-users .competitor-list--competitor.ui-dropdown .ui-dropdown-menu.dropdown-options,
.ui-feed .board-footer .like-list-users .like.ui-dropdown .ui-dropdown-menu.dropdown-options,
.ui-feed .board-footer .like-list-users .like-box .ui-dropdown.like-summary .ui-dropdown-menu.dropdown-options,
.like-box .ui-feed .board-footer .like-list-users .ui-dropdown.like-summary .ui-dropdown-menu.dropdown-options {
  top: 55px;
  left: 11px;
  right: unset;
}
.ui-feed .board-footer .competitors-list .competitor-list--competitor img,
.ui-feed .board-footer .competitors-list .like img,
.ui-feed .board-footer .competitors-list .like-box .like-summary img,
.like-box .ui-feed .board-footer .competitors-list .like-summary img,
.ui-feed .board-footer .like-list-users .competitor-list--competitor img,
.ui-feed .board-footer .like-list-users .like img,
.ui-feed .board-footer .like-list-users .like-box .like-summary img,
.like-box .ui-feed .board-footer .like-list-users .like-summary img {
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  margin: 0;
  max-height: 24px;
  max-width: 24px;
  object-fit: contain;
}
.ui-feed .board-footer .competitors-list .competitor-list--competitor img.competitors-list--draft,
.ui-feed .board-footer .competitors-list .like img.competitors-list--draft,
.ui-feed .board-footer .competitors-list .like-box .like-summary img.competitors-list--draft,
.like-box .ui-feed .board-footer .competitors-list .like-summary img.competitors-list--draft,
.ui-feed .board-footer .like-list-users .competitor-list--competitor img.competitors-list--draft,
.ui-feed .board-footer .like-list-users .like img.competitors-list--draft,
.ui-feed .board-footer .like-list-users .like-box .like-summary img.competitors-list--draft,
.like-box .ui-feed .board-footer .like-list-users .like-summary img.competitors-list--draft {
  opacity: 0.4;
}
.ui-feed .board-footer .like-list-users {
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: 0;
}
.post-list .post-container .card-block {
  padding: 0 22px;
}
.post-list.post-list--toggled-post .post {
  display: none;
}
.post-list.post-list--toggled-post .post--toggled,
.post-list.post-list--toggled-post .post--toggled:hover {
  display: block;
}
.post-list .comment-box {
  width: 100%;
  margin: 11px 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.post-list .comment-box.comment-inline:hover {
  cursor: pointer;
}
.post-list .comment-box.comment-inline .comment-list {
  margin-top: 0;
}
.post-list .comment-box.comment-inline .comment-buttons .btn {
  color: #44bc8f;
}
.post-list .comment-box.comment-inline .comment-buttons .btn:hover {
  color: #44bc8f;
}
.post-list .btn-more {
  font-size: 10px;
  font-weight: 600;
  height: auto;
  line-height: 2;
  margin: 0 0 11px -2px;
  text-transform: uppercase;
  width: auto;
}
.post-btn-more {
  margin: 0 0 11px 0 !important;
}
.product-board-loading-spinner {
  color: #888;
  padding-top: 150px;
  text-align: center;
}
.product-board-iframe {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0 0 44px;
  overflow: hidden;
}
.profile-options-modal a {
  transition: color 260ms ease;
}
.profile-options-modal .profile-options_clone {
  list-style: none;
  height: 0;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 0 2.75rem;
  padding: 0;
  user-select: none;
  transition: all 260ms ease-out;
}
.profile-options-modal .profile-options_clone > .profile-options_clone-item {
  display: block;
  line-height: 20px;
}
.profile-options-modal .profile-options_clone > .profile-options_clone-item > .profile-options_clone-link {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.profile-options-modal .profile-options_clone--expand {
  height: auto;
  margin-top: 1em;
}
.profile-options-modal .profile-options_show-boards-link {
  display: none;
  color: #938b9b;
  margin: 1em 0 0 2.75rem;
  text-transform: uppercase;
  font-size: 12px;
}
.profile-options-modal .profile-options_show-boards-link--expand {
  display: block;
}
.profile-options-modal_loading-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-layout .toolbar {
  position: absolute;
  border-bottom: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  left: 0;
  right: 0;
  justify-content: space-between;
  min-height: 44px;
  top: 0;
  z-index: 2;
}
.profile-layout .toolbar .toolbar {
  justify-content: space-between;
}
.profile-layout .toolbar .toolbar_left,
.profile-layout .toolbar .toolbar_right {
  flex-grow: 0;
}
@media (max-width: 520px) {
  .profile-layout .toolbar .toolbar_right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .profile-layout .toolbar .toolbar_right .toolbar-dropdown-group:first-of-type {
    margin-left: 0;
  }
  .profile-layout .toolbar .toolbar_right .toolbar-dropdown-group:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .profile-layout .toolbar .toolbar_left:not(improved-bulk-visibility) .toolbar-button_icon--left {
    margin: 0;
  }
  .profile-layout .toolbar .toolbar_left:not(improved-bulk-visibility) .toolbar-button_label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .profile-layout .toolbar .toolbar_left:not(improved-bulk-visibility) .toolbar-button_label:not(caption) {
    position: absolute !important;
  }
}
@media (max-width: 1024px) {
  .profile-layout .toolbar .toolbar_left.improved-bulk-visibility .toolbar-button_icon--left {
    margin: 0;
  }
  .profile-layout .toolbar .toolbar_left.improved-bulk-visibility .toolbar-button_label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .profile-layout .toolbar .toolbar_left.improved-bulk-visibility .toolbar-button_label:not(caption) {
    position: absolute !important;
  }
}
.profile .profile-head {
  margin: 20px 40px;
}
.profile .profile-head > .row {
  display: table-row;
}
.profile .profile-head > .row > div {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}
.profile .profile-head .header .profile-name {
  color: rgba(21, 21, 21, 0.8);
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  word-wrap: break-word;
  margin-bottom: 0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.profile .profile-head .header .profile-name:hover {
  cursor: pointer;
  color: rgb(21, 21, 21);
  text-decoration: none;
}
.profile .profile-head .header.dropdown .dropdown-toggle > i.fa {
  display: none;
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin: 6px 0 0 16px;
  vertical-align: text-top;
}
.profile .profile-head .header.dropdown .dropdown-toggle:hover > i.fa {
  display: inline-block;
}
.profile .profile-head .header.dropdown.open .dropdown-toggle > i.fa {
  display: inline-block;
}
.profile .profile-head .header .dropdown-menu > li > a {
  color: #333;
}
.profile .profile-head .header .dropdown-menu > li > a:hover {
  color: #000;
  text-decoration: none;
}
.profile .profile-body {
  margin: 20px 30px;
}
.editmode-panel-tabs {
  position: relative;
  overflow: hidden;
  display: flex;
}
.editmode-panel-tabs_tab {
  padding: 12px 25px;
  float: left;
  border: 2px solid rgba(113, 104, 121, 0.2);
  border-bottom: none;
  margin-bottom: -2px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  user-select: none;
  cursor: pointer;
}
.editmode-panel-tabs_tab:hover {
  background: #f5f5f5;
}
.editmode-panel-tabs_tab--active {
  background: #fff;
  border-color: transparent;
  cursor: pointer;
}
.editmode-panel-tabs_tab--active:hover {
  background: #fff;
}
.editmode-panel-tabs_tab_title {
  font-weight: 600;
  color: #716879;
  font-size: 15px;
  text-transform: uppercase;
}
.editmode-panel-tabs_collapse-link {
  position: absolute;
  top: 10px;
  right: 2px;
  color: #a49fb1;
}
.editmode-panel-tabs_collapse-link:hover {
  color: #44bc8f;
}
.scratchpad-child-overrides .card-block {
  padding: 0;
  background-color: transparent !important;
}
.scratchpad-child-overrides .board-body {
  height: 100% !important;
  background-color: #f8f6f7 !important;
}
.scratchpad-child-overrides .ui-boards {
  width: 100%;
}
.scratchpad-child-overrides .scratchpad--empty .board-body {
  background: #ffffff !important;
}
.scratchpad-child-overrides .scratchpad--empty .card-block {
  padding: 2.5rem !important;
  border: 0px !important;
}
.scratchpad-child-overrides .scratchpad--empty .card-block .card-subtitle {
  font-weight: 400;
  color: #575265;
}
.scratchpad-child-overrides .scratchpad--empty .card-block strong {
  font-weight: 600;
}
.battlecards-editor-layouts {
  margin-bottom: 20px;
}
.battlecards-editor-layouts--select {
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 0;
}
.battlecards-editor-layouts--select .display-label {
  min-width: 131px;
  text-align: justify;
}
.battlecards-editor-layouts--selection {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.battlecards-editor-layouts--selection .button {
  margin: 0;
}
.battlecards-editor-layouts--selection .button.disabled {
  opacity: 0.37;
  pointer-events: none;
}
.battlecards-editor-layouts .digest-type-checkbox {
  display: flex;
  padding: 0;
}
.battlecards-editor-layouts .digest-type-checkbox > span {
  margin-left: 5px;
}
.battlecards-editor-layouts h2 {
  color: #35323e;
  font-size: 14px;
  font-weight: 600;
}
.battlecards-editor-layouts .set-default-wrapper {
  color: #716879;
  display: flex;
  font-size: 12px;
}
.battlecards-editor-layouts .set-default-wrapper span {
  margin-right: 10px;
}
.battlecards-editor-layouts .ui-dropdown-panel .btn,
.battlecards-editor-layouts .ui-dropdown-panel form > input[type=search] {
  line-height: 18px;
}
.radio-checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.radio-checkbox {
  cursor: pointer;
  line-height: 22px;
  padding: 0;
}
.radio-checkbox:before {
  font: normal 18px/100% FontAwesome;
  display: inline-block;
  content: "\f10c";
  margin: 0 6px 1px 0;
  vertical-align: middle;
  transition: color 260ms 0ms ease-in-out;
}
.radio-checkbox-alt-icon {
  font-size: 16px;
  vertical-align: text-bottom;
  line-height: 18px;
  margin-right: 5px;
  width: 16px;
}
.radio-checkbox-alt-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  user-select: none;
  margin-right: 5px;
  cursor: pointer;
}
.radio-checkbox--inline {
  display: block;
  margin-right: 24px;
}
@media (min-width: 600px) {
  .radio-checkbox--inline {
    display: inline-block;
  }
}
.radio-checkbox--selected:before {
  content: "\f05d";
  color: #44bc8f;
}
.radio-checkbox_label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
}
.radio-checkbox_label:after {
  display: block;
  overflow: hidden;
  visibility: hidden;
  content: attr(title);
  font-weight: 600;
  color: transparent;
  height: 0;
}
.radio-checkbox--selected .radio-checkbox_label {
  font-weight: 600;
}
.radio-checkbox_state-label {
  font-size: 12px;
  line-height: 175%;
  font-weight: 600;
  color: #44bc8f;
  text-transform: uppercase;
  transition: color 260ms 0ms ease-in-out;
}
.radio-checkbox:hover .radio-checkbox_state-label {
  color: #2f8464;
  text-decoration: underline;
}
.visibility-group > input[type=radio],
.visibility-group > input[type=checkbox] {
  line-height: inherit;
  margin: 0;
}
.visibility-group > input {
  display: none;
}
.visibility-group > input + label {
  position: relative;
  display: block;
  user-select: none;
  font-weight: normal;
  transition: background-color 260ms ease-in-out;
}
.visibility-group > input + label .visibility-group_label {
  position: relative;
  top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #31aae3;
  padding-left: 8px;
  margin: 0;
  cursor: pointer;
}
.visibility-group > input + label .visibility-group_label .visibility-group_label_text {
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.visibility-group > input + label .visibility-group_label .badge {
  border-radius: 4px;
  vertical-align: initial;
}
.visibility-group > input + label .visibility-group_label:after {
  margin-top: -3px;
}
.visibility-group > input + label:hover {
  cursor: pointer;
}
.visibility-group > input + label + * {
  transition: all 260ms ease-in-out;
}
.visibility-group > input + label + * .list-menu {
  margin-bottom: 0 !important;
}
.visibility-group > input.title + label,
.visibility-group > input.add + label,
.visibility-group > input.reorder + label {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 36px;
  margin: 0;
  transition: all 260ms ease-in-out;
}
.visibility-group > input.title + label *:after,
.visibility-group > input.add + label *:after,
.visibility-group > input.reorder + label *:after {
  top: 4px;
}
.visibility-group > input.title + label + * {
  padding: 0 3.6666666667px;
}
.visibility-group > input.title + label + * form {
  margin-bottom: 7.3333333333px;
}
.visibility-group > input.title + label + div,
.visibility-group > input.add + label + div,
.visibility-group > input.reorder + label + div {
  border-bottom: 3px solid hsl(330, 12.5%, 100.862745098%);
}
.visibility-group > input.title + label + div .grid,
.visibility-group > input.add + label + div .grid,
.visibility-group > input.reorder + label + div .grid {
  margin: 5.5px 0 11px;
}
.visibility-group > input.reorder + label .visibility-group_icon {
  position: absolute;
  top: 3px;
  right: 38px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  transition: color 260ms ease-in-out;
  cursor: move;
}
.visibility-group > input.reorder + label .visibility-group_icon:hover {
  color: #575265;
}
.visibility-group > input.reorder + label .visibility-group_icon--edit {
  right: 8px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--user-default {
  right: 102px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--card-default {
  right: 68px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.add + label {
  padding-left: 50px;
}
.visibility-group > input.add + label > input + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  padding-left: 12px;
}
.visibility-group:not([class*=--active]) > label + * {
  overflow: hidden;
  max-height: 0 !important;
  transition: all 260ms ease-in-out;
}
.visibility-group.visibility-group--highlighted > label {
  background: rgba(68, 188, 143, 0.25);
}
.visibility-group.visibility-group--editing > input + label,
.visibility-group.visibility-group--editing > input + label:hover {
  cursor: default;
  background-color: #dfe2dd;
}
.visibility-group.visibility-group--drag {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
}
.visibility-group.visibility-group--drag > input,
.visibility-group.visibility-group--drag > label {
  visibility: hidden;
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label + div {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group.visibility-group--active:last-of-type > :last-child {
  border-color: transparent;
}
.visibility-group_details .heading-battlecards {
  padding: 0 4.4px 4.4px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  margin-bottom: 0;
}
.visibility-group_details ul {
  margin: 5.5px 0 11px;
  padding: 0;
  list-style: none;
}
.visibility-group_details li {
  padding: 7.3333333333px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  color: #31aae3;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.visibility-group_details li:nth-child(2n) {
  background: #f2fbfd;
}
.visibility-group_details li:last-child {
  border-bottom: none;
}
.visibility-group_details .logo {
  width: 22px;
  margin-right: 7.3333333333px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.visibility-group_details .remove-battlecard-icon {
  color: #fc585f;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.visibility-group_details .no-results {
  font-size: 14px;
  padding-left: 4.4px;
}
.visibility-groups-list--dragging .visibility-group > input + label,
.visibility-groups-list--dragging .visibility-group > input + label:hover {
  background-color: transparent !important;
}
.visibility-groups-list--dragging .visibility-group .visibility-group_details * {
  display: none;
}
.visibility-group .visibility_empty-message {
  text-align: center;
}
.visibility-group_edit {
  position: absolute;
  top: 3px;
  right: 4px;
}
.visibility-group_edit .button {
  margin-left: 5px;
  margin-right: 0;
}
.visibility-input.visibility-search_input {
  line-height: 18px;
}
.visibility-input.visibility-input--edit {
  position: relative;
  top: 4px;
  left: 4px;
  color: #575265;
  background: #ffffff;
  border: 1px solid #44bc8f;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 300px;
  height: 36px;
  padding: 0 8px;
  margin: 0;
}
.card-visibility-groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111013;
  padding: 6px 11px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.card-visibility-groups--meta-data {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.card-visibility-groups ul {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
.card-visibility-groups ul:hover {
  cursor: pointer;
}
.card-visibility-groups ul:not(.quick):active {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  cursor: pointer;
}
.card-visibility-groups ul li {
  list-style-type: none;
  display: inline;
}
.card-visibility-groups-icon {
  flex-grow: 1;
  width: 100%;
  height: 24px;
  max-width: 24px;
}
.card-visibility-groups--draft {
  background-color: #ffecbe;
}
.card-visibility-groups--allAccess {
  background-color: #bde8ef;
}
.card-visibility-groups--groups {
  background-color: #d6d0ff;
}
.card-visibility-groups--on-battlecard {
  padding: 0 4px;
  border-radius: 3px;
  background-color: #464646;
  color: #ffffff;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
}
#klue-app .swimlanes-boards .ui-profile .card-item .card-hidden-by-filters {
  display: flex;
  flex-direction: column;
  font-style: italic;
  font-size: 11px;
  padding: 11px;
  position: relative;
}
#klue-app .swimlanes-boards .ui-profile .card-item .card-hidden-by-filters .btn-group.card-static-html_actions {
  height: 44px;
  width: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
#klue-app .swimlanes-boards .ui-profile .card-item .card-hidden-by-filters .card-hidden-by-filters-name-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #575265;
}
#klue-app .swimlanes-boards .ui-profile .card-item .card-hidden-by-filters .card-hidden-by-filters-name-row i {
  font-size: 16px;
}
#klue-app .swimlanes-boards .ui-profile .card-item .card-hidden-by-filters .card-hidden-by-filters-name-row .card-hidden-by-filters-name-row-buttons {
  display: flex;
  align-items: center;
}
.card-freshness-button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.card-freshness-button.on-card {
  color: #44bc8f;
}
.card-freshness-button.fresh {
  pointer-events: none;
  color: #44bc8f;
}
.card-freshness-button:not(:last-child) {
  margin-right: 6px;
}
.card-freshness-button:first-child {
  margin-right: 10px;
}
.card-freshness-button:last-child {
  margin-left: 6px;
}
.card-freshness-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-hidden-by-filters-bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #575265;
}
.card-freshness-draft {
  background-color: #575265;
  color: white;
  padding: 2px 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  margin-top: 10px;
  opacity: 0.37;
}
.set-as-fresh-confirmation {
  display: flex;
  align-items: center;
}
.set-as-fresh-confirmation label,
.set-as-fresh-confirmation input {
  margin: 0;
  padding: 0;
}
.set-as-fresh-confirmation label {
  font-weight: normal;
  margin-left: 5px;
}
.card-freshness-options {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  color: #44bc8f;
  border: 1px solid #ccc;
  filter: drop-shadow(4px 4px 2px rgba(100, 100, 100, 0.1));
  z-index: 1;
}
.card-freshness-options .card-freshness-option {
  padding: 8px 12px;
  font-size: 12px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.card-freshness-options .card-freshness-option:hover {
  background-color: #f5f5f5;
}
.card-freshness-tools {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-freshness-tools .toolbar-button--done_freshness {
  color: white;
  background-color: #44bc8f;
  border-radius: 2px;
  margin: 0 5px;
  height: 34px;
}
.card-freshness-tools .toolbar-button--done_freshness:hover {
  background-color: #2f8464;
  color: white;
}
@media screen and (max-width: 850px) {
  .card-freshness-tools .card-freshness-battlecard-cards-checkbox {
    display: none;
  }
}
.card-freshness-swatches {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .card-freshness-swatches {
    display: none;
  }
}
.freshness-swatch {
  font-size: 10px;
  margin-right: 5px;
  padding: 3px 5px;
}
.card-freshness-battlecard-cards-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: normal;
  font-size: 10px;
  margin: 0 20px;
}
.card-freshness-battlecard-cards-checkbox label,
.card-freshness-battlecard-cards-checkbox input {
  margin: 0;
  padding: 0;
}
.card-freshness-battlecard-cards-checkbox label {
  margin-left: 5px;
}
.health-100 {
  background-color: #e5f2e1;
  color: #575265;
  border: 2px solid #beefb0;
}
.health-75 {
  background-color: #f7eacf;
  color: #575265;
  border: 2px solid #fadb9d;
}
.health-50 {
  background-color: #f5d6d0;
  color: #575265;
  border: 2px solid #f7b2a4;
}
.health-25 {
  background-color: #e9ccd0;
  color: #575265;
  border: 2px solid #efa3ad;
}
.health-0 {
  background-color: #eba1ab;
  color: #575265;
  border: 2px solid #eb8895;
}
.rivals-filter {
  padding: 40px 0 20px 0;
  margin-left: -5px;
}
.rivals-filter_all {
  position: fixed;
  top: 88px;
  background-color: #f8f6f7;
  border-top: 10px solid #f8f6f7;
  border-bottom: 5px solid #f8f6f7;
  width: 230px;
}
.rivals-filter_option {
  padding: 3px 16px 3px 26px;
  max-width: 195px;
  color: #888;
  cursor: pointer;
}
.rivals-filter_option:not(.rivals-filter_all) {
  position: relative;
}
.rivals-filter_option > .fa:first-child {
  position: absolute;
  top: 3px;
  left: 6px;
  font-size: 16px;
  line-height: 20px;
  width: 1em;
}
.rivals-filter_option p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  max-width: 146px;
  text-overflow: ellipsis;
}
.rivals-filter_option--selected {
  font-weight: 600;
  color: #333;
}
.rivals-filter_option--selected .fa {
  color: #333;
}
.rivals-filter_option_actions {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 25px;
}
.rivals-filter_option_actions_settings {
  display: none;
}
.rivals-filter_option_edit-icon {
  color: #888;
  margin-right: 5.5px;
}
.rivals-filter_option:hover {
  background-color: #dfe1de;
}
.rivals-filter_option:hover .rivals-filter_option_actions_settings {
  margin-right: 1px;
  display: block;
  float: left;
}
.scratchpad-item-list {
  overflow: hidden;
}
.scratchpad-item {
  position: relative;
  margin-bottom: 4px;
}
.scratchpad-item.scratchpad-item--loading {
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/spinner.dashboard-C36X7PZQ.digested.svg) no-repeat 50% calc(50% - 44px);
  background-color: #fffde9;
  background-size: 88px;
  min-height: 100vh;
}
.scratchpad-item .scratchpad-item_inner {
  font-size: 15px;
  color: #575265;
  background-color: #fffde9;
  padding: 12px;
}
.scratchpad-item .fa.fa-arrows {
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  margin-left: 15px;
}
.scratchpad-item .fa.fa-arrows:active {
  cursor: move;
}
.scratchpad-item .scratchpad-item_text-wrap {
  margin-right: 80px;
  display: flex;
  flex-direction: row;
}
.scratchpad-item .scratchpad-item_text-area {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.scratchpad-item .scratchpad-item_body p:last-of-type {
  margin: 0;
}
.scratchpad-item .scratchpad-item_body br:last-child {
  display: none;
}
.scratchpad-item .scratchpad-item_body .scratchpad-item_image {
  float: right;
}
.scratchpad-item .scratchpad-item_body .scratchpad-item_image .attachment-preview {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 52px;
  height: 52px;
}
.scratchpad-item .scratchpad-item_body .scratchpad-item_image .attachment-preview img {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid #A2DEC7;
  border-radius: 0;
  object-fit: contain;
}
.scratchpad-item .scratchpad-item_body .slack-comment {
  margin-bottom: 22px;
}
.scratchpad-item .scratchpad-item_body .slack-comment-body {
  border-left: solid 4px rgba(0, 0, 0, 0.1);
  padding-left: 11px;
  margin: 0 0 22px 5px;
  font-style: italic;
  font-size: 0.9em;
}
.scratchpad-item .slack-source-link {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 125 125' style='enable-background:new 0 0 125 125;' xml:space='preserve'%3E%3Cg fill-opacity='0.25'%3E%3Cg%3E%3Cpath d='m26.9,78.7c0,7.1 -5.8,12.9 -12.9,12.9s-12.9,-5.8 -12.9,-12.9c0,-7.1 5.8,-12.9 12.9,-12.9l12.9,0l0,12.9z'/%3E%3Cpath d='m33.4,78.7c0,-7.1 5.8,-12.9 12.9,-12.9s12.9,5.8 12.9,12.9l0,32.3c0,7.1 -5.8,12.9 -12.9,12.9s-12.9,-5.8 -12.9,-12.9c0,0 0,-32.3 0,-32.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m46.3,26.9c-7.1,0 -12.9,-5.8 -12.9,-12.9s5.8,-12.9 12.9,-12.9s12.9,5.8 12.9,12.9l0,12.9l-12.9,0z'/%3E%3Cpath d='m46.3,33.4c7.1,0 12.9,5.8 12.9,12.9s-5.8,12.9 -12.9,12.9l-32.3,0c-7.1,0 -12.9,-5.8 -12.9,-12.9s5.8,-12.9 12.9,-12.9c0,0 32.3,0 32.3,0z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m98.1,46.3c0,-7.1 5.8,-12.9 12.9,-12.9c7.1,0 12.9,5.8 12.9,12.9s-5.8,12.9 -12.9,12.9l-12.9,0l0,-12.9z'/%3E%3Cpath d='m91.6,46.3c0,7.1 -5.8,12.9 -12.9,12.9c-7.1,0 -12.9,-5.8 -12.9,-12.9l0,-32.3c0,-7.1 5.8,-12.9 12.9,-12.9c7.1,0 12.9,5.8 12.9,12.9l0,32.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m78.7,98.1c7.1,0 12.9,5.8 12.9,12.9c0,7.1 -5.8,12.9 -12.9,12.9c-7.1,0 -12.9,-5.8 -12.9,-12.9l0,-12.9l12.9,0z'/%3E%3Cpath d='m78.7,91.6c-7.1,0 -12.9,-5.8 -12.9,-12.9c0,-7.1 5.8,-12.9 12.9,-12.9l32.3,0c7.1,0 12.9,5.8 12.9,12.9c0,7.1 -5.8,12.9 -12.9,12.9l-32.3,0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: -11px;
  margin-top: 11px;
  padding-left: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.scratchpad-item .slack-source-link:hover {
  text-decoration: underline;
}
.scratchpad-item .scratchpad-item_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: rgb(111.2459016393, 104.8524590164, 129.1475409836);
  margin: 22px 0 4px 0;
}
.scratchpad-item .scratchpad-item_meta a.source {
  font-weight: 600;
}
.scratchpad-item .scratchpad-item_footer {
  padding: 12px;
  margin: 0;
  background-color: #fff69d;
}
.scratchpad-item .scratchpad-item_footer .fa {
  color: #575265;
}
.scratchpad-item .scratchpad-item_pull-right {
  float: right;
  display: flex;
}
.scratchpad-item.scratchpad-item--editing .fa.fa-arrows {
  display: none;
}
.scratchpad-item.scratchpad-item--editing textarea {
  font-size: 15px;
  color: #575265;
  width: 100%;
  border: 1px solid #44bc8f;
}
.scratchpad-item.scratchpad-item--editing textarea:focus,
.scratchpad-item.scratchpad-item--editing textarea:active {
  outline: none;
}
.scratchpad-item.scratchpad-item--editing .edit-buttons {
  overflow: hidden;
  font-size: 11px;
  line-height: 15px;
}
.scratchpad-item.scratchpad-item--editing .edit-buttons label {
  display: inline-block;
  font-weight: normal;
  margin: 0 3px 0 0;
  color: #777;
  vertical-align: middle;
}
.scratchpad-item.scratchpad-item--editing .edit-buttons button {
  font-size: 11px;
  text-transform: lowercase;
  border: 0;
  padding: 0;
  background: none;
  border-radius: none;
}
.scratchpad-item.scratchpad-item--dragging {
  opacity: 0.25;
}
.scratchpad-item.scratchpad-item--animate {
  animation: scratchpad-item--added 0.4s cubic-bezier(0, 1.05, 0.55, 1.18);
}
@keyframes scratchpad-item--added {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: perspective(1px) scale(1);
  }
}
.force-scrollbar::-webkit-scrollbar,
.ui-dropdown .ui-dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
}
.force-scrollbar::-webkit-scrollbar:vertical,
.ui-dropdown .ui-dropdown-menu::-webkit-scrollbar:vertical {
  width: 12px;
}
.force-scrollbar::-webkit-scrollbar:horizontal,
.ui-dropdown .ui-dropdown-menu::-webkit-scrollbar:horizontal {
  height: 12px;
}
.force-scrollbar::-webkit-scrollbar-thumb,
.ui-dropdown .ui-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: #c1c1c1;
}
.force-scrollbar::-webkit-scrollbar-track,
.ui-dropdown .ui-dropdown-menu::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
  width: 14px;
}
.search-answer {
  padding: 80px 0 0 0;
}
.search-answer-card {
  margin: auto;
  width: 40vw;
  min-width: 300px;
}
@media (max-width: 1200px) {
  .search-answer-card {
    width: 60vw;
  }
}
@media (max-width: 600px) {
  .search-answer-card {
    width: 90vw;
    margin: 0 auto;
  }
}
.search-answer-card .search-result-card {
  width: 100%;
}
.global-search-result-text {
  color: #575265;
  margin-left: 6px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 95%;
  background-color: #fffde9;
  padding-left: 5px;
  display: inline-block;
}
@media (max-width: 700px) {
  .global-search-result-text {
    background-color: unset;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
  }
}
.global-search-query-text {
  color: #3EBD8E;
  font-style: italic;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}
@media (max-width: 700px) {
  .global-search-query-text {
    background-color: unset;
  }
}
.global-search-no-results-msg {
  color: #575265;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  padding: 11px 0;
}
.global-search-no-results-msg a {
  color: #31aae3;
  text-decoration: none;
}
.global-search-no-results-notify {
  color: #575265;
  margin-top: 11px;
}
.global-search-no-results-notify h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  background-color: #fffde9;
  padding: 24px;
  margin: 0;
  text-align: center;
}
.global-search-no-results-notify small {
  font-style: italic;
  font-size: 11px;
}
.global-search-comparison-container {
  margin-top: 44px;
  padding: 0 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.global-search-body {
  margin: 44px 22px;
  display: flex;
}
@media (max-width: 700px) {
  .global-search-body {
    margin-top: 56px;
  }
}
.global-search-header {
  width: 100vw;
  height: 140px;
  background: #dfe2dd;
  position: fixed;
  z-index: 99;
}
.global-search-box {
  width: 30%;
  margin: auto;
  padding-top: 65px;
}
.global-search-left-sidebar-container {
  padding-top: 36px;
  flex: 0 0 260px;
}
@media (max-width: 700px) {
  .global-search-left-sidebar-container {
    display: none;
  }
}
.global-search-left-sidebar {
  position: fixed;
  width: 260px;
  padding-right: 22px;
  height: 80%;
  overflow-y: auto;
}
.global-search-sidebar-header {
  padding-bottom: 15px;
  color: #575265;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 36px;
  user-select: none;
}
.global-search-sidebar-header:first-of-type {
  margin: 0;
}
.global-search-split-side {
  margin-top: 30px;
  margin-right: 11px;
  flex: 0 0 320px;
}
.global-search-split-side.split-side0 {
  flex: 0 0 320px;
  padding: 0 11px;
}
.global-search-results-container {
  padding: 22px;
  margin: 0;
  border-left: 2px solid #dfe2dd;
  flex-grow: 1;
  overflow-x: hidden;
}
.global-search-results-container .search-suggestions {
  background: rgba(255, 255, 255, 0.5);
}
.global-search-results-container .search-suggestions:nth-child(2) {
  margin-top: -5px;
  border-top: none;
}
.global-search-results-container .search-suggestions .search-result-card-header {
  border: none;
}
.global-search-results-container .search-suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.global-search-results-container .search-suggestion {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 3px;
  font-weight: 600;
  color: #31aae3;
  background-color: rgba(49, 170, 227, 0.2);
  border-radius: 2px;
}
.global-search-results-container .search-suggestion:hover {
  color: #125f83;
  text-decoration: none;
}
.global-search-results-container .search-suggestion--draft {
  color: rgb(198, 193.7777777778, 202.2222222222);
  background-color: rgba(87, 82, 101, 0.1);
}
@media (max-width: 700px) {
  .global-search-results-container {
    border: 0;
  }
}
.global-search-more-button {
  width: 100vw;
  padding-bottom: 20px;
  text-align: center;
}
.global-search-mobile-filters {
  display: none;
  height: 44px;
  margin-bottom: 10px;
}
.global-search-mobile-filters-button {
  display: block;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid rgba(147, 139, 155, 0.4);
  color: #938b9b;
  font-size: 13px;
  white-space: nowrap;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.global-search-mobile-filters-button:hover,
.global-search-mobile-filters-button:focus {
  color: #938b9b;
  text-decoration: none;
}
.global-search-mobile-filters-button i {
  padding-left: 10px;
}
@media (max-width: 700px) {
  .global-search-mobile-filters {
    display: block;
    padding: 75px 22px 0 0;
  }
}
.search-masonry-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  width: auto;
}
.search-masonry-grid--column {
  padding-left: 12px;
  background-clip: padding-box;
}
.search-masonry-grid--column > div {
  margin-bottom: 12px;
}
.search-result-card {
  min-width: 320px;
  max-width: 500px;
  background: #ffffff;
  border-radius: 2px;
  border: 3px solid #dfe2dd;
  break-inside: avoid;
}
.search-result-card-icon {
  display: inline-block;
  width: 25px;
  max-height: 25px;
  margin-right: 12px;
}
.search-result-card-content {
  padding: 0 15px 15px;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
}
.search-result-card-content .template-attachment {
  min-height: 155px;
  overflow: hidden;
  filter: grayscale(0);
}
.search-result-card-content .card-static-html_title {
  margin: 22px 0 11px;
  max-width: 300px;
}
.search-result-card-content .card-static-html_content {
  margin: 10px 0 0;
}
.search-result-card-content .card-wysiwyg-content > h3 {
  font-size: 18px;
  font-weight: 600;
}
.search-result-card-content img {
  max-width: 100%;
}
.search-result-card-content .list-row img {
  padding: 12px;
  margin: 0 !important;
}
.search-result-card-content_empty {
  margin: 22px 0 11px 22px;
}
.search-result-card-content .card-body {
  margin-top: 20px;
}
.search-result-card-content .card-dynamic-template .klue-template_formatted-content {
  padding: 0;
}
.search-result-card-content .card-dynamic-template_title {
  margin: 22px 0;
  padding: 0;
  max-width: 300px;
}
.search-result-card-content .card-dynamic-template_title h4 {
  font-size: 18px;
  font-weight: 600;
}
.search-result-card-header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #dfe2dd;
}
.search-result-card-header h4 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.search-result-card-header-a {
  text-decoration: none;
  color: #31aae3;
  font-weight: 600;
  transition: color 260ms ease-in-out;
  font-size: 16px;
  vertical-align: middle;
}
.search-result-card-header-a:hover,
.search-result-card-header-a:focus {
  color: #125f83;
  text-decoration: none;
}
.search-result-card-header-i {
  vertical-align: text-bottom;
  padding: 0 7px 0 10px;
}
.navigation-search--wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.navigation-search--wrapper .navigation-search-overlay {
  display: none;
}
@media (max-width: 960px) {
  .navigation-search--wrapper .navigation-search-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
}
.navigation-search {
  padding: 5px;
  z-index: 50;
}
.navigation-search .search-suggester-submit {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  background: #011627;
  width: 40px;
  height: 34px;
  margin: 0 0 0 -2px;
  border: 0;
  border-radius: 0 16px 16px 0;
  transition: background-color 260ms ease-in-out;
}
.navigation-search .search-suggester-submit:focus {
  outline: none;
}
.navigation-search .search-suggester-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(98, 13, 236);
}
.navigation-search--mobile {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 50px;
  padding: 0;
}
.navigation-search--mobile.navigation-search--mobile--open {
  visibility: hidden;
}
.navigation-search--mobile .search-suggester-submit {
  color: #011627;
  background: #ffffff;
  border-radius: 2px;
  height: 44px;
}
.navigation-search--mobile .search-suggester-submit:hover {
  background-color: #e5e5e5;
}
.search-suggester.hide-suggestions #react-autowhatever-1 {
  visibility: hidden;
}
.search-suggester {
  overflow: visible;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.search-suggester-layer {
  padding-top: 42px;
  border-radius: 20px;
  box-shadow: rgba(1, 22, 39, 0.12) 0px 2px 4px;
  background: white;
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  overflow: hidden;
}
.search-suggester-layer__content {
  padding: 8px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
  position: relative;
}
.search-suggester-layer__label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: normal;
  color: #717171;
}
@media (max-width: 600px) {
  .search-suggester-layer {
    width: calc(100% + 8px);
  }
}
.search-suggester__input {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 16px 0px 0px 16px;
  transition:
    border 0.05s ease,
    width 0.15s ease,
    background 0.15s ease;
  width: 40vw;
  min-width: 180px;
  max-width: 360px;
  height: 34px;
  text-align: left;
  appearance: none;
  color: #011627;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.search-suggester__input:focus {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(113, 113, 113, 0.3);
  border: 1px solid #717171;
}
.search-suggester__input::placeholder {
  font-weight: 500;
  color: #717171;
}
.search-suggester:hover {
  box-shadow: 0px 1px 2px rgba(1, 22, 39, 0.1);
  border-radius: 16px;
}
.search-suggester .search-suggester-list {
  margin: 0;
  margin-top: -12px;
  padding: 0;
  list-style-type: none;
  width: 100%;
  z-index: 999;
  max-height: 400px;
  overflow-y: auto;
}
.search-suggester .search-suggester-list:first-child {
  margin-top: -4px;
}
.search-suggester .search-suggester-list__suggestion {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
}
.search-suggester .search-suggester-list__suggestion a.suggestion-body {
  cursor: pointer;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body {
  display: block;
  height: 100%;
  width: 100%;
  color: rgb(1, 22, 39);
  border-bottom: 1px solid #f8f6f7;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body:hover .suggestion-label {
  text-decoration: underline;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body .suggestion-icon {
  width: 25px;
  height: 25px;
  margin: 0 4px 0 8px;
  border-radius: 1px;
  vertical-align: middle;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body .suggestion-label {
  line-height: 18px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body.card-tags {
  text-transform: none;
  padding-right: 35px;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body.card-tags .suggestion-label {
  word-break: break-word;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body.card-tags .card-tag {
  background-color: #ffffff;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body.card-tags .card-tag:hover {
  color: #ffffff;
  background-color: #31aae3;
}
.search-suggester .search-suggester-list__suggestion .suggestion-body.card-tags .tag-icon {
  position: absolute;
  top: 24px;
  right: 14px;
  width: 14px;
  height: 14px;
}
.search-suggester .search-suggester-list__suggestion:last-of-type .suggestion-body {
  border: 0;
}
.search-suggester .search-suggester-list__suggestion--highlighted {
  background-color: #f8f6f7;
}
.search-suggester .search-suggester-list__suggestion--highlighted .suggestion-body.card-tags .card-tag {
  color: #ffffff;
  background-color: #31aae3;
}
.search-suggester-context {
  display: flex;
  gap: 8px;
}
.search-suggester-context__button,
.search-suggester-context__button--active {
  display: inline-block;
  border: 1px solid rgb(189, 189, 189);
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  color: rgb(1, 22, 39);
  padding: 4px 8px;
  font-weight: 600;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 12px;
  transition: all 100ms ease;
}
.search-suggester-context__button--active,
.search-suggester-context__button--active--active {
  border-color: rgb(255, 245, 0);
  background-color: rgb(255, 245, 0);
}
.search-suggester-context__button:hover,
.search-suggester-context__button--active:hover {
  border-color: rgb(113, 113, 113);
}
.search-suggester-context__button:focus-visible,
.search-suggester-context__button--active:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(98, 13, 236);
}
@media (max-width: 1280px) {
  .search-suggester__input {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .navigation-search--mobile {
    right: 10px;
  }
}
@media (hover: none) {
  .navigation-search .search-suggester-submit:hover {
    background-color: inherit;
  }
}
.search-checkbox {
  padding-top: 1px;
}
.search-checkbox-filter {
  text-align: left;
  width: 100%;
  padding: 6px 0;
  border: none;
}
.search-checkbox-icon {
  font-size: 16px;
  vertical-align: text-bottom;
  line-height: 18px;
}
.search-checkbox-label,
.search-checkbox-count {
  padding-left: 12px;
  text-transform: uppercase;
  color: #575265;
  font-size: 12px;
  font-weight: 600;
  user-select: none;
}
.search-checkbox-count {
  padding: 0 5px 0 0;
  float: right;
}
.snapshots {
  width: 100%;
  position: absolute;
  top: 0;
}
.snapshots .board-header_title_icon {
  margin-top: -2px;
}
.snapshots .board-header_actions_icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.snapshots .board-body {
  padding: 14px;
  background-color: #fffde9 !important;
}
.snapshots_card {
  margin-top: 2px;
  padding-bottom: 6px;
  border: 1px solid #cdd2c8;
  background-color: #ffffff;
  opacity: 1;
  transition:
    border-color 260ms ease-in-out,
    opacity 260ms ease-in-out,
    height 260ms ease-in-out;
  user-select: none;
  cursor: pointer;
  overflow: auto;
}
.snapshots_card:first-of-type {
  margin: 0;
}
.snapshots_card--collapsed {
  padding: 5px 8px 6px 8px;
  opacity: 0.666;
}
.snapshots_card--collapsed:hover {
  background-color: #ffffff;
  opacity: 1;
}
.snapshots_card--active {
  border-color: #75ba8f;
  opacity: 1;
}
.snapshots_card_title {
  font-size: 18px;
  font-weight: 600;
  color: #575265;
}
.snapshots_card_author {
  font-size: 12px;
  font-weight: 600;
  color: #575265;
  transition: color 260ms;
  font-style: italic;
  margin-top: 10px;
}
.snapshots_card_author_link {
  color: #575265;
}
.snapshots_card_author_link:hover {
  color: #44bc8f;
  text-decoration: underline;
}
.snapshots_card_date {
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #938b9b;
}
.snapshots_card_body_buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.snapshots_card_body_buttons .button {
  transition: background 260ms ease-in-out, border-color 260ms ease-in-out;
  margin: 0;
}
.snapshots_card--empty {
  font-size: 14px;
  color: #575265;
  padding-top: 7px;
}
.snapshots .snapshot-diff-link {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #44bc8f;
  transition: background-color 260ms ease-out;
}
.snapshots .snapshot-diff-link:active,
.snapshots .snapshot-diff-link:hover {
  background: #daf2e9;
}
.snapshots .snapshot-diff-link.disabled {
  opacity: 0.37;
  cursor: not-allowed;
}
.snapshots .snapshot-revert {
  margin-bottom: 0;
}
.snapshots .card-static-html.diff {
  pointer-events: none;
}
.snapshot-text-diff {
  max-height: unset;
  overflow: visible;
}
.snapshot-text-diff_inner {
  overflow: visible;
}
.snapshot-diff-header {
  display: flex;
  justify-content: flex-end;
}
.snapshot-diff-header .snapshot-diff-close:hover {
  cursor: pointer;
}
.snapshots_card_header {
  padding: 22px 22px 0;
}
.diff-controls {
  display: flex;
  justify-content: flex-end;
}
.diff-controls.with-diff {
  justify-content: space-between;
}
.spinner {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner--small {
  width: 22px;
  height: 22px;
}
.spinner:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(87, 82, 101, 0.24);
  border-top: 3px solid #575265;
  border-left: 3px solid #575265;
  border-radius: 100%;
  animation: spinner;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.spinner--light:before {
  border-color: rgba(255, 255, 255, 0.24);
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.spinner--green:before {
  border-color: rgba(11, 147, 96, 0.24);
  border-top-color: #0b9360;
  border-left-color: #0b9360;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.subscription-support .request-input {
  min-height: 100px;
}
.subscription-support .button-send {
  margin-right: 0;
}
.klue-table {
  width: 100%;
  font-size: 11px;
}
.klue-table_row {
  border: none;
  border-top: 1px solid rgb(221, 221, 221);
}
.klue-table_cell {
  padding: 8px 2px;
  text-align: left;
}
.klue-table_row--header {
  border-top: none;
}
.klue-table_cell--header {
  font-size: 12px;
  font-weight: 600;
}
.tags-input {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  min-height: 30px;
  width: 100%;
  padding: 1px 5.5px;
  cursor: pointer;
}
.tags-input:focus-within {
  padding: 0 4.5px;
  border: 1px solid rgb(124.3208661417, 208.1791338583, 176.7322834646);
}
.tags-input .tags-input-container {
  flex: 1;
  width: 100%;
}
.tags-input .tags-input-container.has-error input:focus {
  border-color: #fc585f;
}
.tags-input .tags-input-container input {
  flex: 1;
  border: none;
  height: 28px;
  font-size: 14px;
  padding: 4.4px;
  margin-bottom: 3.5px;
  background: transparent;
  color: rgb(62.7540983607, 59.1475409836, 72.8524590164);
  cursor: pointer;
}
.tags-input .tags-input-container input::placeholder {
  text-transform: uppercase;
  color: #a49fb1;
  font-weight: 500;
  font-size: 12px;
}
.tags-input .tags-input-container input:hover::placeholder {
  color: #44bc8f;
}
.tags-input .tags-input-container input:focus {
  outline: transparent;
  width: initial;
  cursor: initial;
  background: #ffffff;
  border: 1px solid #ffdd4d;
  border-radius: 3px;
  width: 100%;
}
.tags-input .tags-input-container input:focus::placeholder,
.tags-input .tags-input-container input:focus:hover::placeholder {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  text-transform: initial;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
}
.tags-input .tags-input-container .error-message {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  color: #fc585f;
  margin: 0 0 3.5px 4.4px;
  font-weight: 400;
}
.tags-input .tags-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 2.75px 0 0 0;
}
.tags-input .tag {
  width: auto;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #575265;
  padding: 0 10px;
  font-size: 14px;
  list-style: none;
  border-radius: 3px;
  margin: 0 3.5px 3.5px 0;
  background: #08eec0;
}
.tags-input .tag.tag-deletable {
  padding: 0 5.5px;
}
.tags-input .tag .tag-title {
  line-height: 14px;
  font-weight: 400;
}
.tags-input .tag .tag-close-icon-container {
  margin-left: 5.5px;
  height: 14px;
  width: 14px;
}
.tags-input .tag .tag-close-icon {
  display: block;
  color: #575265;
  cursor: pointer;
  opacity: 0.5;
}
.tags-input.secondary .tag {
  background: #9fdff6;
}
.tags-input.warning .tag {
  background: #efedef;
}
.tags-input.readonly {
  cursor: initial;
}
.toast-message-flow {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .toast-message-flow {
    width: 320px;
    right: auto;
  }
}
.toast-message-flow.toast-message-flow--error {
  left: auto;
  right: 8px;
}
.toast-message-flow.toast-message-flow--info {
  top: auto;
  bottom: 16px;
  flex-direction: column-reverse;
}
.toast-message-flow a {
  cursor: pointer;
  font-weight: 600;
}
.toast-message {
  position: absolute;
  z-index: 9999;
  top: 48px;
  left: 8px;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  filter: drop-shadow(2px 2px 4px rgba(100, 100, 100, 0.2));
  opacity: 0;
  transition:
    transform 260ms ease-in-out,
    opacity 260ms ease-in-out,
    top 260ms ease-in-out;
  animation-name: toast;
  animation-iteration-count: 1;
  animation-duration: 260ms;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (min-width: 600px) {
  .toast-message {
    width: 320px;
  }
}
.toast-message.toast-message--error {
  animation-delay: 50ms;
}
.toast-message .toast-message_buttons {
  display: flex;
  margin: 16px 0 0 0;
}
.toast-message .toast-message_buttons .button {
  text-transform: uppercase;
  margin: 0;
}
.toast-message-flow > .toast-message {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  margin-bottom: 8px;
}
.toast-message-flow > .toast-message.toast-message--left {
  left: 8px;
  right: auto;
}
.toast-message-flow > .toast-message.toast-message--right {
  left: auto;
  right: 8px;
}
.toast-message_container {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 24px;
  background: #fffde9;
}
.toast-message--error .toast-message_container {
  background: #ffe4e5;
}
.toast-message_dismiss {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 24px;
  color: #a49fb1;
  cursor: pointer;
}
.toast-message_heading {
  font-weight: 600;
  margin: 0 0 8px;
  padding-right: 16px;
}
.toast-message--error .toast-message_heading {
  color: rgb(183.7, 3.3, 11);
}
.toast-message_body {
  display: block;
  margin-bottom: 0;
}
.toast-message_body .learn-more {
  font-size: 11px;
  text-transform: uppercase;
}
.toast-message_body p:last-child {
  margin-bottom: 0;
}
.toast-message_byline {
  margin: 14px 0;
}
.toast-message_byline_avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: 2px solid #44bc8f;
  border-radius: 100%;
  vertical-align: middle;
  box-shadow: 0 0 0 2px #fffde9;
  transition: border-color 260ms ease-in-out, z-index 260ms ease-in-out;
}
.toast-message_byline_avatar:not(:first-child) {
  margin-left: -27px;
}
.toast-message_byline_avatar:hover {
  border-color: #2f8464;
  z-index: 100 !important;
}
.toast-message_byline_avatar_img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.toast-message_byline_link {
  display: inline-block;
  text-transform: uppercase;
  color: #44bc8f;
  line-height: 17px;
  font-weight: 600;
  margin-left: 10px;
  transition: color 260ms ease-in-out;
  max-width: 180px;
  vertical-align: middle;
}
.toast-message_byline_link:hover {
  text-decoration: none;
}
.toast-message_byline_count {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  color: #ffffff;
  background-color: #44bc8f;
  border-radius: 3px;
  padding: 1px 3px;
  margin-left: 4px;
  vertical-align: baseline;
}
@keyframes toast {
  from {
    top: 66px;
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    top: 8px;
    transform: scale(1);
    opacity: 1;
  }
}
.toggle-list,
ul.toggle-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.toggle-list_item {
  display: flex;
  padding: 0;
  margin: 4px 0;
}
.toggle-list_item:before {
  cursor: pointer;
}
.toggle-list_item_label {
  cursor: pointer;
}
.toggle-list_item_separator {
  margin: 0 4px;
}
.toggle-list_item_actions {
  margin-left: auto;
}
.toggle-list_item_action {
  font-size: 12px;
  line-height: 175%;
  font-weight: 600;
  color: #44bc8f;
  text-transform: uppercase;
  transition: all 260ms 0ms ease-in-out;
}
.toggle-list_item_action:hover {
  color: #2f8464;
  text-decoration: underline;
  cursor: pointer;
}
.un-suppressed .toggle-list_item--selectable > .toggle-list_item_label:before {
  font: normal 18px/100% "FontAwesome";
  display: inline-block;
  content: "\f10c";
  margin: 0 6px 1px 0;
  vertical-align: middle;
  align-self: center;
  transition: all 260ms 0ms ease-in-out;
}
.un-suppressed .toggle-list_item--selected > .toggle-list_item_label:before {
  content: "\f05d";
  color: #44bc8f;
}
.suppressed-caution {
  margin-right: 5px;
}
.toggle-list_item .ui-dropdown-panel {
  margin-left: 21px;
}
.toggle {
  position: relative;
  width: 34px;
  height: 18px;
  float: right;
  margin-right: 8px;
}
.toggle--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.toggle .toggle-button:before {
  content: "";
  display: block;
  width: 100%;
  background: #938b9b;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0.4;
  cursor: pointer;
}
.toggle .toggle-button .toggle-button-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #938b9b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.toggle input {
  opacity: 0;
  z-index: -666;
  position: absolute;
  visibility: hidden;
  left: -9999px;
}
.toggle input:checked + .toggle-button:before {
  background: #67bf8c;
}
.toggle input:checked + .toggle-button .toggle-button-handle {
  background: #67bf8c;
  left: 100%;
  margin-left: -18px;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  margin: 0;
}
.toggle-switch input {
  display: none;
  margin: 0;
}
.toggle-switch label {
  position: relative;
  display: block;
  margin: 0;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  width: 36px;
  height: 22px;
  border: 2px solid rgb(217.3448275862, 215.275862069, 222.724137931);
  background: #ffffff;
  border-radius: 80px;
  transition: all 260ms ease-in-out;
  cursor: pointer;
}
.toggle-switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgb(217.3448275862, 215.275862069, 222.724137931);
  transition: all 260ms ease-in-out;
}
.toggle-switch.emphasized label {
  border-color: #fc585f;
}
.toggle-switch.emphasized label:after {
  background: #fc585f;
}
.toggle-switch input:checked + label {
  border-color: #44bc8f;
  background: #44bc8f;
}
.toggle-switch input:checked + label:after {
  left: 16px;
  background: #ffffff;
}
.toggle-switch .spinner {
  margin: 7px 14px;
  width: 8px;
  height: 8px;
}
.toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: default;
}
.toolbar_left {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  -ms-overflow-style: hidden;
  -webkit-overflow-scrolling: touch;
}
.toolbar_left::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
.toolbar_right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media print {
  .toolbar {
    display: none;
  }
}
.toolbar-item {
  white-space: nowrap;
  display: flex;
}
.toolbar-item_text {
  text-transform: uppercase;
  color: #A4A0B1;
  font-weight: 600;
  font-size: 12px;
}
.toolbar-item_text--link {
  color: #3EBD8E;
  touch-action: manipulation;
  transition: color 0.15s ease-out;
  cursor: pointer;
}
.toolbar-item_text--link:hover {
  color: #2f8464;
  text-decoration: underline;
}
.toolbar-item_text--bold {
  color: #5D576A;
}
.toolbar-button {
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  color: #575265;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 260ms ease-out;
  font-size: 12px;
  position: relative;
  touch-action: manipulation;
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toolbar-button:hover,
.toolbar-button:active,
.toolbar-button:focus {
  color: #575265;
  background: #dfe2dd;
  text-decoration: none;
}
.toolbar-button:focus {
  outline: none;
}
.toolbar-button > .toolbar-button--truncate {
  display: inline-block;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1380px) {
  .toolbar-button > .toolbar-button--truncate {
    max-width: 240px;
  }
}
.toolbar-button--green {
  color: #ffffff;
  background: #44bc8f;
}
.toolbar-button--green:hover {
  color: #ffffff;
  background-color: #2f8464;
}
.toolbar-button--done_reorder {
  border-radius: 2px;
  margin: 0 5px;
  height: 34px;
  opacity: 0;
  color: white;
  animation: toolbar-back-button 120ms linear 120ms 1 forwards;
  background-color: #44bc8f;
}
.toolbar-button--done_reorder:hover {
  background-color: #2f8464;
  color: white;
}
.toolbar-button--back {
  border-radius: 2px;
  margin: 0 5px;
  height: 34px;
  padding: 0 16px 0 12px;
  opacity: 0;
  color: white;
  animation: toolbar-back-button 120ms linear 120ms 1 forwards;
  background-color: #44bc8f;
}
.toolbar-button--back .toolbar-button_icon {
  color: white;
  margin: 0 8px 0 -4px;
}
.toolbar-button--back:hover {
  background-color: #2f8464;
  color: white;
}
.toolbar-button--disabled {
  color: rgba(113, 104, 121, 0.15) !important;
  pointer-events: none;
}
.toolbar-button--focused {
  background: #dfe2dd;
}
.toolbar-button_label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 240px;
}
@media screen and (min-width: 1024px) {
  .toolbar-button_label + .toolbar-button_label {
    margin-left: 0.5ch;
  }
}
@media screen and (max-width: 1379px) {
  .toolbar-button_label {
    max-width: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .toolbar-button_label {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .toolbar-button_label--mobile {
    display: none;
  }
}
.toolbar-button_label--mobile ~ .toolbar-button_label {
  display: none;
}
@media (min-width: 768px) {
  .toolbar-button_label--mobile ~ .toolbar-button_label {
    display: block;
  }
}
.toolbar-button-group--wide .toolbar-button_label {
  max-width: unset;
  overflow: unset;
}
.toolbar-button_text {
  padding: 4px;
}
.toolbar-button_icon {
  line-height: normal;
  display: flex;
  align-items: center;
}
.toolbar-button_icon--right {
  margin-left: 4px;
  margin-right: -4px;
}
.toolbar-button_icon--left {
  margin-right: 8px;
}
.toolbar-button_icon--left.toolbar-button_icon--small {
  margin-right: 4px;
}
@media screen and (max-width: 599px) {
  .toolbar-button_icon--right {
    margin-left: 4px;
  }
  .toolbar-button_icon--left {
    margin-right: 4px;
  }
}
.toolbar-button_icon--green {
  color: #44bc8f;
}
.toolbar-button_icon--red {
  color: #fc585f;
}
.toolbar-button_icon {
  line-height: normal;
}
.toolbar-button_icon--close {
  font-size: 11px;
}
.toolbar-button_icon--close:after {
  content: "\ea07";
}
.toolbar-button_indicator {
  position: absolute;
  top: 4px;
  right: 6px;
  line-height: 16px;
  border-radius: 3px;
  padding: 0 4px;
  background-color: #1f84b4;
  color: #fff;
}
.toolbar-button_badge {
  position: relative;
  top: 1px;
  background: #a49fb1;
  border-radius: 2px;
  padding: 0 4px;
  color: #fff;
  line-height: 18px;
  height: 18px;
  font-size: 9px;
}
.toolbar-button_badge--right {
  margin-left: 5px;
}
.toolbar-button_badge--active {
  background: #44bc8f;
}
.toolbar-dropdown-group {
  position: relative;
}
.toolbar-dropdown-group--disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}
@media screen and (max-width: 1023px) {
  .toolbar-dropdown-group_trigger .prefix {
    display: none;
  }
}
.toolbar-dropdown-group_dropdown {
  display: none;
  position: absolute;
  top: 44px;
  min-width: 190px;
  max-height: calc(100vh - 44px - 44px - 60px);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  animation: toolbar-dropdown-group--open 160ms;
  animation-timing-function: ease-in-out;
  z-index: 1;
}
.toolbar-dropdown-group--right .toolbar-dropdown-group_dropdown {
  left: auto;
  right: 0;
}
.toolbar-dropdown-group--active .toolbar-dropdown-group_dropdown {
  display: block;
  max-height: 52vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.toolbar-dropdown-heading {
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 44px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  touch-action: manipulation;
  user-select: none;
  color: #a49fb1;
  background: #dfe2dd;
  border-bottom: 1px solid rgb(210.0476190476, 214.2619047619, 207.2380952381);
  cursor: default;
}
.toolbar-dropdown-button {
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-height: 44px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  touch-action: manipulation;
  white-space: nowrap;
  user-select: none;
  color: #575265;
  background: #dfe2dd;
  cursor: pointer;
}
.toolbar-dropdown-button:hover {
  background: #d1d3d0;
}
.toolbar-dropdown-button--active {
  color: #3ebd8e;
}
.toolbar-dropdown-button--alt,
.toolbar-dropdown-button--default {
  color: #938b9b;
}
.toolbar-dropdown-button--separator {
  border-top: 1px solid rgb(210.0476190476, 214.2619047619, 207.2380952381);
}
.toolbar-dropdown-button_label {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toolbar-dropdown-button.toolbar-dropdown-button--active .toolbar-dropdown-button_icon {
  margin-right: 12px;
}
.toolbar-dropdown-button--child {
  padding: 8px 20px 8px 30px;
  font-size: 11px;
  height: auto;
}
.toolbar-input {
  position: relative;
  margin: 0 10px;
  max-width: 180px;
  display: flex;
  align-items: center;
  width: 28px;
  height: 44px;
}
@media (min-width: 600px) {
  .toolbar-input {
    width: auto;
  }
}
.toolbar-input_input {
  position: absolute;
  right: 0;
  width: 28px;
  font-size: 14px;
  line-height: 16px;
  color: #575265;
  font-weight: 600;
  appearance: none;
  background: #fff;
  padding: 5px 26px 5px 0;
  border: 1px solid #ccc9d3;
  border-radius: 2px;
  transition: border 0.12s ease, width 0.12s ease;
}
@media (min-width: 600px) {
  .toolbar-input_input {
    position: relative;
    right: unset;
  }
}
@media (min-width: 600px) {
  .toolbar-input_input {
    padding-left: 8px;
    width: 100%;
    transition: border 0.12s ease;
  }
}
.toolbar-input:hover .toolbar-input_input,
.toolbar-input_input:focus {
  padding-left: 8px;
  width: 180px;
}
.toolbar-input:hover .toolbar-input_input::placeholder,
.toolbar-input_input:focus::placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.toolbar-input_input:focus {
  outline: none;
  border-color: #44bc8f;
}
.toolbar-input_input::placeholder {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 600px) {
  .toolbar-input_input::placeholder {
    color: rgb(178.5, 178.5, 178.5);
  }
}
.toolbar-input_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  margin: auto 0;
  height: 26px;
  width: 26px;
  text-align: center;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.toolbar-input_faux-submit {
  height: 1px;
  width: 1px;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  top: 0;
  right: 0;
  opacity: 0;
}
@media (max-width: 520px) {
  .toolbar {
    justify-content: space-between;
  }
  .toolbar_right {
    width: 100%;
  }
  .toolbar_right .toolbar-input {
    margin-left: auto;
  }
  .toolbar-input {
    max-width: 120px;
  }
  :not(.digest-settings) .toolbar-dropdown-group {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .toolbar--hide-mobile {
    display: none;
  }
  .toolbar-dropdown-group--right .toolbar-dropdown-group_dropdown {
    right: auto;
    left: 0;
  }
  .toolbar_right {
    flex-grow: 1;
  }
  .toolbar_right .toolbar-dropdown-group:first-of-type .toolbar-dropdown-group_dropdown {
    left: 0;
    right: auto;
  }
  .toolbar_right .toolbar-dropdown-group:first-of-type {
    margin-left: auto;
  }
  .toolbar_right .toolbar-dropdown-group:last-of-type {
    margin-right: auto;
  }
}
@keyframes toolbar-dropdown-group--open {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}
@keyframes toolbar-back-button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-profile .toolbar {
  border-bottom: 0;
}
.tooltip {
  z-index: 999999 !important;
  padding: 4px 12px !important;
  background: rgba(87, 82, 101, 0.95) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-align: center;
  color: #f8f6f7 !important;
  width: auto !important;
  text-transform: uppercase;
  border-radius: 2px !important;
  pointer-events: none !important;
  user-select: none;
  opacity: 0;
}
.tooltip span {
  color: #44bc8f;
  font-weight: 600;
}
.tooltip:after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid !important;
  border-width: 6px 6px 0 6px !important;
  border-color: rgba(87, 82, 101, 0.95) transparent transparent transparent !important;
}
.tooltip.place-left:after {
  margin-top: -6px !important;
  top: 50%;
  bottom: 0;
  left: auto;
  right: 100%;
  border-width: 6px 0 6px 6px !important;
  border-color: transparent transparent transparent rgba(87, 82, 101, 0.95) !important;
}
.tooltip.place-right:after {
  margin-top: -6px !important;
  top: 50%;
  bottom: 0;
  left: 100%;
  right: auto;
  border-width: 6px 6px 6px 0 !important;
  border-color: transparent rgba(87, 82, 101, 0.95) transparent transparent !important;
}
.user-profile .avatar {
  position: relative;
  overflow: hidden;
  max-width: 144px;
  max-height: 144px;
  background-position: center center;
  background-size: cover;
  border: 4px solid #44bc8f;
  border-radius: 100%;
  transform: translate(0, 0);
}
.user-profile .avatar img {
  visibility: hidden;
}
.user-profile .avatar-profile-image-container {
  width: 136px;
  height: 136px;
}
.user-profile .avatar-edit {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  transition: background 0.25s ease-out, opacity 0s 0.25s ease-out;
}
.user-profile .avatar-edit input {
  display: none;
}
.user-profile .avatar-edit-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #44bc8f;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 20px;
  opacity: 0;
  transition: opacity 0.15s ease-out, padding 0.15s ease-out;
}
.user-profile .avatar-edit:hover {
  background: #fff;
  opacity: 1;
  transition: background 0.25s ease-out, opacity 0s 0s ease-out;
}
.user-profile .avatar-edit:hover .avatar-edit-content {
  opacity: 1;
  padding-top: 0;
}
.user-profile .avatar-edit:hover:active {
  background: #44bc8f;
}
.user-profile .avatar-edit-icon {
  font-size: 24px;
}
.user-profile .avatar-uploading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #44bc8f;
  pointer-events: none;
  user-select: none;
}
.user-profile .avatar-uploading:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 5px solid #44bc8f;
  border-top: 5px solid #fff;
  animation: avatar-uploading-symbol 0.4s cubic-bezier(0.47, 0, 0.75, 0.72) infinite;
  border-radius: 100%;
}
.user-profile .avatar-uploaded {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #44bc8f;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  animation: avatar-uploaded 3s cubic-bezier(0.47, 0, 0.75, 0.72);
}
.user-profile .avatar-uploaded-icon {
  position: absolute;
  top: 48%;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 72px;
  color: #fff;
  transform: translateY(-50%);
  margin: auto;
}
.user-profile .avatar-uploaded-icon > .fa {
  animation: avatar-uploaded-symbol 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@keyframes avatar-uploading-symbol {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes avatar-uploaded {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes avatar-uploaded-symbol {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.user-impersonate {
  padding-top: 22px;
  margin-top: 58px;
}
.user-profile .avatar.user-deleted {
  opacity: 0.33;
}
.user-profile a {
  transition: all 260ms 0ms ease-in-out;
}
.user-profile h2 .label {
  font-size: 13.5px;
  vertical-align: middle;
  margin-left: 12px;
  background-color: rgb(250.65, 12.85, 23);
  text-transform: uppercase;
}
.user-profile .card-block {
  padding: 22px;
}
.user-profile .card-block.card-block--bottom0 {
  padding-bottom: 0;
}
.user-profile .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 0.0625rem solid transparent;
}
.user-profile .card-footer:last-child {
  border-radius: 0 0 -0.0625rem -0.0625rem;
}
.user-profile .card-email .fa {
  margin-right: 4px;
}
.user-profile .card-email > a:hover {
  text-decoration: none;
}
.user-profile .card-email > a:hover > span {
  text-decoration: underline;
}
.user-profile .user-admin {
  margin-top: 30px;
}
.user-profile .user-admin h4 {
  margin-top: 0;
  margin-bottom: 2px;
}
.user-profile .user-admin .fa {
  font-size: 16px;
  width: 15px;
  margin-right: 6px;
  text-align: center;
}
.user-profile .user-preferences {
  margin-top: 20px;
}
.user-profile .user-preferences:first-of-type {
  margin-top: 0;
}
.user-profile .user-preferences h6 {
  text-transform: uppercase;
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 14px;
}
.user-profile .inmail-block {
  margin-bottom: 20px;
}
.user-profile .inmail-block h4 .icon-space-after {
  margin-right: 6px;
}
.user-profile .inmail-block .copy-link {
  margin-left: 10px;
}
.user-profile .user-profile-edit {
  margin-top: 20px;
}
.user-profile .user-profile-edit table {
  width: 100%;
}
.user-profile .user-profile-edit textarea {
  max-height: 500px;
  resize: vertical;
}
.user-profile .user-profile-edit .form-group p {
  margin-bottom: 20px;
}
.user-profile .user-profile-edit .form-group p:first-of-type {
  margin-bottom: 0;
}
.user-profile .user-profile-edit .form-group p label {
  margin-bottom: 0;
}
.user-profile .user-profile-edit .form-group p.disabled {
  color: #938b9b;
}
.user-profile .user-profile-edit .form-group button .fa {
  margin-right: 6px;
}
.user-profile .user-profile-edit .primary-email {
  cursor: help;
}
.user-profile .user-profile-edit .primary-email strong {
  display: inline-block;
  color: #44bc8f;
}
.user-profile .inmail-block .form-control,
.user-profile .user-profile-edit .form-control {
  height: auto;
}
.user-profile .inmail-block .select-wrapper,
.user-profile .user-profile-edit .select-wrapper {
  position: relative;
}
.user-profile .inmail-block .select-wrapper:before,
.user-profile .user-profile-edit .select-wrapper:before {
  position: absolute;
  right: 4px;
  top: 12px;
  font: normal 14px/100% FontAwesome;
  display: inline-block;
  content: "\f0d7";
  margin: 0 6px 1px 0;
  vertical-align: middle;
  pointer-events: none;
  user-select: none;
}
.user-profile .inmail-block select.form-control,
.user-profile .user-profile-edit select.form-control {
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  appearance: none;
  max-width: 154px;
  padding-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-profile .inmail-block select.form-control option,
.user-profile .user-profile-edit select.form-control option {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-profile .inmail-block select.form-control::-ms-expand,
.user-profile .user-profile-edit select.form-control::-ms-expand {
  display: none;
}
.user-profile .inmail-block select.form-control:active,
.user-profile .user-profile-edit select.form-control:active {
  outline: none;
}
.user-profile .inmail-block button .fa,
.user-profile .user-profile-edit button .fa {
  margin-right: 4px;
}
.user-profile .inmail-block button:focus,
.user-profile .user-profile-edit button:focus {
  outline: none;
}
.user-profile .ui-dropdown.condensed {
  margin: 0;
}
.user-profile .bio {
  white-space: pre-wrap;
}
.visibility-group > input[type=radio],
.visibility-group > input[type=checkbox] {
  line-height: inherit;
  margin: 0;
}
.visibility-group > input {
  display: none;
}
.visibility-group > input + label {
  position: relative;
  display: block;
  user-select: none;
  font-weight: normal;
  transition: background-color 260ms ease-in-out;
}
.visibility-group > input + label .visibility-group_label {
  position: relative;
  top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #31aae3;
  padding-left: 8px;
  margin: 0;
  cursor: pointer;
}
.visibility-group > input + label .visibility-group_label .visibility-group_label_text {
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.visibility-group > input + label .visibility-group_label .badge {
  border-radius: 4px;
  vertical-align: initial;
}
.visibility-group > input + label .visibility-group_label:after {
  margin-top: -3px;
}
.visibility-group > input + label:hover {
  cursor: pointer;
}
.visibility-group > input + label + * {
  transition: all 260ms ease-in-out;
}
.visibility-group > input + label + * .list-menu {
  margin-bottom: 0 !important;
}
.visibility-group > input.title + label,
.visibility-group > input.add + label,
.visibility-group > input.reorder + label {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 36px;
  margin: 0;
  transition: all 260ms ease-in-out;
}
.visibility-group > input.title + label *:after,
.visibility-group > input.add + label *:after,
.visibility-group > input.reorder + label *:after {
  top: 4px;
}
.visibility-group > input.title + label + * {
  padding: 0 3.6666666667px;
}
.visibility-group > input.title + label + * form {
  margin-bottom: 7.3333333333px;
}
.visibility-group > input.title + label + div,
.visibility-group > input.add + label + div,
.visibility-group > input.reorder + label + div {
  border-bottom: 3px solid hsl(330, 12.5%, 100.862745098%);
}
.visibility-group > input.title + label + div .grid,
.visibility-group > input.add + label + div .grid,
.visibility-group > input.reorder + label + div .grid {
  margin: 5.5px 0 11px;
}
.visibility-group > input.reorder + label .visibility-group_icon {
  position: absolute;
  top: 3px;
  right: 38px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  transition: color 260ms ease-in-out;
  cursor: move;
}
.visibility-group > input.reorder + label .visibility-group_icon:hover {
  color: #575265;
}
.visibility-group > input.reorder + label .visibility-group_icon--edit {
  right: 8px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--user-default {
  right: 102px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--card-default {
  right: 68px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.add + label {
  padding-left: 50px;
}
.visibility-group > input.add + label > input + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  padding-left: 12px;
}
.visibility-group:not([class*=--active]) > label + * {
  overflow: hidden;
  max-height: 0 !important;
  transition: all 260ms ease-in-out;
}
.visibility-group.visibility-group--highlighted > label {
  background: rgba(68, 188, 143, 0.25);
}
.visibility-group.visibility-group--editing > input + label,
.visibility-group.visibility-group--editing > input + label:hover {
  cursor: default;
  background-color: #dfe2dd;
}
.visibility-group.visibility-group--drag {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
}
.visibility-group.visibility-group--drag > input,
.visibility-group.visibility-group--drag > label {
  visibility: hidden;
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label + div {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group.visibility-group--active:last-of-type > :last-child {
  border-color: transparent;
}
.visibility-group_details .heading-battlecards {
  padding: 0 4.4px 4.4px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  margin-bottom: 0;
}
.visibility-group_details ul {
  margin: 5.5px 0 11px;
  padding: 0;
  list-style: none;
}
.visibility-group_details li {
  padding: 7.3333333333px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  color: #31aae3;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.visibility-group_details li:nth-child(2n) {
  background: #f2fbfd;
}
.visibility-group_details li:last-child {
  border-bottom: none;
}
.visibility-group_details .logo {
  width: 22px;
  margin-right: 7.3333333333px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.visibility-group_details .remove-battlecard-icon {
  color: #fc585f;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.visibility-group_details .no-results {
  font-size: 14px;
  padding-left: 4.4px;
}
.visibility-groups-list--dragging .visibility-group > input + label,
.visibility-groups-list--dragging .visibility-group > input + label:hover {
  background-color: transparent !important;
}
.visibility-groups-list--dragging .visibility-group .visibility-group_details * {
  display: none;
}
.visibility-group .visibility_empty-message {
  text-align: center;
}
.visibility-group_edit {
  position: absolute;
  top: 3px;
  right: 4px;
}
.visibility-group_edit .button {
  margin-left: 5px;
  margin-right: 0;
}
.visibility-input.visibility-search_input {
  line-height: 18px;
}
.visibility-input.visibility-input--edit {
  position: relative;
  top: 4px;
  left: 4px;
  color: #575265;
  background: #ffffff;
  border: 1px solid #44bc8f;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 300px;
  height: 36px;
  padding: 0 8px;
  margin: 0;
}
.card-visibility-groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111013;
  padding: 6px 11px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.card-visibility-groups--meta-data {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.card-visibility-groups ul {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
.card-visibility-groups ul:hover {
  cursor: pointer;
}
.card-visibility-groups ul:not(.quick):active {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  cursor: pointer;
}
.card-visibility-groups ul li {
  list-style-type: none;
  display: inline;
}
.card-visibility-groups-icon {
  flex-grow: 1;
  width: 100%;
  height: 24px;
  max-width: 24px;
}
.card-visibility-groups--draft {
  background-color: #ffecbe;
}
.card-visibility-groups--allAccess {
  background-color: #bde8ef;
}
.card-visibility-groups--groups {
  background-color: #d6d0ff;
}
.card-visibility-groups--on-battlecard {
  padding: 0 4px;
  border-radius: 3px;
  background-color: #464646;
  color: #ffffff;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
}
.manage-visibility-groups-modal .visibility-groups-list {
  margin-bottom: 22px;
  max-height: 400px;
  overflow-y: auto;
}
.manage-visibility-groups-modal .visibility-groups-default {
  font-size: 12px;
  margin-top: 5.5px;
}
.manage-visibility-groups-modal .visibility-groups-default .visibility-group_icon--default {
  margin: -3px 3px 0 -3px;
  color: #a49fb1;
}
.manage-visibility-groups-modal .no-visibility-groups-message {
  margin-bottom: 22px;
}
.manage-visibility-groups-modal .create-visibility-group-inputWrap {
  display: flex;
}
.manage-visibility-groups-modal .create-visibility-group-inputWrap button {
  margin: 0 0 0 7.3333333333px;
}
.manage-visibility-group-error {
  color: rgb(233.8, 4.2, 14);
  padding: 6.2857142857px 11px;
}
.visibility-groups-loading {
  opacity: 0.5;
}
.vitals-toc {
  border-bottom: 2px solid rgba(234.6125, 228.7875, 231.7, 0.75);
}
.vitals-toc_container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vitals-toc_container > li {
  display: block;
  line-height: 44px;
}
.vitals-toc_container_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 10px;
  background: #ffffff;
  border-top: 1px solid #dfe2dd;
  transition: background-color 260ms ease-in-out, border-color 260ms ease-in-out;
  user-select: none;
  cursor: pointer;
}
.vitals-toc_container_header_text {
  color: #575265;
  text-transform: uppercase;
}
.vitals-toc_container_header_text:active,
.vitals-toc_container_header_text:focus {
  color: #111;
  text-decoration: none;
}
.vitals-toc_container_header:hover .vitals-toc_container_header_text {
  color: #111;
  text-decoration: none;
}
.vitals-toc_container_header_icon {
  color: #575265;
  margin: 1px 12px 0 0;
  line-height: 44px;
  transition: color 260ms ease-in-out;
}
.vitals-toc_container_header_right-container {
  margin-left: auto;
}
.vitals-toc_container_header_toggle-icon {
  line-height: 44px;
  transition: color 260ms ease-in-out;
}
.vitals-toc_container_header:hover .vitals-toc_container_header_icon,
.vitals-toc_container_header:hover .vitals-toc_container_header_toggle-icon {
  color: #111;
}
.vitals-toc_container--open .vitals-toc_container_header {
  background-color: transparent;
}
.vitals-toc_container--empty .vitals-toc_container_header_icon,
.vitals-toc_container--empty .vitals-toc_container_header_text,
.vitals-toc_container--empty .vitals-toc_container_header_toggle-icon {
  color: #938b9b;
}
.vitals-toc_list {
  overflow: hidden;
  list-style: none;
  max-height: 0;
  margin: 0;
  padding: 0;
  transition: max-height 260ms ease-in-out;
}
.vitals-toc_list--loading {
  background: url(https://dycj3q34rhqmj.cloudfront.net/assets/spinner.dashboard-C36X7PZQ.digested.svg) no-repeat 50% calc(50% - 44px);
  background-size: 44px;
  pointer-events: none;
}
.vitals-toc_list--loading * {
  opacity: 0.6;
}
.vitals-toc_list_item {
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #dfe2dd;
}
.vitals-toc_list_item li {
  justify-content: space-between;
  display: flex;
  flex-shrink: 0;
  text-transform: uppercase;
  user-select: none;
}
.vitals-toc_list_item--draggable {
  transition: background 0.25s ease;
}
.vitals-toc_list_item--draggable:hover {
  background: #fffde9;
}
.vitals-toc_list_item--draggable[data-drag-mode=dragging] {
  background-color: #ffffff;
}
.vitals-toc_list_item--draggable[data-drag-mode=over] {
  background-color: #f8f6f7;
}
.vitals-toc_list_item--draggable[data-drag-mode=over] .vitals-toc_list_item_text {
  opacity: 0;
}
.vitals-toc_list_item_text {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  color: #31aae3;
  padding: 0 12px;
  transition: color 260ms ease-in-out;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vitals-toc_list_item_text--new {
  width: 100%;
  max-width: 100%;
  padding: 0;
  text-align: center;
  background-color: #fffde9;
}
.vitals-toc_list_item_text_link {
  display: block;
}
.vitals-toc_list_item:hover {
  cursor: pointer;
}
.vitals-toc_list_item:hover .vitals-toc_list_item_text {
  color: rgb(17.7692307692, 94.5576923077, 130.7307692308);
  text-decoration: none;
}
.vitals-body {
  padding: 22px;
}
.vitals-body_social-links img {
  width: 22px;
  margin-right: 6px;
}
.vitals-body_social-links a {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  border: 1px solid #dcd9de;
  color: #575265;
  background-color: #ffffff;
  padding: 5.5px;
  margin-right: 3px;
  text-align: center;
  transition:
    color 260ms ease-out,
    background-color 260ms ease-out,
    border-color 260ms ease-out;
}
.vitals-body_social-links a:hover {
  color: #ffffff;
  background-color: #44bc8f;
  border-color: #44bc8f;
}
.vitals-body_social-links a i.fa {
  font-size: 14px;
  width: 1em;
  line-height: 24px;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.vitals-body .card-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 11px;
  right: 11px;
}
.vitals-body .card-menu .button {
  margin: 0;
}
.vitals-body h4,
.vitals-body h5 {
  color: #575265;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 22px 0;
  line-height: 1.4;
}
.vitals-body h4 {
  font-size: 18px;
  margin-top: 12px;
}
.vitals-body td,
.vitals-body th {
  padding: 8px 0 !important;
}
.toc-flag_container {
  display: flex;
  align-items: center;
}
.toc-flag {
  display: inline-block;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 6px;
  padding: 0 2px;
  color: rgb(181.425, 175.975, 186.875);
}
.toc-flag:last-child {
  margin-right: 12px;
}
.toc-flag--draft {
  font-size: 7px;
  color: #e65a60;
}
.toc-flag--new {
  font-size: 9px;
  padding: 0 3px;
  color: #fc585f;
  background: rgba(252, 88, 95, 0.2);
}
.toc-flag:hover {
  cursor: pointer;
}
.vitals-settings {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #35323e;
  height: 40px;
  width: 38px;
}
.vitals-settings:hover {
  background: #edf9f4;
  color: #35a764;
}
.waiting-for-uploads-container {
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 3;
}
.waiting-for-uploads-container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
}
.waiting-for-uploads-container .box .feedback {
  display: flex;
  align-items: center;
}
.waiting-for-uploads-container .box .feedback .message {
  font-style: italic;
}
.waiting-for-uploads-container .box .feedback .spinner {
  height: 22px;
}
.waiting-for-uploads-container .box .controls button {
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.warning--timeout {
  position: fixed;
  z-index: 1004;
  top: 90px;
  right: 30px;
  left: 30px;
  background: #ffffff;
}
.warning .alert {
  margin: 0;
}
.warning .alert-link {
  text-decoration: underline;
}
.card-copy-modal_container {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 600px;
  min-height: 385px !important;
  border-radius: 5px;
  overflow: visible;
}
.card-copy-modal_header {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: #620dec;
  color: #fdfcfc;
  border-bottom: 1px solid #e5e5e5;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  flex: 0 0 auto;
  -webkit-box-pack: justify;
  padding: 20px 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-copy-modal_header > div {
  display: flex;
}
.card-copy-modal_header .card-copy-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.card-copy-modal_header h2 {
  margin: 0px;
  font-size: 18px;
  max-width: unset;
  overflow-wrap: break-word;
  color: #ffffff;
  line-height: 24px;
  font-weight: 400;
}
.card-copy-modal_content {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding: 20px 32px;
  overflow-y: visible;
}
.card-copy-modal_content h3 {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #011627;
  margin-top: 0em;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 400;
}
.card-copy-modal_content p {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: #011627;
}
.card-copy-modal_content .ui-dropdown {
  border: 2px solid #bdbdbd;
  box-shadow: 0px 2px 4px rgba(1, 22, 39, 0.12);
  border-radius: 8px !important;
}
.card-copy-modal_content .ui-dropdown.on > .btn {
  background: #ffffff !important;
}
.card-copy-modal_content .ui-dropdown .ui-dropdown-menu {
  width: 100%;
}
.card-copy-modal_content .ui-dropdown .ui-dropdown-menu a.active {
  background: #fff500 !important;
  color: #011627 !important;
}
.card-copy-modal_content .ui-dropdown .btn {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #717171;
}
.card-copy-modal_content .ui-dropdown .display-label {
  color: #011627;
  max-width: fit-content;
}
.card-copy-modal_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 4px;
  gap: 16px;
}
.card-copy-modal_footer .btn {
  background: #ffffff;
}
.card-copy-modal_footer .btn[disabled] {
  background: #ffffff;
}
.card-copy-modal_footer .btn-create {
  background: #fff500;
  border-radius: 8px;
}
.card-copy-modal_footer .btn-create[disabled] {
  border: 2px solid #bdbdbd;
}
.card-copy-modal_footer_checkbox {
  display: flex;
  align-items: end;
  gap: 4px;
}
.card-copy-modal_footer_checkbox > label {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 13px;
  font-size: 14px;
}
.close-icon {
  cursor: pointer;
}
.card-copy-modal_warning {
  border: 1px solid #ff9d0a;
  padding: 12px;
  background: #fcf8ef;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0px 2px 4px rgba(1, 22, 39, 0.12);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.card-copy-modal_warning > svg {
  color: #ff9d0a;
}
.card-map_container {
  width: 100%;
  margin-bottom: 10px;
  pointer-events: none;
  position: relative;
  padding-top: 56.25%;
}
.card-map_map {
  height: 100%;
  width: 100%;
  overflow: auto !important;
  position: absolute;
  top: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.card-map_map::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.card-meta-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
  cursor: pointer;
  overflow: hidden;
}
.card-meta-overlay .card-meta-hole {
  position: absolute;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.card-meta-overlay .card-meta {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1510;
  max-height: calc(100% - 100px);
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  color: #555;
  opacity: 0;
  padding: 22px 0;
  cursor: initial;
  filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
}
.card-meta-overlay .card-meta-default {
  width: 400px;
}
.card-meta-overlay .card-meta a {
  transition: color 0.2s ease-out;
}
.card-meta-overlay .card-meta .btn {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.card-meta-overlay .card-meta .card-meta-header {
  display: flex;
  flex-direction: column;
  padding: 0 22px;
  flex-shrink: 0;
}
.card-meta-overlay .card-meta .card-meta-quote {
  margin-top: 8px;
  line-height: 1;
  font-style: italic;
  word-break: break-all;
}
.card-meta-overlay .card-meta .card-meta-bottom {
  margin-top: 3px;
  line-height: 20px;
  color: #575265;
}
.card-meta-overlay .card-meta .card-meta-bottom > .fa {
  font-size: 20px;
  color: #44bc8f;
  margin-right: 7px;
  vertical-align: middle;
}
.card-meta-overlay .card-meta .card-meta-title {
  margin: 0;
  word-break: break-word;
}
.card-meta-overlay .card-meta .card-meta-title > a {
  color: #31aae3;
  display: inline-block;
  text-decoration: underline;
}
.card-meta-overlay .card-meta .card-meta-title > a:hover {
  color: #111;
}
.card-meta-overlay .card-meta .btn:focus {
  outline: none;
}
.card-meta-overlay .card-meta--close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.card-meta-overlay .card-meta-list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  margin: 22px 0;
  margin-bottom: 0;
  padding: 22px;
  border-top: 1px solid #d3d3d3;
}
.card-meta-overlay .card-meta-list .card-meta-item {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.card-meta-overlay .card-meta-list .card-meta-item .card-meta-data {
  flex-grow: 1;
  padding-right: 11px;
}
.card-meta-overlay .card-meta-list .card-meta-item .card-meta-actions button {
  color: #575265;
  background: transparent;
  border: 0;
  transition: all 260ms ease-out;
}
.card-meta-overlay .card-meta-list .card-meta-item .card-meta-actions button:hover {
  color: #fc585f;
}
.card-meta-overlay .card-meta-list .card-meta-item:last-child {
  margin-bottom: 0;
}
.card-meta-overlay .card-meta--animate {
  animation: card-meta-popup 0.4s forwards;
  animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18);
}
.card-header-block .card-meta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  font-size: 16px;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.card-block .card-meta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  font-size: 16px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  opacity: 0;
  transition:
    opacity 260ms ease-out,
    color 260ms ease-out,
    background-color 260ms ease-out;
}
.card-block .card-meta-link:active,
.card-block .card-meta-link:hover {
  background: #daf2e9;
  color: #44bc8f;
}
.card-block .card-meta-link--visible {
  opacity: 1;
}
.card-block .card-meta-link--notify {
  color: #fc585f;
}
.card-block a.card-meta-link {
  text-decoration: none;
}
.card-block:hover .card-meta-link {
  opacity: 1;
}
.card-meta-link_loading .spinner {
  width: 100%;
}
.card-meta-link_loading .spinner:before {
  border: 3px solid rgba(68, 188, 143, 0.24);
  border-top: 3px solid #44bc8f;
  border-left: 3px solid #44bc8f;
}
@keyframes card-meta-popup {
  100% {
    opacity: 1;
  }
}
.visibility-group > input[type=radio],
.visibility-group > input[type=checkbox] {
  line-height: inherit;
  margin: 0;
}
.visibility-group > input {
  display: none;
}
.visibility-group > input + label {
  position: relative;
  display: block;
  user-select: none;
  font-weight: normal;
  transition: background-color 260ms ease-in-out;
}
.visibility-group > input + label .visibility-group_label {
  position: relative;
  top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #31aae3;
  padding-left: 8px;
  margin: 0;
  cursor: pointer;
}
.visibility-group > input + label .visibility-group_label .visibility-group_label_text {
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.visibility-group > input + label .visibility-group_label .badge {
  border-radius: 4px;
  vertical-align: initial;
}
.visibility-group > input + label .visibility-group_label:after {
  margin-top: -3px;
}
.visibility-group > input + label:hover {
  cursor: pointer;
}
.visibility-group > input + label + * {
  transition: all 260ms ease-in-out;
}
.visibility-group > input + label + * .list-menu {
  margin-bottom: 0 !important;
}
.visibility-group > input.title + label,
.visibility-group > input.add + label,
.visibility-group > input.reorder + label {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 36px;
  margin: 0;
  transition: all 260ms ease-in-out;
}
.visibility-group > input.title + label *:after,
.visibility-group > input.add + label *:after,
.visibility-group > input.reorder + label *:after {
  top: 4px;
}
.visibility-group > input.title + label + * {
  padding: 0 3.6666666667px;
}
.visibility-group > input.title + label + * form {
  margin-bottom: 7.3333333333px;
}
.visibility-group > input.title + label + div,
.visibility-group > input.add + label + div,
.visibility-group > input.reorder + label + div {
  border-bottom: 3px solid hsl(330, 12.5%, 100.862745098%);
}
.visibility-group > input.title + label + div .grid,
.visibility-group > input.add + label + div .grid,
.visibility-group > input.reorder + label + div .grid {
  margin: 5.5px 0 11px;
}
.visibility-group > input.reorder + label .visibility-group_icon {
  position: absolute;
  top: 3px;
  right: 38px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  transition: color 260ms ease-in-out;
  cursor: move;
}
.visibility-group > input.reorder + label .visibility-group_icon:hover {
  color: #575265;
}
.visibility-group > input.reorder + label .visibility-group_icon--edit {
  right: 8px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--user-default {
  right: 102px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--card-default {
  right: 68px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.add + label {
  padding-left: 50px;
}
.visibility-group > input.add + label > input + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  padding-left: 12px;
}
.visibility-group:not([class*=--active]) > label + * {
  overflow: hidden;
  max-height: 0 !important;
  transition: all 260ms ease-in-out;
}
.visibility-group.visibility-group--highlighted > label {
  background: rgba(68, 188, 143, 0.25);
}
.visibility-group.visibility-group--editing > input + label,
.visibility-group.visibility-group--editing > input + label:hover {
  cursor: default;
  background-color: #dfe2dd;
}
.visibility-group.visibility-group--drag {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
}
.visibility-group.visibility-group--drag > input,
.visibility-group.visibility-group--drag > label {
  visibility: hidden;
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label + div {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group.visibility-group--active:last-of-type > :last-child {
  border-color: transparent;
}
.visibility-group_details .heading-battlecards {
  padding: 0 4.4px 4.4px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  margin-bottom: 0;
}
.visibility-group_details ul {
  margin: 5.5px 0 11px;
  padding: 0;
  list-style: none;
}
.visibility-group_details li {
  padding: 7.3333333333px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  color: #31aae3;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.visibility-group_details li:nth-child(2n) {
  background: #f2fbfd;
}
.visibility-group_details li:last-child {
  border-bottom: none;
}
.visibility-group_details .logo {
  width: 22px;
  margin-right: 7.3333333333px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.visibility-group_details .remove-battlecard-icon {
  color: #fc585f;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.visibility-group_details .no-results {
  font-size: 14px;
  padding-left: 4.4px;
}
.visibility-groups-list--dragging .visibility-group > input + label,
.visibility-groups-list--dragging .visibility-group > input + label:hover {
  background-color: transparent !important;
}
.visibility-groups-list--dragging .visibility-group .visibility-group_details * {
  display: none;
}
.visibility-group .visibility_empty-message {
  text-align: center;
}
.visibility-group_edit {
  position: absolute;
  top: 3px;
  right: 4px;
}
.visibility-group_edit .button {
  margin-left: 5px;
  margin-right: 0;
}
.visibility-input.visibility-search_input {
  line-height: 18px;
}
.visibility-input.visibility-input--edit {
  position: relative;
  top: 4px;
  left: 4px;
  color: #575265;
  background: #ffffff;
  border: 1px solid #44bc8f;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 300px;
  height: 36px;
  padding: 0 8px;
  margin: 0;
}
.card-visibility-groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111013;
  padding: 6px 11px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.card-visibility-groups--meta-data {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.card-visibility-groups ul {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
.card-visibility-groups ul:hover {
  cursor: pointer;
}
.card-visibility-groups ul:not(.quick):active {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  cursor: pointer;
}
.card-visibility-groups ul li {
  list-style-type: none;
  display: inline;
}
.card-visibility-groups-icon {
  flex-grow: 1;
  width: 100%;
  height: 24px;
  max-width: 24px;
}
.card-visibility-groups--draft {
  background-color: #ffecbe;
}
.card-visibility-groups--allAccess {
  background-color: #bde8ef;
}
.card-visibility-groups--groups {
  background-color: #d6d0ff;
}
.card-visibility-groups--on-battlecard {
  padding: 0 4px;
  border-radius: 3px;
  background-color: #464646;
  color: #ffffff;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
}
.card-embed {
  width: 500px;
  margin: 44px auto;
  background-color: #fff;
  box-shadow:
    0 1px 3.6px rgba(0, 0, 0, 0.024),
    0 2.6px 10px rgba(0, 0, 0, 0.035),
    0 6.3px 24.1px rgba(0, 0, 0, 0.046),
    0 21px 40px rgba(0, 0, 0, 0.07);
  border-top: 1px solid transparent;
  min-height: 400px;
  overflow: auto;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile ul.card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 12px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item {
  position: relative;
  margin: 12px 0;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(1, 22, 39, 0.1);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:hover {
  box-shadow: 0px 4px 8px rgba(1, 22, 39, 0.15);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.reordering {
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.visible-curators_only-tag .card-block {
  border-color: #ffecbe;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.visible-everyone-tag .card-block {
  border-color: #bde8ef;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.visible-curatorsandgroups-tag .card-block {
  border-color: #d6d0ff;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-block.dragging {
  filter: grayscale(1);
  opacity: 0.25;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-block.on-battlecard {
  background-color: #f2fff8;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_heading_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_tools .btn.btn-dropdown-card,
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_tools .card-static-html_drag-handle {
  color: #011627;
  box-shadow: none;
  transform: translate3d(0, 0, 0);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_drag-handle {
  color: #938b9b;
  width: 38px;
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body {
  max-width: 100%;
  font-family:
    "Inter",
    system-ui,
    sans-serif;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar {
  width: 10px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-thumb {
  background: rgba(113, 104, 121, 0.9);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-thumb:hover {
  background: rgb(113, 104, 121);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border: 4px solid rgba(255, 255, 255, 0.8);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:first-child {
  min-height: 22px;
  background-color: #fff;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_drag-handle {
  transition: opacity 260ms ease-in-out;
  opacity: 0;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:hover .card-static-html_drag-handle,
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:hover .card-meta-link {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard] {
  bottom: 0;
  color: #44bc8f;
  cursor: pointer;
  display: block;
  font-weight: 600;
  height: 5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.16s ease-out;
  width: 100%;
  z-index: 1;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard]:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 20px;
  width: 100%;
  top: 3px;
  left: 0;
  white-space: nowrap;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard]::after {
  background: #44bc8f;
  border-radius: 100%;
  border: 4px solid rgb(236.84375, 231.65625, 234.25);
  color: #fff;
  content: "+";
  display: block;
  font-size: 24px;
  font-weight: normal;
  height: 34px;
  left: calc(50% - 17px);
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 2px;
  transition: all 160ms ease-out;
  width: 34px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard].hover:hover,
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard].hover.is-over {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:last-of-type > [data-action=newCard] {
  margin-bottom: 0;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  padding: 10px 22px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed.dragging {
  background-color: #fff69d;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed.untitled {
  font-style: italic;
  opacity: 0.5;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed.is-over {
  border-top: 3px solid #938b9b;
  padding-top: 7px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-hidden-by-filters {
  color: #ccc;
  font-style: italic;
  font-size: 11px;
  padding: 11px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .on-battlecard .potentially-long-content .collapsed-content-area::after {
  background-image:
    linear-gradient(
      to bottom,
      rgba(218, 242, 233, 0),
      rgb(218, 242, 233) 90%) !important;
}
#swimlanes-wrapper .swimlanes-boards.editing .ui-profile .card-item .card-static-html_title:empty {
  display: block;
}
#swimlanes-wrapper .swimlanes-boards.editing .ui-profile .card-item .card-static-html_title:empty::after {
  content: "New Card";
  color: rgba(0, 0, 0, 0.2);
}
#swimlanes-wrapper .swimlanes-boards:not(.editing) .card-item:first-child {
  min-height: 22px;
  background-color: #fff;
}
#swimlanes-wrapper .swimlanes-boards:not(.editing) .card-item:first-child .card-static-html_title:empty {
  display: block;
  height: 5px;
  padding: 0;
  margin-bottom: -11px;
}
#swimlanes-wrapper .swimlanes-boards .board--empty .card-item [data-action=newCard].hover {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .board--empty .card-item [data-action=newCard].hover::after {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .board-body {
  background-color: transparent;
}
#swimlanes-wrapper .swimlanes-boards .feed-item-expanded .board-body {
  background-color: #fff;
}
.search-result-card:not(.search-suggestions) .search-result-card-content {
  padding: 0;
  margin: 0;
  position: relative;
}
.search-result-card:not(.search-suggestions) .search-result-card-content .card-static-html_title:not(:empty) {
  margin: 22px;
  max-width: 100%;
  padding-right: 22px;
}
.card-block.card-preview .card-title {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 16px;
  color: #011627;
}
.card-block.card-preview .card-static-html_body {
  max-height: unset;
}
.ui-boards:not(.vitals) .card-block {
  padding: 0;
  border: 1px solid rgb(236.84375, 231.65625, 234.25);
  background-color: #fff;
}
.ui-boards:not(.vitals) .card-block.spotlight {
  background-color: #fff69d;
  transition: background-color 1s ease;
}
.ui-boards:not(.vitals) .card-block.drag-fix {
  transform: translate3d(0, 0, 0);
}
[draggable=true] {
  cursor: grab;
}
.dragging,
.dragging [draggable=true] {
  cursor: grabbing;
}
.card--placeholder:not(.short) {
  min-height: 320px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Crect rx='3' height='22' width='215.75' y='22' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='267.5' y='66' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='236.5' y='88.5' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='220.5' y='111' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='220' y='133.5' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='187' y='156' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='256.75' y='178.5' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='187' y='262' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='115.749' y='286' x='22' fill='%23f2f2f2'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  animation: loading 1s infinite;
}
.card--placeholder:not(.short).short {
  min-height: 44px;
  height: 44px;
}
.card--placeholder.short {
  min-height: 44px;
  height: 44px;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.card-dragging_reorder-handle {
  color: #b5b0bb;
  transform: translate3d(0, 0, 0);
}
.card-dragging_reorder-handle:hover {
  background: rgba(181, 176, 187, 0.2);
}
body#klue-app .base-card-styles,
body#klue-app .card-static-html_body address,
body#klue-app .card-static-html_body article,
body#klue-app .card-static-html_body aside,
body#klue-app .card-static-html_body blockquote,
body#klue-app .card-static-html_body canvas,
body#klue-app .card-static-html_body dd,
body#klue-app .card-static-html_body dl,
body#klue-app .card-static-html_body dt,
body#klue-app .card-static-html_body fieldset,
body#klue-app .card-static-html_body figcaption,
body#klue-app .card-static-html_body figure,
body#klue-app .card-static-html_body footer,
body#klue-app .card-static-html_body form,
body#klue-app .card-static-html_body h1,
body#klue-app .card-static-html_body h2,
body#klue-app .card-static-html_body h3,
body#klue-app .card-static-html_body h4,
body#klue-app .card-static-html_body h5,
body#klue-app .card-static-html_body h6,
body#klue-app .card-static-html_body header,
body#klue-app .card-static-html_body hr,
body#klue-app .card-static-html_body li,
body#klue-app .card-static-html_body main,
body#klue-app .card-static-html_body nav,
body#klue-app .card-static-html_body noscript,
body#klue-app .card-static-html_body ol,
body#klue-app .card-static-html_body p,
body#klue-app .card-static-html_body pre,
body#klue-app .card-static-html_body section,
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body tfoot,
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body video,
body#klue-app .card-static-html_body {
  color: #464646;
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
body#klue-app .card-static-html_title {
  color: #011627;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}
body#klue-app .card-static-html_heading_wrapper {
  margin: 20px;
}
body#klue-app .card-static-html_body {
  margin: 20px;
}
body#klue-app .card-static-html_body address,
body#klue-app .card-static-html_body article,
body#klue-app .card-static-html_body aside,
body#klue-app .card-static-html_body blockquote,
body#klue-app .card-static-html_body canvas,
body#klue-app .card-static-html_body dd,
body#klue-app .card-static-html_body dl,
body#klue-app .card-static-html_body dt,
body#klue-app .card-static-html_body fieldset,
body#klue-app .card-static-html_body figcaption,
body#klue-app .card-static-html_body figure,
body#klue-app .card-static-html_body footer,
body#klue-app .card-static-html_body form,
body#klue-app .card-static-html_body h1,
body#klue-app .card-static-html_body h2,
body#klue-app .card-static-html_body h3,
body#klue-app .card-static-html_body h4,
body#klue-app .card-static-html_body h5,
body#klue-app .card-static-html_body h6,
body#klue-app .card-static-html_body header,
body#klue-app .card-static-html_body hr,
body#klue-app .card-static-html_body li,
body#klue-app .card-static-html_body main,
body#klue-app .card-static-html_body nav,
body#klue-app .card-static-html_body noscript,
body#klue-app .card-static-html_body ol,
body#klue-app .card-static-html_body p,
body#klue-app .card-static-html_body pre,
body#klue-app .card-static-html_body section,
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body tfoot,
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body video {
  margin: initial;
}
body#klue-app .card-static-html_body p,
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body ol,
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body .table-scrollwrap,
body#klue-app .card-static-html_body blockquote,
body#klue-app .card-static-html_body details,
body#klue-app .card-static-html_body figure,
body#klue-app .card-static-html_body section {
  margin-top: 1em;
  margin-bottom: 1em;
}
body#klue-app .card-static-html_body p:first-child,
body#klue-app .card-static-html_body ul:first-child,
body#klue-app .card-static-html_body ol:first-child,
body#klue-app .card-static-html_body table:first-child,
body#klue-app .card-static-html_body .table-scrollwrap:first-child,
body#klue-app .card-static-html_body blockquote:first-child,
body#klue-app .card-static-html_body details:first-child,
body#klue-app .card-static-html_body figure:first-child,
body#klue-app .card-static-html_body section:first-child {
  margin-top: 0;
}
body#klue-app .card-static-html_body p:last-child,
body#klue-app .card-static-html_body ul:last-child,
body#klue-app .card-static-html_body ol:last-child,
body#klue-app .card-static-html_body table:last-child,
body#klue-app .card-static-html_body .table-scrollwrap:last-child,
body#klue-app .card-static-html_body blockquote:last-child,
body#klue-app .card-static-html_body details:last-child,
body#klue-app .card-static-html_body figure:last-child,
body#klue-app .card-static-html_body section:last-child {
  margin-bottom: 0;
}
body#klue-app .card-static-html_body h1,
body#klue-app .card-static-html_body h2,
body#klue-app .card-static-html_body h3,
body#klue-app .card-static-html_body h4,
body#klue-app .card-static-html_body h5 {
  color: #011627;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  line-height: 1.12;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
body#klue-app .card-static-html_body h1 strong,
body#klue-app .card-static-html_body h2 strong,
body#klue-app .card-static-html_body h3 strong,
body#klue-app .card-static-html_body h4 strong,
body#klue-app .card-static-html_body h5 strong {
  font-weight: 600;
}
body#klue-app .card-static-html_body h1:first-child,
body#klue-app .card-static-html_body h2:first-child,
body#klue-app .card-static-html_body h3:first-child,
body#klue-app .card-static-html_body h4:first-child,
body#klue-app .card-static-html_body h5:first-child {
  margin-top: 0;
}
body#klue-app .card-static-html_body :where(h1, h2, h3, h4, h5) + :where(h1, h2, h3, h4, h5) {
  margin-top: 0;
}
body#klue-app .card-static-html_body h1 {
  line-height: 1.08;
  font-size: 24px;
}
body#klue-app .card-static-html_body h2 {
  line-height: 1.2;
  font-size: 20px;
}
body#klue-app .card-static-html_body h3 {
  font-size: 18px;
}
body#klue-app .card-static-html_body h4 {
  font-size: 16px;
}
body#klue-app .card-static-html_body h5 {
  font-size: 14px;
}
body#klue-app .card-static-html_body h1 + h2 {
  margin-top: 0;
}
body#klue-app .card-static-html_body ul {
  list-style-type: disc;
}
body#klue-app .card-static-html_body ul ul {
  list-style-type: circle;
}
body#klue-app .card-static-html_body ul ul ul {
  list-style-type: square;
}
body#klue-app .card-static-html_body ol {
  list-style-type: decimal;
}
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body ol {
  padding: 0 0 0 1.2em;
  margin: 1em 0;
}
body#klue-app .card-static-html_body ul li,
body#klue-app .card-static-html_body ol li {
  margin: 0.3em 0 0.3em;
}
body#klue-app .card-static-html_body ul ul,
body#klue-app .card-static-html_body ul ol,
body#klue-app .card-static-html_body ol ul,
body#klue-app .card-static-html_body ol ol {
  margin: 0;
}
body#klue-app .card-static-html_body ol {
  padding: 0 0 0 2em;
}
body#klue-app .card-static-html_body a,
body#klue-app .card-static-html_body a:hover,
body#klue-app .card-static-html_body a:active,
body#klue-app .card-static-html_body a:visited {
  color: #3751ff !important;
  hyphens: none;
  text-decoration: underline;
}
body#klue-app .card-static-html_body a.potentially-long-content_toggle,
body#klue-app .card-static-html_body a:hover.potentially-long-content_toggle,
body#klue-app .card-static-html_body a:active.potentially-long-content_toggle,
body#klue-app .card-static-html_body a:visited.potentially-long-content_toggle {
  color: #15ab64 !important;
  text-decoration: none;
}
body#klue-app .card-static-html_body a.potentially-long-content_toggle:hover,
body#klue-app .card-static-html_body a:hover.potentially-long-content_toggle:hover,
body#klue-app .card-static-html_body a:active.potentially-long-content_toggle:hover,
body#klue-app .card-static-html_body a:visited.potentially-long-content_toggle:hover {
  color: #ffffff !important;
}
body#klue-app .card-static-html_body a.card-external-link:not(.card-image-link),
body#klue-app .card-static-html_body a:hover.card-external-link:not(.card-image-link),
body#klue-app .card-static-html_body a:active.card-external-link:not(.card-image-link),
body#klue-app .card-static-html_body a:visited.card-external-link:not(.card-image-link) {
  padding-right: 18px;
  transition: none;
}
body#klue-app .card-static-html_body a.card-external-link:not(.card-image-link):after,
body#klue-app .card-static-html_body a:hover.card-external-link:not(.card-image-link):after,
body#klue-app .card-static-html_body a:active.card-external-link:not(.card-image-link):after,
body#klue-app .card-static-html_body a:visited.card-external-link:not(.card-image-link):after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' fill='%233751ff' viewBox='0 0 24 24' width='14'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
  width: 14px;
  height: auto;
  margin-left: -14px;
  transform: translate(18px, 2px);
  display: inline-block;
}
body#klue-app .card-static-html_body a .card-image-link,
body#klue-app .card-static-html_body a:hover .card-image-link,
body#klue-app .card-static-html_body a:active .card-image-link,
body#klue-app .card-static-html_body a:visited .card-image-link {
  display: contents;
}
body#klue-app .card-static-html_body .fullwidth-content,
body#klue-app .card-static-html_body .fr-video,
body#klue-app .card-static-html_body .klue-embed,
body#klue-app .card-static-html_body .klue-img--fullwidth + .zoom-image,
body#klue-app .card-static-html_body .klue-img--fullwidth,
body#klue-app .card-static-html_body > hr,
body#klue-app .card-static-html_body > * > hr {
  max-width: unset !important;
  width: calc(100% + 40px) !important;
  margin: 20px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
body#klue-app .card-static-html_body > hr,
body#klue-app .card-static-html_body > * > hr {
  border: none;
  border-top: 1px solid #e5e5e5;
}
body#klue-app .card-static-html_body img {
  max-width: 100%;
}
body#klue-app .card-static-html_body .klue-img--thumb {
  width: 44px;
  height: 44px;
  overflow: hidden;
  object-fit: cover;
}
body#klue-app .card-static-html_body .klue-img--sm {
  width: 33%;
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--med {
  width: 50%;
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--lg {
  width: 100%;
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--fullwidth {
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--fullwidth + .zoom-image {
  margin-top: 0;
  margin-bottom: 0;
}
body#klue-app .card-static-html_body .fr-dii {
  display: inline-block;
  margin: 0;
}
body#klue-app .card-static-html_body .fr-dii.fr-fil {
  float: left;
  margin-right: 12px;
}
body#klue-app .card-static-html_body .fr-dii.fr-fir {
  float: right;
  margin-left: 12px;
}
body#klue-app .card-static-html_body .fr-dib {
  display: block;
  margin: 0 auto;
}
body#klue-app .card-static-html_body .fr-dib.fr-fil {
  margin-left: 0;
  margin-right: auto;
}
body#klue-app .card-static-html_body .fr-dib.fr-fir {
  margin-left: auto;
  margin-right: 0;
}
body#klue-app .card-static-html_body .fr-video,
body#klue-app .card-static-html_body .klue-embed {
  display: block;
  position: relative;
}
body#klue-app .card-static-html_body .fr-video:not(.klue-embed--height-override),
body#klue-app .card-static-html_body .klue-embed:not(.klue-embed--height-override) {
  padding-bottom: calc(56.25% + 22.5px);
}
body#klue-app .card-static-html_body .fr-video:not(.klue-embed--height-override) iframe,
body#klue-app .card-static-html_body .klue-embed:not(.klue-embed--height-override) iframe {
  position: absolute;
  top: 0;
  left: 0;
}
body#klue-app .card-static-html_body .fr-video iframe,
body#klue-app .card-static-html_body .klue-embed iframe {
  border: none;
  width: 100%;
  height: 100%;
}
body#klue-app .card-static-html_body .table-scrollwrap table {
  margin: 0;
}
body#klue-app .card-static-html_body .table-scrollwrap + .table-scrollwrap {
  margin-top: 20px;
}
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body table.table-borders--all {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
body#klue-app .card-static-html_body table td,
body#klue-app .card-static-html_body table th,
body#klue-app .card-static-html_body table.table-borders--all td,
body#klue-app .card-static-html_body table.table-borders--all th {
  font-size: 11px;
  padding: 8px;
  border: solid #e5e5e5 1px;
  vertical-align: middle;
}
body#klue-app .card-static-html_body table td.fr-selected-cell,
body#klue-app .card-static-html_body table th.fr-selected-cell,
body#klue-app .card-static-html_body table.table-borders--all td.fr-selected-cell,
body#klue-app .card-static-html_body table.table-borders--all th.fr-selected-cell {
  background-color: rgba(255, 235, 59, 0.1);
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px;
}
body#klue-app .card-static-html_body table td.table-cell-header,
body#klue-app .card-static-html_body table th.table-cell-header,
body#klue-app .card-static-html_body table.table-borders--all td.table-cell-header,
body#klue-app .card-static-html_body table.table-borders--all th.table-cell-header {
  background-color: #f3f3f3;
}
body#klue-app .card-static-html_body table td.table-cell-highlighted,
body#klue-app .card-static-html_body table th.table-cell-highlighted,
body#klue-app .card-static-html_body table.table-borders--all td.table-cell-highlighted,
body#klue-app .card-static-html_body table.table-borders--all th.table-cell-highlighted {
  background-color: #fff69d;
}
body#klue-app .card-static-html_body table th,
body#klue-app .card-static-html_body table.table-borders--all th {
  font-weight: 600;
}
body#klue-app .card-static-html_body table.table-borders--none td,
body#klue-app .card-static-html_body table.table-borders--none th,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--none td,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--none th {
  border-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner td,
body#klue-app .card-static-html_body table.table-borders--inner th,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner td,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner th {
  border-top-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner tr:last-child td,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner tr:last-child td {
  border-bottom-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner td:first-child,
body#klue-app .card-static-html_body table.table-borders--inner th:first-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner td:first-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner th:first-child {
  border-left-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner td:last-child,
body#klue-app .card-static-html_body table.table-borders--inner th:last-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner td:last-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner th:last-child {
  border-right-color: transparent !important;
}
body#klue-app .card-static-html_body table img.klue-img--fullwidth,
body#klue-app .card-static-html_body table img.fr-fic.klue-img--fullwidth[class*=klue-img],
body#klue-app .card-static-html_body table.table-borders--all img.klue-img--fullwidth,
body#klue-app .card-static-html_body table.table-borders--all img.fr-fic.klue-img--fullwidth[class*=klue-img] {
  margin: 0;
  width: 100%;
}
body#klue-app .card-static-html_body .table-scrollwrap {
  overflow-x: auto;
}
body#klue-app .card-static-html_body .block-blockquote__inner {
  border-left: 2px solid #bdbdbd;
  padding-left: 12px;
}
body#klue-app .card-static-html_body a.secondary {
  color: #a585ff !important;
  hyphens: none;
  text-decoration: underline;
}
body#klue-app .card-static-html_body a.secondary:hover {
  color: #7435f8 !important;
}
body#klue-app .card-static-html_body a.secondary:active {
  background-color: #e2deff;
  color: #620dec !important;
}
body#klue-app .card-static-html_body mark {
  background-color: unset;
}
body#klue-app mark.search-term-highlight {
  background-color: var(--tokens-color-highlight-main);
}
body#klue-app .inline-formula,
body#klue-app .klue-formula-wizard_preview {
  font-size: 12px;
  margin: 1em 0;
  padding: 0.5em;
  background-color: #fff;
  overflow-x: auto;
}
body#klue-app .inline-formula:first-child,
body#klue-app .klue-formula-wizard_preview:first-child {
  margin-top: 0;
}
body#klue-app .inline-formula:last-child,
body#klue-app .klue-formula-wizard_preview:last-child {
  margin-bottom: 0;
}
body#klue-app .inline-formula .dynamic-data-loading,
body#klue-app .klue-formula-wizard_preview .dynamic-data-loading {
  font-size: 11px;
  text-transform: uppercase;
  color: #717171;
  font-weight: 600;
}
body#klue-app .inline-formula .graph,
body#klue-app .klue-formula-wizard_preview .graph {
  min-height: 120px;
}
body#klue-app .inline-formula .ct-label.ct-horizontal.ct-end,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-horizontal.ct-end {
  align-items: flex-end;
  text-transform: uppercase;
  width: max-content !important;
  transform: translateX(-50%);
}
body#klue-app .inline-formula .ct-label.ct-vertical.ct-start,
body#klue-app .inline-formula .ct-label.ct-horizontal.ct-end,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-vertical.ct-start,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-horizontal.ct-end {
  text-transform: uppercase;
  font-weight: 500;
  color: #575265;
}
body#klue-app .inline-formula .ct-label.ct-vertical.ct-start,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-vertical.ct-start {
  color: #716879;
  position: relative;
  top: 0.5em;
}
body#klue-app .inline-formula line.ct-grid.ct-horizontal,
body#klue-app .klue-formula-wizard_preview line.ct-grid.ct-horizontal {
  stroke-dasharray: 0;
  transform: scaleY(1.175) translateY(-0.5em);
}
body#klue-app .inline-formula .chart-legend,
body#klue-app .klue-formula-wizard_preview .chart-legend {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body#klue-app .inline-formula .chart-legend_entry,
body#klue-app .klue-formula-wizard_preview .chart-legend_entry {
  margin: 0.5em 1em !important;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 600;
  color: #575265;
  text-align: center;
  transform: translateX(-8px);
  display: flex;
  align-items: center;
  flex-grow: 0;
}
body#klue-app .inline-formula .chart-legend_symbol,
body#klue-app .klue-formula-wizard_preview .chart-legend_symbol {
  margin-right: 0.5em;
  width: 20px;
  height: 10px;
  border-radius: 2px;
}
body#klue-app .inline-formula .metric-timeseries-graph .chart-legend_symbol,
body#klue-app .klue-formula-wizard_preview .metric-timeseries-graph .chart-legend_symbol {
  display: flex;
  position: relative;
  width: 20px;
  height: 3px !important;
  border-radius: 3px;
}
body#klue-app .inline-formula .metric-timeseries-graph .chart-legend_symbol::after,
body#klue-app .klue-formula-wizard_preview .metric-timeseries-graph .chart-legend_symbol::after {
  content: " ";
  background-color: inherit;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-25%);
}
body#klue-app .inline-formula .ct-horizontal-bars .ct-series,
body#klue-app .klue-formula-wizard_preview .ct-horizontal-bars .ct-series {
  outline: 1px solid #fff;
}
body#klue-app .inline-formula .klue-table,
body#klue-app .inline-formula table,
body#klue-app .inline-formula .table,
body#klue-app .klue-formula-wizard_preview .klue-table,
body#klue-app .klue-formula-wizard_preview table,
body#klue-app .klue-formula-wizard_preview .table {
  margin-bottom: 1em;
}
body#klue-app .inline-formula .klue-table > thead > tr,
body#klue-app .inline-formula table > thead > tr,
body#klue-app .inline-formula .table > thead > tr,
body#klue-app .klue-formula-wizard_preview .klue-table > thead > tr,
body#klue-app .klue-formula-wizard_preview table > thead > tr,
body#klue-app .klue-formula-wizard_preview .table > thead > tr {
  border: none;
}
body#klue-app .inline-formula .klue-table > thead > tr th,
body#klue-app .inline-formula table > thead > tr th,
body#klue-app .inline-formula .table > thead > tr th,
body#klue-app .klue-formula-wizard_preview .klue-table > thead > tr th,
body#klue-app .klue-formula-wizard_preview table > thead > tr th,
body#klue-app .klue-formula-wizard_preview .table > thead > tr th {
  color: #717171;
  padding: 12px 8px;
  border: none;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  background: transparent !important;
}
body#klue-app .inline-formula .klue-table > thead > tr th:first-child,
body#klue-app .inline-formula table > thead > tr th:first-child,
body#klue-app .inline-formula .table > thead > tr th:first-child,
body#klue-app .klue-formula-wizard_preview .klue-table > thead > tr th:first-child,
body#klue-app .klue-formula-wizard_preview table > thead > tr th:first-child,
body#klue-app .klue-formula-wizard_preview .table > thead > tr th:first-child {
  text-align: left;
}
body#klue-app .inline-formula .klue-table > tbody > tr,
body#klue-app .inline-formula table > tbody > tr,
body#klue-app .inline-formula .table > tbody > tr,
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr,
body#klue-app .klue-formula-wizard_preview table > tbody > tr,
body#klue-app .klue-formula-wizard_preview .table > tbody > tr {
  border-top: solid rgb(234.975, 233.4916666667, 236.4583333333) 1px;
}
body#klue-app .inline-formula .klue-table > tbody > tr:nth-child(odd),
body#klue-app .inline-formula table > tbody > tr:nth-child(odd),
body#klue-app .inline-formula .table > tbody > tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview table > tbody > tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview .table > tbody > tr:nth-child(odd) {
  background-color: #fdfcfc;
}
body#klue-app .inline-formula .klue-table > tbody > tr td,
body#klue-app .inline-formula table > tbody > tr td,
body#klue-app .inline-formula .table > tbody > tr td,
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr td,
body#klue-app .klue-formula-wizard_preview table > tbody > tr td,
body#klue-app .klue-formula-wizard_preview .table > tbody > tr td {
  color: #717171;
  padding: 12px 8px;
  border: none;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}
body#klue-app .inline-formula .klue-table > tbody > tr td:first-child,
body#klue-app .inline-formula table > tbody > tr td:first-child,
body#klue-app .inline-formula .table > tbody > tr td:first-child,
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr td:first-child,
body#klue-app .klue-formula-wizard_preview table > tbody > tr td:first-child,
body#klue-app .klue-formula-wizard_preview .table > tbody > tr td:first-child {
  text-align: left;
  font-weight: 600;
}
body#klue-app .inline-formula .entity-list,
body#klue-app .inline-formula .link-list,
body#klue-app .klue-formula-wizard_preview .entity-list,
body#klue-app .klue-formula-wizard_preview .link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body#klue-app .inline-formula .entity-list li,
body#klue-app .inline-formula .link-list li,
body#klue-app .klue-formula-wizard_preview .entity-list li,
body#klue-app .klue-formula-wizard_preview .link-list li {
  border-top: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  margin: 0;
  padding: 0;
}
body#klue-app .inline-formula .entity-list li:first-child,
body#klue-app .inline-formula .link-list li:first-child,
body#klue-app .klue-formula-wizard_preview .entity-list li:first-child,
body#klue-app .klue-formula-wizard_preview .link-list li:first-child {
  border-top: none;
}
body#klue-app .inline-formula .entity-list a,
body#klue-app .inline-formula .link-list a,
body#klue-app .klue-formula-wizard_preview .entity-list a,
body#klue-app .klue-formula-wizard_preview .link-list a {
  color: #31aae3;
  font-weight: 500;
}
body#klue-app .inline-formula .link-list a,
body#klue-app .klue-formula-wizard_preview .link-list a {
  display: block;
  padding: 12px;
}
body#klue-app .inline-formula .link-list a:hover,
body#klue-app .klue-formula-wizard_preview .link-list a:hover {
  background-color: #fdfcfc;
}
body#klue-app .inline-formula .dynamic-card-image,
body#klue-app .klue-formula-wizard_preview .dynamic-card-image {
  border: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  display: block;
  padding: 0;
  cursor: unset;
}
body#klue-app .inline-formula .person,
body#klue-app .klue-formula-wizard_preview .person {
  margin: -12px 0 0;
  align-items: center;
}
body#klue-app .inline-formula .person p,
body#klue-app .klue-formula-wizard_preview .person p {
  margin: 0;
  font-size: 13px;
}
body#klue-app .inline-formula .person .person_photo,
body#klue-app .inline-formula .person .person .person_photo,
body#klue-app .klue-formula-wizard_preview .person .person_photo,
body#klue-app .klue-formula-wizard_preview .person .person .person_photo {
  filter: none;
  clip-path: circle();
  border: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  background: #f3f3f3;
  margin: 12px;
  margin-left: 0;
}
body#klue-app .inline-formula .person .person_social-link,
body#klue-app .klue-formula-wizard_preview .person .person_social-link {
  font-size: 11px;
}
body#klue-app .inline-formula .person .person_social-link:not(:last-child)::after,
body#klue-app .klue-formula-wizard_preview .person .person_social-link:not(:last-child)::after {
  content: " | ";
  margin-right: 0;
}
body#klue-app .inline-formula .job-posting,
body#klue-app .klue-formula-wizard_preview .job-posting {
  list-style: none;
  margin-top: 12px;
}
body#klue-app .inline-formula .job-posting_title,
body#klue-app .klue-formula-wizard_preview .job-posting_title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
body#klue-app .inline-formula .job-posting_location,
body#klue-app .klue-formula-wizard_preview .job-posting_location {
  display: inline-block;
}
body#klue-app .inline-formula .job-posting_meta-line,
body#klue-app .klue-formula-wizard_preview .job-posting_meta-line {
  display: flex;
  margin: 4px 0 12px 0;
}
body#klue-app .inline-formula .job-posting_posted-date,
body#klue-app .klue-formula-wizard_preview .job-posting_posted-date {
  display: block;
  font-size: 11px;
  color: #938b9b;
}
body#klue-app .inline-formula .job-posting_source,
body#klue-app .klue-formula-wizard_preview .job-posting_source {
  color: #bdbdbd;
  display: block;
  flex-grow: 1;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}
body#klue-app .inline-formula .job-postings-by-region,
body#klue-app .inline-formula ul.job-postings-by-region,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region {
  padding: 0;
}
body#klue-app .inline-formula .job-postings-by-region_region,
body#klue-app .inline-formula ul.job-postings-by-region_region,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region_region,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region_region {
  list-style: none;
  margin: 12px 0;
}
body#klue-app .inline-formula .job-postings-by-region_region-title,
body#klue-app .inline-formula ul.job-postings-by-region_region-title,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region_region-title,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region_region-title {
  padding: 0;
  padding-bottom: 12px;
  background: none;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
}
body#klue-app .inline-formula .job-postings-by-region_region-title .fa-map-marker,
body#klue-app .inline-formula ul.job-postings-by-region_region-title .fa-map-marker,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region_region-title .fa-map-marker,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region_region-title .fa-map-marker {
  font-size: 20px;
  padding-right: 4px;
}
body#klue-app .inline-formula .job-postings-by-region .job-posting_location,
body#klue-app .inline-formula ul.job-postings-by-region .job-posting_location,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region .job-posting_location,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region .job-posting_location {
  display: none;
}
body#klue-app .inline-formula .online-article,
body#klue-app .klue-formula-wizard_preview .online-article {
  padding: 11px 0;
}
body#klue-app .inline-formula .online-article_headline,
body#klue-app .klue-formula-wizard_preview .online-article_headline {
  margin-bottom: 0;
  font-size: 13px;
}
body#klue-app .inline-formula .online-article_lead,
body#klue-app .klue-formula-wizard_preview .online-article_lead {
  margin: 11px 0;
  font-size: 13px;
}
body#klue-app .inline-formula .online-article_meta-line,
body#klue-app .klue-formula-wizard_preview .online-article_meta-line {
  font-size: 11px;
  margin-top: 0;
}
body#klue-app .inline-formula .klue-formula-sfdc,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc {
  margin: 0;
  position: relative;
}
body#klue-app .inline-formula .klue-formula-sfdc--error,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc--error {
  background-color: #efefef;
  padding: 11px;
}
body#klue-app .inline-formula .klue-formula-sfdc header,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header {
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: none;
  height: unset;
  overflow: hidden;
  margin-bottom: 12px;
}
body#klue-app .inline-formula .klue-formula-sfdc header .sfdc-icon,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header .sfdc-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
body#klue-app .inline-formula .klue-formula-sfdc header h4,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header h4 {
  line-height: 1;
  margin: 0 0 0 5px;
  width: unset;
  word-wrap: break-word;
  font-size: 16px;
  color: #575265;
  padding: 1px 0;
}
body#klue-app .inline-formula .klue-formula-sfdc header h4 small,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header h4 small {
  font-size: 10px;
  font-weight: 400;
  display: block;
  font-style: italic;
  color: #707070;
  line-height: 1.2;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div {
  padding: 0;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div .stat,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div .stat {
  font-size: 34px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  top: 4px;
  right: 0;
  letter-spacing: -0.033em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div .stat-percent,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div .stat-percent {
  font-size: 60%;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div h2,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div h2 {
  margin: 12px 0 0;
  font-size: 14px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table {
  margin: 0 0 12px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table td,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table th,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table td,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table th {
  padding: 9px 11px;
  font-size: 11px;
  line-height: auto;
  font-weight: normal;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table td.status-label,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table td time,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table th.status-label,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table th time,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table td.status-label,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table td time,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table th.status-label,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table th time {
  font-weight: 600;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:first-child,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:first-child {
  border-top: none;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) td,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) th,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) td,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) th {
  background-color: #fff;
  border: none;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) td,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) th,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) td,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) th {
  background-color: #fdfcfc;
  border: none;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table + p,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table + p,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list {
  font-size: 11px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table + p small,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list small,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table + p small,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list small {
  font-size: 11px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table + p a,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list a,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table + p a,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list a {
  font-style: normal;
  display: inline;
  padding: 0;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-no-opps,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-no-opps {
  margin-top: 12px;
  font-size: 12px;
  background-color: #efefef;
  padding: 12px;
}
body#klue-app .inline-formula .klue-formula-sfdc p.sfdc-competitors-list,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc p.sfdc-competitors-list {
  margin: 0;
  font-weight: 600;
}
body#klue-app .inline-formula .klue-formula-sfdc button,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-button,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes .expand,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc button,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-button,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes .expand {
  background: #fff;
  text-align: center;
  color: #44bc8f;
  padding: 8px 12px;
  height: auto;
  line-height: unset;
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  text-transform: capitalize;
  border: 1px solid #44bc8f;
  margin: 0;
  transition: all 260ms ease-in-out;
  min-width: 100%;
}
body#klue-app .inline-formula .klue-formula-sfdc button:hover,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-button:hover,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes .expand:hover,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc button:hover,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-button:hover,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes .expand:hover {
  background: #44bc8f;
  color: #fff;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes {
  font-size: 11px;
  font-style: italic;
  margin-top: 12px;
  white-space: pre-line;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes h5,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes h5 {
  font-size: 11px;
  margin: 0;
  font-style: normal;
  font-weight: 600;
}
body#klue-app .inline-formula .klue-formula-sfdc .loading,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .loading {
  text-align: left;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  animation-name: loadingSpin;
  animation-duration: 260ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
body#klue-app .inline-formula .klue-formula-sfdc .loading:after,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #dfe2dd;
  border-left: 2px solid #ffffff;
  border-radius: 100%;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes p,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes p {
  font-style: italic;
  color: #a49fb1;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes .expand,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes .expand {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 10px;
  font-style: normal;
  display: inline-block;
  margin: 11px 0;
  padding: 3px 20px;
  min-width: 0;
  width: 90px;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-label--won,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-label--won {
  color: #44bc8f;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-label--open,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-label--open {
  color: #673ab7;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-label--lost,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-label--lost {
  color: #fc585f;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-icon,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-icon {
  margin-right: 5px;
}
@keyframes loadingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body#klue-app .inline-formula .klue-formula-sfdc-wins header,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc-wins header {
  justify-content: space-between;
}
body#klue-app .inline-formula .klue-formula-sfdc-wins header .branding,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc-wins header .branding {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body#klue-app .inline-formula .klue-formula-sfdc-wins header h1,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc-wins header h1 {
  margin-left: 11px;
}
body#klue-app .inline-formula[data-formula=keyPeople] .entity-list li,
body#klue-app .klue-formula-wizard_preview[data-formula=keyPeople] .entity-list li {
  border: none;
}
body#klue-app .inline-formula[data-formula=officeLocations] .klue-table tr,
body#klue-app .inline-formula[data-formula=officeLocations] .klue-table tr:nth-child(odd),
body#klue-app .inline-formula[data-formula=officeLocations] table tr,
body#klue-app .inline-formula[data-formula=officeLocations] table tr:nth-child(odd),
body#klue-app .inline-formula[data-formula=officeLocations] .table tr,
body#klue-app .inline-formula[data-formula=officeLocations] .table tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .klue-table tr,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .klue-table tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] table tr,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] table tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .table tr,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .table tr:nth-child(odd) {
  background-color: transparent;
}
body#klue-app .inline-formula[data-formula=officeLocations] .klue-table td,
body#klue-app .inline-formula[data-formula=officeLocations] table td,
body#klue-app .inline-formula[data-formula=officeLocations] .table td,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .klue-table td,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] table td,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .table td {
  font-size: 12px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies {
  font-size: 10px;
  color: #999;
  width: 100%;
  cursor: pointer;
  margin-top: 1em;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_title,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_title {
  text-align: right;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_title:hover,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_title:hover {
  color: #555;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_fields,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_fields {
  width: 100%;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_fields textarea,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_fields textarea {
  border: #44bc8f solid 1px;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_fields .data-inaccuracies_button,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_fields .data-inaccuracies_button {
  text-align: right;
}
body#klue-app .editor-formula .klue-formula-wizard_preview {
  overflow: auto;
}
body#klue-app .editor-formula .klue-formula-wizard_preview .metric-timeseries-graph {
  margin-left: -11px;
  margin-right: 0;
  padding-right: 0;
}
body#klue-app .editor-formula .klue-formula-wizard_preview a {
  pointer-events: none;
}
body#klue-app .editor-formula .klue-formula-wizard_preview .dynamic-data-loading {
  margin: 12px;
}
body#klue-app .editor-formula .klue-formula-wizard_section-header {
  margin: 12px !important;
}
body#klue-app .editor-formula .klue-formula-wizard_section-separator {
  width: calc(100% + 16px) !important;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
body#klue-app {
  -webkit-font-smoothing: antialiased;
}
body#klue-app .card-editor-title {
  display: inline-flex;
  width: calc(100% - 40px);
  margin: 20px;
}
body#klue-app .card-editor-title_input {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none;
}
body#klue-app .card-editor-title_input::placeholder {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.2);
}
body#klue-app .card-editor .fr-video,
body#klue-app .card-editor .klue-embed {
  background-color: #fffde9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23212121' fill-opacity='0.3'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 49%;
  background-size: 15%;
}
body#klue-app .card-editor .card-static-html_body {
  margin: 0;
  padding: 0 20px;
}
body#klue-app .card-editor .card-static-html_body .fr-view {
  padding-bottom: 20px;
}
body#klue-app .card-editor .card-static-html_body .fr-view table th {
  background-color: unset;
}
body#klue-app .card-editor .klue-embed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z' fill-opacity='0.3'/%3E%3C/svg%3E");
}
body#klue-app .card-editor .klue-embed::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent;
}
.visibility-group > input[type=radio],
.visibility-group > input[type=checkbox] {
  line-height: inherit;
  margin: 0;
}
.visibility-group > input {
  display: none;
}
.visibility-group > input + label {
  position: relative;
  display: block;
  user-select: none;
  font-weight: normal;
  transition: background-color 260ms ease-in-out;
}
.visibility-group > input + label .visibility-group_label {
  position: relative;
  top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #31aae3;
  padding-left: 8px;
  margin: 0;
  cursor: pointer;
}
.visibility-group > input + label .visibility-group_label .visibility-group_label_text {
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.visibility-group > input + label .visibility-group_label .badge {
  border-radius: 4px;
  vertical-align: initial;
}
.visibility-group > input + label .visibility-group_label:after {
  margin-top: -3px;
}
.visibility-group > input + label:hover {
  cursor: pointer;
}
.visibility-group > input + label + * {
  transition: all 260ms ease-in-out;
}
.visibility-group > input + label + * .list-menu {
  margin-bottom: 0 !important;
}
.visibility-group > input.title + label,
.visibility-group > input.add + label,
.visibility-group > input.reorder + label {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 36px;
  margin: 0;
  transition: all 260ms ease-in-out;
}
.visibility-group > input.title + label *:after,
.visibility-group > input.add + label *:after,
.visibility-group > input.reorder + label *:after {
  top: 4px;
}
.visibility-group > input.title + label + * {
  padding: 0 3.6666666667px;
}
.visibility-group > input.title + label + * form {
  margin-bottom: 7.3333333333px;
}
.visibility-group > input.title + label + div,
.visibility-group > input.add + label + div,
.visibility-group > input.reorder + label + div {
  border-bottom: 3px solid hsl(330, 12.5%, 100.862745098%);
}
.visibility-group > input.title + label + div .grid,
.visibility-group > input.add + label + div .grid,
.visibility-group > input.reorder + label + div .grid {
  margin: 5.5px 0 11px;
}
.visibility-group > input.reorder + label .visibility-group_icon {
  position: absolute;
  top: 3px;
  right: 38px;
  color: rgb(163.7213114754, 158.9672131148, 177.0327868852);
  transition: color 260ms ease-in-out;
  cursor: move;
}
.visibility-group > input.reorder + label .visibility-group_icon:hover {
  color: #575265;
}
.visibility-group > input.reorder + label .visibility-group_icon--edit {
  right: 8px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--user-default {
  right: 102px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.reorder + label .visibility-group_icon--card-default {
  right: 68px;
  top: 13px;
  cursor: pointer;
}
.visibility-group > input.add + label {
  padding-left: 50px;
}
.visibility-group > input.add + label > input + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  padding-left: 12px;
}
.visibility-group:not([class*=--active]) > label + * {
  overflow: hidden;
  max-height: 0 !important;
  transition: all 260ms ease-in-out;
}
.visibility-group.visibility-group--highlighted > label {
  background: rgba(68, 188, 143, 0.25);
}
.visibility-group.visibility-group--editing > input + label,
.visibility-group.visibility-group--editing > input + label:hover {
  cursor: default;
  background-color: #dfe2dd;
}
.visibility-group.visibility-group--drag {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.04);
}
.visibility-group.visibility-group--drag > input,
.visibility-group.visibility-group--drag > label {
  visibility: hidden;
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group:not(.visibility-group--drag):not(.visibility-group--active):hover > label + div {
  background-color: rgba(250, 248, 228, 0.5);
}
.visibility-group.visibility-group--active:last-of-type > :last-child {
  border-color: transparent;
}
.visibility-group_details .heading-battlecards {
  padding: 0 4.4px 4.4px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  margin-bottom: 0;
}
.visibility-group_details ul {
  margin: 5.5px 0 11px;
  padding: 0;
  list-style: none;
}
.visibility-group_details li {
  padding: 7.3333333333px;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  color: #31aae3;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.visibility-group_details li:nth-child(2n) {
  background: #f2fbfd;
}
.visibility-group_details li:last-child {
  border-bottom: none;
}
.visibility-group_details .logo {
  width: 22px;
  margin-right: 7.3333333333px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.visibility-group_details .remove-battlecard-icon {
  color: #fc585f;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.visibility-group_details .no-results {
  font-size: 14px;
  padding-left: 4.4px;
}
.visibility-groups-list--dragging .visibility-group > input + label,
.visibility-groups-list--dragging .visibility-group > input + label:hover {
  background-color: transparent !important;
}
.visibility-groups-list--dragging .visibility-group .visibility-group_details * {
  display: none;
}
.visibility-group .visibility_empty-message {
  text-align: center;
}
.visibility-group_edit {
  position: absolute;
  top: 3px;
  right: 4px;
}
.visibility-group_edit .button {
  margin-left: 5px;
  margin-right: 0;
}
.visibility-input.visibility-search_input {
  line-height: 18px;
}
.visibility-input.visibility-input--edit {
  position: relative;
  top: 4px;
  left: 4px;
  color: #575265;
  background: #ffffff;
  border: 1px solid #44bc8f;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 300px;
  height: 36px;
  padding: 0 8px;
  margin: 0;
}
.card-visibility-groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111013;
  padding: 6px 11px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.card-visibility-groups--meta-data {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.card-visibility-groups ul {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
.card-visibility-groups ul:hover {
  cursor: pointer;
}
.card-visibility-groups ul:not(.quick):active {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  cursor: pointer;
}
.card-visibility-groups ul li {
  list-style-type: none;
  display: inline;
}
.card-visibility-groups-icon {
  flex-grow: 1;
  width: 100%;
  height: 24px;
  max-width: 24px;
}
.card-visibility-groups--draft {
  background-color: #ffecbe;
}
.card-visibility-groups--allAccess {
  background-color: #bde8ef;
}
.card-visibility-groups--groups {
  background-color: #d6d0ff;
}
.card-visibility-groups--on-battlecard {
  padding: 0 4px;
  border-radius: 3px;
  background-color: #464646;
  color: #ffffff;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
}
.card-embed {
  width: 500px;
  margin: 44px auto;
  background-color: #fff;
  box-shadow:
    0 1px 3.6px rgba(0, 0, 0, 0.024),
    0 2.6px 10px rgba(0, 0, 0, 0.035),
    0 6.3px 24.1px rgba(0, 0, 0, 0.046),
    0 21px 40px rgba(0, 0, 0, 0.07);
  border-top: 1px solid transparent;
  min-height: 400px;
  overflow: auto;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile ul.card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 12px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item {
  position: relative;
  margin: 12px 0;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(1, 22, 39, 0.1);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:hover {
  box-shadow: 0px 4px 8px rgba(1, 22, 39, 0.15);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.reordering {
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.visible-curators_only-tag .card-block {
  border-color: #ffecbe;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.visible-everyone-tag .card-block {
  border-color: #bde8ef;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item.visible-curatorsandgroups-tag .card-block {
  border-color: #d6d0ff;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-block.dragging {
  filter: grayscale(1);
  opacity: 0.25;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-block.on-battlecard {
  background-color: #f2fff8;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_heading_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_tools .btn.btn-dropdown-card,
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_tools .card-static-html_drag-handle {
  color: #011627;
  box-shadow: none;
  transform: translate3d(0, 0, 0);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_drag-handle {
  color: #938b9b;
  width: 38px;
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body {
  max-width: 100%;
  font-family:
    "Inter",
    system-ui,
    sans-serif;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar {
  width: 10px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-thumb {
  background: rgba(113, 104, 121, 0.9);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-thumb:hover {
  background: rgb(113, 104, 121);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border: 4px solid rgba(255, 255, 255, 0.8);
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_body::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:first-child {
  min-height: 22px;
  background-color: #fff;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-static-html_drag-handle {
  transition: opacity 260ms ease-in-out;
  opacity: 0;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:hover .card-static-html_drag-handle,
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:hover .card-meta-link {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard] {
  bottom: 0;
  color: #44bc8f;
  cursor: pointer;
  display: block;
  font-weight: 600;
  height: 5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.16s ease-out;
  width: 100%;
  z-index: 1;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard]:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 20px;
  width: 100%;
  top: 3px;
  left: 0;
  white-space: nowrap;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard]::after {
  background: #44bc8f;
  border-radius: 100%;
  border: 4px solid rgb(236.84375, 231.65625, 234.25);
  color: #fff;
  content: "+";
  display: block;
  font-size: 24px;
  font-weight: normal;
  height: 34px;
  left: calc(50% - 17px);
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 2px;
  transition: all 160ms ease-out;
  width: 34px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard].hover:hover,
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item [data-action=newCard].hover.is-over {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item:last-of-type > [data-action=newCard] {
  margin-bottom: 0;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  padding: 10px 22px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed.dragging {
  background-color: #fff69d;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed.untitled {
  font-style: italic;
  opacity: 0.5;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .cards-collapsed.is-over {
  border-top: 3px solid #938b9b;
  padding-top: 7px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .card-hidden-by-filters {
  color: #ccc;
  font-style: italic;
  font-size: 11px;
  padding: 11px;
}
#swimlanes-wrapper .swimlanes-boards .ui-profile .card-item .on-battlecard .potentially-long-content .collapsed-content-area::after {
  background-image:
    linear-gradient(
      to bottom,
      rgba(218, 242, 233, 0),
      rgb(218, 242, 233) 90%) !important;
}
#swimlanes-wrapper .swimlanes-boards.editing .ui-profile .card-item .card-static-html_title:empty {
  display: block;
}
#swimlanes-wrapper .swimlanes-boards.editing .ui-profile .card-item .card-static-html_title:empty::after {
  content: "New Card";
  color: rgba(0, 0, 0, 0.2);
}
#swimlanes-wrapper .swimlanes-boards:not(.editing) .card-item:first-child {
  min-height: 22px;
  background-color: #fff;
}
#swimlanes-wrapper .swimlanes-boards:not(.editing) .card-item:first-child .card-static-html_title:empty {
  display: block;
  height: 5px;
  padding: 0;
  margin-bottom: -11px;
}
#swimlanes-wrapper .swimlanes-boards .board--empty .card-item [data-action=newCard].hover {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .board--empty .card-item [data-action=newCard].hover::after {
  opacity: 1;
}
#swimlanes-wrapper .swimlanes-boards .board-body {
  background-color: transparent;
}
#swimlanes-wrapper .swimlanes-boards .feed-item-expanded .board-body {
  background-color: #fff;
}
.search-result-card:not(.search-suggestions) .search-result-card-content {
  padding: 0;
  margin: 0;
  position: relative;
}
.search-result-card:not(.search-suggestions) .search-result-card-content .card-static-html_title:not(:empty) {
  margin: 22px;
  max-width: 100%;
  padding-right: 22px;
}
.card-block.card-preview .card-title {
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 16px;
  color: #011627;
}
.card-block.card-preview .card-static-html_body {
  max-height: unset;
}
.ui-boards:not(.vitals) .card-block {
  padding: 0;
  border: 1px solid rgb(236.84375, 231.65625, 234.25);
  background-color: #fff;
}
.ui-boards:not(.vitals) .card-block.spotlight {
  background-color: #fff69d;
  transition: background-color 1s ease;
}
.ui-boards:not(.vitals) .card-block.drag-fix {
  transform: translate3d(0, 0, 0);
}
[draggable=true] {
  cursor: grab;
}
.dragging,
.dragging [draggable=true] {
  cursor: grabbing;
}
.card--placeholder:not(.short) {
  min-height: 320px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Crect rx='3' height='22' width='215.75' y='22' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='267.5' y='66' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='236.5' y='88.5' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='220.5' y='111' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='220' y='133.5' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='187' y='156' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='256.75' y='178.5' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='187' y='262' x='22' fill='%23f2f2f2'/%3E%3Crect rx='3' height='12' width='115.749' y='286' x='22' fill='%23f2f2f2'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  animation: loading 1s infinite;
}
.card--placeholder:not(.short).short {
  min-height: 44px;
  height: 44px;
}
.card--placeholder.short {
  min-height: 44px;
  height: 44px;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.card-dragging_reorder-handle {
  color: #b5b0bb;
  transform: translate3d(0, 0, 0);
}
.card-dragging_reorder-handle:hover {
  background: rgba(181, 176, 187, 0.2);
}
body#klue-app .base-card-styles,
body#klue-app .card-static-html_body,
body#klue-app .card-static-html_body address,
body#klue-app .card-static-html_body article,
body#klue-app .card-static-html_body aside,
body#klue-app .card-static-html_body blockquote,
body#klue-app .card-static-html_body canvas,
body#klue-app .card-static-html_body dd,
body#klue-app .card-static-html_body dl,
body#klue-app .card-static-html_body dt,
body#klue-app .card-static-html_body fieldset,
body#klue-app .card-static-html_body figcaption,
body#klue-app .card-static-html_body figure,
body#klue-app .card-static-html_body footer,
body#klue-app .card-static-html_body form,
body#klue-app .card-static-html_body h1,
body#klue-app .card-static-html_body h2,
body#klue-app .card-static-html_body h3,
body#klue-app .card-static-html_body h4,
body#klue-app .card-static-html_body h5,
body#klue-app .card-static-html_body h6,
body#klue-app .card-static-html_body header,
body#klue-app .card-static-html_body hr,
body#klue-app .card-static-html_body li,
body#klue-app .card-static-html_body main,
body#klue-app .card-static-html_body nav,
body#klue-app .card-static-html_body noscript,
body#klue-app .card-static-html_body ol,
body#klue-app .card-static-html_body p,
body#klue-app .card-static-html_body pre,
body#klue-app .card-static-html_body section,
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body tfoot,
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body video {
  color: #464646;
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
body#klue-app .card-static-html_title {
  color: #011627;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}
body#klue-app .card-static-html_heading_wrapper {
  margin: 20px;
}
body#klue-app .card-static-html_body {
  margin: 20px;
}
body#klue-app .card-static-html_body address,
body#klue-app .card-static-html_body article,
body#klue-app .card-static-html_body aside,
body#klue-app .card-static-html_body blockquote,
body#klue-app .card-static-html_body canvas,
body#klue-app .card-static-html_body dd,
body#klue-app .card-static-html_body dl,
body#klue-app .card-static-html_body dt,
body#klue-app .card-static-html_body fieldset,
body#klue-app .card-static-html_body figcaption,
body#klue-app .card-static-html_body figure,
body#klue-app .card-static-html_body footer,
body#klue-app .card-static-html_body form,
body#klue-app .card-static-html_body h1,
body#klue-app .card-static-html_body h2,
body#klue-app .card-static-html_body h3,
body#klue-app .card-static-html_body h4,
body#klue-app .card-static-html_body h5,
body#klue-app .card-static-html_body h6,
body#klue-app .card-static-html_body header,
body#klue-app .card-static-html_body hr,
body#klue-app .card-static-html_body li,
body#klue-app .card-static-html_body main,
body#klue-app .card-static-html_body nav,
body#klue-app .card-static-html_body noscript,
body#klue-app .card-static-html_body ol,
body#klue-app .card-static-html_body p,
body#klue-app .card-static-html_body pre,
body#klue-app .card-static-html_body section,
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body tfoot,
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body video {
  margin: initial;
}
body#klue-app .card-static-html_body p,
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body ol,
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body .table-scrollwrap,
body#klue-app .card-static-html_body blockquote,
body#klue-app .card-static-html_body details,
body#klue-app .card-static-html_body figure,
body#klue-app .card-static-html_body section {
  margin-top: 1em;
  margin-bottom: 1em;
}
body#klue-app .card-static-html_body p:first-child,
body#klue-app .card-static-html_body ul:first-child,
body#klue-app .card-static-html_body ol:first-child,
body#klue-app .card-static-html_body table:first-child,
body#klue-app .card-static-html_body .table-scrollwrap:first-child,
body#klue-app .card-static-html_body blockquote:first-child,
body#klue-app .card-static-html_body details:first-child,
body#klue-app .card-static-html_body figure:first-child,
body#klue-app .card-static-html_body section:first-child {
  margin-top: 0;
}
body#klue-app .card-static-html_body p:last-child,
body#klue-app .card-static-html_body ul:last-child,
body#klue-app .card-static-html_body ol:last-child,
body#klue-app .card-static-html_body table:last-child,
body#klue-app .card-static-html_body .table-scrollwrap:last-child,
body#klue-app .card-static-html_body blockquote:last-child,
body#klue-app .card-static-html_body details:last-child,
body#klue-app .card-static-html_body figure:last-child,
body#klue-app .card-static-html_body section:last-child {
  margin-bottom: 0;
}
body#klue-app .card-static-html_body h1,
body#klue-app .card-static-html_body h2,
body#klue-app .card-static-html_body h3,
body#klue-app .card-static-html_body h4,
body#klue-app .card-static-html_body h5 {
  color: #011627;
  font-family:
    "proxima-nova",
    system-ui,
    sans-serif;
  line-height: 1.12;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
body#klue-app .card-static-html_body h1 strong,
body#klue-app .card-static-html_body h2 strong,
body#klue-app .card-static-html_body h3 strong,
body#klue-app .card-static-html_body h4 strong,
body#klue-app .card-static-html_body h5 strong {
  font-weight: 600;
}
body#klue-app .card-static-html_body h1:first-child,
body#klue-app .card-static-html_body h2:first-child,
body#klue-app .card-static-html_body h3:first-child,
body#klue-app .card-static-html_body h4:first-child,
body#klue-app .card-static-html_body h5:first-child {
  margin-top: 0;
}
body#klue-app .card-static-html_body :where(h1, h2, h3, h4, h5) + :where(h1, h2, h3, h4, h5) {
  margin-top: 0;
}
body#klue-app .card-static-html_body h1 {
  line-height: 1.08;
  font-size: 24px;
}
body#klue-app .card-static-html_body h2 {
  line-height: 1.2;
  font-size: 20px;
}
body#klue-app .card-static-html_body h3 {
  font-size: 18px;
}
body#klue-app .card-static-html_body h4 {
  font-size: 16px;
}
body#klue-app .card-static-html_body h5 {
  font-size: 14px;
}
body#klue-app .card-static-html_body h1 + h2 {
  margin-top: 0;
}
body#klue-app .card-static-html_body ul {
  list-style-type: disc;
}
body#klue-app .card-static-html_body ul ul {
  list-style-type: circle;
}
body#klue-app .card-static-html_body ul ul ul {
  list-style-type: square;
}
body#klue-app .card-static-html_body ol {
  list-style-type: decimal;
}
body#klue-app .card-static-html_body ul,
body#klue-app .card-static-html_body ol {
  padding: 0 0 0 1.2em;
  margin: 1em 0;
}
body#klue-app .card-static-html_body ul li,
body#klue-app .card-static-html_body ol li {
  margin: 0.3em 0 0.3em;
}
body#klue-app .card-static-html_body ul ul,
body#klue-app .card-static-html_body ul ol,
body#klue-app .card-static-html_body ol ul,
body#klue-app .card-static-html_body ol ol {
  margin: 0;
}
body#klue-app .card-static-html_body ol {
  padding: 0 0 0 2em;
}
body#klue-app .card-static-html_body a,
body#klue-app .card-static-html_body a:hover,
body#klue-app .card-static-html_body a:active,
body#klue-app .card-static-html_body a:visited {
  color: #3751ff !important;
  hyphens: none;
  text-decoration: underline;
}
body#klue-app .card-static-html_body a.potentially-long-content_toggle,
body#klue-app .card-static-html_body a:hover.potentially-long-content_toggle,
body#klue-app .card-static-html_body a:active.potentially-long-content_toggle,
body#klue-app .card-static-html_body a:visited.potentially-long-content_toggle {
  color: #15ab64 !important;
  text-decoration: none;
}
body#klue-app .card-static-html_body a.potentially-long-content_toggle:hover,
body#klue-app .card-static-html_body a:hover.potentially-long-content_toggle:hover,
body#klue-app .card-static-html_body a:active.potentially-long-content_toggle:hover,
body#klue-app .card-static-html_body a:visited.potentially-long-content_toggle:hover {
  color: #ffffff !important;
}
body#klue-app .card-static-html_body a.card-external-link:not(.card-image-link),
body#klue-app .card-static-html_body a:hover.card-external-link:not(.card-image-link),
body#klue-app .card-static-html_body a:active.card-external-link:not(.card-image-link),
body#klue-app .card-static-html_body a:visited.card-external-link:not(.card-image-link) {
  padding-right: 18px;
  transition: none;
}
body#klue-app .card-static-html_body a.card-external-link:not(.card-image-link):after,
body#klue-app .card-static-html_body a:hover.card-external-link:not(.card-image-link):after,
body#klue-app .card-static-html_body a:active.card-external-link:not(.card-image-link):after,
body#klue-app .card-static-html_body a:visited.card-external-link:not(.card-image-link):after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' fill='%233751ff' viewBox='0 0 24 24' width='14'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
  width: 14px;
  height: auto;
  margin-left: -14px;
  transform: translate(18px, 2px);
  display: inline-block;
}
body#klue-app .card-static-html_body a .card-image-link,
body#klue-app .card-static-html_body a:hover .card-image-link,
body#klue-app .card-static-html_body a:active .card-image-link,
body#klue-app .card-static-html_body a:visited .card-image-link {
  display: contents;
}
body#klue-app .card-static-html_body .fullwidth-content,
body#klue-app .card-static-html_body > hr,
body#klue-app .card-static-html_body > * > hr,
body#klue-app .card-static-html_body .klue-img--fullwidth,
body#klue-app .card-static-html_body .klue-img--fullwidth + .zoom-image,
body#klue-app .card-static-html_body .fr-video,
body#klue-app .card-static-html_body .klue-embed {
  max-width: unset !important;
  width: calc(100% + 40px) !important;
  margin: 20px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
body#klue-app .card-static-html_body > hr,
body#klue-app .card-static-html_body > * > hr {
  border: none;
  border-top: 1px solid #e5e5e5;
}
body#klue-app .card-static-html_body img {
  max-width: 100%;
}
body#klue-app .card-static-html_body .klue-img--thumb {
  width: 44px;
  height: 44px;
  overflow: hidden;
  object-fit: cover;
}
body#klue-app .card-static-html_body .klue-img--sm {
  width: 33%;
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--med {
  width: 50%;
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--lg {
  width: 100%;
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--fullwidth {
  height: auto;
}
body#klue-app .card-static-html_body .klue-img--fullwidth + .zoom-image {
  margin-top: 0;
  margin-bottom: 0;
}
body#klue-app .card-static-html_body .fr-dii {
  display: inline-block;
  margin: 0;
}
body#klue-app .card-static-html_body .fr-dii.fr-fil {
  float: left;
  margin-right: 12px;
}
body#klue-app .card-static-html_body .fr-dii.fr-fir {
  float: right;
  margin-left: 12px;
}
body#klue-app .card-static-html_body .fr-dib {
  display: block;
  margin: 0 auto;
}
body#klue-app .card-static-html_body .fr-dib.fr-fil {
  margin-left: 0;
  margin-right: auto;
}
body#klue-app .card-static-html_body .fr-dib.fr-fir {
  margin-left: auto;
  margin-right: 0;
}
body#klue-app .card-static-html_body .fr-video,
body#klue-app .card-static-html_body .klue-embed {
  display: block;
  position: relative;
}
body#klue-app .card-static-html_body .fr-video:not(.klue-embed--height-override),
body#klue-app .card-static-html_body .klue-embed:not(.klue-embed--height-override) {
  padding-bottom: calc(56.25% + 22.5px);
}
body#klue-app .card-static-html_body .fr-video:not(.klue-embed--height-override) iframe,
body#klue-app .card-static-html_body .klue-embed:not(.klue-embed--height-override) iframe {
  position: absolute;
  top: 0;
  left: 0;
}
body#klue-app .card-static-html_body .fr-video iframe,
body#klue-app .card-static-html_body .klue-embed iframe {
  border: none;
  width: 100%;
  height: 100%;
}
body#klue-app .card-static-html_body .table-scrollwrap table {
  margin: 0;
}
body#klue-app .card-static-html_body .table-scrollwrap + .table-scrollwrap {
  margin-top: 20px;
}
body#klue-app .card-static-html_body table,
body#klue-app .card-static-html_body table.table-borders--all {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
body#klue-app .card-static-html_body table td,
body#klue-app .card-static-html_body table th,
body#klue-app .card-static-html_body table.table-borders--all td,
body#klue-app .card-static-html_body table.table-borders--all th {
  font-size: 11px;
  padding: 8px;
  border: solid #e5e5e5 1px;
  vertical-align: middle;
}
body#klue-app .card-static-html_body table td.fr-selected-cell,
body#klue-app .card-static-html_body table th.fr-selected-cell,
body#klue-app .card-static-html_body table.table-borders--all td.fr-selected-cell,
body#klue-app .card-static-html_body table.table-borders--all th.fr-selected-cell {
  background-color: rgba(255, 235, 59, 0.1);
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px;
}
body#klue-app .card-static-html_body table td.table-cell-header,
body#klue-app .card-static-html_body table th.table-cell-header,
body#klue-app .card-static-html_body table.table-borders--all td.table-cell-header,
body#klue-app .card-static-html_body table.table-borders--all th.table-cell-header {
  background-color: #f3f3f3;
}
body#klue-app .card-static-html_body table td.table-cell-highlighted,
body#klue-app .card-static-html_body table th.table-cell-highlighted,
body#klue-app .card-static-html_body table.table-borders--all td.table-cell-highlighted,
body#klue-app .card-static-html_body table.table-borders--all th.table-cell-highlighted {
  background-color: #fff69d;
}
body#klue-app .card-static-html_body table th,
body#klue-app .card-static-html_body table.table-borders--all th {
  font-weight: 600;
}
body#klue-app .card-static-html_body table.table-borders--none td,
body#klue-app .card-static-html_body table.table-borders--none th,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--none td,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--none th {
  border-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner td,
body#klue-app .card-static-html_body table.table-borders--inner th,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner td,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner th {
  border-top-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner tr:last-child td,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner tr:last-child td {
  border-bottom-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner td:first-child,
body#klue-app .card-static-html_body table.table-borders--inner th:first-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner td:first-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner th:first-child {
  border-left-color: transparent !important;
}
body#klue-app .card-static-html_body table.table-borders--inner td:last-child,
body#klue-app .card-static-html_body table.table-borders--inner th:last-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner td:last-child,
body#klue-app .card-static-html_body table.table-borders--all.table-borders--inner th:last-child {
  border-right-color: transparent !important;
}
body#klue-app .card-static-html_body table img.klue-img--fullwidth,
body#klue-app .card-static-html_body table img.fr-fic.klue-img--fullwidth[class*=klue-img],
body#klue-app .card-static-html_body table.table-borders--all img.klue-img--fullwidth,
body#klue-app .card-static-html_body table.table-borders--all img.fr-fic.klue-img--fullwidth[class*=klue-img] {
  margin: 0;
  width: 100%;
}
body#klue-app .card-static-html_body .table-scrollwrap {
  overflow-x: auto;
}
body#klue-app .card-static-html_body .block-blockquote__inner {
  border-left: 2px solid #bdbdbd;
  padding-left: 12px;
}
body#klue-app .card-static-html_body a.secondary {
  color: #a585ff !important;
  hyphens: none;
  text-decoration: underline;
}
body#klue-app .card-static-html_body a.secondary:hover {
  color: #7435f8 !important;
}
body#klue-app .card-static-html_body a.secondary:active {
  background-color: #e2deff;
  color: #620dec !important;
}
body#klue-app .card-static-html_body mark {
  background-color: unset;
}
body#klue-app mark.search-term-highlight {
  background-color: var(--tokens-color-highlight-main);
}
body#klue-app .inline-formula,
body#klue-app .klue-formula-wizard_preview {
  font-size: 12px;
  margin: 1em 0;
  padding: 0.5em;
  background-color: #fff;
  overflow-x: auto;
}
body#klue-app .inline-formula:first-child,
body#klue-app .klue-formula-wizard_preview:first-child {
  margin-top: 0;
}
body#klue-app .inline-formula:last-child,
body#klue-app .klue-formula-wizard_preview:last-child {
  margin-bottom: 0;
}
body#klue-app .inline-formula .dynamic-data-loading,
body#klue-app .klue-formula-wizard_preview .dynamic-data-loading {
  font-size: 11px;
  text-transform: uppercase;
  color: #717171;
  font-weight: 600;
}
body#klue-app .inline-formula .graph,
body#klue-app .klue-formula-wizard_preview .graph {
  min-height: 120px;
}
body#klue-app .inline-formula .ct-label.ct-horizontal.ct-end,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-horizontal.ct-end {
  align-items: flex-end;
  text-transform: uppercase;
  width: max-content !important;
  transform: translateX(-50%);
}
body#klue-app .inline-formula .ct-label.ct-vertical.ct-start,
body#klue-app .inline-formula .ct-label.ct-horizontal.ct-end,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-vertical.ct-start,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-horizontal.ct-end {
  text-transform: uppercase;
  font-weight: 500;
  color: #575265;
}
body#klue-app .inline-formula .ct-label.ct-vertical.ct-start,
body#klue-app .klue-formula-wizard_preview .ct-label.ct-vertical.ct-start {
  color: #716879;
  position: relative;
  top: 0.5em;
}
body#klue-app .inline-formula line.ct-grid.ct-horizontal,
body#klue-app .klue-formula-wizard_preview line.ct-grid.ct-horizontal {
  stroke-dasharray: 0;
  transform: scaleY(1.175) translateY(-0.5em);
}
body#klue-app .inline-formula .chart-legend,
body#klue-app .klue-formula-wizard_preview .chart-legend {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body#klue-app .inline-formula .chart-legend_entry,
body#klue-app .klue-formula-wizard_preview .chart-legend_entry {
  margin: 0.5em 1em !important;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 600;
  color: #575265;
  text-align: center;
  transform: translateX(-8px);
  display: flex;
  align-items: center;
  flex-grow: 0;
}
body#klue-app .inline-formula .chart-legend_symbol,
body#klue-app .klue-formula-wizard_preview .chart-legend_symbol {
  margin-right: 0.5em;
  width: 20px;
  height: 10px;
  border-radius: 2px;
}
body#klue-app .inline-formula .metric-timeseries-graph .chart-legend_symbol,
body#klue-app .klue-formula-wizard_preview .metric-timeseries-graph .chart-legend_symbol {
  display: flex;
  position: relative;
  width: 20px;
  height: 3px !important;
  border-radius: 3px;
}
body#klue-app .inline-formula .metric-timeseries-graph .chart-legend_symbol::after,
body#klue-app .klue-formula-wizard_preview .metric-timeseries-graph .chart-legend_symbol::after {
  content: " ";
  background-color: inherit;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-25%);
}
body#klue-app .inline-formula .ct-horizontal-bars .ct-series,
body#klue-app .klue-formula-wizard_preview .ct-horizontal-bars .ct-series {
  outline: 1px solid #fff;
}
body#klue-app .inline-formula .klue-table,
body#klue-app .inline-formula table,
body#klue-app .inline-formula .table,
body#klue-app .klue-formula-wizard_preview .klue-table,
body#klue-app .klue-formula-wizard_preview table,
body#klue-app .klue-formula-wizard_preview .table {
  margin-bottom: 1em;
}
body#klue-app .inline-formula .klue-table > thead > tr,
body#klue-app .inline-formula table > thead > tr,
body#klue-app .inline-formula .table > thead > tr,
body#klue-app .klue-formula-wizard_preview .klue-table > thead > tr,
body#klue-app .klue-formula-wizard_preview table > thead > tr,
body#klue-app .klue-formula-wizard_preview .table > thead > tr {
  border: none;
}
body#klue-app .inline-formula .klue-table > thead > tr th,
body#klue-app .inline-formula table > thead > tr th,
body#klue-app .inline-formula .table > thead > tr th,
body#klue-app .klue-formula-wizard_preview .klue-table > thead > tr th,
body#klue-app .klue-formula-wizard_preview table > thead > tr th,
body#klue-app .klue-formula-wizard_preview .table > thead > tr th {
  color: #717171;
  padding: 12px 8px;
  border: none;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  background: transparent !important;
}
body#klue-app .inline-formula .klue-table > thead > tr th:first-child,
body#klue-app .inline-formula table > thead > tr th:first-child,
body#klue-app .inline-formula .table > thead > tr th:first-child,
body#klue-app .klue-formula-wizard_preview .klue-table > thead > tr th:first-child,
body#klue-app .klue-formula-wizard_preview table > thead > tr th:first-child,
body#klue-app .klue-formula-wizard_preview .table > thead > tr th:first-child {
  text-align: left;
}
body#klue-app .inline-formula .klue-table > tbody > tr,
body#klue-app .inline-formula table > tbody > tr,
body#klue-app .inline-formula .table > tbody > tr,
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr,
body#klue-app .klue-formula-wizard_preview table > tbody > tr,
body#klue-app .klue-formula-wizard_preview .table > tbody > tr {
  border-top: solid rgb(234.975, 233.4916666667, 236.4583333333) 1px;
}
body#klue-app .inline-formula .klue-table > tbody > tr:nth-child(odd),
body#klue-app .inline-formula table > tbody > tr:nth-child(odd),
body#klue-app .inline-formula .table > tbody > tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview table > tbody > tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview .table > tbody > tr:nth-child(odd) {
  background-color: #fdfcfc;
}
body#klue-app .inline-formula .klue-table > tbody > tr td,
body#klue-app .inline-formula table > tbody > tr td,
body#klue-app .inline-formula .table > tbody > tr td,
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr td,
body#klue-app .klue-formula-wizard_preview table > tbody > tr td,
body#klue-app .klue-formula-wizard_preview .table > tbody > tr td {
  color: #717171;
  padding: 12px 8px;
  border: none;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}
body#klue-app .inline-formula .klue-table > tbody > tr td:first-child,
body#klue-app .inline-formula table > tbody > tr td:first-child,
body#klue-app .inline-formula .table > tbody > tr td:first-child,
body#klue-app .klue-formula-wizard_preview .klue-table > tbody > tr td:first-child,
body#klue-app .klue-formula-wizard_preview table > tbody > tr td:first-child,
body#klue-app .klue-formula-wizard_preview .table > tbody > tr td:first-child {
  text-align: left;
  font-weight: 600;
}
body#klue-app .inline-formula .entity-list,
body#klue-app .inline-formula .link-list,
body#klue-app .klue-formula-wizard_preview .entity-list,
body#klue-app .klue-formula-wizard_preview .link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body#klue-app .inline-formula .entity-list li,
body#klue-app .inline-formula .link-list li,
body#klue-app .klue-formula-wizard_preview .entity-list li,
body#klue-app .klue-formula-wizard_preview .link-list li {
  border-top: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  margin: 0;
  padding: 0;
}
body#klue-app .inline-formula .entity-list li:first-child,
body#klue-app .inline-formula .link-list li:first-child,
body#klue-app .klue-formula-wizard_preview .entity-list li:first-child,
body#klue-app .klue-formula-wizard_preview .link-list li:first-child {
  border-top: none;
}
body#klue-app .inline-formula .entity-list a,
body#klue-app .inline-formula .link-list a,
body#klue-app .klue-formula-wizard_preview .entity-list a,
body#klue-app .klue-formula-wizard_preview .link-list a {
  color: #31aae3;
  font-weight: 500;
}
body#klue-app .inline-formula .link-list a,
body#klue-app .klue-formula-wizard_preview .link-list a {
  display: block;
  padding: 12px;
}
body#klue-app .inline-formula .link-list a:hover,
body#klue-app .klue-formula-wizard_preview .link-list a:hover {
  background-color: #fdfcfc;
}
body#klue-app .inline-formula .dynamic-card-image,
body#klue-app .klue-formula-wizard_preview .dynamic-card-image {
  border: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  display: block;
  padding: 0;
  cursor: unset;
}
body#klue-app .inline-formula .person,
body#klue-app .klue-formula-wizard_preview .person {
  margin: -12px 0 0;
  align-items: center;
}
body#klue-app .inline-formula .person p,
body#klue-app .klue-formula-wizard_preview .person p {
  margin: 0;
  font-size: 13px;
}
body#klue-app .inline-formula .person .person_photo,
body#klue-app .inline-formula .person .person .person_photo,
body#klue-app .klue-formula-wizard_preview .person .person_photo,
body#klue-app .klue-formula-wizard_preview .person .person .person_photo {
  filter: none;
  clip-path: circle();
  border: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
  background: #f3f3f3;
  margin: 12px;
  margin-left: 0;
}
body#klue-app .inline-formula .person .person_social-link,
body#klue-app .klue-formula-wizard_preview .person .person_social-link {
  font-size: 11px;
}
body#klue-app .inline-formula .person .person_social-link:not(:last-child)::after,
body#klue-app .klue-formula-wizard_preview .person .person_social-link:not(:last-child)::after {
  content: " | ";
  margin-right: 0;
}
body#klue-app .inline-formula .job-posting,
body#klue-app .klue-formula-wizard_preview .job-posting {
  list-style: none;
  margin-top: 12px;
}
body#klue-app .inline-formula .job-posting_title,
body#klue-app .klue-formula-wizard_preview .job-posting_title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
body#klue-app .inline-formula .job-posting_location,
body#klue-app .klue-formula-wizard_preview .job-posting_location {
  display: inline-block;
}
body#klue-app .inline-formula .job-posting_meta-line,
body#klue-app .klue-formula-wizard_preview .job-posting_meta-line {
  display: flex;
  margin: 4px 0 12px 0;
}
body#klue-app .inline-formula .job-posting_posted-date,
body#klue-app .klue-formula-wizard_preview .job-posting_posted-date {
  display: block;
  font-size: 11px;
  color: #938b9b;
}
body#klue-app .inline-formula .job-posting_source,
body#klue-app .klue-formula-wizard_preview .job-posting_source {
  color: #bdbdbd;
  display: block;
  flex-grow: 1;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}
body#klue-app .inline-formula .job-postings-by-region,
body#klue-app .inline-formula ul.job-postings-by-region,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region {
  padding: 0;
}
body#klue-app .inline-formula .job-postings-by-region_region,
body#klue-app .inline-formula ul.job-postings-by-region_region,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region_region,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region_region {
  list-style: none;
  margin: 12px 0;
}
body#klue-app .inline-formula .job-postings-by-region_region-title,
body#klue-app .inline-formula ul.job-postings-by-region_region-title,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region_region-title,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region_region-title {
  padding: 0;
  padding-bottom: 12px;
  background: none;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(234.975, 233.4916666667, 236.4583333333);
}
body#klue-app .inline-formula .job-postings-by-region_region-title .fa-map-marker,
body#klue-app .inline-formula ul.job-postings-by-region_region-title .fa-map-marker,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region_region-title .fa-map-marker,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region_region-title .fa-map-marker {
  font-size: 20px;
  padding-right: 4px;
}
body#klue-app .inline-formula .job-postings-by-region .job-posting_location,
body#klue-app .inline-formula ul.job-postings-by-region .job-posting_location,
body#klue-app .klue-formula-wizard_preview .job-postings-by-region .job-posting_location,
body#klue-app .klue-formula-wizard_preview ul.job-postings-by-region .job-posting_location {
  display: none;
}
body#klue-app .inline-formula .online-article,
body#klue-app .klue-formula-wizard_preview .online-article {
  padding: 11px 0;
}
body#klue-app .inline-formula .online-article_headline,
body#klue-app .klue-formula-wizard_preview .online-article_headline {
  margin-bottom: 0;
  font-size: 13px;
}
body#klue-app .inline-formula .online-article_lead,
body#klue-app .klue-formula-wizard_preview .online-article_lead {
  margin: 11px 0;
  font-size: 13px;
}
body#klue-app .inline-formula .online-article_meta-line,
body#klue-app .klue-formula-wizard_preview .online-article_meta-line {
  font-size: 11px;
  margin-top: 0;
}
body#klue-app .inline-formula .klue-formula-sfdc,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc {
  margin: 0;
  position: relative;
}
body#klue-app .inline-formula .klue-formula-sfdc--error,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc--error {
  background-color: #efefef;
  padding: 11px;
}
body#klue-app .inline-formula .klue-formula-sfdc header,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header {
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: none;
  height: unset;
  overflow: hidden;
  margin-bottom: 12px;
}
body#klue-app .inline-formula .klue-formula-sfdc header .sfdc-icon,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header .sfdc-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
body#klue-app .inline-formula .klue-formula-sfdc header h4,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header h4 {
  line-height: 1;
  margin: 0 0 0 5px;
  width: unset;
  word-wrap: break-word;
  font-size: 16px;
  color: #575265;
  padding: 1px 0;
}
body#klue-app .inline-formula .klue-formula-sfdc header h4 small,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header h4 small {
  font-size: 10px;
  font-weight: 400;
  display: block;
  font-style: italic;
  color: #707070;
  line-height: 1.2;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div {
  padding: 0;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div .stat,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div .stat {
  font-size: 34px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  top: 4px;
  right: 0;
  letter-spacing: -0.033em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div .stat-percent,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div .stat-percent {
  font-size: 60%;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div h2,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div h2 {
  margin: 12px 0 0;
  font-size: 14px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table {
  margin: 0 0 12px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table td,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table th,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table td,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table th {
  padding: 9px 11px;
  font-size: 11px;
  line-height: auto;
  font-weight: normal;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table td.status-label,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table td time,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table th.status-label,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table th time,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table td.status-label,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table td time,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table th.status-label,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table th time {
  font-weight: 600;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:first-child,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:first-child {
  border-top: none;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) td,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) th,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) td,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(odd) th {
  background-color: #fff;
  border: none;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) td,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) th,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) td,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table tr:nth-child(even) th {
  background-color: #fdfcfc;
  border: none;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table + p,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table + p,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list {
  font-size: 11px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table + p small,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list small,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table + p small,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list small {
  font-size: 11px;
}
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table + p a,
body#klue-app .inline-formula .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list a,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table + p a,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc header + div table.klue-table .sfdc-competitors-list a {
  font-style: normal;
  display: inline;
  padding: 0;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-no-opps,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-no-opps {
  margin-top: 12px;
  font-size: 12px;
  background-color: #efefef;
  padding: 12px;
}
body#klue-app .inline-formula .klue-formula-sfdc p.sfdc-competitors-list,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc p.sfdc-competitors-list {
  margin: 0;
  font-weight: 600;
}
body#klue-app .inline-formula .klue-formula-sfdc button,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-button,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes .expand,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc button,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-button,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes .expand {
  background: #fff;
  text-align: center;
  color: #44bc8f;
  padding: 8px 12px;
  height: auto;
  line-height: unset;
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  text-transform: capitalize;
  border: 1px solid #44bc8f;
  margin: 0;
  transition: all 260ms ease-in-out;
  min-width: 100%;
}
body#klue-app .inline-formula .klue-formula-sfdc button:hover,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-button:hover,
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes .expand:hover,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc button:hover,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-button:hover,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes .expand:hover {
  background: #44bc8f;
  color: #fff;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes {
  font-size: 11px;
  font-style: italic;
  margin-top: 12px;
  white-space: pre-line;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes h5,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes h5 {
  font-size: 11px;
  margin: 0;
  font-style: normal;
  font-weight: 600;
}
body#klue-app .inline-formula .klue-formula-sfdc .loading,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .loading {
  text-align: left;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  animation-name: loadingSpin;
  animation-duration: 260ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
body#klue-app .inline-formula .klue-formula-sfdc .loading:after,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #dfe2dd;
  border-left: 2px solid #ffffff;
  border-radius: 100%;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes p,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes p {
  font-style: italic;
  color: #a49fb1;
}
body#klue-app .inline-formula .klue-formula-sfdc .sfdc-notes .expand,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .sfdc-notes .expand {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 10px;
  font-style: normal;
  display: inline-block;
  margin: 11px 0;
  padding: 3px 20px;
  min-width: 0;
  width: 90px;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-label--won,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-label--won {
  color: #44bc8f;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-label--open,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-label--open {
  color: #673ab7;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-label--lost,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-label--lost {
  color: #fc585f;
}
body#klue-app .inline-formula .klue-formula-sfdc .status-icon,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc .status-icon {
  margin-right: 5px;
}
@keyframes loadingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body#klue-app .inline-formula .klue-formula-sfdc-wins header,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc-wins header {
  justify-content: space-between;
}
body#klue-app .inline-formula .klue-formula-sfdc-wins header .branding,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc-wins header .branding {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body#klue-app .inline-formula .klue-formula-sfdc-wins header h1,
body#klue-app .klue-formula-wizard_preview .klue-formula-sfdc-wins header h1 {
  margin-left: 11px;
}
body#klue-app .inline-formula[data-formula=keyPeople] .entity-list li,
body#klue-app .klue-formula-wizard_preview[data-formula=keyPeople] .entity-list li {
  border: none;
}
body#klue-app .inline-formula[data-formula=officeLocations] .klue-table tr,
body#klue-app .inline-formula[data-formula=officeLocations] .klue-table tr:nth-child(odd),
body#klue-app .inline-formula[data-formula=officeLocations] table tr,
body#klue-app .inline-formula[data-formula=officeLocations] table tr:nth-child(odd),
body#klue-app .inline-formula[data-formula=officeLocations] .table tr,
body#klue-app .inline-formula[data-formula=officeLocations] .table tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .klue-table tr,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .klue-table tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] table tr,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] table tr:nth-child(odd),
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .table tr,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .table tr:nth-child(odd) {
  background-color: transparent;
}
body#klue-app .inline-formula[data-formula=officeLocations] .klue-table td,
body#klue-app .inline-formula[data-formula=officeLocations] table td,
body#klue-app .inline-formula[data-formula=officeLocations] .table td,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .klue-table td,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] table td,
body#klue-app .klue-formula-wizard_preview[data-formula=officeLocations] .table td {
  font-size: 12px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies {
  font-size: 10px;
  color: #999;
  width: 100%;
  cursor: pointer;
  margin-top: 1em;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_title,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_title {
  text-align: right;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_title:hover,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_title:hover {
  color: #555;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_fields,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_fields {
  width: 100%;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_fields textarea,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_fields textarea {
  border: #44bc8f solid 1px;
}
body#klue-app .inline-formula .automated-card_data-inaccuracies .data-inaccuracies_fields .data-inaccuracies_button,
body#klue-app .klue-formula-wizard_preview .automated-card_data-inaccuracies .data-inaccuracies_fields .data-inaccuracies_button {
  text-align: right;
}
body#klue-app .editor-formula .klue-formula-wizard_preview {
  overflow: auto;
}
body#klue-app .editor-formula .klue-formula-wizard_preview .metric-timeseries-graph {
  margin-left: -11px;
  margin-right: 0;
  padding-right: 0;
}
body#klue-app .editor-formula .klue-formula-wizard_preview a {
  pointer-events: none;
}
body#klue-app .editor-formula .klue-formula-wizard_preview .dynamic-data-loading {
  margin: 12px;
}
body#klue-app .editor-formula .klue-formula-wizard_section-header {
  margin: 12px !important;
}
body#klue-app .editor-formula .klue-formula-wizard_section-separator {
  width: calc(100% + 16px) !important;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
body#klue-app {
  -webkit-font-smoothing: antialiased;
}
body#klue-app .card-editor-title {
  display: inline-flex;
  width: calc(100% - 40px);
  margin: 20px;
}
body#klue-app .card-editor-title_input {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none;
}
body#klue-app .card-editor-title_input::placeholder {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.2);
}
body#klue-app .card-editor .fr-video,
body#klue-app .card-editor .klue-embed {
  background-color: #fffde9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23212121' fill-opacity='0.3'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 49%;
  background-size: 15%;
}
body#klue-app .card-editor .card-static-html_body {
  margin: 0;
  padding: 0 20px;
}
body#klue-app .card-editor .card-static-html_body .fr-view {
  padding-bottom: 20px;
}
body#klue-app .card-editor .card-static-html_body .fr-view table th {
  background-color: unset;
}
body#klue-app .card-editor .klue-embed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z' fill-opacity='0.3'/%3E%3C/svg%3E");
}
body#klue-app .card-editor .klue-embed::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent;
}
.card-tags {
  position: relative;
  padding: 17px;
}
.card-tags .ui-dropdown {
  position: initial;
  float: none;
  display: inline-block;
}
.card-tags .ui-dropdown .dropdown-options {
  top: initial;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: 0 40px;
}
.card-tags .ui-dropdown.on .dropdown-options {
  height: initial;
  max-height: 200px;
}
.card-tags .ui-dropdown .dropdown-options-item {
  padding: 6px;
}
.card-tags .ui-dropdown-option_label {
  text-transform: initial;
  color: #3751ff;
}
.card-tags-add-button {
  padding: 0;
  border: none;
  background: none;
  color: #3751ff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
.card-tags-add-button:hover {
  color: #3751ff;
}
.card-tags-add-button:hover .card-tags-add-button-icon {
  border-color: #acbafe;
}
.card-tags-add-button:focus {
  color: #3751ff;
}
.card-tags-add-button:focus .card-tags-add-button-icon {
  border-color: #acbafe;
}
.card-tags-add-button-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.card-tags-add-button-disabled .card-tags-add-button-icon {
  border-color: rgba(0, 0, 0, 0.25);
}
.card-tags-add-button-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.card-tags-add-button-disabled:hover .card-tags-add-button-icon {
  border-color: rgba(0, 0, 0, 0.25);
}
.card-tags-add-button-icon {
  border: 1px solid #3751ff;
  border-radius: 50%;
  margin-right: 4px;
}
.card-tags .card-tag {
  display: inline-flex;
  color: #3751ff;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  margin: 2px;
  padding: 4px 7px;
  border: 1px solid #3751ff;
  border-radius: 24px;
  min-width: 40px;
  max-width: 100%;
}
.card-tags .card-tag:not(.card-tag-display, .card-tag-highlighted, .card-tag-disabled):hover {
  box-shadow: 0px 2px 8px rgba(55, 81, 255, 0.3);
}
.card-tags .card-tag-highlighted {
  color: #000;
  border: 1px solid #ffe425;
  background-color: #ffe425;
}
.card-tags .card-tag-highlighted:hover {
  background-color: #f7dd19;
}
.card-tags .card-tag-highlighted:focus {
  outline: none;
  background-color: #f7dd19;
}
.card-tags .card-tag-highlighted .card-tag-remove-button {
  color: #89812b;
}
.card-tags .card-tag-highlighted .card-tag-remove-button-icon {
  background-color: #e4dc85;
}
.card-tags .card-tag-highlighted .card-tag-remove-button-icon:hover {
  background-color: #ddd56b;
}
.card-tags .card-tag-highlighted .card-tag-remove-button:focus .card-tag-remove-button-icon {
  background-color: #ddd56b;
}
.card-tags .card-tag-disabled {
  cursor: default;
}
.card-tags .card-tag-name {
  display: inline-block;
  line-height: 1.1;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-tags .card-tag-remove-button {
  border: none;
  background: none;
  color: white;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-left: 4px;
  flex-shrink: 0;
}
.card-tags .card-tag-remove-button * {
  fill: #acbafe;
  stroke: #acbafe;
}
.card-tags .card-tag-remove-button:hover * {
  fill: #3751ff;
  stroke: #3751ff;
}
.card-tags .card-tag-remove-button-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.layout-grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 4px;
  justify-content: stretch;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .layout-grid {
    grid-gap: 1px;
  }
  .layout-grid .dashboard-card {
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 100px;
  }
  .layout-grid .dashboard-card .logo {
    width: 33px;
    height: 33px;
    overflow: hidden;
    margin: 0 12px 0 0;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
  }
  .layout-grid .dashboard-card .logo img {
    max-width: 33px;
    max-height: 33px;
    margin: 0;
  }
  .layout-grid .dashboard-card .content {
    display: flex;
    align-items: center;
    padding: 8px !important;
    height: 49px;
  }
  .layout-grid .dashboard-card .content h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
  }
  .layout-grid .dashboard-card .content > * {
    vertical-align: middle;
    font-size: 14px;
  }
  .layout-grid .dashboard-card footer {
    display: none;
  }
  .layout-grid .dashboard-card--draft .content h4,
  .layout-grid .dashboard-card--new .content h4 {
    width: 70%;
  }
}
@media screen and (min-width: 400px) {
  .layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 520px) {
  .layout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 680px) {
  .layout-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .layout-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .layout-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.layout-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.layout-grid.ui {
  align-items: center;
  border-bottom: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.layout-grid.ui * {
  margin: 0;
}
.layout-grid > *.right {
  text-align: right;
}
.layout-grid > *.center {
  text-align: center;
}
.list-menu {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.list-menu li.list-menu_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  user-select: none;
  cursor: pointer;
}
.list-menu li.list-menu_item .list-menu_item_link {
  display: block;
  overflow: hidden;
  flex-grow: 1;
  padding: 0 12px;
  color: #31aae3;
  font-weight: 500;
  text-decoration: none;
  transition: color 260ms ease-in-out;
}
.list-menu li.list-menu_item .list-menu_item_link .list-menu_label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.list-menu li.list-menu_item .list-menu_item_link.on {
  background: #f8f6f7;
  padding-left: 8px;
  color: rgb(62.7540983607, 59.1475409836, 72.8524590164);
  font-weight: 800;
}
.list-menu li.list-menu_item:hover .list-menu_item_link {
  color: rgb(23.8717948718, 127.0320512821, 175.6282051282);
}
.list-menu li.list-menu_item .list-menu_item_icon {
  align-self: center;
  font-size: 18px;
  line-height: 44px;
  color: #575265;
  margin-right: 12px;
  transition: color 260ms ease-in-out;
}
.list-menu li.list-menu_item button {
  margin: 0;
}
.list-menu li.list-menu_item:last-child {
  border-bottom: 0;
}
.list-menu.tiger li {
  border-top: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
}
.list-menu.tiger li:nth-child(2n) {
  background: hsl(330, 12.5%, 101.862745098%);
}
.layout-page {
  position: relative;
  max-width: 1380px;
  height: calc(100vh - 88px);
  top: 88px;
  border-top: 1px solid rgb(223.9180327869, 222.2991803279, 228.4508196721);
  overflow: hidden;
}
.layout-page[class*=columns] {
  transition: all 160ms ease-in-out;
}
.layout-page[class*=columns] > * {
  padding: 22px 0;
  overflow-y: auto;
  max-height: calc(100vh - 88px);
  transition: all 160ms ease-in-out;
}
.layout-page[class*=columns] > * hr {
  margin: 11px 0;
  border-width: 3px;
}
.layout-page--flush {
  height: calc(100vh - 44px);
  top: 44px;
  border-top: 0;
}
.layout-page--flush[class*=columns] > * {
  max-height: calc(100vh - 44px);
}
@media screen and (min-width: 1024px) {
  .layout-page[class*=columns] {
    display: grid;
    grid-template-columns: 264px auto 264px;
    grid-gap: 0;
    justify-items: stretch;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .layout-page[class*=columns] > * {
    padding: 22px;
  }
  .layout-page[class*=columns] > *:nth-child(2) {
    border-right: 2px solid rgb(236.84375, 231.65625, 234.25);
    border-left: 2px solid rgb(236.84375, 231.65625, 234.25);
  }
  .layout-page.columns__3 > *:nth-child(2) {
    border-right: 2px solid rgb(236.84375, 231.65625, 234.25);
    border-left: 2px solid rgb(236.84375, 231.65625, 234.25);
  }
  .layout-page.columns__2 {
    grid-template-columns: 264px auto;
  }
  .layout-page.columns__2 > *:nth-child(2) {
    border-left: 2px solid rgb(236.84375, 231.65625, 234.25);
    border-right: none;
  }
  .layout-page.columns__1 {
    display: block;
  }
  .layout-page.columns__1 > * > * {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 22px;
  }
  .layout-page.columns__0 {
    max-width: 100%;
    grid-template-columns: auto;
    display: block;
  }
  .layout-page.columns__0 > * {
    padding: 0;
  }
  .layout-page.columns__feed {
    grid-template-columns: minmax(280px, 640px);
    justify-content: space-around;
  }
  .layout-page.columns__feed > *:nth-child(1) {
    border-right: 2px solid rgb(236.84375, 231.65625, 234.25);
    border-left: 2px solid rgb(236.84375, 231.65625, 234.25);
  }
  .layout-page.columns__digest {
    grid-template-columns: 264px minmax(auto, 550px) auto;
  }
  .layout-page.columns__digest__simple {
    grid-template-columns: 264px 0 minmax(580px, 840px);
    justify-content: center;
  }
  .layout-page.columns__digest__simple > *:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    border-right-color: transparent;
  }
  .layout-page.columns__digest__simpler {
    grid-template-columns: 0 0 minmax(580px, 840px);
    justify-content: center;
  }
  .layout-page.columns__digest__simpler > *:nth-child(-n+2) {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}
@media screen and (max-width: 1023px) {
  .layout-page.columns__1,
  .layout-page.columns__4 {
    padding: 0;
  }
  .layout-page.columns__1 > *,
  .layout-page.columns__4 > * {
    padding: 22px;
  }
  .layout-page.columns__feed > * {
    padding: 5.5px;
  }
}
.chart-legend {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  padding: 0;
  margin: 12px 0 0 0;
}
ul li.chart-legend_entry {
  display: inline-block;
  margin-right: 10px;
  flex-grow: 1;
}
.chart-legend_symbol {
  display: inline-block;
  width: 15px;
  height: 10px;
}
.chart-legend_symbol--series-a {
  background-color: rgb(89, 36, 102);
}
.chart-legend_symbol--series-b {
  background-color: rgb(53, 131, 84);
}
.chart-legend_symbol--series-c {
  background-color: rgb(255, 160, 73);
}
.chart-legend_symbol--series-d {
  background-color: rgb(178, 18, 0);
}
.chart-legend_symbol--series-e {
  background-color: rgb(28, 28, 203);
}
.chart-legend_symbol--series-f {
  background-color: rgb(98, 13, 236);
}
.chart-legend_symbol--series-g {
  background-color: rgb(3, 111, 126);
}
.chart-legend_symbol--series-h {
  background-color: rgb(226, 149, 32);
}
.chart-legend_symbol--series-i {
  background-color: rgb(226, 35, 76);
}
.chart-legend_symbol--series-j {
  background-color: rgb(59, 81, 245);
}
.chart-legend_symbol--series-k {
  background-color: #5BE700;
}
.chart-legend_symbol--series-l {
  background-color: #0D21BB;
}
.chart-legend_symbol--series-m {
  background-color: #FB3764;
}
.chart-legend_symbol--series-n {
  background-color: #31A9E3;
}
.distribution-graph .ct-series-a .ct-slice-pie {
  fill: rgb(89, 36, 102);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-a .ct-bar {
  stroke: rgb(89, 36, 102);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-b .ct-slice-pie {
  fill: rgb(53, 131, 84);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-b .ct-bar {
  stroke: rgb(53, 131, 84);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-c .ct-slice-pie {
  fill: rgb(255, 160, 73);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-c .ct-bar {
  stroke: rgb(255, 160, 73);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-d .ct-slice-pie {
  fill: rgb(178, 18, 0);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-d .ct-bar {
  stroke: rgb(178, 18, 0);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-e .ct-slice-pie {
  fill: rgb(28, 28, 203);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-e .ct-bar {
  stroke: rgb(28, 28, 203);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-f .ct-slice-pie {
  fill: rgb(98, 13, 236);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-f .ct-bar {
  stroke: rgb(98, 13, 236);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-g .ct-slice-pie {
  fill: rgb(3, 111, 126);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-g .ct-bar {
  stroke: rgb(3, 111, 126);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-h .ct-slice-pie {
  fill: rgb(226, 149, 32);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-h .ct-bar {
  stroke: rgb(226, 149, 32);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-i .ct-slice-pie {
  fill: rgb(226, 35, 76);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-i .ct-bar {
  stroke: rgb(226, 35, 76);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-j .ct-slice-pie {
  fill: rgb(59, 81, 245);
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-j .ct-bar {
  stroke: rgb(59, 81, 245);
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-k .ct-slice-pie {
  fill: #5BE700;
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-k .ct-bar {
  stroke: #5BE700;
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-l .ct-slice-pie {
  fill: #0D21BB;
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-l .ct-bar {
  stroke: #0D21BB;
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-m .ct-slice-pie {
  fill: #FB3764;
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-m .ct-bar {
  stroke: #FB3764;
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-series-n .ct-slice-pie {
  fill: #31A9E3;
  stroke: white;
  stroke-width: 1px;
}
.distribution-graph .ct-series-n .ct-bar {
  stroke: #31A9E3;
  stroke-width: 22px;
}
.distribution-graph label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  color: rgb(181.425, 175.975, 186.875);
  margin-bottom: 10px;
}
.distribution-graph .ct-chart {
  margin-left: auto;
  margin-right: auto;
}
.distribution-graph .ct-chart .ct-chart-pie .ct-label {
  color: hsl(270, 7.4074074074%, 151.1470588235%);
  fill: hsl(270, 7.4074074074%, 151.1470588235%);
  font-size: 0.95rem;
}
.entity-list,
ul.entity-list {
  padding: 0;
}
.entity-list_list-item,
li.entity-list_list-item {
  list-style: none;
}
.job-posting {
  list-style: none;
}
.job-posting_title {
  font-weight: 600;
  margin-bottom: 4px;
}
.job-posting_meta-line {
  display: flex;
  color: #938b9b;
  font-size: 13px;
}
.job-posting_posted-date {
  display: block;
  color: #938b9b;
}
.job-posting_source {
  flex-grow: 1;
  display: block;
  text-align: right;
  color: #938b9b;
}
.keyword-stats-table .keyword-stats-table_cell--numeric {
  text-align: right;
}
.keyword-stats-table .keyword-stats-table_change--positive {
  color: #44bc8f;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.keyword-stats-table .keyword-stats-table_change--negative {
  color: #fc585f;
}
.ct-series .ct-line {
  stroke-width: 2px;
}
.ct-series .ct-point {
  stroke-width: 6px;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: rgb(89, 36, 102);
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: rgb(53, 131, 84);
}
.ct-series-c .ct-line,
.ct-series-c .ct-point {
  stroke: rgb(255, 160, 73);
}
.ct-series-d .ct-line,
.ct-series-d .ct-point {
  stroke: rgb(178, 18, 0);
}
.ct-series-e .ct-line,
.ct-series-e .ct-point {
  stroke: rgb(28, 28, 203);
}
.ct-series-f .ct-line,
.ct-series-f .ct-point {
  stroke: rgb(98, 13, 236);
}
.ct-series-g .ct-line,
.ct-series-g .ct-point {
  stroke: rgb(3, 111, 126);
}
.ct-series-h .ct-line,
.ct-series-h .ct-point {
  stroke: rgb(226, 149, 32);
}
.ct-series-i .ct-line,
.ct-series-i .ct-point {
  stroke: rgb(226, 35, 76);
}
.ct-series-j .ct-line,
.ct-series-j .ct-point {
  stroke: rgb(59, 81, 245);
}
.ct-series-k .ct-line,
.ct-series-k .ct-point {
  stroke: #5BE700;
}
.ct-series-l .ct-line,
.ct-series-l .ct-point {
  stroke: #0D21BB;
}
.ct-series-m .ct-line,
.ct-series-m .ct-point {
  stroke: #FB3764;
}
.ct-series-n .ct-line,
.ct-series-n .ct-point {
  stroke: #31A9E3;
}
.online-article_headline {
  font-weight: 600;
}
.online-article_meta-line {
  display: flex;
  color: #938b9b;
  font-size: 13px;
}
.online-article_published-date {
  display: block;
  color: #938b9b;
}
.online-article_source {
  display: block;
  color: #938b9b;
  flex-grow: 1;
  text-align: right;
}
.person {
  display: flex;
  margin-bottom: 12px;
  min-height: 70px;
}
.person_photo,
.person .person_photo {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  margin-right: 12px;
  object-fit: cover;
  object-position: 50% 50%;
  filter: grayscale(100%);
}
.person_text-block {
  flex-grow: 1;
}
.person_title,
.ui-layout .person p.person_title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
.person_name,
.person .person_name {
  margin-top: 7px;
  margin-bottom: 0;
}
.person_social,
.person .person_social {
  margin-top: 0;
}
.person_social-link {
  margin-right: 4px;
}
.job-postings-by-region,
ul.job-postings-by-region {
  padding: 0;
}
.job-postings-by-region_region {
  list-style: none;
}
.job-postings-by-region_region-title {
  padding: 4px 8px;
  background-color: #f8f6f7;
}
.share-stats .ct-series-a .ct-bar {
  stroke: rgb(89, 36, 102);
}
.share-stats .ct-series-b .ct-bar {
  stroke: rgb(53, 131, 84);
}
.share-stats .ct-series-c .ct-bar {
  stroke: rgb(255, 160, 73);
}
.share-stats .ct-series-d .ct-bar {
  stroke: rgb(178, 18, 0);
}
.share-stats .ct-series-e .ct-bar {
  stroke: rgb(28, 28, 203);
}
.share-stats .ct-series-f .ct-bar {
  stroke: rgb(98, 13, 236);
}
.share-stats .ct-series-g .ct-bar {
  stroke: rgb(3, 111, 126);
}
.share-stats .ct-series-h .ct-bar {
  stroke: rgb(226, 149, 32);
}
.share-stats .ct-series-i .ct-bar {
  stroke: rgb(226, 35, 76);
}
.share-stats .ct-series-j .ct-bar {
  stroke: rgb(59, 81, 245);
}
.share-stats .ct-series-k .ct-bar {
  stroke: #5BE700;
}
.share-stats .ct-series-l .ct-bar {
  stroke: #0D21BB;
}
.share-stats .ct-series-m .ct-bar {
  stroke: #FB3764;
}
.share-stats .ct-series-n .ct-bar {
  stroke: #31A9E3;
}
.key-executives-profile__wrapper {
  text-align: center;
}
.key-executives-profile__headshot {
  width: 170px;
  filter: grayscale(100%);
  border-radius: 85px;
}
.key-executives-profile__name {
  font-weight: 600;
  margin-top: 12px;
}
.key-executives-profile__position {
  margin-bottom: 12px;
}
.dynamic-card-title,
h4.dynamic-card-title {
  margin: 0;
}
.dynamic-card-title--placeholder,
h4.dynamic-card-title--placeholder {
  color: #938b9b;
}
.editable .dynamic-card-title,
.editable h4.dynamic-card-title {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wide-mode .editable .dynamic-card-title,
.wide-mode .editable h4.dynamic-card-title {
  max-width: 380px;
}
.card-title-editor {
  margin: -12px -24px;
  padding: 12px 24px;
  background-color: #fffde9;
  display: flex;
}
.card-title-editor_text-input {
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0;
  border: none;
  background-color: transparent;
}
.card-title-editor_text-input--invalid {
  border-color: #e5575d;
}
.card-title-editor_button {
  background-color: #44bc8f;
  color: #ffffff;
  border: none;
  line-height: 1;
  margin-left: 6px;
  padding: 12px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  min-width: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.klue-template_formatted-content {
  padding: 4px;
}
.template-element_paragraph {
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 12px;
}
.template-element_block-quote {
  margin-left: 12px;
  font-style: italic;
}
.template-element_list-item,
ul li.template-element_list-item {
  margin: 0;
  margin-bottom: -10px;
}
.template-element_list-item:last-child,
ul li.template-element_list-item:last-child {
  margin-bottom: 0;
}
.image-attachment_image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block;
}
.template-attachment {
  padding: 0;
}
.template-attachment--editable {
  background: none;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  padding: 2px;
}
.template-attachment--editable:hover {
  background-color: #ffffff;
}
.template-attachment--editing {
  background-color: #ffffff;
  border: 0;
  border-top: 1px dashed rgb(219.675, 217.0583333333, 222.2916666667);
  border-bottom: 1px dashed rgb(219.675, 217.0583333333, 222.2916666667);
  margin: 0 -24px;
  padding: 6px 24px;
}
.template-attachment--no-data {
  background-color: #efefef;
  padding: 11px;
}
.template-attachment_commitment-menu {
  text-align: right;
  padding: 6px 0;
}
.embed-html--container {
  padding-bottom: 100%;
  position: relative;
}
.embed-html--container iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.table-size-selector_row {
  line-height: 1;
}
.table-size-selector_button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: none;
  border-right: 1px solid #DFE2DD;
  border-bottom: 1px solid #DFE2DD;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.table-size-selector_row:last-child .table-size-selector_button {
  border-bottom: none;
}
.table-size-selector_button:last-child {
  border-right: none;
}
.table-size-selector_button--highlighted {
  background-color: #31A9E3;
  border-right: 1px solid #0477AF;
  border-bottom: 1px solid #0477AF;
}
.table-size-selector_button:active {
  outline: none;
}
.template-editor-controls {
  background-color: #44bc8f;
  height: 100%;
}
.template-editor-controls_menu {
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.template-editor-controls_menu-item {
  display: table-cell;
  vertical-align: middle;
  background: none;
  border: 0;
  box-sizing: border-box;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  font-weight: normal;
  padding: 0 3.5px;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.template-editor-controls_menu-item:hover,
.template-editor-controls_menu-item--selected {
  color: #1888c3;
}
.template-editor-controls_dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 900;
}
.template-editor-controls_header-menu {
  float: left;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 6px;
}
.template-editor-controls_header-menu-item {
  display: block;
  background: none;
  cursor: pointer;
  border: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.template-editor-controls_header-menu-item:hover {
  color: #1888c3;
}
.template-editor-controls_header-menu-item--h1 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
}
.template-editor-controls_header-menu-item--h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}
.template-editor-controls_header-menu-item--h3 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: normal;
}
.template-editor-controls_header-menu-item--h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.template-editor-controls_header-menu-item--h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}
.template-editor-controls_header-menu-item--h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
.template-editor-controls_text-input-field {
  background-color: #fff;
  color: #000;
  padding: 0 10px;
  font-size: 14px;
  flex-grow: 1;
}
.template-editor-controls_text-input-button {
  padding-left: 10px;
  padding-right: 10px;
}
.template-editor-controls_formula-picker {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: #fffde9;
  height: 418px;
  overflow-y: auto;
  padding: 12px 24px;
}
.template-editor-controls_table-menu {
  position: absolute;
  top: 0;
  right: 17px;
  color: #fff;
  background-color: #44bc8f;
  z-index: 350;
  padding: 4px;
}
.template-editor {
  margin-left: -22px;
  margin-right: -22px;
}
.template-editor .template-editor_commitment-menu {
  text-align: right;
  padding: 12px;
}
.template-editor_controls {
  height: 58px;
  box-sizing: border-box;
}
.template-editor_controls--hidden {
  position: relative;
  left: -9999px;
}
.template-editor .template-editor_content-window {
  height: 418px;
}
.template-editor-window {
  background-color: #fffde9;
  color: #575265;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 6px 24px;
}
.template-editor-window .DraftEditor-root {
  flex-grow: 1;
  display: flex;
}
.template-editor-window .DraftEditor-root .DraftEditor-editorContainer {
  flex-grow: 1;
  display: flex;
}
.template-editor-window .DraftEditor-root .DraftEditor-editorContainer .public-DraftEditor-content {
  flex-grow: 1;
}
.template-editor-window--editing-attachment .template-editor-window_attachment {
  border: 0;
}
.template-editor-window .template-editor-window_h1 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
}
.template-editor-window .template-editor-window_h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}
.template-editor-window .template-editor-window_h3 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: normal;
}
.template-editor-window .template-editor-window_h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.template-editor-window .template-editor-window_h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}
.template-editor-window_h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
.template-editor-window_paragraph {
  font-size: 13px;
  line-height: 19.5px;
  margin-bottom: 12px;
}
.template-editor-window_attachment {
  border: 1px dashed #999;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 10px;
}
.template-editor-window_link {
  text-decoration: none;
  color: #44bc8f;
}
.template-editor-window_link:hover {
  text-decoration: underline;
}
.template-editor-window_list-item--depth-1,
.card-block ul li.template-editor-window_list-item--depth-1 {
  margin-left: 1.5em;
}
.template-editor-window_list-item--depth-2,
.card-block ul li.template-editor-window_list-item--depth-2 {
  margin-left: 3em;
}
.template-editor-window_list-item--depth-3,
.card-block ul li.template-editor-window_list-item--depth-3 {
  margin-left: 4.5em;
}
.template-editor-window_list-item--depth-4,
.card-block ul li.template-editor-window_list-item--depth-4 {
  margin-left: 6em;
}
.table-editor .table-editor_table {
  border: 0;
}
.content-editor_table {
  border: none;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
}
.content-editor_table-row {
  border: none;
  border-top: 1px solid #ccc;
}
.content-editor_table-row:first-child {
  border-top: none;
  font-weight: 600;
  text-align: center;
}
.content-editor_table-cell {
  border: none;
  border-left: 1px solid #ccc;
  padding: 2.5px;
}
.content-editor_table-cell:first-child {
  border-left: none;
}
.content-editor_table-cell-content {
  min-height: 16px;
}
.klue-formula-wizard {
  padding: 4px;
}
.klue-formula-wizard_section-header {
  font-weight: 600;
}
.klue-formula-wizard_preview {
  border: 1px solid #a6a6a6;
  background-color: #ffffff;
  padding: 11px 11px 0;
}
.klue-formula-wizard_preview .dynamic-data-loading {
  margin-bottom: 11px;
}
.klue-formula-wizard_dropdown-menu {
  appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.klue-formula-wizard_control-group {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  margin-bottom: 10px;
}
.klue-formula-wizard_control-label {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.klue-formula-wizard_control-input {
  height: 34px;
  width: 156px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #A6A6A6;
  padding: 0.5em;
  padding-right: 1.5em;
  font-size: 13px;
}
.klue-formula-wizard_control-input:active,
.klue-formula-wizard_control-input:focus {
  outline: none;
}
.klue-formula-wizard_commitment-button-group {
  text-align: right;
}
.klue-formula-wizard_control-textarea {
  height: 100px;
  width: 264px;
  max-width: 264px;
  max-height: 320px;
}

/* app/assets/javascripts/components/editor/Resizer/styles.css */
.right-bottom {
  position: absolute;
  opacity: 50%;
  cursor: nwse-resize;
  width: 12px;
  height: 12px;
  z-index: 2;
  right: 0;
  bottom: 0;
  background-image: url(https://dycj3q34rhqmj.cloudfront.net/assets/resize-TZRMZ22J.digested.svg);
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*! Bundled license information:

froala-editor/css/froala_editor.min.css:
froala-editor/css/froala_style.min.css:
froala-editor/css/plugins/image.min.css:
froala-editor/css/plugins/table.min.css:
froala-editor/css/plugins/colors.min.css:
froala-editor/css/plugins/video.min.css:
froala-editor/css/plugins/quick_insert.min.css:
  (*!
   * froala_editor v4.3.1 (https://www.froala.com/wysiwyg-editor)
   * License https://froala.com/wysiwyg-editor/terms/
   * Copyright 2014-2024 Froala Labs
   *)
*/
