.elementor-3098 .elementor-element.elementor-element-92f1a39{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-63d90dd */.wdc-footer {
  --wdc-navy: #24384c;
  --wdc-blue: #395f7a;
  --wdc-soft: #eaf3f8;
  --wdc-sand: #f7efe3;
  --wdc-sand-dark: #e9d7bd;
  --wdc-text: #3f4a52;
  --wdc-muted: #6d7880;
  --wdc-white: #ffffff;

  width: 100%;
  font-family: inherit;
}

.wdc-footer,
.wdc-footer * {
  box-sizing: border-box;
}

.wdc-footer a {
  text-decoration: none;
}

.wdc-footer__cta-section {
  padding: 58px 20px;
  background: var(--wdc-sand);
}

.wdc-footer__cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 34px 38px;
  border: 1px solid rgba(36, 56, 76, 0.11);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(36, 56, 76, 0.08);
}

.wdc-footer__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--wdc-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdc-footer__kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wdc-blue);
  content: "";
}

.wdc-footer__cta-content h2 {
  margin: 0;
  color: var(--wdc-navy);
  font-size: clamp(28px, 4vw, 43px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.wdc-footer__cta-content p {
  max-width: 760px;
  margin: 13px 0 0;
  color: var(--wdc-muted);
  font-size: 16px;
  line-height: 1.65;
}

.wdc-footer__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 14px 21px;
  border-radius: 999px;
  background: var(--wdc-navy);
  box-shadow: 0 15px 30px rgba(36, 56, 76, 0.2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.wdc-footer__cta-button:hover {
  box-shadow: 0 19px 34px rgba(36, 56, 76, 0.25);
  transform: translateY(-2px);
}

.wdc-footer__main {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1e3042 0%, #2e526b 100%);
  color: #ffffff;
}

.wdc-footer__main::before,
.wdc-footer__main::after {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.wdc-footer__main::before {
  top: -220px;
  right: -180px;
  width: 420px;
  height: 420px;
  background: rgba(234, 243, 248, 0.07);
}

.wdc-footer__main::after {
  bottom: -210px;
  left: -180px;
  width: 330px;
  height: 330px;
  background: rgba(233, 215, 189, 0.08);
}

.wdc-footer__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.45fr 0.85fr 1fr 1fr;
  gap: 42px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 34px;
}

.wdc-footer__brand-column {
  padding-right: 14px;
}

.wdc-footer__brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
}

.wdc-footer__brand img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.wdc-footer__brand strong {
  display: block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.wdc-footer__brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10.5px;
}

.wdc-footer__brand-column > p {
  max-width: 410px;
  margin: 21px 0 22px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  line-height: 1.75;
}

.wdc-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wdc-footer__socials a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.wdc-footer__socials a:hover {
  background: #ffffff;
  color: var(--wdc-navy);
}

.wdc-footer__column h3 {
  margin: 3px 0 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wdc-footer__column ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wdc-footer__column a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.wdc-footer__column a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.wdc-footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.55);
  font-size: 11.5px;
}

.wdc-footer__bottom p {
  margin: 0;
}

.wdc-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wdc-footer__legal a {
  color: rgba(255, 255, 255, 0.62);
}

.wdc-footer__legal a:hover {
  color: #ffffff;
}

@media (max-width: 980px) {
  .wdc-footer__cta-box {
    grid-template-columns: 1fr;
  }

  .wdc-footer__cta-button {
    width: max-content;
  }

  .wdc-footer__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 38px;
  }
}

@media (max-width: 620px) {
  .wdc-footer__cta-section {
    padding: 42px 14px;
  }

  .wdc-footer__cta-box {
    padding: 27px 23px;
    border-radius: 26px;
  }

  .wdc-footer__cta-button {
    width: 100%;
  }

  .wdc-footer__grid {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    padding: 54px 0 28px;
    gap: 32px;
  }

  .wdc-footer__brand-column {
    padding-right: 0;
  }

  .wdc-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 28px);
  }

  .wdc-footer__legal {
    gap: 11px 15px;
  }
}/* End custom CSS */