/* stylelint-disable selector-class-pattern */
.Zscz9qtC5h2LDAgoEQlNKQ\=\= {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-tertiary);
  border-radius: 4px;
}

.luwbaPQSArq8ZzoFjyCEyQ\=\= {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}

.KGu8jgj0-VThGzR9rBYn5g\=\= {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: var(--content-primary-a);
  cursor: pointer;
}

.iy37zT\+jjUIgCpDES6c2Ow\=\= {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.eIkLfTiT2ME62S-qXwgzHg\=\= {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.eIkLfTiT2ME62S-qXwgzHg\=\= svg {
  width: 16px;
  height: 16px;
  margin: 8px;
}

.SdM\+Wq5pXDWrwuCmhpvFjg\=\= {
  width: 16px;
  height: 16px;
  transition: 0.2s ease-in-out;
}

.KGu8jgj0-VThGzR9rBYn5g\=\=[aria-expanded='true'] .SdM\+Wq5pXDWrwuCmhpvFjg\=\= {
  transform: rotateZ(180deg);
}

.-LoJTRlxqwc3xjYIuEt5fw\=\= {
  overflow: hidden;
  color: var(--content-primary-a);
}

.mDIMgfB3pcmE-UAOcJ-TEQ\=\= {
  padding: 16px 0;
}

@media (prefers-reduced-motion) {
  .SdM\+Wq5pXDWrwuCmhpvFjg\=\= {
    transition: none;
  }
}

.lNmVXj64GjUjm7ztyRdphw\=\= {
  color: var(--content-secondary);
}

[data-invalid] .lNmVXj64GjUjm7ztyRdphw\=\= {
  display: none;
}

/* stylelint-disable selector-class-pattern */
.oaavnM5YYEFnBcyH1AQfLA\=\= {
  padding: calc(8px - 1px) calc(12px - 1px);
  font-size: var(--body-1-font-size);
  font-weight: var(--body-1-font-weight);
  line-height: 24px;
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  border: 1px solid var(--border-secondary);
  border-radius: 4px;
  transition: border-color 0.5s;

  &::placeholder {
    line-height: 24px;
    color: var(--content-tertiary);
    opacity: 1;
  }

  &:focus-visible {
    border-color: var(--border-accent-high);
  }
}

.oaavnM5YYEFnBcyH1AQfLA\=\=[data-disabled] {
  cursor: not-allowed;
  background-color: var(--elevation-low);
  opacity: 0.45;
}

.oaavnM5YYEFnBcyH1AQfLA\=\=[data-invalid] {
  border-color: var(--border-error);
}

.oaavnM5YYEFnBcyH1AQfLA\=\=[readonly] {
  background-color: var(--elevation-low);
}

.kO7WAklkCw1F9AFVjxOEbQ\=\= {
  color: var(--content-error);
  text-align: left;
}

.\+Jk2OLLH0sQxXfAYmsQeWw\=\= {
  color: var(--content-primary-a);
  text-align: left;
}

[data-disabled] .\+Jk2OLLH0sQxXfAYmsQeWw\=\= {
  opacity: 0.45;
}

.mG8DeWSsh3nYvWAG7XW5Ug\=\= {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }

  &[aria-selected='true'] {
    background-color: var(--state-selected);
  }

  &:hover::after,
  &:focus::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    &::after {
      --overlay-primary-a-color: var(--primary-white);
      --overlay-opacity: var(--disabled-opacity);

      cursor: not-allowed;
    }
  }

  &[data-focus-visible],
  &[data-focused] {
    background-color: var(--state-primary-a-pressed);
  }
}

.FAuhrWhTV6Uo6W5437qTjg\=\= {
  box-sizing: border-box;
  display: none; /* Hidden by default */
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  margin-right: 8px;
  color: var(--content-primary-b-static);
  background-color: transparent;
  border: 1px solid var(--border-secondary);
  border-radius: 2px;
  transition: all 200ms;
}

/* Show checkbox only when parent has data-selection-mode="multiple" */
.mG8DeWSsh3nYvWAG7XW5Ug\=\=[data-selection-mode='multiple'] .FAuhrWhTV6Uo6W5437qTjg\=\= {
  display: inline-flex;
}

/* Style checkbox when parent option is selected */
.mG8DeWSsh3nYvWAG7XW5Ug\=\=[data-selected='true'] .FAuhrWhTV6Uo6W5437qTjg\=\= {
  background-color: var(--background-accent-high);
  border: none;
}

.fqjV9kQUGKKdPvZuVhG71g\=\= {
  display: none;
  width: 8px;
}

/* Show checkmark when parent option is selected */
.mG8DeWSsh3nYvWAG7XW5Ug\=\=[data-selected='true'] .fqjV9kQUGKKdPvZuVhG71g\=\= {
  display: initial;
}

.ffsUEJgaukX1dk\+80Nfn\+g\=\= {
  flex: 1;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f0ly6yjXrppd-M56VO\+PuQ\=\=,
.WHHR600O46WnTqg8uucGUQ\=\= {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.f0ly6yjXrppd-M56VO\+PuQ\=\= {
  margin-right: 12px;
}

.WHHR600O46WnTqg8uucGUQ\=\= {
  margin-left: 16px;
}

.P8h\+wsY9bx9xF5aq9adnZQ\=\= {
  height: 1px;
  margin: 5px 0 6px;
  border-bottom: 1px solid var(--border-tertiary);
}

._7JoaRbN7HFg9nMttAMITlQ\=\= {
  padding: 0 16px;
  color: var(--content-secondary);
}

.GNBcHMle0PAcqzlNJm5e0g\=\= {
  box-sizing: border-box;
  min-height: 104px;

  /* https://arc.net/l/quote/brwwyium : vertical-align is needed to remove some extra padding at the bottom of the textarea */
  vertical-align: top;
}

.iSJmLL3dZhwF-jrWVEuFJg\=\= {
  resize: none;
}

.XFSWgeONQJTB4TP2J7D-7g\=\= {
  height: 40px;
  min-height: 40px;
  max-height: 104px;
  transition: min-height 0.3s;

  &:focus {
    min-height: 104px;
  }
}

/* stylelint-disable selector-class-pattern */
._3QlXbqAeXv7fBu9RY71vAA\=\= {
  padding: calc(8px - 1px) calc(12px - 1px);
  font-size: var(--body-1-font-size);
  font-weight: var(--body-1-font-weight);
  line-height: 24px;
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  border: 1px solid var(--border-secondary);
  border-radius: 4px;
  transition: border-color 0.5s;

  &::placeholder {
    line-height: 24px;
    color: var(--content-tertiary);
    opacity: 1;
  }

  &:not(._0NXzOKzZ\+ucys1gj8dOjaw\=\=)._3QlXbqAeXv7fBu9RY71vAA\=\=[data-disabled] {
    cursor: not-allowed;
    background-color: var(--elevation-low);
    opacity: 0.45;
  }

  &._0NXzOKzZ\+ucys1gj8dOjaw\=\= {
    cursor: default;
    background-color: var(--elevation-low);
  }
}

._3QlXbqAeXv7fBu9RY71vAA\=\=[data-invalid='true'] {
  border-color: var(--border-error);
}

._3QlXbqAeXv7fBu9RY71vAA\=\=[data-pressed] {
  border-color: var(--border-accent-high);
}

._3QlXbqAeXv7fBu9RY71vAA\=\=[data-focused] {
  border-color: var(--border-accent-high);
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.qSQnTgM29Dvp4dt57XCgUA\=\= {
  display: flex;
  text-transform: uppercase;
  caret-color: transparent;
}

.qSQnTgM29Dvp4dt57XCgUA\=\= [data-placeholder] {
  color: var(--content-tertiary);
}

.qSQnTgM29Dvp4dt57XCgUA\=\= [data-focused] {
  background-color: var(--background-accent-low);
  border-radius: 4px;
  box-shadow: none;
}

.qSQnTgM29Dvp4dt57XCgUA\=\= [data-readonly] {
  color: var(--content-tertiary);
}

.qSQnTgM29Dvp4dt57XCgUA\=\=[data-focus-within] {
  border-color: var(--border-accent-high);
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

/* stylelint-disable selector-class-pattern */
.i8tQaoRtdfGUWvmSJrukrw\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.xgmTivqDx0cSm2d4hj9ONg\=\= {
  position: relative;
  display: flex;
  align-items: center;
}

.dz-1VMpdP-mW1poHi1zXtg\=\= {
  position: absolute;
  margin-left: 12px;
  line-height: 22px;
  color: var(--content-tertiary);
  pointer-events: none;
  opacity: 1;
}

.H3MjCGXd9wbgqw8FSrdxuw\=\= {
  color: var(--content-primary-a);
}

.xgmTivqDx0cSm2d4hj9ONg\=\= .Kwfru\+cTVP9O4cZAxz8gKQ\=\= {
  width: 100%;
  /* stylelint-disable-next-line style-lint-plugin-qonto/subtract-border-from-padding -- border is inherited */
  padding-left: calc(48px - 1px);
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.z92cKyYj2ZYTr96jKQNQyA\=\= {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--content-primary-a);

  a {
    color: var(--content-primary-a);
    text-decoration: none;
  }
}

.hSkrDLEs3\+9lGAPHQeMvuA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16px - 1px);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;

  &:hover {
    background: var(--background-tertiary);
    border: 1px solid var(--content-primary-a);
  }

  &._92dy-BljLxwgX0Ky4V-FHQ\=\= {
    border-color: var(--border-error);
  }
}

._1TRI2CNRpxH2k5RYgbcWZQ\=\= {
  flex: 1;
  overflow: hidden;

  p {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mr6Gf\+-QjT3EOGOcQMEszA\=\= {
    color: var(--content-secondary);
  }

  ._419MT-dKZtRDOwX7sByXfg\=\= {
    margin-top: 4px;
    color: var(--content-error);
  }
}

.yXzM4lDR\+HDLnQ-ly-NWwA\=\=:focus-visible {
  box-shadow: none;
}

/* stylelint-disable selector-class-pattern */
.VbMrg4JvgQjkkP-frYarrQ\=\= {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1;

  &.LKM0n13\+SNEqMDK7frcGRQ\=\= {
    width: 16px;
  }

  &.xYE99a6eYM0MalUbwXy5lg\=\= {
    width: 24px;
  }

  &.F5MLgTXuiTAKxVg5qtLKtQ\=\= {
    width: 28px;
  }

  &.UylQqk0JcYa3RZkJrdlfMA\=\= {
    width: 32px;
  }

  &.IBrtkGrGT0SEu5BxSjualA\=\= {
    width: 40px;
  }

  &.yAdNcGVN1LUBzY6OtPsUbQ\=\= {
    width: 48px;
  }

  &.TUJi5lx6I6o-ySR4uOdI1g\=\= {
    width: 56px;
  }

  &.Zd7GB7A9VowjFpdYMvmVSw\=\= {
    width: 64px;
  }

  &.eaz5EiSCf\+TeVZwJp04quw\=\= {
    &::after {
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      content: '';
      border: 1px solid var(--border-avatar);
      border-radius: 50%;
    }
  }

  &.ggiohapVAfA0scV3om8KUA\=\= {
    opacity: 0.45;
  }
}

.-yd9kxnOT5jfFc9iZTpZNQ\=\= {
  width: 100%;
  object-fit: cover;
  background: var(--background-secondary);
  border-radius: 50%;
}

.TcgPn4D-vHvf8nCsjVWvlA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--content-primary-a-static);
  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token -- Using base token for consistency with backend-generated, theme-agnostic avatars */
  background: var(--gray200);
  border-radius: 50%;
}

.X9UgJSj-QHRiZI6jYd-6mw\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--content-primary-a-static);

  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token -- Using base token for consistency with backend-generated, theme-agnostic avatars */
  background-color: var(--plum100);
  border-radius: 50%;
}

/* stylelint-disable selector-class-pattern */
.fjDpmeuBiajPn-o\+6N39mQ\=\= {
  display: inline-flex;
  align-items: center;
  padding: 4px 6px;
  color: var(--content-primary-a);
  white-space: nowrap;
  user-select: none;
  border-radius: 4px;
}

.FLvmLFrPdUsTo8AJ1Tstgg\=\= {
  padding: 4px;
}

._9IhP1QlewfSz5Tsugw7zQA\=\= {
  background-color: var(--background-activate);
}

.cSMskbJ4uVd-LZCFfSCRZA\=\= {
  background-color: var(--background-free-trial);
}

.KxfQqefSrSjdhEnHRoc\+7A\=\= {
  background-color: var(--background-upgrade-low);
}

.vuUD74cnOEEpbAskZ8rblg\=\= {
  background-color: var(--background-tertiary);
}

.eLZ9SnJTD8tUFMqZihqIlQ\=\= {
  background-color: var(--background-feature-discoverability);
}

.-D0UKlzQyOg4fH2zYlM8Rg\=\= {
  color: var(--content-primary-b);
  background-color: var(--background-upgrade-high);
}

.P9piN4dN7g4AYSnkPvX5XQ\=\= {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.-D0UKlzQyOg4fH2zYlM8Rg\=\= .H1KwHjnxOiy-ZEXJPLZ0PA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}

body.uM2mAPpLTyl2eq0Ao9iOKw\=\= .P9piN4dN7g4AYSnkPvX5XQ\=\= {
  filter: invert(1);
}

.Hi3iUTNa8LSO9Zh\+YVddfA\=\= {
  margin-right: 0;
}

.jPT3RP\+f0tXjaufN9vX4NA\=\= {
  margin-top: -2px;
}

._0HSgdWiCeYe1ac1iDdkWrQ\=\= {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 6px;
  color: var(--content-primary-a);
  white-space: nowrap;
  cursor: default;
  user-select: none;
  background-color: var(--background-secondary);
  border-radius: 4px;
}

/* stylelint-disable selector-class-pattern */
.arzysgB7g53ZocxvGL-Zhg\=\= {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  padding: calc(4px - 1px) calc(6px - 1px);
  color: var(--content-primary-a);
  white-space: nowrap;
  background-color: var(--elevation-default);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
}

.YKoWWqJj4XrpsG5IDIY12g\=\= {
  padding: 4px 6px;
  background-color: var(--background-secondary);
  border: 0;
}

.odFBmubSwJFbyIyxSmouJA\=\= {
  display: flex;
}

.JVPxjGwk\+tsbTZotEGB\+1w\=\= {
  color: var(--content-error);
}

.lTeU9Tq7e9B5IxKXs9oivw\=\= {
  color: var(--content-secondary);
}

.A9p1NoohXWhfkIfHt\+aw9g\=\= {
  color: var(--content-success);
}

.R8D8zeJFFXqJthEvnZ4iGg\=\= {
  color: var(--content-accent);
}

.IDAexOV9xxUUZom9N7qauQ\=\= {
  color: var(--content-warning);
}

.oT-joVrj5nwfaDgY\+GZIqA\=\= {
  color: var(--content-primary-a);
}

/* stylelint-disable selector-class-pattern */
.g81d7usTOdc8Bzsc5Pu9kQ\=\= {
  --focus-outline-color: var(--border-accent-low);
  --bg-color: var(--background-primary);
  --fg-color: var(--content-primary-b);

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  line-height: 24px;
  color: var(--fg-color);
  appearance: none;
  cursor: pointer;
  user-select: none;
  background-color: var(--bg-color);
  border: none;
  border-radius: 4px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-b-color);
    opacity: var(--overlay-opacity);
  }

  &:hover::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &:active::after {
    --overlay-opacity: var(--pressed-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    &::after {
      cursor: not-allowed;
      background-color: var(--overlay-primary-b-color);
      border-radius: 4px;

      --overlay-primary-a-color: var(--primary-white);
      --overlay-opacity: var(--disabled-opacity);
    }

    &.A0C7MbAkoHPkdS7UgFWPNA\=\= {
      border: 1px solid var(--border-secondary);
    }
  }

  &:active::after,
  &:hover::after {
    border-radius: 4px;
  }
}

.g81d7usTOdc8Bzsc5Pu9kQ\=\=:not([data-focus-visible]) {
  box-shadow: none;
}

.g81d7usTOdc8Bzsc5Pu9kQ\=\=[data-hovered] {
  --overlay-opacity: var(--hover-opacity);
}

.g81d7usTOdc8Bzsc5Pu9kQ\=\=[data-pressed] {
  --overlay-opacity: var(--pressed-opacity);
}

.A0C7MbAkoHPkdS7UgFWPNA\=\= {
  --bg-color: transparent;
  --fg-color: var(--content-primary-a);

  border: 1px solid var(--fg-color);

  &::after {
    background-color: var(--overlay-primary-a-color);
  }
}

a.g81d7usTOdc8Bzsc5Pu9kQ\=\= {
  text-decoration: none;
}

.pIhInzokBhbfIDDKoQAnSQ\=\= {
  --bg-color: none;
  --fg-color: var(--content-primary-a);

  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0;
  border: 1px solid var(--fg-color);
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;

  &:hover {
    color: var(--fg-color);
    border-bottom-color: var(--fg-color);
  }

  &[disabled]::after,
  &[aria-disabled='true']::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  &::after {
    background-color: var(--overlay-primary-a-color);
    border-radius: 0;
  }
}

._6Y7qQE-9EXJAVyuJGg-phQ\=\= {
  --fg-color: var(--content-primary-b-static);
  --bg-color: var(--background-error-high);

  border: none;
}

.pp3UrBlxfNfH0Yn3WKVFnQ\=\= {
  --bg-color: var(--background-secondary);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--content-primary-a);
  border: none;
  border-radius: 4px;

  &::after,
  &.g81d7usTOdc8Bzsc5Pu9kQ\=\=::after {
    border: none;
  }

  &.WAG6M1Y1JlVyX-9RCuDAVw\=\= {
    width: 32px;
    height: 32px;
  }

  &.CgaaUTTDq00PydXUKuuM-Q\=\= {
    width: 48px;
    height: 48px;

    img,
    svg {
      width: 16px;
      height: 16px;
    }
  }

  &.pIhInzokBhbfIDDKoQAnSQ\=\= {
    --bg-color: transparent;

    &::after {
      border-radius: 4px;
    }
  }
}

.WAG6M1Y1JlVyX-9RCuDAVw\=\=:not(.pIhInzokBhbfIDDKoQAnSQ\=\=) {
  height: 32px;
}

.CgaaUTTDq00PydXUKuuM-Q\=\=:not(.pIhInzokBhbfIDDKoQAnSQ\=\=) {
  height: 48px;
}

.IXjxlqC-NG7PQOaSTrPwWg\=\=:not(.pIhInzokBhbfIDDKoQAnSQ\=\=) {
  display: flex;
  width: 100%;
}

.rItWAX38Xm88gmxcsmu4GA\=\= {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: inherit;
}

._3YBmX8BZzmQtuiLVPU6VMw\=\= {
  --border-color: var(--border-secondary);
  --fg-color: var(--content-primary-a);
  --focus-outline-color: var(--border-accent-low);
  --overlay-opacity: 0;
  --border-radius: 100px;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: calc(8px - 1px) calc(16px - 1px);
  font-size: var(--body-1-font-size);
  font-weight: var(--body-1-font-weight);
  line-height: var(--body-1-line-height);
  color: var(--fg-color);
  user-select: none;
  background-color: var(--elevation-mid);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);

  &:hover::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &:active::after {
    --overlay-opacity: var(--pressed-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    --overlay-primary-a-color: var(--overlay-primary-b-color);

    &::after {
      --overlay-opacity: var(--disabled-opacity);

      cursor: not-allowed;
    }
  }

  &::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    border-radius: var(--border-radius);
    opacity: var(--overlay-opacity);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--focus-outline-color);
  }

  &._7W7WSX30eXH-2fva13P55A\=\= {
    --fg-color: var(--content-primary-a);

    background-color: var(--background-accent-low);

    --border-color: var(--border-accent-high);
  }

  svg {
    width: 16px;
    height: 16px;
  }

  .o019qjNqbkVPq4XsqQ51Ew\=\= {
    color: var(--content-accent);
  }
}

