.advanced-banner .bg-color-wrap {
  padding: 0;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0%;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 0pradius: 70px;
     z-index: 1 !important;
}


.advanced-banner .content-wrapper {
  padding-left: 105px;
  padding-right: 0px;
  display: flex;
  flex-direction: row;
}
.banner-content p strong {
  font-weight: 600;
}
.advanced-banner .wp-page-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.advanced-banner .hs-col {
  width: 50%;
}

.advanced-banner .img-wrap {
  position: relative;
}

.img-back {
  border-radius: 70px !important;
}

.advanced-banner .img-wrap a.watch-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-left-has{
  padding: 20px 0;
}
 

.advanced-banner .hs-col:last-child {
  padding-left: 0px;
}

.advanced-banner .hs-col:not(:last-child) {
  padding-right: 0px;
}

.advanced-banner .banner-title {
  font-family: 'MNKY Banana Grotesk';
  font-style: normal;
  font-weight: 600;
  font-size: 20.2343px;
  line-height: 116%;
  /* or 23px */
  text-transform: uppercase;
  color: #27277D;
}

.advanced-banner .banner-heading h2 {
  font-family: 'MNKY Banana Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 116%;
  /* or 64px */
  color: #297E22;
}


.advanced-banner .banner-heading {
  max-width: 535px;
  padding-bottom: 0px;
}
.advanced-banner {
  margin: 0 auto;
  padding-top: 0 !important;
  padding-bottom: 2em;
}

.advanced-banner .banner-content {
  max-width: 505px;
  font-family: 'MNKY Banana Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 116%;
  /* or 27px */
  color: #27277D;
  padding-bottom: 14px;
}

.btn-grid{
  display: flex; 
  flex-wrap: wrap;
  gap: 5px;
}



.advanced-banner .btn-wrap a{
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 32px;
  color: #ef0;
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  font-family: MNKY Banana Grotesk;
  font-size: 16.567px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  padding: 25px 80px 25px 40px;
  position: relative;
  text-decoration: none;
  width: auto;
}

