@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}


@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #f3f4fc;
  }

  70% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}









:where([data-lb-section="features-yop"]) .platform_facilitates {
  padding: 80px 0 60px;
  display: block;
  overflow: hidden;
}
:where([data-lb-section="features-yop"]) .platform_facilitates h2 {
  text-align: center;
  font: 500 36px/45px "Poppins", sans-serif;
  color: #181818;
  max-width: 600px;
  margin: 0 auto 60px;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform_row {
  position: relative;
  z-index: 1;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform_row:before, :where([data-lb-section="features-yop"]) .platform_facilitates .platform_row:after {
  content: "";
  position: absolute;
  left: -60px;
  top: 80px;
  background: url("https://launchbay-templates-assets.s3.us-east-1.amazonaws.com/assets/golden-yop/images/fe-bg.png") no-repeat;
  height: 226px;
  width: 215px;
  z-index: -1;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform_row:after {
  left: auto;
  right: -60px;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
  margin: 0 auto 30px;
  text-align: center;
  padding: 50px 20px;
  transition: all 300ms linear 0s;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform:hover, :where([data-lb-section="features-yop"]) .platform_facilitates .platform:focus {
  box-shadow: 0px 0px 30px 0px rgba(137, 166, 254, 0.35);
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform .icons {
  width: 106px;
  height: 106px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  line-height: 106px;
  position: relative;
  z-index: 1;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform .icons:before, :where([data-lb-section="features-yop"]) .platform_facilitates .platform .icons.platform_row:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #1be394;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform .icons:after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(-62deg, #d0dcff 0%, #e8eeff 13%, white 72%);
  background-image: -webkit-linear-gradient(-62deg, #d0dcff 0%, #e8eeff 13%, white 72%);
  background-image: -ms-linear-gradient(-62deg, #d0dcff 0%, #e8eeff 13%, white 72%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 106px;
  height: 106px;
  margin: 0 auto;
  border-radius: 50%;
  animation: rotation infinite 5s linear;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform .icons i:before, :where([data-lb-section="features-yop"]) .platform_facilitates .platform .icons i.platform_row:after {
  color: #5079f7;
  font-size: 53px;
  line-height: 106px;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform .icons i:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #5079f7;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform a {
  display: block;
  font: 500 20px/1 "Poppins", sans-serif;
  color: #282828;
  padding: 27px 0;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform a:hover, :where([data-lb-section="features-yop"]) .platform_facilitates .platform a:focus {
  color: #5079f7;
}
:where([data-lb-section="features-yop"]) .platform_facilitates .platform p {
  font-size: 15px;
  padding-bottom: 10px;
}

:where([data-lb-section="features-yop"]) .pf_2 .platform_row:before, :where([data-lb-section="features-yop"]) .pf_2 .platform_facilitates .platform_row:after, :where([data-lb-section="features-yop"]) .platform_facilitates .pf_2 .platform_row:after {
  left: -40px;
  top: -60px;
}
:where([data-lb-section="features-yop"]) .pf_2 .platform_row:after {
  right: -40px;
  top: auto;
  bottom: -20px;
}
:where([data-lb-section="features-yop"]) .pf_2 .platform .icons:before, :where([data-lb-section="features-yop"]) .pf_2 .platform .platform_facilitates .icons.platform_row:after, :where([data-lb-section="features-yop"]) .platform_facilitates .pf_2 .platform .icons.platform_row:after {
  display: none;
}
:where([data-lb-section="features-yop"]) .pf_2 .platform .icons i:after {
  display: none;
}



:where([data-lb-section="features-yop"]) .digital_modules {
  display: block;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 50px;
}
:where([data-lb-section="features-yop"]) .digital_modules .reporting_area h2 {
  font: 500 36px/45px "Poppins", sans-serif;
  color: #181818;
  max-width: 430px;
  padding: 25px 0;
}
:where([data-lb-section="features-yop"]) .digital_modules .reporting_area p {
  max-width: 515px;
  padding-bottom: 10px;
}
:where([data-lb-section="features-yop"]) .digital_modules .reporting_img {
  float: right;
  position: relative;
  padding-bottom: 90px;
  padding-left: 30px;
  margin-right: 40px;
}




























@media (max-width: 991px) {
  :where([data-lb-section="features-yop"]) .digital_modules .reporting_img {
    margin: 0;
    padding-top: 50px;
    float: none;
  }
  :where([data-lb-section="features-yop"]) .digital_modules .reporting_area p {
    max-width: 100%;
  }

  :where([data-lb-section="features-yop"]) .platform_facilitates .platform_row:before, :where([data-lb-section="features-yop"]) .platform_facilitates .platform_row:after, :where([data-lb-section="features-yop"]) .platform_facilitates .platform_row:after {
    display: none;
  }
}
@media (max-width: 767px) {

  :where([data-lb-section="features-yop"]) .platform_facilitates h2 {
    font-size: 25px;
    line-height: 30px;
  }

   :where([data-lb-section="features-yop"]) .digital_modules .reporting_area h2 {
    font-size: 25px;
    line-height: 30px;
  }

  :where([data-lb-section="features-yop"]) .pf_2 {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {

  :where([data-lb-section="features-yop"]) .platform_facilitates h2 {
    font-size: 20px;
  }
}
