:root {
  --black-video: #010101;
  --grey: #838192;
  --blue: #783df4;
  --black: #070707;
  --white: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  background-color: var(--black-video);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-navbar-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1em;
  display: flex;
}

.body {
  letter-spacing: -.02em;
  background-color: #e8e5ed;
  font-size: 1rem;
  line-height: 1.2;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.navbar.fixed {
  z-index: 500;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  padding: .5em 2em;
  display: none;
  position: fixed;
  top: 0;
}

.navlink {
  color: #fff;
  font-family: Dmmono, sans-serif;
  transition: all .2s;
}

.navlink:hover {
  color: var(--grey);
}

.navbar-right-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1em;
  display: flex;
}

.language {
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #0707071a;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
}

.language-img {
  aspect-ratio: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  position: static;
}

.header-login-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 6em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  transition: all .2s;
  display: flex;
}

.header-login-button:hover {
  background-color: #70c064;
}

.symbol-icon-xxs {
  color: #fff;
  font-family: "Materialsymbolsrounded Filled 28 Pt", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.login-button-text {
  color: #fff;
  font-family: Corbert, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

.content-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-headline-wrapper {
  z-index: 1;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tag {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #fff;
  border-radius: 6em;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1em .5em .5em;
  display: flex;
}

.plaintext-l {
  color: #000;
  font-family: Corbert, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  width: 10ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.hero-image-section {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr .3fr;
  grid-auto-columns: 1fr;
  height: 500px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
  position: relative;
}

.black-video {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: auto;
  object-fit: fill;
  display: block;
}

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

.hero-bottom-wrapper {
  z-index: 100;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  padding-top: 1em;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero-areas-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  display: flex;
}

.plaintext-m {
  color: #fff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.button-wrapper {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  background-color: #fff;
  border-radius: .8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 444px;
  padding: 1.3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-wrapper.open-modal {
  z-index: 100;
}

.background-color {
  background-color: var(--blue);
  border-radius: .8em;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-paragraph-wrapper {
  z-index: 1;
  position: relative;
}

.link-wrapper {
  z-index: 1;
  color: var(--blue);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-wrapper:hover {
  color: var(--black);
}

.link-wrapper.send {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: auto;
}

.button-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.paragraph-m {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmmono, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph-selection {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmmono, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.symbol-icon-s {
  margin-left: auto;
  margin-right: auto;
  font-family: "Materialsymbolsrounded 28 Pt", sans-serif;
}

.black {
  background-color: var(--black);
  color: var(--black);
}

.hero-text-wrapper-3 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-graphics {
  color: var(--blue);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 76.096px;
  display: flex;
}

.asterisk-icon {
  color: var(--blue);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 54.24px;
  height: 54.24px;
  display: flex;
}

.background-hero {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 30% 0% auto;
}

.paragraph {
  color: var(--white);
  width: 15ch;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.menu-button {
  color: var(--white);
  flex: none;
  padding: .5em;
  display: none;
}

.hero-title-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.symbol-icon-l {
  font-family: "Materialsymbolsrounded 28 Pt", sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.numbers-section {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1380px;
  margin: 4em auto;
  display: flex;
  position: sticky;
  top: 5vh;
}

.h3 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.numbers-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start end;
  width: 100%;
  display: grid;
}

.numbers-card-large {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--blue);
  border-radius: .8em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.numbers-card-large.violet {
  background-color: #a84dd3;
  background-image: none;
  position: relative;
}

.numbers {
  z-index: 1;
  color: #fff;
  font-family: Corbert, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.numbers.dark {
  color: var(--black);
}

.title-wrapper {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-description-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.icons {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.numbers-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.numbers-card {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #7deac5;
  border-radius: .8em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.numbers-card.black {
  z-index: 2;
  background-color: #000;
  background-image: url('../images/banner-black.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 240%;
  background-attachment: scroll;
}

.card-background {
  z-index: 0;
  background-image: url('../images/banner-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 426px;
  width: 100%;
  height: 320px;
  position: absolute;
  inset: 0%;
}

.card-background._2 {
  background-image: url('../images/blue-third.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 800px;
  height: 320px;
}

.card-background._3 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/banner-green.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  width: 500px;
  height: 500px;
  inset: -10% 0% auto -15%;
}

.numbers-track {
  height: 300vh;
  padding-left: 2em;
  padding-right: 2em;
}

.poducts-section {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin: 4em auto;
  display: flex;
}

.large-title {
  grid-row-gap: .5em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 715px;
  height: 216px;
  display: flex;
  position: sticky;
  top: 20vh;
}

.h2 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}

.h2.left {
  text-align: left;
  position: static;
}

.decorative-underline {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 5px;
  display: flex;
  position: absolute;
  inset: auto auto -2% 28%;
}

.asterisk-circle {
  background-color: #7deac5;
  border-radius: 6em;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: absolute;
  inset: auto -2.5rem -2.5rem auto;
}

.asterisk-icon-xl {
  aspect-ratio: 1;
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  display: flex;
}

.products-wrapper {
  grid-column-gap: 2.4em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  max-width: 1380px;
  text-decoration: none;
  display: grid;
}

.title-card {
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.product-card {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-text-wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.h4 {
  color: #070707;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.h4.link {
  font-family: Corbert, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}

.paragrapgh-l {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmmono, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.details-button {
  aspect-ratio: 1;
  background-color: var(--white);
  color: var(--blue);
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 6em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .8em;
  font-family: "Materialsymbolsrounded Filled 28 Pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 6% 6% auto;
}

.details-button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.details-button.blog-button {
  display: none;
}

.cta-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.cta-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.product-icon {
  position: absolute;
  bottom: 0;
}

.product-title-track {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  display: flex;
  position: relative;
}

.marque-text-track {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.crypto-scroll-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 6em;
  margin-bottom: 6em;
  padding-left: 4em;
  display: flex;
  overflow: visible;
}

.heading {
  color: var(--black);
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
}

.loop-move-left-2 {
  animation: linear infinite both loop-move-left;
}

.cryptocurrencies {
  flex: none;
}

.cryptocurrencies.loop-move-left-2 {
  animation-duration: 80s;
}

.currencies {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.loop-move-left {
  display: none;
}

.features-section {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1380px;
  height: 300vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.features-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.features-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 60px;
}

.features-card._2 {
  top: 120px;
}

.features-card._3 {
  top: 180px;
}

.features-card._4 {
  top: 240px;
}

.features-card._0 {
  position: sticky;
  top: 0;
}

.feature-icons {
  background-color: #fff;
  border-radius: 6em;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.areas-list {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 670px;
  height: 1020px;
  display: grid;
  position: relative;
}

.area-card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.features-left-wrapper {
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  height: 200vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.features-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.features-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.h5 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.area-card {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #b36fd3;
  background-image: url('../images/banner-violet-640-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px;
  border-radius: .8em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 0;
}

.area-card-icon {
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto 6% 6% auto;
}

.area-card-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corbert, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.area-card-green {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #7deac5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: .8em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 0;
}

.area-card-red {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #de7263;
  background-image: url('../images/banner-brick-640.webp');
  background-position: 0 0;
  border-radius: .8em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  padding: 2em;
  display: flex;
  position: relative;
  top: 0;
}

.features {
  background-color: var(--black);
  padding-left: 2em;
  padding-right: 2em;
  position: static;
}

.products {
  padding-left: 2em;
  padding-right: 2em;
}

.area-list-wrapper {
  position: sticky;
  top: 30%;
}

.app {
  background-color: var(--black);
  height: 500vh;
  padding-left: 2em;
  padding-right: 2em;
}

.app-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6em;
  padding-bottom: 6em;
  position: sticky;
  top: 0;
}

.app-container {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.app-div {
  border-radius: 60px;
  width: 352px;
  height: 740px;
  position: relative;
  overflow: hidden;
}

.article {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
  position: relative;
}

.article-image {
  object-fit: cover;
  background-color: #b36fd3;
  border-radius: .8em;
}

.title {
  font-family: Corbert, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.article-image-wrapper {
  position: relative;
}

.blog-section {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  width: 100%;
  max-width: 1380px;
  margin-top: 14em;
  margin-left: auto;
  margin-right: auto;
}

.blog-head-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.large-title-2 {
  grid-row-gap: .5em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  display: flex;
  position: relative;
}

.blog {
  padding-bottom: 8em;
  padding-left: 2em;
  padding-right: 2em;
}

.faq-section {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.faq-wrapper {
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1018px;
  margin-right: 2em;
  text-decoration: none;
  display: flex;
}

.text {
  color: var(--black);
  font-family: Corbert, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-list {
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-icon {
  cursor: pointer;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.faq-question {
  color: var(--grey);
  white-space: normal;
  cursor: pointer;
  font-family: Dmmono, sans-serif;
  font-size: 1.2rem;
  transition: all .2s;
}

.faq-question:hover {
  color: var(--blue);
}

.faq-image {
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
}

.faq {
  padding-left: 2em;
  padding-right: 2em;
}

.ending-section {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 8em;
  display: flex;
}

.stats-wrapper {
  grid-column-gap: 4em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stat-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  display: flex;
}

.ending {
  padding-left: 2em;
  padding-right: 2em;
}

.title-wrapper-40 {
  width: 40%;
}

.footer-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

.copyright {
  color: var(--grey);
  font-family: Dmmono, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

.social-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  opacity: .7;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icons {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.trustpilot-img {
  object-fit: cover;
}

.links-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: var(--black);
  cursor: pointer;
  font-family: Dmmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  transition: all .2s;
}

.link:hover {
  color: var(--grey);
  text-decoration: none;
}

.dev-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 59.6129px;
  height: 28px;
  display: flex;
}

.footer {
  width: 100%;
}

.symbol-icon-m {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  font-family: "Materialsymbolsrounded 28 Pt", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.decorative-underline-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 5px;
  display: flex;
  position: absolute;
  top: 220px;
  left: 160px;
}

.article-image-link {
  cursor: pointer;
}

.article-title-link {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.article-title-link:hover {
  color: var(--blue);
}

.faq-item-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.dropdown-toggle {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  cursor: auto;
  width: 100%;
  padding: 0;
  display: flex;
}

.dropdown-list {
  margin-top: 1.5em;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  position: static;
}

.articles-slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 1380px;
  height: auto;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding-top: 0;
  font-family: Dmmono, sans-serif;
  position: static;
  inset: auto 0% -5%;
}

.articles-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.left-arrow {
  aspect-ratio: 1;
  background-color: var(--white);
  color: var(--grey);
  cursor: pointer;
  border-radius: 6em;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
  top: 35%;
  bottom: auto;
  left: -1.5rem;
}

.right-arrow {
  aspect-ratio: 1;
  background-color: var(--white);
  color: var(--grey);
  cursor: pointer;
  border-radius: 6em;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
  top: 35%;
  bottom: auto;
  right: -1.5rem;
}

.mask {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup {
  z-index: 999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.popup-window {
  z-index: 1;
  grid-row-gap: 3em;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 3em;
  display: flex;
  position: relative;
}

.popup-foot {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-xs {
  color: #0009;
  font-family: Dmmono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.link-xs.underline {
  text-decoration: underline;
}

.popup-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-icon:hover {
  opacity: .3;
  transform: rotate(180deg);
}

.popup-icon.close-modal {
  cursor: pointer;
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: #f0f0f000;
  padding: 0;
}

.text-field {
  color: var(--grey);
  text-align: left;
  border: 0 solid #000;
  border-top-style: none;
  border-bottom: 1px solid #0003;
  margin-bottom: 0;
  padding: .5em 6em .5em .5em;
  font-family: Corbert, sans-serif;
  font-size: 1rem;
}

.text-field:focus {
  color: #000;
  border-bottom-width: 2px;
  border-bottom-color: #0009;
}

.field-label {
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5em;
  font-family: Corbert, sans-serif;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: auto 0% 1em auto;
}

.input-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.form-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.inputs-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.popup-close-are {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.popup-close-are.close-modal {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.text-block {
  font-family: Corbert, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-2 {
  font-family: Corbert, sans-serif;
}

.error-message {
  margin-top: 2em;
  padding: .8em;
}

.success-message {
  padding: 1.2em;
}

.lock-scroll {
  display: none;
}

.jumptotop-button {
  color: var(--white);
  text-decoration: none;
  position: fixed;
  inset: auto 2em 2em auto;
}

.jumptotop-button.w--current {
  font-family: "Materialsymbolsrounded 28 Pt", sans-serif;
}

.jumptotop-button-wrapper {
  aspect-ratio: 1;
  background-color: var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: auto;
  display: flex;
}

.material-symbol-icon {
  font-family: "Materialsymbolsrounded Filled 28 Pt", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.video-click {
  z-index: 100;
  pointer-events: auto;
  cursor: none;
  background-color: #00000003;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto 18% 20% auto;
}

.background-hero-blue {
  z-index: 11;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 30% 0% auto;
  overflow: visible;
}

.blue-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  background-color: #7a68de;
  width: 1600px;
  height: auto;
  display: none;
  position: absolute;
  inset: auto 10% -10% auto;
}

.reverse-blue-video {
  z-index: 2;
  aspect-ratio: 16 / 9;
  width: 1600px;
  height: auto;
  display: none;
  position: absolute;
  inset: auto 10% -10% auto;
}

.video-click-blue {
  z-index: 100;
  pointer-events: auto;
  cursor: none;
  background-color: #00000003;
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  inset: auto 18% 10% auto;
}

.coursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.coursor {
  background-color: var(--white);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.symbol-coursor {
  color: var(--black);
  font-family: "Materialsymbolsrounded Filled 28 Pt", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.paralax-bg-trigger {
  z-index: 50;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: auto;
}

.logo-inverse {
  display: none;
}

.menu-icon {
  font-size: 2.4rem;
}

.product-title-track-devices {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  display: none;
  position: relative;
}

.symbol-icon {
  margin-right: .1em;
  font-family: "Materialsymbolsrounded 28 Pt", sans-serif;
}

.symbol-icon.right {
  margin-left: .1em;
  margin-right: 0;
}

.faq-image-wrapper {
  flex: none;
  width: 90px;
}

.title-wrapper-70 {
  width: 70%;
}

@media screen and (min-width: 1920px) {
  .marque-text-track {
    justify-content: center;
    width: 100%;
    max-width: none;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100vh;
  }

  .body {
    font-size: .8rem;
  }

  .navbar.fixed {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0003;
  }

  .navlink {
    font-family: Corbert, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .content-section, .hero-headline-wrapper {
    width: 100%;
  }

  .h1 {
    font-size: 3rem;
  }

  .hero-image-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1.9fr;
    grid-auto-columns: 1fr;
    margin-top: 4em;
    display: flex;
  }

  .video {
    margin-top: -28vh;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-bottom-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .hero-areas-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .plaintext-m {
    font-size: 1rem;
    transform: rotate(-25deg);
  }

  .paragraph-m, .paragraph-selection {
    font-size: 1.1rem;
  }

  .hero-text-wrapper-3 {
    position: absolute;
    inset: 25% 0% auto auto;
  }

  .background-hero {
    display: none;
  }

  .paragraph {
    font-size: 1.4rem;
  }

  .menu-button.w--open {
    background-color: #fff3;
  }

  .numbers-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .numbers.dark {
    font-size: 2.4rem;
  }

  .large-title {
    justify-content: flex-start;
    align-items: center;
    width: 660px;
    height: 200px;
  }

  .h2 {
    font-size: 3.4rem;
  }

  .h2.left {
    font-size: 3rem;
  }

  .decorative-underline {
    width: 290px;
    bottom: 0%;
    left: 18%;
  }

  .asterisk-circle {
    z-index: 5;
    width: 5rem;
    height: 5rem;
    position: relative;
    inset: -2.5rem 0% 0 0;
  }

  .products-wrapper {
    grid-row-gap: 2.4em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-text-wrapper {
    position: static;
  }

  .h4, .h4.link {
    font-size: 1.5rem;
  }

  .paragrapgh-l {
    font-size: 1.1rem;
  }

  .details-button {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .product-icon {
    bottom: -5%;
    transform: scale(.8);
  }

  .product-title-track {
    display: none;
  }

  .marque-text-track {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .heading {
    font-size: 90px;
  }

  .features-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .feature-icons {
    height: auto;
  }

  .areas-list {
    width: 100%;
  }

  .area-card-title {
    font-size: 2.8rem;
  }

  .features-left-wrapper {
    max-width: none;
  }

  .features-title {
    font-size: 2.4rem;
  }

  .h5 {
    font-size: 1.5rem;
  }

  .area-list-wrapper {
    width: 100%;
  }

  .blog-section {
    position: relative;
  }

  .blog-head-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .large-title-2 {
    width: 600px;
    height: auto;
  }

  .faq-image {
    height: auto;
  }

  .title-wrapper-40 {
    width: 100%;
  }

  .links-wrapper {
    display: none;
  }

  .decorative-underline-2 {
    width: 260px;
    top: 102%;
    left: 20%;
  }

  .articles-slider {
    height: auto;
  }

  .slide-nav-2 {
    font-size: 1rem;
  }

  .left-arrow {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 35%;
  }

  .right-arrow {
    top: 35%;
  }

  .mask {
    width: 100%;
  }

  .popup-window {
    width: 80%;
  }

  .video-click, .video-click-blue {
    display: none;
  }

  .menu-icon {
    text-align: center;
    line-height: 2.4rem;
  }

  .product-title-track-devices {
    display: flex;
  }

  .faq-image-wrapper {
    width: 80px;
  }

  .title-wrapper-70 {
    width: auto;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0003;
  }
}

@media screen and (max-width: 767px) {
  .left-navbar-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .body {
    font-size: .6rem;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .video {
    margin-top: -30vh;
  }

  .hero-bottom-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .button-text {
    font-size: 1.6rem;
  }

  .paragraph-m {
    font-size: 1rem;
  }

  .numbers-card-large {
    height: 260px;
  }

  .numbers.dark {
    font-size: 1.6rem;
  }

  .numbers-card, .numbers-card.black {
    width: 260px;
    height: 260px;
  }

  .card-background, .card-background._2 {
    height: 280px;
  }

  .large-title {
    width: 440px;
    height: 140px;
  }

  .h2 {
    font-size: 2.4rem;
  }

  .decorative-underline {
    width: 200px;
    bottom: 0%;
  }

  .asterisk-circle {
    width: 4rem;
    height: 4rem;
  }

  .asterisk-icon-xl {
    width: 3em;
    height: 3em;
  }

  .products-wrapper {
    grid-template-rows: auto auto minmax(auto, 1fr);
  }

  .h4, .h4.link {
    font-size: 1.3rem;
  }

  .paragrapgh-l {
    font-size: 1rem;
  }

  .details-button {
    display: block;
  }

  .product-icon {
    inset: auto auto -30% -30%;
    transform: scale(1);
  }

  .features-section {
    justify-content: space-between;
    align-items: center;
  }

  .areas-list {
    width: 100%;
  }

  .area-card-title {
    font-size: 2.2rem;
  }

  .h5 {
    font-size: 1.3rem;
  }

  .area-card {
    width: 260px;
    height: 260px;
  }

  .area-card-text {
    font-size: 1.2rem;
  }

  .area-card-green, .area-card-red {
    width: 260px;
    height: 260px;
  }

  .area-list-wrapper {
    width: 100%;
  }

  .article {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .article-image {
    width: 100%;
    height: 100px;
  }

  .article-image-wrapper {
    flex: none;
    width: 60%;
  }

  .large-title-2 {
    width: 600px;
    transform: scale(.8);
  }

  .faq-question {
    font-size: 1.1rem;
  }

  .faq-image {
    flex: none;
    width: 100%;
  }

  .decorative-underline-2 {
    top: 102%;
    left: 20%;
  }

  .article-image-link {
    width: 100%;
  }

  .article-title-link {
    width: 100%;
    margin-left: 2em;
  }

  .slide-nav-2 {
    margin-top: 3em;
    font-size: 1rem;
  }

  .articles-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .faq-image-wrapper {
    width: 70px;
  }

  .title-wrapper-70 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .left-navbar-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .body {
    font-size: .5rem;
  }

  .navbar-right-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .login-button-text {
    display: none;
  }

  .hero-headline-wrapper {
    width: 280px;
  }

  .h1 {
    width: auto;
    font-size: 2.4rem;
  }

  .hero-image-section {
    justify-content: center;
    align-items: flex-start;
  }

  .video {
    margin-top: -25vh;
  }

  .button-text {
    font-size: 1.4rem;
  }

  .paragraph-m {
    font-size: 1rem;
  }

  .paragraph-selection {
    font-family: Dmmono, sans-serif;
    font-size: 1rem;
  }

  .paragraph, .numbers-card, .numbers-card.black {
    width: 100%;
  }

  .card-background {
    height: 320px;
  }

  .card-background._2 {
    background-position: 100%;
    inset: 0% 0% 0% auto;
  }

  .poducts-section {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .large-title {
    width: 280px;
    height: 140px;
    transform: none;
  }

  .h2, .h2.left {
    font-size: 1.8rem;
  }

  .decorative-underline {
    width: 156px;
    inset: auto auto -2% 10%;
  }

  .asterisk-circle {
    width: 3.4rem;
    height: 3.4rem;
    bottom: -33px;
    right: -33px;
  }

  .products-wrapper {
    flex-flow: column;
    display: flex;
  }

  .h4.link.mobile {
    word-break: break-all;
  }

  .product-icon {
    bottom: -20%;
    left: -20%;
  }

  .marque-text-track {
    font-size: 8px;
  }

  .heading {
    font-size: 70px;
  }

  .area-card, .area-card-green, .area-card-red {
    width: 240px;
    height: 240px;
  }

  .article {
    flex-flow: column;
  }

  .article-image-wrapper {
    width: 100%;
  }

  .large-title-2 {
    width: 280px;
    transform: none;
  }

  .text {
    font-size: 1.4rem;
  }

  .faq-icon {
    width: 18px;
    height: 18px;
  }

  .faq-question {
    font-size: 1rem;
  }

  .stats-wrapper {
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .trustpilot-img, .dev-logo {
    display: none;
  }

  .decorative-underline-2 {
    width: 160px;
    left: 0%;
  }

  .slide-nav-2 {
    bottom: -15%;
  }

  .mask {
    height: auto;
  }

  .logo-default {
    max-width: none;
  }

  .brand.w--current {
    width: 78px;
    overflow: hidden;
  }

  .product-title-track-devices {
    height: 200vh;
  }

  .faq-image-wrapper {
    width: 40px;
  }

  .title-wrapper-70 {
    width: 100%;
  }
}

#w-node-_91b1c9dc-88f8-bae8-9761-ecc3a9ff4420-ca20fc24, #w-node-_91b1c9dc-88f8-bae8-9761-ecc3a9ff4448-ca20fc24 {
  place-self: center;
}

#w-node-bf93c947-5679-e12b-338c-bbebc7217a91-ca20fc24 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_936b38b5-fed0-340b-7436-de73c3f75586-ca20fc24 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corbert';
  src: url('../fonts/Corbert-DemiBoldWide.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corbert';
  src: url('../fonts/Corbert-ExtraBoldWide.ttf') format('truetype'), url('../fonts/Corbert-BoldWide.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded Filled 28 Pt';
  src: url('../fonts/MaterialSymbolsRounded_Filled_28pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded Filled 28 Pt';
  src: url('../fonts/MaterialSymbolsRounded_Filled_28pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded Filled 28 Pt';
  src: url('../fonts/MaterialSymbolsRounded_Filled_28pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded 28 Pt';
  src: url('../fonts/MaterialSymbolsRounded_28pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded 28 Pt';
  src: url('../fonts/MaterialSymbolsRounded_28pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded 28 Pt';
  src: url('../fonts/MaterialSymbolsRounded_28pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}