.index__pointer-events-none__LabO_sr2hf7tyf3g {
    pointer-events: none;
  }
  .index__visible__4TG7_sr2hf7tyf3g {
    visibility: visible;
  }
  .index__hidden__uNng_sr2hf7tyf3g {
    display: none;
  }
  .index__overflow-hidden__ltsX_sr2hf7tyf3g {
    overflow: hidden;
  }
  .index__truncate__NUJb_sr2hf7tyf3g {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index__text-center__Im3d_sr2hf7tyf3g {
    text-align: center;
  }
  .index__blur__3s-c_sr2hf7tyf3g {
    --tw-blur: blur(8px);
    filter: var(--tw-filter);
  }
  .index__filter__5SEr_sr2hf7tyf3g {
    filter: var(--tw-filter);
  }
  @keyframes index__pulse__qHvF_sr2hf7tyf3g {
    from {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(0.92, 0.92, 0.92);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes index__pulse-for-big__I-9T_sr2hf7tyf3g {
    from {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(0.98, 0.95, 0.98);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .pulse {
    animation: index__pulse__qHvF_sr2hf7tyf3g 0.3s forwards;
  }
  .index__pulse__qHvF_sr2hf7tyf3g {
    animation: index__pulse__qHvF_sr2hf7tyf3g 0.3s forwards;
  }
  .pulse-for-big {
    animation: index__pulse-for-big__I-9T_sr2hf7tyf3g 0.3s forwards;
  }
  .index__pulse-for-big__I-9T_sr2hf7tyf3g {
    animation: index__pulse-for-big__I-9T_sr2hf7tyf3g 0.3s forwards;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .index__input__3E9u_sr2hf7tyf3g {
    height: auto;
    transition: all var(--transition), height 0s;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    background-color: var(--background-color);
    resize: none;
    color: var(--text-color);
    outline: 0;
    border-radius: var(--border-radius);
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .index__input__3E9u_sr2hf7tyf3g:focus {
    border-color: rgba(var(--primary-color-rgb));
    box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb), 0.1);
  }
  .index__input__3E9u_sr2hf7tyf3g::placeholder {
    color: var(--text-placeholder-color);
  }
  .index__textarea__ddcC_sr2hf7tyf3g {
    min-height: 120px;
  }
  .button__xmButton__0Eos_sr2hf7tyf3g {
    max-width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: 300ms;
    border-radius: var(--button-radius);
  }
  .button__xmButton__0Eos_sr2hf7tyf3g.button__primary__NLg5_sr2hf7tyf3g {
    border-color: var(--button-border-color);
    color: var(--button-text-color);
    background: var(--button-background-color);
  }
  .button__xmButton__0Eos_sr2hf7tyf3g.button__primary__NLg5_sr2hf7tyf3g:hover:not(.button__disabled__6ha4_sr2hf7tyf3g) {
    border-color: var(--button-border-color-hover);
    background: var(--button-background-color-hover);
  }
  .button__xmButton__0Eos_sr2hf7tyf3g.button__secondary__LkvK_sr2hf7tyf3g {
    background: white;
    border-color: var(--border-color);
    color: var(--text-color);
  }
  .button__xmButton__0Eos_sr2hf7tyf3g.button__secondary__LkvK_sr2hf7tyf3g:hover:not(.button__disabled__6ha4_sr2hf7tyf3g) {
    background: #F8F9FA;
  }
  .button__fullWidth__rCfK_sr2hf7tyf3g {
    width: 100%;
  }
  .button__disabled__6ha4_sr2hf7tyf3g {
    background: var(--button-disabled-background-color) !important;
    border-color: var(--button-disabled-border-color) !important;
    color: var(--button-disabled-text-color) !important;
    cursor: not-allowed;
  }
  .button__ml8__NGdb_sr2hf7tyf3g {
    margin-left: 8px;
  }
  .option__option__ikqT_sr2hf7tyf3g {
    display: flex;
    height: 100%;
    width: 100%;
    cursor: pointer;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .option__option__ikqT_sr2hf7tyf3g .option__optionText__ZE3L_sr2hf7tyf3g {
    flex: 1 1 0%;
    user-select: none;
    word-break: break-all;
    font-size: 13px;
  }
  .option__option__ikqT_sr2hf7tyf3g .option__optionInput__WUjt_sr2hf7tyf3g {
    margin: 0px;
    vertical-align: top;
    opacity: 0;
  }
  .option__option__ikqT_sr2hf7tyf3g .option__optionWrapper__YsM-_sr2hf7tyf3g {
    position: relative;
    margin-right: 12px;
    display: inline-block;
    height: 16px;
    width: 16px;
    flex-shrink: 0;
  }
  .option__option__ikqT_sr2hf7tyf3g.option__checkbox__vLN-_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g {
    border-color: var(--border-color);
    background: var(--background-color);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
  }
  .option__option__ikqT_sr2hf7tyf3g.option__checkbox__vLN-_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g {
    background: var(--primary-color);
    border-color: var(--primary-color);
  }
  .option__option__ikqT_sr2hf7tyf3g.option__checkbox__vLN-_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g:before, .option__option__ikqT_sr2hf7tyf3g.option__checkbox__vLN-_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
  }
  .option__option__ikqT_sr2hf7tyf3g.option__checkbox__vLN-_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g:before {
    top: 40%;
    left: 30%;
    width: 1.8px;
    height: 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    transform: rotate(-45deg);
  }
  .option__option__ikqT_sr2hf7tyf3g.option__checkbox__vLN-_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g:after {
    top: 24%;
    left: 60%;
    width: 1.8px;
    height: 7px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    transform: translate(-50%, 0) rotate(45deg);
  }
  .option__option__ikqT_sr2hf7tyf3g.option__radio__SD8G_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g {
    border-color: var(--border-color);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
  }
  .option__option__ikqT_sr2hf7tyf3g.option__radio__SD8G_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g::after {
    content: "";
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 9999px;
  }
  .option__option__ikqT_sr2hf7tyf3g.option__radio__SD8G_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g {
    background: var(--background-color);
    border-color: var(--primary-color);
  }
  .option__option__ikqT_sr2hf7tyf3g.option__radio__SD8G_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g::after {
    background: var(--primary-color);
  }
  .option__option__ikqT_sr2hf7tyf3g.option__radio__SD8G_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionText__ZE3L_sr2hf7tyf3g {
    color: var(--primary-color);
  }
  .option__option__ikqT_sr2hf7tyf3g.option__radio__SD8G_sr2hf7tyf3g.option__sm__dXqR_sr2hf7tyf3g.option__checked__EwQ2_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g::after {
    height: 8px;
    width: 8px;
    border-radius: 9999px;
  }
  .option__option__ikqT_sr2hf7tyf3g.option__webOption__ZA36_sr2hf7tyf3g:hover.option__radio__SD8G_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g {
    border-color: var(--primary-color);
  }
  .option__option__ikqT_sr2hf7tyf3g.option__webOption__ZA36_sr2hf7tyf3g:hover.option__checkbox__vLN-_sr2hf7tyf3g .option__optionInner__-tzq_sr2hf7tyf3g {
    border-color: var(--primary-color);
  }
  .index__otherChoiceInput__bwn4_sr2hf7tyf3g {
    height: 58px
}
.select__optionLabel__3pYt_sr2hf7tyf3g {
    color: var(--text-secondary-color);
    border: 1px solid var(--border-color);
    transition: background var(--transition) border-color var(--transition);
    border-radius: var(--border-radius);
    background: var(--background-color);
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  .select__optionLabel__3pYt_sr2hf7tyf3g:last-of-type {
    margin-bottom: 0px;
  }
  .select__optionLabel__3pYt_sr2hf7tyf3g.select__optionWeb__LOrL_sr2hf7tyf3g:hover {
    border-color: var(--primary-color);
  }
  .select__optionLabel__3pYt_sr2hf7tyf3g.select__checked__LiCV_sr2hf7tyf3g {
    color: var(--primary-color);
    background: rgba(var(--primary-color-rgb), 0.1);
    border-color: var(--primary-color);
    animation: select__pulse-radio__6Qw2_sr2hf7tyf3g 0.3s forwards;
  }
  .select__otherInput__HuLQ_sr2hf7tyf3g {
    margin-top: 8px;
    display: block;
  }
  @keyframes select__pulse-radio__6Qw2_sr2hf7tyf3g {
    from {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(0.99, 0.99, 0.99);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .option__optionLabel__huGC_sr2hf7tyf3g {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%;
    cursor: pointer;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .option__optionLabel__huGC_sr2hf7tyf3g .option__optionText__d2o4_sr2hf7tyf3g {
    flex: 1 1 0%;
    user-select: none;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.5;
  }
  .option__optionLabel__huGC_sr2hf7tyf3g .option__optionText__d2o4_sr2hf7tyf3g.option__small__Se91_sr2hf7tyf3g {
    font-size: 13px;
  }
  .option__optionLabel__huGC_sr2hf7tyf3g.option__small__Se91_sr2hf7tyf3g {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .option__optionLabel__huGC_sr2hf7tyf3g .option__optionWrapper__cSKj_sr2hf7tyf3g {
    display: none;
  }
  .option__option__7ZVW_sr2hf7tyf3g {
    color: var(--text-secondary-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background: var(--background-color);
    transition: background var(--transition) border-color var(--transition);
    margin-bottom: 8px;
    margin-right: 8px;
    box-sizing: border-box;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
  }
  .option__option__7ZVW_sr2hf7tyf3g.option__optionWeb__3HvG_sr2hf7tyf3g:hover {
    border-color: var(--primary-color);
  }
  .option__option__7ZVW_sr2hf7tyf3g.option__checked__yQbU_sr2hf7tyf3g {
    color: var(--primary-color);
    background: rgba(var(--primary-color-rgb), 0.1);
    border-color: var(--primary-color);
    box-shadow: 0 4px 4px rgba(var(--primary-color-rgb), 0.05);
  }
  .inlineSelect__wrap__y9Dd_sr2hf7tyf3g {
    width: calc(100% + 8px);
  }
  
  .inlineSelect__option__hA4q_sr2hf7tyf3g {
    color: var(--text-secondary-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background: var(--background-color);
    transition: background var(--transition) border-color var(--transition);
    margin-bottom: 8px;
    margin-right: 8px;
    box-sizing: border-box;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
  }
  
  .inlineSelect__option__hA4q_sr2hf7tyf3g.inlineSelect__optionWeb__Y7Il_sr2hf7tyf3g:hover {
    border-color: var(--primary-color);
  }
  
  .inlineSelect__option__hA4q_sr2hf7tyf3g.inlineSelect__checked__jL6C_sr2hf7tyf3g {
    color: var(--primary-color);
    background: rgba(var(--primary-color-rgb), 0.1);
    border-color: var(--primary-color);
  }
  
  .inlineSelect__otherInput__ZYXt_sr2hf7tyf3g {
    display: block;
  }
  
  .inlineSelect__smallOtherInput__kNY1_sr2hf7tyf3g {
    font-size: 12px;
    height: 52px;
  }
  .rating__ratingRoot__D0PU_sr2hf7tyf3g {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .rating__item__rGCT_sr2hf7tyf3g {
    color: var(--text-secondary-color);
    background: var(--background-color);
    border: 1px solid var(--border-color);
    transition: background var(--transition), color var(--transition);
    border-radius: var(--border-radius);
    margin-right: 2px;
    height: 36px;
    flex: 1 1 0%;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
  }
  
  .rating__item__rGCT_sr2hf7tyf3g:last-of-type {
    margin-right: 0px;
  }
  
  .rating__item__rGCT_sr2hf7tyf3g {
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  
  .rating__item__rGCT_sr2hf7tyf3g.rating__md__sDZ-_sr2hf7tyf3g {
    max-width: none;
    flex-grow: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .rating__item__rGCT_sr2hf7tyf3g.rating__webOption__-HBm_sr2hf7tyf3g:hover {
    border-color: var(--primary-color);
  }
  
  .rating__item__rGCT_sr2hf7tyf3g.rating__active__ZhVF_sr2hf7tyf3g {
    color: white;
    border-color: var(--primary-color);
    background: var(--primary-color);
  }
  .description__description__TeBN_sr2hf7tyf3g {
    color: var(--text-description-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 18px;
  }
  .description__description__TeBN_sr2hf7tyf3g.description__sm__55ht_sr2hf7tyf3g {
    padding-left: 2px;
    padding-right: 2px;
  }
  .index__wrapper__os0-_sr2hf7tyf3g {
    display: flex;
    min-height: 100vh;
    background: #f4f4f4;
  }
  .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 80, 179, 0.03);
  }
  .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g .index__emptyPage__PoYS_sr2hf7tyf3g {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    width: 480px;
    overflow: hidden;
    border-radius: 0.5rem;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 640px) {
    .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g .index__emptyPage__PoYS_sr2hf7tyf3g {
      width: 200px;
    }
    .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g .index__emptyPage__PoYS_sr2hf7tyf3g {
      padding-top: 12px;
      padding-bottom: 12px;
    }
  }
  @media (min-width: 640px) {
    .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g .index__emptyPage__PoYS_sr2hf7tyf3g {
      --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }
  @media (max-width: 640px) {
    .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g .index__emptyPage__PoYS_sr2hf7tyf3g {
      background-color: transparent;
    }
  }
  .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g .index__image__LGPG_sr2hf7tyf3g {
    width: 160px;
  }
  .index__wrapper__os0-_sr2hf7tyf3g .index__container__pEm0_sr2hf7tyf3g .index__desc__CvYZ_sr2hf7tyf3g {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: rgb(102, 102, 102);
  }
  .close__closeBtn__sKZ2_sr2hf7tyf3g {
    color: var(--close-btn-text-color);
    transition: background var(--transition);
    position: absolute;
    z-index: 20;
    display: flex;
    height: 24px;
    width: 24px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
  }
  .close__closeBtn__sKZ2_sr2hf7tyf3g:hover {
    background-color: #E9ECEF;
  }
  .close__svg__kUOh_sr2hf7tyf3g {
    padding: 5px;
    box-sizing: initial;
    mix-blend-mode: difference;
  }
  .progressBar__progressRoot__McFK_sr2hf7tyf3g {
    position: absolute;
    top: 0px;
    height: 4px;
    width: 100%;
    overflow: hidden;
    background-color: var(--border-color);
    z-index: 10
  }
  
  .progressBar__progressBar__Bom3_sr2hf7tyf3g {
    height: 100%;
    background-color: var(--primary-color);
    transition: width 100ms linear 0s
  }
  .index-module__fieldContainer__Q53Y_sr2hf7tyf3g {
    background: white;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .index-module__fieldContainer__Q53Y_sr2hf7tyf3g .index-module__readOnly__ht-1_sr2hf7tyf3g {
    pointer-events: none;
  }
  .index-module__fieldContainer__Q53Y_sr2hf7tyf3g.index-module__feedback__0BNo_sr2hf7tyf3g {
    background-image: none;
  }
  .index-module__fieldContainer__Q53Y_sr2hf7tyf3g.index-module__pageContainer__QfZE_sr2hf7tyf3g {
    background-size: cover;
  }
  .index__label__OZH5_sr2hf7tyf3g {
    color: var(--text-color);
    text-align: var(--title-text-align);
    margin-bottom: 24px;
    word-break: break-all;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5rem;
  }
  
  .index__stars__wWEQ_sr2hf7tyf3g {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
  }
  
  .index__stars__wWEQ_sr2hf7tyf3g .index__selectedDesc__rXQI_sr2hf7tyf3g {
    color: var(--text-secondary-color);
    position: absolute;
    bottom: -22px;
    width: 100%;
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px;
  }
  
  .index__starWrap__K8jP_sr2hf7tyf3g {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
    text-align: center;
  }
  
  .index__starWrap__K8jP_sr2hf7tyf3g:first-of-type .index__selectedDesc__rXQI_sr2hf7tyf3g {
    left: 4px;
    text-align: left;
  }
  
  .index__starWrap__K8jP_sr2hf7tyf3g:last-of-type .index__selectedDesc__rXQI_sr2hf7tyf3g {
    right: 4px;
    text-align: right;
  }
  
  .index__starWrapSm__VTqC_sr2hf7tyf3g:first-of-type .index__selectedDesc__rXQI_sr2hf7tyf3g {
    left: 0px;
  }
  
  .index__starBox__9bdv_sr2hf7tyf3g {
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    display: flex;
    height: 40px;
    width: 100%;
    cursor: pointer;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
  }
  
  .index__starBox__9bdv_sr2hf7tyf3g.index__slideUp__wJZ0_sr2hf7tyf3g {
    top: 0 !important;
  }
  
  .index__starBox__9bdv_sr2hf7tyf3g.index__hover__McOB_sr2hf7tyf3g {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 238, 214, var(--tw-bg-opacity));
    border-color: #FFEED6;
  }
  
  .index__starBox__9bdv_sr2hf7tyf3g.index__hover__McOB_sr2hf7tyf3g svg {
    --tw-text-opacity: 1;
    color: rgba(230, 164, 71, var(--tw-text-opacity));
  }
  
  .index__starBox__9bdv_sr2hf7tyf3g.index__clicked__wv5e_sr2hf7tyf3g {
    animation-name: index__heartBeat__Tnnn_sr2hf7tyf3g;
    animation-timing-function: ease-in-out;
  }
  
  .index__starBoxSm__cFJH_sr2hf7tyf3g {
    height: 48px;
  }
  
  .index__starSvg__TeIu_sr2hf7tyf3g {
    width: 24px;
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }
  
  @keyframes index__starFlash__rJoS_sr2hf7tyf3g {
    0%, 95% {
      --tw-text-opacity: 1;
      color: rgba(230, 164, 71, var(--tw-text-opacity));
    }
    0%, 95% {
      opacity: 0.5;
    }
    0%, 95% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      --tw-text-opacity: 1;
      color: rgba(230, 164, 71, var(--tw-text-opacity));
    }
    100% {
      opacity: 1;
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes index__heartBeat__Tnnn_sr2hf7tyf3g {
    0% {
      transform: scale(1);
    }
    14% {
      transform: scale(0.85);
    }
    28% {
      transform: scale(1);
    }
    42% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
  }
  .index__btnWrapper__zX3-_sr2hf7tyf3g {
      margin-top: 16px;
      text-align: center
  }
  .index__wrapper__XKlG_sr2hf7tyf3g {
    margin-top: 38px;
    transition: all 0.15s cubic-bezier(0, 0.94, 1, 1);
    opacity: 0;
    transform: translateY(20px);
  }
  .index__wrapper__XKlG_sr2hf7tyf3g.index__show__PpUM_sr2hf7tyf3g {
    opacity: 1;
    transform: translateY(0);
  }
  .index__textAreaWrapper__EePk_sr2hf7tyf3g {
    margin-bottom: 16px;
    overflow: hidden;
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    height: 120px;
    display: flex;
    flex-direction: column;
  }
  .index__textAreaWrapper__EePk_sr2hf7tyf3g.index__focus__j92-_sr2hf7tyf3g {
    border-color: rgba(var(--primary-color-rgb));
    box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb), 0.1);
  }
  .index__textAreaWrapper__EePk_sr2hf7tyf3g textarea {
    border: 0;
    min-height: 0;
    flex-grow: 1;
  }
  .index__textAreaWrapper__EePk_sr2hf7tyf3g textarea:focus {
    box-shadow: none;
  }
  .index__wrapper__H2nF_sr2hf7tyf3g {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 1px;
    font-size: 14px;
    line-height: 20px;
    color: #868E96;
    margin-left: 8px;
    margin-bottom: 8px;
    width: fit-content;
  }
  .index__wrapper__H2nF_sr2hf7tyf3g.index__done__y5-7_sr2hf7tyf3g {
    color: var(--primary-color);
  }
  @keyframes index__rotating__3FX3_sr2hf7tyf3g {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .index__loader__qFiO_sr2hf7tyf3g {
    width: 16px;
    height: 16px;
    animation: index__rotating__3FX3_sr2hf7tyf3g 2s linear infinite;
  }
  .index__ending__iMAU_sr2hf7tyf3g {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    color: var(--text-color);
    transition: all 0.2s ease-in
  }
  
  .index__img__-gr7_sr2hf7tyf3g {
    margin: auto;
    height: 91px;
    width: 160px;
    overflow: hidden
  }
  
  .index__img__-gr7_sr2hf7tyf3g img {
    height: 100%;
    width: 100%
  }
  
  .index__content__AMMF_sr2hf7tyf3g {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-all;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-color)
  }
  .feedbackBranding__link__FXrz_sr2hf7tyf3g {
    color: var(--branding-text-color);
    transition: background var(--transition);
    display: inline-block;
    border-radius: 0.25rem;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    line-height: 18px;
    text-decoration: none;
  }
  .feedbackBranding__link__FXrz_sr2hf7tyf3g:hover {
    background-color: var(--branding-background-color-hover);
  }
  .feedbackBranding__branding__g8OL_sr2hf7tyf3g {
    bottom: 0px;
    padding-top: 10px;
    text-align: center;
    opacity: 1;
    transition-duration: 250ms;
  }
  .index-module__root__SN3H_sr2hf7tyf3g {
    margin-top: 32px;
    display: flex;
    max-height: 100%;
    flex-direction: column;
    overflow: hidden;
  }
  
  .index-module__main__w9jN_sr2hf7tyf3g {
    flex: 1 1 0%;
    overflow: auto;
  }
  
  .index-module__main__w9jN_sr2hf7tyf3g::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  
  .index-module__main__w9jN_sr2hf7tyf3g::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
  }
  
  .index-module__main__w9jN_sr2hf7tyf3g::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .index-module__content__kMzE_sr2hf7tyf3g {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 540px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
  }
  
  .index-module__contentPbWithBranding__Ju8A_sr2hf7tyf3g {
    padding-bottom: 24px;
  }
  
  .index-module__contentPbNoBranding__W4QZ_sr2hf7tyf3g {
    padding-bottom: 32px;
  }
  
  .index-module__contentSm__3lFT_sr2hf7tyf3g {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .index-module__safeArea__ECe-_sr2hf7tyf3g {
    height: max(var(--branding-padding), env(safe-area-inset-bottom));
  }
  .index__fieldTitle__Rglw_sr2hf7tyf3g {
    color: var(--text-color);
    text-align: var(--title-text-align);
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  
  .index__mobileFieldTitle__9c-R_sr2hf7tyf3g {
    font-size: 15px;
  }.index__fieldDesc__-R-8_sr2hf7tyf3g {
    color: var(--text-description-color);
    text-align: var(--title-text-align);
    word-break: break-all;
    padding-top: 4px;
    font-size: 13px;
    line-height: 20px;
  }.index__fieldHeader__yqEI_sr2hf7tyf3g {
  
      padding-bottom: 12px
  }
  
  .index__ptNone__uXTZ_sr2hf7tyf3g {
  
      padding-top: 0px
  }.fieldImage__image__YH9O_sr2hf7tyf3g {
  
      display: block
  }
  
  .fieldImage__fieldImage__gLma_sr2hf7tyf3g {
  
      position: relative;
  
      margin-bottom: 16px
  }
  
  .fieldImage__imageWrapper__FzwX_sr2hf7tyf3g {
  
      margin-left: auto;
  
      margin-right: auto
  }
  
  .fieldImage__loading__8w3k_sr2hf7tyf3g {
  
      position: absolute;
  
      left: 0px;
  
      right: 0px;
  
      top: 0px;
  
      bottom: 0px;
  
      display: flex;
  
      align-items: center;
  
      justify-content: center;
  
      --tw-bg-opacity: 1;
  
      background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  
      transition-property: opacity;
  
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  
      transition-duration: 150ms;
  
      transition-duration: 300ms
  }
  
  .fieldImage__loadingLoaded__qAUM_sr2hf7tyf3g {
  
      opacity: 0
  }.nextPage__nextPage__-PkM_sr2hf7tyf3g {
      margin-top: 8px;
      margin-bottom: 8px;
      box-sizing: border-box;
      display: flex;
      justify-content: center
  }.index__highlight__GsG7_sr2hf7tyf3g, .index__highlightDefault__re-y_sr2hf7tyf3g, .index__highlightActive__Rk1m_sr2hf7tyf3g {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 2px;
  }
  
  .index__highlightDefault__re-y_sr2hf7tyf3g:hover, .index__highlightActive__Rk1m_sr2hf7tyf3g {
    outline: 1px dashed #3662D7;
    z-index: 1;
  }
  
  .index__highlightActive__Rk1m_sr2hf7tyf3g {
    pointer-events: none;
  }
  
  .index__highlightDefault__re-y_sr2hf7tyf3g {
    cursor: pointer;
  }
  
  .index__highlightHero__q9dm_sr2hf7tyf3g {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }.index__pb32__3M-J_sr2hf7tyf3g {
  
      padding-bottom: 32px
  }
  
  .index__pb16__B-bI_sr2hf7tyf3g {
  
      padding-bottom: 16px
  }
  
  .index__readOnly__x7YK_sr2hf7tyf3g {
  
      pointer-events: none
  }
  
  .index__wrapper__tdZU_sr2hf7tyf3g {
  
      position: relative;
  
      padding-top: 8px;
  
      padding-bottom: 16px;
  
      opacity: 1
  }
  
  .index__noHeaderWrapper__BTs5_sr2hf7tyf3g {
  
      padding-top: 0px
  }
  
  .index__heroFieldWrapper__3D5y_sr2hf7tyf3g {
  
      padding-top: 0px
  }
  
  .index__previewWrapper__LjwG_sr2hf7tyf3g {
  
      padding-top: 8px !important;
  
      padding-bottom: 8px !important
  }
  
  .index__previewHighlightWrapper__-siy_sr2hf7tyf3g {
  
      --tw-bg-opacity: 1;
  
      background-color: rgba(237, 242, 252, var(--tw-bg-opacity))
  }
  
  .index__previewHighlightImageFieldWrapper__i0iG_sr2hf7tyf3g {
  
      padding-top: 0px !important
  }
  
  .index__container__9Dog_sr2hf7tyf3g {
  
      position: relative
  }
  
  .index__pbNone__3-5K_sr2hf7tyf3g {
  
      padding-bottom: 0px
  }.RatingStar__stars__nV6x_sr2hf7tyf3g {
    position: relative;
    margin-right: -8px;
    display: flex;
    justify-content: space-between;
  }
  
  .RatingStar__starWrap__aF3W_sr2hf7tyf3g {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    padding-right: 8px;
    text-align: center;
  }
  
  .RatingStar__starBox__VjdJ_sr2hf7tyf3g {
    position: relative;
    display: flex;
    height: 38px;
    flex: 1 1 0%;
    cursor: pointer;
    justify-content: center;
    border-radius: 4px;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.61, 1.46);
    top: 0 !important;
  }
  
  .RatingStar__starBox__VjdJ_sr2hf7tyf3g.RatingStar__hover__h5hq_sr2hf7tyf3g {
    border-color: #FFEED6;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 238, 214, var(--tw-bg-opacity));
  }
  
  .RatingStar__starBox__VjdJ_sr2hf7tyf3g.RatingStar__hover__h5hq_sr2hf7tyf3g svg {
    --tw-text-opacity: 1;
    color: rgba(230, 164, 71, var(--tw-text-opacity));
  }
  
  .RatingStar__starSvg__-o6r_sr2hf7tyf3g {
    width: 24px;
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }.Compact__fieldWrapper__Tk0-_sr2hf7tyf3g {
    display: flex;
    align-items: center;
  }
  
  .Compact__stars__VtHU_sr2hf7tyf3g {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .Compact__stars__VtHU_sr2hf7tyf3g:hover {
    cursor: pointer;
  }
  
  .Compact__stars__VtHU_sr2hf7tyf3g:hover [data-fill=true] {
    display: inline-block;
  }
  
  .Compact__stars__VtHU_sr2hf7tyf3g:hover [data-fill=false] {
    display: none;
  }
  
  .Compact__stars__VtHU_sr2hf7tyf3g:hover .Compact__descWrapperActive__8lKm_sr2hf7tyf3g {
    visibility: hidden;
  }
  
  .Compact__descWrapper__bXet_sr2hf7tyf3g {
    color: var(--text-description-color);
    visibility: hidden;
    position: absolute;
    left: 100%;
    margin-left: 8px;
    max-width: 5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px;
  }
  
  .Compact__descWrapperActive__8lKm_sr2hf7tyf3g {
    visibility: visible;
  }
  
  .Compact__starWrapper__8Pun_sr2hf7tyf3g {
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .Compact__starWrapper__8Pun_sr2hf7tyf3g [data-fill=true] {
    display: none;
  }
  
  .Compact__starWrapper__8Pun_sr2hf7tyf3g:hover .Compact__descWrapper__bXet_sr2hf7tyf3g {
    visibility: visible;
  }
  
  .Compact__starWrapper__8Pun_sr2hf7tyf3g:hover ~ .Compact__starWrapper__8Pun_sr2hf7tyf3g [data-fill=true] {
    display: none;
  }
  
  .Compact__starWrapper__8Pun_sr2hf7tyf3g:hover ~ .Compact__starWrapper__8Pun_sr2hf7tyf3g [data-fill=false] {
    display: inline-block;
  }
  
  .Compact__starWrapperActive__HZCx_sr2hf7tyf3g [data-fill=true] {
    display: inline-block;
  }
  
  .Compact__starWrapperActive__HZCx_sr2hf7tyf3g [data-fill=false] {
    display: none;
  }
  
  .Compact__label__RoW4_sr2hf7tyf3g {
    margin-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }.index__wrapper__fGiE_sr2hf7tyf3g {
      padding-bottom: 0px
  }.csat__csatField__tfkj_sr2hf7tyf3g {
    display: flex;
    justify-content: center;
  }
  .csat__csatField__tfkj_sr2hf7tyf3g .csat__required__IPUM_sr2hf7tyf3g {
    padding-bottom: 2px;
  }
  .csat__csatField__tfkj_sr2hf7tyf3g .csat__item__dHiN_sr2hf7tyf3g {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
  }
  .csat__csatField__tfkj_sr2hf7tyf3g .csat__score__WF2A_sr2hf7tyf3g {
    border-radius: var(--border-radius);
    display: flex;
    width: 64px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 4px;
  }
  .csat__csatField__tfkj_sr2hf7tyf3g .csat__text__OcbA_sr2hf7tyf3g {
    color: var(--text-choice-item-color);
    font-size: 13px;
  }
  .csat__csatField__tfkj_sr2hf7tyf3g .csat__selected__gafC_sr2hf7tyf3g .csat__text__OcbA_sr2hf7tyf3g {
    color: var(--text-choice-item-selected-color);
    font-weight: 600;
  }.index__endingContent__wTEP_sr2hf7tyf3g {
    color: #25262B;
    word-break: break-all;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  
  .index__endingDesc__SE2J_sr2hf7tyf3g {
    color: var(--text-secondary-color);
    word-break: break-all;
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  
  .index__endingImgWrapper__Hsjt_sr2hf7tyf3g {
    margin-bottom: 16px;
    text-align: center;
  }
  
  .index__endingWrapper__c090_sr2hf7tyf3g {
    margin-left: auto;
    margin-right: auto;
    max-width: 272px;
  }.index__welcomeTitle__8q-o_sr2hf7tyf3g {
    padding-top: 8px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: var(--text-color)
  }
  
  .index__wrapper__gYWA_sr2hf7tyf3g {
    padding-bottom: 0px;
    word-break: break-all !important
  }
  
  .index__content__sgrr_sr2hf7tyf3g {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px
  }
  
  .index__welcomeDesc__Ft4k_sr2hf7tyf3g {
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-secondary-color)
  }
  
  .index__welcomeButton__5GBM_sr2hf7tyf3g {
    box-sizing: border-box;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center
  }
  
  .index__welcomeButton__5GBM_sr2hf7tyf3g button {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px
  }.index__wrapper__AKOk_sr2hf7tyf3g {
      padding-bottom: 4px
  }.cta__description__vzqO_sr2hf7tyf3g {
    color: #4D4F52;
    padding-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  
  .cta__title__MgII_sr2hf7tyf3g {
    padding-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  
  .cta__ctaField__4Qf8_sr2hf7tyf3g {
    justify-content: var(--title-text-align);
    display: flex;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .cta__button__k3nN_sr2hf7tyf3g {
    max-width: 50%;
  }
  
  .cta__wrapper__kPG3_sr2hf7tyf3g {
    padding-bottom: 0px;
  }
  
  .cta__header__iDpw_sr2hf7tyf3g {
    padding-bottom: 16px;
  }.index__inputWrapper__FXGP_sr2hf7tyf3g {
  
      overflow: hidden
  }
  
  .index__wrapper__OLSw_sr2hf7tyf3g {
  
      padding-bottom: 0px
  }.index__inputWrapper__-kWw_sr2hf7tyf3g {
      overflow: hidden
  }.index__fieldScrollWrapper__DAHr_sr2hf7tyf3g {
    box-sizing: border-box;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .index__fieldScrollWrapper__DAHr_sr2hf7tyf3g::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .index__fieldScrollWrapper__DAHr_sr2hf7tyf3g::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
  }
  .index__fieldScrollWrapper__DAHr_sr2hf7tyf3g::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .index__fieldScrollContent__vUZc_sr2hf7tyf3g {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
  }.index-module__actions__QEfD_sr2hf7tyf3g {
    overflow: hidden
  }
  
  .index-module__pb16__UDI8_sr2hf7tyf3g {
    padding-bottom: 16px
  }
  
  .index-module__fieldPage__Et6G_sr2hf7tyf3g {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity
  }.surveyBranding__branding__pnll_sr2hf7tyf3g {
    width: 100%;
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    line-height: 1.5;
  }
  .surveyBranding__branding__pnll_sr2hf7tyf3g .surveyBranding__link__mpq1_sr2hf7tyf3g {
    color: var(--branding-text-color);
    transition: background var(--transition);
    display: inline-block;
    border-radius: 0.25rem;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    line-height: 18px;
    text-decoration: none;
  }
  .surveyBranding__branding__pnll_sr2hf7tyf3g .surveyBranding__link__mpq1_sr2hf7tyf3g:hover {
    background-color: var(--branding-background-color-hover);
  }
  .surveyBranding__branding__pnll_sr2hf7tyf3g.surveyBranding__readonly__bQLG_sr2hf7tyf3g {
    pointer-events: none;
  }.survey-module__content__jjtV_sr2hf7tyf3g {
    position: relative;
    min-height: 0px;
    flex: 1 1 0%;
    overflow-y: hidden;
  }
  
  .survey-module__noBranding__1RJy_sr2hf7tyf3g {
    height: 32px;
    width: 100%;
  }
  
  @keyframes survey-module__field-leave__h8sH_sr2hf7tyf3g {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    50% {
      opacity: 0;
      transform: translate3d(0, -30px, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(0, -30px, 0);
      display: none;
    }
  }
  
  @keyframes survey-module__field-enter__7-2J_sr2hf7tyf3g {
    0% {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
      height: auto;
    }
    50% {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
      height: 100%;
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .survey-module__preImg__ia7e_sr2hf7tyf3g {
    pointer-events: none;
    display: none;
    height: 0px;
    width: 0px;
  }
  
  .survey-module__safeArea__WSFl_sr2hf7tyf3g {
    height: max(var(--branding-padding), env(safe-area-inset-bottom));
  }
  
  .survey-module__fieldPageAfterShowImmediately__L-ZB_sr2hf7tyf3g, .survey-module__fieldPageAfterShow__B2I1_sr2hf7tyf3g, .survey-module__fieldPageReadyShow__QiMS_sr2hf7tyf3g {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  
  .survey-module__fieldPageShow__FIAJ_sr2hf7tyf3g, .survey-module__fieldPageAfterShow__B2I1_sr2hf7tyf3g {
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  
  .survey-module__fieldPageReadyShow__QiMS_sr2hf7tyf3g {
    opacity: 0;
  }
  
  .survey-module__fieldPageAfterShow__B2I1_sr2hf7tyf3g {
    animation-name: survey-module__field-leave__h8sH_sr2hf7tyf3g;
  }
  
  .survey-module__fieldPageAfterShowImmediately__L-ZB_sr2hf7tyf3g {
    opacity: 0;
  }
  
  .survey-module__fieldPageShow__FIAJ_sr2hf7tyf3g {
    animation-name: survey-module__field-enter__7-2J_sr2hf7tyf3g;
  }
  
  .survey-module__fieldPageShowImmediately__qt2a_sr2hf7tyf3g {
    animation-duration: 0ms;
  }.app-module__app__6GtR_sr2hf7tyf3g {
  
      position: relative;
  
      display: flex;
  
      height: 100vh;
  
      width: 100vw;
  
      align-items: center;
  
      justify-content: center;
  
      overflow: hidden
  }
  
  .app-module__xFormFieldContent__H-XT_sr2hf7tyf3g {
  
      position: relative;
  
      width: 100%
  }.modal-widget_howxmModalOpen__SSUXg {
    overflow: hidden;
  }
  
  .modal-widget_widgetTransition__v-4WE {
    transition: height 0.3s;
  }
  
  .modal-widget_widget__yudqO, .modal-widget_widgetIsPreview__dOX3s {
    width: 100%;
    overflow: hidden;
    max-height: 70vh;
    display: block !important;
    height: 74px;
    background-size: 35px 35px !important;
  }
  @media (max-width: 576px) {
    .modal-widget_widget__yudqO, .modal-widget_widgetIsPreview__dOX3s {
      width: 100%;
      max-height: 70vh;
    }
  }
  
  .modal-widget_widgetNoAnimation__wJ4ik {
    animation-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
  
  .modal-widget_backdropBase__UT0kJ {
    position: fixed;
    top: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 999999999;
  }
  @media (max-width: 576px) {
    .modal-widget_backdropBase__UT0kJ {
      display: block;
    }
  }
  
  .modal-widget_backdropIn__2s0o1 {
    top: 0;
    opacity: 1;
  }
  
  .modal-widget_backdropPositionCenter__AnMCi {
    display: block;
  }
  
  .modal-widget_widgetWrapper__qzQV5, .modal-widget_feedbackWidgetWrapper__1qUww {
    display: flex;
    align-items: flex-end;
    position: fixed;
    width: 400px;
    z-index: 999999999;
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.4s ease;
    min-height: 74px;
    box-shadow: 0 0 16px rgba(16, 24, 40, 0.08), 0 24px 48px -12px rgba(16, 24, 40, 0.24);
    background: white;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  @media (max-width: 576px) {
    .modal-widget_widgetWrapper__qzQV5, .modal-widget_feedbackWidgetWrapper__1qUww {
      width: unset !important;
      top: unset !important;
      left: 0px !important;
      right: 0px !important;
      bottom: -100vh !important;
      border-radius: 6px 6px 0 0 !important;
    }
  }
  
  .modal-widget_mobileWrapper__uhXV9 {
    width: unset !important;
    top: unset !important;
    left: 0px !important;
    right: 0px !important;
    bottom: -100vh !important;
    border-radius: 6px 6px 0 0 !important;
    padding-bottom: 18px;
  }
  
  .modal-widget_feedbackWidgetWrapper__1qUww {
    width: 320px;
  }
  
  @media (max-width: 576px) {
    .modal-widget_slideIn__8qDoK {
      bottom: 0 !important;
    }
  }
  
  .modal-widget_TOP_RIGHT__adAHo {
    right: -460px;
    top: 24px;
  }
  
  .modal-widget_TOP_LEFT__-ZRry {
    left: -460px;
    top: 24px;
  }
  
  .modal-widget_BOTTOM_RIGHT__iCbwj {
    right: -460px;
    bottom: 24px;
  }
  
  .modal-widget_BOTTOM_LEFT__ZQi3V {
    left: -460px;
    bottom: 24px;
  }
  
  .modal-widget_MIDDLE_RIGHT__Bq7qX {
    right: -460px;
    top: 50%;
    transform: translate(0, -50%);
  }
  @media (max-width: 576px) {
    .modal-widget_MIDDLE_RIGHT__Bq7qX {
      transform: none;
    }
  }
  
  .modal-widget_CUSTOMIZED_LEFT__AuSO0 {
    left: -460px;
  }
  
  .modal-widget_CUSTOMIZED_RIGHT__4Rcpx {
    right: -460px;
  }
  
  .modal-widget_MIDDLE_LEFT__v-c-c {
    left: -460px;
    top: 50%;
    transform: translate(0, -50%);
  }
  @media (max-width: 576px) {
    .modal-widget_MIDDLE_LEFT__v-c-c {
      transform: none;
    }
  }
  
  .modal-widget_CENTER__C0pXT {
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 0.3s !important;
    transition-delay: 100ms;
    transform: translate(-50%, -50%) scale(0.7);
  }
  @media (max-width: 576px) {
    .modal-widget_CENTER__C0pXT {
      transform: translate(0%, 100%);
    }
  }
  
  .modal-widget_SlideInRight__OLBeT {
    right: 24px;
    opacity: 1;
  }
  
  .modal-widget_SlideInRightBottom__k8Rkq {
    right: 24px;
    bottom: 24px;
    opacity: 1;
  }
  
  .modal-widget_SlideInCustomizedLeft__sJnpw {
    left: 24px;
    opacity: 1;
  }
  
  .modal-widget_SlideInCustomizedRight__otCLF {
    right: 24px;
    opacity: 1;
  }
  
  .modal-widget_SlideInLeft__PFDVa {
    left: 24px;
    opacity: 1;
  }
  
  .modal-widget_SlideInLeftBottom__DVavx {
    left: 24px;
    bottom: 24px;
    opacity: 1;
  }
  
  .modal-widget_FadeInCenter__hZsA9 {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1);
  }
  @media (max-width: 576px) {
    .modal-widget_FadeInCenter__hZsA9 {
      transform: none;
    }
  }
  
  .modal-widget_widgetIsPreview__dOX3s {
    background: #fff;
    position: relative;
    max-height: calc((100vh - 56px - 109px) * 0.7);
  }
  
  .modal-widget_singlePagePreview__S2sS8 {
    max-height: calc((100vh - 56px) * 0.7);
  }
  
  .modal-widget_mobileWidgetPreview__-qWET {
    max-height: 500px;
  }
  
  .modal-widget_SlideInBottomOnMobile__p1y3j {
    bottom: 0 !important;
  }
  .index_loading__c3Eal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2147483647;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 3;
    font-size: 14px;
  }
  
  .index_loadingGif__EICwY {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  
  .index_overflowHidden__j13KP {
    overflow: hidden !important;
  }
  
  .index_loadingText__LBxoo {
    padding-left: 10px;
  }
  
  .index_dotting__bL2QX {
    display: inline-block;
    width: 10px;
    min-height: 2px;
    padding-right: 2px;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background-color: currentColor;
    background-clip: content-box;
    box-sizing: border-box;
    animation: index_dot__09j7o 2s infinite step-start both;
    -webkit-animation: index_dot__09j7o 2s infinite step-start both;
  }
  
  .index_dotting__bL2QX:before {
    content: "...";
  }
  
  .index_dotting__bL2QX::before {
    content: "";
  }
  
  :root .index_dotting__bL2QX {
    margin-left: 2px;
    padding-left: 2px;
  }
  
  @keyframes index_dot__09j7o {
    25% {
      border-color: transparent;
      background-color: transparent;
    } /* 0个点 */
    50% {
      border-right-color: transparent;
      background-color: transparent;
    } /* 1个点 */
    75% {
      border-right-color: transparent;
    } /* 2个点 */
  }
  @-webkit-keyframes index_dot__09j7o {
    25% {
      border-color: transparent;
      background-color: transparent;
    } /* 0个点 */
    50% {
      border-right-color: transparent;
      background-color: transparent;
    } /* 1个点 */
    75% {
      border-right-color: transparent;
    } /* 2个点 */
  }.AsideButton_asideBtn__BCMYq {
    display: flex;
    cursor: pointer;
    position: fixed;
    z-index: 999999999;
  }
  
  .AsideButton_BOTTOM_LEFT__irbii {
    left: -16px;
    bottom: 40px;
    transform: translateX(-120%);
  }
  @media (max-width: 576px) {
    .AsideButton_BOTTOM_LEFT__irbii {
      bottom: 20px;
    }
  }
  
  .AsideButton_BOTTOM_RIGHT__nxFyj {
    right: -16px;
    bottom: 40px;
    transform: translateX(120%);
  }
  @media (max-width: 576px) {
    .AsideButton_BOTTOM_RIGHT__nxFyj {
      bottom: 20px;
    }
  }
  
  .AsideButton_MIDDLE_LEFT__9lykg {
    left: -16px;
    top: 50%;
    transform: translate(-120%, -50%);
  }
  
  .AsideButton_MIDDLE_RIGHT__jb6Qq {
    right: -16px;
    top: 50%;
    transform: translate(120%, -50%);
  }
  
  .AsideButton_CUSTOMIZED_LEFT__V3YW8 {
    left: -16px;
    transform: translateX(-120%);
  }
  
  .AsideButton_CUSTOMIZED_RIGHT__vyLcD {
    right: -16px;
    transform: translateX(120%);
  }
  
  .AsideButton_asideBtn__BCMYq {
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    color: var(--background-color);
    background: var(--primary-color);
  }
  .AsideButton_asideBtn__BCMYq svg {
    width: 20px;
    height: 20px;
  }
  
  .AsideButton_asideText__2Ewm2 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 16px;
    word-break: break-all;
    writing-mode: vertical-rl;
    font-family: "PingFang SC";
    letter-spacing: 2px;
  }
  
  .AsideButton_asideLeft__nvBFh {
    border-radius: 0 4px 4px 0;
    padding-left: 24px !important;
  }
  .AsideButton_asideLeft__nvBFh:hover {
    left: -8px;
    transition: 0.4s cubic-bezier(0, 0, 0.14, 1.41);
  }
  
  .AsideButton_asideRight__ecTLX {
    border-radius: 4px 0 0 4px;
    padding-right: 24px !important;
  }
  .AsideButton_asideRight__ecTLX:hover {
    right: -8px;
    transition: 0.4s cubic-bezier(0, 0, 0.14, 1.41);
  }
  
  .AsideButton_asideSlideInBottomLeft__KS-Sg {
    transform: translateX(0);
  }
  
  .AsideButton_asideSlideInMiddleLeft__-Y7YR {
    transform: translate(0, -50%);
  }
  
  .AsideButton_asideSlideInBottomRight__oGNxf {
    transform: translateX(0);
  }
  
  .AsideButton_asideSlideInMiddleRight__FulrL {
    transform: translate(0, -50%);
  }
  
  .AsideButton_asideSlideInCustomized__hsInA {
    transform: translateX(0);
  }.FloatingButton_floatingBtn__2eZbQ {
    display: flex;
    cursor: pointer;
    position: fixed;
    z-index: 999999999;
  }
  
  .FloatingButton_BOTTOM_LEFT__uaEhO {
    left: -16px;
    bottom: 40px;
    transform: translateX(-120%);
  }
  @media (max-width: 576px) {
    .FloatingButton_BOTTOM_LEFT__uaEhO {
      bottom: 20px;
    }
  }
  
  .FloatingButton_BOTTOM_RIGHT__SjtTb {
    right: -16px;
    bottom: 40px;
    transform: translateX(120%);
  }
  @media (max-width: 576px) {
    .FloatingButton_BOTTOM_RIGHT__SjtTb {
      bottom: 20px;
    }
  }
  
  .FloatingButton_MIDDLE_LEFT__CejOz {
    left: -16px;
    top: 50%;
    transform: translate(-120%, -50%);
  }
  
  .FloatingButton_MIDDLE_RIGHT__4f-Ww {
    right: -16px;
    top: 50%;
    transform: translate(120%, -50%);
  }
  
  .FloatingButton_CUSTOMIZED_LEFT__XUzTI {
    left: -16px;
    transform: translateX(-120%);
  }
  
  .FloatingButton_CUSTOMIZED_RIGHT__wjDV1 {
    right: -16px;
    transform: translateX(120%);
  }
  
  .FloatingButton_floatingBtn__2eZbQ {
    width: 60px !important;
    height: 60px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--background-color);
  }
  .FloatingButton_floatingBtn__2eZbQ:hover {
    background: rgba(var(--primary-color-rgb), 0.8);
  }
  .FloatingButton_floatingBtn__2eZbQ svg {
    width: 28px;
    height: 28px;
  }
  .FloatingButton_floatingSlideInBottomLeft__-zZnu {
    left: 40px;
    transform: translateX(0);
  }
  @media (max-width: 576px) {
    .FloatingButton_floatingSlideInBottomLeft__-zZnu {
      left: 20px;
    }
  }
  
  .FloatingButton_floatingSlideInMiddleLeft__l2CnU {
    left: 40px;
    transform: translate(0, -50%);
  }
  .smc-card-wrap .smc-card .card-content .content-table tr .label {
    width: 80px;
  }
  .smc-card-wrap .smc-card .card-bottom .bottom-wrap .button-base {
      float: none!important;
      display: block;
      text-align: center;
  }
  .smc-card-wrap .smc-card {
    padding-bottom: 20px!important;
  }
  .smc-card-wrap .smc-card .card-bottom {
    position: static!important;
  }
  @media (max-width: 576px) {
    .FloatingButton_floatingSlideInMiddleLeft__l2CnU {
      left: 20px;
    }
  }
  * {
      box-sizing: initial!important;
  }
  .FloatingButton_floatingSlideInBottomRight__39yTi {
    right: 40px;
    transform: translateX(0);
  }
  @media (max-width: 576px) {
    .FloatingButton_floatingSlideInBottomRight__39yTi {
      right: 20px;
    }
  }
  
  .FloatingButton_floatingSlideInMiddleRight__ZYcED {
    right: 40px;
    transform: translate(0, -50%);
  }
  @media (max-width: 576px) {
    .FloatingButton_floatingSlideInMiddleRight__ZYcED {
      right: 20px;
    }
  }
  .suspension-item {
    box-sizing: border-box!important;
}
.bottom-div-reg-zun {
    display: none;
}
.footer {
    margin-top: 0!important;
}
.smc-card-wrap .smc-card .card-bottom .bottom-wrap .price-detail .font-num {
    font-size: 28px;
}
@media screen and (max-width: 900px) {
  .products-nav {
    display: none;
  }
  .products-content {
    width: auto;
    margin-left: 0;
    padding: 0 45px;
  }
  .products-intro .bimg,.products-intro .info,.products-list1 li .info {
    width: auto;
  }
  .products-banner .banner-content {
    margin-left: 0;
    left: 0;
  }
  .smc-card-wrap {
    flex-wrap: wrap;
  }
  .smc-card-wrap .smc-card:first-child:nth-last-child(3), .smc-card-wrap .smc-card:first-child:nth-last-child(3)~.smc-card {
    width: auto;
  }
  .smc-card-wrap .smc-card {
    flex: 1;
    margin: 0;
    margin-bottom: 15px;
  }
}