poppins-v20-latin-100.woff poppins-v20-latin-100.woff2 poppins-v20-latin-200.woff poppins-v20-latin-200.woff2 poppins-v20-latin-300.woff poppins-v20-latin-300.woff2 poppins-v20-latin-500.woff poppins-v20-latin-500.woff2 poppins-v20-latin-600.woff poppins-v20-latin-600.woff2 poppins-v20-latin-700.woff poppins-v20-latin-700.woff2 poppins-v20-latin-800.woff poppins-v20-latin-800.woff2 poppins-v20-latin-900.woff poppins-v20-latin-900.woff2 poppins-v20-latin-regular.woff poppins-v20-latin-regular.woff2 body{
  font-family:Poppins, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin:0;
  display:flex !important;
  flex-direction:column;
  line-height:normal;
}

.header-bg{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:146px;
  background-color:#8a2be2;
}

.content{
  min-width:300px;
  max-width:750px;
  margin:0 auto;
  position:relative;
}

.content > header{
  padding:2rem;
}

header h1{
  color:#fff;
  font-family:Poppins;
  padding:1rem 0;
}

header a{
  text-decoration:none;
}

nav{
  position:absolute;
  right:0;
  top:4.7rem;
}
nav a{
  color:#fff;
  margin-inline-end:1rem;
  font-family:Poppins;
  position:relative;
}
nav a::before{
  display:inline-block;
  position:absolute;
  background-color:#fff421;
  height:2px;
  left:50%;
  right:50%;
  bottom:-7px;
  content:"";
  transition:left 0.2s, right 0.2s, color 0.2s;
}
nav a:hover, nav a:first-child{
  color:#fff421;
}
nav a:hover::before, nav a:first-child::before{
  left:0;
  right:0;
}

.small{
  font-family:Poppins;
  color:#8a2be2;
  margin-bottom:1rem;
}

.big{
  font-family:Poppins;
  font-size:2rem;
  color:#666;
}

article{
  padding:2rem;
}

section{
  line-height:170%;
}

.article-bg{
  position:absolute;
  left:0;
  right:0;
  height:265px;
  background-color:#f3f3f3;
}

[data-column=satisfaction] .fa-star{
  color:#f8d400;
}

[data-column=satisfaction] i{
  margin-inline-end:0.3rem;
}

.b-scheduler{
  background:#fff;
  font-size:14px;
}

.b-responsive-small.b-view{
  font-size:12px;
}

@media (max-width: 480px){
  nav a{
    display:none;
  }
  nav::before{
    content:"\f0c9";
    font-family:"Font Awesome 6 Free", serif;
    margin-inline-end:1rem;
    font-size:2rem;
    color:#fff;
    cursor:pointer;
  }
  nav:hover::before{
    color:#fff421;
  }
}
#download-trial{
  display:inline-block;
}

@media (max-width: 800px){
  #trial-button{
    display:none;
  }
}

