.custom-block div h1, .custom-block div h2, .custom-block div h3, .custom-block div h4, .custom-block div h5, .custom-block div p, .custom-block div.button-content a, .custom-block .product-tier h3, .custom-block .product-tier h5, .custom-block .product-tier p {
  position: relative;
  border: 1px solid #a9a9a9;
  padding: 0em .5em;
  border-radius: 5px;
}

.custom-block div h1::before, .custom-block div h2::before, .custom-block div h3::before, .custom-block div h4::before, .custom-block div h5::before, .custom-block div p::before, .custom-block div.button-content a::before, .custom-block div .image-list::before, .custom-block .product-tier h3::before, .custom-block .product-tier h5::before, .custom-block .product-tier p::before {
  position: absolute;
  top: -25px;
  font-weight: 700;
  font-size: 12px;
  left: 0;
}

.frontend-custom-block.home-header, .frontend-custom-block .image-list .image-item, .frontend-custom-block .circle-pulse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frontend-custom-block {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 6em 3em;
  max-width: 1080px;
  margin: auto;
  width: 100%;
}

.frontend-custom-block.home-header {
  height: 100vh;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.frontend-custom-block.home-header .primary-button {
  position: relative;
  margin: 0;
}

.frontend-custom-block.home-header .primary-button a {
  position: relative;
  z-index: 999;
}

.frontend-custom-block.home-header .primary-button a::after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background: #000000;
  margin: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: -1;
  width: calc(100% - 4px);
  margin: auto;
  height: 0%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

.frontend-custom-block.home-header .primary-button a:hover {
  cursor: pointer;
}

.frontend-custom-block.home-header .primary-button a:hover::after {
  height: calc(100% - 4px);
}

.frontend-custom-block.home-header .header-graphic {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.frontend-custom-block.home-header .header-graphic img {
  display: block;
}

.frontend-custom-block.template-header {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

.frontend-custom-block.template-header p {
  padding: 0;
  font-size: 1.15em;
}

.frontend-custom-block.template-header ul li {
  list-style-type: none;
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frontend-custom-block.template-header ul li::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 30px;
  background: url("../../../themes/Cognition24/img/li-circle.svg");
}

.frontend-custom-block.template-header .template-header-content {
  -webkit-box-flex: 1.75;
      -ms-flex: 1.75;
          flex: 1.75;
  text-align: left;
  padding: 2rem 3rem;
}

.frontend-custom-block.template-header .template-header-content .primary-button {
  margin: 0;
}

.frontend-custom-block.template-header .image-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 775px) {
  .frontend-custom-block.template-header {
    display: block;
  }
  .frontend-custom-block.template-header .image-content {
    position: absolute;
    bottom: 0;
    right: -3em;
  }
  .frontend-custom-block.template-header .image-content img {
    z-index: -1;
    width: 100%;
    right: 0;
    max-width: 450px;
    opacity: .3;
  }
}

.frontend-custom-block.product-container {
  max-width: none !important;
  padding: 0;
}

.frontend-custom-block.product-container .product-container {
  padding: 6em 3em;
  max-width: 1080px !important;
  margin: auto;
}

.frontend-custom-block.product-container .product-container .title-content h2 {
  margin-top: 0 !important;
}

.frontend-custom-block.product-container .sf-c-container {
  padding: 6em 3em;
  background-color: #000000;
  width: 100%;
}

.frontend-custom-block.product-container .sf-c-container .consultant-items-container {
  max-width: 1080px;
  margin: auto;
  overflow: hidden;
}

.frontend-custom-block.product-container .sf-c-container .consultant-items-container h2 {
  margin-top: 0 !important;
  margin-bottom: 1em;
}

.frontend-custom-block.product-container .sf-c-container .consultant-items-container .consultant-item .owl-nav {
  display: none;
}

.frontend-custom-block.product-container .sf-c-container .consultant-items-container .salesforce-certified img {
  height: 100px;
  margin: 0 1em;
}

.frontend-custom-block h1, .frontend-custom-block h2 {
  color: #ffffff;
  margin: 0;
}

.frontend-custom-block p {
  color: #ffffff;
  margin-top: 10px;
  font-size: 1.25em;
  padding: 1em 0;
}

.frontend-custom-block .primary-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#ffa857), color-stop(#ff6b57), to(#f878cd));
  background: linear-gradient(to right, #ffa857, #ff6b57, #f878cd);
  margin: auto;
  border-radius: 5px;
}

.frontend-custom-block .primary-button a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 800;
  padding: 1em 2em;
  display: inline-block;
}

.frontend-custom-block .title-content h2 {
  padding: 0 50px;
}

@media only screen and (max-width: 775px) {
  .frontend-custom-block .title-content h2 {
    padding: 60px 0 0 0 !important;
  }
}

.frontend-custom-block .product-button {
  width: 100%;
  background: #000000;
  text-align: center;
  padding: 1em;
  margin-top: 1em;
}

.frontend-custom-block .product-button a {
  color: #ffffff;
  font-family: 'proxima-nova',sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.frontend-custom-block .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: .5em;
}

.frontend-custom-block .image-list .image-item {
  max-width: 250px;
  min-height: 100px;
  margin: 0 .5em .5em .5em;
}

.frontend-custom-block .image-list .image-item img {
  width: 175px;
  max-height: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media only screen and (max-width: 775px) {
  .frontend-custom-block .image-list .owl-item {
    width: 110px !important;
    margin-right: 1em !important;
    margin-left: 1em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .frontend-custom-block .image-list .image-item {
    min-width: 150px !important;
    min-height: -webkit-fit-content !important;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
  .frontend-custom-block .image-list .image-item img {
    width: 110px;
  }
}

@media only screen and (max-width: 500px) {
  .frontend-custom-block .image-list .image-item {
    min-width: 115px !important;
    min-height: -webkit-fit-content !important;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}

.frontend-custom-block .image-content {
  width: 70%;
  max-width: 1200px;
  margin: auto;
  margin-top: 2em;
  margin-bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.frontend-custom-block .image-content img {
  width: 100%;
}

@media only screen and (max-width: 775px) {
  .frontend-custom-block .image-content {
    width: 100%;
  }
}

.frontend-custom-block .product-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  max-width: 1080px;
  margin: auto;
}

.frontend-custom-block .product-flex .product-tier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  padding: 1.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  max-width: none;
  margin: 2em 1em 0 1em;
  border-radius: 20px;
  text-align: left;
  color: #ffffff;
  background-color: #000000;
}

.frontend-custom-block .product-flex .product-tier::before {
  content: '';
  position: absolute;
  display: block;
  left: 25px;
  top: 25px;
  width: 70px;
  height: 60px;
  background-color: #000000;
  background: url("../../../themes/Cognition24/img/salesforce-logo.png") no-repeat center center;
  background-size: contain;
}

.frontend-custom-block .product-flex .product-tier::after {
  content: '';
  position: absolute;
  display: block;
  left: 110px;
  top: 25px;
  width: 80px;
  height: 60px;
  background-color: #000000;
  background: url("../../../themes/Cognition24/img/hubspot.png") no-repeat center center;
  background-size: contain;
}

.frontend-custom-block .product-flex .product-tier h5 {
  position: relative;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.frontend-custom-block .product-flex .product-tier h5::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #f878cd;
}

.frontend-custom-block .product-flex .product-tier h3 {
  position: relative;
  color: #A2A40D;
  margin: 0;
}

.frontend-custom-block .product-flex .product-tier p {
  color: #ffffff;
  font-size: 1em;
}

.frontend-custom-block .product-flex .product-tier .custom-content {
  padding: 1em 0;
}

.frontend-custom-block .product-flex .product-tier .custom-content p {
  margin-bottom: 0;
}

.frontend-custom-block .product-flex .product-tier .custom-content ul {
  margin-top: 0;
}

.frontend-custom-block .product-flex .product-tier .custom-content h1, .frontend-custom-block .product-flex .product-tier .custom-content h2, .frontend-custom-block .product-flex .product-tier .custom-content h3, .frontend-custom-block .product-flex .product-tier .custom-content h4, .frontend-custom-block .product-flex .product-tier .custom-content h5 {
  margin-bottom: 0;
}

.frontend-custom-block .product-flex .product-tier .product-button {
  background: #f878cd;
  color: #ffffff;
  border: 2px solid #f878cd;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: 5px;
}

.frontend-custom-block .product-flex .product-tier .product-button:hover {
  background: #000000;
  border: 2px solid #f878cd;
}

.frontend-custom-block .product-flex .product-tier .ul-section ul {
  margin: 5px 0;
  padding-left: 1em;
}

.frontend-custom-block .product-flex .product-tier .ul-section ul li {
  font-size: 1em;
}

@media only screen and (max-width: 775px) {
  .frontend-custom-block .product-flex {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .frontend-custom-block .product-flex .product-tier::before {
    left: calc(50% - 45px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .frontend-custom-block .product-flex .product-tier::after {
    left: calc(50% + 45px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.frontend-custom-block .home-top-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2em;
}

.frontend-custom-block .home-top-logos img {
  height: 62px;
}

.frontend-custom-block .home-top-logos img:nth-child(2) {
  height: 38px;
  margin: 0 1em;
}

.frontend-custom-block .circle-pulse {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}

.frontend-custom-block .circle-pulse .circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ffa857;
  -webkit-animation-name: circlePulse;
          animation-name: circlePulse;
  -webkit-animation-duration: 3.25s;
          animation-duration: 3.25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.frontend-custom-block .circle-pulse .circle:nth-child(2) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  border: 2px solid #ff6b57;
  opacity: 0;
}

.frontend-custom-block .circle-pulse .circle:nth-child(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  border: 2px solid #f878cd;
  opacity: 0;
}

@media only screen and (max-width: 775px) {
  .frontend-custom-block {
    padding: 3em;
  }
}

@-webkit-keyframes circlePulse {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  65% {
    opacity: .5;
  }
  100% {
    width: 750px;
    height: 750px;
    opacity: 0;
  }
}

@keyframes circlePulse {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  65% {
    opacity: .5;
  }
  100% {
    width: 750px;
    height: 750px;
    opacity: 0;
  }
}

.custom-block {
  background: #ffffff;
  border: #adb2ad solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-block.template-header-block .block-editor-inner-blocks, .custom-block.template-header-block .block-editor-block-list__layout {
  padding: 0;
}

.custom-block div {
  position: relative;
  margin: 0;
  width: auto;
  padding: 1.5em 1em .75em 1em;
}

.custom-block div * {
  font-size: 18px;
  font-weight: 400;
}

.custom-block div::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #d8d8d8;
  left: 0;
}

.custom-block div h1::before, .custom-block div h2::before, .custom-block div h3::before, .custom-block div h4::before, .custom-block div h5::before {
  content: 'Heading';
}

.custom-block div p::before {
  content: 'Sub text';
}

.custom-block div input {
  border: 1px solid #a9a9a9 !important;
  padding: 0em .5em !important;
  border-radius: 5px !important;
  font-size: 18px !important;
}

.custom-block div.button-content a {
  margin-top: 1em;
  color: #000000;
  display: block;
}

.custom-block div.button-content a::before {
  content: 'Link text';
}

.custom-block div.button-content .components-base-control {
  padding: 1em 0;
}

.custom-block div.button-content .components-base-control label {
  font-weight: 700;
  font-size: 12px;
  text-transform: none !important;
}

.custom-block div.button-content .components-base-control div {
  padding: 0;
}

.custom-block div.button-content .components-base-control div::after {
  display: none;
}

.custom-block div.button-content .components-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-block div.button-content .components-form-toggle {
  display: contents;
}

.custom-block div.image-upload {
  padding-top: 2.5em;
}

.custom-block div.image-upload .image-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e6e6e6;
}

.custom-block div.image-upload .image-list .image-item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60px;
}

.custom-block div .image-list {
  border: 1px solid #a9a9a9;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-block div .image-list::before {
  content: 'Image list';
}

.custom-block div .image-list::after {
  display: none;
}

.custom-block div .image-list .image-item {
  width: 225px;
}

.custom-block div .image-list .image-item img {
  border: 1px solid #a9a9a9;
}

.custom-block div .image-list .image-item::after {
  display: none;
}

.custom-block div .image-list .components-button {
  margin-top: 5px;
  font-size: 13px !important;
}

.custom-block div .components-button {
  display: block;
  background: #ffa857;
  margin-top: 15px;
  color: #ffffff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-block div.components-color-picker .react-colorful {
  display: none !important;
}

.custom-block div.components-color-picker .components-h-stack.ez9hsf43 {
  display: none !important;
}

.custom-block div.components-color-picker div {
  padding: 0;
  margin: 0;
}

.custom-block div.components-color-picker div::after {
  display: none;
  height: 0;
}

.custom-block .product-tier h3::before {
  content: 'Price';
}

.custom-block .product-tier h5::before {
  content: 'Title';
}

.custom-block .product-tier p {
  margin-top: 1.6em;
}

.custom-block .product-tier p::before {
  content: 'Sub text';
}

.custom-block .product-tier .button-content::after {
  display: none;
}

.custom-block .custom-content {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.5em;
}

.custom-block .custom-content::before {
  content: 'Product description';
  display: block;
  font-weight: 700;
  font-size: 12px;
}

.custom-block .custom-content::after {
  display: none;
}

.custom-block .custom-content .block-editor-block-list__layout, .custom-block .custom-content .block-editor-inner-blocks {
  padding: 0;
}

.custom-block .custom-content .block-editor-block-list__layout::after, .custom-block .custom-content .block-editor-inner-blocks::after {
  display: none;
}

.custom-block .custom-content .block-editor-default-block-appender {
  padding: 0;
}

.custom-block .custom-content .block-editor-default-block-appender::after {
  display: none;
}

.custom-block .custom-content .block-editor-block-list__block::after {
  display: none;
}

.custom-block .custom-content p, .custom-block .custom-content h1, .custom-block .custom-content h2, .custom-block .custom-content h3, .custom-block .custom-content h4, .custom-block .custom-content h5 {
  position: relative;
  border: none;
  padding: 0em .5em;
  border-radius: 0;
}

.custom-block .custom-content p::before, .custom-block .custom-content h1::before, .custom-block .custom-content h2::before, .custom-block .custom-content h3::before, .custom-block .custom-content h4::before, .custom-block .custom-content h5::before {
  position: relative;
  display: none;
}

.custom-block .custom-content ul {
  padding-left: 1.5em !important;
  margin: 0;
}

.custom-block .custom-content ul li div {
  padding: 0;
}

.custom-block .custom-content .wp-block::after {
  height: 0px;
}

.upload-img {
  margin-top: 0 !important;
  margin-bottom: .75em;
}

.add-ul-button, .remove-product-button, .add-product-button, .remove-ul-button {
  display: block;
  background: #ffa857;
  margin-top: 0px;
  color: #ffffff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size: 13px !important;
  padding: 6px 12px;
  border-radius: 2px;
}

.add-ul-button {
  margin-top: 1em;
}

.add-product-button {
  margin: 1em;
}

.happy-customers-container {
  background: #1c1c1c;
  max-width: none;
}

.happy-customers-container .happy-customers {
  max-width: 1080px;
  margin: auto;
}

.happy-customers-container .happy-customers h2 {
  margin-top: 0 !important;
}

.happy-customers-container .happy-customers .owl-nav, .happy-customers-container .happy-customers .owl-dots {
  display: none;
}
/*# sourceMappingURL=block-styles.css.map */