@charset "UTF-8";
:root {
  --dental-primary: #176b68;
  --dental-primary-dark: #0e4e4c;
  --dental-primary-soft: #e3f2f0;
  --dental-secondary: #a9c8bd;
  --dental-accent: #d99d64;
  --dental-heading: #173837;
  --dental-text: #536665;
  --dental-muted: #7b8d8c;
  --dental-background: #fbfdfc;
  --dental-background-soft: #f1f7f5;
  --dental-white: #ffffff;
  --dental-border: #dce9e6;
  --dental-shadow-sm:
      0 10px 30px rgba(23, 56, 55, 0.07);
  --dental-shadow-lg:
      0 24px 70px rgba(23, 56, 55, 0.14);
  --dental-radius-sm: 14px;
  --dental-radius-md: 22px;
  --dental-radius-lg: 34px;
  --dental-transition:
      180ms ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--dental-background);
  color: var(--dental-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dental-heading);
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

a {
  color: var(--dental-primary);
}

img {
  max-width: 100%;
}

.content-section {
  padding: 7rem 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.section-title {
  margin-top: 0.8rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.14;
}

.section-heading p,
.section-lead {
  margin-top: 1.25rem;
  color: var(--dental-text);
  font-size: 1.08rem;
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--dental-primary);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-eyebrow__dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dental-accent);
  box-shadow: 0 0 0 6px rgba(217, 157, 100, 0.14);
}

.section-eyebrow--light {
  color: rgba(255, 255, 255, 0.85);
}

/* Fejléc */
.site-header {
  z-index: 1030;
  border-bottom: 1px solid rgba(220, 233, 230, 0.85);
  background: rgba(255, 255, 255, 0.91);
  backdrop-filter: blur(18px);
}

.dental-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--dental-heading);
  text-decoration: none;
}

.dental-brand:hover {
  color: var(--dental-heading);
}

.dental-brand__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--dental-primary);
  color: white;
  font-size: 1.25rem;
}

.dental-brand strong,
.dental-brand small {
  display: block;
  line-height: 1.15;
}

.dental-brand strong {
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
}