.advanced-banner .btn-wrap a:before{
  background-color: #005900;
  background-image: url(https://4204918.fs1.hubspotusercontent-na1.net/hubfs/4204918/ABM_lp_page_Sep_2022/Tick-03.png);
  background-position: 90% 54%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-radius: 32px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  font-size: 22.6375px;
line-height: 100%;
  letter-spacing: 0.62882px;
}

.advanced-banner .btn-wrap a span {
  border-radius: 32px;
  color: #ef0;
  position: relative;
  z-index: 3;
}

.advanced-banner .btn-wrap a:hover span,
.advanced-banner .btn-wrap a:hover{
    color: #005900;
}
.advanced-banner .btn-wrap a:after {
    background-color: #ef0;
    background-image: unset;
    border-radius: 32px;
    bottom: 0;
    content: "";
    height: calc(100% - 2px);
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 1px;
    transform: scaleX(.3);
    transition: opacity .3s,transform .3s ease-in;
    width: calc(100% - 2px);
    z-index: 1;
}


.advanced-banner .btn-wrap a:hover:after{
background-image: url(https://4204918.fs1.hubspotusercontent-na1.net/hubfs/4204918/ABM_lp_page_Sep_2022/Tick-02.png)!important;
    background-position: 90% 54%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    opacity: 1;
    transform: scaleX(1);
  transition: opacity .2s,transform .3s ease-out;
}



.advanced-banner .btn-wrap2 {
  font-size: 16.567px;
  color: #3D3DA9;
  cursor: pointer;
  padding: 18px 40px 25px 40px;

}

.advanced-banner .btn-wrap2 a{
  font-size: 16.567px;

}





/* The Modal (background) */
.advanced-banner .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.advanced-banner .video-popup {
  display: none;
  z-index: 9999;
  position: absolute;
  top: -20%;
  left: 0;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 4px;
}

.advanced-banner .video-popup.visible {
  display: block;
}

.advanced-banner .video-popup .close {
  position: absolute;
  right: 8px;
  top: -3px;
  font-weight: 900;
  font-size: 28px;
  color: black;
  padding: 5px 10px;
  border-bottom: none;
  cursor: pointer;
}

.advanced-banner .video-wrapper {
  width: 680px;
  margin: 30px auto;
}
.advanced-banner .video-wrapper .video-container {
  position: relative;
  padding-bottom: 55.25%;
  height: 0;
  overflow: hidden;
}

.advanced-banner .video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advanced-banner .video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.banner-heading h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 52.9758px;
  line-height: 116%;
  color: #5555DD;
  margin-bottom: 0px;
  font-family: 'MNKY Banana Grotesk';
}
.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-wrap .icon-rep {
  width: 40%;
  text-align: center;
}
.icon-wrap {
  padding-top: 75px;
}
.advanced-banner .banner-heading h1 strong {
  font-weight: 600;
}
.advanced-banner img.mobile-bannerbg {
  display: none;
}

.advanced-banner img.desktop-bannerbg{
    position: absolute;
    top: 15px;
   z-index:-1
}


.hs-col.right-banner-hs {

  padding: 0 !important;
}

@media only screen and (max-width: 560px) {
  .advanced-banner .video-wrapper {
    width: 250px;
  }
}

@media only screen and (max-width: 1439px) {
  .advanced-banner {
    padding-top: 8.5%;
    padding-bottom: 4.8%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hs-col.banner-left-has {
    padding-right: 50px !important;
  }

}
@media(max-width:991px){
  
    .wp-page-center{
    display: grid !important;
     gap: 4em;
  }

    .banner-left-has{
    order: 2 !important;
    margin: 0 !important;
  }
  
  .right-banner-hs{
    order: 1 !important;
  }
  
  .advanced-banner .hs-col {
    width: 100%;
    padding: 0 !important;
  }
  .advanced-banner .bg-color-wrap{
    display:none;
  }

  .advanced-banner .content-wrapper {
    flex-wrap: wrap;
    padding: 0 35px;
  }

  .advanced-banner .banner-heading {
    max-width: 100%;
  }

  .advanced-banner .banner-content {
    max-width: 100%;
  }
  
  .right-banner-hs .img-wrap{
    max-height: 200px !important;
  }

  .advanced-banner .img-wrap {                          
    text-align: center;
  }
  

  
  .icon-wrap {
    padding-top: 45px;
  }
  .advanced-banner .wp-page-center {
    display: block;
  }
}
@media(max-width:767px){
  .advanced-banner .content-wrapper {
    padding: 0 38px;
  }
  .advanced-banner .content-wrapper {
    padding: 0 38px;
  }

  .advanced-banner {
    padding-top: 47px;
    padding-bottom: 31px;
  }

  .advanced-banner .banner-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 105%;
  }

  .advanced-banner .banner-heading h2 {
    font-size: 36px;
    line-height: 39.25px;
  }

  .advanced-banner .banner-heading {
    padding-bottom: 0;
  }

  .advanced-banner .banner-content {
    font-family: 'MNKY Banana Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    padding-bottom: 39px;
  }

  .advanced-banner .img-wrap a.watch-more svg {
    width: 84px;
  }

  .advanced-banner .img-wrap a.watch-more svg circle {
    stroke-width: 6px;
  }
  .icon-wrap {
    display:none;
  }
  .banner-heading h1 {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .advanced-banner .wp-page-center {
    display: block;
  }
  .advanced-banner img.mobile-bannerbg {
    position: absolute;
    left: auto;
    top: 0;
    z-index: -1;
    right: 0;
  }
  .hs-col.right-banner-hs {
    padding-top: 0px;
  }
  .advanced-banner img.mobile-bannerbg {
    display: block;
  }
  
  
.advanced-banner img.desktop-bannerbg{
display:none
}
  
  .advanced-banner .btn-wrap {
  text-align:center;
  }
  
  .img-back {
    border-radius: 35px !important;
  }
  

}




.video1 {
  position:relative;
  width:auto;
  margin:0 auto;
}
.video1 img {
  width:100%;
  height:auto;
}
.overlay-play:hover {
  cursor:pointer;
  background-color:transparent;
}
.overlay-play {
  background-size: 15%;
  height: 100%;
  width: 100%;
  z-index: 999;
  position:absolute;
}
.overlay-play.addzindex {
  z-index: 9999;
}