/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/page-builder.scss ***!
  \*****************************************************************************************************************/
:root {
  --pb-color-navy: #1d244c;
  --pb-color-blue: #3851ba;
  --pb-color-lt-blue: #a2c1ff;
  --pb-color-yellow: #f5ae10;
  --pb-color-white: #fff;
  --pb-color-light-gray: #f3f5f8;
  --pb-color-black: #000;
}

.module h2 {
  margin-bottom: 1.5rem;
}

.module h2 {
  line-height: 1.2;
}

.module h3 {
  line-height: 1.25;
}

.module ul {
  text-align: left;
}
.module ul li::marker {
  color: var(--pb-color-yellow);
}
.module ul li + li {
  margin-top: 0.75rem;
}

.module-hero {
  position: relative;
  --ciso-hero-incident-bar-h: 50px;
}
.module-hero .row {
  row-gap: 1.5rem;
}
.module-hero--bg-image {
  overflow: hidden;
}
.module-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.module-hero__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(29, 36, 76, 0.8) 0%, rgba(29, 36, 76, 0) 100%);
  pointer-events: none;
}
.module-hero--bg-image > .grid-container {
  position: relative;
  z-index: 1;
}
.module-hero__logo {
  display: block;
  height: 70px;
  width: auto;
  margin-bottom: 1.5rem;
}
.module-hero__content .component-kicker {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.module-hero__incident-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding: 0.75rem 1.25rem;
  background-color: var(--pb-color-navy);
  color: var(--pb-color-white);
  font-weight: 600;
}
.module-hero__incident-bar-pill {
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.module-hero__incident-bar-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.module-hero__incident-bar-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pb-color-white);
  text-decoration: none;
}
.module-hero__incident-bar-row:hover, .module-hero__incident-bar-row:focus {
  color: var(--pb-color-white);
  text-decoration: none;
}
.module-hero__incident-bar-icon {
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  color: var(--pb-color-yellow);
}
.module-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-hero--image-cover {
  position: relative;
}
.module-hero--image-cover .module-hero__media {
  align-items: stretch;
  justify-content: stretch;
  padding-left: 0;
  padding-right: 0;
}
.module-hero--image-cover .module-hero__media img, .module-hero--image-cover .module-hero__media .module-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .module-hero--image-cover .module-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }
  .module-hero--image-cover.module-hero--has-incident-bar .module-hero__media {
    width: 33.333%;
  }
}
@media (max-width: 1191.98px) {
  .module-hero--has-incident-bar .module-hero__incident-bar {
    position: relative;
    top: auto;
    left: auto;
    margin-top: calc(-1 * clamp(3rem, 6vw, 6rem));
  }
  .module-hero--has-incident-bar .row {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1191.98px) {
  .module-hero--image-cover.module-hero--has-incident-bar .module-hero__media {
    top: var(--ciso-hero-incident-bar-h);
  }
}
@media (max-width: 767px) {
  .module-hero__incident-bar-group {
    flex-basis: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .module-hero--has-incident-bar .module-hero__content, .module-hero--has-incident-bar .module-hero__media {
    width: 50%;
  }
  .module-hero--image-cover.module-hero--has-incident-bar .module-hero__media {
    width: 50%;
  }
}
.module-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1rem;
}

.module-four-column-cards__heading, .module-four-column-cards__sub-heading {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.module-four-column-cards__cards {
  row-gap: 1.5rem;
}

.module-three-column-cards__heading, .module-three-column-cards__sub-heading {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.module-three-column-cards__cards {
  row-gap: 1.5rem;
}

.module-four-columns-with-content__header, .module-four-columns-with-content__columns {
  margin-bottom: 3rem;
}
.module-four-columns-with-content__columns {
  row-gap: 1.5rem;
}
.module-four-columns-with-content__image {
  display: block;
  margin-bottom: 1rem;
  object-fit: cover;
}
.module-four-columns-with-content__description {
  margin: 0;
}
.module-four-columns-with-content__description > * {
  margin: 0;
}
.module-four-columns-with-content__description h3 {
  font-size: 22px !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.module-four-columns-with-content--image-circle .module-four-columns-with-content__image {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.module-four-columns-with-content--image-landscape .module-four-columns-with-content__image {
  width: 100%;
  height: 200px;
}

.module-comparison-table__sub-heading {
  margin-bottom: 1.5rem;
}
.module-comparison-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(56, 81, 186, 0.2);
  border-radius: 0.5rem;
}
.module-comparison-table th,
.module-comparison-table td {
  padding: 1.25rem 1rem;
  border: none;
}
.module-comparison-table thead th {
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
  text-align: left;
}
.module-comparison-table thead th:first-child {
  border-top-left-radius: 0.5rem;
}
.module-comparison-table thead th:last-child {
  border-top-right-radius: 0.5rem;
}
.module-comparison-table tbody td:first-child {
  color: var(--pb-color-blue);
  font-weight: bold;
}
.module-comparison-table tbody td:nth-child(2),
.module-comparison-table tbody td:nth-child(3) {
  color: var(--pb-color-navy);
  font-weight: 600;
}
.module-comparison-table tbody tr:nth-child(odd) {
  background-color: var(--pb-color-light-gray);
}
.module-comparison-table tbody tr:nth-child(even) {
  background-color: #d7dcf1;
}
.module-comparison-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.module-comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}

.module-comparison-table__scroll {
  width: 100%;
}

@media (max-width: 639px) {
  .module-comparison-table__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .module-comparison-table__table th,
.module-comparison-table__table td {
    white-space: nowrap;
  }
  .module-comparison-table__table thead th:first-child,
.module-comparison-table__table tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .module-comparison-table__table thead th:first-child {
    background-color: var(--pb-color-blue);
  }
  .module-comparison-table__table tbody tr:nth-child(odd) td:first-child {
    background-color: var(--pb-color-light-gray);
  }
  .module-comparison-table__table tbody tr:nth-child(even) td:first-child {
    background-color: #d7dcf1;
  }
}
.module-icon-label-grid__col {
  margin-bottom: 1rem;
}

.module-icon-label-grid__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #ddd;
}

.module-icon-label-grid__icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
  flex-shrink: 0;
}

.module-two-column-cta__header {
  margin-bottom: 3rem;
}
.module-two-column-cta__cards {
  row-gap: 1.5rem;
}
.module-two-column-cta__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  border-radius: 0.5rem;
}
.module-two-column-cta__card--white {
  background-color: var(--pb-color-white);
}
.module-two-column-cta__card--yellow {
  background-color: var(--pb-color-yellow);
}
.module-two-column-cta__card--yellow ul li::marker {
  color: currentColor;
}
.module-two-column-cta__card-cta {
  margin-top: auto;
}
.module-two-column-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.module-two-column-cta__buttons .component-button {
  width: fit-content;
}

