@charset "utf-8";
/* CSS Document */


.bg-hwd-accordeon{
  background-image: url("../build/images/marketing-automation/bg-accordeon.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  /*background-size: cover;*/
  background-attachment: fixed;

}

.accordion-plus .accordion-item{background:transparent}

.accordion-plus .accordion-item {
  border: none
}

.accordion-plus .accordion-button {
  /*border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0px 0;*/
  border:none;
  border-radius: 0 !important;
  padding: 13px 22px 25px 48px;
  background:transparent;
}

.accordion-plus .accordion-button:focus {
  box-shadow: none
}

.accordion-plus .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none !important;
}

.accordion-plus .accordion-button::after {
  position: absolute;
  left: 6px;
}

.accordion-plus .accordion-item:last-child .accordion-button {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0);*/
  transition: all 0.1s ease;
  transition-delay: 0s
}

.accordion-plus .accordion-item:last-child .accordion-button.collapsed {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  transition-delay: 0.3s
}
/*
.accordion-plus .accordion-item:last-child .accordion-body:before {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(99% - var(--bs-gutter-x));
  background-color: rgba(0, 0, 0, 0.20);
  content: "";
  height: 1px;
}
*/
.accordion-plus .accordion-button::after {
  content: "\F2EA";
  background-image: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 800 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}

.accordion-plus .accordion-button.collapsed::after {
  content: "\F4FE";
}

.accordion-plus .accordion-button::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: rgb(0, 224, 230);
  background: linear-gradient(90deg, rgba(0, 224, 230, 1) 0%, rgba(199, 224, 57, 1) 100%);
  left: 0px
}

.accordion-plus .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}


.result .big_num {
  font-family: 'century_bold';
  font-size: 50px
}


.result {
  background-image: url("../build/images/channel-enablement/bg-resuts.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.bg-gray-opacity {
  background-color: rgba(242, 242, 242, 0.78);
}

.bg-deg-opacity {
  position: relative
}

.bg-deg-opacity:before {
  background: rgb(0, 224, 230);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 224, 230, 1) 0%, rgba(199, 224, 57, 1) 100%);
  mix-blend-mode: multiply
}

.mw-100 {
  max-width: 100% !important
}

.new-result > div {
  position: relative
}

.wrap-pie {
  max-width: 265px;
  margin: auto
}

.piechart {
  display: block;
  width: 100%;
  height: 1px;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;

}

.piechart .pie-icon {
  position: absolute;
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.89);
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));

}


.new-result > div:first-child .piechart .pie-icon {
  top: 11px;
  right: 7px;
}

.new-result > div:nth-child(2) .piechart .pie-icon {
  bottom: 11px;
  right: 7px;
}

.new-result > div:last-child .piechart .pie-icon {
  top: 11px;
  left: 7px;
}

.numbers-pie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1.00);
  z-index: 2;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.white-boxes {
  font-size: 0.95rem;
}

.wrap-white-box {
  background-color: white;
  height: 100%;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.wrap-white-box:before {
  content: "";
  height: 7px;
  width: 100%;
  background: rgb(166, 166, 166);
  background: linear-gradient(90deg, rgba(166, 166, 166, 1) 0%, rgba(204, 204, 204, 1) 100%);
  top: 0;
  left: 0;
  position: absolute;
}

.wrap-img-box {
  margin: 0 -22px -22px;
}

.col-bg {
  position: relative
}


.col-bg-left:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 500%;
  right: 0%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}

.col-bg-right:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 500%;
  left: 0%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
}

.document-insights .col-bg:before {
  background-image: url(../build/images/channel-enablement/bg-document.jpg);
  background-color: #ebfcf9;
  right: 26%;
}




.laptop-v2m .col-bg:before {
  background-image: url(../build/images/marketing-automation/bg-gray-laptop.jpg);
  background-color: #f1f1f1;
  left: -55%;

}


.laptop-v2m {
  background-color: #f1f1f1
}


@media (min-width: 768px) {
  .result .big_num {
    font-size: 55px
  }

  .piechart .pie-icon {
    width: 75px;
    height: 75px;
  }

  .piechart:before {
    content: "";
    position: absolute;
    width: 74%;
    height: 6px;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgb(0 0 0) 16%, rgb(0 0 0 / 17%) 100%);
    filter: blur(7px);
  }



}


@media (min-width: 992px) {
  .accordion-plus .accordion-collapse .wrap_img_abs {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .accordion-plus .accordion-collapse.show .wrap_img_abs {
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease-in
  }

  .accordion-plus .accordion-item:last-child .accordion-body:before {
    width: calc(38.5% - var(--bs-gutter-x));
  }


  .result .big_num {
    font-size: 60px
  }

  .piechart .pie-icon {
    width: 78px;
    height: 78px;
  }

  .accordion-plus .accordion-button {

    padding: 13px 22px 13px 48px;

  }


}

