.animation_banner {
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #383940;
  position: relative;
  padding-top: 70px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.body-container--platform-landing .animation_banner {
  padding-top: 180px;
}
.body-container--platform-landing .animation_banner.active_anim {
  padding-top: 250px;
}

.animation_banner.active_anim {
  padding-top: 130px;
}

.animation_banner .banner_img img {
  max-width: 610px;
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.animation_banner .banner_scroll_icon {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 25px;
  cursor: pointer;
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
}


.animation_banner .container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.animation_banner .banner_animation_box {
  padding-bottom: 100px;
  max-width: 698px;
  margin: 0 auto;
  position: relative;
}




.animation_banner .banner_animation_box .box_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 180px;
  position: absolute;
  top: 95px;
  left: -70px;
  cursor: pointer;
  z-index: 2;
}

.animation_banner .banner_animation_box.active_bubble .box_title{
  top: -50px;
  left: 0;
}
.animation_banner .box_circle_boxs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  height: 660px;
  width: 100%;
  margin: 0;
  position: relative;
}

.animation_banner .box_circle_boxs .box_circle_content {
  width: 403px;
  height: 403px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.animation_banner .box_circle_boxs .box_circle {
  width: 403px;
  height: 403px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
  z-index: 3;
  position: relative;
  /*
  background-image: url('./assets/green_shadow.svg');
  */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: screen;
  mix-blend-mode: screen;

  /*background-blend-mode: screen;
  mix-blend-mode: screen;
  background: radial-gradient(165.28% 76.03% at 51.06% 23.8%, rgba(110, 190, 74, 0) 0%, rgba(110, 191, 74, 0.0004) 10%, rgba(110, 194, 74, 0.0049) 21%, rgba(110, 200, 74, 0.0289) 34%, rgba(110, 209, 74, 0.09) 46%, rgba(110, 219, 74, 0.2116) 60%, rgba(110, 233, 74, 0.4356) 73%, rgba(110, 248, 74, 0.81) 87%, #6EFF4A 92%)
  */
  /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.animation_banner .box_circle_boxs .box_circle::before {
  content: "";
  width: calc(50% + 40px);
  height: calc(100% + 40px);
  border: 5px solid #6EBE4A;
  right: -20px;
  position: absolute;
  top: -20px;

  border-top-right-radius: 280px;
  border-bottom-right-radius: 280px;
  border-left: 0;
  opacity: 0;

}

.animation_banner .box_circle_boxs .box_circle_content:nth-child(2) .box_circle::before,
.animation_banner .box_circle_boxs .box_circle_content:nth-child(3) .box_circle::before {
  transform-origin: center;
  transform: rotate(40deg) translate(20px, 72px);
  border-color: #84A2CF;
}

.animation_banner .box_circle_boxs .box_circle_content:nth-child(3) .box_circle::before {
  transform: rotate(40deg) translate(30px, 70px);
  border-color: #BFC6D1;
}

.animation_banner .box_circle_boxs .box_circle:hover {
  transform: scale(1.1);
}

.animation_banner .box_circle_boxs .box_circle_content:nth-child(2) {
  margin-left: 0;
  top: initial;
  bottom: 0;
  z-index: 1;
}
/*
.animation_banner .box_circle_boxs .box_circle_content:nth-child(2) .box_circle {
background-image: url('./assets/blue_shadoew.svg');
/*
background: radial-gradient(114.34% 119.4% at 30.1% 68.38%, rgba(91, 111, 142, 0) 0%, rgba(91, 111, 144, 0.0004) 10%, rgba(91, 111, 150, 0.0049) 22%, rgba(91, 111, 160, 0.0289) 34%, rgba(91, 111, 175, 0.09) 46%, rgba(91, 111, 194, 0.2116) 60%, rgba(91, 111, 216, 0.4356) 73%, rgba(91, 111, 243, 0.81) 87%, #5B6FFF 92%)

/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected ;
} */

.animation_banner .box_circle_boxs .box_circle_content:nth-child(3) {
  opacity: 1;
  margin-right: 0;
  top: initial;
  bottom: 0;
  z-index: 2;
}
/*
.animation_banner .box_circle_boxs .box_circle_content:nth-child(3) .box_circle {
background-image: url('./assets/white_shadow.svg');
/*
background: radial-gradient(119.4% 114.34% at 68.99% 70.52%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0004) 10%, rgba(255, 255, 255, 0.0049) 22%, rgba(255, 255, 255, 0.0289) 34%, rgba(255, 255, 255, 0.09) 46%, rgba(255, 255, 255, 0.2116) 60%, rgba(255, 255, 255, 0.4356) 73%, rgba(255, 255, 255, 0.81) 87%, #FFFFFF 92%)

/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected ;
}*/

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content .bc_box_title {
  position: relative;
  top: 0;
  left: 0;
}

.animation_banner .box_circle_boxs .box_circle h5 {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 175px;
  margin: 0;
  transform: scale(1);
}

.animation_banner .box_circle_boxs .box_circle_content .bc_content {
  /* display: none; */
  position: absolute;
  /* transform: translateX(50%); */
  top: 0;
  transition: opacity 0s ease-in-out;
  opacity: 0;
  display: none;
  width: 480px;
  left: calc(100% + 140px);
}

.animation_banner .box_circle_boxs .box_circle_content .bc_content::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -134px;
  top: 45%;
  transform: translateY(-50%);
  background: #6EBE4A;
  border-radius: 100%;
}

.animation_banner .box_circle_boxs .box_circle_content .bc_content::after {
  content: "";
  position: absolute;
  left: -170px;
  top: 45%;
  transform: translateY(-50%) translateX(50%);
  width: 90px;
  height: 0px;
  border-top: 5px solid #6EBE4A;
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content {
  /* transform: translateX(50%); */
  width: 480px;
  max-width: 480px;
  top: 0;
  left: calc(100% + 250px);
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::before {
  background-color: #84A2CF;
  left: calc(-50% + -24px);
  top: 130px;
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::after {
  border-color: #84A2CF;
  left: -380px;
  top: 130px;
  width: 240px;
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content p {
  max-width: 520px;
  margin: 0 auto;
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content {
  width: 480px;
  max-width: 580px;
  top: 0;
  /* transform: translateX(30%); */
  left: calc(100% + 40px);
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::before {
  left: -47px;
  background-color: #BFC6D1;
  top: 125px;
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::after {
  left: -90px;
  border-color: #BFC6D1;
  width: 100px;
  top: 125px;
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content p {
  max-width: 445px;
  margin: 0 auto;
}

.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.active_box .bc_content {
  opacity: 1;
  display: block;
  transition: all 2s ease-in-out;
}

.animation_banner .box_circle_boxs .box_circle_content .bc_content h2 {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  margin:0 auto 25px;
  max-width: 400px;
}

.animation_banner .box_circle_boxs .box_circle_content .bc_content .content_img {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.animation_banner .box_circle_boxs .box_circle_content .bc_content p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.animation_banner .banner_animation_box,
.animation_banner .banner_animation_box .box_circle_boxs,
.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content,
.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content .box_circle,
.animation_banner .box_circle_boxs .box_circle h5,
.animation_banner .banner_animation_box .box_circle_boxs .box_circle_content .bc_box_title,
.animation_banner .banner_animation_box .box_title,
.animation_banner .box_circle_boxs .box_circle::before {
  transition: all 0.4s ease-in-out;
}
.animation_banner .banner_animation_box.active_bubble .box_circle_content.active_box .bc_content {
  z-index: 1;
}
.box_title .mobile-title {
  display: none;
}
.mobile_content_placeholder {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .animation_banner .banner_animation_box.active_bubble {
    max-width: 100%;
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs {
    margin-left: 0;
    max-width: 580px;
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs .box_circle_content,
  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs .box_circle_content .box_circle {
    width: 295px;
    height: 295px;
  }

  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.active_box,
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content .box_circle.active_tab {
    width: 420px;
    height: 420px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_3 .box_circle_boxs .box_circle_content.active_box{
    bottom: 100px;
    right: -50px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content.active_box {
    top: -20px;
    left: 70px;
  }

  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content .box_circle.active_tab:hover {
    transform: scale(1);
  }

  .animation_banner .box_circle_boxs .box_circle.active_tab h5 {
    transform: scale(1.5);
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle.active_tab::before {
    opacity: 1;
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(2) {
    bottom: 100px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(3) {
    right: 40px;
    bottom: 70px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(2) .bc_box_title {
    left: -25px;
    top: -10px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(3) .bc_box_title {
    top: 25px;
    left: 15px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_title {
    top: 20px;
    left: 0;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(1) {
    top: 50px;
    right: -150px;
    z-index: 1;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(3) {
    bottom: 90px;
    right: -60px;
    z-index: 2;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(2) .bc_box_title {
    left: -30px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(3) .bc_box_title {
    left: 25px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_3 .box_title {
    top: 0px;
    left: -65px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_3 .box_circle_boxs .box_circle_content:nth-of-type(1) {
    top: -60px;
    left: -40px;
    z-index: 1;
  }

  .animation_banner .banner_animation_box.active_bubble.box_3 .box_circle_boxs .box_circle_content:nth-of-type(2) {
    bottom: 220px;
    left: 0px;
    z-index: 2;
  }

  .animation_banner .banner_animation_box.active_bubble.box_3 .box_circle_boxs .box_circle_content:nth-of-type(2) .bc_box_title {
    left: -45px;
    top: -15px;
  }
}


@media only screen and (max-width: 1199px) {

  .box_title .mobile-title {
    display: block;
  }
  .box_title .hide-desktop-title {
    display: none;
  }
  .animation_banner.active_anim,
  .animation_banner {
    padding-top: 79px;
  }
  
  .mobile_content_placeholder {
    display: block;
    height: 450px;
  }

  .animation_banner .box_circle_boxs .box_circle:hover {
    transform: scale(1);
  }

  .animation_banner .banner_animation_box.active_bubble {
    max-width: 550px;
    width: 100%;
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs .box_circle_content .bc_box_title {
    transform: scale(0.8);
  }

  .animation_banner .banner_animation_box .box_title {
    transform: scale(1);
    position: initial;
    pointer-events: none;
    width: 100%;
    max-width: 400px;
    left: 50%;
    margin: 0 auto;
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs {
    margin-left: auto;
    margin-right: auto;
  }

  .animation_banner .box_circle_boxs {
    height: 355px;
    max-width: 395px;
  }

  .animation_banner .box_circle_boxs .box_circle_content .bc_content,
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content,
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content {
    top: -135%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 430px;
    max-width: calc(100vw - 40px);
    right: initial !important;
    z-index: 3;
  }

  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content {
    width: 480px;
  }

  .animation_banner .box_circle_boxs .box_circle_content .bc_content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .animation_banner .box_circle_boxs .box_circle_content .bc_content p {
    font-size: 16px;
    line-height: 22px;
  }

  .animation_banner .box_circle_boxs .box_circle_content .bc_content .content_img {
    max-height: 45px;
    margin: 0 auto 20px;
  }

  .animation_banner .box_circle_boxs .box_circle_content .bc_content .content_img img {
    max-width: 100%;
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs .box_circle.active_tab::before {
    opacity: 1;
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs .box_circle_content,
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.active_box {
    height: 205px;
    width: 205px;
    transform: translateX(0);
    top: 150px;
    bottom: initial;
    margin: 0;
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs .box_circle_content .box_circle,
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content .box_circle.active_tab {
    height: 205px;
    width: 205px;
  }

  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.active_box {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .animation_banner .box_circle_boxs .box_circle:before,
  .animation_banner .box_circle_boxs .box_circle_content:nth-child(2) .box_circle::before,
  .animation_banner .box_circle_boxs .box_circle_content:nth-child(3) .box_circle::before {
    transform: rotate(-90deg) translate(60px, -60px);
    width: calc(50% + 20px);
    border-top-right-radius: 100000px;
    border-bottom-right-radius: 100000px;
    border-width: 3px;
  }

  .animation_banner .box_circle_boxs .box_circle.active_tab h5 {
    transform: scale(1);
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content.active_box {
    top: 0;
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(2) {
    bottom: 0;
    left: 20px;
  }
  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(3),
  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(3) {
    bottom: 0;
    left: calc(50% - 20px);
  }

  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs .box_circle_content .bc_box_title {
    transform: scale(0.7);
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(3) .bc_box_title,
  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(3) .bc_box_title {
    top: 0;
    left: 15px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content:nth-of-type(2) .bc_box_title,
  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(1) .bc_box_title {
    left: -15px;
    top: 0;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content.bcc_2 {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: initial;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(1) {
    left: 20px;
    top: 150px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_3 .box_circle_boxs .box_circle_content:nth-of-type(2) {
    left: calc(50% - 20px);
    top: 150px;
  }

  .animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content:nth-of-type(2) .bc_box_title {
    left: 0;
  }


  .animation_banner .box_circle_boxs .box_circle_content .bc_content:before {
    width: 10px;
    height: 10px;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    bottom: -28%;
    top: initial;
    z-index: 3;
  }

  .animation_banner .box_circle_boxs .box_circle_content .bc_content::after {
    left: 0 !important;
    transform: rotate(90deg);
    right: 0;
    margin: 0 auto;
    border-width: 3px;
    bottom: -20%;
    top: initial !important;
    width: 30px !important;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::before{
    top: initial;
    bottom: -76%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::after{
    width: 100px !important;
    bottom: -50%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::before{
    top: initial ;
    bottom: -64%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::after{
    width: 80px !important;
    bottom: -42%;
  }

}

@media only screen and (max-width:1120px){
  .body-container--platform-landing .animation_banner.active_anim {
    padding-top: 170px;
  }
}

.content_icon_list {
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
 .content_icon_list {
display: flex;
flex-flow: row wrap;
gap: 10px;
  }
.content_icon_with_title_box,
.content_icon_with_title_box a {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #71BF4D;
  border-radius: 50%;
  gap: 5px;
}

.content_icon_with_title_box a {
  text-decoration: none;
  border: none;
  display: flex;
  justify-content: space-around;
  flex: 0;
  padding: 10px;
}

.content_icon_title {
  color: #6FBF4B;
  text-align: center;
  font-family: var(--font-main);
  font-size: 13.191px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; 
}
.content_icon {
  max-width: 80%;
  max-height: 40px;
}

.content_icon img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

.content_icon_with_title_box:hover a {
  filter: brightness(0) invert(1) !important;
  border-color: #fff !important;
}
.content_icon_with_title_box:hover{
  border-color: #fff;
}
.animation_banner .banner_animation_box.active_bubble.box_3 .box_circle_boxs .box_circle_content.active_box .content_icon_with_title_box{
  border-color: #BFC6D1;
}
.animation_banner .banner_animation_box.active_bubble.box_3 .box_circle_boxs .box_circle_content.active_box .content_icon_title{
  color:  #BFC6D1;
}
.animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content.active_box .content_icon_with_title_box{
  border-color: #8AA1CB;
}
.animation_banner .banner_animation_box.active_bubble.box_2 .box_circle_boxs .box_circle_content.active_box .content_icon_title{
  color:  #8AA1CB;
}
@media(max-width:1199px){
  .content_icon_list {
    gap: 10px;
    margin-bottom: 20px;
  }
  .content_icon_with_title_box, .content_icon_with_title_box a {
    width: 100px;
    height: 100px;
  }
  .box_circle_content.bcc_1.active_box .bc_content {
    width: 700px;
}
.animation_banner .box_circle_boxs .box_circle_content .bc_content p {
    color: #FFFFFF;
    max-width: 400px;
    margin: 0 auto;
}
}
@media(max-width:767px){
    .box_circle_content.bcc_1.active_box .bc_content {
        width: 430px;
    }
    .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content.active_box .bc_content:before{
        bottom: -9%;
    }
    .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content.active_box .bc_content:after{
        bottom: -5%;
    }
}
@media only screen and (max-width: 480px) {
  .body-container--platform-solution .animation_banner,.body-container--platform-solution .animation_banner.active_anim {
        padding-top: 140px;
    }
  .animation_banner, .animation_banner.active_anim {
    padding-top: 0;
  }
  .animation_banner .banner_animation_box .box_title {
    position: relative;
  }
  .body-container--platform-landing .animation_banner.active_anim {
    padding-top: 100px;
  }
  .animation_banner .banner_animation_box.active_bubble {
    max-width: 395px;
    width: 395px;
    min-width: 395px;
    transform-origin: center;
    transform-box: content-box;
    transform: scale(0.85) translateX(-50%);
    left: 40%;
  }
  .animation_banner .banner_animation_box{
    padding: 0;
  }
  .content_icon_with_title_box,
  .content_icon_with_title_box a {
    width: 90px;
    height: 90px;
  }
  .content_icon {
    max-width: 45px;
    max-height: 30px;
  }
  .content_icon_title{
    font-size: 12px;
  }
  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content.active_box .bc_content:before{
        bottom: -16%;
    }
    .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content.active_box .bc_content:after{
        bottom: -9%;
    }
  .animation_banner .box_circle_boxs .box_circle_content .bc_content:before {
    bottom: -37%;
  }
  .animation_banner .box_circle_boxs .box_circle_content::after {
    bottom: -29%;
  }
  .content_icon_list {
    gap: 5px;
    margin-bottom: 10px;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.active_box .bc_content{
    min-height: 250px;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::after {
    bottom: -36%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::before {
    bottom: -58%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::before {
    bottom: -58%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::after {
    bottom: -40%;
  }
  .animation_banner .banner_animation_box.active_bubble .box_circle_boxs{
    margin-top: 0;
  }
  .animation_banner .banner_animation_box.active_bubble .box_title{
    max-width: 280px;
  }
}
@media(max-width:420px){
  .animation_banner .banner_animation_box.active_bubble{
    left: 42%;
  }
  
  .animation_banner .banner_animation_box.active_bubble.box_1 .box_circle_boxs .box_circle_content.active_box .bc_content{
    min-height: 300px;
    max-width: 400px;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.active_box .bc_content{
    min-height: 300px;
    max-width: 400px;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::before {
    bottom: -40%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_3 .bc_content::after {
    bottom: -22%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::before {
    bottom: -40%;
  }
  .animation_banner .banner_animation_box .box_circle_boxs .box_circle_content.bcc_2 .bc_content::after {
    bottom: -22%;
  }
  /* .content_icon_with_title_box,
  .content_icon_with_title_box a{
  width: 70px;
  height: 70px;
} */
}
@media only screen and (max-width:380px){
  .animation_banner .banner_animation_box.active_bubble {
    transform: scale(0.7) translateX(-50%);
    left: 30%;
  }
  .body-container--platform-landing .animation_banner.active_anim {
    padding-top: 50px;
  }
}