@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&amp;display=swap');
*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Exo 2", "Trebuchet MS", "Lucida Bright", "Segoe UI";
}
.tylme4 {
  margin: 0;
}
.mzgwg9 {
  margin-top: 5px;
  text-align: center;
  color: var(--text-primary);
}
.w187bu {
  display: none;
}
:root {
  --border-radius: 11px;
  --bg-primary: #f3f6f4;
  --color-primary: #6cc591;
  --bg-content: #fcfcfc;
  --text-alt: #ffffff;
  --font-size: 15px;
  /*--bg-primary: #f1f1f1;*/
  /*--color-primary: #78e055;*/
  --text-primary: #1f2028;
  /*--bg-content: #fcfcfc;*/
  /*--color-secondary: #3d7c3d;*/
  /*--text-alt: #ffffff;*/
  /*--text-primary: #000000;*/
  --color-secondary: #c8368b;
}
body {
  line-height: 1.5;
  display: flex;
  margin: 0;
  background: var(--bg-primary);
  min-height: 100vh;
  flex-direction: column;
}
img, picture, video {
  display: block;
  max-width: 100%;
}
