@charset "UTF-8";

.uf-certificate-image--neutral {
  filter: grayscale(1) brightness(1.8) contrast(0.72) opacity(0.78);
}

.uf-office-location {
  overflow: hidden;
  color: var(--uf-color-ink);
  background: var(--uf-color-white);
  font-family: var(--uf-font-body);
  font-size: 16px;
  line-height: 1.65;
}

.uf-office-location *,
.uf-office-location *::before,
.uf-office-location *::after {
  box-sizing: border-box;
}

.uf-office-location h1,
.uf-office-location h2,
.uf-office-location h3,
.uf-office-location p {
  margin-top: 0;
}

.uf-office-location h1,
.uf-office-location h2,
.uf-office-location h3 {
  color: var(--uf-color-primary-dark);
  font-family: var(--uf-font-display);
  font-weight: 400;
}

.uf-office-location button,
.uf-office-location input,
.uf-office-location select,
.uf-office-location textarea {
  font: inherit;
}

.uf-office-location img {
  max-width: 100%;
  display: block;
}

.uf-office-location a {
  text-decoration: none;
}

.uf-office-location svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.uf-office-location .container {
  width: 100%;
  max-width: var(--uf-content-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--uf-gutter);
  padding-left: var(--uf-gutter);
}

.uf-office-location .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.uf-office-location__sprite {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

.uf-office-location__eyebrow {
  margin: 0 0 14px;
  color: var(--uf-color-secondary-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.uf-office-location__eyebrow--light {
  color: var(--uf-color-secondary-soft);
}

.uf-office-breadcrumb {
  padding: 13px 0;
  border-bottom: 1px solid rgba(87, 69, 134, 0.1);
  background: var(--uf-color-surface);
}

.uf-office-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.uf-office-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: var(--uf-color-muted);
  font-size: 12px;
}

.uf-office-breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(87, 69, 134, 0.45);
}

.uf-office-breadcrumb a {
  color: var(--uf-color-primary);
  font-weight: 700;
}

.uf-office-breadcrumb a:hover {
  color: var(--uf-color-secondary-dark);
}

.uf-office-breadcrumb a:focus-visible {
  outline: 3px solid rgba(41, 162, 104, 0.28);
  outline-offset: 3px;
}

/* Reference-page hero, integrated with the shared project header. */

.uf-office-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  color: var(--uf-color-white);
  background-color: var(--uf-color-primary-dark);
  background-image: var(--office-hero-image);
  background-position: center;
  background-size: cover;
}

.uf-office-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(33, 29, 47, 0.96) 0%, rgba(53, 42, 81, 0.9) 48%, rgba(53, 42, 81, 0.56) 72%, rgba(33, 29, 47, 0.38) 100%);
}

