.section-shell {
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 1024px) {
  .section-shell {
    padding-left: 48px;
    padding-right: 48px;
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  background: #fff;
}

h1, h2, h3, h4, .font-raleway {
  font-family: "Raleway", system-ui, sans-serif;
}

h2 {
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

.page {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (min-width: 1024px) {
  main {
    gap: 200px;
  }
}

.clinic__title,
.accordions-block__title,
.team-block__title {
  margin: 0 0 48px;
}

/* ---------- Desktop header ---------- */
.site-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .site-header {
    display: block;
  }
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header__logo img {
  display: block;
  height: 64px;
  width: auto;
}
.site-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #002f6d;
}
.site-header__nav a {
  text-decoration: none;
  white-space: nowrap;
}
.site-header__nav a:hover {
  opacity: 0.85;
}

/* ---------- Mobile top bar ---------- */
.mobile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
@media (min-width: 1024px) {
  .mobile-bar {
    display: none;
  }
}
.mobile-bar__logo img {
  height: 48px;
  width: auto;
}
.mobile-bar__menu {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.mobile-bar__menu span {
  display: block;
  height: 2px;
  background: #002f6d;
  border-radius: 1px;
}

/* ---------- Mobile menu overlay ---------- */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s;
}
.menu-overlay.is-open {
  visibility: visible;
  opacity: 1;
}
.menu-overlay__bg {
  position: absolute;
  inset: 0;
  background: #fff url("../assets/hero-mobile.jpg") center/cover no-repeat;
  filter: blur(12px);
  transform: scale(1.05);
}
.menu-overlay__scrim {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.menu-overlay__panel {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 18px 24px;
  min-height: 100vh;
}
.menu-overlay__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}
.menu-overlay__logo img {
  height: 56px;
  width: auto;
}
.menu-overlay__close {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #002f6d;
  cursor: pointer;
  padding: 0;
}
.menu-overlay__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #002f6d;
}
.menu-overlay__nav a {
  text-decoration: none;
  padding: 20px 0;
  border-bottom: 1px solid #002f6d;
}
.menu-overlay__nav a:hover {
  opacity: 0.8;
}
.menu-overlay__foot {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #002f6d;
  margin-top: auto;
  padding-top: 32px;
}

/* ---------- Hero (Owl Carousel) ---------- */
.hero {
  position: relative;
}
.hero__carousel {
  height: 600px;
}
@media (min-width: 1024px) {
  .hero__carousel {
    height: 100vh;
    max-height: 100vh;
  }
}
.hero__carousel.owl-carousel .owl-stage-outer, .hero__carousel.owl-carousel .owl-stage, .hero__carousel.owl-carousel .owl-item {
  height: 100%;
}
.hero__carousel.owl-carousel .owl-item {
  overflow: hidden;
}
.hero__carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 18px;
  top: auto;
  transform: none;
  z-index: 4;
  margin: 0;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  line-height: 0;
}
@media (min-width: 1024px) {
  .hero__carousel .owl-dots {
    right: max(48px, 50vw - 704px + 48px);
  }
}
.hero__carousel .owl-dot {
  display: block;
  margin: 0;
}
.hero__carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9) !important;
  transition: width 0.25s ease, height 0.25s ease, border-radius 0.25s ease, background-color 0.2s ease;
}
.hero__carousel .owl-dot.active span {
  width: 32px;
  height: 10px;
  border-radius: 999px;
  background: #fff !important;
  background-color: #fff !important;
}
.hero__carousel .owl-dot:hover:not(.active) span {
  background: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.hero__carousel.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}
.hero__slide {
  position: relative;
  height: 600px;
}
@media (min-width: 1024px) {
  .hero__slide {
    height: 100vh;
    max-height: 100vh;
  }
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

/* ---------- Sections ---------- */
.section {
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 1024px) {
  .section {
    padding-left: max(48px, (100vw - 1312px) / 2);
    padding-right: max(48px, (100vw - 1312px) / 2);
  }
}
.section__title {
  margin: 0 0 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .section__title {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .section__title--clinic {
    font-size: 48px;
  }
}

.clinic {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .clinic {
    display: grid;
    grid-template-columns: 770px minmax(0, 1fr);
    column-gap: 48px;
    row-gap: 0;
    align-items: start;
  }
}
.clinic__text {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.clinic__title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .clinic__title {
    font-size: 48px;
  }
}
.clinic__subtitle {
  margin: 0 0 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .clinic__subtitle {
    font-size: 36px;
  }
}
.clinic__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
@media (min-width: 1024px) {
  .clinic__lead {
    font-size: 18px;
  }
}
.clinic__icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 48px 60px;
  max-width: 320px;
  margin: 48px auto 0;
  justify-items: center;
}
@media (min-width: 1024px) {
  .clinic__icons {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    width: 100%;
    gap: 24px 32px;
    margin: 0;
    justify-items: center;
    align-self: start;
  }
}
.clinic__icon-item {
  width: 100%;
  max-width: 160px;
  text-align: center;
}
@media (min-width: 1024px) {
  .clinic__icon-item {
    max-width: 200px;
    padding: 24px;
  }
}
.clinic__icon-item img {
  width: 63px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .clinic__icon-item img {
    width: 79px;
    height: 80px;
  }
}
.clinic__icon-item span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .clinic__icon-item span {
    font-size: 20px;
  }
}

