/**************************/

.home_herobanner_module {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media(min-width:991px){
.home_herobanner_module {min-height:600px;}	
}
.funnel_img {
  position: absolute;
  top: 0;
  right: 2px;
  width: auto;
  height: 100%;
  z-index: 0;
}

.funnel_img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home_herobanner_module > .container {
  position: relative;
  z-index: 2;
}
.home_herobanner_module .row {
  align-content: center !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
.home_herobanner_contnet > span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #032c46;
}
.home_herobanner_contnet ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
}
.home_herobanner_contnet ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
  color: #012840;
  flex: 0 0 26%;
  width: 26%;
}
.home_herobanner_contnet ul > li img {
  object-fit: contain;
  width: 22px;
}
.home_herobanner_contnet ul > li img.pardot {
  width: 45px;
}
.home_herobanner_contnet > h1 {
  font-size: 48px;
  font-weight: bold;
  color: #012840;
  margin: 10px 0 25px;
  line-height: 1.22em;
}
.home_herobanner_link a {
  text-decoration: none;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  display: flex;
  width: fit-content;
  position: relative;
}
.home_herobanner_link a svg {
  margin-top: 10px;
  margin-left: 20px;
}
.home_herobanner_link a::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 20px;
  background: #022741;
  width: 66%;
  height: 2px;
}
.home_herobanner_link a:hover:after {
  transition: 0.3s all;
  animation: btns 1.5s;
  -webkit-animation: btns 1.5s;
  -moz-animation: btns 1.5se;
}
@keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 1199.99px) {
  .home_herobanner_contnet {
    padding: 0px;
  }
  .home_herobanner_contnet > h1 {
    font-size: 40px;
  }
  .home_herobanner_module {
    height: auto;
  }
  .home_herobanner_module .row {
    height: auto;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .home_herobanner_contnet ul > li {
    flex: 0 0 31%;
    width: 31%;
  }
}
@media (max-width: 991.99px) {
  .funnel_img {
    display: none;
  }
  .home_herobanner_module {
    height: auto;
  }
  .home_herobanner_module .row {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .home_herobanner_contnet ul > li {
    flex: 0 0 18%;
    width: 20%;
  }
  .home_herobanner_contnet {
    padding: 0px;
  }
  .home_herobanner_contnet > h1 {
    font-size: 32px;
    line-height: 1.15em;
    margin: 10px 0 20px;
  }
  .home_herobanner_contnet ul {
    gap: 5px;
  }
  .home_herobanner_contnet ul > li {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767.99px) {
  .home_herobanner_contnet ul > li {
    flex: 0 0 30%;
    width: 30%;
  }
  .home_herobanner_module .row {
    flex-direction: column-reverse;
  }
  .home_herobanner_contnet > h1 {
    font-size: 28px;
  }
  .home_herobanner_contnet ul {
    gap: 5px;
  }
}
@media (max-width: 479.99px) {
  .home_herobanner_contnet ul > li {
    flex: 0 0 48%;
    width: 50%;
  }
}
