:root {
  --asPurple: #7B5AA5;
  --asPink: #EC0B8C;
  --asBlue: #4891CE;
  --asGreen: #72BF44;
  --asOrange: #F36F22;
  --asBrown: #E39842;
  --animation-primary: .5s cubic-bezier(.3, 1, .3, 1);
}
html {
  padding: env(safe-area-inset);
}
html, body {
  margin: 0;
  color: #000;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overscroll-behavior-y: none;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 500px;
  margin: auto;
  background: radial-gradient(53.56% 37.57% at 53.52% 60.7%, rgba(94, 255, 236, 0.20) 0%, rgba(255, 255, 255, 0.20) 105%), radial-gradient(44.49% 61.78% at 30.91% 19.29%, rgba(153, 237, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), radial-gradient(76.54% 56.77% at 71.14% 6.09%, rgba(255, 238, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
h2 {
  margin: 0;
}
p {
  margin: 10px 0;
}
section {
  margin: 150px 0 150px;
}
.ch-landing {
  margin: 0;
}
a {
  color: #000;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
.ch-landing video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
h2.uk-text-center {
  padding: 0 50px;
}
.ch-sugg, .ch-downloads h2, .ch-downloads p {
  padding: 0 30px;
}
.ch-downloads {
  margin-bottom: 80px;
}
.ch-dw-container {
  margin-top: 20px;
  padding: 10px 30px 60px 30px;
  border-radius: 20px;
  background-color: white;
}
.ch-dw-item {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}

#chatbase-bubble-button {
  max-width: calc(100vw - 60px);
  width: 440px!important;
  left: 0 !important;
  right: 0 !important;
  margin: auto!important;
}
#chatbase-bubble-button > div {
  justify-content: flex-start!important;
  position: relative;
}
#chatbase-bubble-button > div img {
  padding: 10px;
  margin-left: 15px;
}
#closeIcon {
  margin-left: 25px!important;
}
#closeIcon path {
  stroke: white;
}
#chatbase-bubble-button > div::after {
  content: "Ask me question...";
  position: absolute;
  right: 30px;
  color: white;
  font-size: 20px;
}