.hse-marketplace-page .hse-base-container {
  padding: 0 7px 0 0;
}
.hse-marketplace-page .hse-base-container .hse-base-container-inner {
  overflow: auto;
  padding: 0 17px 24px 24px;
}
.hse-marketplace-page .hse-base-container .hse-base-container-inner .breadcrumbs {
  margin-top: 16px;
}

.hse-base-content._after-title._after-breadcrumbs.hse-marketplace-inner {
  height: unset;
  overflow: unset;
}

.hse-base-page-title {
  padding-bottom: 3px;
}

.hse-marketplace-after-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 31.5px;
  max-width: 740px;
}

.hse-marketplace-filters {
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.hse-marketplace-filters .marketplace-filters-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}
.hse-marketplace-filters .marketplace-filters-right .filters-desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.hse-marketplace-filters .marketplace-filters-right .button-show-filters-mobile {
  display: none;
}
.hse-marketplace-filters .marketplace-filters-right .hse-input-group.select-options .input-select-options {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #808080;
}
.hse-marketplace-filters .marketplace-filters-right .hse-input-group.select-options .input-label {
  color: #808080;
}
.hse-marketplace-filters .input-group-search #searchFilter {
  width: 100%;
  padding-left: 48px;
  padding-top: 18px;
}
.hse-marketplace-filters .input-group-search .input-label {
  left: 48px;
  top: 15px;
}
.hse-marketplace-filters .input-group-search .input-icons {
  right: unset;
  left: 6px;
  justify-content: flex-end;
}
.hse-marketplace-filters .input-group-search .search-input-clear-button {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.hse-marketplace-filters .input-group-search .search-input-clear-button.active {
  opacity: 0.47;
  visibility: visible;
}
.hse-marketplace-filters .input-group-search .search-input-clear-button:hover {
  opacity: 1;
}
.hse-marketplace-filters .input-group-search .searched-skill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  padding: 11px 16px 11px 11px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #808080;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hse-marketplace-filters .input-group-search .searched-skill.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hse-marketplace-filters .input-group-search .searched-skill .cl_list-cat button {
  max-width: calc(100% - 65px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hse-marketplace-filters .input-group-search .searched-skill .search-clear-skill-button {
  background: transparent;
  border: none;
  border-bottom: 1px dotted #FD2348;
  padding: 0;
  color: #FD2348;
  font-size: 11.7px;
  line-height: 1.1;
  font-weight: 400;
}
.hse-marketplace-filters .input-group-search .searched-skill .search-clear-skill-button:hover {
  border-bottom: 1px dotted #FFFFFF;
  color: #FFFFFF;
}

.hse-marketplace-filters .hse-input-group .input-field, .hse-marketplace-filters .hse-input-group .input-label, .right-sidebar .hse-input-group .input-field, .right-sidebar .hse-input-group .input-label {
  z-index: 5;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
.hse-marketplace-filters .hse-input-group input.input-select-options[readonly] + label.input-label, .right-sidebar .hse-input-group input.input-select-options[readonly] + label.input-label {
  color: #808080;
}
.hse-marketplace-filters .hse-input-group .input-icons, .right-sidebar .hse-input-group .input-icons {
  z-index: 4;
}
.hse-marketplace-filters .hse-input-group.select-options, .right-sidebar .hse-input-group.select-options {
  z-index: unset;
}
.hse-marketplace-filters .hse-input-group.select-options .input-field:-moz-read-only, .right-sidebar .hse-input-group.select-options .input-field:-moz-read-only {
  background: transparent;
  border: 1px solid #808080;
  color: #FFFFFF;
  cursor: pointer;
}
.hse-marketplace-filters .hse-input-group.select-options .input-field:read-only, .right-sidebar .hse-input-group.select-options .input-field:read-only {
  background: transparent;
  border: 1px solid #808080;
  color: #FFFFFF;
  cursor: pointer;
}
.hse-marketplace-filters .hse-input-group.select-options .input-field:-moz-read-only:hover, .right-sidebar .hse-input-group.select-options .input-field:-moz-read-only:hover {
  border-color: #FFFFFF;
}
.hse-marketplace-filters .hse-input-group.select-options .input-field:read-only:hover, .right-sidebar .hse-input-group.select-options .input-field:read-only:hover {
  border-color: #FFFFFF;
}
.hse-marketplace-filters .hse-input-group.select-options.active .input-field:-moz-read-only, .right-sidebar .hse-input-group.select-options.active .input-field:-moz-read-only {
  border-color: #EF5600;
}
.hse-marketplace-filters .hse-input-group.select-options.active .input-field:read-only, .right-sidebar .hse-input-group.select-options.active .input-field:read-only {
  border-color: #EF5600;
}
.hse-marketplace-filters .hse-input-group.select-options .input-field-select-options, .right-sidebar .hse-input-group.select-options .input-field-select-options {
  z-index: 20;
}
.hse-marketplace-filters .filter-experts .input-field-select-options .select-option:nth-child(2), .hse-marketplace-filters .sort-experts .input-field-select-options .select-option:nth-child(2), .right-sidebar .filter-experts .input-field-select-options .select-option:nth-child(2), .right-sidebar .sort-experts .input-field-select-options .select-option:nth-child(2) {
  margin-top: 14px;
  position: relative;
}
.hse-marketplace-filters .filter-experts .input-field-select-options .select-option:nth-child(2)::after, .hse-marketplace-filters .sort-experts .input-field-select-options .select-option:nth-child(2)::after, .right-sidebar .filter-experts .input-field-select-options .select-option:nth-child(2)::after, .right-sidebar .sort-experts .input-field-select-options .select-option:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1607843137);
}

.right-sidebar .modal-title-wrapper {
  padding-bottom: 16px;
}
.right-sidebar .right-sidebar-content .experts-sort-filters-sidebar-content {
  border-top: 1px solid #808080;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hse-input-group {
  margin: 0;
}

.explore-skills-button svg {
  width: 16px;
  height: 16px;
}

.hse-marketplace-wrapper {
  padding: 0 24px 24px;
}

.hse-marketplace-content {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0;
  gap: 24px;
}
.hse-marketplace-content .coach-block {
  padding-top: 24px;
  position: relative;
}
.hse-marketplace-content .coach-block .coach-photo-wrapper {
  position: relative;
  width: 100%;
}
.hse-marketplace-content .coach-block .coach-photo-wrapper .coach-top-label {
  position: absolute;
  top: -9px;
  right: -9px;
  height: 18px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11.7px;
  line-height: 18px;
  color: #FFFFFF;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  z-index: 5;
}
.hse-marketplace-content .coach-block .coach-photo-wrapper .coach-top-label.new-expert {
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  background: #FFFFFF;
  color: #EF5600;
}
.hse-marketplace-content .coach-block .coach-photo-wrapper .coach-top-label.most-reviewed {
  background: rgba(0, 0, 0, 0.6392156863);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.hse-marketplace-content .coach-block .coach-photo-wrapper .coach-top-label.top-expert {
  background: #EF5600;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.hse-marketplace-content .coach-block .coach-photo-wrapper .coach-top-label.exclusive-on-hse {
  background: #FD2348;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.hse-marketplace-content .coach-block .coach-photo-inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.hse-marketplace-content .coach-block .coach-photo-inner .coach-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.hse-marketplace-content .coach-block .coach-photo-inner .coach-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.hse-marketplace-content .coach-block .coach-photo-inner .coach-buttons {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3px;
  bottom: 0;
}
.hse-marketplace-content .coach-block .coach-photo-inner .coach-buttons .coach-details-button {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.hse-marketplace-content .coach-block .coach-photo-inner .coach-buttons .coach-video-button {
  background-color: rgba(0, 0, 0, 0.6);
}
.hse-marketplace-content .coach-block .coach-photo-inner:hover .coach-photo:not(.coach-unfinished) {
  transform: scale(1.12);
}
.hse-marketplace-content .coach-block .coach-photo-inner:hover .coach-photo:not(.coach-unfinished)::after {
  opacity: 0.4;
}
.hse-marketplace-content .coach-block .coach-photo-inner:hover .coach-buttons .coach-details-button {
  opacity: 1;
}
.hse-marketplace-content .coach-block .coach-name {
  font-weight: 700;
  font-size: 20.25px;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 14px;
}
.hse-marketplace-content .coach-block .coach-name a {
  position: relative;
}
.hse-marketplace-content .coach-block .coach-name a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.hse-marketplace-content .coach-block .coach-name a:hover {
  color: #FFFFFF;
}
.hse-marketplace-content .coach-block .coach-name a:hover::after {
  opacity: 1;
}
.hse-marketplace-content .coach-block .coach-price-rating {
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 10px;
}
.hse-marketplace-content .coach-block .coach-price-rating .coach-price {
  font-weight: 600;
  font-size: 15.75px;
  line-height: 27px;
  letter-spacing: 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hse-marketplace-content .coach-block .coach-price-rating .coach-rating {
  display: flex;
  align-items: center;
  gap: 5.5px;
  height: 24px;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 0.0784313725);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 4px;
  padding-left: 6.5px;
  padding-right: 9.5px;
  font-size: 13.5px;
  line-height: 22.5px;
  font-weight: 600;
}
.hse-marketplace-content .coach-block .coach-price-rating .coach-rating span {
  margin-top: 2px;
}
.hse-marketplace-content .coach-block .coach-description {
  font-weight: 400;
  font-size: 15.75px;
  line-height: 27px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hse-marketplace-content .coach-block .hard-skills-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 7px;
}
.hse-marketplace-content .coach-block .hard-skills-list .coach-skills-extra-count {
  background: rgba(0, 0, 0, 0.2392156863);
  border: 0.5px solid #808080;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  font-weight: 600;
  font-size: 13.5px;
  height: 24px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.hse-marketplace-content .coach-block .hard-skills-list .coach-skills-extra-count-link {
  transition: all 0.2s ease-in-out;
}
.hse-marketplace-content .coach-block .hard-skills-list .coach-skills-extra-count-link:hover .coach-skills-extra-count {
  border-color: #FFFFFF;
}
.hse-marketplace-content .coach-block .hard-skills-list .coach-skills-extra-count-link.unfinished {
  pointer-events: none;
  cursor: default;
}
.hse-marketplace-content .coach-block .hard-skills-list .coach-skills-extra-count-link.unfinished .coach-skills-extra-count {
  border-color: #808080;
}

.cl_list-cat {
  max-width: 100%;
}
.cl_list-cat button {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.show-more-experts-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 80px;
  position: relative;
}
.show-more-experts-button-wrapper .show-more-experts-button {
  position: relative;
}
.show-more-experts-button-wrapper .show-more-experts-button span {
  transition: all 0.2s linear;
  position: relative;
}
.show-more-experts-button-wrapper .show-more-experts-button:disabled {
  cursor: default;
}
.show-more-experts-button-wrapper .show-more-experts-button.loading {
  background: linear-gradient(96.46deg, #EF5600 0%, #FD2348 100%);
  cursor: default;
}
.show-more-experts-button-wrapper .show-more-experts-button.loading:disabled {
  opacity: 1;
}
.show-more-experts-button-wrapper .show-more-experts-button.loading span {
  opacity: 0;
}
.show-more-experts-button-wrapper .show-more-experts-button.loading::after {
  visibility: visible;
  opacity: 1;
}
.show-more-experts-button-wrapper .show-more-experts-button::after {
  transition: all 0.2s linear;
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  transform-origin: center;
  padding: 2px;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  --_m:
  conic-gradient(#0000 10%, #FFFFFF),
  linear-gradient(#FFFFFF 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: spin 1.5s infinite linear;
}

.marketplace-bottom {
  margin-top: 80px;
  background: #262626;
  border: 1px solid #808080;
  border-radius: 16px;
  padding: 40px 80px;
}
.marketplace-bottom .marketplace-bottom-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  margin: 0;
}
.marketplace-bottom .marketplace-bottom-title {
  font-weight: 600;
  font-size: 27px;
  line-height: 40.5px;
}
.marketplace-bottom .marketplace-bottom-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 31.5px;
  padding-left: 30px;
  margin-top: 6px;
}

.hse-marketplace-content.empty-content {
  grid-template-columns: 1fr;
}
.hse-marketplace-content.empty-content .empty-content-text {
  font-weight: 600;
  font-size: 20.25px;
  line-height: 33.75px;
  color: #FFFFFF;
  margin-top: 80px;
  text-align: center;
}

.hse-base-after-title {
  margin-bottom: -10px;
  z-index: 11;
  position: relative;
}

.hse-base-container-inner.sticky-filters .hse-base-top-filters::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -9px;
  width: calc(100% + 18px);
  z-index: 9;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #0D0D0D 0%, #333333 2%, #333333 98%, #0D0D0D 100%) 1;
     border-image: linear-gradient(90deg, #0D0D0D 0%, #333333 2%, #333333 98%, #0D0D0D 100%) 1;
}

.hse-base-top-filters {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #0D0D0D;
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  padding: 0 3px;
}

.marketplace-search-wrapper {
  position: relative;
  width: 328px;
}
.marketplace-search-wrapper .search-result-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  padding-right: 4px;
  overflow: hidden;
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 16px;
  padding: 0;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.marketplace-search-wrapper .search-result-wrapper .search-res {
  padding: 10px 0;
  height: -moz-max-content;
  height: max-content;
  min-height: 68px;
  max-height: calc(100vh - 330px);
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner {
  height: -moz-max-content;
  height: max-content;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link {
  transition: all 0.2s ease-in-out;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .highlighted-text {
  background-color: #9E3C05;
  padding: 0;
  display: inline;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .search-res-experts {
  padding-bottom: 8px;
  position: relative;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .search-res-experts::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 11px;
  width: calc(100% - 22px);
  height: 1px;
  border-bottom: 1px dashed #333333;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .search-res-title {
  font-weight: 600;
  font-size: 11.7px;
  line-height: 18px;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .search-res-title.search-res-title-experts {
  padding: 0 11px 3px;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .search-res-skills {
  padding: 8px 11px 0;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .search-res-skills .search-res-skills-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link.unfinished {
  pointer-events: none;
  cursor: default;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link.unfinished svg {
  display: none;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link .found-coach {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 11px;
  transition: all 0.2s ease-in-out;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link .found-coach .coach-search-photo-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  overflow: hidden;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link .found-coach .coach-search-photo-wrapper .coach-search-photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link .found-coach .coach-search-info {
  width: 226px;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link .found-coach .coach-search-info .coach-search-name {
  font-weight: 600;
  font-size: 15.75px;
  line-height: 27px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link .found-coach .coach-search-info .coach-search-description {
  font-weight: 400;
  font-size: 13.5px;
  line-height: 22.5px;
  color: #808080;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link .found-coach svg {
  opacity: 0.47;
  transition: all 0.2s ease-in-out;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link:hover:not(.unfinished) .found-coach {
  background: rgba(255, 255, 255, 0.1607843137);
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link:hover:not(.unfinished) .found-coach .coach-search-name {
  color: #FFFFFF;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .coach-search-link:hover:not(.unfinished) .found-coach svg {
  opacity: 1;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .button-show-more-experts {
  font-weight: 400;
  font-size: 11.7px;
  line-height: 1.1;
  color: #EF5600;
  margin-left: 11px;
  background: transparent;
  border: none;
  border-bottom: 1px dotted #EF5600;
  padding: 0;
  cursor: pointer;
}
.marketplace-search-wrapper .search-result-wrapper .search-res .search-res-inner .button-show-more-experts:hover {
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}
.marketplace-search-wrapper .search-result-wrapper .search-res::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.marketplace-search-wrapper .search-result-wrapper .search-res::after {
  transition: all 0.2s linear;
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  transform-origin: center;
  padding: 2px;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #EF5600;
  --_m:
  conic-gradient(#0000 10%, #EF5600),
  linear-gradient(#EF5600 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: spin 1.5s infinite linear;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 11;
}
.marketplace-search-wrapper .search-result-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.marketplace-search-wrapper .search-result-wrapper.loading .search-res::before {
  visibility: visible;
  opacity: 1;
}
.marketplace-search-wrapper .search-result-wrapper.loading .search-res::after {
  visibility: visible;
  opacity: 1;
}
.marketplace-search-wrapper .search-result-wrapper .search-res-msg {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15.75px;
  line-height: 27px;
  color: #808080;
}

#modalViewVideo .modal-content-close {
  top: 78px;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 1440px) {
  .hse-marketplace-wrapper {
    padding: 0 20px 20px;
  }
  .hse-marketplace-content {
    gap: 20px;
  }
  .hse-marketplace-content .coach-block {
    padding-top: 20px;
  }
  .hse-marketplace-content .coach-block .coach-name {
    font-size: 18px;
  }
  .hse-marketplace-content .coach-block .coach-price-rating .coach-price {
    font-size: 13.5px;
    line-height: 22.5px;
  }
  .hse-marketplace-content .coach-block .coach-price-rating .coach-rating {
    font-size: 11.7px;
    line-height: 18px;
    height: 20px;
    padding-left: 4.5px;
    padding-right: 6px;
  }
  .hse-marketplace-content .coach-block .coach-description {
    font-size: 13.5px;
    line-height: 22.5px;
  }
  .show-more-experts-button-wrapper {
    padding-top: 64px;
  }
  .marketplace-bottom {
    margin-top: 64px;
    padding: 40px 38px;
  }
  .marketplace-bottom .marketplace-bottom-inner {
    gap: 50px;
  }
  .marketplace-bottom .marketplace-bottom-title {
    font-size: 22.5px;
    line-height: 36px;
  }
  .marketplace-bottom .marketplace-bottom-text {
    font-size: 15.75px;
    line-height: 27px;
    margin-top: 0;
    padding-left: 24px;
  }
  .hse-marketplace-content.empty-content .empty-content-text {
    margin-top: 64px;
  }
  .hse-marketplace-after-title {
    font-size: 15.75px;
    line-height: 27px;
    max-width: 650px;
  }
}
@media (max-width: 1365px) {
  .hse-marketplace-content .coach-buttons .coach-video-button {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hse-marketplace-content .coach-buttons .coach-video-button span {
    display: none;
  }
  .hse-marketplace-filters .marketplace-filters-right .filters-desktop {
    display: none;
  }
  .hse-marketplace-filters .marketplace-filters-right .button-show-filters-mobile {
    display: block;
    position: relative;
    display: flex;
    gap: 8px;
  }
  .hse-marketplace-filters .marketplace-filters-right .button-show-filters-mobile::before {
    content: "";
    position: absolute;
    top: -7px;
    right: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0D0D0D;
    visibility: hidden;
    opacity: 0;
  }
  .hse-marketplace-filters .marketplace-filters-right .button-show-filters-mobile::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FD2348;
    visibility: hidden;
    opacity: 0;
  }
  .hse-marketplace-filters .marketplace-filters-right .button-show-filters-mobile.active::before {
    visibility: visible;
    opacity: 1;
  }
  .hse-marketplace-filters .marketplace-filters-right .button-show-filters-mobile.active::after {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .hse-marketplace-page .hse-base-container {
    padding: 0 4px 0 0;
  }
  .hse-marketplace-page .hse-base-container .hse-base-container-inner {
    padding: 0 12px 24px 16px;
  }
  .hse-marketplace-wrapper {
    padding: 0 15px 15px;
  }
  .hse-marketplace-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }
  .hse-marketplace-content .coach-block {
    padding-top: 15px;
  }
  .hse-marketplace-content .coach-block .coach-photo-wrapper .coach-top-label {
    top: -4px;
    right: -4px;
  }
  .hse-marketplace-content .coach-block .coach-name {
    font-size: 15.75px;
    line-height: 1.2;
    margin-top: 13px;
  }
  .hse-marketplace-content .coach-block .coach-name a::after {
    bottom: 0;
  }
  .hse-marketplace-content .coach-block .coach-price-rating {
    margin-top: 4px;
    gap: 10px;
  }
  .hse-marketplace-content .coach-block .coach-price-rating .coach-price {
    font-size: 11.7px;
    line-height: 18px;
  }
  .hse-marketplace-content .coach-block .coach-price-rating .coach-rating {
    border-radius: 4px;
    gap: 5.5px;
    height: 20px;
    padding-left: 4.5px;
    padding-right: 6px;
    font-size: 11.7px;
    line-height: 18px;
  }
  .hse-marketplace-content .coach-block .coach-price-rating .coach-rating span {
    margin-top: 2px;
  }
  .hse-marketplace-content .coach-block .coach-description {
    font-size: 11.7px;
    line-height: 18px;
    margin-top: 10px;
  }
  .hse-marketplace-content .coach-block .hard-skills-list {
    gap: 8px;
    margin-top: 5px;
  }
  .hse-marketplace-content .coach-block .hard-skills-list .coach-skills-extra-count {
    border-radius: 6px;
    font-size: 11.7px;
    height: 20px;
    padding: 0 6px;
  }
  .hse-marketplace-content .coach-buttons .coach-video-button {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hse-marketplace-content .coach-buttons .coach-video-button span {
    display: none;
  }
  .cl_list-cat {
    border-radius: 6px;
    font-size: 11.7px;
    min-height: 20px;
  }
  .show-more-experts-button-wrapper {
    padding-top: 40px;
  }
  .marketplace-bottom {
    margin-top: 40px;
    padding: 24px;
  }
  .marketplace-bottom .marketplace-bottom-inner {
    flex-direction: column;
    gap: 24px;
  }
  .hse-marketplace-content.empty-content .empty-content-text {
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  .marketplace-bottom {
    margin-top: 80px;
    padding: 24px;
  }
  .marketplace-bottom .marketplace-bottom-inner {
    flex-direction: column;
    gap: 16px;
  }
  .marketplace-bottom .marketplace-bottom-title {
    font-size: 20.25px;
    line-height: 33.75px;
  }
  .marketplace-bottom .marketplace-bottom-text {
    font-size: 13.5px;
    line-height: 22.5px;
    padding-left: 23px;
    margin-top: 0;
  }
}
@media (max-width: 729px) {
  .hse-marketplace-wrapper {
    padding: 0 8px 8px;
  }
  .hse-marketplace-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .hse-marketplace-content .coach-block {
    padding-top: 8px;
  }
  .hse-base-template .hse-base-container .breadcrumbs {
    margin: 9px 0 15px;
  }
  .show-more-experts-button-wrapper {
    padding-top: 24px;
  }
  .hse-marketplace-content.empty-content .empty-content-text {
    margin-top: 24px;
  }
  .hse-marketplace-after-title {
    font-size: 11.7px;
    line-height: 18px;
    max-width: 480px;
  }
  .hse-marketplace-page .hse-base-container .hse-base-container-inner .breadcrumbs {
    margin: 14px 0 10px;
  }
  .hse-base-template .hse-base-container .hse-base-page-title {
    padding-bottom: 5px;
  }
  .hse-marketplace-filters {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    gap: 16px;
  }
  .hse-marketplace-filters .marketplace-filters-left {
    width: 100%;
  }
  .hse-marketplace-filters .marketplace-filters-left .marketplace-search-wrapper {
    width: 100%;
  }
  .hse-marketplace-filters .marketplace-filters-left .search-result-wrapper {
    width: 100%;
  }
  .hse-marketplace-filters .marketplace-filters-left .explore-skills-button {
    position: absolute;
    top: 80px;
  }
  .hse-marketplace-filters .marketplace-filters-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .hse-base-after-title {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .marketplace-bottom {
    margin-top: 24px;
  }
  .marketplace-bottom .marketplace-bottom-inner {
    text-align: center;
    align-items: center;
  }
  .marketplace-bottom .marketplace-bottom-title {
    font-size: 18px;
    line-height: 31.5px;
  }
  .marketplace-bottom .marketplace-bottom-text {
    font-size: 11.7px;
    line-height: 18px;
  }
}/*# sourceMappingURL=marketplace.css.map */