/* apps-showcase.css?file=../ui/components/Link/Link.styl */
.apps_showcase_link {
  text-decoration: none;
}
.apps_showcase_link:hover {
  text-decoration: underline;
}
.apps_showcase_link.apps_showcase___primary {
  color: var(--color_main);
}
.apps_showcase_link.apps_showcase___secondary {
  color: var(--color_secondary);
}
.apps_showcase_link.apps_showcase___active4 {
  color: var(--color_orange);
}
.apps_showcase_link.apps_showcase___black {
  color: var(--color_main);
}
.apps_showcase_link.apps_showcase___white2 {
  color: var(--color_white);
}
.apps_showcase_link.apps_showcase___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.apps_showcase_link.apps_showcase___orange:hover {
  color: var(--color_action_active_new);
}
.apps_showcase_link.apps_showcase___none {
  text-decoration: none;
  cursor: auto;
}
.apps_showcase_link.apps_showcase___none:hover {
  color: inherit;
  text-decoration: none;
}
.apps_showcase_link.apps_showcase___no-text-decor,
.apps_showcase_link.apps_showcase___no-text-decor:hover {
  text-decoration: none;
}

/* apps-showcase.css?file=../ui/components/Button/ButtonClean.styl */
.apps_showcase_button-clean {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.apps_showcase_button-clean:focus-visible {
  outline: var(--focus-outline);
}

/* apps-showcase.css?file=../ui/components/Icon/Icon.styl */
.apps_showcase_icon {
  display: inline-block;
}
.apps_showcase_icon > svg {
  display: block;
}
.apps_showcase_icon.apps_showcase___is-flipped {
  transform: scaleX(-1);
}
.apps_showcase_icon.apps_showcase___margin-right {
  margin-right: 4px;
}
.apps_showcase_icon.apps_showcase___margin-left {
  margin-left: 4px;
}
.apps_showcase_icon.apps_showcase___size-8 {
  width: 8px;
  height: 8px;
}
.apps_showcase_icon.apps_showcase___size-10 {
  width: 10px;
  height: 10px;
}
.apps_showcase_icon.apps_showcase___size-12 {
  width: 12px;
  height: 12px;
}
.apps_showcase_icon.apps_showcase___size-16 {
  width: 16px;
  height: 16px;
}
.apps_showcase_icon.apps_showcase___size-18 {
  width: 18px;
  height: 18px;
}
.apps_showcase_icon.apps_showcase___size-20 {
  width: 20px;
  height: 20px;
}
.apps_showcase_icon.apps_showcase___size-24 {
  width: 24px;
  height: 24px;
}
.apps_showcase_icon.apps_showcase___size-26 {
  width: 26px;
  height: 26px;
}
.apps_showcase_icon.apps_showcase___size-28 {
  width: 28px;
  height: 28px;
}
.apps_showcase_icon.apps_showcase___size-32 {
  width: 32px;
  height: 32px;
}
.apps_showcase_icon.apps_showcase___size-36 {
  width: 36px;
  height: 36px;
}
.apps_showcase_icon.apps_showcase___size-40 {
  width: 40px;
  height: 40px;
}
.apps_showcase_icon.apps_showcase___size-44 {
  width: 44px;
  height: 44px;
}
.apps_showcase_icon.apps_showcase___size-482 {
  width: 48px;
  height: 48px;
}
.apps_showcase_icon.apps_showcase___size-54 {
  width: 54px;
  height: 54px;
}
.apps_showcase_icon.apps_showcase___size-56 {
  width: 56px;
  height: 56px;
}
.apps_showcase_icon.apps_showcase___size-60 {
  width: 60px;
  height: 60px;
}
.apps_showcase_icon.apps_showcase___size-64 {
  width: 64px;
  height: 64px;
}
.apps_showcase_icon.apps_showcase___size-80 {
  width: 80px;
  height: 80px;
}
.apps_showcase_icon.apps_showcase___size-96 {
  width: 96px;
  height: 96px;
}
.apps_showcase_icon.apps_showcase___size-100 {
  width: 100px;
  height: 100px;
}
.apps_showcase_icon.apps_showcase___size-120 {
  width: 120px;
  height: 120px;
}
.apps_showcase_icon.apps_showcase___size-128 {
  width: 128px;
  height: 128px;
}
.apps_showcase_icon.apps_showcase___size-132 {
  width: 132px;
  height: 132px;
}
.apps_showcase_icon.apps_showcase___size-144 {
  width: 144px;
  height: 144px;
}
.apps_showcase_icon.apps_showcase___size-152 {
  width: 152px;
  height: 152px;
}
.apps_showcase_icon.apps_showcase___size-160 {
  width: 160px;
  height: 160px;
}
.apps_showcase_icon.apps_showcase___size-176 {
  width: 176px;
  height: 176px;
}
.apps_showcase_icon.apps_showcase___size-208 {
  width: 208px;
  height: 208px;
}
.apps_showcase_icon.apps_showcase___size-240 {
  width: 240px;
  height: 240px;
}
.apps_showcase_icon.apps_showcase___size-288 {
  width: 288px;
  height: 288px;
}
.apps_showcase_icon.apps_showcase___size-full {
  width: 100%;
  height: 100%;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  stroke: currentColor;
}

/* apps-showcase.css?file=../ui/components/IconLoader/IconLoader.styl */
.apps_showcase_loader2 {
  animation: apps_showcase_spin2 .5s steps(12) infinite;
}
@keyframes apps_showcase_spin2 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* apps-showcase.css?file=../ui/components/Input/Input.styl */
.apps_showcase_input {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 8px;
  border: var(--input_border);
  border-radius: 3px;
  color: var(--color_secondary);
  font-size: 14px;
  line-height: 17px;
  background-color: var(--color_surface);
  outline: none;
}
.apps_showcase_input:-ms-input-placeholder::selection {
  background-color: transparent;
}
.apps_showcase_input::-ms-clear {
  display: none;
}
.apps_showcase_input::-webkit-inner-spin-button,
.apps_showcase_input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.apps_showcase_input:focus {
  border-color: var(--color_gray-4);
  color: var(--color_main);
}
.apps_showcase_input.apps_showcase___error {
  border-color: var(--color_red);
}
.apps_showcase_input[type=text]:disabled {
  background-color: var(--color_on-surface);
}
.apps_showcase_input[type=text]:disabled.apps_showcase___preset-disabled {
  color: var(--color_secondary);
}
.apps_showcase_input.apps_showcase___redesign-2024 {
  color: var(--color_main);
  border-radius: 4px;
}
.apps_showcase_input.apps_showcase___redesign-2024::placeholder {
  color: var(--color_secondary);
}
.apps_showcase_input.apps_showcase___redesign-2024::-webkit-input-placeholder,
.apps_showcase_input.apps_showcase___redesign-2024:-moz-placeholder,
.apps_showcase_input.apps_showcase___redesign-2024::-moz-placeholder,
.apps_showcase_input.apps_showcase___redesign-2024:-ms-input-placeholder {
  color: var(--color_secondary);
}
.apps_showcase_input::-webkit-input-placeholder {
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.apps_showcase_input:-moz-placeholder {
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.apps_showcase_input::-moz-placeholder {
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.apps_showcase_input:-ms-input-placeholder {
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.apps_showcase_input::placeholder {
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.apps_showcase___size-s {
  height: 24px;
  font-size: 12px;
}
.apps_showcase___size-m {
  height: 32px;
}
.apps_showcase___size-l {
  height: 48px;
}
.apps_showcase___soft {
  border-radius: 8px;
}
.apps_showcase___rounded.apps_showcase___size-s {
  border-radius: 12px;
}
.apps_showcase___rounded.apps_showcase___size-m {
  border-radius: 16px;
}
.apps_showcase___rounded.apps_showcase___size-l {
  border-radius: 24px;
}

/* apps-showcase.css?file=../ui/components/Loader/FetchingHorizontalLoader/FetchingHorizontalLoader.styl */
.apps_showcase_loader {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 8px;
  padding: 0;
  text-align: center;
}
.apps_showcase_loader:before,
.apps_showcase_loader:after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  content: "";
}
.apps_showcase_loader.apps_showcase___light2:before,
.apps_showcase_loader.apps_showcase___light2:after {
  background: var(--color_white);
}
.apps_showcase_loader.apps_showcase___small {
  width: 16px;
  height: 4px;
}
.apps_showcase_loader.apps_showcase___small:before,
.apps_showcase_loader.apps_showcase___small:after {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.apps_showcase_loader.apps_showcase___small:before {
  margin: -4px 0 0 -10px;
}
.apps_showcase_loader.apps_showcase___small:after {
  margin: -4px -6px 0 0;
}
.apps_showcase_loader:before {
  left: 50%;
  margin: -4px 0 0 -15px;
  animation: apps_showcase_show .9s 0s infinite linear;
}
.apps_showcase_loader:after {
  right: 50%;
  margin: -4px -15px 0 0;
  animation: apps_showcase_show .9s .3s infinite linear;
}
.apps_showcase_loader .apps_showcase_item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  animation: apps_showcase_show .9s .15s infinite linear;
}
.apps_showcase_loader .apps_showcase_item.apps_showcase___small {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.apps_showcase_loader .apps_showcase_item.apps_showcase___light2 {
  background: var(--color_white);
}
@keyframes apps_showcase_show {
  0% {
    transform: scale(.75);
    opacity: .5;
  }
  25% {
    transform: scale(.75);
    opacity: .5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(.75);
    opacity: .5;
  }
}

/* apps-showcase.css?file=../ui/components/Spin/Spin.styl */
.apps_showcase_spin {
  display: inline-block;
}
.apps_showcase_spin.apps_showcase___center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.apps_showcase_spin.apps_showcase___absolute {
  position: absolute;
}
.apps_showcase_spin.apps_showcase___fixed {
  position: fixed;
}
.apps_showcase_spin.apps_showcase___absolute,
.apps_showcase_spin.apps_showcase___fixed {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apps_showcase_spin-container.apps_showcase___with-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.apps_showcase_spin-icon-wrapper {
  line-height: 0;
}
.apps_showcase_spin-icon-wrapper.apps_showcase___default {
  width: 32px;
  height: 32px;
}
.apps_showcase_spin-icon-wrapper.apps_showcase___small2 {
  width: 16px;
  height: 16px;
}
.apps_showcase_spin-label {
  margin-top: 16px;
  font-size: var(--fs-l);
  line-height: 21px;
  color: var(--color_secondary);
}
.apps_showcase_spin-icon svg {
  animation: apps_showcase_rotate 3.5s linear infinite;
}
.apps_showcase_spin-icon svg circle {
  stroke: var(--color_orange);
  animation: apps_showcase_arcs 3.9s cubic-bezier(.82, .1, .48, 1) infinite;
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .apps_showcase_spin-icon svg circle {
    stroke: var(--color_white);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .apps_showcase_spin-icon svg circle,
:root.ds-colors.dark-theme .apps_showcase_spin-icon svg circle {
  stroke: var(--color_white);
}
@keyframes apps_showcase_rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes apps_showcase_arcs {
  0% {
    stroke-dashoffset: 87.9646;
  }
  12.5% {
    stroke-dashoffset: 65.97345;
  }
  25% {
    stroke-dashoffset: 43.9823;
  }
  37.5% {
    stroke-dashoffset: 21.99115;
  }
  50% {
    stroke-dashoffset: 0;
  }
  62.5% {
    stroke-dashoffset: -21.99115;
  }
  75% {
    stroke-dashoffset: -43.9823;
  }
  87.5% {
    stroke-dashoffset: -65.97345;
  }
  to {
    stroke-dashoffset: -87.9646;
  }
}

/* apps-showcase.css?file=../ui/components/Spinner/Spinner.styl */
.apps_showcase_spinner {
  position: relative;
  display: inline-block;
  color: var(--color_white);
  vertical-align: middle;
}
.apps_showcase_spinner.apps_showcase___size-162 {
  width: 16px;
  height: 16px;
}
.apps_showcase_spinner.apps_showcase___size-202 {
  width: 20px;
  height: 20px;
}
.apps_showcase_spinner.apps_showcase___size-402 {
  width: 40px;
  height: 40px;
}
.apps_showcase_spinner.apps_showcase___size-48 {
  width: 48px;
  height: 48px;
}
.apps_showcase_spinner.apps_showcase___view-secondary2 {
  color: var(--color_secondary);
}
.apps_showcase_spinner.apps_showcase___light3 {
  color: var(--color_orange);
}
.apps_showcase_spinner.apps_showcase___outline2,
.apps_showcase_spinner.apps_showcase___clean2 {
  color: var(--color_secondary);
}
.apps_showcase_spinner:before,
.apps_showcase_spinner:after,
.apps_showcase_el:before,
.apps_showcase_el:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: apps_showcase_spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  content: "";
}
.apps_showcase_spinner.apps_showcase___size-48:before,
.apps_showcase_spinner.apps_showcase___size-48:after,
.apps_showcase_spinner.apps_showcase___size-48 .apps_showcase_el:before,
.apps_showcase_spinner.apps_showcase___size-48 .apps_showcase_el:after {
  border-width: 4px;
}
.apps_showcase_spinner:after {
  animation-delay: -.45s;
}
.apps_showcase_el:before {
  animation-delay: -.3s;
}
.apps_showcase_el:after {
  animation-delay: -.15s;
}
@keyframes apps_showcase_spinner {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* apps-showcase.css?file=../ui/components/Button/ButtonCore.styl */
.apps_showcase_button-core {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  overflow: visible;
  color: var(--color_white);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color_orange_new);
  outline: none;
  transition: box-shadow .1s ease-in, background-color .1s ease-in;
  user-select: none;
}
.apps_showcase_button-core.apps_showcase___size-l2 {
  height: 40px;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: var(--fs-l);
  line-height: var(--lh-n);
}
.apps_showcase_button-core.apps_showcase___size-m2 {
  height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: var(--fs-n);
  line-height: 32px;
}
.apps_showcase_button-core.apps_showcase___size-s2 {
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: var(--fs-s);
  line-height: 24px;
}
.apps_showcase_button-core.apps_showcase___wide2 {
  width: 100%;
}
.apps_showcase_button-core.apps_showcase___circle {
  min-width: 0;
  padding: 0;
}
.apps_showcase_button-core.apps_showcase___circle.apps_showcase___size-m2 {
  width: 32px;
}
.apps_showcase_button-core.apps_showcase___circle.apps_showcase___size-s2 {
  width: 24px;
}
.apps_showcase_button-core.apps_showcase___view-secondary {
  color: var(--color_secondary);
  background-color: var(--color_main-008);
}
.apps_showcase_button-core.apps_showcase___view-secondary.apps_showcase___high_contrast {
  color: var(--color_main);
}
.apps_showcase_button-core.apps_showcase___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light);
}
.apps_showcase_button-core.apps_showcase___white {
  color: #333;
  background-color: var(--color_white);
}
.apps_showcase_button-core.apps_showcase___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-008);
}
.apps_showcase_button-core.apps_showcase___eye-catching {
  background-color: #87189d;
}
.apps_showcase_button-core.apps_showcase___view_accent {
  color: var(--color_white);
  background-color: #1abaff;
}
.apps_showcase_button-core.apps_showcase___dark {
  color: var(--color_white);
  background-color: #0009;
}
.apps_showcase_button-core.apps_showcase___outline {
  color: var(--color_secondary);
  background-color: var(--color_surface);
  box-shadow: inset 0 0 0 1px var(--color_gray-stub);
}
.apps_showcase_button-core.apps_showcase___clean {
  color: var(--color_secondary);
  background-color: transparent;
}
.apps_showcase_button-core.apps_showcase___no-radius {
  border-radius: 0;
}
.apps_showcase_button-core.apps_showcase___radius-8 {
  border-radius: 8px;
}
.apps_showcase_button-core.apps_showcase___radius-16 {
  border-radius: 16px;
}
.apps_showcase_button-core.apps_showcase___radius-40 {
  border-radius: 40px;
}
.apps_showcase_button-core.apps_showcase___center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.apps_showcase_content {
  display: block;
}
.apps_showcase_content.apps_showcase___center-align {
  display: flex;
  align-items: center;
}
.apps_showcase_spinner2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.apps_showcase_button-core.apps_showcase___loading .apps_showcase_content {
  z-index: -1;
  opacity: 0;
}
.apps_showcase_button-core.apps_showcase___loading .apps_showcase_spinner2 {
  display: flex;
}
.apps_showcase_button-core-container:hover.apps_showcase_button-core,
.apps_showcase_button-core-container:focus.apps_showcase_button-core,
.apps_showcase_button-core-container:active.apps_showcase_button-core,
.apps_showcase_button-core-container.apps_showcase___active.apps_showcase_button-core,
.apps_showcase_button-core-container:hover .apps_showcase_button-core,
.apps_showcase_button-core-container:focus .apps_showcase_button-core,
.apps_showcase_button-core-container:active .apps_showcase_button-core,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core {
  color: var(--color_white);
  text-decoration: none;
  background-color: var(--color_orange_hover);
  box-shadow: 0 0 0 1px var(--color_orange_hover);
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___view-secondary,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___view-secondary,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___view-secondary,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___view-secondary {
  color: var(--dynamic-text-and-icons-base-primary);
  background-color: var(--color_main-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___view-secondary.apps_showcase___high_contrast,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___view-secondary.apps_showcase___high_contrast,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___view-secondary.apps_showcase___high_contrast,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___view-secondary.apps_showcase___high_contrast {
  color: var(--color_main);
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___light,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___light,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___light,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light_hover);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_orange-light_hover);
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___white,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___white,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___white,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___white {
  color: #333;
  background-color: var(--color_white);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___white-secondary,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___white-secondary,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___white-secondary,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_white-012);
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___outline,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___outline,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___outline,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___outline {
  color: var(--color_secondary);
  background-color: var(--color_on-surface);
  outline: none;
  box-shadow: 0 0 0 1px #0000001f;
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___clean,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___clean,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___clean,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___clean {
  color: var(--color_secondary);
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___eye-catching,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___eye-catching,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___eye-catching,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___eye-catching {
  background-color: #6b0380;
  box-shadow: 0 0 0 1px #6b0380;
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___view_accent,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___view_accent,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___view_accent,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___view_accent {
  background-color: #1abaff;
  box-shadow: 0 0 0 1px #1abaff;
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core.apps_showcase___dark,
.apps_showcase_button-core-container:focus .apps_showcase_button-core.apps_showcase___dark,
.apps_showcase_button-core-container:active .apps_showcase_button-core.apps_showcase___dark,
.apps_showcase_button-core-container.apps_showcase___active .apps_showcase_button-core.apps_showcase___dark {
  background-color: #000c;
  box-shadow: 0 0 0 1px #000c;
}
.apps_showcase_button-core-container:disabled.apps_showcase_button-core,
.apps_showcase_button-core-container:disabled .apps_showcase_button-core {
  background-color: var(--color_orange_new);
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___view-secondary {
  background-color: var(--color_main-008);
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___light {
  background-color: var(--color_orange-light);
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___white {
  background-color: var(--color_white);
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___white-secondary {
  background-color: var(--color_white-008);
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___outline {
  background-color: var(--color_surface);
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___clean {
  background-color: transparent;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___eye-catching {
  background-color: #87189d;
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___view_accent {
  background-color: #1abaff;
  box-shadow: none;
}
.apps_showcase_button-core-container:disabled .apps_showcase_button-core.apps_showcase___dark {
  background-color: #0009;
  box-shadow: none;
}
.apps_showcase_button-core-container:hover .apps_showcase_button-core,
.apps_showcase_button-core-container:active .apps_showcase_button-core {
  outline: none;
}

/* apps-showcase.css?file=../ui/components/Button/Button.styl */
.apps_showcase_button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 1;
  transition: opacity .3s ease;
}
.apps_showcase_button:focus-visible {
  outline: var(--focus-outline);
}
.apps_showcase_button:hover,
.apps_showcase_button:active {
  outline: none;
}
.apps_showcase_button.apps_showcase___wide3 {
  width: 100%;
}
.apps_showcase_button.apps_showcase___disabled {
  cursor: default;
  opacity: .5;
}
.apps_showcase_button.apps_showcase___no-animation {
  transition: none;
}

/* apps-showcase.css?file=../ui/components/SearchInput/SearchInput.styl */
.apps_showcase_left-icon,
.apps_showcase_right-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 100%;
  color: var(--color_secondary);
  cursor: pointer;
}
.apps_showcase_left-icon {
  left: 0;
  z-index: 1;
}
.apps_showcase_input2 {
  padding: 0 8px;
}
.apps_showcase_input2::-webkit-search-cancel-button {
  display: none;
}
.apps_showcase_input-right.apps_showcase_input-right {
  padding-right: 32px;
}
.apps_showcase_input-left.apps_showcase_input-left {
  padding-left: 32px;
}
.apps_showcase_label {
  position: relative;
  display: block;
}
.apps_showcase_label.apps_showcase___radius {
  border-radius: 32px;
  overflow: hidden;
}
.apps_showcase_label.apps_showcase___radius input {
  border: 0;
}
.apps_showcase___wide .apps_showcase_input-right {
  padding-right: 44px;
}
.apps_showcase___wide .apps_showcase_input-left {
  padding-left: 44px;
}
.apps_showcase___wide .apps_showcase_left-icon,
.apps_showcase___wide .apps_showcase_right-icon {
  width: 44px;
}
.apps_showcase_input-w-btn .apps_showcase_input-right {
  padding-right: 138px;
}
:root.__is-layout-v6 .apps_showcase_label.apps_showcase___adaptive {
  width: 100%;
}
:root.__is-layout-v6 .apps_showcase_filters-button {
  display: none;
}
:root.__is-layout-v6 .apps_showcase_filters-button .apps_showcase_filters-button-core {
  width: 40px;
  min-width: 100%;
  padding: 4px 12px;
  border-radius: 100%;
  color: var(--dynamic-text-and-icons-base-secondary);
}
@media (max-width: 1023px) {
  :root.__is-layout-v6 .apps_showcase_filters-button {
    display: block;
    margin: 0 0 0 10px;
  }
  :root.__is-layout-v6 .apps_showcase_filters-button .apps_showcase_filters-button-core {
    height: 40px;
    line-height: 40px;
    background-color: var(--color_white-08);
  }
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_filters-button {
    margin: 0 0 0 12px;
  }
  :root.__is-layout-v6 .apps_showcase_filters-button .apps_showcase_filters-button-core {
    height: 36px;
    line-height: 36px;
    background-color: var(--dynamic-surface-contrast-low);
  }
}

/* apps-showcase.css?file=../ui/components/Card/CardPhoto.styl */
.apps_showcase_card-photo {
  position: relative;
  flex-shrink: 0;
}
.apps_showcase_card-photo.apps_showcase___24 {
  width: 24px;
  height: 24px;
}
.apps_showcase_card-photo.apps_showcase___32 {
  width: 32px;
  height: 32px;
}
.apps_showcase_card-photo.apps_showcase___40 {
  width: 40px;
}
.apps_showcase_card-photo.apps_showcase___48 {
  width: 48px;
  height: 48px;
}
.apps_showcase_card-photo.apps_showcase___60 {
  width: 60px;
}
.apps_showcase_card-photo.apps_showcase___64 {
  width: 64px;
}
.apps_showcase_card-photo.apps_showcase___80 {
  width: 80px;
  height: 80px;
}
.apps_showcase_card-photo.apps_showcase___84 {
  width: 84px;
}
.apps_showcase_card-photo.apps_showcase___96 {
  width: 96px;
  height: 96px;
}
.apps_showcase_card-photo.apps_showcase___112 {
  width: 112px;
  height: 112px;
}
.apps_showcase_card-photo.apps_showcase___120 {
  width: 120px;
  height: auto;
}
.apps_showcase_card-photo.apps_showcase___128 {
  width: 128px;
  height: 128px;
}
.apps_showcase_card-photo.apps_showcase___131 {
  width: 131px;
  height: 131px;
}
.apps_showcase_card-photo.apps_showcase___152 {
  width: 152px;
  height: 152px;
}
.apps_showcase_card-photo.apps_showcase___160 {
  width: 160px;
  height: 160px;
}
.apps_showcase_card-photo.apps_showcase___176 {
  width: 176px;
  height: 176px;
}
.apps_showcase_card-photo.apps_showcase___204 {
  width: 204px;
  height: 204px;
}
.apps_showcase_card-photo.apps_showcase___208 {
  width: 208px;
  height: 208px;
}
.apps_showcase_card-photo.apps_showcase___adaptive2 {
  width: 100%;
  height: 100%;
}
.apps_showcase_card-photo.apps_showcase___gap-right {
  margin-right: 16px;
}
.apps_showcase_card-photo.apps_showcase___gap-right__small {
  margin-right: 8px;
}
.apps_showcase_card-photo.apps_showcase___gap-right__medium {
  margin-right: 12px;
}

/* apps-showcase.css?file=../ui/components/Card/Card.styl */
.apps_showcase_card {
  display: flex;
  flex-direction: column;
}
.apps_showcase_card.apps_showcase___h {
  flex-direction: row;
}

/* apps-showcase.css?file=../ui/components/Card/CardCaption.styl */
.apps_showcase_card-caption2 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 36px;
  margin-bottom: 4px;
  color: var(--color_main);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.apps_showcase_card-caption-small {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 18px;
  display: inline-block;
  margin-bottom: 4px;
  color: var(--color_main);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* apps-showcase.css?file=../ui/components/Card/CardInfo.styl */
.apps_showcase_card-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  color: var(--color_secondary);
}
.apps_showcase_card-info.apps_showcase___lighter {
  color: var(--color_secondary);
}
.apps_showcase_card-info.apps_showcase___small3 {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

/* apps-showcase.css?file=../ui/components/Card/CardRight.styl */
.apps_showcase_card-right {
  margin-left: 16px;
}

/* apps-showcase.css?file=../ui/components/Card/CardSection.styl */
.apps_showcase_card-section {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  min-width: 0;
}
.apps_showcase_card-section.apps_showcase___horizontal {
  flex-direction: row;
}
.apps_showcase_card-section.apps_showcase___content-width {
  flex: 0 0 0;
  min-width: auto;
}

/* apps-showcase.css?file=../search/ui/common/components/SearchSuggestions/SuggestionsCards/common.styl */
.apps_showcase_info-w .apps_showcase_card-caption {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
.apps_showcase_card-w.apps_showcase___redesign .apps_showcase_info-w .apps_showcase_card-caption {
  line-height: 19px;
}
.apps_showcase_info-w .apps_showcase_tag_highlight {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.apps_showcase_card-info2 {
  margin-top: 4px;
  font-size: 12px;
}
.apps_showcase_tooltip-content {
  padding: 4px 12px;
  border-radius: 20px;
  color: var(--color_white);
  font-weight: 600;
  line-height: 14px;
}
.apps_showcase_card-right2 {
  align-items: center;
  margin-left: 12px;
  line-height: 8px;
}
.apps_showcase_card-w {
  align-items: center;
  padding: 6px 12px;
}
.apps_showcase_card-w.apps_showcase___redesign {
  padding: 6px 8px;
  margin: 0 4px;
  border-radius: 8px;
}
.apps_showcase_card-w:hover,
.apps_showcase_card-w.apps_showcase___active2 {
  background-color: var(--color_main-004);
}
.apps_showcase_card-w:hover .apps_showcase_action-icon,
.apps_showcase_card-w.apps_showcase___active2 .apps_showcase_action-icon {
  color: var(--color_secondary);
}
.apps_showcase_action-btn {
  width: 24px;
  height: 24px;
  transition: color .1s ease-in-out;
}
.apps_showcase_action-icon {
  color: var(--color_surface);
  transition: color .1s ease-in-out;
}
.apps_showcase_light {
  color: var(--color_secondary);
}
.apps_showcase_left-icon2 {
  margin-right: 12px;
  color: var(--color_gray-4);
}
.apps_showcase_find-query {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
  color: var(--color_main);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.apps_showcase_find-query:hover,
.apps_showcase_find-query.apps_showcase___active2 {
  background-color: var(--color_on-surface);
}
.apps_showcase_find-query:hover .apps_showcase_action-icon,
.apps_showcase_find-query.apps_showcase___active2 .apps_showcase_action-icon {
  color: var(--color_gray-4);
}
.apps_showcase_action-icon-color {
  color: var(--color_gray-4);
  transition: color .1s ease-in-out;
}
.apps_showcase_action-icon-color:hover {
  color: var(--color_secondary);
}
.apps_showcase_find-icon-color {
  color: var(--color_secondary);
  transition: color .1s ease-in-out;
}
.apps_showcase_action-btn-small {
  width: 16px;
  height: 16px;
  transition: color .1s ease-in-out;
}
.apps_showcase_action-btn-small.apps_showcase___show-on-hover {
  opacity: 0;
  transition: color .3s ease-in-out;
}
.apps_showcase_card-w:hover .apps_showcase_action-btn-small.apps_showcase___show-on-hover {
  opacity: 1;
}
.apps_showcase_pointer {
  cursor: pointer;
}

/* apps-showcase.css?file=apps-showcase/components/AppsShowcaseSearch/AppsShowcaseSearch.styl */
.apps_showcase_search-wrapper {
  width: 240px;
}
.apps_showcase_search-legacy-wrapper {
  position: relative;
}
.apps_showcase_label-input {
  width: 100%;
}
.apps_showcase_input-field {
  border: none;
  border-radius: 16px;
  background-color: var(--color_background);
}
.apps_showcase_input-right-icon {
  padding-right: 4px;
}
.apps_showcase_suggestions-list {
  position: absolute;
  box-sizing: border-box;
  z-index: 3200;
  display: block;
  width: 100%;
  margin-top: -1px;
  padding: 8px;
  border: 1px solid var(--color_main-008);
  border-radius: 8px;
  background-color: var(--color_surface);
  box-shadow: var(--box-shadow_toolbar-dropdown);
}

/* apps-showcase.css?file=apps-showcase/components/Tabs/Tabs.styl */
.apps_showcase_header2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 52px;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 0 16px;
  background: var(--dynamic-surface-base-secondary);
  color: var(--dynamic-text-and-icons-base-primary);
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_header2 {
    border-radius: 0;
    border-bottom: 1px solid var(--dynamic-surface-contrast-low);
    margin-bottom: 4px;
  }
}
.apps_showcase_tabs,
.apps_showcase_search-block {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 52px;
}
.apps_showcase_tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  gap: 4px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: var(--dynamic-text-and-icons-base-secondary);
  cursor: pointer;
}
.apps_showcase_tab:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  content: "";
}
.apps_showcase_tab:hover:before {
  background-color: var(--color_gray-stub);
}
.apps_showcase_tab.apps_showcase___active3 {
  color: var(--dynamic-text-and-icons-base-primary);
}
.apps_showcase_tab.apps_showcase___active3:hover:before,
.apps_showcase_tab.apps_showcase___active3:before {
  background-color: #f70;
}
.apps_showcase_collapsed-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 12px;
  height: 36px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-primary);
  cursor: pointer;
}
.apps_showcase_collapsed-tab:hover,
.apps_showcase_collapsed-tab.apps_showcase___active3 {
  background-color: var(--dynamic-surface-contrast-low);
  text-decoration: none;
}
.apps_showcase_dropdown-menu {
  --dropdown-padding-left: 8px;
  --dropdown-padding-top: 8px;
  --dropdown-padding-right: 8px;
  --dropdown-padding-bottom: 8px;
  z-index: 2;
}
.apps_showcase_balance-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.apps_showcase_ok-balance {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 12px;
}
.apps_showcase_ok-count {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.apps_showcase_payment-link {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

/* apps-showcase.css?file=apps-showcase/components/sections/SectionHeader.styl */
.apps_showcase_section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  margin-bottom: 16px;
  color: var(--dynamic-text-and-icons-base-primary);
}
.apps_showcase_section-header h1,
.apps_showcase_section-header h2 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
}
.apps_showcase_more {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-status-accent);
  cursor: pointer;
}
.apps_showcase_developer-links {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 100%;
}
.apps_showcase_developer-links:hover {
  text-decoration: none;
}
.apps_showcase_developer-link {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 4px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
  color: var(--dynamic-text-and-icons-base-primary);
}
.apps_showcase_developer-link:hover {
  text-decoration: none;
}
.apps_showcase_menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  margin-top: 4px;
  box-sizing: border-box;
  height: 36px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-primary);
  cursor: pointer;
}
.apps_showcase_menu-item:hover {
  background-color: var(--dynamic-surface-contrast-low);
  text-decoration: none;
}
.apps_showcase_dropdown-menu2 {
  --dropdown-padding-top: 12px;
  --dropdown-padding-right: 0;
  --dropdown-padding-left: 0;
  --dropdown-margin-top: 0;
  z-index: 2;
}

/* apps-showcase.css?file=../ui/components/ModalLayer/items/ModalLayerItems.styl */
.apps_showcase_container {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
  background-color: var(--color_surface);
  box-shadow: 0 0 12px #00000029;
}
.apps_showcase_container.apps_showcase___hide_overflow {
  overflow: hidden;
}
.apps_showcase_container.apps_showcase___is-adaptive-one-type,
.apps_showcase_container.apps_showcase___is-adaptive-two-dynamic-type,
.apps_showcase_container.apps_showcase___is-adaptive-two-static-type {
  width: 100% !important;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .apps_showcase_container.apps_showcase___is-adaptive-one-type,
  .apps_showcase_container.apps_showcase___is-adaptive-two-dynamic-type,
  .apps_showcase_container.apps_showcase___is-adaptive-two-static-type {
    margin-top: auto;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.apps_showcase_container.apps_showcase___is-adaptive-one-type {
  max-width: 440px;
}
.apps_showcase_container.apps_showcase___is-adaptive-two-dynamic-type,
.apps_showcase_container.apps_showcase___is-adaptive-two-static-type {
  max-width: 640px;
  box-sizing: border-box;
}
.apps_showcase_container.apps_showcase___is-adaptive-two-static-type {
  max-height: 95vh;
  margin-top: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .apps_showcase_container.apps_showcase___is-adaptive-two-static-type {
    max-height: calc(100vh - 68px);
  }
}
@media (max-width: 767px) {
  .apps_showcase_container.apps_showcase___in-app {
    height: 100vh;
    border-radius: 0;
  }
}
.apps_showcase_header {
  display: flex;
  flex-direction: column;
  margin: 24px;
}
.apps_showcase_header.apps_showcase___left {
  align-items: start;
}
.apps_showcase_header.apps_showcase___left .apps_showcase_description {
  text-align: left;
}
.apps_showcase_header.apps_showcase___middle {
  align-items: center;
}
.apps_showcase_header.apps_showcase___right2 {
  align-items: end;
}
.apps_showcase_title-wrapper {
  display: flex;
  align-items: center;
}
.apps_showcase_title2 {
  flex: 1;
  margin: 0;
  color: var(--color_main);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.apps_showcase_button-wrapper {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--color_main-008);
}
.apps_showcase_button-back {
  padding: 0;
  border: 0;
  color: var(--color_secondary);
  background: none;
  cursor: pointer;
}
.apps_showcase_description {
  width: 300px;
  margin-top: 8px;
  color: var(--color_secondary);
  text-align: center;
}
.apps_showcase_content2 {
  margin: 24px;
  color: var(--color_main);
  font-size: 14px;
}
.apps_showcase_footer {
  display: flex;
  justify-content: center;
  margin: 24px;
}
.apps_showcase_footer-item:not(:last-child) {
  margin-right: 8px;
}

/* apps-showcase.css?file=../ui/components/ModalLayer/ModalLayer.styl */
.apps_showcase_modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color_black-08);
}
.apps_showcase_modal-layer.apps_showcase___is-adaptive-one-type2,
.apps_showcase_modal-layer.apps_showcase___is-adaptive-two-dynamic-type2,
.apps_showcase_modal-layer.apps_showcase___is-adaptive-two-static-type2 {
  background: #0000008f;
}
.apps_showcase_close-area {
  position: absolute;
  inset: 0;
}
.apps_showcase_close-icon-control {
  position: absolute;
  top: 10px;
  right: -40px;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.apps_showcase_close-icon-control.apps_showcase___is-adaptive-one-type2,
.apps_showcase_close-icon-control.apps_showcase___is-adaptive-two-dynamic-type2,
.apps_showcase_close-icon-control.apps_showcase___is-adaptive-two-static-type2 {
  top: 0;
  right: -60px;
}
@media (max-width: 580px) {
  .apps_showcase_close-icon-control.apps_showcase___is-adaptive-one-type2 {
    top: -56px;
    right: 12px;
  }
}
@media (max-width: 767px) {
  .apps_showcase_close-icon-control.apps_showcase___is-adaptive-two-dynamic-type2,
  .apps_showcase_close-icon-control.apps_showcase___is-adaptive-two-static-type2 {
    top: -56px;
    right: 12px;
  }
}
.apps_showcase_close-icon {
  display: block;
  color: var(--color_white-06);
}
.apps_showcase_close-icon:hover {
  color: var(--color_white);
}
.apps_showcase_size-small {
  width: 400px;
}
.apps_showcase_size-medium {
  width: 596px;
}
.apps_showcase_size-big {
  width: 704px;
}

/* apps-showcase.css?file=apps-showcase/components/shared/AppTags/AppTags.styl */
.apps_showcase_labels-container {
  position: absolute;
  top: 8px;
  left: 8px;
  transition: opacity .15s ease;
}
.apps_showcase_labels-container.apps_showcase___hidden2 {
  opacity: 0;
}
.apps_showcase_new-label {
  --tag-custom-background-color: #2fb675;
  --tag-background-color: #2fb675;
}

/* apps-showcase.css?file=apps-showcase/components/shared/AppCardSubtitle/AppCardSubtitle.styl */
.apps_showcase_app-card-subtitle {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--dynamic-text-and-icons-base-secondary);
}
.apps_showcase_separator {
  display: inline-block;
  margin: 0 4px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--dynamic-text-and-icons-base-secondary);
}
.apps_showcase_app-card-subtitle-rating {
  display: inline-flex;
  align-items: center;
}
.apps_showcase_app-card-subtitle-rating-value {
  margin-left: 4px;
}
.apps_showcase_app-card-subtitle-tags {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* apps-showcase.css?file=apps-showcase/components/shared/PlayingFriends/PlayingFriends.styl */
.apps_showcase_playing-friends {
  display: flex;
  padding: 4px 0;
  align-items: center;
  border-radius: 999px;
}
.apps_showcase_playing-friends.apps_showcase___withBackground {
  background: #0000008f;
  padding: 4px 8px 4px 6px;
}
.apps_showcase_friend-avatars {
  display: flex;
}
.apps_showcase_friend-avatar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-right: -3px;
  border-radius: 999px;
  background-color: var(--dynamic-surface-base-tertiary);
}
.apps_showcase_friend-avatar:last-child {
  margin-right: 0;
}
.apps_showcase_friend-avatar:not(:last-child) {
  clip-path: path("M13.7995 2.4895C12.342 0.956 10.282 0 8 0C3.5817 0 0 3.5817 0 8C0 16 8 16 8 16C10.2826 16 12.342 15.044 13.7995 13.5104C12.6681 11.9662 12 10.0611 12 8C12 5.9389 12.6681 4.0338 13.7995 2.4895Z");
}
.apps_showcase_playing-friends-text {
  margin-left: 8px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-secondary);
}
.apps_showcase_playing-friends-text.apps_showcase___withBackground {
  color: #fff;
}
.apps_showcase_friend-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseList/AppsShowcaseListItem.styl */
.apps_showcase_list-item {
  position: relative;
  flex: 0 0 auto;
  margin-right: 8px;
}
.apps_showcase_list-item.apps_showcase___no-margin {
  margin-right: 0;
}
.apps_showcase_list-item-link {
  display: block;
  position: relative;
}
.apps_showcase_list-item-link:hover {
  text-decoration: none;
}
.apps_showcase_list-item-image {
  --corner-radius: 16px;
}
.apps_showcase_list-item-pseudo-image {
  border-radius: 16px;
  background-color: var(--dynamic-surface-contrast-low);
}
.apps_showcase_list-item-image-block {
  position: relative;
}
.apps_showcase_left-bottom-addon {
  display: block;
  position: absolute;
  transition: opacity .15s ease;
  bottom: 8px;
  left: 8px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.apps_showcase_left-bottom-addon.apps_showcase___hidden {
  opacity: 0;
}
.apps_showcase_right-top-addon {
  display: block;
  position: absolute;
  transition: opacity .15s ease;
  top: 8px;
  right: 8px;
  display: flex;
  padding: 4px;
  border-radius: 999px;
  background: #0000008f;
  color: #fff !important;
}
.apps_showcase_right-top-addon.apps_showcase___hidden {
  opacity: 0;
}
.apps_showcase_list-item-footer {
  margin-top: 8px;
  height: 38px;
}
.apps_showcase_list-item-footer.apps_showcase___two-rows {
  height: 58px;
}
.apps_showcase_list-item-footer.apps_showcase___two-rows .apps_showcase_title {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 40px;
}
.apps_showcase_title {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dynamic-text-and-icons-base-primary);
}
.apps_showcase_subtitle {
  margin-top: 2px;
}
.apps_showcase_green-tag {
  --tag-custom-background-color: #2fb675;
}
.apps_showcase_friend-avatars2 {
  --avatars-view-custom-text-color: #fff;
}
.apps_showcase_list-item-video-container {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 16px;
}
.apps_showcase_list-item-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.apps_showcase_playing-friends2 {
  display: flex;
  padding: 4px 8px 4px 6px;
  align-items: center;
  border-radius: 999px;
  background: #0000008f;
}
.apps_showcase_menu {
  display: block;
  position: absolute;
  transition: opacity .15s ease;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  border-radius: 12px;
  background-color: var(--dynamic-surface-base-quaternary);
  box-shadow: 0 4px 16px #0000001f;
}
.apps_showcase_menu.apps_showcase___hidden {
  opacity: 0;
  pointer-events: none;
}
.apps_showcase_menu-item2 {
  display: block;
  padding: 4px 8px;
  overflow: hidden;
  color: var(--dynamic-text-and-icons-base-primary);
  cursor: pointer;
}
.apps_showcase_menu-item2:hover {
  text-decoration: none;
  background-color: var(--dynamic-surface-contrast-low);
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseGrid/EmptyStub.styl */
.apps_showcase_empty-block {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 240px;
}
.apps_showcase_header4 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 8px 0 4px;
  max-width: 560px;
  text-align: center;
}
.apps_showcase_description2 {
  max-width: 560px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 48px;
  color: var(--dynamic-text-and-icons-base-secondary);
  text-align: center;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseGrid/AppsShowcaseGrid.styl */
.apps_showcase_grid-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_grid-section {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.apps_showcase_guard-element {
  pointer-events: none;
  height: 2px;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseArrowControls/AppsShowcaseArrowControls.styl */
.apps_showcase_overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.apps_showcase_control {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s ease;
}
.apps_showcase_control.apps_showcase___visible {
  opacity: 1;
  pointer-events: all;
}
.apps_showcase_control.apps_showcase___left2 {
  left: 0;
}
.apps_showcase_control.apps_showcase___left2.apps_showcase___with-blur {
  background:
    linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      var(--dynamic-surface-base-secondary) 100%);
}
.apps_showcase_control.apps_showcase___right {
  right: 0;
}
.apps_showcase_control.apps_showcase___right.apps_showcase___with-blur {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      var(--dynamic-surface-base-secondary) 100%);
}
.apps_showcase_arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  opacity: 0;
  background: var(--dynamic-surface-base-quaternary);
  color: var(--dynamic-text-and-icons-base-primary);
  box-shadow: var(--dynamic-elevate-2-x-axis) var(--dynamic-elevate-2-y-axis) var(--dynamic-elevate-2-blur) var(--dynamic-elevate-2-spread) var(--dynamic-elevate-2-base-color);
  transition: opacity .15s ease;
}
.apps_showcase_arrow-container.apps_showcase___visible {
  opacity: 1;
  pointer-events: all;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseList/AppsShowcaseList.styl */
.apps_showcase_list-section {
  width: 100%;
  position: relative;
}
.apps_showcase_scroller {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.apps_showcase_scroller::-webkit-scrollbar {
  display: none;
}
.apps_showcase_scrollable-content {
  display: flex;
  flex-direction: row;
  padding-left: 16px;
}
.apps_showcase_scroll-end {
  min-width: 4px;
  min-height: 100%;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseCarousel/AppsShowcaseCarouselItem.styl */
.apps_showcase_card2 {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-left: 8px;
  width: 520px;
  height: 293px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  cursor: pointer;
}
.apps_showcase_controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  padding: 16px;
  opacity: 0;
  border-radius: 0 0 20px 20px;
  background:
    linear-gradient(
      180deg,
      #fff0,
      #00000080);
  transition: opacity .15s ease;
}
.apps_showcase_active {
  opacity: 1;
}
.apps_showcase_texts {
  display: flex;
  flex-flow: column nowrap;
  margin-right: 24px;
  flex-grow: 1;
  overflow: hidden;
}
.apps_showcase_title3 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  text-decoration: none;
}
.apps_showcase_description3 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  text-decoration: none;
  margin-top: 4px;
}
.apps_showcase_carousel-list-skeleton_item {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-left: 8px;
  width: 520px;
  height: 293px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  background-color: var(--dynamic-surface-contrast-low);
}
.apps_showcase_video {
  display: block;
  width: 100%;
  border-radius: 20px;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseCarousel/AppsShowcaseCarousel.styl */
.apps_showcase_carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  width: 100%;
}
.apps_showcase_carousel-items {
  position: absolute;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseCombiList/AppsShowcaseCombiListItem.styl */
.apps_showcase_combi-list-item {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  height: 72px;
  width: 72px;
}
.apps_showcase_combi-list-item:hover {
  text-decoration: none;
}
.apps_showcase_combi-list-item.apps_showcase___wide4 {
  width: 100%;
}
.apps_showcase_combi-list-item-image {
  --corner-radius: 16px;
}
.apps_showcase_combi-list-item-pseudo-image {
  border-radius: 16px;
  background-color: var(--dynamic-surface-contrast-low);
}
.apps_showcase_combi-list-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
  width: 152px;
  flex: 0 0 auto;
  margin-left: 16px;
}
.apps_showcase_combi-list-item-title {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-primary);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 40px;
}
.apps_showcase_combi-list-item-subtitle {
  margin-top: 4px;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseCombiList/AppsShowcaseCombiList.styl */
.apps_showcase_combi-list {
  box-sizing: border-box;
  width: 272px;
  height: 156px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  gap: 12px;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseVerticalList/AppsShowcaseVerticalListItem.styl */
.apps_showcase_item2 {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.apps_showcase_item2 .apps_showcase_item-topic-link {
  color: var(--dynamic-text-and-icons-base-secondary);
  flex-shrink: 0;
  display: flex;
}
.apps_showcase_item-content {
  flex-grow: 1;
  overflow: hidden;
  padding: 0 12px;
}
.apps_showcase_title4 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dynamic-text-and-icons-base-primary);
}
.apps_showcase_subtitle2 {
  margin-top: 2px;
}
.apps_showcase_players-cnt {
  color: var(--dynamic-text-and-icons-base-secondary);
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 2px 0;
}
.apps_showcase_item-link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  flex-grow: 1;
}
.apps_showcase_item-image-block {
  position: relative;
  flex-shrink: 0;
}
.apps_showcase_list-item-pseudo-image2 {
  border-radius: 16px;
  background-color: var(--dynamic-surface-contrast-low);
}
.apps_showcase_list-content-loading {
  background-color: var(--dynamic-surface-contrast-low);
  height: 16px;
  width: 30%;
  margin: 0 8px;
}
.apps_showcase_list-content-loading.apps_showcase___long {
  width: 50%;
}
.apps_showcase_app-top-number {
  box-sizing: border-box;
  position: absolute;
  bottom: -2px;
  left: -2px;
  height: 20px;
  width: 20px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  border: 2px solid var(--dynamic-surface-base-secondary);
  background-color: var(--color_orange);
  color: #fff;
  border-radius: 50%;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseVerticalList/AppsShowcaseVerticalList.styl */
.apps_showcase_vertical-list-section {
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseTextBlock/AppsShowcaseTextBlock.styl */
.apps_showcase_text-section {
  padding: 0 16px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-secondary);
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcaseFaqBlock/AppsShowcaseFaqBlock.styl */
.apps_showcase_faq-section {
  padding: 0 16px;
}
.apps_showcase_question-block {
  margin-bottom: 16px;
}
.apps_showcase_question {
  color: var(--dynamic-text-and-icons-base-primary);
}
.apps_showcase_answer {
  color: var(--dynamic-text-and-icons-base-secondary);
}

/* apps-showcase.css?file=apps-showcase/components/sections/SectionLayout.styl */
.apps_showcase_section-line-wrapper {
  display: flex;
  margin-top: 12px;
  width: 100%;
}
.apps_showcase_section-line-wrapper:last-child {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_section-line-wrapper {
    flex-direction: column;
    margin-top: 0;
  }
}
.apps_showcase_section-wrapper {
  flex: 1 1 auto;
  max-width: 100%;
}
.apps_showcase_section-wrapper.apps_showcase___has-combi {
  width: calc(100% - 276px);
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_section-wrapper {
    background-color: var(--dynamic-surface-base-secondary);
  }
}
.apps_showcase_combi-section-wrapper {
  flex: 0 0 auto;
  margin-right: 12px;
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_combi-section-wrapper {
    margin-right: 0;
    margin-bottom: 12px;
    background-color: var(--dynamic-surface-base-secondary);
  }
}

/* apps-showcase.css?file=apps-showcase/components/sections/IslandCustomVars.styl */
.apps_showcase_island2 {
  --island-padding-left: 0;
  --island-padding-right: 0;
}
.apps_showcase_island2.apps_showcase___hidden3 {
  --island-padding-top: 0;
  --island-padding-bottom: 0;
  background: transparent;
}

/* apps-showcase.css?file=../ui/components/Island/Island.styl */
.apps_showcase_island {
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  background-color: var(--color_surface);
}
.apps_showcase_island:empty {
  display: none;
}
:root .layout-main.__more-rounded-islands .apps_showcase_island,
:root .layout-main.__more-rounded-islands + .layout-right-column .apps_showcase_island {
  border-radius: 16px;
}
:root .layout-main.__more-rounded-islands.__islands-with-20px-border-radius .apps_showcase_island,
:root .layout-main.__more-rounded-islands.__islands-with-20px-border-radius + .layout-right-column .apps_showcase_island {
  border-radius: 20px;
}
@media (max-width: 767px) {
  :root .layout-main.__more-rounded-islands.__islands-with-20px-border-radius .apps_showcase_island.apps_showcase___no-border-radius-for-mob,
  :root .layout-main.__more-rounded-islands.__islands-with-20px-border-radius + .layout-right-column .apps_showcase_island.apps_showcase___no-border-radius-for-mob {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_island.apps_showcase___no-border-radius-for-mob {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .apps_showcase_island {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
}
.apps_showcase_island_header {
  border-radius: 4px 4px 0 0;
  background-color: var(--color_surface);
}
.apps_showcase_island_header:last-child {
  border-radius: 4px;
}
.apps_showcase_island_header:empty {
  display: none;
}
:root .layout-main.__more-rounded-islands .apps_showcase_island_header,
:root .layout-main.__more-rounded-islands + .layout-right-column .apps_showcase_island_header {
  border-radius: 16px 16px 0 0;
}
:root .layout-main.__more-rounded-islands.__islands-with-20px-border-radius .apps_showcase_island_header,
:root .layout-main.__more-rounded-islands.__islands-with-20px-border-radius + .layout-right-column .apps_showcase_island_header {
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .apps_showcase_island_header {
    min-width: 0;
    overflow: hidden;
  }
}
.apps_showcase_island_cnt {
  position: relative;
  padding: 16px;
}
.apps_showcase_island_header + .apps_showcase_island_cnt {
  margin-top: -16px;
}
.apps_showcase_island_footer {
  padding: 16px;
  border-top: var(--delimiter_global);
  line-height: 1.2;
  text-align: center;
}
.apps_showcase_island_footer:empty {
  display: none;
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_island_footer.apps_showcase___sticky-bottom {
    position: sticky;
    bottom: 0;
    border-radius: 0;
    background-color: var(--dynamic-surface-base-secondary);
  }
}

/* apps-showcase.css?file=apps-showcase/components/AppsShowcaseHeader/AppsShowcaseHeader.styl */
.apps_showcase_island3 {
  --island-padding-top: 0;
  --island-padding-bottom: 0;
}
.apps_showcase_header3 {
  margin-bottom: 12px;
}
.apps_showcase_header3 h1,
.apps_showcase_title5 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
}

/* apps-showcase.css?file=apps-showcase/components/sections/AppsShowcasePromoBanner/AppsShowcasePromoBanner.styl */
.apps_showcase_promo-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
}
.apps_showcase_promo-banner-link {
  cursor: pointer;
}
.apps_showcase_icon2 {
  flex-shrink: 0;
  margin-right: 12px;
  height: 48px;
  width: 48px;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
}
.apps_showcase_icon2:before {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid var(--dynamic-stroke-contrast-low);
  pointer-events: none;
  border-radius: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.apps_showcase_icon2.apps_showcase___default2 {
  background: #ff55551f;
  padding: 8px;
}
.apps_showcase_title6 {
  flex-grow: 1;
  margin-right: 12px;
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

/* apps-showcase.css?file=../ui/components/SharedRestrictionWidget/SharedRestrictionWidget.styl */
.apps_showcase_restrictions-island {
  --dynamic-surface-base-secondary: rgba(219,153,12,.12);
}
.apps_showcase_content3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.apps_showcase_restrictions_icon {
  flex-shrink: 0;
  color: var(--dynamic-text-and-icons-status-attention);
  margin-top: 4px;
}
.apps_showcase_text-wrapper {
  display: flex;
  flex-direction: column;
}
.apps_showcase_title7 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-primary);
  margin-bottom: 4px;
}
.apps_showcase_description4 {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-secondary);
  margin-bottom: 12px;
}
.apps_showcase_redirect-btn {
  margin-bottom: 16px;
}
.apps_showcase_info {
  font-family:
    Onest,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--dynamic-text-and-icons-base-secondary);
}

/* apps-showcase.css?file=apps-showcase/components/sections/ErrorPage/ErrorPage.styl */
.apps_showcase_page-error-header {
  --header-padding-top: 0px;
  --header-padding-right: 0px;
  --header-padding-bottom: 0px;
  --header-padding-left: 0px;
}
.apps_showcase_page-error-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 32px;
  box-sizing: border-box;
  height: 80vh;
}
.apps_showcase_page-error-content-wrapper {
  max-width: 400px;
}
.apps_showcase_page-error-content {
  --contents-view-padding-bottom: 16px;
  --contents-view-padding-top: 16px;
}
.apps_showcase_page-error-btn-wrapper {
  display: flex;
  justify-content: center;
}

/* apps-showcase.css?file=apps-showcase/components/AppsShowcase/AppsShowcase.styl */
.apps_showcase_apps-showcase {
  box-sizing: border-box;
  min-height: 500px;
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .apps_showcase_apps-showcase {
    background-color: var(--dynamic-surface-base-secondary);
    padding-bottom: 16px;
  }
}
/*# sourceMappingURL=apps-showcase-latest-OI5IFT34.css.map */
