html,
body.unique-vcard {
  min-height: 100%;
}

body.unique-vcard {
  background: #111;
}

.unique-vcard .pt-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.unique-vcard .pt-wrapper:before {
  background: rgba(12, 12, 14, .76);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.unique-vcard .subpages {
  position: relative;
  z-index: 1;
}

.unique-brand-mark img,
.unique-profile-card img {
  background: #1f1f24;
  object-fit: contain;
  padding: 18px;
}

.unique-brand-mark img {
  background: #101827;
  border-color: rgba(255, 255, 255, .18);
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
  object-position: center top;
  padding: 0;
  width: 100px;
}

.unique-bitmoji-card {
  background: #101827;
  border-radius: 8px;
  overflow: hidden;
}

.unique-bitmoji-card img {
  background: #101827;
  display: block;
  object-fit: cover;
  object-position: center top;
  padding: 0;
  width: 100%;
}

.site-subtitle {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  margin: 4px auto 0;
  max-width: 220px;
}

.unique-home-block {
  max-width: 980px;
  padding-left: 22px;
  padding-right: 22px;
}

.unique-hero-slider {
  margin: 0 auto;
}

.unique-hero-kicker {
  color: #ff724c;
  display: inline-flex;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 18px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.home-page-block h2 {
  line-height: 1.05;
  margin-bottom: 18px;
  text-shadow: 0 16px 34px rgba(0, 0, 0, .34);
}

.unique-vcard .home-page-description {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  opacity: .92;
}

.unique-hero-summary {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
  margin: 18px auto 0;
  max-width: 760px;
  text-align: center;
}

.unique-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}

.unique-hero-proof {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 32px auto 0;
  max-width: 760px;
}

.unique-hero-proof div {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  min-height: 86px;
  padding: 18px 12px;
  text-align: center;
}

.unique-hero-proof strong {
  color: #fff;
  display: block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 9px;
}

.unique-hero-proof span {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.button.button-secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.button.button-secondary:hover {
  background-color: #fff;
  color: #222;
}

.info-list .value a,
.contact-info-block h5 a {
  color: inherit;
}

.social-links .social-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.service-block,
.fun-fact-block,
.timeline-event,
.portfolio-grid figure a,
#unique-contact-form .form-control {
  border-radius: 8px;
}

.service-info h4,
.fun-fact-block h4,
.portfolio-grid figure a div h5 {
  line-height: 1.3;
}

.service-info p,
.timeline-event p,
.contact-info-block h5 {
  overflow-wrap: anywhere;
}

.portfolio-grid figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#unique-contact-form .messages {
  margin-bottom: 18px;
}

#unique-contact-form .alert {
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 0;
}

#unique-contact-form .btn-send[disabled] {
  cursor: wait;
  opacity: .65;
}

@media (max-width: 991px) {
  .unique-vcard .pt-wrapper:before {
    position: fixed;
  }

  .home-page-block h2 {
    font-size: 54px;
  }

  .unique-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }
}

@media (max-width: 480px) {
  .home-page-block h2 {
    font-size: 38px;
  }

  .home-page-description {
    font-size: 18px;
  }

  .unique-hero-kicker {
    font-size: 11px;
    line-height: 1.35;
  }

  .unique-hero-summary {
    font-size: 14px;
  }

  .unique-home-actions .button {
    width: 100%;
  }

  .unique-hero-proof {
    grid-template-columns: 1fr;
  }
}
