:root {
  --hp: #0096d6;
  --blue: #0066cc;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --soft: #eaf4fb;
  --dark: #003783;
  --dark-2: #001f61;
  --footer: #2c2c2c;
  --max: 1200px;
  --font: Graphik, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.site-header {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav {
  width: min(100%, 1220px);
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  color: #171717;
}

.brand {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 170px;
}

.team-mark {
  color: #42a34f;
  font-size: 21px;
  line-height: 0.85;
  font-weight: 800;
  letter-spacing: -0.7px;
}

.team-mark small {
  display: block;
  color: #9cc23d;
  font-size: 8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hp-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--hp);
  border-radius: 999px;
  color: var(--hp);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -2px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.6;
}

.nav-links a:last-child::after {
  content: none;
}

.hero {
  position: relative;
  min-height: 812px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #edf2f5;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 24px 30px;
}

.hero-copy {
  max-width: 690px;
}

.hero h1 {
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  font-weight: 600;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 58px;
  font-size: 15px;
  font-weight: 600;
}

.button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  color: var(--ink);
}

.button,
.text-link,
.card,
.image-card,
.service-card,
.infra-card,
.partner-panel,
.socials a {
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease, background-color 220ms ease;
}

.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.button:hover {
  filter: brightness(1.08);
  box-shadow: 0 12px 24px rgba(0, 102, 204, 0.24);
}

.card:hover,
.service-card:hover,
.infra-card:hover,
.partner-panel:hover {
  transform: translateY(-5px);
}

.image-card:hover {
  transform: scale(1.015);
}

.socials a:hover {
  transform: translateY(-3px);
  background: var(--hp);
}

.section {
  padding: 50px 24px;
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow {
  color: var(--hp);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.26px;
  text-align: center;
}

.section-title {
  margin-top: 12px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.04px;
  font-weight: 700;
  text-align: center;
}

.section-subtitle {
  max-width: 960px;
  margin: 18px auto 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
}

.intro-copy {
  max-width: 860px;
  margin: 22px auto 0;
  color: #86868b;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.18px;
  text-align: center;
}

.choose {
  color: #fff;
  background: linear-gradient(157deg, #053f9a 8%, var(--dark) 50%, var(--dark-2) 92%);
}

.choose .section-title {
  color: #fff;
}

.choose .section-subtitle {
  color: #c8ddf7;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}

.card {
  min-height: 198px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.number {
  color: #82cfff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.4px;
}

.card h3 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.stock-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}

.stock-grid article {
  position: relative;
  min-height: 312px;
  overflow: hidden;
  border-radius: 20px;
  background: #eef4f8;
}

.image-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.image-card img {
  width: 100%;
  object-fit: cover;
}

.stock-text {
  padding: 20px 20px 6px;
  position: relative;
  z-index: 1;
  width: 60%;
}

.label {
  color: var(--hp);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

.stock-text h3 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.64px;
  font-weight: 600;
}

.stock-text p {
  max-width: 520px;
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  line-height: 1.53;
}

.solutions {
  color: #fff;
  background: #161616;
}

.solutions-bg {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #161616;
}

.solutions-bg>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.solutions-content {
  position: relative;
  z-index: 1;
  padding: 72px 54px;
}

.solutions .section-title {
  color: #fff;
}

.solutions .section-subtitle {
  color: #d8e9f5;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 54px;
}

.service-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.service-card {
  position: relative;
  min-height: 220px;
  padding: 33px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: rgba(29, 29, 31, 0.74);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 2px;
  height: 2px;
  background: var(--hp);
}

.service-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 150, 214, 0.3);
  border-radius: 10px;
  background: rgba(0, 150, 214, 0.18);
}

.service-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.service-icon.ser-ak1::before {
  background-image: url('../images/hp-microsite/solutions-1.png');
}

.service-icon.ser-ak2::before {
  background-image: url('../images/hp-microsite/solutions-2.png');
}

.service-icon.ser-ak3::before {
  background-image: url('../images/hp-microsite/solutions-3.png');
}

.service-icon.ser-ak4::before {
  background-image: url('../images/hp-microsite/solutions-4.png');
}

.service-icon.ser-ak5::before {
  background-image: url('../images/hp-microsite/solutions-5.png');
}

.service-card h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.service-card p {
  margin-top: 12px;
  color: #eaeaea;
  font-size: 14px;
  line-height: 1.57;
}

.workspace {
  background: linear-gradient(158deg, #eaf4fb 6%, #f7fbff 94%);
}

.accessory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}

.accessory-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
}

.accessory-media {
  height: 205px;
  display: grid;
  place-items: center;
  background: #d8edf8;
}

.accessory-media img {
  width: auto;
  height: auto;
  max-width: 76%;
  max-height: 155px;
  object-fit: contain;
}

.accessory-body {
  padding: 28px;
}

.accessory-body .type {
  color: #86868b;
  font-size: 12px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.accessory-body h3 {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.2px;
}

.accessory-body p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.54;
}

.infra {
  padding-bottom: 50px;
}

.infra-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  margin-top: 64px;
}

.infra-small-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.infra-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12);
}

.infra-card img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.infra-card.large img,
.infra-card.tall img {
  height: 382px;
}

.image-wrap {
  position: relative;
}

.tag {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--hp);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.infra-body {
  padding: 28px;
}

.infra-body h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.infra-body p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.57;
}

.partner-panel {
  position: relative;
  min-height: 599px;
  margin-top: 84px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: #111;
}

.work-station-bk p {
  color: #fff;
}

.work-station-bk h3 {
  color: #fff;
}

.partner-panel>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.03));
}

.partner-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 53px 54px;
}

