
@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.upload .files-list > li {
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  padding: 6px 0;
  position: relative;
}
.upload .files-list > li:before,
.upload .files-list > li:after {
  display: table;
  content: " ";
}
.upload .files-list > li:after {
  clear: both;
}
.upload .files-list > li:before,
.upload .files-list > li:after {
  display: table;
  content: " ";
}
.upload .files-list > li:after {
  clear: both;
}
.upload .files-list > li .bar {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
  box-sizing: border-box;
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 9px;
}
.upload .files-list > li .bar::before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-size: 4px 4px;
  border-radius: 3px;
  box-sizing: content-box;
  content: " ";
  display: block;
  height: 100%;
}
.upload .files-list > li .bar.level1::before {
  background-color: #f44336;
}
.upload .files-list > li .bar.level2::before {
  background-color: #f1b92b;
}
.upload .files-list > li .bar.level3::before {
  background-color: #4caf50;
}
.upload .files-list > li .meta {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.upload .files-list > li .meta .name {
  float: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6e6e6e;
  line-height: 14px;
  max-width: 400px;
  position: relative;
  top: -1px;
}
.upload .files-list > li .meta .name::before {
  content: '\e608';
  font-family: 'uikit', 'icons_gl', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.upload .files-list > li .meta .name.pdf::before {
  content: '\e64e';
  font-family: 'uikit', 'icons_gl', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #f44336;
}
.upload .files-list > li .meta .name.doc::before,
.upload .files-list > li .meta .name.docx::before {
  content: '\e602';
  font-family: 'uikit', 'icons_gl', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #1a7cd1;
}
.upload .files-list > li .meta .name.xls::before {
  content: '\e603';
  font-family: 'uikit', 'icons_gl', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #4caf50;
}
.upload .files-list > li .meta .size {
  float: left !important;
  color: #919191;
  margin-left: 5px;
}
.upload .files-list > li .meta .delete {
  float: right !important;
}
.upload .files-list > li.template {
  display: none !important;
}
.upload .files-list > li.loading .bar {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  height: 6px;
  opacity: 1;
  position: relative;
}
.upload .files-list > li.loading .bar::before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-size: 4px 4px;
  border-radius: 3px;
  box-sizing: content-box;
  content: " ";
  display: block;
  height: 100%;
}
.upload .files-list > li.loading .bar.level1::before {
  background-color: #f44336;
}
.upload .files-list > li.loading .bar.level2::before {
  background-color: #f1b92b;
}
.upload .files-list > li.loading .bar.level3::before {
  background-color: #4caf50;
}
.upload .files-list > li.loading .meta {
  opacity: 0;
}
.upload .files-list > li.loading .meta .delete {
  cursor: default;
}
.upload .files-list > li:nth-child(2) {
  border-top: 1px solid #ccc;
}
.upload .files-list > li:last-child:not(.template) {
  margin-bottom: 20px;
}
.upload .upload-area {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.upload .upload-area .icon {
  display: block;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 10px;
}
.upload .upload-area .icon::before {
  font-size: 60px;
}
.upload .upload-area .next-to {
  display: inline-block;
  vertical-align: middle;
}
.upload .upload-area .icon,
.upload .upload-area h4,
.upload .upload-area p,
.upload .upload-area small {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #919191;
}
.upload .upload-area h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.upload .upload-area p {
  margin-bottom: 3px;
}
.upload .upload-area small {
  display: block;
  font-size: 11px;
}
.upload .upload-area .big-screen {
  display: none;
}
.upload .upload-area .upload-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.upload .upload-area .upload-button input[type="file"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.upload .upload-area .upload-button:hover a {
  text-decoration: underline;
}
.upload .upload-area.dragover {
  border-color: #919191;
  border-style: solid;
}
.upload .upload-area.dragover i[data-icon],
.upload .upload-area.dragover h4,
.upload .upload-area.dragover p,
.upload .upload-area.dragover small {
  color: #919191;
}
.upload .upload-area.dragover a {
  opacity: 1;
}
.upload .upload-area + .tooltip.error,
.upload .upload-area .tooltip.error {
  margin-top: 0;
  padding: 4px;
}
.upload .upload-area + .tooltip.error .tooltip-inner,
.upload .upload-area .tooltip.error .tooltip-inner {
  background: #f44336;
  display: block;
}
.upload .upload-area + .tooltip.error .tooltip-arrow #popoverArrow,
.upload .upload-area .tooltip.error .tooltip-arrow #popoverArrow {
  border-bottom: 4px solid #f44336;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  margin-left: -4px;
  top: 0;
}
.upload.loading {
  pointer-events: none;
  position: relative;
}
.upload.loading .loading-blend {
  display: flex;
}
@media (min-width: 768px) {
  .upload .upload-area {
    text-align: left;
  }
  .upload .upload-area .icon {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 40px;
    margin-top: 0;
  }
  .upload .upload-area .big-screen {
    display: block;
  }
  .upload .upload-area .small-screen {
    display: none;
  }
}
.cover-photo {
  background-color: #f3f8ff;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.cover-photo .loading-blend {
  width: 100%;
  height: 100%;
  align-items: center;
  background: #222;
  border-radius: 10px;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
}
.cover-photo .loading-blend .loading-spinner {
  display: block;
}
.cover-photo .loading-spinner {
  display: none;
}
.cover-photo .sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.cover-photo .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cover-photo .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.cover-photo .sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.cover-photo .sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.cover-photo .sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.cover-photo .sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}
.cover-photo .sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.cover-photo .sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.cover-photo .sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.cover-photo .sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.cover-photo .sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.cover-photo .sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.cover-photo .sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.cover-photo .sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.cover-photo .sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.cover-photo .sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.cover-photo .sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.cover-photo .sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.cover-photo .sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.cover-photo .sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.cover-photo .sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.cover-photo .sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.cover-photo .sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.cover-photo .sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.cover-photo .upload {
  padding: 20px;
}
.cover-photo .upload .files-list {
  display: none;
}
.cover-photo .options,
.cover-photo .upload {
  display: none;
  position: relative;
}
.cover-photo .text-bordered {
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.cover-photo .options-background {
  padding: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 10px;
}
.cover-photo:not(.edition)::before {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  background-position: center;
  background-size: cover;
  content: '';
  -webkit-filter: blur(10px);
  filter: blur(10px);
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
}
.cover-photo:not(.edition).loaded::before {
  opacity: 0;
}
@media (min-width: 768px) {
  .cover-photo {
    height: 280px;
    padding-bottom: 0;
  }
  .cover-photo.edition::before {
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
  }
  .cover-photo.edition .upload {
    display: block;
  }
  .cover-photo.edition .upload .upload-area *:not(a) {
    color: #fff;
  }
  .cover-photo:not(.edition):hover .options {
    display: block;
  }
  .cover-photo.empty .options .remove {
    display: none;
  }
  .cover-photo .actions {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .cover-photo .guillotine-window {
    cursor: move;
    overflow: hidden;
    position: relative;
  }
  .cover-photo .guillotine-window .guillotine-canvas {
    left: 0;
    position: absolute;
    top: 0;
  }
  .cover-photo .guillotine-window .guillotine-canvas * {
    width: 100%;
    height: 100%;
  }
}
.cover-photo {
  margin-bottom: -20px;
}
.candidates-navigation .box-white {
  overflow: hidden;
}
.candidates-navigation .item {
  color: #474747;
  display: block;
  min-height: 80px;
  position: relative;
}
.candidates-navigation .item .icon {
  width: 40px;
  height: 100%;
  background: #ccc;
  color: #fff;
  position: absolute;
  top: 0;
}
.candidates-navigation .item .icon::before {
  font-size: 24px;
}
.candidates-navigation .item .avatar {
  position: absolute;
  top: 20px;
}
.candidates-navigation .item.prev {
  padding: 20px 80px 20px 60px;
}
.candidates-navigation .item.prev .icon {
  left: 0;
}
.candidates-navigation .item.prev .avatar {
  right: 20px;
}
.candidates-navigation .item.next {
  padding: 20px 60px 20px 80px;
}
.candidates-navigation .item.next .icon {
  right: 0;
}
.candidates-navigation .item.next .avatar {
  left: 20px;
}
.candidates-navigation .item:hover,
.candidates-navigation .item:focus {
  text-decoration: none;
}
.candidates-navigation .item:hover .icon {
  background: #1a7cd1;
}
.candidates-navigation .item.back:hover {
  background: #1a7cd1;
  color: #fff;
}
.new-ui .wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.new-ui .wrapper .main-sidebar {
  margin-top: 20px;
}
.new-ui .user-details {
  text-align: center;
}
.new-ui .user-details .headline {
  justify-content: center;
}
.new-ui .user-actions .btn {
  margin-bottom: 10px;
  width: 100%;
}
.new-ui .skills-list,
.new-ui .badge-list {
  margin-bottom: -10px;
}
.new-ui .skills-list .blankslate,
.new-ui .badge-list .blankslate {
  margin-bottom: 10px;
}
.new-ui .item:not(:first-child) {
  border-top: 1px solid #e9eced;
  padding-top: 20px;
}
.new-ui .language-level {
  min-height: 1px;
  position: relative;
}
.new-ui .language-level::before,
.new-ui .language-level .bar {
  content: '';
  border-radius: 3px;
  height: 6px;
  position: absolute;
}
.new-ui .language-level::before {
  background: #e9eced;
  width: 100%;
}
.new-ui .language-level .bar {
  background: #ffe000;
}
.new-ui .endorsements-link {
  text-decoration: none;
}
.new-ui .endorsements-link::before {
  content: attr(data-collapse);
  font-family: 'spacegrotesk-bold', sans-serif;
}
.new-ui .endorsements-link.collapsed::before {
  content: attr(data-expand);
}
.new-ui .endorsements-link::after {
  content: '\e62d';
  display: inline-block;
  font-family: 'uikit', sans-serif;
  margin-left: 20px/4;
}
.new-ui .endorsements-link.collapsed::after {
  content: '\e62e';
}
.new-ui .team-members {
  margin-top: -10px;
}
.new-ui .recruiter-panel {
  position: relative;
}
.new-ui .recruiter-panel.loading {
  overflow: hidden;
}
.new-ui .recruiter-panel.loading .loading-blend {
  display: flex;
  opacity: 0.8;
}
.new-ui .anonymous-blur {
  background: url('../bundles/user/img/user_profile_summary_blur.jpg') -10px 0 no-repeat;
  height: 100px;
}
.new-ui .anonymous-banner {
  background: linear-gradient(90deg, #fffde4 0%, #ffffff 100%);
  border: 1px solid #e9eced;
  border-radius: 5px;
}
.modal.loading .modal-body {
  min-height: 200px;
}
.modal.loading .modal-body .loading-blend {
  display: flex;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cover-photo {
    margin-bottom: -80px;
  }
  .new-ui .user-details {
    text-align: left;
  }
  .new-ui .user-details .headline {
    justify-content: start;
  }
  .new-ui .user-actions .btn {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .new-ui .wrapper {
    flex-direction: row;
  }
  .new-ui .wrapper .well.blankslate {
    margin-left: -30px;
    margin-right: -30px;
  }
}


@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.loading-blend {
  width: 100%;
  height: 100%;
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.loading-blend .loading-spinner {
  display: block;
}
.sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #46484f;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle2::before {
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle3::before {
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle4::before {
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle5::before {
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle6::before {
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle7::before {
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle8::before {
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle9::before {
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle10::before {
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle11::before {
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle12::before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.bg-blue-dark {
  background-color: #2d4083 !important;
}
.bg-dark-grey {
  background-color: #545453 !important;
}
.bg-light-grey {
  background-color: #e9eced !important;
}
.bg-main-background {
  background-color: #f8f9fB !important;
}
.bg-primary {
  background-color: #7c99a3 !important;
}
.bg-primary-dark {
  background-color: #05475e !important;
}
.bg-strong-grey {
  background-color: #6e768b !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-yellow {
  background-color: #ffe000 !important;
}
.border-dark {
  border-color: #ddd;
}
.border-yellow {
  border-color: #ffe000 !important;
}
.text-green-light {
  color: #55c2a7 !important;
}
.text-muted {
  color: #6e768b !important;
}
.text-primary {
  color: #7c99a3 !important;
}
.text-white {
  color: #fff !important;
}
.text-yellow {
  color: #ffe000 !important;
}
.text-violet {
  color: #9A7DB0 !important;
}
.text-black {
  color: #000 !important;
}
.new-ui .ui-multiselect,
.new-ui .ui-selectmenu-button.ui-button {
  background: #fff;
  border: 2px solid #e9eced;
  border-radius: 4px;
  color: #46484f;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  width: 100% !important;
}
.new-ui .ui-multiselect:focus,
.new-ui .ui-selectmenu-button.ui-button:focus {
  outline: none;
}
.new-ui .ui-multiselect .ui-selectmenu-icon,
.new-ui .ui-selectmenu-button.ui-button .ui-selectmenu-icon,
.new-ui .ui-multiselect .ui-icon,
.new-ui .ui-selectmenu-button.ui-button .ui-icon {
  background: none;
  text-indent: 0;
  vertical-align: baseline;
}
.new-ui .ui-multiselect .ui-selectmenu-icon::before,
.new-ui .ui-selectmenu-button.ui-button .ui-selectmenu-icon::before,
.new-ui .ui-multiselect .ui-icon::before,
.new-ui .ui-selectmenu-button.ui-button .ui-icon::before {
  content: '\e62e';
  font-family: 'uikit', sans-serif;
}
.new-ui .ui-multiselect.ui-selectmenu-button-open,
.new-ui .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border-color: #6e768b;
}
.new-ui .error .ui-multiselect,
.new-ui .error .ui-selectmenu-button.ui-button {
  border-color: #f44336;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border: 2px solid #e9eced;
  font-family: 'spacegrotesk-regular', sans-serif;
  max-height: 200px;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li {
  border-top: 1px solid #e9eced;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li:hover {
  background: #f5f5f5;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li:first-child {
  border: 0;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li .ui-menu-item-wrapper {
  padding: 0;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li .ui-menu-item-wrapper.ui-state-active {
  background: transparent;
  border: 0;
  color: inherit;
}
.ui-selectmenu-menu.ui-front {
  z-index: 9999;
}
.ui-multiselect-menu.ui-widget.ui-widget-content {
  background: #fff;
  border: 2px solid #e9eced;
  font-family: 'spacegrotesk-regular', sans-serif;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  z-index: 1051 !important;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes {
  padding: 0;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li {
  border-top: 1px solid #e9eced;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li:hover {
  background: #f5f5f5;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li:first-child {
  border: 0;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label {
  border: 0;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  text-indent: 0;
  padding: 10px 20px;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label.ui-state-hover {
  background: none;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label.ui-state-active {
  background: #8fa8b1;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label input {
  margin-right: 10px;
}
.text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.link-black a:link,
.link-black a:visited,
.link-black a:hover,
.link-black a:active {
  color: black;
}
.text-bold {
  font-weight: bold;
}
.o-hidden {
  overflow: hidden;
}
.image-fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.radius-top-5 {
  border-radius: 5px 5px 0 0;
}
.content-underline::after {
  width: 100%;
  height: 20px;
  background: linear-gradient(270deg, rgba(255, 224, 0, 0.28), #ffe000);
  content: '';
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.new-ui .autocompleter {
  border: 2px solid #e9eced;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  position: relative;
  width: 100% !important;
}
.new-ui .autocompleter:before,
.new-ui .autocompleter:after {
  display: table;
  content: " ";
}
.new-ui .autocompleter:after {
  clear: both;
}
.new-ui .autocompleter:before,
.new-ui .autocompleter:after {
  display: table;
  content: " ";
}
.new-ui .autocompleter:after {
  clear: both;
}
.new-ui .autocompleter.focus {
  border-color: #6e768b;
}
.new-ui .autocompleter.single li {
  width: 100%;
}
.new-ui .autocompleter input,
.new-ui .autocompleter input:focus {
  border: 0 !important;
  box-shadow: none !important;
  float: left;
  font-size: 16px !important;
  padding: 10px 20px !important;
}
.new-ui .autocompleter .chosen {
  margin-left: -2px;
  margin-right: 2px;
}
.new-ui .autocompleter .chosen li {
  align-items: center;
  background: #f3f4f6;
  border-radius: 20px;
  color: #6e768b;
  display: flex;
  float: left;
  margin: 2px;
  padding: 8px 20px;
}
.new-ui .autocompleter .chosen li .delete {
  display: flex;
  margin-left: 10px;
  text-decoration: none;
}
.new-ui .autocompleter .chosen li .delete::before {
  color: #6e768b;
  content: '\e070';
  font-family: 'uikit', sans-serif;
  font-size: 22px;
  margin: 0 -5px;
}
.new-ui .autocompleter .chosen li.normal {
  justify-content: space-between;
}
.new-ui .autocompleter .chosen li.focus {
  background: #6e768b;
  color: #fff;
}
.new-ui .autocompleter .chosen li.focus .delete::before {
  color: #fff;
}
.new-ui .autocompleter .suggestions {
  background: #fff;
  border: 2px solid #e9eced;
  border-radius: 4px;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 1;
}
.new-ui .autocompleter .suggestions li {
  border-top: 1px solid #e9eced;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}
.new-ui .autocompleter .suggestions li:first-child {
  border: 0;
}
.new-ui .autocompleter .suggestions li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.new-ui .autocompleter .suggestions li strong {
  font-family: 'spacegrotesk-regular', sans-serif;
  font-weight: 400;
}
.new-ui .jquery-autocompleter {
  display: block;
  margin: 0;
}
.new-ui .jquery-autocompleter .widget {
  border: 2px solid #e9eced;
  border-radius: 4px;
  min-height: 48px !important;
  max-height: none !important;
  width: 100% !important;
}
.new-ui .jquery-autocompleter .widget .items-list {
  display: flex;
  flex-wrap: wrap;
}
.new-ui .jquery-autocompleter .widget .items-list .jquery-autocompleter-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
.new-ui .jquery-autocompleter .widget .items-list .input,
.new-ui .jquery-autocompleter .widget .items-list .item {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: space-between;
  line-height: unset !important;
  margin: 2px;
}
.new-ui .jquery-autocompleter .widget .items-list .input input[type="text"],
.new-ui .jquery-autocompleter .widget .items-list .item input[type="text"] {
  margin: 0;
  width: 100% !important;
}
.new-ui .jquery-autocompleter .widget .items-list .item {
  font-size: 16px !important;
  padding: 0 10px;
}
.new-ui .jquery-autocompleter .widget .items-list .item .remove {
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}
.new-ui .jquery-autocompleter .widget .items-list .item .remove::before {
  font-size: 22px;
}
.new-ui .jquery-autocompleter .widget .items-list input,
.new-ui .jquery-autocompleter .widget .items-list input:focus {
  font-size: 16px !important;
  line-height: unset !important;
  padding: 0 10px;
}
.new-ui .jquery-autocompleter .widget.widget-sm .items-list .input,
.new-ui .jquery-autocompleter .widget.widget-sm .items-list .item {
  font-size: 13px !important;
  height: 30px;
}
.new-ui .jquery-autocompleter .widget.widget-sm .items-list input,
.new-ui .jquery-autocompleter .widget.widget-sm .items-list input:focus {
  font-size: 13px !important;
}
.new-ui .jquery-autocompleter.single .widget .items-list li {
  width: 100%;
}
.new-ui .jquery-autocompleter.single .widget .items-list .input:not(:first-child) {
  display: none;
}
.new-ui .ui-autocomplete.ui-menu {
  border: 2px solid #e9eced;
}
.new-ui .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  line-height: 24px;
  padding: 10px 20px;
}
.new-ui .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #7c99a3;
  border: 0;
}
.new-ui .btn {
  border: 2px solid #7c99a3;
  border-radius: 6px;
  font-family: 'spacegrotesk-bold', sans-serif;
  font-weight: normal;
}
.new-ui .btn.loading::after {
  width: 1em;
  height: 1em;
  animation: load 1.3s infinite linear;
  background: none;
  border-radius: 50%;
  color: #fff;
  font-size: 4px;
  margin-top: -2px;
  left: 50%;
  position: absolute;
  top: 50%;
}
.new-ui .btn.btn-default {
  background: #fff;
  color: #7c99a3;
}
.new-ui .btn.btn-default.loading::after {
  color: #7c99a3;
}
.new-ui .btn.btn-primary {
  background: #7c99a3;
  color: #fff;
}
.new-ui .btn.btn-primary.loading::after {
  animation: load-primary 1.3s infinite linear;
}
.new-ui .btn.btn-light {
  background: #fff;
  color: #7c99a3;
  border-color: #f3f4f6;
}
.new-ui .btn.btn-light.loading::after {
  animation: load-primary 1.3s infinite linear;
}
.new-ui .btn.btn-light:hover {
  background: #fff;
  color: #8fa8b1;
  border-color: #f3f4f6;
}
.new-ui .btn.btn-huge {
  padding: 10px 25px;
}
.new-ui .btn:hover {
  background: #8fa8b1;
  border-color: #8fa8b1;
  color: #fff;
}
.new-ui .btn.btn-block,
.new-ui .btn.btn-xs-block {
  width: 100%;
}
@keyframes load {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #7c99a3, 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.5), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.7), 1.8em -1.8em 0 0 #7c99a3, 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.5), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.7), 2.5em 0 0 0 #7c99a3, 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.5), 2.5em 0 0 0 rgba(124, 153, 163, 0.7), 1.75em 1.75em 0 0 #7c99a3, 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.5), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.7), 0 2.5em 0 0 #7c99a3, -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.5), 0 2.5em 0 0 rgba(124, 153, 163, 0.7), -1.8em 1.8em 0 0 #7c99a3, -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.5), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.7), -2.6em 0 0 0 #7c99a3, -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.5), -2.6em 0 0 0 rgba(124, 153, 163, 0.7), -1.8em -1.8em 0 0 #7c99a3;
  }
}
@keyframes load-primary {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #f8f9fb, 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.5), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.7), 1.8em -1.8em 0 0 #f8f9fb, 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.5), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.7), 2.5em 0 0 0 #f8f9fb, 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.5), 2.5em 0 0 0 rgba(248, 249, 251, 0.7), 1.75em 1.75em 0 0 #f8f9fb, 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.5), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.7), 0 2.5em 0 0 #f8f9fb, -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.5), 0 2.5em 0 0 rgba(248, 249, 251, 0.7), -1.8em 1.8em 0 0 #f8f9fb, -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.5), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.7), -2.6em 0 0 0 #f8f9fb, -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.5), -2.6em 0 0 0 rgba(248, 249, 251, 0.7), -1.8em -1.8em 0 0 #f8f9fb;
  }
}
@media (min-width: 768px) {
  .new-ui .btn.btn-xs-block {
    width: auto;
  }
}
.new-ui .checkbox-wrapper {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  clear: both;
}
.new-ui .checkbox-wrapper .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #e9eced;
}
.new-ui .checkbox-wrapper .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0;
  width: 0;
  border-radius: 5px;
  border: solid #6e768b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.new-ui .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.new-ui .checkbox-wrapper input:checked ~ .checkbox-custom {
  background-color: #6e768b;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #6e768b;
}
.new-ui .checkbox-wrapper input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
.new-ui .checkbox-wrapper input:disabled ~ .checkbox-custom {
  background-color: #f8f9fB;
}
.new-ui .d-flex {
  display: flex;
}
.new-ui .d-inline-flex {
  display: inline-flex;
}
.new-ui .fit-contain {
  object-fit: contain;
}
.new-ui .mw-0 {
  min-width: 0;
}
.new-ui .flex-10,
.new-ui .flex-20,
.new-ui .flex-30,
.new-ui .flex-40,
.new-ui .flex-50,
.new-ui .flex-60,
.new-ui .flex-70,
.new-ui .flex-80 {
  flex: 100%;
  min-width: 0;
}
.new-ui .flex-flow-wrap {
  flex-flow: wrap;
}
.new-ui .flex-wrap-wrap {
  flex-wrap: wrap;
}
.new-ui .flex-basis-0 {
  flex-basis: 0;
}
.new-ui .flex-basis-100 {
  flex-basis: 100%;
}
.new-ui .flex-grow-1 {
  flex-grow: 1;
}
.new-ui .flex-grow-2 {
  flex-grow: 2;
}
.new-ui .flex-shrink-0 {
  flex-shrink: 0;
}
.new-ui .flex-row-reverse {
  flex-direction: row-reverse;
}
.new-ui .align-items-start {
  align-items: flex-start;
}
.new-ui .align-items-center {
  align-items: center;
}
.new-ui .align-items-stretch {
  align-items: stretch;
}
.new-ui .align-items-end {
  align-items: flex-end;
}
.new-ui .justify-content-center {
  justify-content: center;
}
.new-ui .justify-content-end {
  justify-content: flex-end;
}
.new-ui .justify-content-between {
  justify-content: space-between;
}
.new-ui .flex-direction-column {
  flex-direction: column;
}
.new-ui .d-none {
  display: none;
}
.new-ui .d-inline {
  display: inline;
}
.new-ui .d-block {
  display: block;
}
.new-ui .d-inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .new-ui .d-sm-flex {
    display: flex;
  }
  .new-ui .justify-content-sm-end {
    justify-content: flex-end;
  }
  .new-ui .flex-10 {
    flex: 10%;
  }
  .new-ui .flex-20 {
    flex: 20%;
  }
  .new-ui .flex-30 {
    flex: 30%;
  }
  .new-ui .flex-40 {
    flex: 40%;
  }
  .new-ui .flex-50 {
    flex: 50%;
  }
  .new-ui .flex-60 {
    flex: 60%;
  }
  .new-ui .flex-70 {
    flex: 70%;
  }
  .new-ui .flex-80 {
    flex: 80%;
  }
  .new-ui .justify-content-sm-end {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .new-ui .d-md-flex {
    display: flex;
  }
  .new-ui .d-md-none {
    display: none;
  }
  .new-ui .d-md-block {
    display: block;
  }
  .new-ui .d-md-inline {
    display: inline;
  }
  .new-ui .justify-content-md-center {
    justify-content: center;
  }
  .new-ui .align-items-md-stretch {
    align-items: stretch;
  }
  .new-ui .align-items-md-end {
    align-items: flex-end;
  }
  .new-ui .flex-direction-md-row {
    flex-direction: row;
  }
  .new-ui .flex-direction-md-column {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .new-ui .d-lg-flex {
    display: flex;
  }
}
.new-ui .m-0 {
  margin: 0 !important;
}
.new-ui .mb-0 {
  margin-bottom: 0 !important;
}
.new-ui .mb-1 {
  margin-bottom: 10px !important;
}
.new-ui .mb-2 {
  margin-bottom: 20px !important;
}
.new-ui .mb-3 {
  margin-bottom: 30px !important;
}
.new-ui .mb-4 {
  margin-bottom: 40px !important;
}
.new-ui .mb-5 {
  margin-bottom: 50px !important;
}
.new-ui .mb-6 {
  margin-bottom: 60px !important;
}
.new-ui .mb-n2 {
  margin-bottom: -20px !important;
}
.new-ui .ml-0 {
  margin-left: 0 !important;
}
.new-ui .ml-1 {
  margin-left: 10px !important;
}
.new-ui .ml-2 {
  margin-left: 20px !important;
}
.new-ui .ml-3 {
  margin-left: 30px !important;
}
.new-ui .ml-7 {
  margin-left: 70px !important;
}
.new-ui .mr-1 {
  margin-right: 10px !important;
}
.new-ui .mr-2 {
  margin-right: 20px !important;
}
.new-ui .mr-3 {
  margin-right: 30px !important;
}
.new-ui .mr-4 {
  margin-right: 40px !important;
}
.new-ui .mr-5 {
  margin-right: 50px !important;
}
.new-ui .mr-6 {
  margin-right: 60px !important;
}
.new-ui .mt-0 {
  margin-top: 0 !important;
}
.new-ui .mt-1 {
  margin-top: 10px !important;
}
.new-ui .mt-2 {
  margin-top: 20px !important;
}
.new-ui .mt-3 {
  margin-top: 30px !important;
}
.new-ui .mt-4 {
  margin-top: 40px !important;
}
.new-ui .mt-5 {
  margin-top: 50px !important;
}
.new-ui .mt-8 {
  margin-top: 80px !important;
}
.new-ui .mt-n2 {
  margin-top: -20px !important;
}
.new-ui .mt-n4 {
  margin-top: -40px !important;
}
.new-ui .mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.new-ui .mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.new-ui .my-1 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.new-ui .my-2 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.new-ui .my-3 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.new-ui .my-4 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.new-ui .my-8 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.new-ui .p-0 {
  padding: 0 !important;
}
.new-ui .p-1 {
  padding: 10px !important;
}
.new-ui .p-2 {
  padding: 20px !important;
}
.new-ui .p-3 {
  padding: 30px !important;
}
.new-ui .p-4 {
  padding: 40px !important;
}
.new-ui .pb-2 {
  padding-bottom: 20px !important;
}
.new-ui .pb-4 {
  padding-bottom: 40px !important;
}
.new-ui .pl-0 {
  padding-left: 0 !important;
}
.new-ui .pl-1 {
  padding-left: 10px !important;
}
.new-ui .pl-2 {
  padding-left: 20px !important;
}
.new-ui .pl-3 {
  padding-left: 30px !important;
}
.new-ui .pl-4 {
  padding-left: 40px !important;
}
.new-ui .pr-0 {
  padding-right: 0 !important;
}
.new-ui .pr-2 {
  padding-right: 20px !important;
}
.new-ui .pr-4 {
  padding-right: 40px !important;
}
.new-ui .pr-5 {
  padding-right: 50px !important;
}
.new-ui .pt-2 {
  padding-top: 20px !important;
}
.new-ui .pt-3 {
  padding-top: 30px !important;
}
.new-ui .pt-4 {
  padding-top: 40px !important;
}
.new-ui .pt-5 {
  padding-top: 50px !important;
}
.new-ui .pb-3 {
  padding-bottom: 30px !important;
}
.new-ui .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.new-ui .px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.new-ui .px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.new-ui .px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.new-ui .px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.new-ui .px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.new-ui .py-1 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.new-ui .py-2 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.new-ui .py-3 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.new-ui .py-4 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.new-ui .py-5 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.new-ui .py-8 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (min-width: 768px) {
  .new-ui .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .new-ui .ml-sm-0 {
    margin-left: 0 !important;
  }
  .new-ui .ml-sm-1 {
    margin-left: 10px !important;
  }
  .new-ui .ml-sm-2 {
    margin-left: 20px !important;
  }
  .new-ui .ml-sm-3 {
    margin-left: 30px !important;
  }
  .new-ui .ml-sm-5 {
    margin-left: 50px !important;
  }
  .new-ui .mr-sm-1 {
    margin-right: 10px !important;
  }
  .new-ui .mr-sm-2 {
    margin-right: 20px !important;
  }
  .new-ui .mr-sm-4 {
    margin-right: 40px !important;
  }
  .new-ui .mt-sm-0 {
    margin-top: 0 !important;
  }
  .new-ui .mx-sm-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .new-ui .mx-sm-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .new-ui .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .new-ui .p-sm-4 {
    padding: 40px !important;
  }
  .new-ui .pl-sm-2 {
    padding-left: 20px !important;
  }
  .new-ui .pl-sm-4 {
    padding-left: 40px !important;
  }
  .new-ui .pr-sm-2 {
    padding-right: 20px !important;
  }
  .new-ui .px-sm-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .new-ui .px-sm-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .new-ui .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .new-ui .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .new-ui .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .new-ui .mb-md-2 {
    margin-bottom: 20px !important;
  }
  .new-ui .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .new-ui .mb-md-5 {
    margin-bottom: 50px !important;
  }
  .new-ui .mb-md-8 {
    margin-bottom: 80px !important;
  }
  .new-ui .ml-md-3 {
    margin-left: 30px !important;
  }
  .new-ui .ml-md-4 {
    margin-left: 40px !important;
  }
  .new-ui .mr-md-0 {
    margin-right: 0 !important;
  }
  .new-ui .mr-md-2 {
    margin-right: 20px !important;
  }
  .new-ui .mt-md-0 {
    margin-top: 0 !important;
  }
  .new-ui .mt-md-3 {
    margin-top: 30px !important;
  }
  .new-ui .mt-md-4 {
    margin-top: 40px !important;
  }
  .new-ui .mt-md-5 {
    margin-top: 50px !important;
  }
  .new-ui .mt-md-6 {
    margin-top: 60px !important;
  }
  .new-ui .mt-md-7 {
    margin-top: 70px !important;
  }
  .new-ui .p-md-1 {
    padding: 10px !important;
  }
  .new-ui .p-md-2 {
    padding: 20px !important;
  }
  .new-ui .p-md-3 {
    padding: 30px !important;
  }
  .new-ui .p-md-5 {
    padding: 50px !important;
  }
  .new-ui .pt-md-6 {
    padding-top: 60px !important;
  }
  .new-ui .pr-md-5 {
    padding-right: 50px !important;
  }
  .new-ui .px-md-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .new-ui .px-md-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .new-ui .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .new-ui .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .new-ui .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  .new-ui .ml-lg-3 {
    margin-left: 30px !important;
  }
  .new-ui .ml-lg-4 {
    margin-left: 40px !important;
  }
  .new-ui .mr-lg-0 {
    margin-right: 0 !important;
  }
}
.new-ui .nav-tabs {
  border-bottom: 2px solid #e9eced;
  margin: 0 -20px;
  padding: 0 20px;
}
.new-ui .nav-tabs li {
  margin-bottom: -2px;
  margin-right: 20px;
}
.new-ui .nav-tabs li a {
  font-family: 'spacegrotesk-bold', sans-serif;
  padding: 0 0 10px 0;
}
.new-ui .nav-tabs li a,
.new-ui .nav-tabs li a:hover,
.new-ui .nav-tabs li a:focus {
  background: none;
  border: 0;
  color: #6e768b;
  font-size: 16px;
  line-height: 18px;
}
.new-ui .nav-tabs li.active a,
.new-ui .nav-tabs li.active a:hover,
.new-ui .nav-tabs li.active a:focus {
  border-bottom: 2px solid #7c99a3;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #000;
}
@media (min-width: 992px) {
  .new-ui .nav-tabs li {
    margin-right: 50px;
  }
  .new-ui .nav-tabs li a,
  .new-ui .nav-tabs li a:hover,
  .new-ui .nav-tabs li a:focus {
    font-size: 24px;
    line-height: 32px;
  }
  .new-ui .p-md-5 .nav-tabs {
    margin: 0 -50px;
    padding: 0 50px;
  }
}
.new-ui .w-0 {
  width: 0;
}
.new-ui .w-25 {
  width: 25%;
}
.new-ui .w-30 {
  width: 30%;
}
.new-ui .w-50 {
  width: 50%;
}
.new-ui .w-70 {
  width: 70%;
}
.new-ui .w-75 {
  width: 75%;
}
.new-ui .w-100 {
  width: 100%;
}
.new-ui .h-i {
  height: inherit;
}
.new-ui .h-0 {
  height: 0;
}
.new-ui .h-100 {
  height: 100%;
}
@media (min-width: 768px) {
  .new-ui .w-sm-25 {
    width: 25%;
  }
  .new-ui .w-sm-50 {
    width: 50%;
  }
  .new-ui .w-sm-75 {
    width: 75%;
  }
  .new-ui .w-sm-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .new-ui .w-md-25 {
    width: 25%;
  }
  .new-ui .w-md-50 {
    width: 50%;
  }
  .new-ui .w-md-75 {
    width: 75%;
  }
  .new-ui .w-md-100 {
    width: 100%;
  }
}
.new-ui .p-relative {
  position: relative;
}
.new-ui .p-absolute {
  position: absolute;
}
.new-ui .absolute-left {
  left: 0;
}
.new-ui .absolute-right {
  right: 0;
}
.new-ui .badge-country {
  min-height: 30px;
}
.new-ui .language-flag {
  height: 17px;
  margin-left: 5px;
}
.new-ui .special-action-ua {
  border-radius: 20px;
  border: 1px solid #ffd700;
  padding: 1px 5px 1px 1px !important;
}
.new-ui .special-action-ua img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.new-ui,
.new-ui .ui-widget {
  font-family: 'spacegrotesk-regular', sans-serif;
}
.new-ui a,
.new-ui .text-primary {
  color: #7c99a3;
}
.new-ui label,
.new-ui strong,
.new-ui .badge,
.new-ui h1,
.new-ui h2,
.new-ui h3,
.new-ui h4,
.new-ui h5,
.new-ui h6 {
  font-family: 'spacegrotesk-bold', sans-serif;
  font-weight: normal;
}
.new-ui .no-wrap {
  white-space: nowrap;
}
.new-ui .rounded {
  border-radius: 50%;
}
.new-ui .corners-rounded {
  border-radius: 5px;
}
.new-ui .box-white {
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
}
.new-ui .well {
  background: #f8f9fB;
  border-color: #e9eced;
  box-shadow: none;
  margin: 0;
  padding: 10px;
}
.new-ui .well.well-white {
  background: #fff;
}
.new-ui .area-scrollable {
  overflow: auto;
}
.new-ui .wrapper {
  padding: 0 10px;
}
.new-ui .control-group ::-webkit-input-placeholder,
.new-ui .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a4a7;
}
.new-ui .control-group ::-moz-placeholder,
.new-ui .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a4a7;
}
.new-ui .control-group :-ms-input-placeholder,
.new-ui .form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a4a7;
}
.new-ui .control-group :-moz-placeholder,
.new-ui .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #a3a4a7;
}
.new-ui .control-group input[type="email"],
.new-ui .form-group input[type="email"],
.new-ui .control-group input[type="number"],
.new-ui .form-group input[type="number"],
.new-ui .control-group input[type="password"],
.new-ui .form-group input[type="password"],
.new-ui .control-group input[type="search"],
.new-ui .form-group input[type="search"],
.new-ui .control-group input[type="text"],
.new-ui .form-group input[type="text"],
.new-ui .control-group input[type="url"],
.new-ui .form-group input[type="url"],
.new-ui .control-group select,
.new-ui .form-group select,
.new-ui .control-group textarea,
.new-ui .form-group textarea,
.new-ui .control-group input[type="email"]:focus,
.new-ui .form-group input[type="email"]:focus,
.new-ui .control-group input[type="number"]:focus,
.new-ui .form-group input[type="number"]:focus,
.new-ui .control-group input[type="password"]:focus,
.new-ui .form-group input[type="password"]:focus,
.new-ui .control-group input[type="search"]:focus,
.new-ui .form-group input[type="search"]:focus,
.new-ui .control-group input[type="text"]:focus,
.new-ui .form-group input[type="text"]:focus,
.new-ui .control-group input[type="url"]:focus,
.new-ui .form-group input[type="url"]:focus,
.new-ui .control-group select:focus,
.new-ui .form-group select:focus,
.new-ui .control-group textarea:focus,
.new-ui .form-group textarea:focus {
  border: 2px solid #e9eced;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  position: relative;
}
.new-ui .control-group input[type="email"]:focus,
.new-ui .form-group input[type="email"]:focus,
.new-ui .control-group input[type="number"]:focus,
.new-ui .form-group input[type="number"]:focus,
.new-ui .control-group input[type="password"]:focus,
.new-ui .form-group input[type="password"]:focus,
.new-ui .control-group input[type="search"]:focus,
.new-ui .form-group input[type="search"]:focus,
.new-ui .control-group input[type="text"]:focus,
.new-ui .form-group input[type="text"]:focus,
.new-ui .control-group input[type="url"]:focus,
.new-ui .form-group input[type="url"]:focus,
.new-ui .control-group select:focus,
.new-ui .form-group select:focus,
.new-ui .control-group textarea:focus,
.new-ui .form-group textarea:focus,
.new-ui .control-group input[type="email"].focus,
.new-ui .form-group input[type="email"].focus,
.new-ui .control-group input[type="number"].focus,
.new-ui .form-group input[type="number"].focus,
.new-ui .control-group input[type="password"].focus,
.new-ui .form-group input[type="password"].focus,
.new-ui .control-group input[type="search"].focus,
.new-ui .form-group input[type="search"].focus,
.new-ui .control-group input[type="text"].focus,
.new-ui .form-group input[type="text"].focus,
.new-ui .control-group input[type="url"].focus,
.new-ui .form-group input[type="url"].focus,
.new-ui .control-group select.focus,
.new-ui .form-group select.focus,
.new-ui .control-group textarea.focus,
.new-ui .form-group textarea.focus {
  border-color: #6e768b;
}
.new-ui .control-group input[type="email"]:disabled,
.new-ui .form-group input[type="email"]:disabled,
.new-ui .control-group input[type="number"]:disabled,
.new-ui .form-group input[type="number"]:disabled,
.new-ui .control-group input[type="password"]:disabled,
.new-ui .form-group input[type="password"]:disabled,
.new-ui .control-group input[type="search"]:disabled,
.new-ui .form-group input[type="search"]:disabled,
.new-ui .control-group input[type="text"]:disabled,
.new-ui .form-group input[type="text"]:disabled,
.new-ui .control-group input[type="url"]:disabled,
.new-ui .form-group input[type="url"]:disabled,
.new-ui .control-group select:disabled,
.new-ui .form-group select:disabled,
.new-ui .control-group textarea:disabled,
.new-ui .form-group textarea:disabled {
  background-color: #f8f9fB;
}
.new-ui .control-group input[type="email"].error,
.new-ui .form-group input[type="email"].error,
.new-ui .control-group input[type="number"].error,
.new-ui .form-group input[type="number"].error,
.new-ui .control-group input[type="password"].error,
.new-ui .form-group input[type="password"].error,
.new-ui .control-group input[type="search"].error,
.new-ui .form-group input[type="search"].error,
.new-ui .control-group input[type="text"].error,
.new-ui .form-group input[type="text"].error,
.new-ui .control-group input[type="url"].error,
.new-ui .form-group input[type="url"].error,
.new-ui .control-group select.error,
.new-ui .form-group select.error,
.new-ui .control-group textarea.error,
.new-ui .form-group textarea.error {
  border-color: #f44336;
}
.new-ui .control-group input[type="email"].input-sm,
.new-ui .form-group input[type="email"].input-sm,
.new-ui .control-group input[type="number"].input-sm,
.new-ui .form-group input[type="number"].input-sm,
.new-ui .control-group input[type="password"].input-sm,
.new-ui .form-group input[type="password"].input-sm,
.new-ui .control-group input[type="search"].input-sm,
.new-ui .form-group input[type="search"].input-sm,
.new-ui .control-group input[type="text"].input-sm,
.new-ui .form-group input[type="text"].input-sm,
.new-ui .control-group input[type="url"].input-sm,
.new-ui .form-group input[type="url"].input-sm,
.new-ui .control-group select.input-sm,
.new-ui .form-group select.input-sm,
.new-ui .control-group textarea.input-sm,
.new-ui .form-group textarea.input-sm {
  height: auto;
  padding-bottom: 6px;
  padding-top: 6px;
}
.new-ui .control-group input[type="color"],
.new-ui .form-group input[type="color"] {
  width: 30px;
}
.new-ui .control-group .error input[type="text"],
.new-ui .form-group .error input[type="text"],
.new-ui .control-group .error textarea,
.new-ui .form-group .error textarea {
  border-color: #f44336;
}
.new-ui .title {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.new-ui .title span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.new-ui .title span::after {
  width: 100%;
  height: 20px;
  background: linear-gradient(270deg, rgba(255, 224, 0, 0.28), #ffe000);
  content: '';
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.new-ui .badge {
  align-items: center;
  background: #f3f4f6;
  border-radius: 20px;
  color: #6e768b;
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  padding: 0 16px;
  text-align: left;
  white-space: initial;
}
.new-ui .badge.badge-primary {
  background: #6e768b;
  color: #fff;
}
.new-ui a.badge:hover {
  background: #7c99a3;
}
.new-ui a.badge.badge-primary:hover {
  background: #8fa8b1;
}
.new-ui .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-ui .warning {
  color: #f44336;
}
.new-ui .icon-sun-bg {
  align-items: center;
  background: radial-gradient(50% 50% at 50% 50%, #ffe000 50%, rgba(255, 224, 0, 0) 100%);
  color: #fff;
  display: inline-flex;
  justify-content: center;
}
.new-ui .border-bottom-light {
  border-bottom: 1px solid #e9eced;
}
.new-ui .borderless {
  border: 0 !important;
  outline: none !important;
}
.new-ui .hidden {
  display: none;
}
.new-ui .overlap-l {
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 9;
}
.new-ui .overlap-r {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 9;
}
.new-ui .no-hyperlink-decoration {
  color: inherit;
  text-decoration: inherit;
}
@media (min-width: 768px) {
  .new-ui .sun-bg-outer {
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .new-ui .sun-bg-outer .sun-bg-inner {
    width: 100%;
    height: 150%;
    background: radial-gradient(50% 50% at 50% 50%, #ffe000 0%, rgba(255, 224, 0, 0) 100%);
    position: absolute;
    right: -50%;
    top: -50%;
  }
}
@media (min-width: 992px) {
  .new-ui .title {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .new-ui .title::after {
    width: 100%;
    height: 20px;
    background: linear-gradient(270deg, rgba(255, 224, 0, 0.28), #ffe000);
    content: '';
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
  .new-ui .title span::after {
    display: none;
  }
  .new-ui .wrapper {
    display: flex;
    padding: 0;
  }
  .new-ui .wrapper .main-content,
  .new-ui .wrapper .main-sidebar {
    min-width: 0;
  }
  .new-ui .wrapper .main-content {
    flex: 0 1 100%;
  }
  .new-ui .wrapper .main-sidebar {
    flex: 0 0 300px;
    margin: 0 0 0 20px;
  }
  .new-ui .wrapper .main-sidebar:first-child {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .new-ui .hidden-lg {
    display: none;
  }
}
#gl-header {
  background: #fff;
  box-shadow: 0 0 20px #f3f4f6;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#gl-header a:not(.btn) {
  color: #000 !important;
  text-decoration: none;
}
#gl-header a:not(.btn).link {
  overflow: hidden;
  padding: 6px 0;
  position: relative;
}
#gl-header a:not(.btn).link::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: -100%;
  position: absolute;
  transition: all 0.2s ease-in;
  width: 100%;
}
#gl-header a:not(.btn).link:hover::after {
  left: 0;
}
#gl-header .highlighted {
  background-color: #ffe000;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
#gl-header .top-bar .container::before,
#gl-header .main-bar .container::before,
#gl-header .top-bar .container::after,
#gl-header .main-bar .container::after {
  content: none;
}
#gl-header .top-bar {
  border-bottom: 1px solid #e9eced;
}
#gl-header .top-bar .container {
  height: 45px;
}
#gl-header .main-bar .container {
  height: 65px;
}
#gl-header .main-bar .container .twitter-typeahead {
  display: block !important;
  height: inherit;
}
#gl-header .main-bar .container .twitter-typeahead .tt-hint {
  color: #919191 !important;
}
#gl-header .main-bar .container .twitter-typeahead .tt-hint,
#gl-header .main-bar .container .twitter-typeahead .tt-input {
  margin: 0;
}
#gl-header .main-bar .container .twitter-typeahead .tt-hint:focus,
#gl-header .main-bar .container .twitter-typeahead .tt-input:focus {
  outline: none;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion {
  line-height: 20px;
  margin-left: 125px;
  padding: 5px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:after {
  display: table;
  content: " ";
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:after {
  clear: both;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:after {
  display: table;
  content: " ";
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:after {
  clear: both;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a {
  color: #474747;
  display: block;
  float: right;
  line-height: 22px;
  margin-left: -25px;
  overflow: hidden;
  padding: 5px 30px 5px 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  width: 360px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20 {
  border: 0;
  float: left;
  margin-right: 10px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:after {
  display: table;
  content: " ";
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:after {
  clear: both;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:after {
  display: table;
  content: " ";
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .thumb-20:after {
  clear: both;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a em,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a .tt-highlight {
  font-style: normal;
  font-weight: bold;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a[class^="icon-"]::before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a[class*=" icon-"]::before {
  position: absolute;
  right: 5px;
  top: 5px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion a:hover {
  text-decoration: none;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-0"],
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-0"],
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-0"] {
  padding: 10px 5px 0;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-0"]::before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-0"]::before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-0"]::before {
  color: #919191;
  content: attr(data-label);
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  padding: 5px 15px;
  position: absolute;
  width: 460px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-0"]:not(:first-child)::before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-0"]:not(:first-child)::before,
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-0"]:not(:first-child)::before {
  border-top: 1px solid #ccc;
  margin-top: -5px;
  padding-top: 5px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion:first-child {
  padding-top: 5px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="users-"] + [class*="users-"],
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="firms-"] + [class*="firms-"],
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion[class*="groups-"] + [class*="groups-"] {
  padding: 0 5px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.query-undefined {
  border-top: 1px solid #ccc;
  margin: 5px 0 0;
  position: relative;
  width: 490px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.query-undefined a {
  border: none;
  color: #1a7cd1;
  padding: 5px 10px;
  width: 480px;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.query-undefined:only-child {
  border-top: none;
  margin: 0;
}
#gl-header .main-bar .container .twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.tt-cursor a {
  background-color: #f3f3f3;
  border-radius: 5px;
  color: #1a7cd1;
}
#gl-header .main-bar .container .livesearch-form {
  position: relative;
}
#gl-header .main-bar .container .livesearch-form input {
  padding-right: 40px;
}
#gl-header .main-bar .container .livesearch-form .icon {
  position: absolute;
  right: 10px;
  top: 8px;
}
#gl-header .main-bar .container .livesearch-form .icon::before {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
#gl-header .main-bar .container .avatar {
  border-radius: 50%;
}
#gl-header .main-bar .container .header-menu {
  position: relative;
}
#gl-header .main-bar .container .header-menu .header-menu-list {
  background-color: #fff;
  border: 2px solid #e9eced;
  border-radius: 5px;
  display: none;
  right: -10px;
  position: absolute;
  top: 40px;
  z-index: 99;
}
#gl-header .main-bar .container .header-menu .header-menu-list::before,
#gl-header .main-bar .container .header-menu .header-menu-list::after {
  border-bottom: 10px solid #e9eced;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  position: absolute;
  right: 10px;
  top: -10px;
}
#gl-header .main-bar .container .header-menu .header-menu-list::after {
  border-bottom-color: #fff;
  top: -7px;
}
#gl-header .main-bar .container .header-menu .header-menu-list li {
  line-height: 20px;
  padding: 10px;
}
#gl-header .main-bar .container .header-menu.open .header-menu-list {
  display: block;
}
#gl-header .main-bar [class*="icon-"] {
  position: relative;
}
#gl-header .main-bar [class*="icon-"]::before {
  color: #6e768b;
  margin: 0;
}
#gl-header .main-bar [class*="icon-"] .counter {
  width: 22px;
  height: 22px;
  align-items: center;
  background: radial-gradient(50% 50% at 50% 50%, #ffe000 50%, rgba(255, 224, 0, 0) 100%);
  color: #fff;
  display: flex;
  font-family: 'spacegrotesk-bold', sans-serif;
  font-size: 11px;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: -7px;
}
#gl-header .main-bar [class*="icon-"] .counter.hide {
  display: none;
}
#gl-header .column {
  width: 100px;
}
#gl-header .mobile-menu {
  width: 100%;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  transition: ease 0.2s;
  z-index: 99;
}
#gl-header .mobile-menu .mobile-menu-wrap {
  height: 100%;
  position: relative;
}
#gl-header .mobile-menu .mobile-menu-close-btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: -40px;
  transition: ease 0.2s;
  z-index: 1;
}
#gl-header .mobile-menu .mobile-menu-close-btn::before {
  color: #fff;
  font-size: 30px;
}
#gl-header .mobile-menu .mobile-menu-content {
  background: #fff;
  font-size: 16px;
  height: 100%;
  justify-content: space-between;
  left: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 80%;
  z-index: 99;
}
#gl-header .mobile-menu .mobile-menu-content,
#gl-header .mobile-menu .mobile-menu-content > div {
  display: flex;
  flex-direction: column;
}
#gl-header .mobile-menu .social-icon {
  width: 30px;
  height: 30px;
  background: #ffe000;
  border-radius: 50%;
}
#gl-header .mobile-menu .social-icon::before {
  color: #fff;
}
#gl-header .mobile-menu .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
}
#gl-header .mobile-menu.visible {
  left: 0;
}
#gl-header .mobile-menu.visible .mobile-menu-close-btn {
  top: 20px;
}
#gl-header .mobile-menu.visible .mobile-menu-overlay {
  display: block;
}
.pros-ico::before {
  color: #55C2A7;
}
.cons-ico::before {
  color: #828282;
}
.cons-area input,
.pros-area input {
  text-indent: 26px;
}


@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}#facebook-auto-login-modal {
  z-index: 9999;
}
#facebook-auto-login-modal .modal-body {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#facebook-auto-login-modal .modal-body .fb-avatar-wrapper {
  margin-bottom: 20px;
}
#facebook-auto-login-modal .modal-body .fb-content-wrapper .title {
  margin-bottom: 10px;
}
#facebook-auto-login-modal .modal-body .fb-content-wrapper p {
  color: #919191;
  font-size: 14px;
}
#facebook-auto-login-modal .not-now {
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  #facebook-auto-login-modal .modal-body {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
  #facebook-auto-login-modal .modal-body .fb-avatar-wrapper {
    flex: 0 0 100px;
  }
  #facebook-auto-login-modal .modal-body .fb-content-wrapper {
    flex: 0 1 100%;
  }
  #facebook-auto-login-modal .not-now {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}


@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.registration-teaser {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  line-height: 20px;
  max-height: 350px;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 1002;
}
.registration-teaser .submit-section p {
  margin-top: -30px;
}
@media (min-width: 992px) {
  .registration-teaser form > .form-group:nth-child(2),
  .registration-teaser form > .form-group:nth-child(3),
  .registration-teaser form .name .form-group {
    width: 49%;
  }
  .registration-teaser form > .form-group:nth-child(2),
  .registration-teaser form .name .form-group:nth-child(1) {
    float: left;
  }
  .registration-teaser form > .form-group:nth-child(3),
  .registration-teaser form .name .form-group:nth-child(2) {
    float: right;
  }
}