/* ---------- Gallery ---------- */
@media (min-width: 1024px) {
  .gallery {
    display: grid;
    grid-template-columns: minmax(0, 467fr) minmax(0, 805fr);
    grid-template-rows: 460px 460px;
    gap: 40px;
    align-items: stretch;
  }
}
.gallery__cell {
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .gallery__cell {
    margin-bottom: 0;
  }
}
.gallery__cell img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .gallery__cell img {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .gallery__cell--tall img {
    height: 100%;
    min-height: 460px;
  }
}
@media (min-width: 1024px) {
  .gallery__cell:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .gallery__cell:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .gallery__cell:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .gallery__cell:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}

/* ---------- Accordions (Consultas / Exames) ---------- */
.accordions-block__title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .accordions-block__title {
    font-size: 48px;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.accordion__item {
  border-bottom: 1px solid #002f6d;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .accordion__item {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-family: "Inter", sans-serif;
  color: inherit;
}
.accordion__label {
  flex: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .accordion__label {
    font-size: 32px;
    line-height: 48px;
  }
}
.accordion__toggle {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .accordion__toggle {
    width: 47px;
    height: 47px;
  }
}
.accordion__toggle-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease;
}
.accordion__toggle-img--minus {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.accordion__item.is-open .accordion__toggle-img--plus {
  opacity: 0;
}
.accordion__item.is-open .accordion__toggle-img--minus {
  opacity: 1;
}
.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .accordion__panel {
    font-size: 16px;
    max-width: 900px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion__panel {
    transition-duration: 0.01ms;
  }
}
.accordion__item.is-open .accordion__panel {
  grid-template-rows: 1fr;
}
.accordion__panel-inner {
  overflow: hidden;
  min-height: 0;
  padding-top: 16px;
}
.accordion__panel-inner p {
  margin: 0 0 12px;
}

/* ---------- Team ---------- */
.team-block__title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .team-block__title {
    font-size: 48px;
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.filters__btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 16px;
  border-radius: 40px;
  border: 2px solid #c9dce9;
  background: #fff;
  color: #002f6d;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .filters__btn {
    font-size: 14px;
  }
}
.filters__btn:hover {
  opacity: 0.9;
}
.filters__btn.is-active {
  background: #c9dce9;
  border-color: #c9dce9;
}