.uf-office-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 680px;
  padding-top: clamp(52px, 6vw, 86px);
  padding-bottom: clamp(52px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.72fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.uf-office-hero__content {
  max-width: 730px;
}

.uf-office-hero__content h1 {
  margin: 0 0 24px;
  color: var(--uf-color-white);
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.uf-office-hero__content em {
  display: block;
  color: var(--uf-color-secondary-soft);
  font-style: normal;
}

.uf-office-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.72;
}

.uf-office-hero__actions {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.uf-office-button {
  min-height: 50px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: var(--uf-font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.uf-office-button svg {
  width: 18px;
  height: 18px;
}

.uf-office-button:hover {
  transform: translateY(-2px);
}

.uf-office-button:focus-visible {
  outline: 3px solid rgba(41, 162, 104, 0.42);
  outline-offset: 3px;
}

.uf-office-button--green {
  color: var(--uf-color-white);
  background: var(--uf-color-secondary-dark);
}

.uf-office-button--green:hover {
  color: var(--uf-color-white);
  background: var(--uf-color-secondary);
}

.uf-office-button--primary {
  color: var(--uf-color-white);
  background: var(--uf-color-primary);
}

.uf-office-button--primary:hover {
  color: var(--uf-color-white);
  background: var(--uf-color-primary-dark);
}

.uf-office-button--ghost {
  color: var(--uf-color-white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.uf-office-button--ghost:hover {
  color: var(--uf-color-white);
  border-color: var(--uf-color-white);
  background: rgba(255, 255, 255, 0.12);
}

.uf-office-button--full {
  width: 100%;
  margin-top: 7px;
}

.uf-office-hero__trust {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
}

.uf-office-hero__trust li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
}

.uf-office-hero__trust li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--uf-color-secondary-soft);
}

.uf-office-survey {
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  color: var(--uf-color-ink);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 65px rgba(33, 29, 47, 0.3);
  backdrop-filter: blur(8px);
}

.uf-office-survey h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
}

.uf-office-survey > p:not(.uf-office-location__eyebrow) {
  margin-bottom: 13px;
  color: var(--uf-color-muted);
  font-size: 14px;
}

.uf-office-survey small {
  display: block;
  margin-top: 10px;
  color: var(--uf-color-muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.uf-office-survey__phone {
  margin: 17px 0 6px;
  display: block;
  color: var(--uf-color-primary);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.uf-office-survey__phone:hover {
  color: var(--uf-color-secondary-dark);
}

.uf-office-survey__phone:focus-visible {
  outline: 3px solid rgba(41, 162, 104, 0.28);
  outline-offset: 3px;
}

/* Reuses the project-wide accreditation records. */

.uf-office-credentials {
  padding: 34px 0 31px;
  border-bottom: 1px solid rgba(87, 69, 134, 0.1);
  background: var(--uf-color-white);
}

.uf-office-credentials h2 {
  margin: 0 0 22px;
  color: var(--uf-color-secondary-dark);
  font-family: var(--uf-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.uf-office-credentials ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 50px);
  align-items: center;
  list-style: none;
}

.uf-office-credentials li {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.uf-office-credentials img {
  width: min(155px, 100%);
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}

.uf-office-credentials span {
  color: var(--uf-color-muted);
  font-size: 11px;
  text-align: center;
}

.uf-office-section {
  padding: var(--uf-section-spacing) 0;
}

.uf-office-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 115px);
}

.uf-office-split--center {
  align-items: center;
}

.uf-office-intro h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.uf-office-intro__copy p {
  margin-bottom: 22px;
  color: var(--uf-color-muted);
  font-size: 17px;
}

.uf-office-text-link {
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  color: var(--uf-color-primary);
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.uf-office-text-link svg {
  width: 17px;
  height: 17px;
}

.uf-office-text-link:hover {
  color: var(--uf-color-secondary-dark);
}

.uf-office-text-link:focus-visible {
  outline: 3px solid rgba(41, 162, 104, 0.28);
  outline-offset: 4px;
}

.uf-office-services {
  padding-top: 0;
  background: linear-gradient(to bottom, var(--uf-color-white) 0, var(--uf-color-white) 12%, var(--uf-color-surface) 12%, var(--uf-color-surface) 100%);
}

.uf-office-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.uf-office-service-card {
  min-height: 285px;
  padding: 30px;
  border: 1px solid rgba(87, 69, 134, 0.13);
  border-radius: 14px;
  background: var(--uf-color-white);
  transition: border-color 180ms ease, transform 180ms ease;
}

.uf-office-service-card:hover {
  border-color: rgba(41, 162, 104, 0.52);
  transform: translateY(-3px);
}

.uf-office-service-card h3 {
  margin: 24px 0 12px;
  font-family: var(--uf-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.uf-office-service-card p {
  margin: 0;
  color: var(--uf-color-muted);
  font-size: 14px;
}

.uf-office-service-card__number {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
  font-size: 12px;
  font-weight: 800;
}

.uf-office-managed {
  color: var(--uf-color-white);
  background: var(--uf-color-primary-dark);
}

.uf-office-managed__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(52px, 7vw, 100px);
  align-items: center;
}

.uf-office-managed__media {
  position: relative;
}

.uf-office-managed__media img {
  width: 100%;
  min-height: 560px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.uf-office-managed__experience {
  position: absolute;
  right: -22px;
  bottom: 30px;
  max-width: 175px;
  padding: 19px 23px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 10px;
  color: var(--uf-color-white);
  background: var(--uf-color-secondary-dark);
  box-shadow: 0 15px 35px rgba(20, 15, 31, 0.25);
}

.uf-office-managed__experience strong {
  font-family: var(--uf-font-display);
  font-size: 33px;
  line-height: 1;
}

.uf-office-managed__experience span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.uf-office-managed__copy h2 {
  margin: 0 0 20px;
  color: var(--uf-color-white);
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.06;
  text-wrap: balance;
}

.uf-office-managed__copy > p:not(.uf-office-location__eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

.uf-office-managed__features {
  margin: 31px 0 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
}

.uf-office-managed__features > div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.uf-office-managed__features svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--uf-color-secondary-soft);
}

.uf-office-managed__features strong,
.uf-office-managed__features span {
  display: block;
}

.uf-office-managed__features strong {
  color: var(--uf-color-white);
  font-size: 13px;
}

.uf-office-managed__features span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.5;
}

.uf-office-heading {
  max-width: 720px;
  margin: 0 auto var(--uf-section-content-gap);
  text-align: center;
}

.uf-office-heading h2 {
  margin: 0 0 16px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.uf-office-heading > p:last-child {
  margin-bottom: 0;
  color: var(--uf-color-muted);
}

.uf-office-heading--light h2 {
  color: var(--uf-color-white);
}

.uf-office-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.uf-office-workplaces ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.uf-office-workplaces ul li {
  min-height: 72px;
  padding: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: 11px;
  color: var(--uf-color-primary-dark);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.uf-office-schedule {
  background: var(--uf-color-surface);
}

.uf-office-schedule h2 {
  margin: 0 0 18px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.07;
}

.uf-office-schedule p:not(.uf-office-location__eyebrow) {
  margin-bottom: 28px;
  color: var(--uf-color-muted);
}

.uf-office-schedule dl {
  margin: 0;
  padding: 8px 30px;
  border: 1px solid rgba(87, 69, 134, 0.09);
  border-radius: 14px;
  background: var(--uf-color-white);
  box-shadow: 0 15px 45px rgba(53, 42, 81, 0.08);
}

.uf-office-schedule dl > div {
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(87, 69, 134, 0.11);
}

.uf-office-schedule dl > div:last-child {
  border-bottom: 0;
}

.uf-office-schedule dt {
  color: var(--uf-color-primary-dark);
  font-weight: 700;
}

.uf-office-schedule dd {
  margin: 0;
  color: var(--uf-color-muted);
  text-align: right;
}

.uf-office-areas {
  color: var(--uf-color-white);
  background: var(--uf-color-primary);
}

.uf-office-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.uf-office-areas__grid article {
  min-height: 205px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.uf-office-areas__grid article.is-current {
  border-color: rgba(188, 235, 212, 0.62);
  background: rgba(41, 162, 104, 0.24);
}

.uf-office-areas__grid h3 {
  margin: 0 0 10px;
  color: var(--uf-color-white);
  font-family: var(--uf-font-body);
  font-size: 18px;
  font-weight: 700;
}

.uf-office-areas__grid p {
  margin-bottom: 21px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.uf-office-areas__grid a,
.uf-office-areas__grid span[aria-current] {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--uf-color-secondary-soft);
  font-size: 13px;
  font-weight: 700;
}

.uf-office-areas__grid a:hover {
  color: var(--uf-color-white);
}

.uf-office-areas__grid a:focus-visible {
  outline: 3px solid rgba(188, 235, 212, 0.5);
  outline-offset: 4px;
}

.uf-office-areas__grid svg {
  width: 17px;
  height: 17px;
}

.uf-office-switching__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(55px, 8vw, 115px);
}

.uf-office-switching__grid h2 {
  margin: 0 0 18px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.07;
}

.uf-office-switching__grid p:not(.uf-office-location__eyebrow) {
  color: var(--uf-color-muted);
}

.uf-office-switching__grid ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uf-office-switching__grid li {
  padding: 17px 0;
  border-bottom: 1px solid rgba(87, 69, 134, 0.13);
  color: var(--uf-color-primary-dark);
  font-weight: 700;
}

.uf-office-switching__grid li span {
  margin-right: 23px;
  color: var(--uf-color-secondary-dark);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.uf-office-faq {
  background: var(--uf-color-surface);
}

.uf-office-faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 100px);
}

.uf-office-faq__grid h2 {
  margin: 0 0 18px;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.07;
}

.uf-office-faq__grid > div:first-child > p:last-child {
  color: var(--uf-color-muted);
}

.uf-office-faq__grid > div:first-child > p:last-child a {
  color: var(--uf-color-primary);
  font-weight: 700;
}

.uf-office-faq__accordion details {
  margin-bottom: 10px;
  padding: 0 21px;
  border: 1px solid rgba(87, 69, 134, 0.13);
  border-radius: 9px;
  background: var(--uf-color-white);
}

.uf-office-faq__accordion details[open] summary > span:last-child {
  transform: rotate(45deg);
}

.uf-office-faq__accordion summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--uf-color-primary-dark);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.uf-office-faq__accordion summary::-webkit-details-marker {
  display: none;
}

.uf-office-faq__accordion summary:focus {
  outline: 0;
}

.uf-office-faq__accordion summary:focus-visible {
  border-radius: 5px;
  outline: 3px solid rgba(41, 162, 104, 0.3);
  outline-offset: 3px;
}

.uf-office-faq__accordion summary > span:last-child {
  flex: 0 0 auto;
  color: var(--uf-color-secondary-dark);
  font-size: 22px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.uf-office-faq__accordion p {
  margin: -2px 0 20px;
  color: var(--uf-color-muted);
  font-size: 14px;
}

.uf-office-final {
  padding: var(--uf-section-spacing) 0;
  color: var(--uf-color-white);
  background: radial-gradient(circle at 78% 30%, rgba(41, 162, 104, 0.22), transparent 28%), var(--uf-color-primary-dark);
  text-align: center;
}

.uf-office-final .container {
  max-width: 860px;
}

.uf-office-final h2 {
  margin: 0 0 18px;
  color: var(--uf-color-white);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.05;
  text-wrap: balance;
}

.uf-office-final > .container > p:not(.uf-office-location__eyebrow) {
  margin-bottom: 29px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
}

.uf-office-final > .container > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.uf-office-final__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--uf-color-white);
  font-size: 16px;
  font-weight: 700;
}

.uf-office-final__phone svg {
  width: 19px;
  height: 19px;
}

.uf-office-final__phone:hover {
  color: var(--uf-color-secondary-soft);
}

.uf-office-final__phone:focus-visible {
  outline: 3px solid rgba(41, 162, 104, 0.42);
  outline-offset: 4px;
}

@media (max-width: 1099.98px) {
  .uf-office-hero,
  .uf-office-hero__grid {
    min-height: 630px;
  }

  .uf-office-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 40px;
  }

  .uf-office-hero__content h1 {
    font-size: clamp(50px, 6.7vw, 72px);
  }

  .uf-office-services__grid,
  .uf-office-workplaces ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uf-office-service-card {
    min-height: 235px;
  }
}

@media (max-width: 767.98px) {
  .uf-office-breadcrumb {
    padding: 11px 0;
  }

  .uf-office-hero {
    min-height: 0;
    background-position: 62% center;
  }

  .uf-office-hero__shade {
    background: linear-gradient(180deg, rgba(33, 29, 47, 0.93) 0%, rgba(53, 42, 81, 0.88) 58%, rgba(33, 29, 47, 0.75) 100%);
  }

  .uf-office-hero__grid {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 58px;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .uf-office-hero__content h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .uf-office-hero__lead {
    font-size: 15px;
  }

  .uf-office-survey {
    max-width: 540px;
    padding: 26px 22px;
    backdrop-filter: none;
  }

  .uf-office-credentials ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .uf-office-credentials img {
    height: 58px;
  }

  .uf-office-section {
    padding: var(--uf-section-spacing-mobile, 68px) 0;
  }

  .uf-office-split,
  .uf-office-managed__grid,
  .uf-office-switching__grid,
  .uf-office-faq__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .uf-office-intro h2,
  .uf-office-managed__copy h2,
  .uf-office-heading h2,
  .uf-office-schedule h2,
  .uf-office-switching__grid h2,
  .uf-office-faq__grid h2 {
    font-size: 38px;
  }

  .uf-office-managed__grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .uf-office-managed__media img {
    min-height: 0;
    aspect-ratio: 4/3;
  }

  .uf-office-managed__experience {
    right: 14px;
    bottom: 16px;
  }

  .uf-office-managed__features {
    grid-template-columns: 1fr;
  }

  .uf-office-areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uf-office-areas__grid article {
    min-height: 195px;
  }

  .uf-office-final > .container > div {
    align-items: stretch;
    flex-direction: column;
  }

  .uf-office-final__phone {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .uf-office-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .uf-office-button {
    width: 100%;
  }

  .uf-office-hero__trust {
    display: grid;
    gap: 8px;
  }

  .uf-office-credentials span {
    display: none;
  }

  .uf-office-services__grid,
  .uf-office-workplaces ul,
  .uf-office-areas__grid {
    grid-template-columns: 1fr;
  }

  .uf-office-service-card {
    min-height: 0;
    padding: 25px;
  }

  .uf-office-workplaces ul li {
    min-height: 62px;
  }

  .uf-office-schedule dl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .uf-office-schedule dl > div {
    display: block;
  }

  .uf-office-schedule dd {
    margin-top: 3px;
    text-align: left;
  }

  .uf-office-areas__grid article {
    min-height: 0;
  }

  .uf-office-faq__accordion details {
    padding: 0 17px;
  }

  .uf-office-faq__accordion summary {
    min-height: 58px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uf-office-location *,
  .uf-office-location *::before,
  .uf-office-location *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

