* {
  box-sizing: border-box; }

.statistic, .edit-post-visual-editor .acf-block-preview .statistic {
  background-color: #fff;
  padding: 1.875rem 1.5rem; }
  .statistic.bg-color-lblue, .edit-post-visual-editor .acf-block-preview .statistic.bg-color-lblue {
    background-color: #F5F9FF; }
  .statistic__heading, .edit-post-visual-editor .acf-block-preview .statistic__heading {
    text-align: center;
    margin-right: auto;
    margin-bottom: 2.8125rem;
    margin-left: auto;
    max-width: 52.75rem; }
  .statistic .section-title, .edit-post-visual-editor .acf-block-preview .statistic .section-title {
    position: relative;
    text-align: center;
    line-height: 1.08; }
    .statistic .section-title:after, .edit-post-visual-editor .acf-block-preview .statistic .section-title:after {
      content: '';
      position: relative;
      color: inherit;
      display: block;
      margin: 2.1875rem auto;
      width: 43px;
      height: 0;
      border: 2px solid; }
  .statistic__items .statistic__item, .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-fill-mode: backwards; }
    .statistic__items .statistic__item:first-child, .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item:first-child {
      padding-left: 0; }
    .statistic__items .statistic__item:last-child, .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item:last-child {
      padding-right: 0; }
    .statistic__items .statistic__item:nth-child(1), .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item:nth-child(1) {
      -webkit-animation-delay: calc((1 - 1) * 0.4s); }
    .statistic__items .statistic__item:nth-child(2), .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item:nth-child(2) {
      -webkit-animation-delay: calc((2 - 1) * 0.4s); }
    .statistic__items .statistic__item:nth-child(3), .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item:nth-child(3) {
      -webkit-animation-delay: calc((3 - 1) * 0.4s); }
    .statistic__items .statistic__item:nth-child(4), .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item:nth-child(4) {
      -webkit-animation-delay: calc((4 - 1) * 0.4s); }
    .statistic__items .statistic__item:nth-child(5), .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item:nth-child(5) {
      -webkit-animation-delay: calc((5 - 1) * 0.4s); }
  .statistic .stat-label, .edit-post-visual-editor .acf-block-preview .statistic .stat-label {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.56; }
  .statistic .stat-number, .edit-post-visual-editor .acf-block-preview .statistic .stat-number {
    color: #0038A9;
    font-weight: 500;
    font-size: 2.8125rem;
    line-height: 1.06; }
  @media screen and (min-width: 768px) {
    .statistic, .edit-post-visual-editor .acf-block-preview .statistic {
      padding: 5.625rem 1.5rem; }
      .statistic .stat-number, .edit-post-visual-editor .acf-block-preview .statistic .stat-number {
        font-size: 3.4375rem; } }
  @media screen and (min-width: 992px) {
    .statistic.pull_up_next_block, .edit-post-visual-editor .acf-block-preview .statistic.pull_up_next_block {
      padding-bottom: 429px;
      margin-bottom: -302px; }
    .statistic .stat-number, .edit-post-visual-editor .acf-block-preview .statistic .stat-number {
      font-size: 5.3125rem; }
    .statistic__items .statistic__item, .edit-post-visual-editor .acf-block-preview .statistic__items .statistic__item {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.edit-post-visual-editor .wp-block-acf-statistic {
  max-width: 100% !important; }
