/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2025 | 01:39:05 */
@media (min-width: 768px) {
  body:not(.fl-builder-edit) .bc-sticky-sidebar {
    position: sticky;
    top: 6rem;
    align-self: start;
  }
}
.bc-box-equal-infobox .fl-module-pp-infobox .fl-module-content {
  height: 100%;
}
.bc-box-equal-infobox .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap {
  height: 100%;
}
.bc-box-equal-infobox .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox {
  height: 100%;
}
.gform_wrapper form .gform_footer {
  padding-bottom: 0 !important;
}
.gform_wrapper form .gform_footer input[type="submit"] {
  margin-bottom: 0 !important;
}
.gform_wrapper.lp-form_wrapper form .gform_footer {
  padding-bottom: 0 !important;
}
.gform_wrapper.lp-form_wrapper form .gform_footer input[type="submit"] {
  background: url("https://brandchamp.io/wp-content/uploads/2022/11/arrow-button.svg") no-repeat !important;
  background-size: 15px !important;
  background-position: 67% center !important;
  background-color: #24B75C !important;
  padding-right: 50px !important;
  transition: all 0.3s ease-in-out;
}
.gform_wrapper.lp-form_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #25A756 !important;
}
@media (max-width: 767px) {
  .gform_wrapper.lp-form_wrapper form .gform_footer input[type="submit"] {
    height: 44px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1 !important;
    background-position: 78% center !important;
  }
}
.bc-ribbon-box {
  position: relative;
  overflow: hidden;
}
.bc-ribbon-box::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 80px solid #F9C344;
  border-left: 140px solid transparent;
}
.bc-revenue-infobox .fl-module-content {
  height: 100%;
}
.bc-revenue-infobox .fl-module-content .pp-infobox-wrap {
  height: 100%;
}
.bc-revenue-infobox .fl-module-content .pp-infobox-wrap .pp-infobox {
  height: 100%;
}
.bc-revenue-infobox .fl-module-content .pp-infobox-wrap .pp-infobox .pp-icon-wrapper .pp-infobox-image {
  margin-bottom: 0;
}
.bc-revenue-infobox .fl-module-content .pp-infobox-wrap .pp-infobox .pp-icon-wrapper .pp-infobox-image img {
  width: 100%;
  height: 152px;
  object-fit: cover;
}
.bc-revenue-infobox .fl-module-content .pp-infobox-wrap .pp-infobox .pp-infobox-title {
  margin-top: 0 !important;
}
.bc-revenue-infobox .fl-module-content .pp-infobox-wrap .pp-infobox .pp-infobox-description {
  padding: 24px;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .bc-revenue-infobox .fl-module-content .pp-infobox-wrap .pp-infobox .pp-infobox-description {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .bc-growth-infobox .pp-infobox .pp-icon-wrapper .pp-infobox-image img {
    width: 50px !important;
  }
}
.bc-growth-infobox .pp-infobox .pp-infobox-description .pp-description-wrap ul {
  list-style: none;
  padding-left: 0;
}
.bc-growth-infobox .pp-infobox .pp-infobox-description .pp-description-wrap ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
}
.bc-growth-infobox .pp-infobox .pp-infobox-description .pp-description-wrap ul li::before {
  content: "f058";
  font-family: "Font Awesome 7 Pro";
  font-weight: 700 !important;
  color: #53B7E2;
}
@media (max-width: 767px) {
  .bc-growth-infobox .pp-infobox .pp-infobox-description .pp-description-wrap ul li::before {
    display: block !important;
  }
}
.bc-growth-infobox .pp-infobox .pp-infobox-description .pp-description-wrap ul li:not(:first-child) {
  margin-top: 10px;
}
.bc-underline-text p {
  position: relative;
}
.bc-underline-text p::after {
  display: block;
  content: "";
  width: 600px;
  height: 23px;
  background: url("https://brandchamp.io/wp-content/uploads/2025/10/yellow-underline-text.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .bc-underline-text p::after {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .bc-infobox-growth .pp-infobox-wrap .pp-infobox .pp-icon-wrapper {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .bc-infobox-growth .pp-infobox-wrap .pp-infobox .pp-icon-wrapper .pp-infobox-image img {
    width: 100%;
  }
  .bc-infobox-growth .pp-infobox-wrap .pp-infobox .pp-infobox-title {
    margin-top: 20px;
  }
  .bc-infobox-growth.bc-infobox-reverse .pp-infobox-wrap .pp-infobox .layout-4-wrapper {
    flex-direction: column-reverse;
  }
}
.bc-lp-text p:not(:first-child) {
  margin-top: 24px !important;
}
@media (max-width: 767px) {
  .bc-lp-text p:not(:first-child) {
    margin-top: 20px !important;
  }
}
.bc-lp-text ul {
  margin: 24px 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .bc-lp-text ul {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.bc-lp-text ul li:not(:first-child) {
  margin-top: 8px !important;
}