.dental-brand small {
  margin-top: 0.25rem;
  color: var(--dental-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar .nav-link {
  padding: 0.7rem 0.9rem !important;
  color: var(--dental-heading);
  font-size: 0.94rem;
  font-weight: 650;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--dental-primary);
}

/* Gombok */
.btn {
  border-radius: 999px;
  font-weight: 750;
  transition: transform var(--dental-transition), box-shadow var(--dental-transition), background-color var(--dental-transition), border-color var(--dental-transition);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dental-primary {
  border-color: var(--dental-primary);
  background: var(--dental-primary);
  color: white;
  box-shadow: 0 12px 24px rgba(23, 107, 104, 0.2);
}

.btn-dental-primary:hover,
.btn-dental-primary:focus {
  border-color: var(--dental-primary-dark);
  background: var(--dental-primary-dark);
  color: white;
  box-shadow: 0 16px 30px rgba(23, 107, 104, 0.27);
}

.btn-dental-outline {
  border: 1px solid var(--dental-border);
  background: white;
  color: var(--dental-heading);
}

.btn-dental-outline:hover,
.btn-dental-outline:focus {
  border-color: var(--dental-primary);
  background: var(--dental-primary-soft);
  color: var(--dental-primary-dark);
}

/* Hero */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 7.5rem;
  background: radial-gradient(circle at 10% 15%, rgba(169, 200, 189, 0.32), transparent 30%), linear-gradient(135deg, #fbfdfc 0%, #f2f8f6 55%, #eef7f5 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  margin-top: 1rem;
  font-size: clamp(3rem, 6vw, 5.15rem);
  line-height: 1.01;
}

.hero-title span {
  display: block;
  color: var(--dental-primary);
}

.hero-lead {
  max-width: 640px;
  margin-top: 1.6rem;
  color: var(--dental-text);
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  color: var(--dental-heading);
  font-size: 0.9rem;
  font-weight: 650;
}

.hero-reassurance div {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-reassurance i {
  color: var(--dental-primary);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-image-wrapper {
  position: relative;
  z-index: 2;
  height: 560px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-radius: 42% 42% 30px 30px;
  box-shadow: var(--dental-shadow-lg);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 270px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--dental-shadow-sm);
  backdrop-filter: blur(14px);
}

.hero-floating-card--top {
  top: 44px;
  left: -38px;
}

.hero-floating-card--bottom {
  right: -30px;
  bottom: 44px;
}

.floating-card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--dental-primary-soft);
  color: var(--dental-primary);
  font-size: 1.2rem;
}

.hero-floating-card strong,
.hero-floating-card small {
  display: block;
}

.hero-floating-card strong {
  color: var(--dental-heading);
  font-size: 0.9rem;
}

.hero-floating-card small {
  color: var(--dental-muted);
  font-size: 0.75rem;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
}

.hero-shape--one {
  top: 8%;
  right: -10%;
  width: 270px;
  height: 270px;
  background: rgba(169, 200, 189, 0.35);
}

.hero-shape--two {
  bottom: -5%;
  left: -8%;
  width: 180px;
  height: 180px;
  border: 28px solid rgba(217, 157, 100, 0.15);
}

/* Bizalmi sáv */
.trust-section {
  position: relative;
  z-index: 3;
  margin-top: -3rem;
}

.trust-panel {
  overflow: hidden;
  border: 1px solid var(--dental-border);
  border-radius: var(--dental-radius-md);
  background: white;
  box-shadow: var(--dental-shadow-sm);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 120px;
  padding: 1.5rem;
  border-right: 1px solid var(--dental-border);
}

.trust-item i {
  color: var(--dental-primary);
  font-size: 1.65rem;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  color: var(--dental-heading);
  font-size: 0.92rem;
}

.trust-item span {
  margin-top: 0.25rem;
  color: var(--dental-muted);
  font-size: 0.79rem;
}

/* Kezeléskártyák */
.treatments-section {
  background: var(--dental-background);
}

.treatment-card {
  padding: 2rem;
  border: 1px solid var(--dental-border);
  border-radius: var(--dental-radius-md);
  background: white;
  box-shadow: 0 10px 35px rgba(23, 56, 55, 0.04);
  transition: transform var(--dental-transition), box-shadow var(--dental-transition), border-color var(--dental-transition);
}

.treatment-card:hover {
  transform: translateY(-7px);
  border-color: rgba(23, 107, 104, 0.35);
  box-shadow: var(--dental-shadow-sm);
}

.treatment-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 1.5rem;
  border-radius: 19px;
  background: var(--dental-primary-soft);
  color: var(--dental-primary);
  font-size: 1.55rem;
}

.treatment-card h3 {
  font-size: 1.3rem;
}

.treatment-card p {
  color: var(--dental-text);
}

.treatment-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--dental-primary);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

/* Megelőzés */
.prevention-section {
  background: var(--dental-background-soft);
}

.prevention-image {
  position: relative;
  min-height: 620px;
}

.prevention-image img {
  width: 92%;
  height: 620px;
  object-fit: cover;
  border-radius: var(--dental-radius-lg);
  box-shadow: var(--dental-shadow-lg);
}

.prevention-stat-card {
  position: absolute;
  right: 0;
  bottom: 40px;
  max-width: 300px;
  padding: 1.5rem;
  border-radius: 22px;
  background: var(--dental-primary);
  color: white;
  box-shadow: 0 18px 45px rgba(23, 107, 104, 0.28);
}

.prevention-stat-card strong,
.prevention-stat-card span {
  display: block;
}

.prevention-stat-card strong {
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
}

.prevention-stat-card span {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.9rem;
}

.prevention-list {
  margin-top: 2rem;
}

.prevention-list__item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--dental-border);
}

.prevention-list__item > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: white;
  color: var(--dental-primary);
  box-shadow: var(--dental-shadow-sm);
}

.prevention-list__item h3 {
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
}

.prevention-list__item p {
  margin: 0;
  font-size: 0.92rem;
}

