:root {
  --basic-dark: #272b3a;
  --black-10: #e6e6e6;
  --white: white;
  --size--border-radius-8px: .5rem;
  --basic-yellow: #ffe26e;
  --size--border-radius-4px: .25rem;
  --black-5: whitesmoke;
  --size--border-radius-16px: 1rem;
  --basic-orange: #fc531f;
  --basic-blue: #4a93ff;
  --basic-grey: #637794;
  --transparent: #0000;
  --black-70: #000000b3;
  --size--border-radius-10px: .625rem;
  --size--border-radius-6px: .375rem;
}

body {
  color: var(--basic-dark);
  height: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.34;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  padding: 0;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.wrapper {
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.header {
  border-bottom: 1px solid var(--black-10);
}

.main {
  flex: auto;
}

.footer {
  background-color: var(--basic-dark);
  color: var(--white);
  text-align: center;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.align-center {
  align-items: center;
  display: flex;
}

.justify-space-between {
  justify-content: space-between;
  display: flex;
}

.flex-v {
  flex-flow: column;
  display: flex;
}

.flex-v.gap--32-24 {
  grid-row-gap: 2rem;
}

.flex-v.gap--20-16 {
  grid-row-gap: 1.25rem;
}

.flex-v.gap--16-12 {
  grid-row-gap: 1rem;
}

.flex-v.gap--24-20 {
  grid-row-gap: 1.5rem;
}

.flex-v.gap--24-20.section--hero {
  text-align: center;
  align-items: center;
}

.flex-v.gap--8 {
  grid-row-gap: .5rem;
}

.flex-v.gap--8.width--400 {
  width: 25rem;
}

.flex-v.gap--4 {
  grid-row-gap: .25rem;
}

.flex-v.gap--20 {
  grid-row-gap: 1.25rem;
}

.flex-v.gap--16 {
  grid-row-gap: 1rem;
}

.flex-v.gap--12 {
  grid-row-gap: .75rem;
}

.flex-v.gap--12.align-center.footer--logo {
  transition: opacity .2s;
}

.flex-v.gap--12.align-center.footer--logo:hover {
  opacity: .8;
}

.flex-v.gap--32-20 {
  grid-row-gap: 2rem;
}

.flex-v.gap--60 {
  grid-row-gap: 3.75rem;
}

.flex-h {
  display: flex;
}

.flex-h.gap--16-8 {
  grid-column-gap: 1rem;
}

.flex-h.gap--8-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-h.gap--4 {
  grid-column-gap: .25rem;
}

.flex-h.gap--15 {
  grid-column-gap: .94rem;
}

.flex-h.gap--18 {
  grid-column-gap: 1.13rem;
}

.flex-h.gap--32 {
  grid-column-gap: 2rem;
}

.flex-h.gap--8 {
  grid-column-gap: .5rem;
}

.flex-h.gap--12 {
  grid-column-gap: .75rem;
}

.flex-h-v {
  display: flex;
}

.flex-h-v.gap--27 {
  grid-column-gap: 1.69rem;
  grid-row-gap: 1.69rem;
}

.flex-h-v.gap--12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-h-v.gap--68-24 {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
}

.position-relative {
  position: relative;
}

.text-align-center {
  text-align: center;
}

.text-weight-700 {
  font-weight: 700;
}

.text-size-body18 {
  font-size: 1.13rem;
  line-height: 1.34;
}

.text-size-body16 {
  font-size: 1rem;
  line-height: 1.25;
}

.button {
  border-radius: var(--size--border-radius-8px);
  background-color: var(--basic-yellow);
  color: var(--basic-dark);
  padding: .5rem 1rem;
  font-family: PT Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.34;
  transition: background-color .2s;
}

.button:where(.w-variant-a0f14767-c9ad-ed93-f503-76574056b7f2) {
  transition: background-color .2s;
}

.button:hover {
  background-color: #ffe26ed9;
}

.button.section--header {
  font-family: PT Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.34;
}

.button.section--header.type--white {
  border: 1px solid var(--basic-dark);
  background-color: var(--white);
}

.button.type--submit {
  border-radius: var(--size--border-radius-4px);
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: .25rem .25rem auto auto;
}

.button.type--submit:where(.w-variant-a0f14767-c9ad-ed93-f503-76574056b7f2) {
  position: static;
}

.button.type--white {
  border: 1px solid var(--basic-dark);
  background-color: var(--white);
}

.button.type--white:hover {
  background-color: var(--black-5);
}

.button.type--big {
  border-radius: var(--size--border-radius-16px);
  background-color: var(--basic-orange);
  color: var(--white);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.button.type--big:hover {
  background-color: #fc531fd9;
}

.text-size-lato16 {
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-color-grey {
  color: var(--basic-grey);
}

.container {
  width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}

.header_body {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.logo {
  width: 2.94rem;
  height: 2.5rem;
}

.image.plug--mobile {
  display: none;
}

.nav_link {
  cursor: pointer;
  font-weight: 700;
  transition: opacity .2s;
}

.nav_link:hover {
  opacity: .8;
}

.nav_link.section--footer {
  font-weight: 400;
}

.nav {
  grid-column-gap: 1.69rem;
  grid-row-gap: 1.69rem;
  display: flex;
}

.nav.section--footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.text-size-body24-20 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-body24-20.width--837 {
  width: 52.31rem;
}

.heading-size-h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.section.margin-top--40-132, .section.margin-top--40 {
  margin-top: 2.5rem;
}

.section.margin-top--80-132 {
  margin-top: 5rem;
}

.section.padding-top--60-40 {
  padding-top: 3.75rem;
}

.section.margin-top--40-132, .section.margin-top--40, .section.margin-top--40-132, .section.margin-top--40 {
  margin-top: 2.5rem;
}

.form {
  grid-row-gap: .5rem;
  color: var(--basic-dark);
  flex-flow: column;
  display: flex;
  position: relative;
}

.input {
  border: 1px solid var(--black-10);
  border-radius: var(--size--border-radius-8px);
  height: 2.69rem;
  padding: .56rem 1rem;
  transition: border-color .2s;
}

.input:hover {
  border-color: #ccc9c9;
}

.input::placeholder {
  color: var(--basic-grey);
}

.input.type--search {
  background-color: var(--black-5);
  background-image: url("https://cdn.prod.website-files.com/682f3088dc3a7ec73d97a3f9/6835dcdc8607841057a80b66_search.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-attachment: scroll;
  width: 19.88rem;
  margin-left: auto;
  padding-right: 2.5rem;
}

.input.type--big {
  border-radius: var(--size--border-radius-16px);
  border-radius: var(--size--border-radius-16px);
  height: 3.5rem;
}

.box-20 {
  width: 1.25rem;
  height: 1.25rem;
}

.heading-size-h3 {
  font-family: Lato, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.social {
  grid-column-gap: 2rem;
  display: flex;
}

.social.margin-top--8-12 {
  margin-top: .5rem;
}

.social_item {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.social_icon {
  width: 1rem;
  height: 1rem;
}

.social_icon.is--youtube {
  width: 1.25rem;
  height: .88rem;
}

.burger {
  display: none;
}

.truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.box-80-60 {
  width: 5rem;
  height: 5rem;
}

.box-80-60.border-radius-10.overflow-hidden {
  flex: none;
}

.border-radius-10 {
  border-radius: var(--size--border-radius-10px);
}

.text-size-body20-18 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.flow-page_store {
  border-radius: var(--size--border-radius-6px);
  height: 2.5rem;
  overflow: hidden;
}

.flow-page_form {
  border: 1px solid var(--black-10);
  border-radius: var(--size--border-radius-16px);
  background-color: var(--black-5);
  width: 24.38rem;
  padding: 1.5rem;
}

.flow-page_form.above--plug {
  background-color: var(--basic-dark);
  color: var(--white);
  background-color: var(--basic-dark);
  border-style: none;
  position: absolute;
  top: 9.69rem;
  left: 50%;
  transform: translate(-50%);
}

.text-size-body18-16 {
  font-size: 1.13rem;
  line-height: 1.34;
}

.flow-page_media {
  border: 1px solid var(--black-10);
  background-color: var(--black-5);
  border-radius: 1.25rem;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 37.5rem;
  padding-top: 2.31rem;
  padding-bottom: 2.31rem;
  display: flex;
  overflow: hidden;
}

.flow-page_img-wrapper {
  width: 16.19rem;
  height: 34.93rem;
}

.flow-page_img {
  border: 1px solid var(--black-10);
  border-radius: var(--size--border-radius-16px);
  height: auto;
}

.features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.feature {
  border-radius: var(--size--border-radius-8px);
  background-color: var(--black-5);
  padding: .63rem .88rem;
  font-size: 1rem;
}

.flow-page_plug {
  position: relative;
}

.apps {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.app {
  grid-column-gap: .5rem;
  border: 1px solid var(--black-10);
  border-radius: var(--size--border-radius-16px);
  cursor: pointer;
  align-items: center;
  width: 13rem;
  padding: 1rem;
  transition: border-color .2s;
  display: flex;
}

.app:hover {
  border-color: var(--black-70);
}

.apps_empty {
  border-radius: var(--size--border-radius-10px);
  background-color: var(--black-10);
  padding: 1rem;
}

.box-50 {
  width: 3.13rem;
  height: 3.13rem;
}

.box-50.border-radius-10.overflow-hidden {
  flex: none;
}

.flow-page_rich-text h1 {
  margin-bottom: 1rem;
  font-family: PT Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.flow-page_rich-text p {
  margin-bottom: .75rem;
  font-family: PT Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
}

.flow-page_flow-wrapper.swiper {
  background-color: var(--white);
  background-color: var(--white);
  background-color: var(--white);
  overflow: visible;
}

.flow-page_flow.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.flow-page_flow-item.swiper-slide {
  background-color: var(--black-5);
  cursor: pointer;
  background-color: var(--black-5);
  cursor: pointer;
  background-color: var(--black-5);
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 1.88rem;
  overflow: hidden;
}

.flow-page_flow-img-wrapper {
  height: 35.06rem;
}

.flow-page_flow-img {
  border: 1px solid var(--black-10);
  border-radius: 1rem;
  height: auto;
}

.flow-page_flow-img.is--lightbox {
  border-radius: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.flow-page_navigation {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.flow-page_navigation-arrow {
  pointer-events: auto;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.flow-page_navigation-arrow.is--prev {
  left: 1.13rem;
}

.flow-page_navigation-arrow.is--next {
  right: 1.13rem;
}

.flow-page_pagination.swiper-pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  margin-top: 1.5rem;
  font-size: 1rem;
  display: flex;
  position: static;
}

.flow-page_step-counter {
  justify-content: center;
  margin-top: 1rem;
  font-size: 1rem;
  display: flex;
}

.flow-page_lightbox {
  z-index: 10;
  isolation: isolate;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.flow-page_lightbox-container {
  overscroll-behavior: contain;
  align-items: flex-start;
  width: 24rem;
  height: 100%;
  display: flex;
  overflow: auto;
}

.flow-page_lightbox-bg {
  z-index: -1;
  background-color: var(--black-70);
  color: var(--black-10);
  position: absolute;
  inset: 0%;
}

.flow-page_lightbox-close {
  z-index: 4;
  color: var(--white);
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.text-size-link14 {
  font-size: .88rem;
  line-height: 1.3;
}

.text-color-orange {
  color: var(--basic-orange);
  text-decoration: none;
}

.input_wrapper {
  border-radius: var(--size--border-radius-16px);
  background-color: var(--black-10);
  flex-flow: column;
  padding: 1rem 1.5rem;
  display: none;
}

.login-modal {
  z-index: 15;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.login-modal_container {
  background-color: var(--white);
  border-radius: 1.5rem;
  padding: 2rem;
  position: relative;
}

.login-modal_bg {
  z-index: -1;
  background-color: var(--black-70);
  position: absolute;
  inset: 0%;
}

.login-modal_close {
  cursor: pointer;
  width: 1.88rem;
  height: 1.88rem;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.menu {
  display: none;
}

.form-auth {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.form-auth:hover {
  box-shadow: none;
  border-color: #374252;
}

.form-auth:focus {
  border: 1px solid #000;
}

.form-auth::placeholder {
  color: #6e6e6e;
}

.form-auth.google {
  border-color: var(--black-10);
  border-radius: var(--size--border-radius-8px);
  box-shadow: none;
  margin-bottom: 0;
  padding: .56rem 1rem;
}

.form-auth.google:where(.w-variant-a0f14767-c9ad-ed93-f503-76574056b7f2) {
  margin-bottom: 0;
}

.form-auth.google:hover {
  border-color: #ccc9c9;
}

.form-auth.google.type--big {
  border-radius: var(--size--border-radius-16px);
  background-color: var(--white);
  border-radius: var(--size--border-radius-16px);
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form-auth_content {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.disconnect-link {
  text-align: right;
  padding-left: .63rem;
  padding-right: .63rem;
  text-decoration: underline;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:where(.w-variant-a0f14767-c9ad-ed93-f503-76574056b7f2) {
  padding-top: 0;
  padding-bottom: 0;
}

.disconnect-link:hover {
  color: #000;
}

.disconnect-image {
  width: 1.13rem;
}

.text-size-body28-24 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-size-body28-24.width--837 {
  width: 52.31rem;
}

@media screen and (max-width: 991px) {
  .flex-v-h-h, .flex-v-h-v {
    flex-flow: row;
  }

  .flex-h-v-v, .flex-h-v-h {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 11;
    background-color: var(--white);
    width: 100%;
    position: fixed;
  }

  .flex-v.gap--24-20 {
    grid-row-gap: 1.25rem;
  }

  .flex-v.gap--8.width--400 {
    width: 100%;
  }

  .flex-v.gap--32-24 {
    grid-row-gap: 1.5rem;
  }

  .flex-v.gap--20-16 {
    grid-row-gap: 1rem;
  }

  .flex-v.gap--32-20 {
    grid-row-gap: 1.25rem;
  }

  .flex-v.gap--16-12 {
    grid-row-gap: .75rem;
  }

  .flex-h.gap--16-8 {
    grid-column-gap: .5rem;
  }

  .flex-h.gap--16-8.mob-heo--tags {
    grid-row-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .flex-h.gap--8-6 {
    grid-column-gap: .38rem;
    grid-row-gap: .38rem;
  }

  .flex-h-v {
    flex-flow: column;
  }

  .flex-h-v.gap--68-24 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex-h-v.gap--0-32 {
    grid-row-gap: 2rem;
  }

  .flex-v-h {
    flex-flow: row;
  }

  .position-relative.mob-z-index--0 {
    z-index: 0;
    z-index: 0;
  }

  .flex-v-v-h {
    flex-flow: row;
  }

  .flex-v-h-v, .flex-h-h-v {
    flex-flow: column;
  }

  .flex-h-v-h {
    flex-flow: row;
  }

  .heading-size-h1 {
    font-size: 2.25rem;
  }

  .button.type--submit {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button.type--white {
    text-align: center;
  }

  .button.type--big {
    font-size: 1.13rem;
  }

  .container {
    width: auto;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .header_body {
    justify-content: space-between;
    display: flex;
  }

  .image.plug--mobile {
    object-fit: cover;
    object-fit: cover;
    width: 100vw;
    margin-left: -1.25rem;
    display: inline-block;
  }

  .nav_link {
    font-size: 1.25rem;
  }

  .nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
  }

  .text-size-body24-20 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .text-size-body24-20.width--837 {
    width: auto;
  }

  .heading-size-h4 {
    font-size: 1.5rem;
  }

  .section.margin-top--80-132 {
    margin-top: 8.25rem;
  }

  .section.margin-top--40-132, .section.margin-top--80-132 {
    margin-top: 8.25rem;
  }

  .section.padding-top--60-40 {
    padding-top: 2.5rem;
  }

  .section.margin-top--40-132 {
    margin-top: 8.25rem;
  }

  .input.type--search {
    display: none;
  }

  .heading-size-h3 {
    font-size: 1.75rem;
  }

  .social {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .social.margin-top--8-12 {
    margin-top: .75rem;
  }

  .burger {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 1px solid var(--black-10);
    cursor: pointer;
    flex-flow: column;
    align-items: center;
    width: 2.5rem;
    padding: .63rem;
    display: flex;
  }

  .burger_line {
    border: 1px solid var(--basic-dark);
    width: 100%;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger_line.is--middle {
    width: 80%;
  }

  .filters {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .type {
    background-color: var(--transparent);
    color: #00000080;
    border-bottom: 1px solid #0003;
    border-radius: 0;
    padding: .75rem .13rem;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown_list {
    z-index: 1;
  }

  .flows_wrapper {
    margin-bottom: -.5rem;
  }

  .flows {
    grid-template-columns: 1fr;
  }

  .flow_top {
    padding-left: 2.81rem;
    padding-right: 2.81rem;
  }

  .flow_img-wrapper {
    height: 35.06rem;
  }

  .flows_pagination {
    margin-top: 1.5rem;
  }

  .filter-mobile {
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .filter-mobile_body {
    background-color: var(--white);
    border-radius: .5rem;
    width: 100%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    position: relative;
  }

  .filter-mobile_bg {
    z-index: -1;
    background-color: #00000080;
    position: absolute;
    inset: 0%;
  }

  .filter-mobile_close {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    position: absolute;
    inset: .75rem .75rem auto auto;
  }

  .filter-mobile_header {
    border-bottom: 1px solid var(--black-10);
    justify-content: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: flex;
  }

  .filter-mobile_filters {
    grid-row-gap: .75rem;
    flex-flow: column;
    padding: 1.25rem .88rem;
    display: flex;
  }

  .filter_mobile_footer {
    border-top: 1px solid var(--black-10);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1.25rem;
    display: flex;
  }

  .filter-mobile_reset {
    text-underline-position: under;
    cursor: pointer;
    font-family: Lato, Arial, sans-serif;
    font-size: .94rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }

  .filters_mob-filter-gtigger {
    border: 2px solid var(--basic-dark);
    border-radius: 9.38rem;
    flex: none;
    align-self: center;
    padding: .75rem 1.25rem;
    display: block;
  }

  .type_text {
    white-space: nowrap;
    font-size: .88rem;
    font-weight: 400;
  }

  .filters_empty {
    width: auto;
  }

  .box-80-60 {
    width: 3.75rem;
    height: 3.75rem;
  }

  .text-size-body20-18 {
    font-size: 1.13rem;
  }

  .flow-page_form {
    width: auto;
  }

  .flow-page_form.above--plug {
    width: 100%;
    top: 9.63rem;
  }

  .text-size-body18-16 {
    font-size: 1rem;
  }

  .flow-page_media {
    width: auto;
  }

  .features {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .flow-page_plug {
    height: 43.13rem;
  }

  .apps {
    grid-column-gap: .94rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: grid;
    overflow: auto;
  }

  .flow-page_rich-text h1 {
    margin-bottom: .75rem;
    font-size: 1.5rem;
  }

  .flow-page_rich-text p {
    font-size: 1rem;
  }

  .flow-page_pagination.swiper-pagination {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    min-height: 1.75rem;
    font-size: .88rem;
  }

  .flow-page_step-counter {
    font-size: .88rem;
  }

  .flow-page_lightbox-container {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .flow-page_lightbox-close {
    background-color: var(--black-70);
  }

  .login-modal_container {
    width: 100%;
    padding: 1.25rem;
  }

  .menu {
    z-index: -1;
    background-color: var(--white);
    position: fixed;
    inset: 0%;
  }

  .menu_container {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: 9.5rem;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .text-size-body28-24 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .text-size-body28-24.width--837 {
    width: auto;
  }
}

#w-node-dfb85c43-549d-e5a0-2915-38931193fd09-1193fcfd {
  justify-self: end;
}
