/*

    //  //// --|    Init / Settings

*/
/*

    //  //// --|    Init / Mixins

*/
.ctas__item {
  margin-bottom: 3.75rem;
}
.ctas__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.125rem;
  color: #7993a8;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Feijoa Bold";
}
.ctas__title h5 {
  text-align: left;
}
.ctas__icon {
  margin-right: 1rem;
}
.ctas__icon svg {
  width: 40px;
}
@media screen and (min-width: 64em) {
  .ctas__icon svg {
    width: 60px;
  }
}
.ctas__content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ctas__content {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  .ctas__content {
    margin-bottom: 0.9375rem;
  }
}
.ctas--row {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 1.875rem;
}
@media screen and (min-width: 48em) {
  .ctas--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ctas--row .ctas__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ctas--row .ctas__item {
    width: 25%;
  }
}
.ctas--row .ctas__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}
.ctas--row .ctas__title h5 {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ctas--row .ctas__title {
    margin-bottom: 1.25rem;
  }
}
.ctas--row .ctas__icon svg {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  .ctas--row .ctas__icon svg {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 48em) {
  .ctas--minimal .ctas__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 48em) {
  .ctas--minimal .ctas__title, .ctas--minimal .ctas__content {
    text-align: left;
    line-height: 1.1;
  }
  .ctas--minimal .ctas__title > *, .ctas--minimal .ctas__content > * {
    font-size: 0.75rem;
  }
}
.ctas--minimal .ctas__icon svg {
  width: 3.125rem;
}
@media screen and (min-width: 48em) {
  .ctas--minimal .ctas__icon svg {
    width: 5.3125rem;
  }
}

.wp-block-acf-stylized-list .container {
  padding: 0 var(--site-padding);
}
@media screen and (min-width: 100em) {
  .wp-block-acf-stylized-list .container {
    padding: 0px;
  }
}
.wp-block-acf-stylized-list__list {
  list-style: none !important;
  padding-left: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(200px, 50%), 1fr));
}
.wp-block-acf-stylized-list__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.875rem;
  padding-right: 1.875rem;
}
.wp-block-acf-stylized-list__list-item svg {
  min-width: 1.375rem;
  width: 1.375rem;
  aspect-ratio: 1/1;
  margin-right: 0.625rem;
  margin-top: 6px;
}
.wp-block-acf-stylized-list__list-item p {
  font-weight: 700;
  line-height: 1.5;
}