/* Folyamat */
.process-section {
  background: white;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.process-card {
  position: relative;
  min-height: 290px;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid var(--dental-border);
  border-radius: var(--dental-radius-md);
  background: var(--dental-background);
}

.process-card__number {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(23, 107, 104, 0.09);
  font-family: Manrope, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.process-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 3rem;
  border-radius: 18px;
  background: var(--dental-primary);
  color: white;
  font-size: 1.4rem;
}

.process-card h3 {
  font-size: 1.2rem;
}

.process-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

/* Csapat */
.team-section {
  background: var(--dental-background-soft);
}

.team-card {
  overflow: hidden;
  border: 1px solid var(--dental-border);
  border-radius: var(--dental-radius-md);
  background: white;
  box-shadow: 0 12px 35px rgba(23, 56, 55, 0.05);
}

.team-card__image-wrapper {
  height: 390px;
  overflow: hidden;
}

.team-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.team-card:hover .team-card__image {
  transform: scale(1.035);
}

.team-card__body {
  padding: 1.6rem;
}

.team-card__role {
  color: var(--dental-primary);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card h3 {
  margin-top: 0.4rem;
  font-size: 1.35rem;
}

.team-card p {
  min-height: 3.5rem;
  font-size: 0.92rem;
}

.team-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

/* Időpontkérés */
.appointment-section {
  padding: 6rem 0;
  background: white;
}

.appointment-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: var(--dental-radius-lg);
  background: radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.13), transparent 25%), var(--dental-primary);
  color: white;
  box-shadow: 0 28px 75px rgba(23, 107, 104, 0.24);
}

.appointment-panel h2 {
  max-width: 650px;
  margin-top: 1rem;
  color: white;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.appointment-panel p {
  color: rgba(255, 255, 255, 0.79);
  font-size: 1.05rem;
}

.appointment-contact {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2rem;
}

.appointment-contact a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.appointment-form {
  padding: 2rem;
  border-radius: var(--dental-radius-md);
  background: white;
  color: var(--dental-text);
  box-shadow: var(--dental-shadow-lg);
}

.appointment-form .form-label {
  color: var(--dental-heading);
  font-size: 0.84rem;
  font-weight: 750;
}

.appointment-form .form-control {
  min-height: 48px;
  border-color: var(--dental-border);
  border-radius: 12px;
  background: #fbfdfc;
}

.appointment-form textarea.form-control {
  min-height: 110px;
}

.appointment-form .form-control:focus {
  border-color: var(--dental-primary);
  box-shadow: 0 0 0 0.22rem rgba(23, 107, 104, 0.14);
}

/* Cikkek */
.articles-section {
  background: var(--dental-background);
}

.article-card {
  overflow: hidden;
  border: 1px solid var(--dental-border);
  border-radius: var(--dental-radius-md);
  background: white;
}

.article-card__image-link {
  display: block;
  height: 240px;
  overflow: hidden;
}

.article-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.article-card:hover .article-card__image {
  transform: scale(1.045);
}

.article-card__body {
  padding: 1.6rem;
}

.article-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--dental-muted);
  font-size: 0.74rem;
}

.article-card__meta span {
  color: var(--dental-primary);
  font-weight: 800;
  text-transform: uppercase;
}

.article-card h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.35;
}

.article-card h3 a {
  color: var(--dental-heading);
  text-decoration: none;
}

.article-card p {
  font-size: 0.9rem;
}

.article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

/* Kapcsolat */
.contact-section {
  padding-top: 3rem;
  background: var(--dental-background-soft);
}

.contact-panel {
  overflow: hidden;
  border: 1px solid var(--dental-border);
  border-radius: var(--dental-radius-lg);
  background: white;
  box-shadow: var(--dental-shadow-sm);
}

.contact-panel__content {
  padding: clamp(2rem, 5vw, 4rem);
}

.contact-panel__content h2 {
  margin-top: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-top: 2rem;
}

.contact-list__item {
  display: flex;
  gap: 1rem;
}

.contact-list__item > i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--dental-primary-soft);
  color: var(--dental-primary);
}

.contact-list__item strong,
.contact-list__item span,
.contact-list__item a {
  display: block;
}

.contact-list__item strong {
  color: var(--dental-heading);
  font-size: 0.86rem;
}

.contact-list__item span,
.contact-list__item a {
  margin-top: 0.1rem;
  color: var(--dental-text);
  font-size: 0.9rem;
  text-decoration: none;
}

