/* Canonical styles for /components/header.html and /components/footer.html. */
#cc-shared-header:empty {
  display: block;
  min-height: 157px;
}

.cc-home-footer {
  --cc-orange: #f5aa18;
  --cc-teal: #23b5b0;
  --cc-white: #fff;
}

.cc-home-footer,
.cc-home-footer * {
  box-sizing: border-box;
}

.cc-home-footer .cc-action-shell {
  margin-inline: auto;
}

.cc-home-footer a {
  color: inherit;
}

.cc-action-footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  padding: 180px 0 40px;
  border: 0;
  color: rgba(255, 255, 255, .78);
  background:
    linear-gradient(180deg, #282828 0, #282828 94px, rgba(40, 40, 40, .78) 180px, rgba(0, 0, 0, .68) 100%),
    url('/wp-content/uploads/2025/01/closeup-of-african-american-girl-holding-a-marble-2023-11-27-05-33-54-utc.jpg') center / cover no-repeat;
}

.cc-action-footer::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 0;
  left: 0;
  height: 94px;
  opacity: 1;
  background: url('/wp-content/uploads/2025/01/white-dark-1536x93.jpg') center top / 100% 100% no-repeat;
  content: "";
}

.cc-action-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(170px, .65fr));
  gap: 70px;
  align-items: start;
}

.cc-action-footer__logo {
  width: 210px;
  margin-bottom: 18px;
}

.cc-action-footer p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.cc-action-footer h2 {
  margin: 0 0 18px;
  color: var(--cc-white);
  font-size: 18px;
  font-weight: 600;
}

.cc-action-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-action-footer li + li {
  margin-top: 9px;
}

.cc-action-footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.cc-action-footer a:hover,
.cc-action-footer a:focus {
  color: var(--cc-orange);
}

.cc-action-footer__bottom {
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
}

.cc-home-footer .cc-action-shell {
  width: min(1350px, calc(100% - 50px));
}

.cc-home-footer {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.cc-home-footer__lead {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 90px;
}

.cc-home-footer__lead h2 {
  margin: 0 0 10px;
  color: var(--cc-white);
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
}

.cc-home-footer__lead p {
  margin: 0;
}

.cc-home-footer__form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 145px;
  gap: 20px;
  align-items: end;
  width: 100%;
}

.cc-home-footer__form-response {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.35;
}

.cc-home-footer__form-response.is-success {
  color: #8ee4df;
}

.cc-home-footer__form-response.is-error {
  color: #ffd08a;
}

.cc-home-footer__form button:disabled {
  cursor: wait;
  opacity: .72;
}

.cc-home-footer__form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.cc-home-footer__form input {
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  height: 48px;
  padding: 0 0 10px 20px;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 0 !important;
  outline: 0;
  color: var(--cc-white) !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit;
}

.cc-home-footer__form input::placeholder {
  color: rgba(255, 255, 255, .7) !important;
  opacity: 1;
}

.cc-home-footer__form input:focus {
  border-bottom-color: var(--cc-teal);
}

.cc-home-footer__form button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 48px;
  border: 0;
  color: var(--cc-white) !important;
  background: var(--cc-orange) !important;
  font: inherit;
  cursor: pointer;
  transition: background-color .2s ease;
}

.cc-home-footer__form button:hover,
.cc-home-footer__form button:focus {
  background: var(--cc-teal) !important;
}

.cc-home-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.cc-home-footer__column,
.cc-home-footer__news,
.cc-home-footer__news > div {
  min-width: 0;
}

.cc-home-footer__column p,
.cc-home-footer__column a {
  overflow-wrap: anywhere;
}

.cc-home-footer__column h3 {
  margin: 0 0 22px;
  color: var(--cc-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.cc-home-footer__column p {
  margin: 0;
  line-height: 1.55;
}

.cc-home-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-home-footer__list li + li {
  margin-top: 13px;
}

.cc-home-footer__list a {
  position: relative;
  padding-left: 21px;
  text-decoration: none;
}

.cc-home-footer__list a::before {
  position: absolute;
  top: .12em;
  left: 0;
  color: var(--cc-orange);
  font-size: 22px;
  line-height: 1;
  content: "›";
}

.cc-home-footer__list--teal a::before {
  color: var(--cc-teal);
}

.cc-home-footer__phone {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.cc-home-footer__phone-icon {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: var(--cc-white);
  background: var(--cc-teal);
}

.cc-home-footer__phone-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  fill: currentColor;
}

.cc-home-footer__phone strong,
.cc-home-footer__phone span,
.cc-home-footer__phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cc-white);
}

.cc-home-footer__news {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.cc-home-footer__news + .cc-home-footer__news {
  margin-top: 20px;
}

.cc-home-footer__news img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.cc-home-footer__news strong {
  display: block;
  margin-bottom: 7px;
  color: var(--cc-white);
  font-weight: 500;
}

.cc-home-footer__news p {
  font-size: 15px;
}

.cc-home-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 34px;
  align-items: end;
  margin-top: 60px;
}

.cc-home-footer__bottom-logo {
  width: 245px;
  height: auto;
}

.cc-home-footer__bottom-links,
.cc-home-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.cc-home-footer__bottom-links a,
.cc-home-footer__social a {
  text-decoration: none;
}

.cc-home-footer__bottom-links a + a::before {
  margin-right: 24px;
  color: var(--cc-orange);
  content: "•";
}

.cc-home-footer__social {
  justify-content: flex-end;
  gap: 10px;
}

.cc-home-footer__copyright {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
  text-align: center;
}

.cc-home-footer__copyright a {
  color: var(--cc-orange);
  font-weight: 600;
  text-decoration: none;
}

.cc-home-footer__copyright a:hover,
.cc-home-footer__copyright a:focus {
  color: var(--cc-white);
}

.cc-home-footer__social a {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: var(--cc-white);
  background: #f04f32;
  font-size: 11px;
}

.cc-home-footer__social svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  stroke: currentColor;
}

@media (max-width: 1024px) {
  #cc-shared-header:empty {
    min-height: 116px;
  }

  .cc-action-footer__grid {
    gap: 38px;
  }

  .cc-action-footer {
    padding: 125px 0 28px;
  }

  .cc-home-footer .cc-action-shell {
    width: calc(100vw - 30px) !important;
    max-width: calc(100vw - 30px) !important;
    min-width: 0;
  }

  .cc-home-footer__lead,
  .cc-home-footer__grid,
  .cc-home-footer__bottom {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .cc-action-footer p {
    width: 100%;
    max-width: 100%;
  }

  .cc-home-footer__lead {
    margin-bottom: 55px;
  }

  .cc-home-footer__form {
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 12px;
  }

  .cc-home-footer__bottom {
    align-items: start;
    margin-top: 50px;
  }

  .cc-home-footer__bottom-links {
    gap: 14px;
  }

  .cc-home-footer__bottom-links a + a::before {
    margin-right: 14px;
  }

  .cc-home-footer__social {
    justify-content: flex-start;
  }

  .cc-home-footer__copyright {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .cc-home-footer__form {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-home-footer__form button {
    width: 120px !important;
    justify-self: start;
  }
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2") format("woff2");
}

.cc-fa-arrow {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

.cc-fa-arrow.fa-arrow-right::before { content: "\f061"; }
.cc-fa-arrow.fa-arrow-left::before { content: "\f060"; }
.cc-fa-arrow.fa-arrow-up::before { content: "\f062"; }
.cc-fa-arrow.fa-arrow-down::before { content: "\f063"; }
