@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
@keyframes shine {
  0% {
    background-color: #ececec;
  }
  50% {
    background-color: #cccccc;
  }
  100% {
    background-color: #ececec;
  }
}
.loading-skeleton {
  background-color: #ececec;
  color: transparent !important;
  pointer-events: none;
  user-select: none;
  animation: 1.5s shine linear infinite;
  border-radius: 12px;
}
.loading-skeleton * {
  color: transparent !important;
  transition: none !important;
}
.loading-skeleton img,
.loading-skeleton input,
.loading-skeleton svg,
.loading-skeleton span {
  opacity: 0;
}
.button, .button--link, .button--primary, .button--primary--thin {
  text-decoration: none;
  display: flex;
  align-items: center;
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: ease-in-out all 200ms;
  border-radius: 8px;
  justify-content: center;
}
.button:disabled, .button--link:disabled, .button--primary:disabled, .button--primary--thin:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button--primary, .button--primary--thin {
  background-color: #257ca7;
  color: #ffffff;
}
.button--primary:hover, .button--primary--thin:hover {
  filter: brightness(0.8);
}
.button--primary--thin {
  color: #1c5d7d;
  background-color: #e9f2f6;
  border-radius: 8px;
}
.button--primary--thin:hover {
  background-color: #d5e8f0;
}
.button--link {
  overflow: hidden;
  display: block;
  position: relative;
  background-color: transparent;
  color: #6b7280;
}
.button--link:hover {
  background-color: #f4f5f7;
}
.card-application {
  display: flex;
  background-color: #ffffff;
  padding: 20px;
  margin: 16px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(53, 64, 68, 0.06);
  border-radius: 20px;
  transition: all ease-in-out 120ms;
  cursor: pointer;
  position: relative;
  top: 0px;
  height: 102px;
}
.card-application__image {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  border: 1px solid #eeeff2;
  margin-right: 20px;
  transition: all ease-in-out 200ms;
  object-fit: contain;
  background-image: url("../../../png//productThumbnail.png");
}
.card-application__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: calc(100% - 104px);
}
.card-application__title {
  color: #545964;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.card-application__content {
  color: #707785;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0px;
}
.card-application__price {
  color: #656b78;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.card-application__price span {
  margin-right: 4px;
}
.card-application__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  background: linear-gradient(to right, #060607, #4F4E66);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 86px;
  height: 16px;
  text-align: center;
}
.card-application__image-container {
  display: flex;
  align-items: center;
}
.card-application:hover {
  background: #fcfcfd;
  border: 1px solid #f1f1f3;
  box-shadow: 0px 32px 32px -32px rgba(53, 64, 68, 0.12), 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(53, 64, 68, 0.06);
  top: -4px;
}
.breadcrumb_background {
  background-color: #eeeff2;
  color: #707785;
  width: 100%;
  left: 0;
  position: absolute;
}
.breadcrumb {
  padding: 12px 64px;
  display: flex;
}
.breadcrumb__item__title, .breadcrumb__item__divider {
  margin-right: 8px;
}
.breadcrumb__item:last-child a {
  font-weight: 600;
  pointer-events: none;
  user-select: none;
}
.breadcrumb__item:last-child b {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 12px 6vw;
    width: calc(100% - 12vw);
  }
}
.card-category {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px;
  margin: 16px;
  box-shadow: 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(53, 64, 68, 0.06);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all ease-in-out 120ms;
  animation: card-category-fade-in 400ms;
}
.card-category__text {
  display: flex;
  align-items: center;
}
.card-category__image {
  border-radius: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-category__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 4px 0px 16px;
}
.card-category__arrow {
  position: absolute;
  left: 0;
  transition: all ease-in-out 120ms;
}
.card-category__arrow-bg {
  position: relative;
  display: flex;
  width: 40px;
  height: 18px;
}
.card-category:hover {
  background: #fcfcfd;
  border: 1px solid #f1f1f3;
  box-shadow: 0px 32px 32px -32px rgba(53, 64, 68, 0.12), 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(53, 64, 68, 0.06);
}
.card-category:hover .card-category__arrow {
  left: 8px;
}
@keyframes card-category-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card-moment {
  margin: 16px 16px 32px 16px;
  flex: 1 1 0;
  border-radius: 20px;
  background: #ffffff;
  transition: all ease-in-out 300ms;
  box-shadow: 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 36px rgba(53, 64, 68, 0.06);
}
.card-moment__image {
  overflow: hidden;
}
.card-moment__image img {
  transition: all ease-in-out 300ms;
  width: 100%;
  margin-bottom: -4px;
}
.card-moment__text {
  padding: 20px;
}
.card-moment__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.card-moment__content {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
}
.card-moment:hover {
  cursor: pointer;
  box-shadow: 0px 32px 32px -32px rgba(53, 64, 68, 0.12), 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(53, 64, 68, 0.06);
}
.card-moment:hover .card-moment__image img {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .card-moment {
    display: flex;
    flex-direction: row;
  }
  .card-moment__image {
    width: 50%;
    border-radius: 20px 0px 0px 20px;
  }
  .card-moment__image img {
    height: 100%;
    object-fit: cover;
  }
  .card-moment__text {
    width: 40%;
  }
  .card-moment__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.pagination .pagination-container {
  display: flex;
  column-gap: 10px;
}
.pagination .paginate-buttons {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  border: none;
  background-color: #ffffff;
  font-weight: 600;
  color: #656b78;
  cursor: pointer;
  transition: all ease-in-out 200ms;
}
.pagination .paginate-buttons:hover {
  background-color: #d8d8d8;
}
.pagination .active-page {
  color: #257ca7;
  background-color: #e9f2f6;
}
.error-page {
  display: flex;
  text-align: left;
  padding: 64px 0px;
  justify-content: center;
  align-items: center;
}
.error-page__text {
  margin-right: 80px;
  max-width: 416px;
}
.error-page__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
.error-page__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 4px 0px 40px 0px;
}
.error-page__action {
  width: fit-content;
}
.error-page__image {
  height: 336px;
  width: 336px;
}
@media only screen and (max-width: 1024px) {
  .error-page__image {
    height: 30vw;
    width: 30vw;
  }
  .error-page__text {
    margin-right: 24px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 700px) {
  .error-page {
    flex-direction: column-reverse;
    padding: 64px;
  }
  .error-page__image {
    height: 50vw;
    width: 50vw;
    margin-bottom: 24px;
  }
  .error-page__text {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .error-page {
    padding: 6vw;
  }
  .error-page__image {
    height: 80vw;
    width: 80vw;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #374151;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.max-width-content {
  max-width: 1440px;
  margin: 0 auto;
}
.rotate--90 {
  rotate: 90deg;
}
.rotate--180, .application-accordion__item input[type=checkbox]:checked ~ label .material-icons {
  rotate: 180deg;
}
.limit-lines, .limit-lines--3, .limit-lines--2, .limit-lines--1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.limit-lines--1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.limit-lines--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.limit-lines--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.hide-overflow {
  overflow: hidden;
}
.pointer-none {
  pointer-events: none;
  user-select: none;
}
.display-none {
  display: none !important;
}
.title-topic {
  font-style: normal;
  display: flex;
  flex-direction: column;
}
.title-topic--sm {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 4px;
  border-radius: 8px;
}
.title-topic--lg {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  width: fit-content;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .title-topic__sm {
    font-size: 12px;
  }
  .title-topic__lg {
    font-size: 24px;
    line-height: 32px;
  }
}
img {
  position: relative;
}
img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  background-image: url("/assets-apps-staging/assets/productThumbnail.png");
}
.header-search {
  display: flex;
  align-items: center;
}
.header-search--form {
  height: 44px;
  margin-top: -8px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-search--hidden {
  opacity: 0;
  visibility: hidden;
}
.header-search--field {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 24px;
  width: 60%;
  max-width: 600px;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, 0%);
}
.header-search--field:hover .header-search__background {
  background: #ffffff;
  box-shadow: 0px 0px 0px 4px #c9dee9;
}
@media only screen and (max-width: 768px) {
  .header-search--field {
    min-width: 300px;
  }
}
@media only screen and (max-width: 360px) {
  .header-search--field {
    min-width: 300px;
  }
}
.header-search--input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 92%;
  font-size: 15px;
}
.header-search--input:focus {
  outline: none;
}
.header-search--input:focus ~ .search-dropdown {
  display: flex;
  max-height: 800px;
}
.header-search--clean {
  opacity: 0;
  margin-right: 8px;
  transition: all ease-in-out 300ms;
  border-radius: 50%;
  padding: 6px;
  cursor: pointer;
}
.header-search--clean:hover {
  color: #257ca7;
  background: #eeeff2;
}
.header-search--search {
  border: none;
  background: transparent;
  cursor: pointer;
}
.header-search__background {
  background-color: #eeeff2;
  color: #6b7280;
  width: 100%;
  height: 52px;
  margin-left: -24px;
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  transition: all ease-in-out 300ms;
}
.header-search--field input:not(:placeholder-shown):valid ~ .header-search__background {
  background: #ffffff;
  box-shadow: 0px 0px 0px 4px #c9dee9;
}
.header-search--field input:not(:placeholder-shown):valid ~ .header-search--clean {
  color: #374151;
  opacity: 1;
}
.header-search--field input:focus ~ .search-dropdown {
  display: flex;
  max-height: 800px;
}
.search-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0px 24px;
  width: -webkit-fill-available;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px 0px 16px 16px;
  flex-direction: column;
  max-height: 0;
  transition: 200ms all ease-in-out;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(53, 64, 68, 0.06);
}
.search-dropdown--title {
  padding: 16px 0px;
  font-weight: bold;
}
.search-dropdown--item {
  padding: 0px 0px 16px 16px;
  color: #9ba0aa;
  transition: 200ms all ease-in-out;
  cursor: pointer;
}
.search-dropdown--item:hover {
  color: #257ca7;
}
.filter {
  position: relative;
  top: 0px;
}
.filter__button {
  display: flex;
  font-weight: normal;
  color: #373a41;
}
.filter-dropdown {
  position: absolute;
  background-color: #ffffff;
  padding: 0px 16px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 0px 0px 12px 12px;
  min-width: 540px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-height: 0px;
  overflow: hidden;
  transition: all ease-in-out 200ms;
  z-index: 11;
}
.filter-dropdown__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  border-radius: 8px;
}
.filter-dropdown__item:hover {
  background-color: #f4f5f7;
}
.filter-dropdown__item:hover .filter-dropdown__arrow {
  opacity: 1;
}
.filter-dropdown__image {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-dropdown__text {
  display: flex;
  flex-direction: column;
}
.filter-dropdown__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.filter-dropdown__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.filter-dropdown__arrow {
  margin-left: auto;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.filter-dropdown__close {
  position: fixed;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  z-index: 10;
  transition: all ease-in-out 300ms;
  top: 0px;
}
.filter__checkbox {
  display: none;
}
.filter__checkbox:checked ~ .filter__button {
  background-color: #f4f5f7;
}
.filter__checkbox:checked ~ .filter-dropdown {
  max-height: 100vh;
  padding: 16px;
  margin-top: 8px;
}
.filter__checkbox:checked ~ .filter-dropdown__close {
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75px, rgba(0, 0, 0, 0.2) 75px, rgba(0, 0, 0, 0.2) 100%);
}
.mobile-menu {
  transform: scale(0.4);
  display: flex;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}
.mobile-menu__bar {
  background: #374151;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
}
.mobile-menu__border {
  border-right: 1px #f1f1f3 solid;
  display: flex;
}
.mobile-menu--close {
  left: -100vw;
}
.mobile-menu--open {
  left: 0vw;
}
.close-animation .mobile-menu__bar:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
  width: 50%;
}
.close-animation .mobile-menu__bar:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.close-animation .mobile-menu__bar:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}
.header_background {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 32px 32px -32px rgba(53, 64, 68, 0.12), 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(23, 30, 32, 0.06);
}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__left {
  margin: 16px 24px;
}
.header__middle {
  padding: 16px;
  border-style: none solid;
  border-color: #f1f1f3;
  border-width: 1px;
  width: 100%;
}
.header__right {
  margin: 16px 24px;
  min-width: 138px;
}
.header__right .button--primary, .header__right .button--primary--thin {
  background-color: #7b9b0e;
}
.header-mobile {
  background-color: #ffffff;
  display: none;
  justify-content: space-between;
  min-width: 0px;
  position: fixed;
  width: 100vw;
  z-index: 10;
  top: 0;
}
.header-mobile__icon {
  height: fit-content;
  padding: 18px;
  border-style: none solid;
  border-color: #f1f1f3;
  border-width: 1px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-mobile__icon.header-search--hidden {
  opacity: 0;
  visibility: hidden;
}
.header-mobile__list {
  background: #ffffff;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 73px);
  top: 73px;
  overflow: auto;
  transition: all ease-in-out 300ms;
}
.header-mobile__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #eeeff2;
}
.header-mobile__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.header-mobile__arrow {
  opacity: 0.5;
}
.header-mobile__button {
  margin: 16px;
}
.header-mobile__button .button--primary, .header-mobile__button .button--primary--thin {
  background-color: #7b9b0e;
  padding: 14px 0px;
  width: 100%;
}
.search-mobile {
  background-color: #ffffff;
  height: 74px;
  position: fixed;
  transition: all ease-in-out 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  z-index: 2;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.search-mobile.header-search--hidden {
  opacity: 0;
  visibility: hidden;
}
.search-mobile .header-search--field {
  width: 84vw;
  min-width: 0px;
  transform: translate(-50%, 0%);
}
.search-mobile__background {
  transition: all ease-in-out 300ms;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.search-mobile--close {
  left: 100vw;
}
.search-mobile--open {
  left: 0vw;
}
@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .header-mobile {
    display: flex;
  }
}
@media screen and (max-width: 1440px) {
  .header-search .header-search--field {
    max-width: calc(100% - 850px);
  }
}
.app__content {
  margin-top: 73px;
}
@media only screen and (max-width: 1024px) {
  .app__content {
    margin-top: 68px;
  }
}
.footer_background {
  background-color: #f4f5f7;
  color: #656b78;
}
.footer {
  padding: 80px 6vw 0px 6vw;
}
.footer-above {
  display: flex;
}
.footer-above__address {
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 280px;
}
.footer-above__social svg {
  margin: 4px;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
.footer-above__social svg:hover {
  background-color: #d1d5db;
}
.footer-categories {
  width: 100%;
  margin: 0px 6vw 0px 2vw;
}
.footer-categories__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-categories__arrow {
  display: none !important;
  transition: all ease-in-out 300ms;
}
.footer-categories__title {
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #434750;
}
.footer-categories__list {
  width: 100%;
  height: 144px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all ease-in-out 300ms;
}
.footer-categories__item {
  padding: 8px;
}
.footer-below {
  border-top: #d1d5db 1px solid;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.footer-below__left {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.footer-below__right {
  display: flex;
  align-items: center;
}
.footer__blue-bar {
  height: 8px;
  background: #257ca7;
  border-radius: 20px 20px 0px 0px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 40px 6vw 0px 6vw;
  }
  .footer-above {
    flex-direction: column;
  }
  .footer-above__about {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: #d1d5db 1px solid;
  }
  .footer-categories {
    margin: 0px;
  }
  .footer-categories__header {
    cursor: pointer;
  }
  .footer-categories__arrow {
    display: block !important;
  }
  .footer-categories__list {
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .footer-categories .show-more-categories-footer {
    height: auto;
    max-height: 200vh;
  }
  .footer-below {
    flex-direction: column;
  }
  .footer-below__left {
    text-align: center;
  }
  .footer-below__right {
    margin-top: 40px;
    padding-top: 40px;
    border-top: #d1d5db 1px solid;
    flex-direction: column;
    text-align: center;
  }
}
.home-categories {
  display: flex;
  flex-direction: column;
  padding-top: 64px !important;
}
.home-categories__cards {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -16px 0px -16px;
  transition: all ease-in-out 160ms;
}
.home-categories__cards .card-category {
  width: calc(25% - 64px);
  height: fit-content;
}
.home-categories__cards .card-category:nth-of-type(1n + 5) {
  display: none;
}
.home-categories__action {
  display: flex;
  width: fit-content;
  margin: 32px auto 0px auto;
}
.home-categories__action:hover .home-categories__icons {
  top: 0px;
}
.home-categories__icons {
  top: -20px;
  position: absolute;
  display: flex;
  flex-direction: column;
  transition: all ease-in-out 200ms;
}
.home-categories__icons-bg {
  position: relative;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: all ease-in-out 200ms;
}
.show-more-categories .card-category:nth-of-type(1n + 5) {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .home-categories__cards {
    flex-direction: column;
    margin-right: 6vw;
    padding-top: 16px;
    width: 100vw;
    height: 360px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .home-categories__cards .card-category {
    width: calc(25% - 24px);
    padding: 12px;
    margin: 12px;
  }
  .home-categories__cards .card-category__title {
    font-size: 14px;
  }
  .home-categories__cards .card-category:nth-of-type(1n + 5) {
    display: flex;
  }
  .home-categories__cards::-webkit-scrollbar {
    display: none;
  }
  .home-categories__action {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .home-categories__cards .card-category {
    width: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  .home-categories__cards .card-category {
    width: 50vw;
  }
}
@media only screen and (max-width: 500px) {
  .home-categories__cards .card-category {
    width: 70vw;
  }
}
.banner {
  background-color: #f5f5f5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 360px) {
  .banner {
    max-height: 30vw;
  }
}
.banner__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  color: #fff;
}
.banner__title {
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto 0.5rem;
}
.banner__subtitle {
  font-size: 1.125rem;
  color: #e0e0e0;
  margin-bottom: 0.5rem;
}
.secondary {
  margin-bottom: 3rem;
}
.banner__categories {
  margin-top: 1.5rem;
}
.categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.category-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.category-item .category-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  background-color: #217096;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
}
.category-item .category-title:hover {
  background-color: #005fa3;
}
.category-item .category-title .arrow-icon {
  padding-top: 2.5px;
}
@media only screen and (max-width: 1440px) {
  .banner {
    min-height: 30vw;
  }
}
@media only screen and (max-width: 360px) {
  .banner {
    max-height: 148vw;
  }
  .banner__banner {
    max-height: 148vw;
  }
}
.banners-mini {
  width: calc(100% - 128px);
  padding: 80px 64px;
  display: flex;
  justify-content: space-between;
}
.banners-mini a {
  width: 49.5%;
}
.banners-mini__banner {
  border-radius: 20px;
  transition: all ease-in-out 200ms;
  width: 100%;
  cursor: pointer;
}
.banners-mini__banner:hover {
  box-shadow: 0px 32px 32px -32px rgba(53, 64, 68, 0.12), 0px 32px 8px -32px rgba(53, 64, 68, 0.08), 0px 72px 40px -56px rgba(53, 64, 68, 0.08), 0px 0px 72px rgba(23, 30, 32, 0.06);
  filter: brightness(1.1);
}
@media only screen and (max-width: 1024px) {
  .banners-mini {
    flex-direction: column;
  }
  .banners-mini a {
    width: 100%;
  }
  .banners-mini__banner {
    width: 100%;
    height: 36vw;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .banners-mini__banner {
    width: 100%;
    height: 75vw;
  }
}
@media only screen and (max-width: 500px) {
  .banners-mini {
    width: calc(100% - 12vw);
    padding: 80px 6vw;
  }
}
.home-moment__cards {
  display: flex;
  margin: 0px -16px;
}
.home-moment__cards--mobile {
  display: none;
}
.home-moment__cards--swiper .card-moment {
  margin-bottom: 42px;
}
.home-moment__cards--swiper-buttons {
  display: flex;
}
.home-moment__cards--swiper-buttons #swiper-moment-prev,
.home-moment__cards--swiper-buttons #swiper-moment-next {
  padding: 8px;
  margin-left: 16px;
}
@media only screen and (max-width: 768px) {
  .home-moment__cards {
    flex-direction: column;
  }
  .home-moment__cards--mobile {
    display: flex;
  }
  .home-moment__cards--swiper, .home-moment__cards--swiper-buttons {
    display: none;
  }
}
.home-topic {
  padding: 120px 64px 0px 64px;
}
.home-topic__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-topic__action {
  min-width: 86px;
}
.home-topic__action:hover .home-topic__icons {
  left: 0px;
}
.home-topic__icons-bg {
  position: relative;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: all ease-in-out 200ms;
}
.home-topic__icons {
  left: -20px;
  position: absolute;
  display: flex;
  transition: all ease-in-out 200ms;
}
.home-topic__apps {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -16px;
}
.home-topic__app {
  width: 33.33%;
}
@media only screen and (max-width: 1280px) {
  .home-topic__app {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .home-topic__app {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-topic {
    padding: 120px 6vw 0px 6vw;
  }
}
.home-highlights {
  padding-top: 50px;
}
.collection-page {
  padding: 108px 64px;
}
.collection-page__header {
  background-color: #e9f2f6;
  width: 100%;
  height: 240px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.collection-page__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  max-width: 90%;
}
.collection-page__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 90%;
}
.collection-page__apps {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -16px 0px -16px;
}
.collection-page__app {
  width: calc(33% - 72px);
}
@media only screen and (max-width: 1280px) {
  .collection-page__app {
    width: calc(50% - 76px);
  }
}
@media only screen and (max-width: 768px) {
  .collection-page__app {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .collection-page {
    padding: 80px 4vw;
  }
  .collection-page__title {
    font-size: 30px;
  }
  .collection-page__description {
    font-size: 14px;
  }
}
.app-modal {
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  transition: all ease-in-out 400ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-modal_background {
  background-color: #ffffff;
  border-radius: 20px;
  z-index: 11;
}
.app-modal_body {
  padding: 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-modal_shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.app-modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #656b78;
  border-bottom: #f1f1f3 1px solid;
}
.app-modal_header span {
  cursor: pointer;
}
.app-modal_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  width: 656px;
}
.app-modal_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656b78;
  margin-bottom: 32px;
  max-width: 328px;
}
.app-modal_image {
  margin-bottom: 24px;
  width: 156px;
  height: 89px;
}
.app-modal_create {
  margin-top: 40px;
  padding-top: 40px;
  border-top: #f1f1f3 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-modal_create .button--primary, .app-modal_create .button--primary--thin {
  background: #7b9b0e;
}
.app-modal--show {
  top: 0px;
}
.app-modal--show .app-modal_shadow {
  display: block;
  animation: shadow-fade-in 400ms;
}
.app-form {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.app-form_label {
  text-align: start;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #656b78;
}
.app-form_input {
  padding: 10px 42px;
  border: 1px solid #c6c9ce;
  border-radius: 8px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707785;
  transition: all ease-in-out 200ms;
}
.app-form_input-container {
  display: flex;
  align-items: center;
  position: relative;
}
.app-form_input:focus {
  border: 1px solid #66a3c1;
  box-shadow: 0px 0px 0px 4px #c9dee9;
  outline: none;
}
.app-form button {
  margin-top: 24px;
  padding: 10px 24px;
}
.app-form_cart {
  position: absolute;
  margin-left: 14px;
}
.app-form_help {
  position: absolute;
  color: #707785;
  right: 14px;
  height: 24px;
}
.app-form_help-tooltip {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 8px 12px;
  border-radius: 8px;
  position: absolute;
  width: 320px;
  right: 125%;
  top: -140%;
}
.app-form_help-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.app-form_help:hover .app-form_help-tooltip {
  visibility: visible;
}
.app-form_error-label {
  text-align: start;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #d92d20;
}
.app-form_error .app-form_input {
  border: 1px solid #e46c63;
}
.app-form_error .app-form_help {
  color: #d92d20;
}
@media only screen and (max-height: 800px) {
  .app-modal_image {
    display: none;
  }
  .app-modal_create {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .app-modal_background {
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
}
@keyframes shadow-fade-in {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-page {
  padding: 108px 64px;
}
.search-page__apps {
  margin: 40px -16px;
}
.search-page__title {
  width: fit-content;
}
.search-page-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 120px 6vw;
}
.search-page-empty__title {
  margin: 40px auto;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  max-width: 600px;
}
.search-page-empty__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.search-page-empty__link {
  color: #257ca7;
}
@media only screen and (max-width: 1280px) {
  .search-page {
    padding: 80px 6vw;
  }
}
.slider-expanded {
  z-index: 11;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 100vh;
  background-color: #fafbfc;
  transition: all ease-in-out 400ms;
}
.slider-expanded__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  box-shadow: 8px 8px 64px -4px rgba(76, 121, 173, 0.06);
}
.slider-expanded__about {
  display: flex;
  margin: 16px 24px;
}
.slider-expanded__thumb {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  object-fit: cover;
}
.slider-expanded__text {
  display: flex;
  flex-direction: column;
}
.slider-expanded__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.slider-expanded__creator {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #656b78;
}
.slider-expanded__close {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: #f1f1f3 1px solid;
  cursor: pointer;
  transition: all ease-in-out 200ms;
}
.slider-expanded__close:hover {
  background-color: #f1f1f3;
}
.slider-expanded__slides {
  height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 72px;
}
.slider-expanded__slides .application-slider {
  width: 100%;
}
.slider-expanded__slides .application-slider__slide {
  height: 67vh;
}
.slider-expanded__slides .application-slider__thumb, .slider-expanded__slides .application-slider__thumb img {
  width: 180px;
  height: 10vh;
}
.slider-expanded--show {
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .slider-expanded__slides {
    padding: 0px;
  }
  .slider-expanded .application-slider__slide {
    height: 50vw;
  }
}
.hidden-desktop {
  display: none;
}
.application {
  padding: 108px 64px 0px 64px;
}
.application-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}
.application-about__container {
  display: flex;
}
.application-about__text {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: #f1f1f3 1px solid;
}
.application-about__category {
  background-color: #dbdde1;
  padding: 2px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  width: fit-content;
}
.application-about__name {
  color: #373a41;
  margin: 16px 0px 2px 0px;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  border-radius: 8px;
  width: fit-content;
}
.application-about__partner {
  color: #656b78;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  width: fit-content;
}
.application-about__partner span {
  color: #123d52;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.application-about__type {
  color: #656b78;
  margin: 24px 0px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: fit-content;
}
.application-about__type span {
  margin-left: 4px;
}
.application-about__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #656b78;
  max-width: 80%;
  border-radius: 8px;
  width: fit-content;
}
.application-about__download {
  margin: 24px 0px;
  padding: 12px 54px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
}
.application-about__download span {
  margin-right: 8px;
}
.application-about__additional {
  padding: 16px;
  background: #f1f7fb;
  border-radius: 4px;
  width: fit-content;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  border-radius: 8px;
  max-width: 264px;
  width: fit-content;
}
.application-left {
  width: calc(100% - 306px);
}
.application-right {
  margin-left: 32px;
}
.application-logo {
  width: 288px;
  height: 288px;
  object-fit: contain;
  border-radius: 12px;
}
.application-logo__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 288px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #f1f1f3;
}
.application-contact {
  max-width: 258px;
  margin-top: 32px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #f1f1f3;
  word-break: break-all;
}
.application-contact__title {
  color: #373a41;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.application-contact__item {
  color: #656b78;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.application-slider {
  width: 100%;
}
.application-slider__slide {
  width: 100%;
  height: 25vw;
  overflow: hidden;
  object-fit: contain;
  transition: all ease-in-out 200ms;
  cursor: pointer;
}
.application-slider__slide:hover {
  filter: brightness(0.9);
}
.application-slider__iframe {
  background-color: #d3d5da;
}
.application-slider__thumbs {
  display: flex;
  width: 100%;
  overflow-x: auto;
  margin: 16px -8px 0px -8px;
  overflow-y: hidden;
}
.application-slider__thumb {
  width: 112px;
  margin: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease-in-out 200ms;
  position: relative;
}
.application-slider__thumb img {
  height: 52px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #f1f1f3;
}
.application-slider__thumb:hover {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.application-premium {
  background: linear-gradient(to right, #060607, #4F4E66);
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 12px;
}
.application-tags {
  display: flex;
  align-items: center;
  gap: 16px;
}
.application-description-full {
  color: #656b78;
}
.application-description-full img {
  max-width: 100%;
  object-fit: contain;
}
.application-description-full p {
  margin: 20px 0px;
}
.application-description-full ul {
  margin: 20px 0px 20px 20px;
}
.application-description-full li {
  list-style-type: disc;
}
.application-description-full iframe {
  border: none;
  outline: none;
}
.application-faq {
  color: #434750;
  width: 100%;
  max-width: 1312px;
  margin: 80px auto 0px auto;
  padding: 80px 64px;
}
.application-faq__background {
  background: #fcfcfd;
}
.application-faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  text-align: center;
}
.application-accordion {
  display: flex;
  justify-content: space-between;
}
.application-accordion__column {
  width: calc(50% - 16px);
}
.application-accordion__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  border: none;
  width: 100%;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
}
.application-accordion__item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 8px 8px 64px -4px rgba(76, 121, 173, 0.06);
  padding: 0px;
  height: fit-content;
  margin-bottom: 32px;
}
.application-accordion__item label {
  padding: 32px;
  cursor: pointer;
}
.application-accordion__item label p {
  margin-top: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: all ease-in-out 400ms;
}
.application-accordion__item .material-icons {
  transition: all ease-in-out 400ms;
}
.application-accordion__item input {
  display: none;
}
.application-accordion__item input[type=checkbox]:checked ~ label p {
  margin-top: 16px;
  max-height: 200px;
}
.application-accordion__item:hover .application-accordion__question {
  color: #257ca7;
}
@media only screen and (max-width: 1440px) {
  .application-faq {
    max-width: 88vw;
    padding: 80px 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .application {
    padding: 108px 6vw 0px 6vw;
  }
  .application-left {
    width: 100%;
    max-width: 970px;
  }
  .application-logo {
    height: 128px;
    width: 128px;
  }
  .application-logo__bg {
    position: absolute;
    right: 6vw;
    height: 128px;
    width: 128px;
  }
  .application-about a {
    width: fit-content;
  }
  .application-about__download, .application-about__description, .application-about__additional {
    width: 86vw;
    max-width: 86vw;
  }
  .application-about__name, .application-about__partner {
    max-width: calc(88vw - 164px);
  }
  .application swiper-slide {
    width: 88vw !important;
  }
  .application-slider {
    width: 100vw;
    margin: 0px -6vw 40px -6vw;
  }
  .application-slider__thumbs {
    display: none;
  }
  .application-slider__slide {
    height: 48vw;
  }
  .application-accordion {
    flex-direction: column;
  }
  .application-accordion__column {
    width: 100%;
  }
  .application-accordion__item:hover {
    background-color: white;
  }
}
@media only screen and (max-width: 600px) {
  .application-logo {
    height: 64px;
    width: 64px;
  }
  .application-logo__bg {
    height: 64px;
    width: 64px;
  }
  .application-about a {
    width: auto;
  }
  .application-about__name {
    max-width: calc(88vw - 104px);
  }
  .application-about__partner {
    max-width: 88vw;
  }
}
.category {
  margin-top: 40px;
  display: flex;
}
.category-filter {
  height: fit-content;
  border: 1px solid #f1f1f3;
  border-radius: 8px;
  margin-right: 16px;
}
.category-filter__button {
  width: 284px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 8px 8px 64px -4px rgba(76, 121, 173, 0.06);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.category-filter__items {
  max-height: 400px;
  overflow: auto;
  padding: 10px 0px;
}
.category-filter__items::-webkit-scrollbar {
  width: 4px;
}
.category-filter__items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f1f1f3;
  border-radius: 10px;
  margin: 16px;
}
.category-filter__items::-webkit-scrollbar-thumb {
  background: #dbdde1;
  border-radius: 10px;
}
.category-filter__item {
  padding: 12px 20px;
  transition: all ease-in-out 300ms;
  cursor: pointer;
}
.category-filter__item:hover {
  color: #257ca7;
}
.category-filter__selected {
  color: #257ca7;
  font-weight: 600;
}
.category__search {
  background-color: #eeeff2;
  color: #6b7280;
  padding: 8px 16px;
  margin: 16px 16px 0px 16px;
  width: calc(100% - 64px);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.category__search input {
  background-color: transparent;
  border: none;
  width: 94%;
}
.category__search input:focus {
  outline: none;
}
.category__apps {
  margin: -16px -16px 0px 0px;
  width: 100%;
}
.category__apps__list {
  display: flex;
  flex-wrap: wrap;
}
.category__apps--empty {
  text-align: center;
  flex-direction: column;
  margin: 120px 0px;
  width: 100%;
}
.category__apps--empty b {
  font-size: 28px;
}
.category__app {
  width: calc(50% - 76px);
  height: 102px;
}
@media only screen and (max-width: 1280px) {
  .category__app {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .category__app {
    width: calc(50% - 76px);
  }
  .category__apps__list {
    margin: 0px -16px;
  }
  .category__search {
    margin: 0px;
    width: calc(100% - 36px);
  }
  .category-filter {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .category__app {
    width: 100%;
  }
}
:root {
  --swiper-theme-color: #ffffff99;
  --swiper-navigation-color: #fff;
}@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets-apps-staging/assets/material-icons.woff2") format("woff2"), url("/assets-apps-staging/assets/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets-apps-staging/assets/material-icons-outlined.woff2") format("woff2"), url("/assets-apps-staging/assets/material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets-apps-staging/assets/material-icons-round.woff2") format("woff2"), url("/assets-apps-staging/assets/material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets-apps-staging/assets/material-icons-sharp.woff2") format("woff2"), url("/assets-apps-staging/assets/material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets-apps-staging/assets/material-icons-two-tone.woff2") format("woff2"), url("/assets-apps-staging/assets/material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
ul#componentContainer{padding-inline-start:0;list-style-type:none;display:inline-flex}ul#componentContainer a{text-decoration:none;display:flex;justify-content:center;align-items:center}