.contact-map {
  position: relative;
  min-height: 100%;
  background: var(--dental-primary-soft);
}

.contact-map iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
}

.contact-map__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(227, 242, 240, 0.93), rgba(227, 242, 240, 0.93));
  color: var(--dental-heading);
  text-align: center;
}

.contact-map__placeholder i {
  margin-bottom: 1rem;
  color: var(--dental-primary);
  font-size: 3rem;
}

.contact-map__placeholder span {
  color: var(--dental-muted);
}

/* Lábléc */
.site-footer {
  padding: 5rem 0 2rem;
  background: #102e2d;
  color: rgba(255, 255, 255, 0.7);
}

.dental-brand--footer strong {
  color: white;
}

.dental-brand--footer small {
  color: rgba(255, 255, 255, 0.54);
}

.footer-intro {
  max-width: 420px;
  margin-top: 1.5rem;
}

.footer-heading {
  margin-bottom: 1.2rem;
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links,
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.7rem;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: white;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.site-footer hr {
  margin: 3rem 0 1.5rem;
  border-color: rgba(255, 255, 255, 0.12);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

/* Mobil hívásgomb */
.mobile-call-button {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--dental-primary);
  color: white;
  font-size: 1.35rem;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(23, 107, 104, 0.34);
}

/* Reszponzív */
@media (max-width: 1199.98px) {
  .hero-floating-card--top {
    left: 15px;
  }
  .hero-floating-card--bottom {
    right: 15px;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .content-section {
    padding: 5rem 0;
  }
  .hero-section {
    padding: 4.5rem 0 6rem;
  }
  .hero-visual {
    min-height: 500px;
  }
  .hero-image-wrapper {
    height: 500px;
  }
  .trust-item {
    border-bottom: 1px solid var(--dental-border);
  }
  .prevention-image {
    min-height: 530px;
  }
  .prevention-image img {
    width: 95%;
    height: 530px;
  }
  .contact-map iframe {
    min-height: 430px;
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 3.1rem;
  }
  .hero-visual,
  .hero-image-wrapper {
    min-height: 420px;
    height: 420px;
  }
  .hero-floating-card {
    max-width: 235px;
    padding: 0.8rem;
  }
  .hero-floating-card--top {
    top: 20px;
    left: 10px;
  }
  .hero-floating-card--bottom {
    right: 10px;
    bottom: 20px;
  }
  .trust-item {
    min-height: 150px;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-card {
    min-height: auto;
  }
  .process-card__icon {
    margin-bottom: 1.5rem;
  }
  .prevention-image {
    min-height: 470px;
  }
  .prevention-image img {
    width: 100%;
    height: 470px;
  }
  .prevention-stat-card {
    right: 15px;
    bottom: 20px;
    left: 15px;
    max-width: none;
  }
  .team-card__image-wrapper {
    height: 340px;
  }
  .appointment-panel {
    border-radius: 25px;
  }
  .appointment-form {
    padding: 1.25rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/scss/dental-home.css%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;EACA;EACA;EAEA;AAAA;EAGA;AAAA;EAGA;EACA;EACA;EAEA;AAAA;;;AAIJ;EACI;;;AAGJ;EACI;EACA;EACA,aACI;EAMJ;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA,aACI;EAIJ;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,YACI;;;AAGR;EACI;;;AAGJ;AAEA;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;AAEA;EACI;EACA;EACA,YACI;;;AAMR;EACI;;;AAGJ;EACI;EACA;EACA;EACA,YACI;;;AAGR;AAAA;EAEI;EACA;EACA;EACA,YACI;;;AAGR;EACI;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;;;AAGJ;AAEA;EACI;EACA;EACA;EACA,YACI;;;AAaR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,eACI;EACJ;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AAEA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,YACI;;;AAKR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAEA;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YACI;;;AAGR;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAEA;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,YACI;EAMJ;EACA,YACI;;;AAGR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA,YACI;;;AAGR;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAEA;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;EAGI;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YACI;EAIJ;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;AAEA;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YACI;;;AAGR;AAEA;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;AAAA;IAEI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;AAAA;AAAA;IAGI;IACA;IACA%22,%22file%22:%22app-7d1043473d.output.css%22%7D */
