@font-face {
  font-family: "PP Mori Regular";
  src: url(/_next/static/media/PPMori-Regular.5ce3ab27.ttf);
}

@font-face {
  font-family: "PP Mori Medium";
  src: url(/_next/static/media/PPMori-Medium.ac28c19f.ttf);
}

@font-face {
  font-family: "PP Mori SemiBold";
  src: url(/_next/static/media/PPMori-SemiBold.b3d41947.ttf);
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: unset;
  text-align: center;
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  font-family: var(--font-mori);
  font-weight: var(--checkbox-group-font-weight);
  height: 44px;
  padding: 0px var(--spacing-M, 16px);
  gap: var(--spacing-XS, 8px);
  align-self: stretch;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.button--primary {
  color: var(--components-button-core-consumer-primary-default-text, #fff);
  font-style: normal;
  line-height: 160%;
  /* 28.8px */
  background: var(
    --components-button-core-consumer-primary-default-background,
    #7b40d5
  );
}

.button--border {
  border-radius: 8px;
  border-top: 1px solid
    var(--components-button-core-consumer-secondary-default-border, #333);
  border-right: 1px solid
    var(--components-button-core-consumer-secondary-default-border, #333);
  border-bottom: 3px solid
    var(--components-button-core-consumer-secondary-default-border, #333);
  border-left: 1px solid
    var(--components-button-core-consumer-secondary-default-border, #333);
}

.button--disabled {
  opacity: 0.3;
}

.button--no-border {
  border-radius: unset;
  border: unset;
}

.button--primary.button--border {
  border-width: 0;
  border-bottom: 3px solid
    var(
      --components-button-core-consumer-primary-default-border,
      rgba(0, 0, 0, 0.6)
    );
}

.button--secondary {
  color: #000;
  font-style: normal;
  line-height: 100%;
  /* 18px */
}

.button--neutral {
  color: var(--components-button-core-consumer-secondary-default-text, #333);
  font-style: normal;

  line-height: 160%;
  /* 28.8px */
}

.buton-icon {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}

@media (min-width: 414px) {
  .button {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .button {
    display: flex;
    height: 56px;
    padding: 0px var(--spacing-L, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-XS, 8px);
    align-self: stretch;
  }
}

@font-face {
  font-family: "PP Mori Medium";
  src: url(/_next/static/media/PPMori-Medium.ac28c19f.ttf);
}

@font-face {
  font-family: "PP Mori SemiBold";
  src: url(/_next/static/media/PPMori-SemiBold.b3d41947.ttf);
}

@font-face {
  font-family: "PP Mori Bold";
  src: url(/_next/static/media/PPMori-Bold.b73078ad.ttf);
}

.help-menu-action:hover {
  background: var(--surface-brand-purple-subtle, #f2f0fb);
  cursor: pointer;
}

.help-menu-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;

  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  line-clamp: 2;
  align-self: stretch;
}

.help-menu-title {
  display: flex;
  min-height: 50px;
  padding: var(--spacing-S, 12px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.help-menu-title-box {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--components-button-core-consumer-secondary-default-text, #333);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  text-overflow: ellipsis;
  font-family: var(--font-mori);
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 120%;
  /* 24px */
}

.help-menu-metadata {
  display: flex;
  padding: var(--spacing-S, 12px) var(--spacing-S, 12px) var(--spacing-XS, 8px)
    var(--spacing-S, 12px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-2XS, 4px);
  align-self: stretch;
}

.help-menu-metadata-call {
  align-self: stretch;
  color: var(--Neutral-Black, #181818);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  font-family: var(--font-mori);
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  /* 16.8px */
}

.help-menu-metadata-call > strong {
  font-family: var(--font-mori);
  font-weight: 600;
}

.help-menu-metadata-phone {
  display: flex;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: var(--Neutral-Black, #181818);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  font-family: var(--font-mori);
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  /* 21.6px */
}

.help-menu-metadata-times {
  align-self: stretch;
  color: #000;
  font-feature-settings:
    "dlig" on,
    "ss02" on;
  font-family: var(--font-mori);
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  /* 19.6px */
}

.help-menu-email-container {
  display: flex;
  padding: var(--spacing-S, 12px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-2XS, 4px);
  align-self: stretch;
}

.help-menu-email {
  color: var(--Neutral-Black, #181818);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  font-family: var(--font-mori);
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  /* 14px */
  align-self: stretch;
}

.help-menu-email-value {
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: var(--Neutral-Black, #181818);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  font-family: var(--font-mori);
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  /* 18px */
}

.help-menu-documents-info {
  display: flex;
  padding: 8px 0 24px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid var(--surface-brand-purple-soft, #eaddff);
}

.helpfull-title {
  display: flex;
  min-height: 50px;
  padding: var(--spacing-S, 12px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.helpfull-title-box {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--components-button-core-consumer-secondary-default-text, #333);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  text-overflow: ellipsis;
  font-family: var(--font-mori);
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 120%;
  /* 24px */
}

.helpfull-menu-document-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.helpfull-document {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.helpfull-document-text {
  color: var(--Neutral-Black, #181818);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  font-family: var(--font-mori);
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  /* 14px */
  flex: 1 0 0;
}

@media (max-width: 768px) {
  .help-menu-title-box {
    font-size: 16px;
  }

  .help-menu-email-value {
    font-size: 16px;
  }

  .helpfull-title-box {
    font-size: 16px;
  }
}

.tooltip-base {
  display: flex;
  width: 300px;
  max-width: 300px;
  justify-content: center;
  border-radius: var(--spacing-XS, 8px);
  padding-top: var(--spacing-S, 12px);
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: white;
  z-index: 1000;
}

.tooltip-arrow {
  position: absolute;
  z-index: 10;
}

.tooltip-arrow--left {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip-arrow--right {
  right: -10px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
}

.tooltip-arrow--top {
  top: -15px;
  left: 50%;
  transform: rotate(90deg) translateY(50%);
}

.tooltip-arrow--top-end {
  top: -15px;
  right: 25px;
  transform: rotate(90deg);
}

.tooltip-arrow--bottom {
  bottom: -15px;
  left: 50%;
  transform: rotate(-90deg) translateY(-50%);
}

.tooltip-arrow--none {
  display: none;
}
@font-face {
  font-family: "PP Mori Medium";
  src: url(/_next/static/media/PPMori-Medium.ac28c19f.ttf);
}

@font-face {
  font-family: "PP Mori SemiBold";
  src: url(/_next/static/media/PPMori-SemiBold.b3d41947.ttf);
}

.tooltip-title-container {
  display: flex;
  min-height: 50px;
  padding: var(--spacing-S, 12px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--Radius-xs, 8px) var(--Radius-xs, 8px) 0 0;
}

.tooltip-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--components-button-core-consumer-secondary-default-text, #333);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  text-overflow: ellipsis;
  font-family: var(--font-mori);
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 120%; /* 24px */
}

.tooltip-image {
  height: 205px;
  align-self: stretch;
  width: 300.265px;
  flex-shrink: 0;
  aspect-ratio: 300.26/205;
  background: lightgray 50% / cover no-repeat;
}

.tooltip-metadata {
  display: flex;
  padding: var(--spacing-S, 12px) var(--spacing-S, 12px) var(--spacing-L, 24px)
    var(--spacing-S, 12px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-XL, 32px);
  align-self: stretch;
  border-radius: 0 0 var(--Radius-xs, 8px) var(--Radius-xs, 8px);
}

.tooltip-text {
  align-self: stretch;
  color: var(--components-button-core-consumer-secondary-default-text, #333);
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;
  font-family: var(--font-mori);
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 140%; /* 19.6px */
}

.tooltip-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.tooltip-footer-text {
  color: #000;
  text-align: center;
  font-feature-settings:
    "dlig" on,
    "ss02" on,
    "ss03" on;

  /* Desktop/Body 1 (SB) */
  font-family: var(--font-mori);
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 160%; /* 28.8px */
}

.tooltip-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}

.tooltip-actions-optional {
  display: flex;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tooltip-actions-primary {
  display: flex;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tooltip-actions .button {
  padding: 0 16px;
}

.central-layout {
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}

.central-layout-body {
  display: flex;
  padding: 0px var(--spacing-XL, 32px);
  align-items: flex-start;
  gap: var(--spacing-S, 12px);
  flex-shrink: 0;
  align-self: stretch;
  background: var(--surface-brand-purple-subtle, #f2f0fb);
  flex: 1;
  overflow: auto;
}

.central-layout-body-mobile {
  display: flex;
  padding: 0px;
  align-items: flex-start;
  gap: var(--spacing-S, 12px);
  flex-shrink: 0;
  align-self: stretch;
  background: var(--surface-brand-purple-subtle, #f2f0fb);
  flex: 1;
  overflow: auto;
}
@media (max-width: 768px) {
  .offline-container {
    width: 150px;
    height: unset;
  }
}

