* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --base-multiple: 8px;
}

html {
  font-size: var(--base-multiple);
}

body {
  font-family: sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 1.3em;
  list-style-position: outside;
}
ul ul {
  margin-left: 0.5em;
}
ul li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.transitUp,
.transitUpGo {
  will-change: opacity, transform;
  opacity: 0;
}
/* Disable format width SVG with link */
.elementor-widget-image a img[src$=".svg"] {
  width: inherit;
}
