:root {
  color-scheme: light;
  --page: #f0f2f5;
  --card: #ffffff;
  --text: #151515;
  --secondary-text: #5f6673;
  --muted: var(--secondary-text);
  --link: #1f7fd1;
  --soft: #ececec;
  --shadow: 0 0.9844rem 1.6875rem rgba(0, 0, 0, 0.15);
  --radius: 0.5625rem;
  --content: 21.09375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-size-adjust: 100%;
}

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

a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

a:hover {
  color: #0f5f9f;
}

strong {
  font-weight: 700;
}

.page {
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 2.30625rem 0 2.8125rem;
}

.panel-page {
  padding-top: 4.10625rem;
}

.site-header,
.site-footer {
  margin: 0 auto 1.125rem;
  text-align: center;
}

.site-header {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.39375rem;
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.53125rem;
  padding: 0.405rem 0.6975rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #30343a;
  font-size: 0.765rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.035);
}

.site-nav a[aria-current="page"] {
  background: #30343a;
  color: #fff;
}

.card {
  overflow: hidden;
  margin: 0 0 2.19375rem;
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 0.9844rem 1.6875rem rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 1.40625rem 1.40625rem 2.25rem;
}

.card-body > :last-child {
  margin-bottom: 0;
}

.hero {
  text-align: left;
}

.hero .card-body {
  padding-top: 1.06875rem;
}

.hero-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.hero h1 {
  margin: 0;
  color: #2e2d31;
  font-size: 27px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 a {
  display: inline-flex;
  align-items: center;
  gap: 0.135rem;
  color: inherit;
  text-decoration: none;
}

.hero h1 i {
  width: 0.45em;
  height: 0.45em;
  flex: 0 0 auto;
  color: #228eff;
  font-size: 0.45em;
  fill: #228eff;
  line-height: 1;
}

.hero .subtitle {
  margin: 0.05625rem 0 1.63125rem;
  color: rgba(46, 45, 49, 0.631);
  font-size: 16.5px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.028125rem;
  line-height: 1.125;
}

.button-list {
  display: grid;
  gap: 0.8775rem;
  margin: 0.84375rem 0 0;
  padding: 0;
  list-style: none;
}

.button {
  display: grid;
  grid-template-columns: 24px minmax(0, 10.125rem);
  align-items: center;
  justify-content: center;
  column-gap: 0.84375rem;
  min-height: 3.5775rem;
  width: 100%;
  padding: 0 0.5625rem 0 1.125rem;
  border: 0;
  border-radius: 0.421875rem;
  background: var(--soft);
  color: #151515;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 0.18rem 0.36rem rgba(0, 0, 0, 0.09), inset 0 0 0 1px rgba(0, 0, 0, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: #d9d9d9;
  color: #151515;
}

.button i {
  justify-self: end;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  fill: currentColor;
}

.button .label {
  justify-self: start;
  min-width: 0;
}

.contact-button-list .button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.35rem;
  align-items: center;
  justify-content: stretch;
  column-gap: 0.7875rem;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  white-space: nowrap;
}

.contact-button-list .button i {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 1.35rem;
}