.team-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.team-row {
  border-bottom: 1px solid #002f6d;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .team-row {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.team-row:last-child {
  margin-bottom: 0;
}
.team-row.is-hidden {
  display: none;
}
.team-row__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-family: "Inter", sans-serif;
  color: inherit;
}
.team-row__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .team-row__left {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.team-row__name {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .team-row__name {
    font-size: 32px;
    line-height: 48px;
    white-space: nowrap;
  }
}
.team-row__tag {
  display: inline-flex;
  align-self: flex-start;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #585858;
  background: #efefef;
  padding: 8px 12px;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .team-row__tag {
    font-size: 12px;
    padding: 12px;
  }
}
.team-row__toggle {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .team-row__toggle {
    width: 47px;
    height: 47px;
  }
}
.team-row__toggle-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease;
}
.team-row__toggle-img--minus {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.team-row.is-open .team-row__toggle-img--plus {
  opacity: 0;
}
.team-row.is-open .team-row__toggle-img--minus {
  opacity: 1;
}
.team-row__panel {
  display: none;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  max-width: 900px;
}
.is-open .team-row__panel {
  display: block;
}

/* ---------- Protocolos (partners) — Figma 8048:733 ---------- */
.partners {
  background: #c9dce9;
  padding-top: 100px;
  padding-bottom: 100px;
}
.partners__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}
@media (min-width: 1024px) {
  .partners__inner {
    gap: 64px;
  }
}
.partners__title {
  margin: 0;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .partners__title {
    font-size: 48px;
  }
}
.partners__logos {
  width: 100%;
}
@media (max-width: 1023px) {
  .partners__logos {
    overflow: hidden;
    margin-left: 0;
    margin-right: -18px;
  }
}
@media (min-width: 1024px) {
  .partners__logos {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
}
.partners__logos-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  .partners__logos-desktop {
    display: none;
  }
}
.partners__logos-marquee {
  display: none;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .partners__logos-marquee {
    display: block;
  }
}
.partners__logos-view {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 12px, #000 calc(100% - 12px), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}
@media (prefers-reduced-motion: reduce) {
  .partners__logos-view {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.partners__logos-track {
  display: flex;
  width: max-content;
  animation: partners-marquee 45s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .partners__logos-track {
    animation: none;
  }
}
.partners__logos-strip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  padding-right: 32px;
  box-sizing: content-box;
}
.partners__logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  row-gap: 40px;
  width: 100%;
  max-width: 100%;
}
.partners__mark {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

@keyframes partners-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ---------- Footer — desktop Figma 8048:921, mobile Figma 8048:585 ---------- */
.footer {
  margin-top: calc(48px - 120px);
  padding-top: 70px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .footer {
    margin-top: calc(48px - 200px);
  }
}
.footer__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}
@media (min-width: 1024px) {
  .footer__body {
    flex-direction: row;
    align-items: center;
    gap: 65px;
  }
}
.footer__lead {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .footer__lead {
    flex-direction: row;
    align-items: stretch;
    gap: clamp(48px, 15vw, 265px);
  }
}
.footer__col-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 54px;
  width: 100%;
  max-width: none;
}
@media (min-width: 1024px) {
  .footer__col-nav {
    justify-content: space-between;
    max-width: 242px;
    flex-shrink: 0;
    gap: 0;
  }
}
.footer__col-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.footer__block--morada {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .footer__block--morada {
    gap: 24px;
  }
}
.footer__block--contactos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: none;
}
@media (min-width: 1024px) {
  .footer__block--contactos {
    gap: 20px;
    max-width: 273px;
  }
}
.footer__morada-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .footer__morada-top {
    gap: 20px;
  }
}
.footer__block-title {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .footer__block-title {
    font-size: 20px;
  }
}
.footer__address {
  margin: 0;
  max-width: 143px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  font-style: normal;
  color: #444;
}
@media (min-width: 1024px) {
  .footer__address {
    max-width: 198px;
    font-size: 18px;
  }
}
.footer__address-m {
  display: block;
}
@media (min-width: 1024px) {
  .footer__address-m {
    display: none;
  }
}
.footer__address-d {
  display: none;
}
@media (min-width: 1024px) {
  .footer__address-d {
    display: block;
  }
}
.footer__contact-lines {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #444;
}
@media (min-width: 1024px) {
  .footer__contact-lines {
    font-size: 18px;
  }
}
.footer__contact-lines a {
  color: inherit;
  text-decoration: none;
}
.footer__phone {
  margin: 0;
  line-height: 1;
}
.footer__phone-note {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.footer__email-line {
  margin: 0;
}
.footer__map {
  flex-shrink: 0;
  width: fit-content;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .footer__map {
    margin-left: auto;
  }
}
.footer__map-frame {
  position: relative;
  display: block;
  width: 467px;
  max-width: 100%;
  aspect-ratio: 467 / 272;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.footer__map-embed {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.footer__map-link {
  align-self: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #002f6d;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .footer__map-link {
    font-size: 16px;
  }
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  width: auto;
  min-width: 0;
}
@media (min-width: 1024px) {
  .footer__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.footer__links a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #002f6d;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .footer__links a {
    font-size: 20px;
  }
  .footer__links a:nth-child(1) {
    order: 1;
  }
  .footer__links a:nth-child(2) {
    order: 5;
  }
  .footer__links a:nth-child(3) {
    order: 4;
  }
  .footer__links a:nth-child(4) {
    order: 3;
  }
  .footer__links a:nth-child(5) {
    order: 2;
  }
  .footer__links a:nth-child(6) {
    order: 6;
  }
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footer__social a {
  display: inline-block;
  line-height: 0;
}
.footer__social img {
  height: 32px;
  width: auto;
}
@media (min-width: 1024px) {
  .footer__social img {
    height: 24px;
  }
}
.footer__bottom {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 1024px) {
  .footer__bottom {
    margin-top: 48px;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
  }
}
.footer__bottom-trail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  gap: 16px;
}
@media (min-width: 1024px) {
  .footer__bottom-trail {
    align-items: center;
    flex: 0 0 auto;
    width: 466px;
    max-width: 100%;
  }
}
.footer__terms {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: normal;
  color: #002f6d;
  text-decoration: underline;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .footer__terms {
    font-size: 12px;
  }
}
.footer__copy {
  margin: 0;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: normal;
  color: #002f6d;
  text-align: left;
}
@media (min-width: 1024px) {
  .footer__copy {
    width: auto;
    flex: 0 1 auto;
    font-size: 12px;
  }
}
.footer__credit {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: normal;
  color: #002f6d;
}
@media (min-width: 1024px) {
  .footer__credit {
    align-items: center;
    font-size: 12px;
  }
}
.footer__credit a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  color: inherit;
  text-decoration: none;
}
.footer__credit img {
  height: 7px;
  width: auto;
  max-width: 38px;
}
@media (min-width: 1024px) {
  .footer__credit img {
    height: 10px;
    max-width: 58px;
  }
}

body.menu-open {
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