.partner-content .eyebrow {
  color: var(--blue);
  text-align: left;
}

.partner-content h2 {
  margin-top: 16px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.04px;
  font-weight: 600;
}

.partner-content>p {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.18px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 14px 30px;
  margin-top: 72px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.check-item i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
}

.check-item i::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 0 24px;
  background: #000;
  color: #fff;
}

.contact::before,
.contact::after {
  content: "";
  position: absolute;
  width: 674px;
  height: 674px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.contact::before {
  content: '';
  position: absolute;
  top: -19%;
  left: -8%;
  width: 600px;
  height: 800px;
  background: url('../images/smart-edge/Ellipse 1 .png') no-repeat center center;
  background-size: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.contact::after {
  content: '';
  position: absolute;
  top: -87px;
  right: 1%;
  width: 800px;
  height: 800px;
  background: url('../images/smart-edge/Ellipse 2.png') no-repeat center center;
  background-size: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.contact-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  min-height: 782px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 96px;
  align-items: start;
  padding: 96px 0 56px;
}

.contact h2 {
  font-size: 44px;
  line-height: 1.09;
  letter-spacing: -1.92px;
  font-weight: 600;
}

.contact p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 1.5;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  min-height: 49px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  outline: 0;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font: 14px var(--font);
}

textarea {
  min-height: 129px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.captcha {
  width: 296px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #d9d9d9;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
}

.captcha-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.captcha-box {
  width: 28px;
  height: 28px;
  border: 1px solid #444746;
  border-radius: 6px;
}

.captcha-logo {
  color: #555;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}

.submit {
  width: 197px;
  min-height: 53px;
  margin-top: 32px;
  border-radius: 14px;
  background: #1983d9;
  font-size: 14px;
  letter-spacing: 0.35px;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.faq {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.faq .eyebrow,
.faq .section-title,
.faq .section-subtitle {
  text-align: left;
  margin-left: 0;
}

.faq .section-subtitle {
  max-width: 447px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.2px;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--hp);
  font-size: 18px;
  font-weight: 500;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 560px;
  padding: 0 32px 22px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.bottom-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #10141c;
  padding: 75px 24px;
}

.bottom-cta img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.cta-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  min-height: 360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.bottom-cta h2 {
  max-width: 620px;
  color: #000;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.04px;
  font-weight: 700;
}

.bottom-cta p {
  max-width: 560px;
  color: #000;
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

.bottom-cta .actions {
  margin-top: 52px;
}

.site-footer {
  background: var(--footer);
  color: #fff;
  padding: 51px 24px 48px;
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #505050;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.85fr 0.85fr;
  gap: 48px;
  padding-top: 24px;
}

.footer-about p {
  max-width: 580px;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.5;
}

.footer-logo {
  width: 195px;
  margin-top: 22px;
  padding: 10px 20px;
  border-radius: 6px;
  background: #fff;
}

.footer-col h3 {
  padding-bottom: 11px;
  border-bottom: 1px solid #363636;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 600;
}

.footer-col ul {
  display: grid;
  gap: 11px;
  margin: 16px 0 0;
  padding: 0;
  color: #bbb;
  font-size: 15px;
  line-height: 1.35;
  list-style: none;
}

.socials {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.socials a {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #5a5a5a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
  }

  .nav {
    height: auto;
    min-height: 78px;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 22px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    padding-top: 270px;
  }

  .section {
    padding: 84px 22px;
  }

  .card-grid,
  .stock-grid,
  .service-grid,
  .service-grid.two,
  .accessory-grid,
  .infra-layout,
  .infra-small-grid,
  .contact-inner,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stock-grid article {
    min-height: 320px;
  }

  .stock-text {
    width: 100%;
  }

  .infra-card.large img,
  .infra-card.tall img {
    height: 320px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .contact-inner {
    min-height: auto;
    gap: 44px;
  }

  .bottom-cta {
    min-height: 560px;
  }

  .cta-inner {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 640px;
  }

  .hero img {
    object-position: 60% center;
  }

  .actions {
    gap: 12px;
  }

  .button,
  .text-link {
    width: 100%;
  }

  .eyebrow,
  .section-title,
  .section-subtitle,
  .intro-copy {
    text-align: left;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .partner-content,
  .solutions-content {
    padding: 38px 28px;
  }

  .partner-panel {
    min-height: 690px;
  }

  .faq-grid {
    gap: 36px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .site-header {
    animation: header-in 560ms ease both;
  }

  .hero img {
    animation: hero-drift 9000ms ease-out both;
    transform-origin: 60% 45%;
  }

  .hero-copy h1,
  .hero-copy .actions {
    opacity: 0;
    animation: fade-up 760ms cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
  }

  .hero-copy .actions {
    animation-delay: 160ms;
  }

  .animate-in {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 720ms cubic-bezier(0.2, 0.75, 0.2, 1), transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
    transition-delay: var(--delay, 0ms);
  }

  .animate-in.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes header-in {
    from {
      opacity: 0;
      transform: translateY(-14px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fade-up {
    from {
      opacity: 0;
      transform: translateY(22px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes hero-drift {
    from {
      transform: scale(1.035);
    }

    to {
      transform: scale(1);
    }
  }
}

/* CF7 Overrides for HP Microsite */
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form>p {
  margin: 0;
}

.wpcf7 br {
  display: none;
}

.hp-form-container span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.hp-form-container input.wpcf7-submit {
  width: 197px;
  min-height: 53px;
  margin-top: 32px;
  border-radius: 14px;
  background: #1983d9;
  font-size: 14px;
  letter-spacing: 0.35px;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.hp-form-container input.wpcf7-submit:hover {
  filter: brightness(1.08);
}