/* stylelint-disable selector-class-pattern */
.P6YZueMaqwOMtldIsInh-A\=\= {
  display: flex;
  align-items: center;
}

.pwr7wuB1DtRmNYAvEMLTUA\=\= svg path {
  stroke: currentcolor;
}

/* Color @deprecated do not extend! */
.OL0j0FlTw3QK2RW8L3wMJQ\=\= svg path {
  stroke: var(--content-primary-a);
}

.urV8-x\+XTBlQx2H49693Cw\=\= svg path {
  stroke: var(--content-primary-b);
}

.itwrsy8hyliCdyZkbvM-Cw\=\= svg path {
  stroke: var(--content-primary-b-static);
}

.qXRmYnKp6dlRqz7JR0O-dg\=\= svg path {
  stroke: var(--content-error);
}

/* Size */
._2qPRoaplXNxJLEZVcdFLuA\=\= {
  width: 12px;
  height: 12px;
}

.kCUTghvLZjsGd99tdHwlLw\=\= {
  width: 16px;
  height: 16px;
}

.O7Xf8CYkdg19YlTZw1xGPg\=\= {
  width: 24px;
  height: 24px;
}

/* stylelint-disable selector-class-pattern */
.Lr9dZ-NWNo8lIeqDGVgPNA\=\= {
  --bg-color: transparent;
  --border-color: var(--border-secondary);

  display: block;
}

.ombGgaOxzyPa2y\+0tmGu7g\=\= {
  position: relative;
  display: flex;
}

._79wtAj3POF9UIVgXWdesag\=\= {
  display: flex;
  flex-direction: column;
  color: var(--content-primary-a);
}

.nHwdODjUb-MNz9Mk3ikJxA\=\= {
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  color: var(--content-primary-b-static);
  vertical-align: text-top;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 2px;
  transition: all 200ms;
}

.QJ8fVl9cq9uomGPAGFZ\+iw\=\= {
  margin-top: 4px;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=:hover .nHwdODjUb-MNz9Mk3ikJxA\=\=::after {
  --overlay-opacity: var(--hover-opacity);
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\= .nHwdODjUb-MNz9Mk3ikJxA\=\=:active::after {
  --overlay-opacity: var(--pressed-opacity);
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=:active .nHwdODjUb-MNz9Mk3ikJxA\=\=::after {
  --overlay-opacity: var(--pressed-opacity);
}

.nHwdODjUb-MNz9Mk3ikJxA\=\= svg {
  width: 8px;
  height: 8px;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-selected] .nHwdODjUb-MNz9Mk3ikJxA\=\=,
.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-indeterminate] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  --bg-color: var(--background-accent-high);

  border: none;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled],
.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] .nHwdODjUb-MNz9Mk3ikJxA\=\=,
.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] ._79wtAj3POF9UIVgXWdesag\=\= {
  cursor: not-allowed;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] ._79wtAj3POF9UIVgXWdesag\=\= {
  color: var(--content-secondary);
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] .nHwdODjUb-MNz9Mk3ikJxA\=\=::after {
  --overlay-primary-a-color: var(--primary-white);
  --overlay-opacity: var(--disabled-opacity);

  top: -1px;
  left: -1px;
  width: 115%;
  height: 115%;
  background-color: var(--background-tertiary);
  border-radius: 2px;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-focus-visible] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  outline: none;
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  --border-color: var(--border-error);
}

.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid] ._79wtAj3POF9UIVgXWdesag\=\= {
  color: var(--content-error);
}

.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid][data-selected] .nHwdODjUb-MNz9Mk3ikJxA\=\=,
.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid][data-indeterminate] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  --bg-color: var(--background-error-high);
}

.TvzQNUxS2t7YrkQmYA4Hlg\=\= {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.SCqS1NyTQL0Hvxg2atuoOw\=\= {
  display: flex;
}

.ErGhMOxoUG-uNyPr7pz3BQ\=\= {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-left: 24px;
  font-size: var(--body-2-font-size);
  font-weight: var(--body-2-font-weight);
  color: var(--content-error);
}

._1smkTFKVJtdIUD\+WgQnaBQ\=\= {
  line-height: var(--body-2-line-height);
}

.ErGhMOxoUG-uNyPr7pz3BQ\=\= svg {
  flex-shrink: 0;
}

.QVUOaenT7K1UACu-xihB5A\=\= {
  position: relative;
  height: 40px;
  padding: 8px 16px;
  cursor: pointer;
  background-color: var(--background-secondary);
  border-radius: 4px;
  transform-origin: top left;

  &:not(:last-child) {
    margin-right: 8px;
  }

  &.XsQlVQOJ7W6aAeE6AUmcNg\=\= {
    height: 32px;
    padding: 4px 16px;
  }

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }

  &:not(:disabled):hover::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &:not(:disabled):active::after {
    --overlay-opacity: var(--pressed-opacity);
  }

  &[aria-selected='true'] {
    background-color: var(--background-accent-high);

    .TCfbl5q\+JrlP25wsMpwaCQ\=\= {
      color: var(--content-primary-b-static);
    }
  }
}

.QVUOaenT7K1UACu-xihB5A\=\=.RJVFpOXbH8UrMoMxFL8wnQ\=\= {
  padding: calc(8px - 1px) calc(8px - 1px);
  background-color: transparent;
  border: 1px solid var(--border-tertiary);

  &.XsQlVQOJ7W6aAeE6AUmcNg\=\= {
    padding: calc(4px - 1px) calc(8px - 1px);
    border: 1px solid var(--border-tertiary);
  }

  &[aria-selected='true'] {
    background-color: var(--background-accent-high);
    border-color: var(--background-accent-high);
  }
}

.QVUOaenT7K1UACu-xihB5A\=\=[aria-hidden='true'] {
  display: none;
  pointer-events: none;
  opacity: 0;
}

.QVUOaenT7K1UACu-xihB5A\=\=:disabled {
  position: relative;
  cursor: not-allowed;
  box-shadow: none;
  opacity: var(--disabled-opacity);
}

