body.widget-snippet .close-home-network:after{
  display:none;
}
body.widget-snippet .close-home-network .inner-content{
  z-index:unset;
}
.close-home-network {
  width: 100%;
  background: #19164f;
  padding: 60px 0;
  position:relative;
}
.close-home-network:after{
  content: '';
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 380px;
  background: url(/template/31fc6f52/images/waveform-shape.png) no-repeat;
  position: absolute;
  background-position: center;
}
.close-home-network .inner-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.close-home-network .inner-content .text-content h1 {
  font-family: 'Alternate Gothic ATF'; 
  color: #fff;
  font-size: 49px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 70px 0 0;
  line-height:60px;
}
