<style data-computed-style='{"left":0,"top":0,"width":0,"height":0,"display":"none","position":"static","zIndex":"auto"}'>
:root {
  --white: white;
  --gray: #999;
  --lightgray: whitesmoke;
  --darkgreen: #2a9d8f;
  --popular: #ffdd40;
  --starter: #f73859;
  --essential: #00aeef;
  --professional: #ff7f45;
}
.containers {
  max-width: 1000px;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
}
</style>