.vcpxPHpXnu5v1\+-KOhnO5g\=\= {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.TCfbl5q\+JrlP25wsMpwaCQ\=\= {
  color: var(--content-primary-a);
}

.X\+UjvDODbARN5BvG1MsuQw\=\= {
  margin-left: 10px;
}

.-n9UbkrnzCn9NPjXmmGaBQ\=\= {
  display: flex;
  color: var(--content-primary-b-static);

  svg {
    width: 12px;
    height: 12px;
  }
}

.S7OC5ZeLcMA\+Nb7H0BCTkg\=\= {
  margin-bottom: 7px;
}

.yPwBvDn71-qhI71dQLUpHA\=\= {
  margin-top: 6px;
  font-size: var(--caption-font-size);
  color: var(--content-error);
}

.R\+4999IaPlqCYRhqHb64Zw\=\= {
  position: relative;
  display: flex;
  min-height: 40px;
}

.YhiAfNOWV52o4ix2sf-8RQ\=\= {
  flex-wrap: wrap;
}

._4hXOWlHvLq8wqrilWHw8fw\=\= {
  display: none;
}

.j2JGLKdf4TpQN6twfH7zTQ\=\= {
  display: block;
  flex: auto;
}

.liBZiHC3SzzMP7-5Mq5AqA\=\= {
  display: none;
  width: 0;
  padding-left: 0;
  opacity: 0;
}

.hiViyjtpqUuch-GoNY4DYw\=\= {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--background-placeholder);
  background-size: 1000px 104px;
  animation-name: byK8sKTEMkN84TPlG9zNmA\=\=;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.iM4IIBXO7Q5hLkEbI5D60w\=\= {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.ayjdlO56a4ZTtH0lK7ESew\=\= {
  width: 400px;
  height: 70px;
  border-radius: 4px;
}

.HgvmfM2QP5FZXawI0twBnA\=\= {
  width: 100%;
  height: 8px;
  margin-top: 8px;
  border-radius: 50px;
}

.HgvmfM2QP5FZXawI0twBnA\=\=.JNgdEqzK2\+sHnBZc03FXmw\=\= {
  margin-top: 0;
}

.kXJ2ps5TveKgKTVEV-SafQ\=\= {
  width: 100%;
}

@keyframes byK8sKTEMkN84TPlG9zNmA\=\= {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

/* stylelint-disable selector-class-pattern */
.NiOAhuhiiohyMqfjLfa8\+g\=\= {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 256px;
  padding: calc(16px - 1px);
  overflow: hidden;
  color: var(--content-primary-a);
  text-align: left;
  background: var(--elevation-mid);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;

  &:where(button) {
    appearance: none;
    cursor: pointer;
    box-shadow: var(--shadow-low);

    &:hover {
      box-shadow: var(--shadow-high);
    }

    &:focus-visible {
      box-shadow: 0 0 0 4px var(--border-accent-low);
    }
  }

  & p {
    margin: 0;
    overflow-wrap: break-word;

    &.kVp9hLHggQB3RvwjhLrs2A\=\= {
      margin-bottom: 8px;
    }

    &.VKd5pDRcpAoF\+qzkyBScuQ\=\= {
      color: var(--content-secondary);

      & svg {
        color: currentcolor;
      }
    }
  }
}

.w\+373SUWDr0auGAOA7TE1Q\=\= {
  max-width: 303px;
}

.f\+moESkz18pNZx3xdKNIVg\=\= {
  display: flex;
  align-items: center;
  height: 32px;
}

.I72pcUGLgbuMjdarq2k-tQ\=\= {
  display: flex;
  align-items: center;
  height: 24px;
}

._5rensk7SOKqRdMw0hSnX-A\=\= {
  user-select: none;
  filter: blur(5px);
}

/* stylelint-disable selector-class-pattern */
.uyN28XB5TMxY9-GAG0d20g\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\= {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: calc(8px - 1px) calc(12px - 1px);
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  border: 1px solid var(--border-secondary);
  border-radius: 4px;
  transition: border-color 0.5s;

  &:focus-visible,
  &:focus-within {
    border-color: var(--border-accent-high);
  }

  &:focus-within {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\= > button {
  display: flex;
  align-items: center;
  padding: 0;
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\= > input {
  flex: 1 0;
  min-width: 0;
  padding: 0;
  border: none;
  outline: none;

  &:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\=:has(input[data-disabled]) {
  cursor: not-allowed;
  background-color: var(--elevation-low);
  opacity: 0.45;
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\=:has(input[data-invalid]) {
  border-color: var(--border-error);
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\=:has(input[readonly]) {
  background-color: var(--elevation-low);
}

.jFWrADLjjo6DDP3quDoBaA\=\= {
  min-width: 208px;
  overflow: auto;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);

  &:not(.WtaNEgPy8wUXR93IqLLl0w\=\=) {
    width: auto;
    max-width: 360px;
  }
}

.MJiJzu08-oNKlDkmdfg03g\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

.FDCJfR\+9Sy6rcNVwmMwrJQ\=\= {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-overflow: ellipsis;
  white-space: nowrap;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }
}

.g0fMEzlqDSRCI7xSVRcJAQ\=\= {
  flex-shrink: 0;
  transition: all 0.2s;
}

.g0TQVdkjO1YC5ebTog1jmA\=\= {
  transform: rotate(180deg);
}

.K1almWZKC3vW5iw7dA4-hA\=\= {
  margin-right: 4px;
  line-height: 0;
}

/* stylelint-disable selector-class-pattern */
.yXB4QaRZYk-oVtMn-dpOig\=\= {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  height: 24px;
  padding: 2px 4px;
  overflow: visible;
  color: var(--content-secondary);
  background: transparent;
  border: none;
  border-radius: 4px;
  transition: color 0.2s ease;

  &:hover {
    color: var(--content-primary-a);

    svg {
      color: var(--content-primary-a);
    }
  }
}

.n1r7BQopY2Xnk--uBxun5w\=\= {
  display: flex;
  width: 12px;
  height: 12px;
  color: var(--content-secondary);
  transition: 0.2s ease-in-out;
}

.qfllQaRSPLAE2KRV94XPKQ\=\= {
  transform: rotateZ(180deg);
}

.qwmBd47dOJ3zSn76\+skCMg\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.\+DhDw9I\+tNwsB3fxD5Ddqw\=\= {
  background-color: var(--elevation-low);
}

.gJ58zT7XTX4pXNEbPlt53A\=\= {
  cursor: not-allowed;
  background-color: var(--elevation-low);
  opacity: 0.45;
}

/* stylelint-disable selector-class-pattern */
.PenYlROb2QBS-I\+-nJayAA\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background-color: var(--elevation-high);
  border-radius: 8px;
  box-shadow: var(--shadow-high);

  [data-outside-visible-range] {
    display: none;
  }
}

.m\+K8rqMYzBVjhtJBvU\+12w\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ODv-qLzR0eqZ\+rXP0QTzmg\=\= {
  border-spacing: 0 12px;
}

.aFN7ANJJ2ttLMy9O3zZh7g\=\= {
  color: var(--content-primary-a);
}

.SIwucceWPdDse9CPlYoWBw\=\= {
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--content-secondary);
}

.IKBUJktKFeIxl8abT1bLQQ\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--content-primary-a);
  cursor: pointer;
  border-radius: 50%;
}

.IKBUJktKFeIxl8abT1bLQQ\=\=::after {
  border-radius: 50%;
}

.IKBUJktKFeIxl8abT1bLQQ\=\=[data-selected] {
  color: var(--content-primary-b);
  background-color: var(--background-primary);
}

.IKBUJktKFeIxl8abT1bLQQ\=\=[data-disabled],
.IKBUJktKFeIxl8abT1bLQQ\=\=[data-unavailable] {
  cursor: not-allowed;
  opacity: 0.45;
}

.fpJvbP6VwHvfd1-4JJmNYg\=\= {
  margin-left: auto;
}

/* stylelint-disable selector-class-pattern */
.iobkD0Yo7m7QGYL8xNZnnQ\=\= {
  border-bottom: none;
}

.VItwcHvVaVnBFAIPVEYOmA\=\= {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.iobkD0Yo7m7QGYL8xNZnnQ\=\=[aria-expanded='true'] {
  border-radius: 4px;
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.n2O7k83ae3-cSer7\+ijwWg\=\= {
  width: 126px;
  background-color: var(--elevation-high);
  box-shadow: var(--shadow-high);
}

.XWIEhjXWNpnuD74quesszg\=\= {
  max-height: 180px;
  overflow-y: auto;
}

.ixn-DI6E9Fgm7d02AxsKMA\=\= {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;
}

.ixn-DI6E9Fgm7d02AxsKMA\=\=[data-hovered='true'] {
  box-shadow: none;
}

.RJqzutTrKfhHNMmjS19sAg\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.EadwiflllLkPVWZZ00chmA\=\= {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._84t-saunkQGrSdF7Wc-tNw\=\= {
  width: 100%;
}

.-CoYepPUJrGBRE06IdfivQ\=\= {
  position: absolute;
  top: 4px;
  margin-right: 6px;
  color: var(--content-primary-a);
}

.KjpTK-4at749KO2cVK-1nw\=\= {
  background-color: var(--elevation-low);
  box-shadow: none;
}

.LfRLsAItV-uM2iudb86XYQ\=\= {
  display: flex;
  align-items: center;
}

._7RUuity0hqhVU1OECAFj8A\=\= {
  max-width: 504px;
  padding: 16px;
  border-radius: 4px;
}

._6OC9A-97VUkXk6hb8nZWWw\=\= {
  display: flex;
  align-self: flex-start;
  margin: 6px 12px 0 0;
}

._6OC9A-97VUkXk6hb8nZWWw\=\= > svg {
  width: 12px;
  height: 12px;
}

._6OC9A-97VUkXk6hb8nZWWw\=\=.HWYtp1ZPEt9PvYIUzaEkfQ\=\= svg path,
.HWYtp1ZPEt9PvYIUzaEkfQ\=\= svg path {
  fill: var(--content-error);
}

._6OC9A-97VUkXk6hb8nZWWw\=\=._4ptbKWu24zc\+X5nR4Dov2g\=\= svg path,
._4ptbKWu24zc\+X5nR4Dov2g\=\= svg path {
  fill: var(--content-accent);
}

._6OC9A-97VUkXk6hb8nZWWw\=\=.oOWZvtDfGjwbNEfZBKqeWQ\=\= svg path,
.oOWZvtDfGjwbNEfZBKqeWQ\=\= svg path {
  fill: var(--content-warning);
}

._1Pyq2dsLSagY5a4jSiLfJg\=\= {
  margin: 0;
  text-align: left;
}

._7RUuity0hqhVU1OECAFj8A\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= {
  color: var(--content-primary-a);
}

._7RUuity0hqhVU1OECAFj8A\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= a,
._7RUuity0hqhVU1OECAFj8A\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= a:hover {
  color: var(--content-primary-a);
  text-decoration: underline;
  cursor: pointer;
}

.LfRLsAItV-uM2iudb86XYQ\=\=:not(._7RUuity0hqhVU1OECAFj8A\=\=) ._1Pyq2dsLSagY5a4jSiLfJg\=\= {
  color: var(--content-secondary);
}

.LfRLsAItV-uM2iudb86XYQ\=\=:not(._7RUuity0hqhVU1OECAFj8A\=\=) ._1Pyq2dsLSagY5a4jSiLfJg\=\= a,
.RVfYDIl4ldnExjZfbKmgkg\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= a:hover {
  color: var(--content-accent);
  text-decoration: underline;
  cursor: pointer;
}

.PyUk7FMAoJtZc7yQyD1lDA\=\= {
  background-color: var(--background-error-low);
  border: 1px solid var(--border-error);
}

.uYyjrUUix-wXOn-Yiw327A\=\= {
  background-color: var(--background-accent-low);
  border: 1px solid var(--border-accent-high);
}

.njnRKP2YsEAWzpZWBP0pug\=\= {
  background-color: var(--background-warning-low);
  border: 1px solid var(--border-warning);
}

.wPDBup7T4e1dsHJvTf-xiA\=\= {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding: 8px;
  background-color: var(--background-upgrade-low);
  border: none;
  border-radius: 8px;
}

.wPDBup7T4e1dsHJvTf-xiA\=\= ._6OC9A-97VUkXk6hb8nZWWw\=\= {
  margin: 0 8px 0 0;
}

.wPDBup7T4e1dsHJvTf-xiA\=\= ._6OC9A-97VUkXk6hb8nZWWw\=\= > svg {
  width: 32px;
  height: 32px;
}

.r1Fy6XCafRz-Q599\+CsDaw\=\= {
  max-width: 304px;
  padding: 8px 12px;
  color: var(--content-primary-b);
  word-wrap: break-word;
  background-color: var(--background-primary);
  border-radius: 4px;
}

.HvePuOucfrLOi7nCkon2yg\=\= {
  all: unset;
  display: flex;
  cursor: pointer;
}

.ebu\+GKsaXl-WzfB0daDnbg\=\= {
  position: relative;
  display: inline-flex;
}

.ed38ik1Ls8hn2jYsMn31iA\=\= {
  display: inline-flex;
  width: 100%;
}

.giFiYUSBP2PmpgJByUyAog\=\= {
  min-width: 0;
  background-color: var(--background-primary);

  &:focus {
    z-index: 2;
  }

  &.Ox1LH-Hbn\+oNYmTTAz3\+bg\=\= {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    &:active::after,
    &:hover::after,
    &[disabled]::after,
    &[aria-disabled='true']::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
}

._8NaAzBl51aOoadujA8V\+Gg\=\= {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._2w1MSn5BDXQF2El\+-65dRA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: calc(10px - 1px);
  background-color: var(--background-primary);
  border-left: 1px solid var(--border-secondary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  svg {
    color: var(--primary-content-b);
  }

  &:active::after,
  &:hover::after,
  &[disabled]::after,
  &[aria-disabled='true']::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  &:focus {
    z-index: 2;
  }
}

.D\+8iTXbD-eD9SOjiDhofPQ\=\= {
  .giFiYUSBP2PmpgJByUyAog\=\= {
    color: var(--content-primary-a);
    background-color: var(--background-elevation-default);

    &.Ox1LH-Hbn\+oNYmTTAz3\+bg\=\= {
      border: 1px solid var(--border-primary);
      border-right: 0;
    }

    &:hover {
      background: var(--state-primary-a-hover);
    }
  }

  ._2w1MSn5BDXQF2El\+-65dRA\=\= {
    color: var(--content-primary-a);
    background-color: var(--background-elevation-default);
    border: 1px solid var(--border-primary);

    &:hover {
      background: var(--state-primary-a-hover);
    }
  }
}

.N5DacZikqe2ntQvLtsfXag\=\= {
  margin-left: 8px;
}

.emPOeoZ6v-pl1Q7o9Gv5DQ\=\= {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  color: var(--primary-content-b);
}

.zZeKrEjKtLoVgHGc6vDxRA\=\= {
  min-width: 208px;
  max-width: 360px;
}

.HavvSyeVyY04AU0JZviJLA\=\= {
  padding: 8px 0;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);
}

.G6XxThqepH2Q1Lk3OskGrw\=\= {
  position: relative;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;

  &:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  &:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }

  &:hover::after,
  &:focus::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    &::after {
      --overlay-primary-a-color: var(--primary-white);
      --overlay-opacity: var(--disabled-opacity);

      cursor: not-allowed;
    }
  }
}

.vyeRxky91ZrU5No9Qu7-5A\=\= {
  display: flex;
  gap: 12px;
  align-items: center;
}

.IKJDgq9YvcSgzviO7IM7tg\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
}

.MkJOCnMgkSspy\+tZUDtehg\=\= {
  width: 100%;
  height: 1px;
  margin: 5.5px 0;
  background: var(--border-tertiary);
}

/* stylelint-disable selector-class-pattern */
.uMEeZUP5LEOvxMxNgrSObw\=\=[data-focus-visible] .RkSALxpq72hx3hO-vUmm2g\=\=[aria-expanded='true'] {
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.RkSALxpq72hx3hO-vUmm2g\=\= {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0 4px;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 4px;

  &:hover {
    background-color: var(--state-primary-a-hover);
  }

  &:focus-visible {
    outline: none;
    box-shadow: none;

    &[data-focused] {
      outline: none;
      box-shadow: none;
    }

    &[data-focus-visible] {
      background-color: var(--state-primary-a-hover);
      outline: none;
      box-shadow: 0 0 0 4px var(--border-accent-low);
    }
  }

  &[aria-expanded='true'] {
    background-color: var(--state-primary-a-hover);
    border-color: var(--border-accent-high);
    box-shadow: 0 0 0 4px var(--border-accent-low);

    .Xa81Er6z5VLW1zZZXyBY2w\=\= {
      transition: 0.15s transform;
      transform: rotate(180deg);
    }
  }
}

.C1lCaBrlziwflt\+SeGorZA\=\= {
  transition: 0.15s transform;
}

._1BWBhequKfRNVolegw7UHg\=\= {
  width: 16px;
  height: 16px;
}

.AvL157i-lxu\+u04vtyfplg\=\= {
  width: 8px;
  height: 8px;
}

.F5pR6UG\+CEVuEFXW9tkz0Q\=\= {
  width: 330px;
  padding: 8px 0;
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);
}

.B8\+\+JslktD2MFvgUWLCH0A\=\= {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;
  background-color: var(--elevation-high);

  &:hover,
  &:focus {
    outline: none;
    box-shadow: none;
  }

  &[data-hovered='true'] {
    background-color: var(--background-secondary);
  }

  &[data-selected='true'] {
    background-color: var(--state-selected);
  }
}

.g8mZk5NEaCzOhcmM0XKI8A\=\= {
  border: 1px dashed var(--border-secondary);
  border-radius: 4px;
}

.g8mZk5NEaCzOhcmM0XKI8A\=\=.U05-iUitBvXdhfizeuFE3w\=\= {
  border-color: var(--border-error);
}

.g8mZk5NEaCzOhcmM0XKI8A\=\= .TfX6fk1aFT5CRrl9ZwhmzQ\=\= {
  flex-shrink: 0;
}

.g8mZk5NEaCzOhcmM0XKI8A\=\= .SQz\+CH8pc4DvmGikmi33ww\=\= {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 24px;
  color: var(--content-tertiary);

  &:focus-visible {
    box-shadow: none;
  }
}

._9FydEv\+2Rf1dK0k5oG8ntg\=\= {
  text-align: start;
}

._52yI5h3DBQFJMicJI5FQ8g\=\= {
  margin-bottom: 4px;
}

.CIrtLux3X2Osr5-smKinrA\=\= {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.RSjySQMd6iKABezDw-52QQ\=\= {
  margin-top: 4px;
  color: var(--content-error);
}

.HRUHOwAtxd-M7k0Ks7\+sRg\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: var(--content-primary-a);
  text-align: center;
}

.g\+-jUe8XaOLIWXDO98zsFA\=\= {
  width: 200px;
  height: 200px;
}

._3UzkJHveVvrWcC2odS54Wg\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: var(--content-primary-a);
}

.ITHQs4GIOw7yq16fTIGB4w\=\= {
  width: 200px;
  height: 200px;
}

.CZUQ16dx0QyEqgn\+Kz07wA\=\=:not([data-focus-visible]) {
  box-shadow: none;
}

.CZUQ16dx0QyEqgn\+Kz07wA\=\=[data-focus-visible] {
  border-radius: 4px;
}

/* stylelint-disable selector-class-pattern */
.VlPrAGPqgjjMSCSNpaDJPg\=\= {
  gap: 8px;
  width: max-content;

  svg {
    transition: transform 0.2s;
    rotate: -90deg;
  }
}

._1KumpuVLwUwnEKo5qkRIgg\=\= {
  transform: rotate(180deg);
}

._3Hfmc4SFF2Xjte\+Qt53Glg\=\= {
  width: 12px;
}

._99FgDBvitqZ\+XJFdDkwcjw\=\= {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  padding: 0;
  border-radius: 50%;
  transform: translateY(-50%);

  &:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }

  svg {
    width: 12px;
    height: 12px;
    color: var(--content-secondary);
  }
}

/* stylelint-disable selector-class-pattern */
._1S1I\+yXA2DzaLMdTQNuFcQ\=\= {
  position: relative;
  display: flex;
  width: fit-content;
}

.bPNEwjSMoO2lzhDb0tPVew\=\= {
  padding: 8px 0;
  background-color: var(--elevation-high);
  border-radius: var(--radius-dropdown);
  box-shadow: var(--shadow-high);
}

.fCEQPPAfR5KYZ5OJrXyVCQ\=\= {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.jlead\+43t-AMmMWmJHpYTw\=\= {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 16px;
  color: var(--content-primary-a);
  white-space: nowrap;
  cursor: pointer;

  &:hover {
    background: var(--state-primary-a-hover);
  }

  &:focus {
    background: var(--state-primary-a-hover);
    box-shadow: none;
  }

  &[data-selected] {
    background-color: var(--state-selected);
  }
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\= {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-image: url(/static/flags.c3df80c39371386049fd.png?1);
  background-repeat: no-repeat;
  background-position: 60px 0;
  background-size: 100% 49494%;

  &.rd-8dXaMmkaFLaPoSa0AFQ\=\= {
    border-radius: 12.5% / 16.67%;
  }
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eSW6K0ejJCCt4WDbIDh75g\=\= {
  background-position: center 25.279%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.QNjdNPOAI1cDIaUFXa8V-Q\=\= {
  background-position: center 33.4837%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tyomo7e5k3ElhhaV3a08Uw\=\= {
  background-position: center 48.1159%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.JOmoQNWcI59gnCSlSnlIRg\=\= {
  background-position: center 25.5025%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.gRiZNaiZMxmJuMMXYOnVww\=\= {
  background-position: center 13.5307%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CCzH1MuUYyZQMK1bLaM6Hg\=\= {
  background-position: center 13.309%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.J2\+\+hY7AEpjNEoiZh7p8bQ\=\= {
  background-position: center 33.25975%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xhRKRV\+TrcW0BBEwzNqxQA\=\= {
  background-position: center 33.7054%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GLpo1EmuenyIhT8YYcIOhQ\=\= {
  background-position: center 0.4524%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ponqrHRU84cd6jqjkkqVSA\=\= {
  background-position: center 53.6584%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.BStJt3Z37oy7l4cI\+Md5yA\=\= {
  background-position: center 13.7524%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+jAO2SAtCeZ\+SQqr3eVSbA\=\= {
  background-position: right 48.5593%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.PkIi8cacguEVKO0w9reCgQ\=\= {
  background-position: center 33.9271%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._8W0ID2R-95LvdniwwGZylg\=\= {
  background-position: center 48.781%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tBB6j7dX8hmzUOmm97mppg\=\= {
  background-position: left 13.9741%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GvVImNPSI07eJdneq-j1UQ\=\= {
  background-position: center 33.0403%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CoLT\+3kz4zfxfg13kndO2w\=\= {
  background-position: center 25.7242%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sDwTeraJIR9zyXMX31kpHA\=\= {
  background-position: center 34.5922%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZOWUv4zpJyBjBBOx9gp78A\=\= {
  background-position: center 14.4175%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.hcREi4G8p5FJmP3tRGZg9w\=\= {
  background-position: center 25.9459%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Fssw7BKFVB1yI4\+JGk2JbQ\=\= {
  background-position: center 34.3705%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.T0ZU9bmIydiMuxte3IBnBQ\=\= {
  background-position: center 1.1162%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.A5MCpunMpvUjhFvEoyD0cw\=\= {
  background-position: center 34.8139%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.wom7m4vt5v5LsUOC0lqfuQ\=\= {
  background-position: center 45.0121%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.dYVRLhkRbLcFFWJv84JzuQ\=\= {
  background-position: center 1.3379%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9FDlqoudnwR\+Q6BGpM9naA\=\= {
  background-position: center 0.6721%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UcDnLibg7bL1dS5R9Cneqg\=\= {
  background-position: center 22.6204%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4EbBf0KbWiWG-mCckcsUYw\=\= {
  background-position: center 15.0826%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UFkPCZz-Ji0omiJYMsGFxw\=\= {
  background-position: center 26.3885%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.G5gN2Xo2zUFNU5qXCif5WQ\=\= {
  background-position: center 15.306%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.E4RwFFPHhQEYWkkwp3UoYQ\=\= {
  background-position: center 14.6415%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1psxja\+8wLcFqnUR4Y1P1Q\=\= {
  background-position: center 15.7496%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CWpVhxBNoFsUGclRdvHBnA\=\= {
  background-position: left 14.1958%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.XGHoP13rWOXXVS6I-V\+K1Q\=\= {
  background-position: center 26.1676%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\-4Ky\+WiQy4e\+2U6IT42EaA\=\= {
  background-position: center 35.7007%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.aRtX8BZr9m6KVgzVAeWo-g\=\= {
  background-position: center 0.8958%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.d2qmHMp-PErcoVh8Orq7WQ\=\= {
  background-position: left 34.1488%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.d9HyQMgeyl5xR-S6qyobdw\=\= {
  background-position: center 14.8609%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TkhC9NhHRHwXmZ68-Ovltg\=\= {
  background-position: center 15.9694%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zN1j2R59tzAblPZT6g5vOg\=\= {
  background-position: center 49.2244%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.FOeNlKIccTh8zQjiCdu-ow\=\= {
  background-position: left 2.4467%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.-A-XVlYtdbh5LcXdqVi5Mg\=\= {
  background-position: center 2.0047%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0euiodvGxYWWcxzV1tpzRw\=\= {
  background-position: center 8.4316%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.LKkzrCwzacUU78hcHq9Beg\=\= {
  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token */
  background-color: #ee1719;
  background-position: center 43.9036%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Ypht3E28j\+HXSQObg5DlqA\=\= {
  background-position: center 4.8844%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TJwQs1zuViJIOZnqik77Fw\=\= {
  background-position: center 49.4445%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TrGbibP4CL4jrfYwZWY8gg\=\= {
  background-position: left 16.4128%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.jiUOxMxOaXfgcQfGdo\+P7A\=\= {
  background-position: center 1.5589%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.R52HdvYY3-C35R2CaHTg1g\=\= {
  background-position: left 26.8327%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.C2RolwK-ogEUaNwO6u3oMw\=\= {
  background-position: left 16.6345%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.bLkIGK285cMQaE4Qy8lLSQ\=\= {
  background-position: center 17.0779%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IWA-FkYqAq1J8c5M1KSPUg\=\= {
  background-position: left 17.2996%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zRlVn7KQDP-edZ9IArwkow\=\= {
  background-position: center 1.7805%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.XvhIqrACY\+bgPaautwYdHA\=\= {
  background-position: center 17.5213%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.kJr9TupZ49DOUrCSZKGejQ\=\= {
  background-position: center 49.002%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ofKyaMHeoiKR9YdznauGgQ\=\= {
  background-position: center 35.2555%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1IMzETdDH2RvbwK5YeDPKQ\=\= {
  background-position: left 35.479%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.w\+qX2E6QGSbuoOfjfGhuCw\=\= {
  background-position: center 36.8092%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eN5fgKBupHGz06H-56WPHQ\=\= {
  background-position: left 2.6674%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yUPcjZZuAWujC0kTSrOZRw\=\= {
  background-position: center 35.7007%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xQKeg0HLUTm-YaOrhtWqiQ\=\= {
  background-position: center 17.743%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._3X2oI5rkdWq9LCMnqAleeg\=\= {
  background-position: center 17.968%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.M-Re\+NXg\+igBEzyQafIqbQ\=\= {
  background-position: center 0.2287%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0UkxIyNF\+gomHHb-y89BZg\=\= {
  background-position: center 18.1864%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4g0mRsgLr4zMCQLvRhP8nw\=\= {
  background-position: center 35.9224%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ngrg9ZhB7e5rZ43dQhdtVQ\=\= {
  background-position: center 2.8931%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ChDa5\+-p3hNRRfcP\+hotYg\=\= {
  background-position: center 12.4222%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.wdrpno5rvtDUgXQXc\+c65A\=\= {
  background-position: left 3.3325%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.QMQNXaOv4WWCbzw\+8-ZgTA\=\= {
  background-position: left 43.4602%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.x1Q7D4NB30A1qCCrELnNuQ\=\= {
  background-position: center 3.5542%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.WN6FHnd389dvUmieicLBuw\=\= {
  background-position: center 53.875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ghheKdz01fZa1bbXI1sULw\=\= {
  background-position: center 36.3658%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ladBxKziOezkYhPSfxhFxw\=\= {
  background-position: center 49.6678%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IRsy3NsebALTF14q0\+jJOQ\=\= {
  background-position: center 18.6298%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.J9eoZPvnQPrfyV5bGZaC6A\=\= {
  background-position: center 50.7763%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sUvC1NS-ot-Jv4zOd-R4wQ\=\= {
  background-position: center 36.1441%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xRTRYFLZX7hwLb\+QXwf0nQ\=\= {
  background-position: center 36.5875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.kdxK747jh9Bwemj6whqvFw\=\= {
  background-position: center 3.7759%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.nI8xduYZR3qY8JTwgSBxUg\=\= {
  background-position: center 44.5687%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.RNfYZcfSfIsVIMJBl0go8Q\=\= {
  background-position: center 19.2987%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yZqfprdZnN9AakmItpI3Og\=\= {
  background-position: center 27.0544%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._69zBo9duejX6W3b5XHuv7g\=\= {
  background-position: center 18.8515%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._6n5wC7hfgxN1oZ5uKokX8A\=\= {
  background-position: center 37.4743%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Z9UcTQGk\+Y-q8jv6pp9lRQ\=\= {
  background-position: center 4.2229%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.aRMgGh5hjBKTwUIicfTsLg\=\= {
  background-position: center 37.0309%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.pwBmTCbklShnskILMd6nYA\=\= {
  background-position: left 19.0732%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.SczzAJ728ayAER8R4nb9Yg\=\= {
  background-position: center 4.0015%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mHt64orVqyouoQ90wA4y9w\=\= {
  background-position: center 4.441%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+EA4izZaXGdJlgU3sZJkmA\=\= {
  background-position: center 19.518%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.m4885AAhvE9xelFhIO3XWA\=\= {
  background-position: center 3.1125%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GrXbtyocSudYxrYVqvoIkw\=\= {
  background-position: left 37.2526%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0gpNY0OZ2ofN9gllzrqeng\=\= {
  background-position: center 19.7383%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yyF8BIbJTkniFJPZ64IrjA\=\= {
  background-position: center 50.1112%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.azi7OF20ofuQTfHNIHrxnQ\=\= {
  background-position: left 4.66663%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zAW3FlhCFmNTMiLK0gXqgw\=\= {
  background-position: center 19.96%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Xpm8e13-efWXL0HKDsd8HQ\=\= {
  background-position: center 27.2761%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oaSVMFBwGNet9ncaG2UarA\=\= {
  background-position: center 48.781%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4d6pfHG\+mhq\+nrxLu05hAw\=\= {
  background-position: center 20.4034%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.NtL05xLStw-GJMAPX7kclg\=\= {
  background-position: center 35.0356%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.cDcON\+j-8FkwO6uLlVJbtg\=\= {
  background-position: center 20.1817%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.niKPdZSnVXSAw4x3UJ-oVw\=\= {
  background-position: center 37.696%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UzBYs2FgChNANxAYKARqmA\=\= {
  background-position: center 27.7195%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.esKV1ubmvi93SI\+8B-erfQ\=\= {
  background-position: center 38.1394%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._3i19Nyc7ScKi0i3N1SQxSg\=\= {
  background-position: center 45.6772%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ohf9tVuY28JYon1wTmCAgw\=\= {
  background-position: center 38.3611%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1IptbA8yjHgD\+fZr86PECw\=\= {
  background-position: center 27.4978%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CSx-gmAA31df1wxqrwTxNA\=\= {
  background-position: center 45.4555%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GDo-L1FADEwSwRBEvJzBow\=\= {
  background-position: center 45.2338%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.bjkId1JWud43DcWSNz-7ww\=\= {
  background-position: center 37.9177%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ru7dJbsMczGmsOVKR3PYOw\=\= {
  background-position: center 38.5828%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Mrm0qib6KZbb\+T5RFBxW0Q\=\= {
  background-position: center 38.8045%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.egBEyZwjPSfgKeh9wVwOrA\=\= {
  background-position: center 20.6241%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0AGhgzucUmMzLJolueKa\+Q\=\= {
  background-position: left 46.1206%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UXAU9DrY1ZL11ygwGY46yg\=\= {
  background-position: center 27.9412%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.-NhKZz\+8vibyEFM\+q5gR0Q\=\= {
  background-position: center 5.1061%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.d\+lA4UiIWwgrnaZtaU319w\=\= {
  background-position: center 46.3423%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CXqRFjBVb2ehDrrjCxj\+bg\=\= {
  background-position: center 26.611%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9NNAFwEc4s-BRtK\+RI8DKw\=\= {
  background-position: center 50.3329%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.WgPPoTzwdq1dykh1-2GtGQ\=\= {
  background-position: center 16.8562%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.aFHjqVGoEQ9hBWetQGYsMg\=\= {
  background-position: center 22.8421%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4EZL3G1GhNT3kGVNowuUEw\=\= {
  background-position: left 29.9365%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mgLZzUtQbckBsD4RPuwgWA\=\= {
  background-position: center 31.2667%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.PL3dSpVBK31A1MRboslE9g\=\= {
  background-position: left 45.897%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DzMQRwK6GVNAa884tu0XZw\=\= {
  background-position: center 16.1911%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.-wANfngKTIsoEasVtH1tEg\=\= {
  background-position: center 28.1615%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mKfpbHUaG3WN3dsZpQmXFw\=\= {
  background-position: center 28.3846%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.KqzoCtkvqDdZMckBp7bbMg\=\= {
  background-position: center 46.561%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.faU6RZSCkJSiFkGXXX2bmA\=\= {
  background-position: center 23.0638%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.pwloNAgm8GxHRLm9rYWJjg\=\= {
  background-position: left 39.4696%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._35SDKY6Okec9wFJU2Vp5oA\=\= {
  background-position: right 31.4884%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.E1G-ol09ysIWwiN4ZVYWqg\=\= {
  background-position: left 5.5495%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ruF8C5xGbKtZQ5HgbkRZ4A\=\= {
  background-position: center 5.3298%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sNA3zJq62LUk2vL5eW79aA\=\= {
  background-position: center 39.6913%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ktt1P-1R1lRMVHt1KJ6F\+A\=\= {
  background-position: center 39.913%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+6sdkeBRokhW34eV7Sqbvg\=\= {
  background-position: center 39.2479%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0Ty1\+8pZma\+JYHXB3Pvc0Q\=\= {
  background-position: center 5.7712%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.pHpkqVr7TGmcoALK7LhlZg\=\= {
  background-position: center 7.3231%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sjm2dDrCrX5OidE5f3-AAg\=\= {
  background-position: center 40.5781%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._3PzCM0QcH57PO9xlT2xhwQ\=\= {
  background-position: center 40.3564%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.E9y\+bUF4LCvFp5\+DNVelxw\=\= {
  background-position: center 40.7998%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Qa9wTF-c1isuG0XXnquJvw\=\= {
  background-position: center 36.5875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Ib7mmScUDgLjzMYOHyQAPg\=\= {
  background-position: center 5.994%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ALZTPhHeIQa39SyIPakG-w\=\= {
  background-position: left 50.5546%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.T6ZBpylsya2v-othcq2eIQ\=\= {
  background-position: center 41.2432%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mmPZjiYnB2hMkN17RGv-\+A\=\= {
  background-position: center 6.4363%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.x2hGwsAOPvITsRog-E7QqQ\=\= {
  background-position: center 29.4931%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.z-qVV8baNm145crnP4H11w\=\= {
  background-position: left 29.2714%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.nF01VScXXPgqJSn-d26NnA\=\= {
  background-position: center 28.6063%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oXV7UN9IOFs0mLeL2UGVFA\=\= {
  background-position: center 30.1582%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.i6gMPfdcxLo2gl0OBTTJEA\=\= {
  background-position: center 20.8468%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.I1rHIGz7oBNbBcQo1G7\+xQ\=\= {
  background-position: center 6.658%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vilB1os00QvZfTq8wqVZiQ\=\= {
  background-position: center 21.2902%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Swp0w3TJEURpPy-WY-q8Xw\=\= {
  background-position: left 40.1347%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vhRhsMs7Oj1VhO0WmXa3UQ\=\= {
  background-position: center 6.8805%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Z7tfidIBTot76zWz6BaCAQ\=\= {
  background-position: center 29.0497%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZPAoLIMuZz6TetKR6i4bQA\=\= {
  background-position: center 6.2156%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._8XUiWwYXjENSpPtFzAdo9A\=\= {
  background-position: center 21.0685%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Atj5F6N6g4sEkEixFVSmeA\=\= {
  background-position: center 28.829%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.OHMy7RhfgDoSQYh5mhcI5Q\=\= {
  background-position: left 7.5448%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.hjBNwTXgJOHMnjciBrTL5Q\=\= {
  background-position: left 7.7661%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.uV1kyY16yqdqq1keoRAKDw\=\= {
  background-position: center 50.998%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.R44VeI1LTKjRCp6a6SNY2g\=\= {
  background-position: center 7.98937%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._89fLt39STvrd\+lKowvYcgA\=\= {
  background-position: center 51.8848%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mEUQwy9id75M7xCRKGcV7A\=\= {
  background-position: center 8.2099%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._16gfMasPQpivuGXSTIpsZQ\=\= {
  background-position: center 21.5119%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tDczNTYovkpPBK5U4VdIMw\=\= {
  background-position: center 41.0215%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.T3t-PfRH\+MebYU7YT4ndzw\=\= {
  background-position: center 41.4649%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DEI8uyTx0xFynMUWqzVPvg\=\= {
  background-position: left 29.7148%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.NlU0cfq5b\+eFReQTDkja7w\=\= {
  background-position: left 51.4414%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.VKBgSHt2fbiXKeRngXx0jw\=\= {
  background-position: center 51.6631%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Zvpk0GKVXq06uQARoQ-SEQ\=\= {
  background-position: center 51.2197%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5B8UFnD7VG07A4IdaMH4JA\=\= {
  background-position: left 46.7857%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.k4q0I7JEmr19FidA9biFjQ\=\= {
  background-position: center 21.7336%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+n4HiqRUXx3kF6dpa27kHw\=\= {
  background-position: center 22.177%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.WleAQetr3U1vTRNWoMcOlw\=\= {
  background-position: center 49.8895%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4ONExeqVSa4-vt9Q2z8KFQ\=\= {
  background-position: center 30.6016%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ptoDfvFiCJ6Ou-43vy6RDg\=\= {
  background-position: left 30.8233%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eicTbMkEcjrb-2\+-a8KelQ\=\= {
  background-position: center 47.0074%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.HPQJWOMq9YBQ4UvyjtgxCw\=\= {
  background-position: center 41.6866%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ky3fZnb-kaDZH-iB6B\+SnA\=\= {
  background-position: center 23.2855%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._7xl5BR5RvJJjsIxfedU2tA\=\= {
  background-position: left 22.4002%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xz418hpInw13kaUBF53fyw\=\= {
  background-position: center 47.2291%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IUN489rW\+qAQtkdqZMBMCQ\=\= {
  background-position: center 41.9083%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5XpUnBtE-gaCqsZhw1xEMw\=\= {
  background-position: center 30.3799%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.s8KSxrRibNulQB7LFuBvLw\=\= {
  background-position: center 21.9553%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5VSf6fT34iCmoItUmV9F7w\=\= {
  background-position: center 47.4508%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.KiYIdup8EzQMhBHMruzTPw\=\= {
  background-position: center 8.6533%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.M7Y0tZFmhgW2Y2sab9-tmg\=\= {
  background-position: center 42.13%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Wo2OjNI4wCk0dhoY0zk-xw\=\= {
  background-position: center 42.7951%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mDkvCs7l\+9TkAdqwqvrAng\=\= {
  background-position: center 42.3517%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1q1jGCgoEAsXAVCf67zoBQ\=\= {
  background-position: right 8.875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ja-38Jm74tTK-nwCjru2dw\=\= {
  background-position: center 47.6725%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eQoYsSZjkwtYFsbRcmAmjg\=\= {
  background-position: left 52.3282%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9HDTCE54g7\+BYlJM1HP4oQ\=\= {
  background-position: left 9.7628%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._89760NRbSkP8iAplhcwvaw\=\= {
  background-position: center 10.8703%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.BXMubOTJKUsbI5Cfmv67nw\=\= {
  background-position: center 43.6819%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oH1FbtA2TdbY8LLTSctkyQ\=\= {
  background-position: left 31.045%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.OGkzzKcU2AqhF0Iz0Oaeeg\=\= {
  background-position: center 9.0967%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.h0\+aW1IFOaLCVU9NE3D\+pw\=\= {
  background-position: center 43.2385%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vZ-WMBMyfM2HY5p2VvKNNg\=\= {
  background-position: center 41.4649%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.gqztP09hlRw2lBFrvnspVg\=\= {
  background-position: center 43.0168%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.R1xzMpJya7sKEdOQEiDFSw\=\= {
  background-position: center 9.9845%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.LqRgtYWCnL-vJoXfBo5Vuw\=\= {
  background-position: center 42.5734%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DbUbw9-g-EBkFvVfMEsbKQ\=\= {
  background-position: center 9.5426%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tZdcXar54gEHcP7y3OVr9A\=\= {
  background-position: center 10.2052%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.JPllzk4UF9kxu3dAH336Pg\=\= {
  background-position: center 11.0945%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eFogh5Sw8Q3JOpN7Fer5Iw\=\= {
  background-position: left 10.6486%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5DurX4kNSjqepz3OKKCL5A\=\= {
  background-position: center 9.32237%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zLwnpRZS3\+stXHFKhZAkHQ\=\= {
  background-position: center 18.4081%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TmPuFgagE3iNOTUVg0C3yg\=\= {
  background-position: left 23.732%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5VIrtkmcj5Ym5n0-zos0QQ\=\= {
  background-position: center 47.8942%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oBjImLZyzMb\+1bWlNtdpHw\=\= {
  background-position: center 11.3135%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IMWU9KodAUIrjgCn8Hh41A\=\= {
  background-position: center 24.1723%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._6fVmMsC3hRMVr-Qv8MOjIg\=\= {
  background-position: center 2.2247%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Wl9Haf0\+5B7JIopIvibQqA\=\= {
  background-position: center 36.5875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.dVjJL0WB\+AjPBXZqLwZKrA\=\= {
  background-position: left 11.5354%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.AprAn53a4iuJdSJQnqJwiQ\=\= {
  background-position: center 32.1535%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.q6ivVHTvtqEuNEfWFPzwRw\=\= {
  background-position: center 31.9318%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.lcpwldOlI00sUwguiOg9JQ\=\= {
  background-position: center 52.5499%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._8WNoH3xer6uoBfMTRMFDMQ\=\= {
  background-position: left 32.3752%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DsiCw\+33fj9SyB8E0ziiiQ\=\= {
  background-position: center 32.5969%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.h\+SkLfrbjgIzLDatkLIZqQ\=\= {
  background-position: center 11.7593%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1I9UJw4pfMpzccYyGAmDcA\=\= {
  background-position: left 52.7716%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yKD9cQnUkN80uoGzwuo\+hQ\=\= {
  background-position: center 44.1253%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.amqm-MbScMisFhI3aTCqVw\=\= {
  background-position: center 23.9506%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oCAOOlyCJ3J7oycgtb0zIg\=\= {
  background-position: center 52.9933%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9XiVrm\+8eVBdbyFMA3aoOw\=\= {
  background-position: left 31.7101%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.MwHue7tckjueFGZZ9EJ2BQ\=\= {
  background-position: center 12.2005%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.JovsxokiWjDS\+GF6TeAncw\=\= {
  background-position: center 44.347%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.XGR9d6LY44naovrVTwZzXQ\=\= {
  background-position: center 11.9799%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Cr8TqZdHaz2NVtgVtRjutg\=\= {
  background-position: center 24.392%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sqYs\+ouRAhWxylNOESyIPQ\=\= {
  background-position: center 54.54%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._2NtXndNOshsEioEA05D5kw\=\= {
  background-position: center 24.392%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZSuHMbRuabFFmbq7zn2MfQ\=\= {
  background-position: left 24.8374%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZGwCOc5ruedodWbPEfEsXw\=\= {
  background-position: left 48.3376%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.g4f8N-hG110swx7ifvE\+Fg\=\= {
  background-position: right 44.7904%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ykPo-Mg5X8o\+3VOixBvFkw\=\= {
  background-position: center 23.5072%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._7MiU-iaNbKGnduVOQwM23w\=\= {
  background-position: center 25.0591%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.MmE1DS0OPTTrwPinkHnJxA\=\= {
  background-position: center 15.528%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Cq9wZsm5T9SmCng2C0Gisw\=\= {
  background-position: center 24.6157%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ba3gniCmPptxxvN5RGiiyA\=\= {
  background-position: center 32.8186%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.AzqUMUZGMqcyF-plRVm1xA\=\= {
  background-position: left 53.215%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vQn4FDSuaKEjNkSJbd7qAw\=\= {
  background-position: center 53.4385%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Lhbo1UrO-lka6qeH9TIZwQ\=\= {
  background-position: left 52.1065%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.HRkLVGs8Xl7oPYw\+HK8FuA\=\= {
  background-position: center 39.0262%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Junt7t\+Nvd2bFVTx2RS7zQ\=\= {
  background-position: center 12.644%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.EoLM0chg0fhDGg7LHTN2AA\=\= {
  background-position: center 7.1038%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.BZkAmKUI-PCKSKvRI8uhNg\=\= {
  background-position: left 10.4269%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.NHdsPD0QNEaeZLrlUwv35Q\=\= {
  background-position: center 12.8664%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.f\+EOHrNnxDp2bdAu4XYkXg\=\= {
  background-position: left 13.0873%;
}

.iVJk\+cYrAtUYxuwyWxb4Ig\=\= {
  position: absolute;
  bottom: 32px;
  left: 50%;
  z-index: var(--z-index-above);
}

.RDUE0ZY2yZIUApkAEUoEKg\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 504px;
  min-height: 72px;
  padding: calc(15px - 1px);
  background: var(--elevation-high);
  border: 1px solid var(--border-tertiary);
  border-radius: 10px;
  box-shadow: var(--shadow-high);
  transform: translateX(-50%);

  @media only screen and (width < 1368px) {
    min-width: 400px;
  }
}

/* stylelint-disable selector-class-pattern */
.wJTrw2EVxxYFLasE\+pJ2-w\=\= {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}

.YxmbPTeODLXLCGFoW5XZ\+Q\=\=,
.vLgDdD1x4L-vzHcSjTWSiQ\=\= {
  top: 0;
  right: 0;
  z-index: 1;
  grid-row: 1;
  grid-column: 1 / -1;
  width: 100%;
  text-align: right;
  pointer-events: none;
}

.vLgDdD1x4L-vzHcSjTWSiQ\=\= {
  height: 0;
}

._3MJl2QmJbgTJBLCXMdFUCA\=\= {
  position: sticky;
  top: 16px;
  right: 16px;
  pointer-events: auto;
}

.rl68A7U-f-jcFqubCHC8qg\=\= {
  z-index: 2;
  margin: 16px 16px 0 0;
  pointer-events: auto;
}

.heYItU8owGG6VbXwWht68A\=\= {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  padding-bottom: 0;
  overflow: auto;
  background: var(--elevation-default);
}

.d6sQ0ej\+TXF9kxLHt59TjA\=\= {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  max-width: 536px;
  min-height: 100vh;
  padding: 80px 16px 0 16px;
  margin: 0 auto;
}

.u2y6HENQ\+5nlscYmHzWHcg\=\= {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.tyKj81vBieAMh6\+ieWjKtg\=\= {
  margin: 0;
  color: var(--content-primary-a);
}

.KXnHxgfcLZTU36POWdwfyw\=\= {
  margin: 0;
  color: var(--content-primary-a);
}

.GMZ3q\+OIk8shpbenyu0R4Q\=\= {
  position: sticky;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 24px 0 32px;
  background: var(--elevation-default);
}

.GMZ3q\+OIk8shpbenyu0R4Q\=\= > * + * {
  margin-left: 16px;
}

.bqrGRI\+zGnG4CniGJ5JfQA\=\= {
  display: grid;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  overflow-x: hidden;
  background: var(--elevation-default);
}

@media (width >= 777px) {
  .bqrGRI\+zGnG4CniGJ5JfQA\=\=.E4ZKFNcBLa6roK1ZDxACXQ\=\= {
    grid-template-rows: 100%;
    grid-template-columns: 67% 33%;
  }

  .bqrGRI\+zGnG4CniGJ5JfQA\=\=.Jpx4ATxo2tmukzrkVHbFgQ\=\= {
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
  }
}

.IrBbq-zJuQbNRnL08wXnkg\=\= {
  display: flex;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
  justify-content: center;
  width: 504px;
  margin: 0 auto;
  color: var(--content-primary-a);
}

.MlD2I3vW2ccR0\+hbWHKpVQ\=\= {
  position: relative;
  display: flex;
  grid-row: 1;
  grid-column: 2;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (width <= 776px) {
  .MlD2I3vW2ccR0\+hbWHKpVQ\=\= {
    display: none;
  }
}

.MlD2I3vW2ccR0\+hbWHKpVQ\=\= > img {
  position: absolute;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.MSlp-t69wNu7-9LoKTyU\+A\=\= {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--content-primary-a);
}

.EGYX94bwpD53xhW5bt5Olg\=\= {
  margin-top: 0;
  margin-bottom: 32px;
  color: var(--content-primary-a);
}

.fSP7OYRKxZHqobRfhLWLHw\=\= {
  margin-top: 32px;
}

.JOWF2PUhpvLVEflsn3AhJw\=\= {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  color: var(--content-primary-a);
}

._5N4bXcfjsGNWf\+BD4I4YaA\=\= {
  margin-top: 4px;
}

.JtNyF2FpnGcJIx7sFBResw\=\= {
  --list-item-spacing: 16px;

  padding: 0;
  list-style: none;

  &._73UND3VB5jHOMrmq4DpJWA\=\= {
    --list-item-spacing: 8px;
  }
}

.JtNyF2FpnGcJIx7sFBResw\=\= > li:not(:last-child) {
  margin-bottom: var(--list-item-spacing);
}

/* stylelint-disable selector-class-pattern */
._7T2Qizgz3XEHN1Mn8UT07g\=\= {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Pyg\+ElU3d0H8-RCr3B5cqg\=\= {
  display: flex;
  align-items: center;
}

._3NCtzj7-gAAh4h1R8CDVjw\=\= {
  position: absolute;
  margin-left: 12px;
  color: var(--content-primary-a);
  pointer-events: none;
}

.LM0Nvcos5qlUjLfDQvixrg\=\= {
  width: 100%;
  padding: 8px 12px 8px 36px;
  pointer-events: all;
  background-color: var(--background-tertiary);
  border: none;
}

.LM0Nvcos5qlUjLfDQvixrg\=\=::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

._7T2Qizgz3XEHN1Mn8UT07g\=\=[data-empty='true'] .AwfdC5c2Fy6AFLD\+HOfNzw\=\= {
  display: none;
}

.LM0Nvcos5qlUjLfDQvixrg\=\=.LyaqxkDSn5oQPvQpeCCKYg\=\= {
  height: 32px;
  padding: 0 36px;
  line-height: 40px;
}

.AwfdC5c2Fy6AFLD\+HOfNzw\=\= {
  position: absolute;
  right: 0;

  svg path {
    fill: var(--content-tertiary);
  }
}

.ZBi3nvW-YvBpc4thTthkqg\=\= {
  position: absolute;
  right: 35px;
}

._0crgOiauhlzPY0h5lvTcpw\=\= {
  display: flex;
  flex: 1 0;
  align-items: center;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;

  &[data-placeholder='true'] {
    color: var(--content-secondary);
  }
}

/* Trigger styles - based on power-select-customs/trigger.module.css */
.s9CAodev9rKClH7Srtk6Qg\=\= {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.s9CAodev9rKClH7Srtk6Qg\=\= > .DYFXSwiaEhjqnBU0gLtXkA\=\= {
  padding: 0;
  margin: 0;
}

.oJPqf2mtP2fPg5zXdEDcPA\=\= {
  margin-right: 4px;
  color: var(--content-secondary);
}

._0-yvey8jJY2JxX1BvM5oww\=\= {
  z-index: var(--z-index-mid);
  display: flex;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0 none;
}

._0-yvey8jJY2JxX1BvM5oww\=\= svg {
  width: 12px;
  height: 12px;
}

.JW7\+xIuQPu8EmKTn-yMqeA\=\= {
  margin-right: 11px;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  color: var(--content-secondary);
  text-align: right;
}

.RV9Ku37iFijq1ik1MDOjSw\=\= {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 12px;
}

/* Footer styles - based on power-select-customs/multiple/footer.module.css */

.\+aXn5RkNsMTz4A1b0195mg\=\= {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--content-primary-a);
  white-space: nowrap;
  background-color: var(--background-secondary);
  border-top: 1px solid var(--border-tertiary);
  border-radius: 0 0 4px 4px;
}

.i4gT9CBk4k7u1Jgm5H8lpA\=\= {
  --bg-color: var(--elevation-low);

  flex: 1;
  padding: 8px 16px;
}

._8R-N\+aKa\+aDbMzwXNwDysQ\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

._6ayZNFuyhBNLqhNaiq2cug\=\= {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-overflow: ellipsis;
  white-space: nowrap;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }
}

.NEF62hR\+nZnLsmDGgfQSjA\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.klj\+fcqV5T-5x\+K2yM04Zg\=\= {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.DEdBf9XwILPc-LPLZIiI5A\=\= {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  height: 40px;
}

.DEdBf9XwILPc-LPLZIiI5A\=\=._0DO0Im-9kBmPoMmn4vhd8Q\=\= {
  width: calc(100% - 32px - 8px); /* 100% - button width - gap */
}

.NLe7kvCUhdOJtF6HFwdkwA\=\= {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.Z-UxF8ZJUzW4fTVYxdBU4A\=\= {
  flex-shrink: 0;
}

/* Popover styles - based on select.module.css */
.Xk\+CSLmunDVLNmZPOrog7Q\=\= {
  display: flex;
  flex-direction: column;
  width: var(--trigger-width);
  min-width: 208px;
  overflow: auto;
  overflow-y: auto;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);

  &:not(.dnaLO\+aTVMgLrRIw4NxAxA\=\=) {
    width: auto;
    max-width: 360px;
  }
}

.vJuZ0erKGWh3vhsi23K4\+w\=\= {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.S3dQ7SgL3WTZDRL44IIfFg\=\= {
  background-color: var(--elevation-high);
  border-bottom: 1px solid var(--border-tertiary);
  border-radius: 0;

  &:focus-visible {
    border-bottom: 1px solid var(--border-tertiary);
    box-shadow: none;
  }

  svg {
    margin-left: 16px;
  }
}

.nise2HITi2qG0QL8DS-SBw\=\= {
  color: var(--content-error);
}

.CpWXiYt2i\+RSxMnnfu6Wig\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* stylelint-disable selector-class-pattern */
._631DSrBSQ5E4qDx0V5kM2g\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.CfunxQSya9igoOoXmFtIQA\=\= {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 40px;
}

.CfunxQSya9igoOoXmFtIQA\=\= > .Tjzjg9n18WY3Mw1QDOJu1Q\=\= {
  display: flex;
  flex: 1 0;
  align-items: center;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;

  &[data-placeholder='true'] {
    color: var(--content-secondary);
  }
}

.IiOGIA0FVi\+z\+Ghi8anDmA\=\= {
  width: var(--trigger-width);
  min-width: 208px;
  overflow: auto;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);

  &:not(._67wbGtlnSQmiq0RQnjRutA\=\=) {
    width: auto;
    max-width: 360px;
  }
}

.KIF7LQAxFhTEEZNT7GclFQ\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

._98eQCTPI1L9gmMh2X-1hNA\=\= {
  background-color: var(--elevation-high);
  border-bottom: 1px solid var(--border-tertiary);
  border-radius: 0;

  &:focus-visible {
    border-bottom: 1px solid var(--border-tertiary);
    box-shadow: none;
  }
}

.IX-VnIYHFb6ED-dbpNkZiA\=\= {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-overflow: ellipsis;
  white-space: nowrap;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }
}

.L53cSBxOYM70ZOkR-JfRFA\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gVqtEE1ZEonKlNGyHfttvQ\=\= {
  position: relative;
  display: flex;
  align-items: center;

  & > input {
    position: relative;
    left: -1px;
    z-index: var(--z-index-default);
    flex: 1 0;
    min-width: 0 !important;

    &:not([data-focused]) {
      z-index: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    &[data-pressed] {
      z-index: var(--z-index-default);
    }
  }
}

.Y3ZVE-Kx9O1JJeTzuQSpEw\=\= button {
  position: relative;
  z-index: var(--z-index-default);

  &:not([data-focused]) {
    z-index: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  &[data-pressed] {
    z-index: var(--z-index-default);
  }
}

._2LdXtFAiqE6LSBO1AcR2Gw\=\= {
  ._3hzQancpfUhhWHKQA53lbw\=\= {
    margin-right: 0;
  }

  .Ai\+t8IUM4pEmBaQyQG483g\=\= {
    display: none;
  }

  .GOp24bNQAX9twLuGRRJ9Pg\=\= {
    margin-left: 12px;
  }
}

.ate2iknZz9\+mByMq3iC92g\=\= {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--background-placeholder);
  background-size: 800px 104px;
  animation-name: xEa51cHHLHPBJLos1r1Wfg\=\=;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes xEa51cHHLHPBJLos1r1Wfg\=\= {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

.SD\+y6s38OoEybFjgPcDCdg\=\= {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 8px;
  overflow: hidden;
  background: var(--background-placeholder);
  background-size: 1000px 104px;
  border-radius: 50px;
  animation-name: AA4FO87N6BMR7oYl5ouTWQ\=\=;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

._9smswYMc1VMv4eRMOOp0rQ\=\= {
  margin-top: 0;
}

@keyframes AA4FO87N6BMR7oYl5ouTWQ\=\= {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

.sQILOK\+vWjnW7yLNgl\+GdQ\=\= {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* stylelint-disable selector-class-pattern */
.xnG9W6dfqq3r\+9-ISUkXiA\=\= {
  position: relative;
  width: 504px;
  padding: calc(40px - 1px);
  color: var(--content-primary-a);
  background-color: var(--elevation-high);
  border: 1px solid var(--border-tertiary);
  border-radius: 24px;
  box-shadow: var(--shadow-high);

  /* If there is a promotional illustration as a child of the popup, we need to style the close icon differently */
  &:has(.GPHlA9Oqyd6u3brW7eJD3w\=\=) {
    .pjmHJFw53Chm3GDwY1bZMA\=\= svg {
      color: var(--content-primary-a-static);
    }
  }
}

.o0-a9wRg3jx\+PsqptcdYSQ\=\= {
  &:focus,
  &:focus-visible,
  &:focus-within {
    outline: none;
    box-shadow: none;
  }
}

._4JiR\+5htdjULtFmY7ADIWQ\=\= {
  margin-bottom: 16px;
}

.dn56UqbQ\+EBsTzF584ctWg\=\= {
  margin-bottom: 16px;
}

.kXF0cS-IVftk-PzxZyf6oA\=\= {
  margin-top: 0;
  margin-right: 16px; /* to avoid overlap with X button */
  margin-bottom: 16px;
  overflow-wrap: break-word;
}

.Dr9UMz9JYJtgn4EJ8DQ4AA\=\= {
  overflow-wrap: break-word;
}

.\+LL3fMJ910x9S0\+gETcjqQ\=\= {
  margin-top: 24px;
}

.LY-kyguV8CnTX48vQpqZoQ\=\= {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.pjmHJFw53Chm3GDwY1bZMA\=\= {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--content-primary-a);

  svg {
    width: 16px;
    height: 16px;
  }

  /* This selector can be removed once Popup.tsx is removed in favor of the Composable Popup */
  &.EtDYgfc9cw9NzKAhNFKRaQ\=\= svg {
    color: var(--content-primary-a-static);
  }
}

.react-aria-ModalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: calc(var(--z-index-above) + 10);
  width: 100%;
  height: 100%;
  background-color: var(--background-modal-overlay);
  animation: nWCbGi6mnVAYFUEOaIGh3Q\=\= 0.5s ease-in-out;
}

body.has-fullscreen-modal .react-aria-ModalOverlay,
body.has-popup-modal .react-aria-ModalOverlay {
  z-index: 51;
}

.react-aria-ModalOverlay > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.IU5fARPrkgGmGdovEOzebQ\=\= {
  margin: 0;
}

.GPHlA9Oqyd6u3brW7eJD3w\=\= {
  box-sizing: border-box;
  margin: -40px -40px 24px;
}

.GPHlA9Oqyd6u3brW7eJD3w\=\= > * {
  width: 100%;
  border-radius: 23px 23px 0 0;
}

@media (width <= 776px) {
  .xnG9W6dfqq3r\+9-ISUkXiA\=\= {
    width: 100%;
  }
}

/* stylelint-disable selector-class-pattern */
.ulArIK1Mjh-E128lpJpM5g\=\= {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: var(--background-secondary);
  border-radius: 4px;
}

.xIeP5efUirihuPMjI-Ibpw\=\= {
  height: 4px;
  background: var(--background-primary);
  border-radius: 4px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.h8vQjhML47ssObjeRlCrmQ\=\= {
  background-color: var(--background-accent-high);
}

.Y7wDYBB4Xn7HptgZV8m3Hg\=\= {
  background-color: var(--content-success);
}

.VKRzY4nZ4aVZhsTVmgEJSA\=\= {
  &:not([aria-valuenow]) {
    .xIeP5efUirihuPMjI-Ibpw\=\= {
      position: absolute;
      width: 120px;
      border-radius: inherit;
      animation: b4FXFk0eRGxKYMCve13TNA\=\= 1.5s infinite ease-in-out;
      will-change: left;
    }
  }
}

@keyframes b4FXFk0eRGxKYMCve13TNA\=\= {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

/* stylelint-disable selector-class-pattern */
._9JaoAVz84V6IHRpKZcR59A\=\= {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  width: 100%;
  padding: calc(16px - 1px);
  color: var(--content-primary-a);
  text-align: left;
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
  box-shadow: var(--shadow-low);
  transition: box-shadow 0.2s ease-in-out;
}

.p7nfDpKnaiQm4fVpQT\+vKA\=\= {
  cursor: pointer;
}

.p7nfDpKnaiQm4fVpQT\+vKA\=\=:hover {
  box-shadow: var(--shadow-high);
}

.p7nfDpKnaiQm4fVpQT\+vKA\=\=:focus-visible {
  box-shadow: 0 0 0 5px var(--border-accent-low);
}

.WA\+U8R48OnJKyqO9oXJkdg\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._1\+xpaVds0y5AWIkdFbE5Vw\=\= {
  padding: 0;
  line-height: 23px;
  cursor: pointer;
  border-bottom: 1px solid var(--content-primary-a);
}

.AbrBHTDhl-PnadZj5urzdw\=\= {
  position: absolute;
  top: 16px;
  right: 16px;
}

.G5nXnBNk3kbHzOHwAyVxag\=\= {
  width: 32px;
  height: 32px;
}

/* stylelint-disable selector-class-pattern */
.bYUpxVq5GcGMyvxefvxdyA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.m1EvGyix50SMo9SGctEj4A\=\= {
  max-width: 120px;
  max-height: 120px;
}

._5uBJP46TBgZTm48l-COOCg\=\= {
  max-width: 200px;
  max-height: 200px;
}

.CldVzKrPdu0ZkebTOmhu8Q\=\= {
  max-width: 378px;
  max-height: 378px;
}

.IrBBikMmK\+yLBxPMzS8Fsw\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 504px;
  height: 100%;
  margin: 0 auto;
  color: var(--content-primary-a);
  text-align: center;
}

.V2jo0bbcVIucWrErgBy7ug\=\= {
  --border-color: var(--border-secondary);
  --knob-color: var(--background-accent-high);

  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--content-primary-a);
  forced-color-adjust: none;

  &::before {
    box-sizing: border-box;
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transition: all 200ms;
  }

  &[data-pressed]::before,
  &[data-selected]::before {
    background: radial-gradient(circle at center, var(--knob-color) 40%, transparent 40%);
    border-color: var(--knob-color);
  }

  &[data-focus-visible]::before {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }

  &:hover {
    cursor: pointer;

    &::before {
      background-color: var(--state-primary-a-hover);
    }
  }

  &[data-disabled] {
    color: var(--content-secondary);
    cursor: not-allowed;

    &::before {
      opacity: 0.45;
    }

    &:hover {
      &::before {
        background-color: var(--state-primary-a);
      }
    }
  }
}

:root {
  --radio-size: 16px;
}

.JTyy5qQpPE4iuFCif9kabA\=\= {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--content-primary-a);

  .DaAUxuvnF7YimA9\+oXd6Cg\=\= {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: var(--background-error-high);
  }

  ._6J1Gpiy2ywM4zxM7WtM\+kw\=\= {
    padding: 0;
    color: var(--content-secondary);
    background: none;
    border: none;
  }
}

/* stylelint-disable selector-class-pattern */
._1M4lIa01pFSZV8tsm\+PwiA\=\= {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 16px;
  text-decoration: unset;
  appearance: none;
  cursor: pointer;
  background-color: var(--elevation-high);
  border-radius: 4px;
  outline: none;
  transition: all var(--transition-duration-short) ease-in-out;
}

.bp\+fRIqBPJKY-NeCFYu8xQ\=\= {
  border: 1px solid var(--border-tertiary);
  box-shadow: var(--shadow-low);

  &:hover {
    box-shadow: var(--shadow-high);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.KaJaACljWAANtoqt0e6Thg\=\= {
  border: 1px dashed var(--border-tertiary);

  &:hover {
    border-color: var(--border-secondary);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.t4sFnZJElANgU8RvldEDPw\=\= {
  cursor: not-allowed;
  background-color: var(--elevation-low);
  border-color: var(--border-tertiary);
  box-shadow: none;
  opacity: var(--disabled-opacity);
}

.tdh6U8E-lBsKxmUXRl-NNg\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.tdh6U8E-lBsKxmUXRl-NNg\=\= svg {
  width: 100%;
  height: auto;
}

._2jojxICbazmOPQIYymFoBg\=\= {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.Wzqcdf2pEfGe2vbJRSVGuQ\=\= {
  color: var(--content-primary-a);
  text-align: left;
}

.YI6BhhB9CEHBkt02m0dvYQ\=\= {
  color: var(--content-secondary);
  text-align: left;
}

.c\+-NPYVeDHt15oY8YbJvyA\=\= {
  color: var(--content-secondary);
  text-align: left;
}

._5\+2ieMJ7tGC6mXh0Tol7xw\=\= {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 16px;
  height: 16px;
  margin-left: 24px;
  background: transparent;

  svg {
    width: auto;
    height: 16px;

    path {
      fill: var(--content-secondary);
    }
  }
}

.NnDdw5PAJ4uCERtPrp3gzw\=\= {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--elevation-high);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
  box-shadow: var(--shadow-low);

  &:hover {
    box-shadow: var(--shadow-high);
  }
}

.szvztc1TDzpQwu462ApFKg\=\= {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 16px;
  background-color: transparent;
  border: 0;
  transition: all var(--transition-duration-short) ease-in-out;

  &._5d-2aqRrldaF0BXr9uHYAw\=\= {
    height: auto;
    min-height: 80px;
  }
}

.WopsKrWU\+jyNZ\+M2CpXCmQ\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 4px 16px 4px 0;

  > svg {
    width: 100%;
    height: auto;
  }
}

.kbVvkxHpDyCnfgwztfSunw\=\= {
  cursor: initial;
  background-color: var(--elevation-low);
}

.rGqAOlsC6DNT8huyqAFiWQ\=\= {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.K4sotd-ZD-uEW7arObtsxQ\=\= {
  color: var(--content-primary-a);
  text-align: left;
}

.QfMa\+bMMYk5ccCxe0OQlcw\=\= {
  color: var(--content-secondary);
  text-align: left;
}

._52rS9c0aLPNEcQ-amouxIQ\=\= {
  padding: calc(16px - 1px) 16px 16px;
  color: var(--content-primary-a);
  border-top: 1px solid var(--border-tertiary);
}

.p3HBLIAgwiO93mEZ7jfkZA\=\= {
  display: inline-flex;
  align-items: center;
}

.AfXsdgju7ebBNEOEupED4g\=\= {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  flex-shrink: 0;
  align-items: center;
  width: 36px;
  height: 16px;
  padding: 4px;
  cursor: pointer;
  background-color: var(--background-toggle);
  border: none;
  border-radius: 12px;
  transition: background-color 0.2s;
}

._8DHEawjFKF\+6Lkon4pfAJw\=\= {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.JkX9GjMDjFuvEYJcuFjI5Q\=\=:hover + ._8DHEawjFKF\+6Lkon4pfAJw\=\= {
  background-color: var(--state-primary-a-hover);
}

._8DHEawjFKF\+6Lkon4pfAJw\=\=:hover {
  background-color: var(--state-primary-a-hover);
}

.AfXsdgju7ebBNEOEupED4g\=\=:active ._8DHEawjFKF\+6Lkon4pfAJw\=\= {
  background-color: var(--state-primary-a-pressed);
}

.JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--content-primary-b-static);
  border-radius: 8px;
  transition:
    transform 0.2s,
    background-color 0.2s,
    width 0.2s;
  transform: translateX(0);
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-selected] .AfXsdgju7ebBNEOEupED4g\=\= {
  background-color: var(--background-accent-high);
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-selected] .AfXsdgju7ebBNEOEupED4g\=\= .JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  background-color: var(--content-primary-b-static);
  transform: translateX(20px);
}

.AfXsdgju7ebBNEOEupED4g\=\=:active .JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  width: 25px;
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-selected] .AfXsdgju7ebBNEOEupED4g\=\=:active .JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  background-color: var(--content-primary-b-static);
  transform: translateX(11px);
}

.AfXsdgju7ebBNEOEupED4g\=\=:active {
  background-color: var(--background-accent-high);
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-disabled] .AfXsdgju7ebBNEOEupED4g\=\= {
  pointer-events: none;
  opacity: 0.5;
}

[data-focus-visible='true'] .AfXsdgju7ebBNEOEupED4g\=\= {
  border-radius: 12px;
  outline: 4px solid var(--border-accent-low);
}

.efxIJs7bJ8VuQwSRwazXsA\=\= {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 15px;
  text-decoration: unset;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: all var(--transition-duration-short) ease-in-out;

  & > *:not(:last-child) {
    flex-grow: 1;
  }
}

.RwlKg3StJIDFW2ELWgGpcA\=\= {
  cursor: initial;
  background-color: var(--elevation-low);
}

.BfZwp8SPBjDz3gUcsDVYOQ\=\= {
  cursor: not-allowed;
}

.MYPlqAivEtMYiC64k0J-Tw\=\= {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--elevation-high);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
  box-shadow: var(--shadow-low);
}

.fcc-5YUiqWxLds5H3jo93Q\=\= {
  border: 1px solid var(--border-tertiary);
  box-shadow: var(--shadow-low);

  &:not(&.vYzaQmAuHYPcHo5gXqBVXA\=\=):hover {
    box-shadow: var(--shadow-high);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.\+MI9I0kPw8Ob4W-LkYCmSw\=\= {
  background-color: var(--background-tertiary);
  border-color: var(--border-tertiary);
  box-shadow: none;
  opacity: var(--disabled-opacity);
}

.b7uICpKw\+xSC6iIzp0Pddg\=\= {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.N-PRkKAhhNurn2CSuLbi4Q\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.N-PRkKAhhNurn2CSuLbi4Q\=\= svg {
  width: 100%;
  height: auto;
}

.LXYc0vRVZ1Z8qd5lcBGSgg\=\= {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.aJPZaBrRYrOkJShS0xhBaw\=\= {
  color: var(--content-primary-a);
  text-align: left;
}

.gleYg36E5MfrEiMDWlkwAg\=\= {
  color: var(--content-secondary);
  text-align: left;
}

.jYWOxsBd3TsrnY\+\+D-t2yA\=\= {
  display: flex;
  justify-content: space-between;
}

.IKKi9hUyplLkDvORWOnADA\=\= {
  position: relative;
  display: flex;
  justify-content: center;
  width: inherit;
  padding: calc(16px - 1px) 15px 16px;
  border-top: 1px solid var(--border-tertiary);
}

.xNUhVW4BZUtGoISs\+4XUMw\=\= {
  color: var(--content-secondary);
  text-align: left;
}

.XTUQZa8bKHzNo3li-UO8AQ\=\= {
  & button > div {
    flex-grow: 1;
  }
}

.ZzlZUFvB\+iJ6FruKR9dgng\=\= {
  padding: calc(16px - 1px) 16px 16px;
  color: var(--content-primary-a);
  border-top: 1px dashed var(--border-tertiary);
}

.h9e76-9rqP2z82JAszJsBQ\=\= {
  overflow: hidden;
}

.COwfKjAvOqTAplpdXl\+vOA\=\= {
  display: flex;
  width: 100%;
  padding: 0;
}

._0tsgp3WcNiM3yNxxGaOGBA\=\= {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.S6QBLsWDU6P2rxMvB3UkuA\=\= {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  padding: 5px 0;
}

.Ltn6POxvITqVeppf-sW7ug\=\= {
  flex: 1;
  height: 4px;
  background: transparent;
}

.mvvfz-VctMhai-7PG8ODRw\=\= {
  line-height: 0px;
  color: var(--background-secondary);
}

.mvvfz-VctMhai-7PG8ODRw\=\=.giN0lud2Q0Y-jvo5FgX9-Q\=\=,
.FR3wBSZdvJVMPRJ5qmYlqA\=\=.giN0lud2Q0Y-jvo5FgX9-Q\=\= {
  color: var(--content-primary-a);
}

.FR3wBSZdvJVMPRJ5qmYlqA\=\= {
  padding: 0 4px;
  color: var(--content-secondary);
  text-align: center;
}

.Ltn6POxvITqVeppf-sW7ug\=\=.vKuqND6RNrjTKa9JQWn8ow\=\= {
  background: var(--background-secondary);
}

.Ltn6POxvITqVeppf-sW7ug\=\=.P12sDC30fwqZwUPlM6n6Tg\=\= {
  background: var(--border-primary);
}

.Ouqzesj5kuwDIn23py8cvA\=\= {
  display: flex;
  color: var(--content-primary-a);

  &[data-orientation='horizontal'] {
    flex-direction: column;
  }
}

/* stylelint-disable selector-class-pattern */
.GHguvPU5S3VP6jelIKNqgA\=\= {
  padding: 10px;
  margin-top: 4px;
  border-radius: 4px;
  outline: none;

  &[data-focus-visible] {
    outline: 2px solid var(--focus-ring-color);
  }
}

/* stylelint-disable selector-class-pattern */
.zWnoKL1jJC-x29jxpch8mA\=\= {
  position: relative;
  padding: 16px 0;
  color: var(--content-secondary);
  cursor: default;
  cursor: pointer;
  outline: none;
  transition: color 200ms;

  &[data-hovered]:not([data-selected]) {
    color: var(--content-primary-a);
    border-bottom: 3px solid var(--border-primary);
  }

  &[data-selected] {
    color: var(--content-primary-a);
    border-bottom: 3px solid var(--border-primary);
  }

  &[data-disabled] {
    color: var(--text-color-disabled);

    &[data-selected] {
      --border-color: var(--text-color-disabled);
    }

    cursor: not-allowed;
  }

  &[data-focused] {
    box-shadow: none;
  }

  &[data-focus-visible] {
    border-radius: 4px;
    outline: none;
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.dXAIGrGuzvDsJohMWHbX1w\=\= {
  display: flex;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;

  svg {
    margin-right: 12px;
  }
}

.EOP9MoCIIZ2ioR5jz1T5Hw\=\= {
  position: absolute;
  top: 18px;
  left: 19px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--background-error-high);
  border-radius: 50%;
  outline: 1px solid var(--elevation-default);
}

.von3Re\+mOl\+VXecuxJ2Myw\=\= {
  position: relative;
  margin-right: 24px;
}

.von3Re\+mOl\+VXecuxJ2Myw\=\=::after {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 1px;
  height: 16px;
  pointer-events: none;
  content: '';
  background-color: var(--border-tertiary);
  transform: translateY(-50%);
}

/* stylelint-disable selector-class-pattern */
.ddbZXgW0TwWLax62AuwePQ\=\= {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-left: 48px;
  color: var(--content-secondary);
  border-bottom: 1px solid var(--border-tertiary);
}

.H4jCFTQInwJ9w-QmC1ILow\=\= {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: calc(4px - 1px) calc(6px - 1px);
  font-size: var(--caption-font-size);
  font-weight: var(--caption-font-weight);
  line-height: var(--caption-line-height);
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
}

.xX9dgU02aUVwaL5l\+JdzIA\=\= {
  display: flex;
}

._5JSR2hm79ZVU1eeHKEnhpA\=\= {
  color: var(--content-success);
}

.bLG4erM-Seq4OYY9apCXEQ\=\= {
  color: var(--content-error);
}

.Tiao\+XZozvNwuIJBr3eAiQ\=\= {
  color: var(--content-accent);
}

.Bgc\+OVfkMlwuEB2HNDXTPw\=\= {
  color: var(--content-warning);
}

.\-6pNZ\+B6Y40fhc3gL3BA-w\=\= {
  padding: 4px 6px;
  color: var(--content-primary-a);
  background: var(--background-tertiary);
  border: none;
}

.SdOnyGd1vgXHpSUH7NFhwQ\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* stylelint-disable selector-class-pattern */
.x55BNXqi4ffdcSbYzNA7PA\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.SpTZRd6LqrjZzeKVXqt2TQ\=\= {
  position: relative;
  display: flex;
  align-items: center;
}

.SpTZRd6LqrjZzeKVXqt2TQ\=\= > input {
  flex: 1 0;
}

button._6Z4F80wPlKJ8F6Ts8PDTFA\=\= {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  padding: 0;
  color: var(--content-primary-a);
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.ccKAhi6L0WouJL4UX-3PaA\=\= {
  --item-margin: 2px;
  --media-size: 16px;
  --media-line-gap: 6px;
  --media-padding: 4px;

  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style-type: none;
}

/* stylelint-disable selector-class-pattern */
._98M7yDZaTvpHc1Qpi-TJrw\=\= {
  position: relative;
  display: grid;
  grid-template-columns: var(--media-size) 1fr;
  gap: 12px;
  align-items: start;
  justify-items: start;
  margin: var(--item-margin) 0;

  &::before {
    position: absolute;
    top: calc(var(--media-size) + var(--media-line-gap) + var(--media-padding));
    bottom: 0;
    left: calc(var(--media-size) / 2 - 0.5px);
    display: block;
    content: '';
  }

  &.Wa8bhVzBrdfbQIEzYIul-g\=\= {
    &::before {
      display: none;
    }

    &:last-child > .kclK0mj0fQtr\+lkJX0YE1A\=\= {
      padding-bottom: 0;
    }
  }
}

.BVHN8T0ovjH0LYG89XNbQA\=\= {
  &::before {
    border-left: 1px dashed var(--content-secondary);
  }
}

.ws350yTkbffIZeRtc8zfhg\=\= {
  &::before {
    border-left: 1px solid var(--content-secondary);
  }
}

.giXf0eKDUqgbeNshS97Mmg\=\= {
  color: var(--content-primary-a);

  &.eat9HkLQyf6nrWou4rCcBQ\=\= {
    display: flex;
    align-items: center;
    height: 24px;
  }
}

.otmVpST8IVcQTAuUjpVV3g\=\= {
  color: var(--content-secondary);

  &.eat9HkLQyf6nrWou4rCcBQ\=\= {
    display: flex;
    align-items: center;
    height: 16px;
  }
}

.Yu2VBiidqG2F7Xf8ZpblYw\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--media-padding);
}

.kclK0mj0fQtr\+lkJX0YE1A\=\= {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 12px;
}

/* stylelint-disable selector-class-pattern */
.wwFhJp\+kCe9OgquJyc0mlg\=\= {
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 320px;
  padding: 16px 20px;
  color: var(--content-primary-b);
  background-color: var(--background-primary);
  border-radius: 4px;
}

.p85YUAp4aJShF1jDgquxSw\=\= {
  flex: 1;
}

.A41LXqnhxlX9G9ixHHD04g\=\= {
  display: flex;
  align-items: center;
  height: 24px;
}

.SYKsKZqaEptpKXuhvWWO-w\=\= {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.SYKsKZqaEptpKXuhvWWO-w\=\= svg {
  width: 16px;
  height: 16px;
  color: var(--content-primary-b);
}

.k1HI94vICIH0HHclSiEQ-w\=\=,
.k1HI94vICIH0HHclSiEQ-w\=\= svg {
  color: var(--content-primary-b-static);
  background-color: var(--background-error-high);
}

/* stylelint-disable selector-class-pattern */
._1p4DsdBzOm9BvskY8KR6Fg\=\= {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: calc(
    var(--z-index-above) + 12
  ); /* Higher z-index to ensure is visible on fullscreen modals */
}

.RJKQTzj2G\+ZKx811Bk-oXA\=\= {
  box-sizing: border-box;
  width: 320px;
  padding: 16px 20px;
  color: var(--content-primary-b);
  white-space: normal;
  background-color: var(--background-primary);
  border-radius: 4px;
}

._91kInGG6ytQ\+52xEmhkQvA\=\= {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sEW4aKtwwksC9qA53Kx\+rw\=\= {
  flex: 1;
}

._0jDRCZb\+vEl3vPkU2zd6Ig\=\= {
  display: flex;
  align-items: center;
  height: 24px;
}

.oGAeC7f4s5RQ04Enw-pkZA\=\= {
  width: 24px !important;
  height: 24px !important;
  margin-left: auto;
}

.oGAeC7f4s5RQ04Enw-pkZA\=\= svg {
  width: 16px !important;
  height: 16px !important;
  color: var(--content-primary-b) !important;
}

.s2FZdk-5urXZAJa36ABDqg\=\=,
.s2FZdk-5urXZAJa36ABDqg\=\= svg {
  color: var(--content-primary-b-static);
  background-color: var(--background-error-high);
}

.QeW-TutTadK2v3MzLu0M5w\=\= {
  position: relative;
  display: inline-flex;
  height: 40px;
  color: var(--content-primary-a);
  background-color: var(--background-tertiary);
  border: 1px solid var(--border-tertiary);
  border-radius: 56px;
}

.COLu-Y2ybpLGfWTdDWqEpw\=\= {
  border: 1px solid var(--border-accent-static);
}

.PSC\+5slIInhbvzL0Z9Ti7w\=\= {
  opacity: 0.45;

  .ax158DuqxxjunoQMO2iS-Q\=\= {
    cursor: not-allowed;
    user-select: none;
  }

  .ssSFb-i0dBt3JPlUVi2k8g\=\=:hover {
    background-color: var(--background-tertiary);
  }

  .ssSFb-i0dBt3JPlUVi2k8g\=\=:active {
    background-color: var(--background-tertiary);
  }
}

.ssSFb-i0dBt3JPlUVi2k8g\=\= {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 1px;
  border-radius: 56px;

  &:hover {
    background-color: var(--state-primary-a-hover);
  }

  &:active {
    background-color: var(--state-primary-a-pressed);
  }
}

.ltCTfnaXsPRmbS591B0\+dg\=\= {
  /* 
    1px and 2px offsets are to mimic an invisible border around the background
    since the background is animated and we had to use an absolute positioning
  */
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index-default);
  width: 50%;
  height: calc(100% - 2px);
  margin-top: 1px;
  background: var(--background-toggle-button);
  border-radius: 56px;
  transition: transform 0.2s ease-in-out;
  transform: translateX(1px);

  &.LEVzoPUaR0Z9NiwYG-0llQ\=\= {
    transform: translateX(calc(100% - 1px));
  }

  .COLu-Y2ybpLGfWTdDWqEpw\=\= > .ssSFb-i0dBt3JPlUVi2k8g\=\= > & {
    background: var(--background-accent-static);
  }
}

.dB\+-wxV\+KbZK7dA1YgXRcw\=\= {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;

  &:focus-visible + .ax158DuqxxjunoQMO2iS-Q\=\= {
    border-radius: 58px;
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.ax158DuqxxjunoQMO2iS-Q\=\= {
  z-index: var(--z-index-default);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border-radius: 56px;
  transition: color 0.2s ease-in-out;
}

._0TEGi6IiT8Tr-LFR74DXJA\=\= {
  color: var(--content-primary-a-static);
}

.XOhwl7YelWjOBV36xWk1BQ\=\= {
  z-index: var(--z-index-above);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 980px;
  height: 50px;
}

.Z-Ejda-tzznHxB1OV3glxw\=\= {
  background-color: var(--background-accent-low);
}

.-bQtge7m\+WmWrlYJfhK7rA\=\= {
  background-color: var(--background-warning-low);
}

.D8TYFNDIEC7soQoAg\+dchw\=\= {
  background-color: var(--background-error-low);
}

.FCYApZxw1Mj4BqJiVZQf\+A\=\= {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.XOhwl7YelWjOBV36xWk1BQ\=\= a,
.yBQWVcYgeWBmT8tB4iSQNQ\=\= {
  color: var(--content-primary-a);
}

.XOhwl7YelWjOBV36xWk1BQ\=\= a:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 4px var(--border-primary);
}

.kwYK7YmPVHYNgAPT\+rEd7w\=\= {
  display: flex;
  margin-right: 12px;
  color: var(--content-primary-a);
}

._3\+QJ6FJ0G-6HnIXhRTHnaQ\=\= {
  margin-right: 8px;
}

._3\+QJ6FJ0G-6HnIXhRTHnaQ\=\=:focus-visible {
  box-shadow: 0 0 0 4px var(--border-primary);
}

.kxD0dMMcT9SJrk0RradCrw\=\= {
  min-width: 208px;
  max-width: 392px;
  overflow: auto;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);
}

.MOkF0-WRVK2mHf7RItj6tA\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

.mCkoLkG5qKVqFuAeClKJDw\=\=,
.kzJ6OXMdlGKerGLW\+6qh\+g\=\= {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  color: var(--content-primary-a);
}

.mCkoLkG5qKVqFuAeClKJDw\=\= {
  border-bottom: 1px solid var(--border-tertiary);
}

.kzJ6OXMdlGKerGLW\+6qh\+g\=\= {
  border-top: 1px solid var(--border-tertiary);
}

.hvrSoMAgC-KDijICnvbMVw\=\= {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }

  &:hover::after,
  &:focus::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    &::after {
      --overlay-primary-a-color: var(--primary-white);
      --overlay-opacity: var(--disabled-opacity);

      cursor: not-allowed;
    }
  }
}

.H\+9xcYtX7GPgFUwTZkUw5g\=\= {
  flex: 1;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.YYH3Pz5M6GZKmX48R\+qrzA\=\=,
.CDmE1GCagZzvzFRyQeILRg\=\= {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.YYH3Pz5M6GZKmX48R\+qrzA\=\= {
  gap: 12px;
  margin-right: 12px;
}

.CDmE1GCagZzvzFRyQeILRg\=\= {
  gap: 16px;
  margin-left: 16px;
}

.tP2I3SjLYAnTxVFVbw95pw\=\= {
  height: 1px;
  margin: 5px 0 6px;
  border-bottom: 1px solid var(--border-tertiary);
}

.Cikl2LtOWKP\+ltT7\+jqrpQ\=\= {
  max-width: 504px;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (width <= 776px) {
  .Cikl2LtOWKP\+ltT7\+jqrpQ\=\= {
    padding: 24px 16px;
  }
}

.IwHFhZ\+m7VcsIayEkruAoA\=\= {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 0;
  list-style: none;
  counter-reset: step;
  gap: 32px;
}

.qH21VQ\+8wKSdNkYrrwZPng\=\= {
  display: flex;
  align-items: center;
  gap: 16px;
}

.qH21VQ\+8wKSdNkYrrwZPng\=\=::before {
  content: counter(step);
  counter-increment: step;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--content-primary-a);
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}

.ItaONX3D7DVGwPsYjhm5ig\=\= {
  display: flex;
  flex: 1;
  flex-direction: column;
  place-items: center;
  width: 100%;
  max-width: 504px;
  text-align: center;
}

.P1IOmMGDNDN3KFSLSqhf\+w\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;

  & svg {
    display: block;
  }
}

.iHUKPoVsZ-LqS9QdGnLfpg\=\= {
  width: unset;
  height: unset;
}

.lsbXX73Zd0ce0jfxiIaCNg\=\= {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray300);
  border-radius: 4px;
  height: 208px;
  justify-content: space-between;
  padding: 24px;
}

.lsbXX73Zd0ce0jfxiIaCNg\=\= img {
  width: 160px;
}

.vM1mAmEfFi30neFyrqL0WQ\=\= {
  color: var(--gray400);
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.K8wjCD\+HjV6NrFC\+1t5mnw\=\= {
  border-left: 1px solid var(--gray300);
  width: 0;
  flex-grow: 1;
}

.Sm43VZn3rqvsJgf7ZHUcFA\=\= {
  height: 27px;
  line-height: 27px;
}

.U\+0JVq2mKTbSSeoxE07iMA\=\= {
  gap: 16px;
}

.gNvoLgHjwP3dpnGaBW-mKQ\=\= {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-left: 4px;
  cursor: pointer;
}

.vQKWoPV2DB8l4NLw2kpX7w\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
}

.DaGQkfhRyhzIsOSIr1Kehw\=\= {
  width: 100%;
  display: flex;
  justify-content: center;
}

.B3NtXEZd20zqRh0T9EYmiQ\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;

  & h2 {
    margin-bottom: 16px;
  }
}

.zYqf\+wvNgjfgJwacwS3BRA\=\= {
  display: grid;
  list-style: unset;
  padding: 24px;
  background-color: var(--elevation-low);
  border-radius: 8px;
  gap: 16px;
  & li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    & svg {
      min-width: 16px;
    }
    & span {
      color: var(--content-primary-a);
    }
  }
}

.r1Oh1w2I8rzaUUwLs-5uBQ\=\= {
  color: var(--content-primary-a);
}

.k9ma1HeXCF6RIm4oLMzBMQ\=\= {
  color: var(--error400);
}

@media only screen and (width <= 776px) {
  .B3NtXEZd20zqRh0T9EYmiQ\=\= svg {
    display: none;
  }
}

.M1AS9rKQFc8wI\+NkFf32hQ\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.HEjyiVsdx2GLLA0MWsHCAA\=\= {
  display: flex;
  justify-items: center;
  align-content: start;
  gap: 8px;
}

._3thtoGWN-mWltKIuzHUfkQ\=\= {
  color: var(--content-primary-a);
}

.gao6CAfIDxcYdrn2lSgsIg\=\= {
  color: var(--content-primary-a);
  margin-top: -4px;
}

._920pslbblq3IKRLxjQ5zdA\=\= {
  font-size: var(--body-2-font-size);
  display: flex;
  margin-left: 24px;
  margin-top: 2px;
  align-items: center;
  color: var(--content-error);
}

._920pslbblq3IKRLxjQ5zdA\=\= svg {
  flex-shrink: 0;
}

.FeTtXrl9bhh0bb04WDZA\+g\=\= {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hRvktXMKld5W-Yr8uyC2MQ\=\= {
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.UADDQI63FbnfeWNG-bPjgQ\=\= {
  width: 200px;
  height: 200px;
}

.FjOjyljwKLu6jQcIBaGBFw\=\= {
  width: 100%;
  max-width: 504px;
  text-align: center;
}

@media only screen and (width <= 776px) {
  .FjOjyljwKLu6jQcIBaGBFw\=\= {
    padding: 0 16px;
  }
}

.zFC-eXPKi3YXP82DvBp0Qw\=\= {
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.-h\+CN0rYBv5qRuoy4CbbNQ\=\= {
  width: 200px;
  height: 200px;
}

.LP4vCqxseunXjVP-9GjCEQ\=\= {
  width: 100%;
  max-width: 504px;
  text-align: center;
}

@media only screen and (width <= 776px) {
  .LP4vCqxseunXjVP-9GjCEQ\=\= {
    padding: 0 16px;
  }
}

.cN2qUWkMs3rh1u\+NfF6WQA\=\= {
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 16px;
}

._0QB3DPrgR37yrkBuZvdW0g\=\= {
  width: 200px;
  height: 200px;
}

.vTADemI27kk3N5rKtxzBXg\=\= {
  width: 100%;
  max-width: 504px;
  text-align: center;
}

@media only screen and (width <= 776px) {
  .vTADemI27kk3N5rKtxzBXg\=\= {
    padding: 0 16px;
  }
}

.Ok--drzs4VDbqZdrg3cCKg\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}

.M5F7RJedoIlWJcHIIg2qsw\=\= {
  width: 100%;
  padding-bottom: 32px;
  max-width: 504px;
}

@media only screen and (width <= 776px) {
  .M5F7RJedoIlWJcHIIg2qsw\=\= {
    padding: 0;
  }
}

._97rOkwoeFDp00E5S3EugJg\=\= {
  box-sizing: border-box;
  max-width: 504px;
  display: flex;
  align-items: center;
  background: var(--gray50);
  border: 1px solid var(--gray300);
  border-radius: 4px;
}

.dlfXHQ-nK0cZ62E8KwYwkQ\=\= {
  height: 210px;
  justify-content: space-between;
  padding: 24px;
}

.GAaAS1qUIK8A3Va7WLt3xg\=\= {
  justify-content: center;
  padding: 16px 0;
  font-size: 24px;
  font-weight: 600;
}

.vy712W6kB-ZDddEAeH3QRg\=\= {
  color: var(--gray400);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Clg9EvAdTHwjfP0AtR4chA\=\= {
  border-left: 1px solid var(--gray400);
  width: 0;
  flex-grow: 1;
}

._2maVlzXaqXTt0WXQo3jZZA\=\= {
  margin-left: 8px;
}

.v5jViYBx0vlHmbO36uoeBQ\=\= {
  color: white !important;
}

.IZHhCJxxanT9-94502FLtQ\=\= {
  margin-left: 16px;
}

.bGgxFOOjsX2p6xAKwh0tqg\=\= {
  display: inline-block;
}

._31CpU-FXY7Pwsog9lqBxHw\=\= {
  box-sizing: border-box;
}

.a6C5nYccym02\+mqrK7MV6Q\=\= {
  width: 100%;
  max-width: 504px;
  margin: 0;
}

.-pZWbL8PcYCHS8wxb3-EIQ\=\= {
  padding: 0;
  border: none;
  background-color: transparent;
  margin: 0;
  cursor: pointer;
}

.XtVU-PTU7PYZ5KU4pBzzVg\=\= {
  margin-top: 16px;
}

.ZZyn0q7-6rJHY-p1xnrtew\=\= {
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.FiUdZCH1bGTMnFPiY21hcw\=\= {
  width: 200px;
  height: 200px;
}

.V0azX9067j5o9eqrjFw8ng\=\= {
  width: 100%;
  max-width: 504px;
  text-align: center;
}

@media only screen and (width <= 776px) {
  .V0azX9067j5o9eqrjFw8ng\=\= {
    padding: 0 16px;
  }
}

.wtA30immNHZFyUlHbrVx9g\=\= {
  width: 100%;
  min-height: 100vh;
  border: none;
}

.OEGSDKaHBCjkX0WgLK7zjQ\=\= {
  display: none;
}

.Q1nE0fmwKqXz09xz3YvtiA\=\= {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.j\+g\+MTLRwh\+mEL2oaZ3XHg\=\= {
  overflow-y: auto;
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

._1AlHABbtqvEzzI8M0R4R4g\=\= {
  width: 100%;
  padding-bottom: 24px;
  max-width: 504px;
}

.nZtHf2jwSeqg9Bt8qk6liQ\=\= {
  padding-left: 21px;
}

.neJKYsvnx7lGqhR5kG3XUQ\=\= {
  display: inline-block;
  margin-left: 24px;
  color: var(--error400);
}

._7NU0lEzMSbsXRUYaWzNWmw\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.i3SEvaH3aib\+wqNArzjMVQ\=\= {
  display: flex;
  justify-items: center;
  align-content: start;
  gap: 8px;
}

.K7RmppobGhWmqMvOvxJV2Q\=\= {
  color: var(--content-primary-a);
  margin-top: -4px;
}

.neJKYsvnx7lGqhR5kG3XUQ\=\= {
  font-size: var(--body-2-font-size);
  display: flex;
  margin-left: 24px;
  margin-top: 2px;
  align-items: center;
  color: var(--content-error);
}

.neJKYsvnx7lGqhR5kG3XUQ\=\= svg {
  flex-shrink: 0;
}

/* stylelint-disable selector-class-pattern */
._8SGJR12twQALz4yURD6dEQ\=\= {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 290px; /* copied from Figma, fixed on purpose (side-scroll) */
  min-height: 319px;
  padding: 24px;
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
  box-shadow: var(--shadow-low);
  transition: box-shadow var(--transition-duration-short) ease-in-out;
  background-color: var(--elevation-mid);
  color: var(--content-primary-a);

  &:hover {
    box-shadow: var(--shadow-high);
  }
}

._8SGJR12twQALz4yURD6dEQ\=\= h3 {
  margin: 0 0 12px;
}

.IMuT9VL7hmke-g47fpD7uw\=\= {
  color: var(--content-secondary);
}

.bBtJuXrl6oK4y8g0Erpr6w\=\= {
  text-decoration: line-through;
}

.p2twtRZLyLZCDNIPS\+Qnwg\=\= {
  line-height: 1.5;
}

.eIewUp-7XoBx1CYSgTRBMA\=\= {
  display: flex;
  align-items: end;
}

.dLt32W-V2kzr6cXbVMesfQ\=\= {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.VtRVjRIlCDmcKN2\+6dqMNw\=\= {
  flex: 0 0 var(--slide-size);
  padding-left: var(--slide-spacing);
}

.PqKE6qr-7q5nWJfM5EJQEA\=\= {
  display: flex;
  justify-content: center;
  margin: 16px 0;
  gap: 4px;
}

.jWuiy8i3A5gVnXR-5DC4xQ\=\= {
  height: 6px;
  width: 6px;
  background-color: var(--content-tertiary);
  transition:
    background-color,
    width 200ms ease-in-out;
  border-radius: 9999px;
}

.jWuiy8i3A5gVnXR-5DC4xQ\=\=.JnDTcsIR\+cMivjRTN44fJQ\=\= {
  width: 18px;
  background-color: var(--content-primary-a);
}

.kumsWqno4fmrEVhKiyGWcA\=\= {
  background: linear-gradient(90deg, #b8b8b5 50%, rgba(255, 255, 255, 0%) 50%);
  background-size: 10px 1px;
  height: 1px;
  margin: 24px 0;
  width: 100%;
  border: none;
}

/* stylelint-disable selector-class-pattern */
._3N\+y5\+JhIXGvgiQNq2dYBw\=\= {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 8;
  gap: 0;
  width: 290px; /* copied from Figma, fixed on purpose (side-scroll) */
  max-width: 290px;
  box-sizing: border-box;
  color: var(--content-primary-a);
}

.t\+meeSkgrJ0siaX9ediR0w\=\= {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  border: 1px solid var(--border-tertiary);
  border-radius: 8px;
  box-shadow: var(--shadow-low);
  transition: box-shadow var(--transition-duration-short) ease-in-out;
  padding: 24px;
  background-color: var(--elevation-mid);

  &:hover {
    box-shadow: var(--shadow-high);
  }
}

.yNXw7ZEscrfeRGTvlDJ1kw\=\= {
  margin: 0;
  word-break: break-all;
}

._4StA14wrdNJZod7BsPyhEA\=\= {
  padding-left: 24px;
  padding-right: 24px;
}

.fS36NWa4AIs5zEcqtpn01Q\=\= {
  margin: 16px 0;
}

.yDUqtINu2179\+4fS73mi7w\=\=,
.jdFswUIivRdmR1dpJ27y9w\=\= {
  padding-left: 12px;
}

.Ap2ekixa-dQgO2twJj0h-A\=\= {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

._8ii-d0KecPL2U6-u8bbL2Q\=\= {
  max-height: 24px;
}

._8ii-d0KecPL2U6-u8bbL2Q\=\=:empty {
  max-height: initial;
}

.AGbWIxBnBa9NySWBZ1jImA\=\= {
  margin-top: 11px;
}

.AGbWIxBnBa9NySWBZ1jImA\=\=:empty {
  display: none;
}

.yiOgeKCa\+lnFvhGs8IFNTg\=\= {
  color: var(--content-secondary);
  text-decoration: line-through;
}

.hSFsr250rMjwyxBvb53CBg\=\= {
  color: var(--content-secondary);
  line-height: 24px;
}

.GAm14LNymgdb3krHjk0Q\+w\=\= {
  margin: 0;
  padding-left: 20px;
  list-style-type: square;
}

._6qMc-xcYt8-DVA0YIg4VqQ\=\= {
  color: var(--content-secondary);
}

div._3XanDxe1ZSXAAwrKyBfSiA\=\= {
  background: linear-gradient(90deg, var(--border-tertiary) 50%, rgba(255, 255, 255, 0%) 50%);
  background-size: 10px 1px;
  margin: 8px 0;
}

@media only screen and (width <= 777px) {
  ._3N\+y5\+JhIXGvgiQNq2dYBw\=\= {
    height: 100%;
  }
}

.Pv2QusH7r8lxQ3vIMvy10w\=\= {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--content-secondary);
}

._7o1D8C52Wg6F1ClgbNO3Iw\=\= {
  color: var(--content-primary-a);
}

.IyBti0HUR1uGEifXFK1gGA\=\= {
  background-color: var(--background-upgrade-low);
}

.P5iYikkAPIViuCRnhBwOrw\=\= {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 600px;
}

.Pq0VVfJkiWpfR8nj0fmvPA\=\= {
  margin-bottom: 30px;
}

.obPluNdMZ45XQtDEuUe-iw\=\= {
  display: flex;
  align-items: center;
  gap: 8px;
}

.psVuq-LFVRThzhdXm8X37A\=\= {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21; /* this modal needs to be above the mobile stepper header which is 20 */
  width: 100vw;
  min-height: 100vh;
  /* stylelint-disable value-no-vendor-prefix -- problem with IOS webkit content blocking */
  min-height: -webkit-fill-available;
  height: 100%;
  padding-bottom: 32px;
  overflow: hidden auto;
  background: var(--elevation-low);
}

.XAM9kx7lNJJ8OkH98lh9sA\=\=,
.GvmPjeCzKcYffrbR5r0xgA\=\= {
  display: none;
}

.AaoILCBt1PSl9vz3bcI-oQ\=\= > :nth-child(1) {
  margin: 8px 0 24px; /* margins for carousel toggle */
}

.W488XX4OGFb8U1yYR2pUTw\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.W488XX4OGFb8U1yYR2pUTw\=\= > :nth-child(4) {
  width: 90%;
}

@media only screen and (width > 776px) {
  .AaoILCBt1PSl9vz3bcI-oQ\=\=,
  .W488XX4OGFb8U1yYR2pUTw\=\= {
    display: none;
  }

  .XAM9kx7lNJJ8OkH98lh9sA\=\= {
    display: grid;
    gap: 16px;
  }

  .GvmPjeCzKcYffrbR5r0xgA\=\= {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
  }

  .GvmPjeCzKcYffrbR5r0xgA\=\= > :first-child,
  .GvmPjeCzKcYffrbR5r0xgA\=\= > :nth-child(2) {
    grid-column: 1 / -1;
    margin: 0 auto 32px;
  }

  .IYy7vwjy6-gEDg0KWGE-9A\=\= {
    height: unset !important;
  }
}

.vsKqaEBgyAmrdbW3j\+b3qw\=\= {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 32px;
}

.jNuzI4RH-TnEG2CWOUWCeA\=\=,
.Ehbn4Hc7eAPRgLFUKrpziw\=\=,
.vsKqaEBgyAmrdbW3j\+b3qw\=\= a {
  color: var(--content-primary-a);
}

.oriWJckxGf2gfA19ARxV6g\=\= {
  position: absolute;
  top: 18px;
  right: 20px;
}

.QA6-7xoLD4\+TuK65-fMc\+g\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}

.elbgFqSOwt2PSQSPpLYVVw\=\=,
._9Pcd1ntvzXGcYjx5z6CwVQ\=\= {
  max-width: 100%;
}

.ZfJh8v8KFOJWTcyS4GoaBA\=\=,
.A7jb1qEX771JvKrCO6J87Q\=\= {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / span 4;
  gap: 0;
  width: 304px; /* copied from Figma */
  max-width: 304px;
  box-sizing: border-box;
  color: var(--content-primary-a);
}

.F6ic-y5jOvNJej8fR1Q4Vg\=\= {
  max-height: 20px;

  > button {
    height: 16px;
  }
}

.LYYviFTpIOar9HamPctIUg\=\= {
  max-height: 24px;
}

.IYy7vwjy6-gEDg0KWGE-9A\=\= {
  display: grid;
  grid-template-rows: min-content 1fr min-content min-content;
  height: max-content;
  min-height: 288px;
  background: var(--elevation-mid);
  border: 1px solid var(--border-tertiary);
  border-radius: 8px;
  box-shadow: var(--shadow-low);
  padding: 24px;
  transition: box-shadow var(--transition-duration-short) ease-in-out;
}

.YNylpYmtIWz-4xWg6nn-0w\=\= {
  margin: 0;
}

.yx0BQLIqyRQu3-OAU0hY5A\=\= {
  color: var(--content-secondary);
}

._3Z\+tNXIukXd8EG4QX0y7Sg\=\= {
  padding: 0 24px;
}

.pIO2GUhPinZYqtLHq68VZQ\=\= {
  display: flex;
  gap: 12px;
  align-items: start;
  list-style: none;
}

.rvZ9MGjwXIA-Wpwoy4Q\+Rw\=\= {
  position: relative;
  top: 3px;
}

.tj6dSR81JEnQ7qVoZvP-gg\=\= {
  justify-content: start;
  padding: 0;
  overflow: auto hidden;
  white-space: nowrap;
  width: 100%;
  scrollbar-width: thin;
  max-width: 100vw;
  margin-bottom: -4px;
}

.ZbB4ybhJkYGlFSUUoXJbqA\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  padding: 0;
}

.cYTugrbcxOIOb7eRJ7FQLQ\=\= {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}

.J6XhVIRKYRJhgJGyCQzmig\=\= {
  color: var(--content-secondary);
  text-decoration: line-through;
}

.w85yiSiY77Q1osuuQcFgIg\=\= {
  display: flex;
  flex-direction: column;
}

.usg2oeDTGv5wUuiUeabwJg\=\= {
  height: 20px;
}

/* stylelint-disable selector-class-pattern */
.bxs5mMYPyuvcUYWcaHry8Q\=\= {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: var(--elevation-low);
  color: var(--content-primary-a);
  border-radius: 8px;

  &._5JKYHaDj-BcInAe\+iGwQFQ\=\= {
    gap: 8px;
  }
}

._36TLj3Qco3WmItQHvP6FpQ\=\= {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
}

.BAvgWbI8H-M-ncR4JQdfjg\=\= {
  display: grid;
  gap: 12px;
  grid-template-areas: 'titles price';

  &.RgPKfWuCTYSXAuxWhDh9EQ\=\= {
    grid-template-areas:
      'titles price'
      'caption price';
  }

  &._5JKYHaDj-BcInAe\+iGwQFQ\=\= {
    grid-template-columns: 1fr;
    grid-template-areas:
      'titles'
      'price';
    place-items: start;
    gap: 8px;

    &.RgPKfWuCTYSXAuxWhDh9EQ\=\= {
      grid-template-areas:
        'titles'
        'price'
        'caption';
    }
  }
}

.LzGh0Qi5Sp0PiS-N8WG1Yg\=\= {
  grid-area: top;
}

._2HGB5X1KkxWVvbadvVowLA\=\= {
  grid-area: titles;
}

.b1mUfNs1wuLcuH6AA\+xPYQ\=\= {
  grid-area: caption;
}

.Jfm1Bqq4WxCJ2cJmDrS-Mg\=\= {
  grid-area: price;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

._5JKYHaDj-BcInAe\+iGwQFQ\=\= .Jfm1Bqq4WxCJ2cJmDrS-Mg\=\= {
  align-items: flex-start;
}

.bxs5mMYPyuvcUYWcaHry8Q\=\=.NW0NV5MeJ8TYjvTRzrsGIQ\=\= {
  background: var(--elevation-high);
}

.bxs5mMYPyuvcUYWcaHry8Q\=\=.dlwRBIBoXNqNNdnelkGtgA\=\= {
  gap: 4px 16px;
  padding: 0;
  background: var(--elevation-default);
}

.bxs5mMYPyuvcUYWcaHry8Q\=\=.TmT6ZhTLmfDTPgtvt-pVbQ\=\= {
  border: 1px solid var(--gray300);
}

.bxs5mMYPyuvcUYWcaHry8Q\=\=.NHW8f9Pmf6GuIDDWdI1CbQ\=\= {
  border: 1px solid var(--gray100);
  background: transparent;
}

.sOkevasNXhf9FI-4Kmmf2g\=\= {
  padding: 4px;
}

.MhtjwgsyZpUIKqIFYd7NvQ\=\= {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  &.qvebRrJt0guYzr3F5XhWZQ\=\= {
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
  }
}

.Jfm1Bqq4WxCJ2cJmDrS-Mg\=\= .dlwRBIBoXNqNNdnelkGtgA\=\= {
  background: var(--background-accent-low);
  padding: 4px;
}

.VM2jg0FdZj2xkbd4pyz5VA\=\= {
  color: var(--content-secondary);
  text-decoration: line-through;
}

.veHf4M1FBiyjSlS5euzQuw\=\= {
  color: var(--content-secondary);
  height: 100%;
}

.O\+NA-wy7faApKYtiYkxIxg\=\= {
  display: flex;
  align-items: center;
  height: 16px;
  margin-bottom: 8px;
}

.QtlTf3YyLIxykRHOddy2mQ\=\= {
  color: var(--content-secondary);
}

.Mn17XPJD50O7x49dMuLCqQ\=\= {
  color: var(--content-primary-a);
  margin: unset;
}

.S4l2H1Pd0fsqaIaUmaPsuA\=\= {
  text-align: center;
}

/* stylelint-disable selector-class-pattern */
._2GUVr\+9gfZyRrih2vi8oDg\=\= {
  display: flex;
  flex-direction: column;
  width: 504px;
  text-align: center;
  align-items: center;

  &._9hs6pH8UbI-ZxIVSLvGa9Q\=\= {
    text-align: left;
    align-items: stretch;
  }
}

.vj36769n5aoX7PJzbvvuNw\=\= {
  display: flex;
  width: 504px;
  align-items: center;
  flex-direction: column;
}

._3rwB-NcMJktJG1odKOVWNg\=\= {
  width: 200px;
  height: 200px;
  margin: 0 0 32px;
}

.ureNoZs7K43nOIcpn\+ciuw\=\= {
  color: var(--content-primary-a);
  margin: 0 0 16px;
}

.zb0n-68fDfFMM3F1p1P57A\=\= {
  color: var(--content-primary-a);
  margin: 0 0 32px;
}

.eGxCKy2TEJgWOEjldw37PQ\=\= {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
}

.oMi0wb9ftBlH-14fI5SXKA\=\= {
  margin: 0 0 16px;
}

.KBjmQ9yzdTzWC2AFBT4v3A\=\= {
  margin-bottom: 32px;
}

.JVZjYXnOebpfmFbmdGnIsA\=\= {
  display: flex;
  flex-direction: column;
  width: 504px;
  text-align: center;
  align-items: center;
}

.AdcnSOVhctqBnLhPAqmnDg\=\= {
  width: 200px;
  height: 200px;
  margin: 0 0 32px;
}

.vVQTzCBkrpCkySO6LiJqYg\=\= {
  color: var(--content-primary-a);
  margin: 0 0 16px;
}

.DNhNaPSgS1Te6iOu8iZw1Q\=\= {
  color: var(--content-primary-a);
  margin: 0 0 32px;
}

/* stylelint-disable selector-class-pattern */
.-Y1mU1fCXb8-tqDhBMB12w\=\= {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.oyPVOFzbH4QuPmAO7c1ebQ\=\= {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  color: var(--content-primary-a);
}

._1trveDZqyRbLUU3HfBf5ng\=\= {
  color: var(--content-primary-a);
}

._4ZcmLIMVTEk5-jaCiKezlQ\=\= {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
}

.oyPVOFzbH4QuPmAO7c1ebQ\=\= > *:nth-child(2n) {
  justify-self: end;
}

.wznEWR4rckCPRLisC1cZaw\=\= {
  color: var(--content-secondary);
}

.AfVzqp2T3vdgBrBjfhO0oA\=\= {
  padding-top: 4px;
}

.BIga5ndOWcY72SO\+2XFH8w\=\= {
  gap: 16px;
}

.nk6c2hwxnyhA9TmcwBUj\+w\=\= {
  border-bottom: 1px solid var(--border-tertiary);
}

.-Y1mU1fCXb8-tqDhBMB12w\=\=.WEPotxIeqMfNMaJYvQM\+xw\=\= {
  gap: 16px;

  & ._4ZcmLIMVTEk5-jaCiKezlQ\=\= {
    padding: 0;
    gap: 12px;
  }

  & ._1trveDZqyRbLUU3HfBf5ng\=\= {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  & ._4pm8upRD1YxyrqnQXJPA7Q\=\= {
    white-space: nowrap;
  }
}

.RNngdaqA-CPLljPI\+YhmHQ\=\= {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
}

.xOHfAdt4s76Nw0BkxVvhLQ\=\= {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.K98B3KSrnwKI\+6IuirHWZA\=\= {
  margin-left: auto;
}

/* stylelint-disable selector-class-pattern */
.j60QygIlrnApiK1E5543Dg\=\= {
  margin: 0;
  margin-bottom: 8px;
}

.VTRUX1ps0n5fcLpTR1\+wnQ\=\= {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

._9IU2SsE5OsPF8j5y2hrMKA\=\= {
  display: flex;

  .nEmLSPbB7AzHATvAOLchPQ\=\= {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-self: flex-start;
  }

  span {
    align-self: center;
  }
}

/* stylelint-disable selector-class-pattern */
.rgn0rSHKSiwoB8Rjgdu9rg\=\= {
  .KLVAGgXT3Ps1fpG2tkm5xg\=\= {
    background-image: var(--icon-light-path);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.rgn0rSHKSiwoB8Rjgdu9rg\=\=._0YkqF2446IlWurmkyFH81w\=\= {
  color: var(--content-secondary);
  text-decoration: line-through;

  .KLVAGgXT3Ps1fpG2tkm5xg\=\= {
    opacity: var(--disabled-opacity);
  }
}

.dark-theme .KLVAGgXT3Ps1fpG2tkm5xg\=\= {
  background-image: var(--icon-dark-path);
}

/* stylelint-disable selector-class-pattern */
.sfki6Pd6t2TXw67-uTzV2Q\=\= .QMBUU0oYcuD4aEuUqNzwIA\=\= {
  width: 12px;
}

.sfki6Pd6t2TXw67-uTzV2Q\=\=.EyNqAzzICwfKWsnJPeCm3g\=\= {
  .QMBUU0oYcuD4aEuUqNzwIA\=\= {
    mask: url(/static/checkmark.960ec44e9be9947e1ae9.svg) no-repeat center;
    background: var(--content-primary-a);
  }
}

.sfki6Pd6t2TXw67-uTzV2Q\=\=.F\+aJHHCEkQrnM7xNLGK6Xg\=\= {
  text-decoration: line-through;
  color: var(--content-secondary);

  .QMBUU0oYcuD4aEuUqNzwIA\=\= {
    mask: url(/static/cross.808ab8bbf6b5ed6316f5.svg) no-repeat center;
    background: var(--content-secondary);
  }
}

.sfki6Pd6t2TXw67-uTzV2Q\=\=:last-child {
  margin-bottom: 0;
}

._5YL2lnBCeb27Zxp-6vdzxw\=\= {
  padding: 4px;
  background-color: var(--background-accent-low);
}

.Rr0X6iGKi\+9tsqpJJcecxw\=\= {
  color: var(--content-primary-a);
  display: flex;
  flex-direction: column;
  flex: 1;
}

._0me4VPeJjbkfuosUD1U9Ew\=\= {
  background-color: var(--elevation-default);
  padding: 24px;
  border-radius: 8px;
}

.JujzI\+JVobNqd0Pbi9pC7Q\=\= {
  background-color: var(--background-upgrade-low);
}

._1C9eMgFP1Wh7rCAtOwQZtw\=\= {
  min-height: 88px;
}

.Bi5HVtLIpX2XlJZwFxoyOw\=\= {
  min-height: 32px;
}

._540OV7R27jLd0h1Lubkbrw\=\= {
  margin: 0;
}

._0ZrABgUOR3GsRkiEYnWRfw\=\= {
  color: var(--content-secondary);
  text-decoration: line-through;
  margin-right: 8px;
}

.uJGlrFCx5zlE2tkiEWbFjw\=\= {
  color: var(--content-secondary);
}

.SbRb8PTNuzrvQTooWC1Ejg\=\= {
  min-height: 72px;
}

.o66dy\+fga3YBEi70mFMBLg\=\= {
  margin-top: 8px;
  text-align: center;
  color: var(--content-secondary);
}

.\-1zeJrsMOGZhf7\+Cu4Md3w\=\= {
  color: var(--content-secondary);
}

.gEJ5aoztZ5P8\+\+SKeSjhwA\=\= {
  padding: 24px;
}

.A1mw1Gysd0bnx8GanPxAzg\=\= {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.E3sVYVeB6xh9AP2uD-JukQ\=\= {
  margin-top: auto;
}

@media only screen and (width <= 777px) {
  .Rr0X6iGKi\+9tsqpJJcecxw\=\= {
    padding: 24px 16px;
  }

  .QspCabItYy\+7-jPOpbLPyA\=\= {
    display: block;
  }
}

.XPp8eoEx-DT96ZpSkiq5FA\=\= {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.-obm98XDGsOneRkXBzRRAQ\=\= {
  margin: 0 -24px;
}

.La1-s5Rjch6L1b5ZGmWiTQ\=\= {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--elevation-default);
  color: var(--content-primary-a);
  padding: 24px;
  border-radius: 8px;
  flex: 1;
}

.N9vs04x\+M7l2jA0ci68Dyw\=\= {
  display: flex;
  flex-direction: column;
  gap: 8px;

  &._6TYHPgED610w2rVP4bzRGA\=\= {
    align-items: center;
    gap: 4px;
    padding-bottom: 16px;
  }

  &.G6\+AFAWYbgJ0uxQnpaSJrA\=\= {
    flex-direction: row;
    align-items: center;
    padding-bottom: 24px;
  }
}

.VcqyMlB\+iKpq4cT9Gq3dBA\=\= {
  padding-top: 24px;
  padding-bottom: 8px;
}

@media only screen and (width <= 777px) {
  .-obm98XDGsOneRkXBzRRAQ\=\= {
    margin: 0;
  }
}

.TmC5ER5Qba95IRDcpPl-ag\=\= {
  margin: 0 -24px;
}

.AFXt\+ya\+dZMnBsIeliBXMw\=\= {
  display: flex;
  width: 100%;
}

.pMkTCBuxsJO163vldXBxaQ\=\= {
  flex: 1;
}

.w1JOFZXyBtMudFTBJ-JGLw\=\= {
  border-right: 1px solid var(--border-tertiary);
  padding: 0 16px;
  display: flex;
  box-sizing: content-box; /* only this one needs box-sizing: content-box; */
}

.w1JOFZXyBtMudFTBJ-JGLw\=\=:first-child {
  padding-left: 0;
}

.w1JOFZXyBtMudFTBJ-JGLw\=\=:last-child {
  border-right: none;
  padding-right: 0;
}

.w1JOFZXyBtMudFTBJ-JGLw\=\= > * {
  box-sizing: border-box; /* need to reset because apps have box-sizing: inherit; globally */
}

.wnXOTj\+Op3LFHOfGs1RVLg\=\= {
  display: none;
}

._2X4A0Rw0AHtbL8hPrGKsQQ\=\= {
  display: block;
}

@media only screen and (width <= 777px) {
  .wnXOTj\+Op3LFHOfGs1RVLg\=\= {
    display: block;
    overflow: hidden;
  }

  ._2X4A0Rw0AHtbL8hPrGKsQQ\=\= {
    display: none;
  }

  .TmC5ER5Qba95IRDcpPl-ag\=\= {
    margin: 0;
  }
}

.QubCpB0-CjDnuw6-qdjlqQ\=\= {
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.j3TPhEJaBXF7jIDJY6RrLw\=\= {
  margin: 0;
}

.BmpIRqeBCA6Eh0xXIJNArw\=\= {
  min-height: 72px;
}

._28EVYsgJGb0IUZWdEtitUw\=\= {
  height: 64px;
}

.kiCSV78ZYC\+E1vitvnLOGA\=\= {
  margin: 8px 0 24px;
  text-align: center;
  color: var(--content-secondary);
}

.SNYwq\+Jnnq9NkFHmTUxalw\=\= {
  margin-top: auto;
}

@media only screen and (width <= 777px) {
  .QubCpB0-CjDnuw6-qdjlqQ\=\= {
    padding: 24px 16px;
  }
}

.alxA9fiv-ZgQH8EDkYGBmA\=\= {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px; /* same as Button */
  gap: 8px;
}

.e0zhzBpHKrdMXSuTQjs2tg\=\= {
  color: var(--content-success);
}

.UFkmDfS0M2YRtjSDD3svYQ\=\= {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  border-radius: 10px;
  background-color: var(--elevation-default);
  color: var(--content-primary-a);
}

.R7kbJReCmh9pnMZ1uEFOvw\=\= {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.xF3JOncYBPvEzGNoRB2V7w\=\= {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: end;
  height: 100%;
  min-width: 170px;

  &._8W1gkubkbNTlcwUdhMSizA\=\= {
    min-width: unset;
  }

  > label {
    margin-top: auto;
  }
}

._9\+RLoYU\+gdQYAL7Id2RVvQ\=\= {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.nGE-VttnFkYpxBBXReSEcg\=\= {
  display: inline-block;
  text-wrap: balance;
}

.Fi42a2QWc6YvcFzhL-qwtw\=\= {
  display: flex;
  justify-content: space-between;

  & .iHE4rSERZ-Z14QJ2uuyCCg\=\= {
    margin-top: 0;
    margin-left: auto;
  }
}

.-H31HivFICdi1gT7jTrP0g\=\= {
  padding: 16px;
  background: transparent;
  border: 1px solid var(--gray100);
  border-radius: 8px;
  min-height: 110px;

  .cX2yccQuqJKpfQLcwzaBRQ\=\= {
    display: flex;
    justify-content: space-between;
  }

  .BTZF1khUjnmC5s4VSDUGiw\=\= {
    margin-top: 15px;
  }

  &.aqtjXet1EexVdg0-Y57\+mA\=\= {
    height: 180px;

    .cX2yccQuqJKpfQLcwzaBRQ\=\= {
      flex-direction: column-reverse;

      :nth-child(2) {
        align-self: flex-end;
        margin-bottom: 8px;
      }
    }
  }
}

.mXkJi777E4PaptJlHf3eew\=\= {
  @media only screen and (width > 374px) {
    display: none !important;
  }
}

.R4WVm4CdSpJb2kufX3k0xQ\=\= {
  @media only screen and (width <= 374px) {
    display: none !important;
  }
}

.iPNtciNrtH5WUDgofL0JAg\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.FSssI\+RIjAmdD5O1ev10Fg\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  padding: 0 24px;
  text-align: center;
}

.YZmcIyFFNUAtXF7sRdnPHQ\=\= {
  opacity: 1;
  transition: opacity 0.2s ease;
  will-change: opacity;

  &.NQM5-poxVST0PV-CXCm4oQ\=\= {
    opacity: 0;
  }
}

.Tr54R1HhuQXPeI3lKIGt4w\=\= {
  width: 200px;
  height: 200px;
}

.UEiyS2dnFn1Zxa34DnDU3w\=\= {
  margin-top: 0;
  color: var(--content-primary-a);
}

.x9bzsD2BVh4vsb1BJLLztw\=\= {
  margin: 0;
  color: var(--content-primary-a);
}

._5Bo2mo1pnbSP76I\+ARrRpQ\=\= {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.dC5SCzG6raBEZJZ-RIEuAA\=\= {
  display: inline-block;
  width: 28px;
  text-align: center;
}

/* stylelint-disable selector-class-pattern */
.kBZ9Q-JHn-qlu68iOZ5-KQ\=\= {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

._6Ei6Wqftguyfa5xWnI9yXw\=\= {
  align-items: start;
}

.E6HYO4RA0jQVDPIR\+Ldp3Q\=\= {
  align-items: center;
}

.K7zFtslq3V\+FXkPnUHjCyQ\=\= {
  opacity: 1;
  transition: opacity 0.2s ease;
  will-change: opacity;

  &._2PAa6vNM2QnE5LZ55cIR5A\=\= {
    opacity: 0;
  }
}

.-MDBhDQK7UPsdkHxnds7sg\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 384px;
  max-width: 550px;
  text-align: center;
}

.ybbyTe1HuJRaLj0oz9Y8RQ\=\= {
  margin: 0 0 8px;
  color: var(--content-primary-a);
  white-space: nowrap;
}

._9ofDcYyIClxSAKgEHv87eQ\=\= {
  display: flex;
  gap: 16px;
  align-items: center;
}

.XG-g5n9K53-YRnz8ZnvzyA\=\= {
  width: 200px;
  height: 200px;
  margin-bottom: 32px;
}

.NdZC2lcwSth2Ur-50aQ0qA\=\= {
  margin-top: 0;
  color: var(--content-primary-a);
}

._4ZFP4DT0IGkmioHKK2BPmQ\=\= {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.gzyh4in216NrwBbcTSA2iA\=\=,
.iWiv2FW1YA5K5ESPixcYfA\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gzyh4in216NrwBbcTSA2iA\=\= {
  padding: 80px 48px;
  background: var(--elevation-low);
}

.gzyh4in216NrwBbcTSA2iA\=\= > section {
  width: 100%;
  max-width: 504px;
}

.iWiv2FW1YA5K5ESPixcYfA\=\= {
  position: relative;
  padding: 160px 92px;
  background: var(--background-tertiary);
}

.iWiv2FW1YA5K5ESPixcYfA\=\= > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  max-height: 360px;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
}

.I7wTPu9UPT2Ai2LJeX7pOg\=\= {
  position: absolute;
  top: 16px;
  right: 16px;
}

.LeLRZ89QlEXd7607Nu2Cnw\=\= {
  display: flex;
  align-items: center;
}

.-PDkztqbWoQcors3YwKPwA\=\= {
  margin-right: 12px;
  color: var(--content-warning);

  svg {
    width: 12px;
    height: 12px;
  }
}

.\+Js-QG9ucuA2zRBnjaboOg\=\= {
  color: var(--content-secondary);
}

.BFylHJmMrnTZinNphB1xJA\=\= {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;

  @media only screen and (width <= 776px) {
    grid-template-columns: 1fr;
  }
}

._1CQ6rHKkzTMu3YyipEA5Dg\=\= {
  display: flex;
  margin-bottom: 16px;
  flex-direction: column;
}

.BFylHJmMrnTZinNphB1xJA\=\= ._1CQ6rHKkzTMu3YyipEA5Dg\=\= {
  margin-bottom: 0;
}

._7iLKHE9KdsYniAe-NRTRbA\=\= {
  margin-top: 8px;
}

.RTtB\+SVc38jXknFWyJA0Gg\=\= {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px; /* 40px + 2x8px */
  padding: 8px;
}

.WAsLE6rRvYp1-JD\+vC\+cxw\=\= {
  color: var(--content-primary-a);
}

.FwlT03HOtXxlQJit4rHjHg\=\= {
  flex: 1;
  max-width: 672px;
}

.hgJbe5pWl9TTjMrUR74YCg\=\= {
  display: none;
}

@media screen and (width >= 768px) {
  .RTtB\+SVc38jXknFWyJA0Gg\=\= {
    height: 80px;
    padding: 0 20px;
  }

  .mWU29ZLGOcTZdXAu8Rs2VA\=\= {
    display: none;
  }

  .hgJbe5pWl9TTjMrUR74YCg\=\= {
    display: block;
  }
}

.J64hoFvtIXU2xQWUUNudfQ\=\= {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

._6EyApYRZy3L4JhNxWbSwiw\=\= {
  flex: 0 0 var(--slide-size);
  padding-left: var(--slide-spacing);
}

.gQ5tjTUzRfaRET8mQrbZHg\=\= {
  display: flex;
  justify-content: center;
  margin: 16px 0;
  gap: 4px;
}

.z2WYKuDHzfU5WHJUfJW0xQ\=\= {
  height: 6px;
  width: 6px;
  background-color: var(--content-tertiary);
  transition:
    background-color,
    width 200ms ease-in-out;
  border-radius: 9999px;
}

.z2WYKuDHzfU5WHJUfJW0xQ\=\=.fd4JUpM-qAfCDQJwK\+9TTA\=\= {
  width: 18px;
  background-color: var(--content-primary-a);
}

.Y5oEhJ74qgexZYBQEdL0yQ\=\= {
  height: 100%;
}

.BPtGzrWBPSvyWf2\+4pPyig\=\=,
.nred9jNE7HjpPbaNvkaQ9g\=\=,
.Eq5VRfc4lx7pYPwGTRELXg\=\= {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  margin: auto 0;
}


/*# sourceMappingURL=chunk.329114cc987820724e75.css.map*/