.icwa-product-cta,
.icwa-floating,
.icwa-card-button,
.ic-footer {
  box-sizing: border-box;
}

.icwa-card-button {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #b7c6d8;
  border-radius: 0.65rem;
  padding: 0.55rem 0.65rem;
  background: #fff;
  color: #184f36 !important;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
}

.icwa-card-button:hover,
.icwa-card-button:focus-visible {
  border-color: #1c9b5f;
  background: #edf9f2;
  color: #12683e !important;
}

#footer .footer__main {
  background: #071b42;
  color: #d7e2f3;
}

#footer .footer__main > .container {
  max-width: 86rem;
}

#footer .footer__main-top {
  padding-block: clamp(2.5rem, 5vw, 4.5rem) 1.5rem;
}

#footer .footer__main-top > .ps-contactinfo,
#footer .copyright {
  display: none !important;
}

.ic-footer {
  width: 100%;
  color: #d7e2f3;
}

.ic-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
}

.ic-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 850;
  text-decoration: none !important;
}

.ic-footer-logo img {
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: #020812;
  object-fit: cover;
}

.ic-footer-brand > p {
  max-width: 23rem;
  margin: 1rem 0 0.7rem;
  color: #c5d2e7;
  font-size: 0.84rem;
  line-height: 1.55;
}

.ic-footer-brand > strong,
.ic-footer-brand > span {
  display: block;
  font-size: 0.76rem;
  line-height: 1.45;
}

.ic-footer-brand > strong {
  color: #fff;
}

.ic-footer-brand > span {
  margin-top: 0.25rem;
  color: #9fb0c9;
}

.ic-footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.62rem;
}

.ic-footer-column h2 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ic-footer-column a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #c5d2e7 !important;
  font-size: 0.78rem;
  line-height: 1.35;
  text-decoration: none !important;
}

.ic-footer-column a:hover,
.ic-footer-column a:focus-visible {
  color: #fff !important;
  text-decoration: underline !important;
}

.ic-footer-column a img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}

.ic-footer-column .material-icons {
  font-size: 1rem;
}

.ic-footer-contact p {
  margin: 0.35rem 0 0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.ic-footer-contact p span {
  color: #9fb0c9;
  font-size: 0.72rem;
  font-weight: 500;
}

.ic-footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 2rem;
  margin-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1.25rem;
  color: #9fb0c9;
}

.ic-footer-bottom > span {
  color: #d7e2f3;
  font-size: 0.72rem;
  white-space: nowrap;
}

.ic-footer-bottom p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.5;
}

.ic-footer-bottom a {
  color: #fff !important;
  font-weight: 700;
}

.ic-footer-cookie-settings {
  border: 0;
  padding: 0;
  background: transparent;
  color: #c5d2e7;
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.ic-footer-cookie-settings:hover,
.ic-footer-cookie-settings:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.ic-cookie-notice {
  position: fixed;
  z-index: 1100;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  width: min(58rem, calc(100% - 2rem));
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  margin-inline: auto;
  border: 1px solid #d5e0ec;
  border-radius: 0.9rem;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.98);
  color: #14233a;
  box-shadow: 0 1.1rem 3rem rgba(3, 17, 45, 0.24);
}

.ic-cookie-notice[hidden] {
  display: none;
}

.ic-cookie-notice-icon {
  display: inline-grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 50%;
  background: #eaf1ff;
  color: #123f8c;
  font-size: 1.25rem;
}

.ic-cookie-notice-copy strong {
  display: block;
  margin-bottom: 0.18rem;
  color: #14233a;
  font-size: 0.84rem;
  font-weight: 820;
}

.ic-cookie-notice-copy p {
  margin: 0;
  color: #5f6e82;
  font-size: 0.72rem;
  line-height: 1.45;
}

.ic-cookie-notice-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.ic-cookie-notice-actions a,
.ic-cookie-notice-actions button {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9c9dc;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: #fff;
  color: #123f8c !important;
  font-size: 0.7rem;
  font-weight: 780;
  text-decoration: none !important;
  white-space: nowrap;
}

.ic-cookie-notice-actions button {
  border-color: #123f8c;
  background: #123f8c;
  color: #fff !important;
}

.ic-cookie-notice-actions a:focus-visible,
.ic-cookie-notice-actions button:focus-visible {
  outline: 2px solid #4d79bb;
  outline-offset: 2px;
}

.ic-info-dialog {
  width: min(31rem, calc(100% - 2rem));
  max-width: none;
  overflow: visible;
  border: 0;
  border-radius: 1rem;
  padding: 0;
  background: transparent;
  color: #14233a;
  box-shadow: 0 1.5rem 4.5rem rgba(3, 17, 45, 0.28);
}

.ic-info-dialog::backdrop {
  background: rgba(3, 17, 45, 0.56);
  backdrop-filter: blur(2px);
}

.ic-info-dialog-panel {
  position: relative;
  border: 1px solid #dce4ee;
  border-radius: 1rem;
  padding: 2rem;
  background: #fff;
}

.ic-info-dialog-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce4ee;
  border-radius: 50%;
  background: #fff;
  color: #31445f;
}

.ic-info-dialog-close .material-icons {
  font-size: 1.15rem;
}

.ic-info-dialog-eyebrow {
  display: block;
  margin-bottom: 0.5rem;
  color: #123f8c;
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ic-info-dialog h2 {
  margin: 0;
  padding-right: 2.5rem;
  color: #14233a;
  font-size: 1.8rem;
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.ic-info-dialog-panel > p {
  margin: 0.85rem 0 0;
  color: #637083;
  font-size: 0.86rem;
  line-height: 1.55;
}

.ic-info-dialog-note {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 1rem;
  border-radius: 0.72rem;
  padding: 0.78rem;
  background: #eef4fc;
  color: #23466f;
  font-size: 0.75rem;
  line-height: 1.45;
}

.ic-info-dialog-note .material-icons {
  color: #123f8c;
  font-size: 1.2rem;
}

.ic-info-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.ic-info-dialog-actions a,
.ic-info-dialog-actions button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9c9dc;
  border-radius: 999px;
  padding: 0.62rem 0.95rem;
  background: #fff;
  color: #123f8c !important;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none !important;
}

.ic-info-dialog-actions .is-primary {
  border-color: #123f8c;
  background: #123f8c;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .ic-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  #footer .footer__main-top {
    padding-block: 2.4rem 1rem;
  }

  .ic-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ic-footer-bottom {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-bottom: 4.75rem;
  }

  .ic-footer-column a {
    min-height: 2.75rem;
    align-items: center;
  }

  .ic-footer-bottom > span {
    white-space: normal;
  }

  .ic-cookie-notice {
    right: 0.5rem;
    bottom: max(0.5rem, env(safe-area-inset-bottom));
    left: 0.5rem;
    width: calc(100% - 1rem);
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    border-radius: 0.8rem;
    padding: 0.75rem;
  }

  .ic-cookie-notice-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ic-cookie-notice-actions a,
  .ic-cookie-notice-actions button {
    min-height: 2.75rem;
  }

  .ic-info-dialog {
    width: 100%;
    max-height: calc(100dvh - 1rem);
    margin: auto 0 0;
    border-radius: 1rem 1rem 0 0;
  }

  .ic-info-dialog-panel {
    border-radius: 1rem 1rem 0 0;
    padding: 1.5rem 1rem max(1.25rem, env(safe-area-inset-bottom));
  }

  .ic-info-dialog h2 {
    font-size: 1.55rem;
  }

  .ic-info-dialog-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
