header#header .headerWrapper {
  box-shadow: none;
}

#breadclumb {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 16px;
}
#breadclumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  font-size: 0.75em;
  line-height: 2;
  color: #999;
  min-height: 2.375em;
}
@media (max-width: 750px) {
  #breadclumb ul {
    gap: 0.5em;
  }
}

#hubspot, #thanks {
  width: 90%;
  max-width: 800px;
  margin: 3em auto;
  font-size: 16px;
}
@media (max-width: 750px) {
  #hubspot, #thanks {
    font-size: 14px;
  }
}
#hubspot h1, #thanks h1 {
  font-size: 2.25em;
  width: max-content;
  border-bottom: 3px solid #3D67F2;
  color: #3D67F2;
  margin: 3em auto 1em;
  padding: 0 1em 0.5em;
  font-weight: bold;
}
@media (max-width: 750px) {
  #hubspot h1, #thanks h1 {
    font-size: 1.7142857143em;
    margin: 2em auto 1em;
    border-bottom: 2px solid #3D67F2;
  }
}
#hubspot div, #thanks div {
  margin: 1em 0;
}
#hubspot p, #thanks p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.25;
}
#hubspot p a, #thanks p a {
  color: #3D67F2;
  text-decoration: underline;
}
#hubspot p i, #thanks p i {
  text-decoration: none;
}
@media (max-width: 750px) {
  #hubspot p i, #thanks p i {
    display: block;
  }
}
#hubspot .btn, #thanks .btn {
  display: block;
  width: max-content;
  background: #fff;
  font-size: 1.25em;
  border: 1px solid #3D67F2;
  border-radius: 2em;
  margin: 2em auto 4em;
  color: #3D67F2;
  padding: 0.75em 4em;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

footer#footer {
  background-color: #F4F4F5;
  padding: 3em 1em;
}