body {
  line-height: 1.8;
  font-size: 0.85rem;
}

.logo-g {
  height: 4.5rem;
}

.custom-hero {
  position: relative;
}

.custom-hero::before {
  content: '';
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  mix-blend-mode: multiply;
  position: absolute;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.custom-hero::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(120deg, #583eff 20%, #090056 154%);
  background-repeat: no-repeat;
  top: -400px;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  border-radius: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.btn-success {
  border-color: #13BFD1;
  background-color: #13BFD1;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
/*# sourceMappingURL=custom-style.css.map */