body.widget-snippet .home-banner .inner-container{
  z-index:unset;
}

.home-banner {
  padding: 350px 0 170px;
  background: url('/template/2fcf5207/images/banner-bg.png') no-repeat;
  background-size: cover;
  position: relative;
  background-position: right;
}
.home-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/template/2fcf5207/images/banner-gradient.png') no-repeat;
  background-size: cover;
}
.home-banner .inner-container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
  z-index: 1;
  position: relative;
}
.home-banner .inner-container .text-container h1 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 15px;
  padding: 0;
  color: #fff;
}
.home-banner .inner-container .text-container p {
  font-family: Manrope;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
}
.home-banner .inner-container .text-container p:last-of-type{
  margin: 0;
}
.home-banner .inner-container .description-text {
  max-width: 570px;
  margin: 0 0 35px;
}
.home-banner .inner-container a {
  display: inline-flex;
  padding: 13px 36px;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  min-width: 216px;
  text-align: center;
  min-height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: #567FBB;
}
.home-banner .inner-container a:hover{
  background: #3E74C4;
  color: #ffffff;
}