.contact-button-list .button .label {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero .button {
  grid-template-columns: 22px minmax(0, 10.125rem);
}

.hero .button i {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.symbol-star {
  color: #e6b82f;
}

.symbol-heart {
  color: #df2f3d;
}

.button-dark {
  background: #000;
  color: #fff;
}

.button-red {
  background: #f00;
  color: #fff;
}

.button-paypal {
  background: #ffc439;
}

.panel-page .button-paypal {
  justify-content: center;
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.paypal-brand-icon {
  width: 1.575rem;
  height: 1.575rem;
  flex: 0 0 auto;
}

.button-dark:hover,
.button-red:hover {
  color: #fff;
  filter: brightness(0.92);
}

.section-title {
  margin: 0 0 1.125rem;
  color: #487b85;
  font-size: 1.6875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.content p {
  margin: 0;
  color: var(--secondary-text);
  font-size: 1.03125rem;
  line-height: 1.55;
}

.content p + p,
.content ul + p,
.content ol + p {
  margin-top: 1.0125rem;
}

.content p + ul,
.content p + ol {
  margin-top: 1.0125rem;
}

.content ul,
.content ol {
  margin: 0;
  padding-left: 1.29375rem;
  color: var(--secondary-text);
  font-size: 1.03125rem;
  line-height: 1.55;
}

.content strong {
  color: #202020;
}

.content li + li {
  margin-top: 0.61875rem;
}

.fact-list li + li {
  margin-top: 1.0125rem;
}

.content .fact-list {
  counter-reset: fact;
  list-style: none;
  padding-left: 0;
}

.fact-list li {
  display: grid;
  grid-template-columns: 1.48rem minmax(0, 1fr);
  column-gap: 0.38rem;
  counter-increment: fact;
}

.fact-list li::before {
  content: counter(fact) ".";
  color: #202020;
  font-weight: 700;
  text-align: left;
}

.fact-copy {
  display: block;
  min-width: 0;
}

.stats {
  display: grid;
  gap: 0.50625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.03125rem;
  line-height: 1.55;
}

.content .stats,
.content .button-list,
.content .link-list {
  padding-left: 0;
  list-style: none;
}

.stats li {
  display: grid;
  gap: 0.045rem;
}

.inline-stats li {
  display: block;
}

.link-list {
  display: grid;
  gap: 0.675rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.03125rem;
  line-height: 1.45;
}

.link-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.link-list strong {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
}

.link-list strong::after {
  content: "\f35d";
  color: #228eff;
  font: var(--fa-font-solid);
  font-size: 0.68em;
  line-height: 1;
}

.link-list a:hover strong {
  color: var(--link);
}

.link-list a:hover span,
.link-list a:focus-visible span {
  color: var(--link);
}

.link-list span {
  display: block;
  color: var(--muted);
}

.brand-logo {
  width: min(13.5rem, 72%);
  margin: 0 0 1.2375rem;
}

.small-brand {
  width: min(14.625rem, 70%);
  margin: 1.35rem auto 0;
}

.page-title {
  display: inline-flex;
  align-items: center;
  gap: 0.50625rem;
  margin: 0 0 0;
  padding: 0.4725rem 0.8775rem;
  border-radius: 0.3375rem 0.3375rem 0.3375rem 0;
  background: #5a5a5a;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

.page-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.82em;
  height: 1em;
  flex: 0 0 auto;
  font-size: 0.82em;
  line-height: 1;
}

.panel-page .card {
  border-top-left-radius: 0;
  overflow: visible;
  position: relative;
}

.top-actions,
.bottom-actions {
  display: flex;
  justify-content: center;
  gap: 0.73125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-actions {
  position: absolute;
  top: -2.25rem;
  right: 0.05625rem;
  z-index: 2;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  color: #2491ff;
  text-decoration: none;
}

.top-actions .icon-button {
  color: #ff4b2f;
  font-size: 1.6875rem;
  font-weight: 300;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.39375rem;
  margin-top: 2.475rem;
  color: #2491ff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.profile-media + .back-link {
  margin-top: 1.8rem;
}

.panel-page .button-list {
  display: block;
  margin-left: 0;
  margin-top: 1.575rem;
  width: 100%;
}

.panel-page .button-list > li {
  display: block;
  width: 100%;
}

.panel-page .button-list > li + li {
  margin-top: 1.125rem;
}

.panel-page .button {
  display: flex;
  gap: 0.7875rem;
  width: 100%;
  text-align: center;
}

.review-brand-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.review-tripadvisor-icon {
  color: #00aa6c;
  fill: currentColor;
  width: 30px;
  height: 30px;
}

.review-google-icon {
  width: 24px;
  height: 24px;
}

.back-link:hover {
  color: #0f6fc7;
}

.profile-question + .profile-question,
.profile-media + .profile-question {
  margin-top: 1.51875rem;
  padding-top: 1.51875rem;
  border-top: 1px solid rgba(58, 64, 72, 0.18);
}

.icon-button i {
  width: 1.2375rem;
  height: 1.2375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.divider {
  height: 1px;
  margin: 1.18125rem 0;
  border: 0;
  background: rgba(0, 0, 0, 0.12);
}

.profile-image {
  margin-top: 1.125rem;
  border-radius: 0.421875rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.family-thumb {
  width: min(100%, 18rem);
  margin: 1.125rem auto;
  border-radius: 0.421875rem;
}

.family-tree {
  width: 100%;
  border-radius: 0.421875rem;
  background: #fff;
}

.site-footer {
  margin-top: 1.575rem;
  color: var(--muted);
  font-size: 0.765rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 4.5rem 1.125rem 1.125rem;
  overflow: auto;
  background: rgba(0, 0, 0, 0.82);
  overscroll-behavior: contain;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  width: 338px;
  max-width: calc(100vw - 2.25rem);
  height: auto;
  border-radius: 0.39375rem;
  background: #fff;
}

.lightbox iframe {
  width: 338px;
  max-width: calc(100vw - 2.25rem);
  height: calc(100vh - 5.625rem);
  border: 0;
  border-radius: 0.39375rem;
  background: #fff;
}

.lightbox button {
  position: fixed;
  top: 0.84375rem;
  right: 0.84375rem;
  min-width: 2.7rem;
  min-height: 2.7rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 900;
}

@media (min-width: 51.75rem) {
  .button-list.two-up {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 24.75rem) {
  .page {
    padding-right: 0.8775rem;
    padding-left: 0.8775rem;
  }

  .card-body {
    padding: 1.40625rem 1.40625rem 2.25rem;
  }

  .hero h1,
  .section-title {
    font-size: 1.51875rem;
  }

  .button {
    grid-template-columns: 1.35rem minmax(0, 1fr);
    font-size: 0.945rem;
    min-height: 3.375rem;
  }
}
