@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');
.f8tk2m {
  margin: 0;
}
.uz7jyd {
  margin-top: 5px;
  color: var(--text-primary);
  text-align: center;
}
.pbnffp {
  display: none;
}
:root {
  --text-alt: #ffffff;
  /*--color-secondary: #3d7c3d;*/
  /*--text-primary: #000000;*/
  /*--bg-content: #fcfcfc;*/
  --color-secondary: #7a27a4;
  --font-size: 17px;
  --bg-primary: #f3f3f6;
  /*--text-alt: #ffffff;*/
  /*--bg-primary: #f1f1f1;*/
  --bg-content: #ffffff;
  --text-primary: #202221;
  --border-radius: 16px;
  /*--color-primary: #78e055;*/
  --color-primary: #5a46c3;
}
body {
  display: flex;
  margin: 0;
  background: var(--bg-primary);
  flex-direction: column;
  line-height: 1.7;
  min-height: 100vh;
}
*, *::before, *::after {
  box-sizing: border-box;
  font-family: Jost, Tahoma, "Gill Sans", "Arial Narrow";
}
img, picture, video {
  display: block;
  max-width: 100%;
}
