html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;

  scroll-behavior: smooth;
  color-scheme: light;
  --liff-base-background-color: #ffffff;
  --liff-base-text-color: #000000;
  --liff-base-background-rgb-color: 255, 255, 255;
  --liff-base-text-rgb-color: 0, 0, 0;
  --liff-light-button-border-color: rgba(0, 0, 0, 0.15);
  --liff-title-text-color: #111111;
  --liff-title-background-color: #ffffff;
  --liff-title-button-color: #111111;
  --liff-icon-color: #111111;
  --liff-status-bar-color: black;
  --liff-title-subtext-color: #b7b7b7;
  --liff-progress-bar-color: #06c755;
  --liff-progress-background-color: #ffffff;
  --liff-title-button-area-background-color: rgba(255, 255, 255, 0.12);
  --liff-title-button-area-border-color: rgba(0, 0, 0, 0.15);
}

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

strong,
b {
  font-weight: 700;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  background-color: #fff;
}

@media print {
  body {
    background-color: #fff;
  }
}

body::backdrop {
  background-color: #fff;
}

@-webkit-keyframes mui-auto-fill {
  from {
    display: block;
  }
}

@keyframes mui-auto-fill {
  from {
    display: block;
  }
}

@-webkit-keyframes mui-auto-fill-cancel {
  from {
    display: block;
  }
}

@keyframes mui-auto-fill-cancel {
  from {
    display: block;
  }
}

.css-1imlk2a {
  padding-bottom: 0;
}

.css-1lfogl5 {
  min-height: 56px;
}

@media (min-width: 0px) {
  .css-1lfogl5 {
    height: 14vw;
  }
}

@media (min-width: 600px) {
  .css-1lfogl5 {
    height: 84px;
  }
}

.css-rhnlku {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  width: 100%;
  height: 0;
}

.css-3lyvzz {
  min-height: 56px;
  background-color: #ffffff;
}

@media (min-width: 0px) {
  .css-3lyvzz {
    padding: 0px 8px;
    height: 14vw;
  }
}

@media (min-width: 600px) {
  .css-3lyvzz {
    padding: 5px 16px;
    height: 84px;
  }
}

.css-1q40tko {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1156px;
  margin: auto;
}

.css-sakgg6 {
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 5px;
  font-size: 1.125rem;
}

.css-sakgg6:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .css-sakgg6:hover {
    background-color: transparent;
  }
}

.css-sakgg6.Mui-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.css-1j7qk7u {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 5px;
  font-size: 1.125rem;
}

.css-1j7qk7u::-moz-focus-inner {
  border-style: none;
}

.css-1j7qk7u.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-1j7qk7u {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-1j7qk7u:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .css-1j7qk7u:hover {
    background-color: transparent;
  }
}

.css-1j7qk7u.Mui-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.css-j5ihul {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 0px) {
  .css-j5ihul {
    height: calc(100% - 20px);
  }
}

@media (min-width: 600px) {
  .css-j5ihul {
    height: calc(100% - 10px);
  }
}

.css-azx95j {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.css-17jbty5 {
  height: 100%;
  aspect-ratio: 1;
  font-size: 0px;
}

.css-naaz28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 0px 8% 0px 6px;
  height: 100%;
}

.css-18zhs3v {
  max-width: 380px;
  font-size: 0px;
}

.css-pi0yvt {
  height: 28px;
}

.css-8lgfcg {
  height: 100%;
  overflow: hidden;
}

.css-1ulsnxa {
  box-shadow: none;
  text-transform: none;
  font-size: 12px;
  padding: 5px 12px;
  border: none;
  line-height: 1.5;
  background: #4ac052;
  color: #fff;
  border-radius: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 500;
  min-width: 54px;
  max-width: 92px;
  width: 15%;
  min-height: 28px;
  max-height: 38px;
  height: 55%;
  font-family: Hiragino Sans;
}

.css-1ulsnxa:hover {
  box-shadow: none;
  background: #4ac052;
}

.css-1ulsnxa:active {
  box-shadow: none;
  background: #4ac052;
}

.css-1ulsnxa:focus {
  opacity: 1;
  background: #4ac052;
}

@media (min-width: 0px) {
  .css-1ulsnxa {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .css-1ulsnxa {
    font-size: 18px;
  }
}

.css-1pamxu5 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #1976d2;
  box-shadow: none;
  text-transform: none;
  font-size: 12px;
  padding: 5px 12px;
  border: none;
  line-height: 1.5;
  background: #4ac052;
  color: #fff;
  border-radius: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 500;
  min-width: 54px;
  max-width: 92px;
  width: 15%;
  min-height: 28px;
  max-height: 38px;
  height: 55%;
  font-family: Hiragino Sans;
}

.css-1pamxu5:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
}

@media (hover: none) {
  .css-1pamxu5:hover {
    background-color: transparent;
  }
}

.css-1pamxu5.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.css-1pamxu5:hover {
  box-shadow: none;
  background: #4ac052;
}

.css-1pamxu5:active {
  box-shadow: none;
  background: #4ac052;
}

.css-1pamxu5:focus {
  opacity: 1;
  background: #4ac052;
}

@media (min-width: 0px) {
  .css-1pamxu5 {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .css-1pamxu5 {
    font-size: 18px;
  }
}

.css-zh6ou2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #1976d2;
  box-shadow: none;
  text-transform: none;
  font-size: 12px;
  padding: 5px 12px;
  border: none;
  line-height: 1.5;
  background: #4ac052;
  color: #fff;
  border-radius: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 500;
  min-width: 54px;
  max-width: 92px;
  width: 15%;
  min-height: 28px;
  max-height: 38px;
  height: 55%;
  font-family: Hiragino Sans;
}

.css-zh6ou2::-moz-focus-inner {
  border-style: none;
}

.css-zh6ou2.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-zh6ou2 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-zh6ou2:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
}

@media (hover: none) {
  .css-zh6ou2:hover {
    background-color: transparent;
  }
}

.css-zh6ou2.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.css-zh6ou2:hover {
  box-shadow: none;
  background: #4ac052;
}

.css-zh6ou2:active {
  box-shadow: none;
  background: #4ac052;
}

.css-zh6ou2:focus {
  opacity: 1;
  background: #4ac052;
}

