@charset "UTF-8";

/* button */
.w-button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.618em;
  border-color: transparent;
  border-radius: 0.3em;
  border-style: solid;
  border-width: 1px;
  outline: none;
  background-color: transparent;
  padding: 0.618em 1.618em;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  user-select: none;
  appearance: none;
  -webkit-appearance: none;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.1s ease 0s;
}
.w-button:disabled {
  opacity: 0.7;
  filter: grayscale(100%);
  pointer-events: none;
  cursor: default;
  /* button Element */
}
.w-button[aria-busy="true"] {
  cursor: wait;
}
.w-button[aria-disabled="true"] {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
  cursor: default;
  /* Anchor Element */
}
.w-button[aria-pressed="true"] {
  outline: rgba(0,0,0,0.5) 1px solid;
  outline-offset: 1px;
  pointer-events: none;
}
.w-button[v-cloak] {
  cursor: wait;
}
.w-button.badge\:activity {
  position: relative;
}
.w-button.badge\:activity::after {
  content: attr(data-badge);
  position: absolute;
  top: -10px;
  right: 4px;
  border-radius: 4px;
  background-color: #D84B80;
  padding: 4px;
  min-width: 1.5ch;
  line-height: 1;
  color: #FFFFFF;
  font-size: 10px;
}
.w-button.badge\:activity:visited::after {
  background-color: #AAAAAA;
}
.w-button.badge\:attention {
  position: relative;
}
.w-button.badge\:attention::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  border: rgba(255,255,255,1) 2px solid;
  border-radius: 50%;
  background-color: rgba(234,92,112,1);
  width: 8px;
  height: 8px;
}
.w-button.badge\:text {
  position: relative;
}
.w-button.badge\:text[data-badge]::after {
  content: attr(data-badge);
  position: absolute;
  top: -8px;
  right: 4px;
  border-radius: 2px;
  background-color: #D84B80;
  padding: 4px;
  min-width: 2ch;
  line-height: 1;
  color: #FFFFFF;
  font-size: 12px;
}
.w-button[class*="badge"] {
  overflow: visible;
}
.w-button.fit\:circle {
  justify-content: center;
  border-radius: 50%;
  padding: 0.618em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
}
.w-button.fit\:container {
  display: flex;
  width: 100%;
}
.w-button.fit\:content {
  padding: 0.618em;
}
.w-button.size\:\-5 {
  font-size: 0.5rem;
}
.w-button.size\:\-4 {
  font-size: 0.6rem;
}
.w-button.size\:\-3 {
  font-size: 0.7rem;
}
.w-button.size\:\-2 {
  font-size: 0.8rem;
}
.w-button.size\:\-1 {
  font-size: 0.9rem;
}
.w-button.size\:\+1 {
  font-size: 1.1rem;
}
.w-button.size\:\+2 {
  font-size: 1.2rem;
}
.w-button.style\:context {
  border-color: currentColor;
  background-color: transparent;
  letter-spacing: 0.1em;
  color: inherit;
}
.w-button.style\:context:hover,
.w-button.style\:context:focus {
  background-color: rgba(255,255,255,0.1);
}
.w-button.style\:enter {
  background-color: rgba(46,167,224,1);
  letter-spacing: 0.1em;
  color: rgba(255,255,255,1);
}
.w-button.style\:enter:hover,
.w-button.style\:enter:focus {
  background-color: rgba(46,167,224,0.9);
}
.w-button.style\:enter_outline {
  border-color: rgba(46,167,224,1);
  border-radius: 0.618em;
  border-width: 2px;
  background-color: rgba(255,255,255,1);
  padding: 0.618em;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.9);
}
.w-button.style\:enter_outline > i {
  color: rgba(46,167,224,1);
  font-size: 160%;
}
.w-button.style\:enter_outline:hover,
.w-button.style\:enter_outline:focus {
  background-color: rgba(46,167,224,1);
  color: rgba(255,255,255,1);
}
.w-button.style\:enter_outline:hover > i,
.w-button.style\:enter_outline:focus > i {
  color: rgba(255,255,255,1);
}
.w-button.style\:function {
  border-color: rgba(46,167,224,1);
  border-radius: 0.618em;
  border-width: 2px;
  background-color: rgba(255,255,255,1);
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.9);
}
.w-button.style\:function > i {
  color: rgba(46,167,224,1);
}
.w-button.style\:function:hover,
.w-button.style\:function:focus {
  background-color: rgba(46,167,224,1);
  color: rgba(255,255,255,1);
}
.w-button.style\:function:hover > i,
.w-button.style\:function:focus > i {
  color: rgba(255,255,255,1);
}
.w-button.style\:icon {
  background-color: transparent;
  color: inherit;
}
.w-button.style\:icon:hover,
.w-button.style\:icon:focus {
  background-color: rgba(0,0,0,0.05);
}
.w-button.style\:start {
  background-color: rgba(143,195,31,1);
  letter-spacing: 0.1em;
  color: rgba(255,255,255,1);
}
.w-button.style\:start:hover,
.w-button.style\:start:focus {
  background-color: rgba(143,195,31,0.9);
}
.w-button.style\:symbol {
  transition: all 0.2s ease 0s;
}
.w-button.style\:symbol > span {
  overflow: hidden;
  color: rgba(46,167,224,1);
}
.w-button.style\:symbol:hover,
.w-button.style\:symbol:focus {
  border-color: rgba(0,0,0,0.7);
}
.w-button.style\:symbol[disabled] {
  filter: grayscale(100%);
}
.w-button[class*="style"]:active {
  transform: scale(0.99);
}
.w-button:not([class*="style"]) {
  border-color: rgba(0,0,0,0.3);
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,1);
}
.w-button:not([class*="style"]):hover,
.w-button:not([class*="style"]):focus {
  border-color: rgba(0,0,0,0.7);
}
.w-button:not([class*="style"]):active {
  transform: scale(0.99);
}
.w-button.type\:icon {
  padding: 0;
}
.w-button.type\:icon > i {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  padding: 0.382em 1em;
}
.w-button.type\:icon > i:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.w-button.type\:icon > i:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.w-button.type\:icon > span {
  padding: 0.618em 1.618em;
}
.w-button.wrap\:nowrap {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.w-button.wrap\:wrap {
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
/**/
.w-check {
  display: flex;
  align-items: center;
  gap: 0.382em;
  inline-size: fit-content;
  line-height: 1;
  cursor: pointer;
}
.w-check:has(:disabled) {
  pointer-events: none;
  cursor: default;
}
.w-check:has(:disabled):active {
  cursor: not-allowed;
}
.w-check > input[type="checkbox"],
.w-check > input[type="radio"] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  width: 1.2em;
  height: 1.2em;
  transition: all 0.1s ease-out 0s;
}
/*
.w-check > input[type="checkbox"]:checked,
.w-check > input[type="radio"]:checked {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
}
*/
.w-check > input[type="checkbox"]:not(:checked):not([disabled]):active,
.w-check > input[type="radio"]:not(:checked):not([disabled]):active {
  transform: scale(1.38);
}
/* input */
.w-input {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-color: rgba(0,0,0,0.3);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255,255,255,1);
  max-width: 100%;
  box-sizing: border-box;
  line-height: 1.618;
  color: #333333;
  /*
  font-size: 1.1rem;
  */
}
.w-input > :first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.w-input > :last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.w-input > :focus {
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
.w-input > :-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 1000px #FFFFFF;
}
.w-input > ::placeholder {
  color: #AAAAAA;
}
.w-input[disabled] {
  pointer-events: none;
  cursor: default;
}
.w-input[disabled] > * {
  background-color: rgba(0,0,0,0.05);
  opacity: 0.5;
}
.w-input[data-tooltip] {
  overflow: visible;
}
.w-input.size\:\+1 {
  font-size: 1.1rem;
}
.w-input > * {
  border: none;
}
.w-input > * + * {
  border-left-color: inherit;
  border-left-style: inherit;
  border-left-width: inherit;
}
.w-input > :disabled {
  opacity: 0.7;
  cursor: default;
  user-select: none;
}
.w-input > :disabled:active {
  cursor: not-allowed;
}
.w-input > a,
.w-input > button,
.w-input > input,
.w-input > select,
.w-input > textarea {
  margin: 0;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  padding: 0.382em 0.618em;
  box-sizing: content-box;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
}
.w-input > a {
  flex-shrink: 0;
  padding: 0.382em 0.618em;
  white-space: nowrap;
  cursor: pointer;
}
.w-input > button {
  flex-shrink: 0;
  padding: 0.382em 0.618em;
  white-space: nowrap;
  font-size: 0.9rem;
  cursor: pointer;
}
.w-input > input {
  flex-grow: 1;
  font-family: inherit;
}
.w-input > input[aria-invalid="true"] {
  color: rgba(216,75,129,1);
  background-color: rgba(216,75,129,0.1);
}
.w-input > input[type="color"] {
  align-self: stretch;
  border: none;
  background-color: transparent;
  padding: 0.382em;
  width: 100%;
  max-width: 20em;
  min-width: 30px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.w-input > input[type="color"]::-webkit-color-swatch,
.w-input > input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.w-input > input[type="date"] {}
.w-input > input[type="date"]::-webkit-calendar-picker-indicator {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.w-input > input[type="file"] {
  flex-shrink: 0;
  font-size: 0.8em;
}
.w-input > input[type="number"] {
  max-width: 10ch;
  text-align: right;
}
.w-input > input[type="number"]::-webkit-inner-spin-button {
  margin-left: 1ch;
  opacity: 1;
}
.w-input > input[type="password"] {
  width: 100%;
}
.w-input > input[type="range"] {
  width: 100%;
}
.w-input > input[type="text"] {
  width: 100%;
}
.w-input > input[type="search"][list] {
  flex-grow: 1;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20d%3D%22M1%202%20L8%202%20L4.5%207%20Z%22%2F%3E%3C%2Fsvg%3E');
  /* <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path d="M1 2 L8 2 L4.5 7 Z"/></svg> */
  background-position: top 50% right 0.5em;
  background-repeat: no-repeat;
  padding-right: calc(1em + 8px);
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}
.w-input > input[type="search"][list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.w-input > input[type="time"] {}
.w-input > input[type="time"]::-webkit-calendar-picker-indicator {
  margin-inline-start: 4px;
  padding: 0;
  cursor: pointer;
}
.w-input > input[type="text"].value\:zipcode {
  width: 8ch;
  box-sizing: content-box;
}
.w-input > select {
  flex-grow: 1;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20d%3D%22M1%202%20L8%202%20L4.5%207%20Z%22%2F%3E%3C%2Fsvg%3E');
  /* <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path d="M1 2 L8 2 L4.5 7 Z"/></svg> */
  background-position: top 50% right 0.5em;
  background-repeat: no-repeat;
  padding-right: calc(1em + 8px);
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.w-input > select::-ms-expand {
  display: none;
}
.w-input > select:only-child {
  width: 100%;
  height: calc(1rem * 1.618);
}
.w-input > select > option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.w-input > textarea {
  flex-grow: 1;
  min-block-size: 5em;
  inline-size: 100%;
  font-size: 90%;
  font-family: inherit;
  resize: vertical;
  field-sizing: content;
}
.w-input > label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.382em 0.618em;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: middle;
  color: inherit;
  font-size: 0.9rem;
  font-family: inherit;
  cursor: default;
}
.w-input.fit\:container {
  display: flex;
  width: 100%;
}
.w-input.fit\:golden {
  display: flex;
  width: 61.8%;
}
.w-input.type\:button\+select {
  display: flex;
  width: 100%;
}
.w-input.type\:button\+select > button {
  flex-grow: 0;
  font-weight: normal;
}
.w-input.type\:button\+select > button > i {
  margin-right: 0.382em;
}
.w-input.type\:button\+select > select {
  flex-grow: 1;
  width: 1%;
}
.w-input.type\:button\+input\+select {
  display: flex;
  width: 100%;
}
.w-input.type\:button\+input\+select > button {
  flex-grow: 0;
}
.w-input.type\:button\+input\+select > input {
  flex-grow: 1;
}
.w-input.type\:button\+input\+select > select {
  flex-grow: 0;
}
.w-input.type\:input\+select {
  display: flex;
  width: 100%;
}
.w-input.type\:input\+select > input {
  flex-grow: 1;
}
.w-input.type\:input\+select > select {
  flex-grow: 0;
}
.w-input.type\:telephone {}
.w-input.type\:telephone > input {
  width: 5ch;
}
.w-input.type\:zipcode {}
.w-input.type\:zipcode > input:nth-of-type(1) {
  width: 5ch;
}
.w-input.type\:zipcode > input:nth-of-type(2) {
  width: 6ch;
}
/* selecticon */
.w-selecticon {
  display: block;
  position: relative;
  width: calc(1em + 10px);
  height: calc(1em + 10px);
  font-size: 34px;
}
.w-selecticon > div {
  border-color: rgba(0,0,0,0.2);
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  background-color: rgb(255,255,255);
  width: fit-content;
  overflow: hidden;
  color: #333333;
}
.w-selecticon > div > label {
  display: contents;
  cursor: pointer;
  user-select: none;
}
.w-selecticon > div > label > input {
  appearance: none;
  -webkit-appearance: none;
  opacity:0;
  position: absolute;
}
.w-selecticon > div > label > input + i,
.w-selecticon > div > label > input + img {
  display: none;
  margin: 5px;
  width: 1em;
  font-size: 100% !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.w-selecticon > div > label > input:checked + i,
.w-selecticon > div > label > input:checked + img {
  display: block;
}
.w-selecticon > div > label > input[value=none] + i {
  content: "";
  outline: rgb(107, 148, 161) 1px dotted;
  width: 1em;
  height: 1em;
}
.w-selecticon:focus {}
.w-selecticon:focus > div,
.w-selecticon:focus-within > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: var(--content-shadow);
  max-height: 233px;
  overflow-y: scroll;
}
.w-selecticon:focus > div > label,
.w-selecticon:focus > div > label > input + i,
.w-selecticon:focus > div > label > input + img,
.w-selecticon:focus-within > div > label,
.w-selecticon:focus-within > div > label > input + i,
.w-selecticon:focus-within > div > label > input + img {
  display: block;
}
.w-selecticon:focus > div > label > input:checked + i,
.w-selecticon:focus > div > label > input:checked + img,
.w-selecticon:focus-within > div > label > input:checked + i,
.w-selecticon:focus-within > div > label > input:checked + img {
  outline: rgba(23,174,223,1) 2px solid;
}
.w-selecticon:not(:focus) > div > label > input:checked + i,
.w-selecticon:not(:focus) > div > label > input:checked + img,
.w-selecticon:not(:focus-within) > div > label > input:checked + i,
.w-selecticon:not(:focus-within) > div > label > input:checked + img {
  pointer-events: none;
}
/* selectswitch */
.w-selectswitch {
  display: flex;
  gap: 4px;
  border: rgba(0,0,0,0.3) 1px solid;
  border-radius: 8px;
  padding: 4px;
}
.w-selectswitch > label {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: thin;
  padding: 4px;
  inline-size: 1%;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
}
.w-selectswitch > label > input[type="radio"] {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.w-selectswitch > label > .symbol {
  flex-shrink: 0;
  margin: 16px;
  border-color: currentColor;
  border-style: solid;
  border-width: thin;
  padding: 8px;
  inline-size: 40px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.w-selectswitch > label > .symbol > svg {
  display: block;
  block-size: 100%;
  inline-size: 100%;
  user-select: none;
}
.w-selectswitch > label > .content {}
.w-selectswitch > label > .content > .detail {
  display: block;
  margin: 4px;
}
.w-selectswitch > label > .content > .name {
  display: block;
  margin: 4px;
  font-weight: bold;
}
.w-selectswitch > label:has(:checked) {
  border-color: rgba(0,0,0,0.3);
  background-color: rgba(0,0,0,0.01);
}
.w-selectswitch > label:has(:checked) > .symbol {
  color: #247BA7;
}
.w-selectswitch > label:not(:has(:checked)) {
  opacity: 0.8;
  cursor: pointer;
}
.w-selectswitch > label:not(:has(:checked)) > .symbol {
  transform: scale(0.9);
}
.w-selectswitch > label:not(:has(:checked)):focus,
.w-selectswitch > label:not(:has(:checked)):hover {
  opacity: 1;
}
.w-selectswitch > label:has(:focus-visible) {
  outline-color: currentColor;
  outline-style: solid;
  outline-width: thin;
}
/* switch */
.w-switch {
  display: flex;
  align-items: stretch;
  border-radius: 0.3em;
}
.w-switch > button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.618em;
  margin: 0;
  border: none;
  border-color: rgba(0,0,0,0.3);
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  border-block-start-width: 1px;
  border-block-end-width: 1px;
  outline: none;
  background-color: rgba(255,255,255,1);
  padding: 0.618em;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  user-select: none;
  appearance: none;
  tap-highlight-color: transparent;
  transition: all 0.2s ease 0s;
}
.w-switch > button:first-child {
  border-inline-start-width: 1px;
  border-start-start-radius: inherit;
  border-end-start-radius: inherit;
}
.w-switch > button:last-child {
  border-inline-end-width: 1px;
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.w-switch > button:nth-child(n+1) {
  border-inline-start-width: 1px;
}
.w-switch > button[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.w-switch > button[aria-pressed="false"] {
  opacity: 0.8;
}
.w-switch > button[aria-pressed="false"]:focus,
.w-switch > button[aria-pressed="false"]:hover {
  opacity: 1;
}
.w-switch > button[aria-pressed="true"] {
  color: #247BA7;
  font-weight: bold;
  pointer-events: none;
}
/* toggle */
.w-toggle {
  display: flex;
  align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  gap: 0.618em;
  line-height: 1;
  cursor: pointer;
}
.w-toggle > i,
.w-toggle > span {
  flex-shrink: 0;
}
.w-toggle > input[type="checkbox"] {
  display: none;
}
.w-toggle > input[type="checkbox"] + i {
  display: inline-block;
  border-radius: 1.1em;
  background-color: rgba(0,0,0,0.1);
  width: 5em;
  overflow: hidden;
  box-sizing: content-box;
  vertical-align: middle;
}
.w-toggle > input[type="checkbox"] + i::before {
  content: "OFF";
  display: block;
  border-radius: 1.1em;
  background-color: rgba(0,0,0,0.5);
  padding: 0.6em;
  width: 60%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  color: rgba(255,255,255,1);
  font-size: 80%;
  font-style: normal;
  transition: all 0.1s ease-out 0s;
}
.w-toggle > input[type="checkbox"]:checked + i::before {
  content: "ON";
  margin-left: 40%;
  background-color: rgba(234,92,112,1);
}
.w-toggle[disabled] {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}