.cc-icon-cards-callout {
  margin-block-start: 0 !important;
  padding: 4rem 0 6rem;
  position: relative;
  overflow-x: clip;
}
.cc-icon-cards-callout > * {
  z-index: 3;
  position: relative;
}
.cc-icon-cards-callout::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 467px;
  height: 1233px;
  border-radius: 233px;
  background: linear-gradient(180deg, rgba(48, 136, 186, 0.12) 0%, rgba(31, 57, 106, 0.12) 100%);
  filter: blur(150px);
  rotate: 55deg;
  z-index: 0;
}
.cc-icon-cards-callout .is-style-eyebrow {
  color: var(--wp--preset--color--sky-blue);
  width: fit-content;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  line-height: 114%;
  padding: 0.325em 0.875em;
  background-color: var(--wp--preset--color--sky-blue-60);
  border: 1px solid var(--wp--preset--color--sky-blue-40);
  border-radius: 4px;
}
.cc-icon-cards-callout > .wp-block-heading {
  max-width: 48.125rem;
  text-wrap: balance;
  color: var(--wp--preset--color--rollins-center);
}
.cc-icon-cards-callout > p {
  max-width: 48.125rem;
  text-wrap: pretty;
  line-height: 175%;
  color: var(--wp--preset--color--gray-600);
}
@media screen and (min-width: 1400px) {
  .cc-icon-cards-callout > .wp-block-heading,
  .cc-icon-cards-callout > p {
    max-width: 60rem;
  }
}
.cc-icon-cards-callout.is-style-top-color::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 100%;
  background: var(--wp--preset--color--dark-blue);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 60%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cc-icon-cards-callout.is-style-top-color::after {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 36%);
  }
}
.cc-icon-cards-callout.is-style-top-color > .wp-block-heading {
  color: var(--wp--preset--color--gray-100);
}
.cc-icon-cards-callout.is-style-top-color > p {
  color: var(--wp--preset--color--gray-200);
}
.cc-icon-cards-callout.is-style-top-color .is-style-eyebrow {
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  line-height: 114%;
  padding: 0.325em 0.875em;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid currentColor;
  border-radius: 4px;
}
.cc-icon-cards-callout.is-style-top-white::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 100%;
  background: var(--wp--preset--color--dark-blue);
  clip-path: polygon(0 50%, 100% 35%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cc-icon-cards-callout.is-style-top-white::after {
    clip-path: polygon(0 36%, 100% 30%, 100% 100%, 0% 100%);
  }
}
.cc-icon-cards-callout .wp-block-columns {
  margin: 3rem 0 3rem;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .cc-icon-cards-callout .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
.cc-icon-cards-callout .wp-block-columns .wp-block-column {
  width: calc(33.3333333333% - 8rem);
  flex-basis: unset;
  flex-grow: 0;
  background: white;
  padding: 2.5rem 3.25rem 3.125rem;
  border-radius: 4px;
  box-shadow: 0 0 90px 0 rgba(31, 57, 106, 0.08);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .cc-icon-cards-callout .wp-block-columns .wp-block-column {
    width: calc(50% - 8rem);
  }
}
@media screen and (max-width: 992px) {
  .cc-icon-cards-callout .wp-block-columns .wp-block-column {
    width: unset;
  }
}
.cc-icon-cards-callout .wp-block-columns .wp-block-column .wp-block-heading {
  color: var(--wp--preset--color--rollins-center);
  text-wrap: balance;
}
.cc-icon-cards-callout .wp-block-columns .wp-block-column p {
  color: var(--wp--preset--color--gray-600);
  line-height: 162%;
}