@media (min-width: 0px) {
  .css-zh6ou2 {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .css-zh6ou2 {
    font-size: 18px;
  }
}

.css-3rgmyi {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .css-3rgmyi {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
}

.css-c3vlm2 {
  background: #fff;
}

.css-1qsxih2 {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 600px) {
  .css-1qsxih2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .css-1qsxih2 {
    max-width: 1200px;
  }
}

.css-1z05269 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.css-zdchav {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 0px) {
  .css-zdchav {
    font-size: 14px;
    /* max-width: 160px; */
  }
}

@media (min-width: 900px) {
  .css-zdchav {
    font-size: 16px;
    max-width: none;
  }
}

.css-1gqrq2j {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  color: #adadad;
  font-weight: 400;
  margin-left: 4px;
  margin-right: 4px;
}

@media (min-width: 0px) {
  .css-1gqrq2j {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  .css-1gqrq2j {
    font-size: 20px;
  }
}

.css-x8f7u9 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  cursor: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 0px) {
  .css-x8f7u9 {
    font-size: 14px;
    max-width: 160px;
  }
}

@media (min-width: 900px) {
  .css-x8f7u9 {
    font-size: 16px;
    max-width: none;
  }
}

.css-1wus1xn {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(26, 26, 26);
  word-break: break-all;
}

@media (min-width: 0px) {
  .css-1wus1xn {
    font-size: 13px;
  }
}

@media (min-width: 600px) {
  .css-1wus1xn {
    font-size: 18px;
  }
}

.css-96fy0h {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 600px) {
  .css-96fy0h {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .css-96fy0h {
    font-size: 14px;
  }
}

.css-14rjpjv {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 12px;
  font-weight: 300;
  font-family: "Roboto", "Helvetica", "Arial";
  color: #666;
  margin-left: 3px;
}

.css-32uf1m {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-weight: 300;
}

@media (min-width: 600px) {
  .css-1dr5h70 {
    margin-top: 12px;
  }
}

.css-1wqyibt {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #f56646;
  font-weight: 700;
  white-space: nowrap;
}

@media (min-width: 0px) {
  .css-1wqyibt {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .css-1wqyibt {
    font-size: 18px;
  }
}

.css-imsol2 {
  font-family: DIN Alternate;
}

@media (min-width: 0px) {
  .css-imsol2 {
    font-size: 22px;
  }
}

@media (min-width: 600px) {
  .css-imsol2 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .css-imsol2 {
    font-size: 42px;
  }
}

@media (min-width: 0px) {
  .css-10q9jzs {
    display: block;
  }
}

@media (min-width: 600px) {
  .css-10q9jzs {
    display: none;
  }
}

.css-t2z2pj {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  overflow: hidden;
}

@media (min-width: 0px) {
  .css-t2z2pj {
    position: fixed;
    border-top: 0.5px solid #f4f4f4;
  }
}

@media (min-width: 600px) {
  .css-t2z2pj {
    position: static;
    border-top: none;
  }
}

.css-iu5ju {
  position: static;
  bottom: 0;
  background: rgb(233, 247, 234);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.css-11wp7p4 {
  max-width: 1200px;
  width: 100%;
}

@media (min-width: 0px) {
  .css-11wp7p4 {
    padding: 10px 10px;
  }
}

@media (min-width: 600px) {
  .css-11wp7p4 {
    padding: 10px 24px;
  }
}

.css-69i1ev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-kj1v8j {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #4ac052;
  font-family: Hiragino Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 4px;
}

.css-8mqib6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 0 0 96px;
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  font-family: Hiragino Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.css-dpgds7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 1px;
}

.css-23c0gj {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #1a1a1a;
  border-radius: 4px;
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

.css-wgpyw {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #1a1a1a;
  width: 8px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.css-1cf2ons {
  padding-top: 8px;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 0;
}

.css-1rf4cf1 {
  height: 6px;
  border-radius: 3px;
}

.css-1rf4cf1.MuiLinearProgress-colorPrimary {
  background-color: #ffffff;
}

.css-1rf4cf1 .MuiLinearProgress-bar {
  border-radius: 3px;
  background-color: #4ac052;
}

.css-yp6aef {
  position: relative;
  overflow: hidden;
  display: block;
  height: 4px;
  z-index: 0;
  background-color: rgb(167, 202, 237);
  height: 6px;
  border-radius: 3px;
}

@media print {
  .css-yp6aef {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-yp6aef.MuiLinearProgress-colorPrimary {
  background-color: #ffffff;
}

.css-yp6aef .MuiLinearProgress-bar {
  border-radius: 3px;
  background-color: #4ac052;
}

.css-t752vm {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transform-origin: left;
  background-color: #1976d2;
}

@media (min-width: 0px) {
  .css-1rald9q {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 600px) {
  .css-1rald9q {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 0px) {
  .css-s9ep2k {
    display: block;
    margin-bottom: -2px;
  }
}

@media (min-width: 600px) {
  .css-s9ep2k {
    margin-bottom: -12px;
  }
}

@media (min-width: 900px) {
  .css-s9ep2k {
    display: none;
  }
}

.css-1hnfz9c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  background: #ffffff;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  height: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.css-9mbpbe {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: #666666;
  font-size: 11px;
  line-height: 28px;
}

.css-o5rkq4 {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  border-top: 1px solid rgb(234, 234, 234);
}

@media (min-width: 600px) {
  .css-o5rkq4 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .css-o5rkq4 {
    max-width: 1200px;
  }
}

.css-1qu9ol2 {
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  position: fixed;
  border-radius: 8px;
  top: 12px;
  right: 12px;
  z-index: 3;
}

.css-j1fy4m {
  padding-top: 0px;
  padding-bottom: 0px;
}

.css-ddl3wi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
}

.css-27zmm4 {
  background: #fff;
  padding: 0px;
}

.css-1xw98xw {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.00938em;
  padding-bottom: 8px;
  font-family: Hiragino Sans;
  font-weight: 500;
}

@media (min-width: 0px) {
  .css-1xw98xw {
    font-size: 13px;
  }
}

@media (min-width: 900px) {
  .css-1xw98xw {
    font-size: 16px;
  }
}

.css-2imjyh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.css-4yv1uu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 0px) {
  .css-4yv1uu {
    width: 29.5%;
    height: 38%;
  }
}

@media (min-width: 600px) {
  .css-4yv1uu {
    width: 29.5%;
    height: 38%;
  }
}

@media (min-width: 900px) {
  .css-4yv1uu {
    width: 110px;
    height: 135px;
  }
}

@media (min-width: 1200px) {
  .css-4yv1uu {
    width: 110px;
    height: 135px;
  }
}

.css-12r3bpc {
  font-family: Hiragino Sans;
}

@media (min-width: 0px) {
  .css-12r3bpc {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 600px) {
  .css-12r3bpc {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 900px) {
  .css-12r3bpc {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .css-12r3bpc {
    font-size: 14px;
    font-weight: 400;
  }
}

.css-1n9ank9 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.00938em;
  margin-right: 13px;
  font-family: Hiragino Sans;
  font-weight: 500;
}

.css-1wt8a0k {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 2;
  background: #ffffff;
}

@media (min-width: 0px) {
  .css-1wt8a0k {
    position: fixed;
    border-top: 0.5px solid #f4f4f4;
  }
}

@media (min-width: 600px) {
  .css-1wt8a0k {
    position: static;
    border-top: none;
  }
}

.css-pl675j {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding: 8px 0px;
}

@media (min-width: 600px) {
  .css-pl675j {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .css-pl675j {
    max-width: 1200px;
  }
}

.css-dvxtzn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-bj71fo {
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 0px) {
  .css-bj71fo {
    width: 100%;
  }
}

@media (min-width: 900px) {
  .css-bj71fo {
    width: 90%;
  }
}

.css-mz12vi {
  box-shadow: none;
  text-transform: none;
  font-size: 14px;
  padding: 6px 0;
  border: none;
  height: 40px;
  line-height: 1.5;
  border-radius: 40px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #4ac052;
  border: none !important;
  min-width: 50px !important;
  opacity: 1;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 8px;
  margin-right: 8px;
}

.css-mz12vi:hover {
  box-shadow: none;
}

.css-mz12vi:active {
  box-shadow: none;
}

@media (min-width: 900px) {
  .css-mz12vi {
    height: 48px;
  }
}

.css-mz12vi:hover {
  background-color: #4ac052;
}

.css-1ongc57 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #1976d2;
  box-shadow: none;
  text-transform: none;
  font-size: 14px;
  padding: 6px 0;
  border: none;
  height: 40px;
  line-height: 1.5;
  border-radius: 40px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #4ac052;
  border: none !important;
  min-width: 50px !important;
  opacity: 1;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 8px;
  margin-right: 8px;
}

.css-1ongc57:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
}

@media (hover: none) {
  .css-1ongc57:hover {
    background-color: transparent;
  }
}

.css-1ongc57.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.css-1ongc57:hover {
  box-shadow: none;
}

.css-1ongc57:active {
  box-shadow: none;
}

@media (min-width: 900px) {
  .css-1ongc57 {
    height: 48px;
  }
}

.css-1ongc57:hover {
  background-color: #4ac052;
}

.css-1iegg02 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #1976d2;
  box-shadow: none;
  text-transform: none;
  font-size: 14px;
  padding: 6px 0;
  border: none;
  height: 40px;
  line-height: 1.5;
  border-radius: 40px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #4ac052;
  border: none !important;
  min-width: 50px !important;
  opacity: 1;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 8px;
  margin-right: 8px;
}

.css-1iegg02::-moz-focus-inner {
  border-style: none;
}

.css-1iegg02.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-1iegg02 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-1iegg02:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
}

@media (hover: none) {
  .css-1iegg02:hover {
    background-color: transparent;
  }
}

.css-1iegg02.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.css-1iegg02:hover {
  box-shadow: none;
}

.css-1iegg02:active {
  box-shadow: none;
}

@media (min-width: 900px) {
  .css-1iegg02 {
    height: 48px;
  }
}

.css-1iegg02:hover {
  background-color: #4ac052;
}

.css-a3xyjy {
  z-index: 1200;
}

.css-82fqje {
  position: relative;
  padding: 12px;
}

/* .css-82fqje p {
  margin: 0px;
} */

@media (min-width: 0px) {
  .css-18mgn7w .HFLdeliver-info {
    min-height: 58px;
  }
}

@media (min-width: 600px) {
  .css-18mgn7w .HFLdeliver-info {
    min-height: 64px;
  }
}

@media (min-width: 0px) {
  .css-18mgn7w .HFLdeliver-info :first-child {
    height: 18px;
  }
}

@media (min-width: 600px) {
  .css-18mgn7w .HFLdeliver-info :first-child {
    height: 21px;
  }
}

@media (min-width: 0px) {
  .css-18mgn7w .HFLdeliver-info span {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  .css-18mgn7w .HFLdeliver-info span {
    font-size: 14px;
  }
}

.css-18mgn7w .HFLdeliver-info .scale-9 {
  height: 18px;
}

@media (min-width: 0px) {
  .css-18mgn7w .HFLdeliver-info p {
    height: 18px;
  }
}

@media (min-width: 600px) {
  .css-18mgn7w .HFLdeliver-info p {
    height: 21px;
  }
}

.css-j7qwjs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.css-1lekzkb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.css-t8sc6s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-t8sc6s p {
  font-size: 11px;
  font-weight: 500;
  color: #20b329;
}

.css-lh8sr8 .HFLPackage-rights p {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-lh8sr8 .package-rights-container p {
  font-size: 14px !important;
  margin-bottom: 8px;
}

.css-kmmdy {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #20b329;
  font-size: 11px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.css-9l3uo3 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.css-10gb4rs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  font-size: 12px;
  color: #4ac052;
}

.css-z5za8c .official-video-info-card-title p {
  font-size: 16px;
}

.css-z5za8c .video-card p {
  font-size: 14px;
}

.css-1xe2h9n {
  border-top-width: 0.5px;
  border-top-style: solid;
}

@media (min-width: 0px) {
  .css-1xe2h9n {
    border-top-color: #fff;
  }
}

@media (min-width: 600px) {
  .css-1xe2h9n {
    border-top-color: #fff;
  }
}

@media (min-width: 900px) {
  .css-1xe2h9n {
    border-top-color: rgb(204, 204, 204);
  }
}

.css-18zn18c {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: Hiragino Sans;
}

.css-1siipbo {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  font-family: Hiragino Sans;
}

.css-1mteltx {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  font-family: Hiragino Sans;
  margin-bottom: 8px;
}

.css-gg4vpm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.css-2uflz7 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: Hiragino Sans;
}

@media (min-width: 0px) {
  .css-2uflz7 {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .css-2uflz7 {
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  .css-2uflz7 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .css-2uflz7 {
    font-size: 16px;
  }
}

.css-jw4aag {
  color: rgb(26, 26, 26);
  font-weight: 300;
}

@media (min-width: 0px) {
  .css-jw4aag {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  .css-jw4aag {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .css-jw4aag {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .css-jw4aag {
    font-size: 14px;
  }
}

.css-1j3rgkb {
  font-weight: 700;
  padding-left: 4px;
}

@media (min-width: 0px) {
  .css-1j3rgkb {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 900px) {
  .css-1j3rgkb {
    font-size: 20px;
    line-height: 20px;
  }
}

.css-1bhdu60 {
  font-family: DIN Alternate;
}

.css-d7ed9u {
  color: #999;
  font-weight: 300;
}

@media (min-width: 0px) {
  .css-d7ed9u {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .css-d7ed9u {
    font-size: 16px;
  }
}

.css-1w9zwik {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  color: #faaf00;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
  color: #ff9b25;
}

.css-1w9zwik.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-1w9zwik.Mui-focusVisible .MuiRating-iconActive {
  outline: 1px solid #999;
}

.css-1w9zwik .MuiRating-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 0px) {
  .css-1w9zwik {
    font-size: 26px;
  }
}

@media (min-width: 900px) {
  .css-1w9zwik {
    font-size: 32px;
  }
}

.css-1w9zwik .MuiRating-decimal span {
  z-index: 1;
}

.css-79elbk {
  position: relative;
}

.css-13m1if9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
}

.css-1cw4hi4 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: inherit;
}

.css-1hlcbzx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
  margin-bottom: 10px;
}

.css-1xh6k8t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.26);
}

.css-x0zr55 {
  color: #1a1a1a;
}

@media (min-width: 0px) {
  .css-x0zr55 {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .css-x0zr55 {
    font-size: 16px;
  }
}

.css-1p60y8u {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  color: #faaf00;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
  color: #ff9b25;
}

.css-1p60y8u.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-1p60y8u.Mui-focusVisible .MuiRating-iconActive {
  outline: 1px solid #999;
}

.css-1p60y8u .MuiRating-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 0px) {
  .css-1p60y8u {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  .css-1p60y8u {
    font-size: 24px;
  }
}

.css-1p60y8u .MuiRating-decimal span {
  z-index: 1;
}

.css-1sj3pvk {
  color: #999;
}

@media (min-width: 0px) {
  .css-1sj3pvk {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .css-1sj3pvk {
    font-size: 16px;
  }
}

.css-wqbhm4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}

.css-1m9fqvd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.css-1cbxhxm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 0px) {
  .css-1cbxhxm {
    margin-right: 8px;
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 900px) {
  .css-1cbxhxm {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .css-1cbxhxm {
    margin-right: 12px;
  }
}

.css-1hy9t21 {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}

.css-tamxd2 {
  width: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.css-1xar93x {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}

.css-huginv {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #666;
  margin-bottom: 6px;
}

@media (min-width: 0px) {
  .css-huginv {
    font-size: 13px;
  }
}

@media (min-width: 900px) {
  .css-huginv {
    font-size: 20px;
  }
}

.css-mbfek {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}

.css-1ltdbjz {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  color: #faaf00;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
  color: #ff9b25;
}

.css-1ltdbjz.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-1ltdbjz.Mui-focusVisible .MuiRating-iconActive {
  outline: 1px solid #999;
}

.css-1ltdbjz .MuiRating-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 0px) {
  .css-1ltdbjz {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  .css-1ltdbjz {
    font-size: 24px;
  }
}

.css-1ltdbjz .MuiRating-decimal span {
  z-index: 1;
}

.css-du9o4k {
  color: #666;
}

@media (min-width: 0px) {
  .css-du9o4k {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .css-du9o4k {
    font-size: 16px;
  }
}

.css-147c7qx {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  letter-spacing: 0em;
  color: #1a1a1a;
  font-weight: 300;
}

@media (min-width: 0px) {
  .css-147c7qx {
    font-size: 13px;
  }
}

@media (min-width: 600px) {
  .css-147c7qx {
    font-size: 18px;
  }
}

.css-icvzd4 {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
}

.css-icvzd4::-webkit-scrollbar {
  display: none;
}

.css-xuirl3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.css-n7rgxo {
  border-radius: 12px;
  overflow: hidden;
  font-size: 0;
  background-color: #eee;
}

@media (min-width: 0px) {
  .css-n7rgxo {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 0px) {
  .css-xuirl3 > :not(style):not(style) {
    margin: 0;
  }

  .css-xuirl3 > :not(style) ~ :not(style) {
    margin-left: 8px;
  }
}

@media (min-width: 600px) {
  .css-xuirl3 > :not(style):not(style) {
    margin: 0;
  }

  .css-xuirl3 > :not(style) ~ :not(style) {
    margin-left: 32px;
  }
}

.css-vo8rdi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.css-1hxytg2 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: #999;
}

@media (min-width: 0px) {
  .css-1hxytg2 {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .css-1hxytg2 {
    font-size: 16px;
  }
}

.css-k2ep32 {
  max-width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 24px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  white-space: nowrap;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: unset;
  outline: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  padding-left: 4px;
  padding-right: 4px;
  color: #999999;
  border: 1px solid #bdbdbd;
}

.css-k2ep32.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-k2ep32 .MuiChip-avatar {
  margin-left: 5px;
  margin-right: -6px;
  width: 24px;
  height: 24px;
  color: #616161;
  font-size: 0.75rem;
}

.css-k2ep32 .MuiChip-avatarColorPrimary {
  color: #fff;
  background-color: #1565c0;
}

.css-k2ep32 .MuiChip-avatarColorSecondary {
  color: #fff;
  background-color: #7b1fa2;
}

.css-k2ep32 .MuiChip-avatarSmall {
  margin-left: 4px;
  margin-right: -4px;
  width: 18px;
  height: 18px;
  font-size: 0.625rem;
}

.css-k2ep32 .MuiChip-icon {
  margin-left: 4px;
  margin-right: -4px;
  font-size: 18px;
}

.css-k2ep32 .MuiChip-deleteIcon {
  -webkit-tap-highlight-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
  margin-right: 4px;
  margin-left: -4px;
}

.css-k2ep32 .MuiChip-deleteIcon:hover {
  color: rgba(0, 0, 0, 0.4);
}

.css-k2ep32:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-k2ep32.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.2);
}

.css-k2ep32:active {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.css-k2ep32.MuiChip-clickable:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-k2ep32.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-k2ep32 .MuiChip-avatar {
  margin-left: 4px;
}

.css-k2ep32 .MuiChip-avatarSmall {
  margin-left: 2px;
}

.css-k2ep32 .MuiChip-icon {
  margin-left: 4px;
}

.css-k2ep32 .MuiChip-iconSmall {
  margin-left: 2px;
}

.css-k2ep32 .MuiChip-deleteIcon {
  margin-right: 5px;
}

.css-k2ep32 .MuiChip-deleteIconSmall {
  margin-right: 3px;
}

.css-1uygfp2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 24px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  white-space: nowrap;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: unset;
  outline: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  padding-left: 4px;
  padding-right: 4px;
  color: #999999;
  border: 1px solid #bdbdbd;
}

.css-1uygfp2::-moz-focus-inner {
  border-style: none;
}

.css-1uygfp2.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-1uygfp2 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-1uygfp2.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-1uygfp2 .MuiChip-avatar {
  margin-left: 5px;
  margin-right: -6px;
  width: 24px;
  height: 24px;
  color: #616161;
  font-size: 0.75rem;
}

.css-1uygfp2 .MuiChip-avatarColorPrimary {
  color: #fff;
  background-color: #1565c0;
}

.css-1uygfp2 .MuiChip-avatarColorSecondary {
  color: #fff;
  background-color: #7b1fa2;
}

.css-1uygfp2 .MuiChip-avatarSmall {
  margin-left: 4px;
  margin-right: -4px;
  width: 18px;
  height: 18px;
  font-size: 0.625rem;
}

.css-1uygfp2 .MuiChip-icon {
  margin-left: 4px;
  margin-right: -4px;
  font-size: 18px;
}

.css-1uygfp2 .MuiChip-deleteIcon {
  -webkit-tap-highlight-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
  margin-right: 4px;
  margin-left: -4px;
}

.css-1uygfp2 .MuiChip-deleteIcon:hover {
  color: rgba(0, 0, 0, 0.4);
}

.css-1uygfp2:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-1uygfp2.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.2);
}

.css-1uygfp2:active {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.css-1uygfp2.MuiChip-clickable:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-1uygfp2.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-1uygfp2 .MuiChip-avatar {
  margin-left: 4px;
}

.css-1uygfp2 .MuiChip-avatarSmall {
  margin-left: 2px;
}

.css-1uygfp2 .MuiChip-icon {
  margin-left: 4px;
}

.css-1uygfp2 .MuiChip-iconSmall {
  margin-left: 2px;
}

.css-1uygfp2 .MuiChip-deleteIcon {
  margin-right: 5px;
}

.css-1uygfp2 .MuiChip-deleteIconSmall {
  margin-right: 3px;
}

.css-1pjtbja {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
}

.css-ew54z7 {
  padding-left: 12px;
  padding-top: 12px;
}

.css-1psambu {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: Hiragino Sans;
}

@media (min-width: 0px) {
  .css-1psambu {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .css-1psambu {
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  .css-1psambu {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .css-1psambu {
    font-size: 16px;
  }
}

.css-1t743a7 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

@media (min-width: 0px) {
  .css-1t743a7 {
    font-size: 13px;
  }
}

@media (min-width: 900px) {
  .css-1t743a7 {
    font-size: 18px;
  }
}

.css-7y3gwb {
  margin-top: 8px;
}

@media (min-width: 0px) {
  .css-7y3gwb {
    padding: 12px;
  }
}

@media (min-width: 600px) {
  .css-7y3gwb {
    padding: 12px;
  }
}

@media (min-width: 900px) {
  .css-7y3gwb {
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .css-7y3gwb {
    padding: 24px;
  }
}

.css-1dbapjh {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: Hiragino Sans;
}

@media (min-width: 0px) {
  .css-1dbapjh {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .css-1dbapjh {
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  .css-1dbapjh {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .css-1dbapjh {
    font-size: 16px;
  }
}

.css-knj01d {
  margin-left: 8px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.css-jsi0da {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
}

.css-1k86viy {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  color: #faaf00;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
  font-size: 14px;
}

.css-1k86viy.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-1k86viy.Mui-focusVisible .MuiRating-iconActive {
  outline: 1px solid #999;
}

.css-1k86viy .MuiRating-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.css-1k86viy .MuiRating-decimal span {
  z-index: 1;
}

.css-5qghfd {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #fe8946;
  font-size: 10px;
  font-weight: 500;
  margin-left: 3px;
}

@media print {
  .css-1ox0koo {
    position: absolute !important;
  }
}

.css-1ox0koo .MuiPaper-root {
  border-radius: 12px;
  box-shadow: none;
  overflow: visible;
  min-width: 280px;
  min-height: 280px;
  margin: 0px;
  width: max(min(100vw - 36px, 340px), 280px);
  height: calc((max(min(100vw - 36px, 340px), 280px)) * 1.118);
}

.css-10a8mb9 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}

.css-hx1zgp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 8px 0;
}

.css-tcbx89 {
  padding-bottom: 12px;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 0px) {
  .css-tcbx89 {
    max-height: 620px;
  }
}

@media (min-width: 900px) {
  .css-tcbx89 {
    max-height: 916px;
  }
}

.css-tcbx89 p {
  margin: 0px;
}

.css-1oqo0dh {
  font-size: 0;
}

.css-1oqo0dh img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.css-1vf2cim {
  padding-left: 16px;
  padding-right: 16px;
}

.css-1vf2cim img {
  max-width: 100%;
}

.css-1hmj1ie {
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  position: absolute;
}

@media (min-width: 0px) {
  .css-1hmj1ie {
    top: 620px;
    height: 54px;
  }
}

@media (min-width: 900px) {
  .css-1hmj1ie {
    top: 820px;
    height: 160px;
  }
}

.css-4a9pml {
  width: 100%;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 0px) {
  .css-4a9pml {
    height: 54px;
  }
}

@media (min-width: 900px) {
  .css-4a9pml {
    height: 62px;
  }
}

.css-e4jdz9 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #1976d2;
  box-shadow: none;
  text-transform: none;
  padding: 6px 12px;
  line-height: 1.5;
  border: none !important;
  min-width: 140px !important;
  color: #666;
}

.css-e4jdz9:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
}

@media (hover: none) {
  .css-e4jdz9:hover {
    background-color: transparent;
  }
}

.css-e4jdz9.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

@media (min-width: 0px) {
  .css-e4jdz9 {
    font-size: 13px;
    height: 54px;
  }
}

@media (min-width: 900px) {
  .css-e4jdz9 {
    font-size: 19px;
    height: 62px;
  }
}

.css-vba73k {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #1976d2;
  box-shadow: none;
  text-transform: none;
  padding: 6px 12px;
  line-height: 1.5;
  border: none !important;
  min-width: 140px !important;
  color: #666;
}

.css-vba73k::-moz-focus-inner {
  border-style: none;
}

.css-vba73k.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-vba73k {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-vba73k:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
}

@media (hover: none) {
  .css-vba73k:hover {
    background-color: transparent;
  }
}

.css-vba73k.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

@media (min-width: 0px) {
  .css-vba73k {
    font-size: 13px;
    height: 54px;
  }
}

@media (min-width: 900px) {
  .css-vba73k {
    font-size: 19px;
    height: 62px;
  }
}

.css-hs3j84 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
}

@media (min-width: 0px) {
  .css-hs3j84 {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  .css-hs3j84 {
    font-size: 28px;
  }
}

.css-1ej81nx {
  overflow: hidden;
}

@media (min-width: 0px) {
  .css-1ej81nx {
    border-radius: 0px;
  }
}

@media (min-width: 900px) {
  .css-1ej81nx {
    border-radius: 8px;
  }
}

.css-q1iikv {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  padding-bottom: 32px;
}

@media (min-width: 600px) {
  .css-q1iikv {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .css-q1iikv {
    max-width: 1200px;
  }
}

.css-hshd5b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 0px) {
  .css-hshd5b > :not(style):not(style) {
    margin: 0;
  }

  .css-hshd5b > :not(style) ~ :not(style) {
    margin-top: 8px;
  }
}

@media (min-width: 600px) {
  .css-hshd5b > :not(style):not(style) {
    margin: 0;
  }

  .css-hshd5b > :not(style) ~ :not(style) {
    margin-top: 24px;
  }
}

@media (min-width: 0px) {
  .css-u7c9l3 {
    margin: 32px -14px 0;
  }
}

@media (min-width: 900px) {
  .css-u7c9l3 {
    margin: 50px -14px 0;
  }
}

.css-h5m3v3 {
  margin: 0 12px;
}

@media (min-width: 0px) {
  .css-h5m3v3 {
    font-size: 13px;
  }
}

@media (min-width: 900px) {
  .css-h5m3v3 {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .css-xkeg8j {
    padding: 0;
  }
}

.css-hjbgq2 {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 0px) {
  .css-hjbgq2 {
    margin-top: -8px;
  }

  .css-hjbgq2 > .MuiGrid-item {
    padding-top: 8px;
  }
}

@media (min-width: 900px) {
  .css-hjbgq2 {
    margin-top: -24px;
  }

  .css-hjbgq2 > .MuiGrid-item {
    padding-top: 24px;
  }
}

@media (min-width: 0px) {
  .css-hjbgq2 {
    width: calc(100% + 8px);
    margin-left: -8px;
  }

  .css-hjbgq2 > .MuiGrid-item {
    padding-left: 8px;
  }
}

@media (min-width: 900px) {
  .css-hjbgq2 {
    width: calc(100% + 24px);
    margin-left: -24px;
  }

  .css-hjbgq2 > .MuiGrid-item {
    padding-left: 24px;
  }
}

.css-pq7chb {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 50%;
}

@media (min-width: 600px) {
  .css-pq7chb {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 900px) {
  .css-pq7chb {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .css-pq7chb {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width: 1536px) {
  .css-pq7chb {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

.css-mr86mw {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-v1r2ov {
  margin: 0;
  font: inherit;
  color: #1976d2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-590wu7 {
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid;
  height: 100%;
  background: #fff;
  isolation: isolate;
}

.css-1fb1aql {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid;
  height: 100%;
  background: #fff;
  isolation: isolate;
}

.css-v4sxp9 {
  display: block;
  text-align: inherit;
  border-radius: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.css-v4sxp9:hover .MuiCardActionArea-focusHighlight {
  opacity: 0.04;
}

@media (hover: none) {
  .css-v4sxp9:hover .MuiCardActionArea-focusHighlight {
    opacity: 0;
  }
}

.css-v4sxp9.Mui-focusVisible .MuiCardActionArea-focusHighlight {
  opacity: 0.12;
}

.css-bto6dv {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: inherit;
  border-radius: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.css-bto6dv::-moz-focus-inner {
  border-style: none;
}

.css-bto6dv.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-bto6dv {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-bto6dv:hover .MuiCardActionArea-focusHighlight {
  opacity: 0.04;
}

@media (hover: none) {
  .css-bto6dv:hover .MuiCardActionArea-focusHighlight {
    opacity: 0;
  }
}

.css-bto6dv.Mui-focusVisible .MuiCardActionArea-focusHighlight {
  opacity: 0.12;
}

.css-jo3ec3 {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0;
  background-color: currentcolor;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1dnzbhn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.css-hwbdeb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

.css-kdb48d {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #49341a;
  font-weight: 700;
  margin-left: 2px;
}

@media (min-width: 0px) {
  .css-kdb48d {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  .css-kdb48d {
    font-size: 15px;
  }
}

.css-xsnsew {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-weight: 300;
  white-space: break-spaces;
}

@media (min-width: 0px) {
  .css-xsnsew {
    font-size: 13px;
  }
}

@media (min-width: 600px) {
  .css-xsnsew {
    font-size: 16px;
  }
}

.css-15ro776 {
  margin-right: 4px;
}

.css-1c2h9gi {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}

@media (min-width: 0px) {
  .css-1c2h9gi {
    font-size: 20px;
  }
}

@media (min-width: 600px) {
  .css-1c2h9gi {
    font-size: 24px;
  }
}

.css-3pjdli {
  margin-right: 8px;
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #4ac052;
}

.css-1xmsnus {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  padding-top: 8px;
  margin-bottom: 24px;
}

.css-1xmsnus > .MuiGrid-item {
  padding-top: 16px;
}

.css-1xmsnus > .MuiGrid-item {
  padding-left: 16px;
}

.css-h3o6is {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .css-h3o6is {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 900px) {
  .css-h3o6is {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .css-h3o6is {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 1536px) {
  .css-h3o6is {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

.css-1bpp6to {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) {
  .css-1bpp6to {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 600px) {
  .css-1bpp6to {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .css-1bpp6to {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.css-1ldbxvs {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

@media (min-width: 0px) {
  .css-1ldbxvs {
    width: 72px;
    height: 72px;
  }
}

@media (min-width: 600px) {
  .css-1ldbxvs {
    width: 100px;
    height: 100px;
  }
}

.css-1q33h3h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {
  .css-1q33h3h {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.css-v411ny {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.167;
  letter-spacing: 0em;
  font-weight: 700;
}

.css-wvwu0j {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  letter-spacing: 0em;
}

@media (min-width: 0px) {
  .css-wvwu0j {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  .css-wvwu0j {
    font-size: 14px;
  }
}

.css-xuaqpw {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  z-index: 1201;
}

.css-8yzpf7 {
  display: inline-block;
  -webkit-animation: animation-61bdi0 1.4s linear infinite;
  animation: animation-61bdi0 1.4s linear infinite;
}

@-webkit-keyframes animation-61bdi0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animation-61bdi0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.css-13o7eu2 {
  display: block;
}

.css-14891ef {
  stroke: currentColor;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
  -webkit-animation: animation-1p2h4ri 1.4s ease-in-out infinite;
  animation: animation-1p2h4ri 1.4s ease-in-out infinite;
}

@-webkit-keyframes animation-1p2h4ri {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }

  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

@keyframes animation-1p2h4ri {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }

  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

.css-1hyfx7x {
  display: none;
}

.css-1oiindt {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem 0;
}

@media (min-width: 600px) {
  .css-1oiindt {
    margin-top: -16px;
  }

  .css-1oiindt > .MuiGrid-item {
    padding-top: 16px;
  }
}

@media (min-width: 900px) {
  .css-1oiindt {
    margin-top: -24px;
  }

  .css-1oiindt > .MuiGrid-item {
    padding-top: 24px;
  }
}

@media (min-width: 1200px) {
  .css-1oiindt {
    margin-top: -64px;
  }

  .css-1oiindt > .MuiGrid-item {
    padding-top: 64px;
  }
}

@media (min-width: 600px) {
  .css-1oiindt {
    width: calc(100% + 16px);
    margin-left: -16px;
  }

  .css-1oiindt > .MuiGrid-item {
    padding-left: 16px;
  }
}

@media (min-width: 900px) {
  .css-1oiindt {
    width: calc(100% + 24px);
    margin-left: -24px;
  }

  .css-1oiindt > .MuiGrid-item {
    padding-left: 24px;
  }
}

@media (min-width: 1200px) {
  .css-1oiindt {
    width: calc(100% + 64px);
    margin-left: -64px;
  }

  .css-1oiindt > .MuiGrid-item {
    padding-left: 64px;
  }
}

.css-wm2fgn {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .css-wm2fgn {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width: 900px) {
  .css-wm2fgn {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .css-wm2fgn {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width: 1536px) {
  .css-wm2fgn {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width: 0px) {
  .css-wm2fgn {
    display: none;
  }
}

@media (min-width: 600px) {
  .css-wm2fgn {
    display: block;
  }
}

.css-1ud6kmv {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
}

.css-1xi2gtz {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -8px;
  width: calc(100% + 32px);
  margin-left: -32px;
}

.css-1xi2gtz > .MuiGrid-item {
  padding-top: 8px;
}

.css-1xi2gtz > .MuiGrid-item {
  padding-left: 32px;
}

.css-1bbuhv0 {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .css-1bbuhv0 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width: 900px) {
  .css-1bbuhv0 {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .css-1bbuhv0 {
    -webkit-flex-basis: 16.666667%;
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 16.666667%;
  }
}

@media (min-width: 1536px) {
  .css-1bbuhv0 {
    -webkit-flex-basis: 16.666667%;
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 16.666667%;
  }
}

.css-15j76c0 {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .css-15j76c0 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .css-15j76c0 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .css-15j76c0 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  .css-15j76c0 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

.css-1137jfj {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #aaa;
  font-size: 14px;
}

.css-1137jfj:hover {
  color: #ffffff;
}

.css-1twzmnh {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .css-1twzmnh {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width: 900px) {
  .css-1twzmnh {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .css-1twzmnh {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 1536px) {
  .css-1twzmnh {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

.css-1hztzqe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #dadada;
  overflow: hidden;
}

.css-1hztzqe:hover {
  background-color: #ffffff;
}

.css-wydlzw {
  margin-right: 8px;
  margin-bottom: 16px;
  width: 100px;
  height: 24px;
}

.css-kbsw1s {
  margin-right: 8px;
  margin-bottom: 16px;
  width: 36px;
  height: 24px;
}

.css-1etv89n {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .css-1etv89n {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

@media (min-width: 900px) {
  .css-1etv89n {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .css-1etv89n {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

@media (min-width: 1536px) {
  .css-1etv89n {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}

.css-xgxl4c {
  max-width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  white-space: nowrap;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: unset;
  outline: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  padding: 0 8px;
  margin-right: 16px;
  margin-bottom: 16px;
  color: #aaaaaa;
}

.css-xgxl4c.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-xgxl4c .MuiChip-avatar {
  margin-left: 5px;
  margin-right: -6px;
  width: 24px;
  height: 24px;
  color: #616161;
  font-size: 0.75rem;
}

.css-xgxl4c .MuiChip-avatarColorPrimary {
  color: #fff;
  background-color: #1565c0;
}

.css-xgxl4c .MuiChip-avatarColorSecondary {
  color: #fff;
  background-color: #7b1fa2;
}

.css-xgxl4c .MuiChip-avatarSmall {
  margin-left: 4px;
  margin-right: -4px;
  width: 18px;
  height: 18px;
  font-size: 0.625rem;
}

.css-xgxl4c .MuiChip-icon {
  margin-left: 5px;
  margin-right: -6px;
}

.css-xgxl4c .MuiChip-deleteIcon {
  -webkit-tap-highlight-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  font-size: 22px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
}

.css-xgxl4c .MuiChip-deleteIcon:hover {
  color: rgba(0, 0, 0, 0.4);
}

.css-xgxl4c:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-xgxl4c.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.2);
}

.css-xgxl4c:active {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.css-xgxl4c.MuiChip-clickable:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-xgxl4c.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-xgxl4c .MuiChip-avatar {
  margin-left: 4px;
}

.css-xgxl4c .MuiChip-avatarSmall {
  margin-left: 2px;
}

.css-xgxl4c .MuiChip-icon {
  margin-left: 4px;
}

.css-xgxl4c .MuiChip-iconSmall {
  margin-left: 2px;
}

.css-xgxl4c .MuiChip-deleteIcon {
  margin-right: 5px;
}

.css-xgxl4c .MuiChip-deleteIconSmall {
  margin-right: 3px;
}

.css-xgxl4c:hover {
  color: #ffffff;
  border-color: white;
}

.css-1ule4i6 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  white-space: nowrap;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: unset;
  outline: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  padding: 0 8px;
  margin-right: 16px;
  margin-bottom: 16px;
  color: #aaaaaa;
}

.css-1ule4i6::-moz-focus-inner {
  border-style: none;
}

.css-1ule4i6.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-1ule4i6 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-1ule4i6.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-1ule4i6 .MuiChip-avatar {
  margin-left: 5px;
  margin-right: -6px;
  width: 24px;
  height: 24px;
  color: #616161;
  font-size: 0.75rem;
}

.css-1ule4i6 .MuiChip-avatarColorPrimary {
  color: #fff;
  background-color: #1565c0;
}

.css-1ule4i6 .MuiChip-avatarColorSecondary {
  color: #fff;
  background-color: #7b1fa2;
}

.css-1ule4i6 .MuiChip-avatarSmall {
  margin-left: 4px;
  margin-right: -4px;
  width: 18px;
  height: 18px;
  font-size: 0.625rem;
}

.css-1ule4i6 .MuiChip-icon {
  margin-left: 5px;
  margin-right: -6px;
}

.css-1ule4i6 .MuiChip-deleteIcon {
  -webkit-tap-highlight-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  font-size: 22px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
}

.css-1ule4i6 .MuiChip-deleteIcon:hover {
  color: rgba(0, 0, 0, 0.4);
}

.css-1ule4i6:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-1ule4i6.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.2);
}

.css-1ule4i6:active {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.css-1ule4i6.MuiChip-clickable:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-1ule4i6.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-1ule4i6 .MuiChip-avatar {
  margin-left: 4px;
}

.css-1ule4i6 .MuiChip-avatarSmall {
  margin-left: 2px;
}

.css-1ule4i6 .MuiChip-icon {
  margin-left: 4px;
}

.css-1ule4i6 .MuiChip-iconSmall {
  margin-left: 2px;
}

.css-1ule4i6 .MuiChip-deleteIcon {
  margin-right: 5px;
}

.css-1ule4i6 .MuiChip-deleteIconSmall {
  margin-right: 3px;
}

.css-1ule4i6:hover {
  color: #ffffff;
  border-color: white;
}

.css-9iedg7 {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.css-17o7vor {
  max-width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  white-space: nowrap;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: unset;
  outline: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  padding: 0 8px;
  margin-bottom: 16px;
  color: #aaaaaa;
}

.css-17o7vor.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-17o7vor .MuiChip-avatar {
  margin-left: 5px;
  margin-right: -6px;
  width: 24px;
  height: 24px;
  color: #616161;
  font-size: 0.75rem;
}

.css-17o7vor .MuiChip-avatarColorPrimary {
  color: #fff;
  background-color: #1565c0;
}

.css-17o7vor .MuiChip-avatarColorSecondary {
  color: #fff;
  background-color: #7b1fa2;
}

.css-17o7vor .MuiChip-avatarSmall {
  margin-left: 4px;
  margin-right: -4px;
  width: 18px;
  height: 18px;
  font-size: 0.625rem;
}

.css-17o7vor .MuiChip-icon {
  margin-left: 5px;
  margin-right: -6px;
}

.css-17o7vor .MuiChip-deleteIcon {
  -webkit-tap-highlight-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  font-size: 22px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
}

.css-17o7vor .MuiChip-deleteIcon:hover {
  color: rgba(0, 0, 0, 0.4);
}

.css-17o7vor:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-17o7vor.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.2);
}

.css-17o7vor:active {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.css-17o7vor.MuiChip-clickable:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-17o7vor.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-17o7vor .MuiChip-avatar {
  margin-left: 4px;
}

.css-17o7vor .MuiChip-avatarSmall {
  margin-left: 2px;
}

.css-17o7vor .MuiChip-icon {
  margin-left: 4px;
}

.css-17o7vor .MuiChip-iconSmall {
  margin-left: 2px;
}

.css-17o7vor .MuiChip-deleteIcon {
  margin-right: 5px;
}

.css-17o7vor .MuiChip-deleteIconSmall {
  margin-right: 3px;
}

.css-17o7vor:hover {
  color: #ffffff;
  border-color: white;
}

.css-5jcosn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  white-space: nowrap;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: unset;
  outline: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  padding: 0 8px;
  margin-bottom: 16px;
  color: #aaaaaa;
}

.css-5jcosn::-moz-focus-inner {
  border-style: none;
}

.css-5jcosn.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-5jcosn {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-5jcosn.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.css-5jcosn .MuiChip-avatar {
  margin-left: 5px;
  margin-right: -6px;
  width: 24px;
  height: 24px;
  color: #616161;
  font-size: 0.75rem;
}

.css-5jcosn .MuiChip-avatarColorPrimary {
  color: #fff;
  background-color: #1565c0;
}

.css-5jcosn .MuiChip-avatarColorSecondary {
  color: #fff;
  background-color: #7b1fa2;
}

.css-5jcosn .MuiChip-avatarSmall {
  margin-left: 4px;
  margin-right: -4px;
  width: 18px;
  height: 18px;
  font-size: 0.625rem;
}

.css-5jcosn .MuiChip-icon {
  margin-left: 5px;
  margin-right: -6px;
}

.css-5jcosn .MuiChip-deleteIcon {
  -webkit-tap-highlight-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  font-size: 22px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
}

.css-5jcosn .MuiChip-deleteIcon:hover {
  color: rgba(0, 0, 0, 0.4);
}

.css-5jcosn:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-5jcosn.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.2);
}

.css-5jcosn:active {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.css-5jcosn.MuiChip-clickable:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-5jcosn.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.12);
}

.css-5jcosn .MuiChip-avatar {
  margin-left: 4px;
}

.css-5jcosn .MuiChip-avatarSmall {
  margin-left: 2px;
}

.css-5jcosn .MuiChip-icon {
  margin-left: 4px;
}

.css-5jcosn .MuiChip-iconSmall {
  margin-left: 2px;
}

.css-5jcosn .MuiChip-deleteIcon {
  margin-right: 5px;
}

.css-5jcosn .MuiChip-deleteIconSmall {
  margin-right: 3px;
}

.css-5jcosn:hover {
  color: #ffffff;
  border-color: white;
}

.css-1hrqswa {
  max-width: 1200px;
  margin: 0 auto;
}

.css-igtib2 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  text-align: left;
  color: white;
}

.css-1rrob10 {
  margin: 0 0.5rem;
  display: inline-block;
}

.css-1cik1k3 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: inherit;
}

.css-1cik1k3:hover {
  text-decoration-color: inherit;
}

.css-1i1yl23 {
  margin: 0;
  font: inherit;
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: inherit;
}

.css-1i1yl23:hover {
  text-decoration-color: inherit;
}

.css-1ltb0bu {
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  position: fixed;
  left: auto;
  right: 0px;
  color: inherit;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 10;
  top: 0px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-y2ut1z {
  background: rgb(244, 244, 244);
}

@media (min-width: 768px) {
  .css-y2ut1z {
    background: #fff;
  }
}

@media (max-width: 600px) {
  .css-body {
    padding-bottom: 93px;
  }
}

.css-y28f86 {
  position: fixed;
  inset: 0px;
  z-index: 1200;
}

.css-919eu4 {
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
}

.css-jv9wk0 {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px,
    rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: auto;
  z-index: 1200;
  position: fixed;
  top: auto;
  left: 0px;
  bottom: 0px;
  right: 0px;
  max-height: 100%;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1 0 auto;
  outline: 0px;
  border-radius: 16px 16px 0px 0px;
}

.css-u718rw {
  height: 100%;
  overflow-y: auto;
}

.css-kxd0o3 {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 6px;
  z-index: 20;
}

.css-q7xpag {
  position: sticky;
  top: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  padding: 12px 0px;
  background: rgb(255, 255, 255);
  z-index: 10;
}

.css-1xl2w9h {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  background: rgb(244, 244, 244);
  border-radius: 8px;
}

.css-kd905j {
  min-width: 74px;
}

.css-u718rw {
  height: 100%;
  overflow-y: auto;
}

.css-q7xpag {
  position: sticky;
  top: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  padding: 12px 0px;
  background: rgb(255, 255, 255);
  z-index: 10;
}

.css-38zrbw {
  padding: 12px;
}

.css-i9gxme {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.css-s04d8t {
  margin: 16px 0px 16px 12px;
  font-size: 6rem;
  letter-spacing: -0.01562em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-s04d8t {
    font-size: 14px;
  }
}

.css-isbt42 {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
}

.css-iol86l {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}

.css-isbt42 > .MuiGrid-item {
  padding-top: 16px;
}

.css-isbt42 > .MuiGrid-item {
  padding-left: 16px;
}

.css-1x9yj1k {
  margin: 0px 0px 16px 12px;
  font-size: 3.75rem;
  letter-spacing: -0.00833em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-1x9yj1k {
    font-size: 14px;
  }
}

.css-120fdbz {
  margin: 0px 0px 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgb(102, 102, 102);
}

@media (min-width: 0px) {
  .css-120fdbz {
    font-size: 12px;
  }
}

.css-vqqso8 {
  margin: 0px 0px 8px 32px;
  font-size: 3rem;
  line-height: 1.167;
  letter-spacing: 0em;
  color: rgb(26, 26, 26);
  font-weight: 500;
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-vqqso8 {
    font-size: 12px;
  }
}

.css-1upilqn {
  margin-bottom: 12px;
}

.css-1axniro {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.css-l69qyb {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.css-1rxda8j {
  margin: 0px;
  font-size: 3rem;
  line-height: 1.167;
  letter-spacing: 0em;
  color: rgb(26, 26, 26);
  font-weight: 700;
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-1rxda8j {
    font-size: 14px;
  }
}

.css-gm3ryw {
  margin: 12px 0px 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(102, 102, 102);
}

@media (min-width: 0px) {
  .css-gm3ryw {
    font-size: 12px;
  }
}

.css-15m8e5a {
  margin: 0px 0px 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(102, 102, 102);
}

@media (min-width: 0px) {
  .css-15m8e5a {
    font-size: 12px;
  }
}

.css-161q84v {
  margin: 0px 0px 12px;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: rgb(74, 192, 82);
  font-weight: 700;
  font-family: "Hiragino Sans";
  text-align: center;
}

@media (min-width: 0px) {
  .css-161q84v {
    font-size: 16px;
  }
}

.css-1lui57z {
  margin: 12px 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(102, 102, 102);
}

@media (min-width: 0px) {
  .css-1lui57z {
    font-size: 12px;
  }
}

.css-isbt42 {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
}

.css-1t2n01p {
  margin: 12px 0px;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: rgb(74, 192, 82);
  font-weight: 700;
  font-family: "Hiragino Sans";
  text-align: center;
}

@media (min-width: 0px) {
  .css-1t2n01p {
    font-size: 16px;
  }
}

.css-isbt42 {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
}

.css-35iahe {
  margin: 16px 0px 16px 8px;
  font-size: 6rem;
  letter-spacing: -0.01562em;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(74, 192, 82);
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-35iahe {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.css-1i3p61e {
  color: rgb(102, 102, 102);
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  text-align: center;
  line-height: 16px;
  margin-right: 4px;
}

@media (min-width: 0px) {
  .css-1i3p61e {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
}

.css-1xda3n {
  margin: 0px;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: rgb(26, 26, 26);
  font-weight: 700;
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-1xda3n {
    font-size: 14px;
  }
}

.css-ukf40e {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 50%;
}

.css-isbt42 > .MuiGrid-item {
  padding-top: 16px;
}

.css-isbt42 > .MuiGrid-item {
  padding-left: 16px;
}

.css-19egsyp {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}

.css-isbt42 > .MuiGrid-item {
  padding-top: 16px;
}

.css-isbt42 > .MuiGrid-item {
  padding-left: 16px;
}

.css-1pu64of {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px;
  border-radius: 6px;
  background: rgba(74, 192, 82, 0.08);
  margin-bottom: 12px;
  min-height: 100%;
}

.css-5hicrt {
  margin-right: 12px;
}

.css-tgajp1 {
  margin: 0px 0px 12px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(74, 192, 82);
  font-weight: 700;
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-tgajp1 {
    font-size: 12px;
  }
}

.css-ujash {
  margin: 0px 0px 12px;
  font-size: 3rem;
  line-height: 1.167;
  letter-spacing: 0em;
  color: rgb(74, 192, 82);
  font-weight: 600;
  font-family: "Hiragino Sans";
}

@media (min-width: 0px) {
  .css-ujash {
    font-size: 16px;
  }
}

.css-1haqjpv {
  margin: 0px 0px 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgb(102, 102, 102);
  font-weight: 300;
}

@media (min-width: 0px) {
  .css-1haqjpv {
    font-size: 12px;
  }
}

.css-fy2uxz {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px,
    rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: auto;
  z-index: 1200;
  position: fixed;
  top: auto;
  left: 0px;
  bottom: 0px;
  right: 0px;
  max-height: 100%;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1 0 auto;
  outline: 0px;
}

.css-ik2zv0 > .MuiPaper-root {
  overflow: hidden;
  transform: translate(0%, 0%) !important;
}

@media (min-width: 0px) {
  .css-ik2zv0 > .MuiPaper-root {
    max-height: 90vh;
    min-height: 60vh;
    border-radius: 16px 16px 0px 0px;
  }
}

.css-15bvnbz {
  overflow-y: scroll;
}

.css-47m60z {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  border-top: none;
}

.AddCart_infoContainer__skzAy {
  padding-top: 12px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.css-bzknjv {
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 2;
  background: rgb(255, 255, 255);
}

@media (min-width: 0px) {
  .css-bzknjv {
    position: fixed;
    border-top: 0.5px solid rgb(244, 244, 244);
  }
}

.css-1qu9ol2 {
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  position: fixed;
  border-radius: 8px;
  top: 12px;
  right: 12px;
  z-index: 3;
}

.css-ovggne {
  padding-top: 180px;
  padding-bottom: 100px;
}

.css-ddl3wi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
}

.css-1qsxih2 {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}

.AddCart_popHeader__S0QV8 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.AddCart_productPriceInfo__TSMmd {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.css-197ciex {
  flex-shrink: 0;
  border-width: 0px 0px thin;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  margin: 0px;
}

.css-9l3uo3 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.AddCart_popHeader__S0QV8 .AddCart_safeTips__oShEu {
  color: #4ac052;
  font-size: 12px;
  font-family: Hiragino Sans;
  font-weight: 500;
  line-height: 17px;
}

.AddCart_productPrice__kClsT {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.css-10dje2f {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(245, 102, 70);
  font-weight: 700;
  font-family: "DIN Alternate";
}

@media (min-width: 0px) {
  .css-10dje2f {
    font-size: 14px;
  }
}

.AddCart_productPrice__kClsT > .AddCart_price__P25ks {
  margin-right: 6px;
}

@media (min-width: 0px) {
  .css-16iwt5b {
    font-size: 26px;
  }
}

.css-27zmm4 {
  background: #fff;
  padding: 0px;
}

.AddCart_productAction__Mxd_6 {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.css-1xw98xw {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.00938em;
  padding-bottom: 8px;
  font-family: Hiragino Sans;
  font-weight: 500;
}

@media (min-width: 0px) {
  .css-1xw98xw {
    font-size: 13px;
  }
}

.css-4yv1uu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ProductSkuOptions_ImageOptionTag__j1txK {
  color: var(--color-text-primary);
  font-size: 14px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
  margin-bottom: 8px;
  margin-right: 8px;
  border: 1.5px solid #f4f4f4;
}

.ProductSkuOptions_ImageOptionTag__j1txK.ProductSkuOptions_selected___tJLf {
  border-color: #4ac052;
}

.ProductSkuOptions_ImageOptionTag__j1txK
  .ProductSkuOptions_enlargeImage__szZOj {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.css-35cffa {
  max-width: 1200px;
}

@media (min-width: 0px) {
  .css-35cffa {
    margin: 12px auto;
  }
}

.css-15p9wqj {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 600px) {
  .css-15p9wqj {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.css-1cfck24 {
  flex-direction: column;
  display: block;
  margin-top: 8px;
}

.css-102eee5 {
  background-color: rgb(244, 244, 244);
  /* min-height: 100vh; */
}

@media (min-width: 0px) {
  .css-102eee5 {
    padding-top: 50px;
  }
}

.css-1k0xpwu {
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.css-1846gt4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 0px) {
  .css-1846gt4 {
    padding: 12px 16px;
  }
}

.css-1wxjkv3 {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  margin-right: 12px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.css-35cffa {
  max-width: 1200px;
}

@media (min-width: 0px) {
  .css-35cffa {
    margin: 12px auto;
  }
}

.css-1cfck24 {
  flex-direction: column;
  display: block;
}

.css-1ye5fks {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 8px;
  padding: 16px;
  margin-top: 8px;
}

.css-1cfck24 > :not(style):not(style) {
  margin: 0px;
}

.css-n2qi9h {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 8px;
}

.css-1cfck24 > :not(style):not(style) {
  margin: 0px;
}

.css-1cfck24 > :not(style) ~ :not(style) {
  margin-top: 8px;
}

.css-n2qi9h {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 8px;
}

.css-1cfck24 > :not(style):not(style) {
  margin: 0px;
}

.css-1cfck24 > :not(style) ~ :not(style) {
  margin-top: 8px;
}

.css-cmyu5s {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}

.css-mxpiy6 {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  overflow: hidden;
}

.css-1l5ivlv {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  font-size: 16px;
  font-weight: 600;
}

.css-1lekzkb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.css-1a5icme {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  padding: 9px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
}

.css-1a5icme.Mui-checked {
  color: rgb(25, 118, 210);
}

.css-1m9pwf3 {
  cursor: inherit;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

.css-hyxlzm {
  position: relative;
  display: flex;
}

.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

.css-q8lw68 {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transform: scale(1);
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1u5ei5s {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  left: 0px;
  position: absolute;
  transform: scale(1);
  transition: transform 150ms cubic-bezier(0, 0, 0.2, 1);
}

.PaymentMethod_paymentTypeIcon__ctt0V {
  font-size: 20px;
}

.css-1x64bp7 {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.00938em;
  padding-left: 4px;
  padding-right: 4px;
}

.css-n2qi9h {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 8px;
}

.css-n2qi9h {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 8px;
}

.css-1cfck24 > :not(style):not(style) {
  margin: 0px;
}

.css-1cfck24 > :not(style) ~ :not(style) {
  margin-top: 8px;
}

.css-ss550t {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 16px 16px 0px;
}

.css-1qw96cp {
  padding: 16px;
}

.css-1qw96cp:last-child {
  padding-bottom: 24px;
}

.css-1l5ivlv {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}

.CheckoutLineItem_product__ToEiO {
  display: flex;
  width: 100%;
}

.CheckoutLineItem_productImg__O8J43 {
  width: 5rem;
  height: 5rem;
  border-radius: 8px;
  overflow: hidden;
}

.CheckoutLineItem_productInfo__ygpBF {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  padding: 0 8px;
}

.CheckoutLineItem_productImg__O8J43 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CheckoutLineItem_lineItemExtra__TximI {
  text-align: right;
  font-size: 14px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
}

.CheckoutLineItem_productName__MaoWW {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  max-height: 2.8rem;
  font-weight: 400;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.css-1w8k9wb {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  padding-top: 4px;
  padding-bottom: 4px;
}

.CheckoutLineItem_specs__P1Z8a {
  margin-top: 4px;
  color: #999;
  font-size: 14px;
}

.HFLPrice-wrapper {
  display: inline-block;
  line-height: 1;
}

.CheckoutLineItem_lineItemQuantity__oCZQN {
  color: #999;
  line-height: 17px;
}

.CheckoutLineItem_lineItemExtra__TximI {
  text-align: right;
  font-size: 14px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
}

.HFLPrice-wrapper .position-bottom {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.HFLPrice-wrapper .HFLPrice .line-price,
.HFLPrice-wrapper .HFLPrice .origin-price {
  display: inline-block;
  white-space: nowrap;
}

.HFLPrice-wrapper .HFLPrice .origin-price {
  color: var(--origin-color);
  font-weight: var(--origin-font-weight);
  line-height: 1;
  white-space: nowrap;
  transform: scale(var(--origin-font-scale));
}

@supports not (-webkit-touch-callout: none) {
  .HFLPrice-wrapper .HFLPrice .line-price .origin-price__num,
  .HFLPrice-wrapper .HFLPrice .origin-price .origin-price__num {
    font-size: 16px;
  }
}

.HFLPrice-wrapper .HFLPrice .origin-price .origin-price__num {
  font-family: DIN Alternate;
  font-size: var(--origin-font-size);
}

.HFLPrice-wrapper .HFLPrice .line-price span[class*="__currency"],
.HFLPrice-wrapper .HFLPrice .origin-price span[class*="__currency"] {
  font-size: 12px;
}

.css-n2qi9h {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 8px;
}

.css-1cfck24 > :not(style):not(style) {
  margin: 0px;
}

.css-1cfck24 > :not(style) ~ :not(style) {
  margin-top: 8px;
}

.css-1pesax {
  padding: 16px;
}

.css-1pesax:last-child {
  padding-bottom: 24px;
}

.css-1j5xsxb {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding: 0px;
}

.css-1jzm7wp {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: fixed;
}

.css-2zkce8 {
  display: flex;
  -webkit-box-align: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 8px 16px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.css-1pesax .MuiListItem-root {
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.css-yvbg89 {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.00714em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.css-swk6ma {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  text-align: right;
  font-size: 13px;
}

.css-1yxmbwk {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.54);
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-twax0q {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.css-1pesax .MuiListItem-root {
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.css-c7dfze {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.00714em;
}

.css-ug5vtl {
  margin: 0px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-family: "DIN Alternate";
}

.CheckoutPriceDetail_checkoutPriceDivide__dDk_p {
  font-size: 0;
  margin: 12px 0;
}

.CheckoutPriceDetail_checkoutPriceDivide__dDk_p img {
  width: 100%;
  max-width: 100%;
}

.css-ezfody {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 8px 10px;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 600px) {
  .css-ezfody {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .css-ezfody {
    max-width: 1200px;
  }
}

.css-q01fh4 {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02857em;
  min-width: 64px;
  height: 36px;
  box-shadow: none;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  flex-shrink: 0;
  outline: 0px;
  margin: 0px;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 6px 20px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: rgb(74, 192, 82);
  border-radius: 20px;
}

.css-1q6v0rk {
  display: flex;
  -webkit-box-align: end;
  align-items: end;
  flex-wrap: wrap;
}

.css-12c6qpr {
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgb(102, 102, 102);
}

.css-z6qn1s {
  margin: 0px 8px 0px 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.css-z6qn1s {
  margin: 0px 8px 0px 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

.cmpWrapper-2YYNF {
  position: relative;
  width: 100%;
}

.cmpWrapper-2YYNF > div {
  width: 100%;
}

.formItem-xmWA9 {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
  max-width: 100%;
}

.itemTop-2WUzZ {
  justify-content: space-between;
  position: relative;
  margin-bottom: 8px;
}

.itemTop-2WUzZ,
.label-2Q27S {
  display: flex;
  align-items: center;
}

.label-2Q27S {
  flex-wrap: wrap;
  row-gap: 6px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 16px;
}

.mr3-c-Cb0 {
  margin-right: 3px;
}

.labelRequired-4ji0e {
  position: relative;
  margin-right: 3px;
  color: #f00;
  line-height: 1;
}

.box-3iyVn select {
  width: 100%;
  line-height: 30px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  outline: none;
}

.box-3iyVn select:focus {
  border: 1px solid #4ac052;
}

.labelWrapper-10RpH input,
.labelWrapper-10RpH textarea,
.box-3iyVn input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  outline: none;
  line-height: 1;
  min-height: 40px;
  max-width: 100%;
}

.labelWrapper-10RpH input:focus,
.labelWrapper-10RpH textarea:focus,
.box-3iyVn input:focus {
  border: 1px solid #4ac052;
}

.tipsWrapper-sY-eF {
  margin-top: 4px;
  font-size: 12px;
  color: #777;
}

.content-2StZR,
.tips-1OTc6 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
}

.align-366FC {
  display: inline-flex;
  align-items: center;
}

.message-YsHSO {
  display: inline;
}

.align-366FC:before {
  content: "​";
}

.align-366FC {
  display: inline-flex;
  align-items: center;
}

.icon-1K164 {
  margin-right: 4px;
}

.icon-4Ywak,
.icon-zHEvC {
  display: inline-block;
  background-color: currentColor;
}

.icon-zHEvC {
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' style='width:1em;height:1em;vertical-align:middle' fill='currentcolor' overflow='hidden'%3E%3Cpath d='M512 39.4C773 39.4 984.6 251 984.6 512S773 984.6 512 984.6 39.4 773 39.4 512 251 39.4 512 39.4zm0 72.7c-220.9 0-399.9 179-399.9 399.9 0 220.9 179 399.9 399.9 399.9 220.9 0 399.9-179 399.9-399.9 0-220.9-179-399.9-399.9-399.9zm3.6 545.3c30.1 0 54.5 24.4 54.6 54.6 0 30.1-24.4 54.5-54.6 54.5-30.1 0-54.5-24.4-54.5-54.5s24.4-54.5 54.5-54.6zM512 229.6c21.7 0 39.7 15.8 43.1 36.5l.5 7.1v283.7c0 24.1-19.5 43.6-43.6 43.6-21.7 0-39.7-15.8-43.1-36.5l-.5-7.1V273.2c0-24.1 19.5-43.6 43.6-43.6z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' style='width:1em;height:1em;vertical-align:middle' fill='currentcolor' overflow='hidden'%3E%3Cpath d='M512 39.4C773 39.4 984.6 251 984.6 512S773 984.6 512 984.6 39.4 773 39.4 512 251 39.4 512 39.4zm0 72.7c-220.9 0-399.9 179-399.9 399.9 0 220.9 179 399.9 399.9 399.9 220.9 0 399.9-179 399.9-399.9 0-220.9-179-399.9-399.9-399.9zm3.6 545.3c30.1 0 54.5 24.4 54.6 54.6 0 30.1-24.4 54.5-54.6 54.5-30.1 0-54.5-24.4-54.5-54.5s24.4-54.5 54.5-54.6zM512 229.6c21.7 0 39.7 15.8 43.1 36.5l.5 7.1v283.7c0 24.1-19.5 43.6-43.6 43.6-21.7 0-39.7-15.8-43.1-36.5l-.5-7.1V273.2c0-24.1 19.5-43.6 43.6-43.6z' fill='%23000'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.message-YsHSO {
  display: inline;
}

.whyWrapper-3GYot {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #777;
}

.whyWrapper-3GYot svg {
  margin-left: 4px;
}

.tipWrapper-1v8Mm {
  width: intrinsic;
  width: -webkit-max-content;
  width: max-content;
  max-width: 287px;
  word-break: break-word;
  position: absolute;
  right: -6px;
  bottom: 24px;
  padding: 9px 12px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

.tipWrapper-1v8Mm:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-5%, -10%);
  transform: translate(-5%, -10%);
}

.ProductImageSwiper_leftSwitchBtn__fwOi1 .swiper-slide {
  height: auto;
}

.ProductImageSwiper_leftSwitchBtn__fwOi1
  .ProductImageSwiper_scrollContent__H1kcz
  .swiper-slide-thumb-active
  .ProductImageSwiper_switchImageCon__yc_aV {
  border-color: rgb(74, 192, 82);
}

.css-yi2n8i {
  padding-bottom: 12px;
  background: rgb(255, 255, 255);
  overflow: auto;
}
.PhotoView__PhotoWrap__Swiper {
  display: flex;
  align-items: center;
  height: 100%;
}
.PhotoView-Portal .PhotoView-Slider__Counter {
  text-align: right;
}
.css-8v3r7r {
  padding-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.css-nhb8h9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.css-19d20mt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  border-radius: 13px;
  text-align: center;
  box-sizing: border-box;
  min-width: 26px;
  height: 26px;
  padding: 0 4px;
  margin: 0 1px;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.css-1ik7zpq {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 22px;
  height: 22px;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  font-size: 1.125rem;
  margin: 0 -8px;
}
.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}
.css-19d20mt.Mui-selected {
  background-color: rgba(0, 0, 0, 0.08);
}
.css-177iixb {
  margin: 12px 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgb(102, 102, 102);
}
@media (min-width: 0px) {
  .css-177iixb {
    font-size: 12px;
  }
}
.errorTip-1frfx,
.normalTip-3nQvo,
.warningTip-3dbDe {
  font-size: 12px;
  color: #f00;
  margin-top: 4px;
}
.errorTip-1frfx div,
.normalTip-3nQvo div,
.warningTip-3dbDe div {
  display: inline;
}
.errorTip-1frfx svg,
.normalTip-3nQvo svg,
.warningTip-3dbDe svg {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.labelWrapper-10RpH input.errorWrapper-dwOuf {
  border-color: #f00;
  background-color: rgb(255, 231, 231);
}