.module-text-block__content--has-color * {
  color: inherit !important;
}
.module-text-block__cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .module-text-block__cta {
    flex-direction: column;
    align-items: center;
  }
}

.module-faq__header {
  margin-bottom: 3rem;
}

.module-content-with-form__row {
  row-gap: 1.5rem;
}
.module-content-with-form__cta {
  margin-top: 1.5rem;
}

.module-steps__header {
  margin-bottom: 3rem;
}
.module-steps__step {
  text-align: center;
}
.module-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
  font-size: 32px;
  font-weight: 700;
  border-radius: 50%;
}
.module-steps__content {
  margin-top: 1rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.module-steps__content > * {
  margin: 0;
}
.module-steps__arrow {
  display: flex;
  align-items: center;
  flex: 1 1 80px;
  min-width: 80px;
  height: 64px;
  color: var(--pb-color-yellow);
}
.module-steps__arrow-line {
  flex: 1 1 auto;
  height: 3px;
  background-color: currentColor;
}
.module-steps__arrow-head {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent currentColor;
}
.module-steps--linear .module-steps__track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.module-steps--linear .module-steps__track::-webkit-scrollbar {
  display: none;
}
.module-steps--linear .module-steps__step {
  flex: 0 0 auto;
  width: clamp(120px, 15%, 170px);
}
@media (min-width: 768px) {
  .module-steps--linear .module-steps__track {
    padding-inline: 50px;
  }
  .module-steps--linear .module-steps__content {
    width: 220px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.module-steps--grid .module-steps__grid {
  display: grid;
  gap: 2.5rem 1.5rem;
  grid-template-columns: repeat(var(--steps-cols, 3), minmax(0, 1fr));
}
.module-steps--cols-2 {
  --steps-cols: 2;
}
.module-steps--cols-3 {
  --steps-cols: 3;
}
.module-steps--cols-4 {
  --steps-cols: 4;
}
.module-steps__card {
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 6px;
  min-height: 230px;
  height: 100%;
}
.module-steps__card-number {
  color: var(--pb-color-blue);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.module-steps__card-content:not(:has(> h2, > h3, > h4)), .module-steps__card-content:not(:has(> h2, > h3, > h4)) > * {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}
.module-steps__card-content {
  margin-top: 0.5rem;
  word-wrap: break-word;
}
.module-steps__card-content > * {
  margin: 0;
}
.module-steps__closing {
  margin-top: 2.5rem;
}
.module-steps__closing > *:last-child {
  margin-bottom: 0;
}
.module-steps__cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .module-steps__cta {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .module-steps--grid .module-steps__arrow {
    display: none;
  }
  .module-steps--grid .module-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .module-steps--linear .module-steps__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
    overflow-x: visible;
  }
  .module-steps--linear .module-steps__step {
    width: auto;
  }
  .module-steps--linear .module-steps__arrow {
    display: none;
    min-width: 0;
    height: auto;
    pointer-events: none;
  }
}

.module-feature-grid__header {
  margin-bottom: 3rem;
}
.module-feature-grid__item-heading {
  margin: 0 0 0.75rem;
  font-size: 24px !important;
  color: var(--pb-color-blue);
}
.module-feature-grid__item-body {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.module-feature-grid__check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
  border-radius: 50%;
}
.module-feature-grid__check svg {
  width: 16px;
  height: 16px;
  display: block;
}
.module-feature-grid__item-text {
  margin: 0;
  flex: 1 1 auto;
}

.module-three-card-grid__header {
  margin-bottom: 3rem;
}
.module-three-card-grid__col--featured {
  position: relative;
  z-index: 1;
}

.module-content-with-card__header {
  margin-bottom: 3rem;
}
.module-content-with-card ul li::marker {
  color: var(--cwc-bullet-color, var(--pb-color-yellow));
  font-size: 1.3em;
}

.module-feature-list__header {
  margin-bottom: 3rem;
}
.module-feature-list__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.module-feature-list__item-image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.module-feature-list__item-check {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: var(--pb-color-yellow);
}
.module-feature-list__closing {
  margin-top: 3rem;
}

.module-image-card-grid__header {
  margin-bottom: 3rem;
}
.module-image-card-grid__card {
  background-color: #fafafa;
  border: 1px solid rgba(29, 36, 76, 0.2509803922);
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 100%;
}
.module-image-card-grid__card-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.module-image-card-grid__card-body {
  padding: 1rem;
}
.module-image-card-grid__card-heading {
  margin: 0 0 0.5rem;
  font-size: 22px !important;
  color: var(--pb-color-blue);
}
.module-image-card-grid__card-content {
  word-wrap: break-word;
}
.module-image-card-grid__card-content > *:last-child {
  margin-bottom: 0;
}

.module-image-content-split__header {
  margin-bottom: 3rem;
}
.module-image-content-split__image-col {
  display: flex;
}
.module-image-content-split__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 767.98px) {
  .module-image-content-split__image {
    height: 280px;
  }
}
.module-image-content-split__content > *:last-child {
  margin-bottom: 0;
}
.module-image-content-split__content--has-color *:not(.component-button, .component-button *) {
  color: inherit !important;
}
.module-image-content-split__cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .module-image-content-split__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.module-icon-strip__header {
  margin-bottom: 1.5rem;
}
.module-icon-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}
.module-icon-strip__item-icon {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
}
.module-icon-strip__item-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.module-featured-posts__header {
  margin-bottom: 3rem;
}
.module-featured-posts__cta {
  margin-top: 3rem;
  text-align: center;
}

.module-ir-cost-comparison__header {
  margin-bottom: 3rem;
}
.module-ir-cost-comparison__panel {
  height: 100%;
  padding: 30px 10px;
  border: 2px solid #f1b228;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .module-ir-cost-comparison__panel {
    padding: 20px;
  }
}
.module-ir-cost-comparison__panel--without {
  border-color: #3d5da4;
}
@media (min-width: 768px) {
  .module-ir-cost-comparison__panel--without {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .module-ir-cost-comparison__col--without {
    position: relative;
  }
}
.module-ir-cost-comparison__panel-title {
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: 700;
}
.module-ir-cost-comparison__stage {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  background: var(--pb-color-light-gray);
  border-radius: 20px;
}
.module-ir-cost-comparison__stage:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-ir-cost-comparison__stage {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.module-ir-cost-comparison__stage::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #f1b228;
  transition: width 1s ease;
}
.module-ir-cost-comparison__stage.is-visible::after {
  width: 100%;
}
.module-ir-cost-comparison__panel--without .module-ir-cost-comparison__stage::after {
  background-color: #3d5da4;
}
@media (prefers-reduced-motion: reduce) {
  .module-ir-cost-comparison__stage::after {
    transition: none;
  }
}
.module-ir-cost-comparison__stage-icon {
  width: auto;
  height: auto;
  max-width: 45px;
  max-height: 45px;
}
@media (min-width: 768px) {
  .module-ir-cost-comparison__stage-inner {
    padding-left: 20px;
  }
}
.module-ir-cost-comparison__stage-inner p:first-child,
.module-ir-cost-comparison__stage-inner p:last-of-type {
  margin-bottom: 0;
}
.module-ir-cost-comparison__impact {
  margin-top: 20px;
  padding: 40px 20px;
  border: 2px solid #1d244b;
  border-radius: 20px;
  text-align: center;
}
.module-ir-cost-comparison__impact h3 {
  font-weight: 700;
  font-size: 1.8rem !important;
}
.module-ir-cost-comparison__impact-block {
  padding: 10px;
}
.module-ir-cost-comparison__impact-block h4 {
  display: block;
  margin: 0;
  line-height: 1.15;
  font-weight: 700;
}
@media (min-width: 768px) {
  .module-ir-cost-comparison__impact-block h4 {
    font-size: 1.5rem !important;
  }
}
.module-ir-cost-comparison__impact-block h4 span {
  display: block;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .module-ir-cost-comparison__impact-block h4 span {
    font-size: 2.5rem;
  }
}
.module-ir-cost-comparison__impact-block--total {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #f1b228;
  border-radius: 20px;
}
.module-ir-cost-comparison__notes {
  margin-top: 20px;
}

.component-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 8px;
  min-width: 150px;
  border: 1px solid var(--pb-color-yellow);
  border-radius: 50px;
  background-color: var(--pb-color-yellow);
  color: var(--pb-color-navy);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
}
.component-button:not(.component-button--static):hover, .component-button:not(.component-button--static):focus {
  background-color: var(--pb-color-white);
  border-color: var(--pb-color-blue);
  color: var(--pb-color-blue);
  text-decoration: none;
}
.component-button--static {
  cursor: default;
}
.component-button--small {
  padding: 4px 16px;
  min-width: 0;
}
.component-button--large {
  padding: 10px 20px;
}
.component-button--dark {
  background-color: var(--pb-color-navy);
  border-color: var(--pb-color-navy);
  color: var(--pb-color-white);
}
.component-button--blue {
  background-color: var(--pb-color-blue);
  border-color: var(--pb-color-blue);
  color: var(--pb-color-white);
}
.component-button__arrow {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.component-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1.5rem;
  background-color: #fafafa;
  border: 1px solid rgba(29, 36, 76, 0.2509803922);
  border-radius: 0.5rem;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.component-card__icon {
  display: block;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.component-card__heading {
  font-size: 24px !important;
  font-weight: 700;
  color: var(--pb-color-blue);
  transition: color 0.3s ease;
}
.component-card__cta {
  margin-top: auto;
  text-align: center;
}
.component-card:not(.component-card--no-hover):hover {
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
}
.component-card:not(.component-card--no-hover):hover .component-card__heading {
  color: var(--pb-color-white);
}
.component-card--align-left {
  text-align: left;
}
.component-card--align-right {
  text-align: right;
}
.component-card:not(.component-card--no-hover):hover *:not(.component-button, .component-button *), .component-card--blue *:not(.component-button, .component-button *), .component-card--has-text-color *:not(.component-button, .component-button *) {
  color: inherit !important;
}
.component-card--blue {
  background-color: var(--pb-color-blue);
  border-color: var(--pb-color-blue);
  color: var(--pb-color-white);
}
.component-card--blue .component-card__heading {
  color: var(--pb-color-white);
}
.component-card--blue:hover {
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
}
.component-card--blue:hover .component-card__heading {
  color: var(--pb-color-white);
}

.component-card-with-icon {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  background-color: var(--pb-color-white);
  border-radius: 0.5rem;
  text-align: left;
}
.component-card-with-icon__image {
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
  object-fit: contain;
}
.component-card-with-icon__heading {
  font-size: 24px !important;
  font-weight: 700;
  color: var(--pb-color-navy);
  margin: 0 0 0.75rem;
}
.component-card-with-icon__cta {
  margin-top: auto;
  padding-top: 1rem;
}
.component-card-with-icon--bg-transparent {
  background-color: transparent;
}
.component-card-with-icon--bordered {
  background-color: #fafafa;
  border: 1px solid rgba(29, 36, 76, 0.2509803922);
}
.component-card-with-icon--layout-inline .component-card-with-icon__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.component-card-with-icon--layout-inline .component-card-with-icon__image {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}
.component-card-with-icon--layout-inline .component-card-with-icon__heading {
  margin: 0;
}
.component-card-with-icon--has-text-color * {
  color: inherit !important;
}
.component-card-with-icon--has-content-color .component-card-with-icon__content * {
  color: inherit !important;
}
.component-card-with-icon--featured {
  position: relative;
  z-index: 1;
  box-shadow: 0 1rem 2.5rem rgba(29, 36, 76, 0.18);
}
@media (min-width: 992px) {
  .component-card-with-icon--featured {
    transform: scale(1.06);
  }
}

.component-faq-item {
  display: grid;
  grid-template-rows: auto 0fr;
  border-bottom: 1px solid var(--pb-color-blue);
  transition: grid-template-rows 0.3s ease, border-bottom-color 0.2s ease;
}
.component-faq-item[open] {
  grid-template-rows: auto 1fr;
}
.component-faq-item:not([open]):hover, .component-faq-item:has(+ .component-faq-item:not([open]):hover) {
  border-bottom-color: transparent;
}
.component-faq-item__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}
.component-faq-item__summary::-webkit-details-marker {
  display: none;
}
.component-faq-item__summary::marker {
  display: none;
}
.component-faq-item__heading {
  margin: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.6;
  color: var(--pb-color-navy);
  transition: color 0.2s ease;
}
.component-faq-item__icon {
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  color: var(--pb-color-blue);
  transition: transform 0.3s ease, color 0.2s ease;
}
.component-faq-item__answer {
  overflow: hidden;
}
.component-faq-item__answer-inner {
  padding: 1.25rem;
}
.component-faq-item__answer-inner > *:first-child {
  margin-top: 0;
}
.component-faq-item__answer-inner > *:last-child {
  margin-bottom: 0;
}
.component-faq-item:not([open]) > .component-faq-item__summary:hover, .component-faq-item[open] > .component-faq-item__summary {
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
  border-radius: 0.5rem;
}
.component-faq-item:not([open]) > .component-faq-item__summary:hover .component-faq-item__heading, .component-faq-item[open] > .component-faq-item__summary .component-faq-item__heading {
  color: var(--pb-color-white);
}
.component-faq-item:not([open]) > .component-faq-item__summary:hover .component-faq-item__icon, .component-faq-item[open] > .component-faq-item__summary .component-faq-item__icon {
  color: var(--pb-color-yellow);
}
.component-faq-item[open] > .component-faq-item__summary > .component-faq-item__icon {
  transform: rotate(45deg);
}

.component-request-form {
  padding: 2rem;
  background-color: var(--pb-color-blue);
  color: var(--pb-color-white);
  border-radius: 0.5rem;
}
.component-request-form__heading {
  margin: 0 0 0.75rem;
  color: var(--pb-color-white);
  font-size: 22px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.component-request-form__sub-heading {
  margin: 0 0 1.5rem;
  color: var(--pb-color-white);
  font-weight: 400;
}
.component-request-form__fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.component-request-form__field {
  display: block;
}
.component-request-form input[type=text],
.component-request-form input[type=email],
.component-request-form input[type=tel],
.component-request-form textarea {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background-color: var(--pb-color-white);
  color: var(--pb-color-navy);
  border: none;
  border-radius: 0.375rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
}
.component-request-form input[type=text]::placeholder,
.component-request-form input[type=email]::placeholder,
.component-request-form input[type=tel]::placeholder,
.component-request-form textarea::placeholder {
  color: var(--pb-color-navy);
  opacity: 0.6;
}
.component-request-form input[type=text]:focus,
.component-request-form input[type=email]:focus,
.component-request-form input[type=tel]:focus,
.component-request-form textarea:focus {
  outline: 2px solid var(--pb-color-yellow);
  outline-offset: 1px;
}
.component-request-form textarea {
  resize: vertical;
  min-height: 5.5rem;
}
.component-request-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.component-request-form__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.component-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fafafa;
  border: 1px solid rgba(29, 36, 76, 0.2509803922);
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.component-post-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.component-post-card:hover .component-post-card__more-arrow {
  transform: translateX(4px);
}
.component-post-card__image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.component-post-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}
.component-post-card__heading {
  margin: 0 0 0.75rem;
  font-size: 22px !important;
  color: var(--pb-color-blue);
}
.component-post-card__excerpt {
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
.component-post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-weight: 700;
  color: var(--pb-color-blue);
}
.component-post-card__more-arrow {
  transition: transform 0.3s ease;
}
