.customBullets ul li::before, .customBullets ul li.far::before, .customBullets ul li.fas::before {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto; }

.z-image {
  max-width: 100%;
  aspect-ratio: 1.77778; }
  .z-image img {
    width: 100%; }

.reverse {
  background-color: #FCF6F1 !important; }
  .reverse .z-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 768.98px) {
      .reverse .z-image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .reverse .z-text-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (max-width: 768.98px) {
      .reverse .z-text-section {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

.z-component-section {
  background-color: white;
  padding: 2.25rem 0 .25rem;
  margin: .25rem auto;
  color: #63605a; }
  @media (min-width: 769px) {
    .z-component-section {
      padding-bottom: 2.5rem;
      margin: 1.25rem auto; } }
  .z-component-section.reverse {
    margin: .75rem auto;
    padding: 2.25rem 0 2.5rem; }
    @media (min-width: 769px) {
      .z-component-section.reverse {
        margin: 1.25rem auto;
        padding-bottom: 2.5rem; } }
  .z-component-section .z-component-content {
    max-width: 1300px;
    width: 100vw;
    padding-left: 5px;
    padding-right: 5px; }

.z-component-wrapper {
  margin: 0px;
  width: 100%;
  padding: 20px 0; }

.z-section-title {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #252422d1; }

.z-text-section .z-text p {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #252422; }

.z-text-section .z-text ul {
  padding: 0;
  margin-bottom: 1.25rem; }
  .z-text-section .z-text ul li {
    margin: 0.1875rem 0;
    line-height: 1.5; }
    .z-text-section .z-text ul li span {
      color: #63605a !important; }

.customBullets ul {
  list-style: none; }
  .customBullets ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: .25rem; }
    .customBullets ul li::before {
      font-family: "fontawesome" !important;
      width: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1rem; }
    .customBullets ul li.far::before {
      font-family: "fontawesome-regular" !important; }
    .customBullets ul li.fas::before {
      font-family: "fontawesome-solid" !important; }

/*# sourceMappingURL=zComponent.css.map*/