#fastLogin {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
}

@charset "UTF-8";
.bindSuccessModal_30703 {
  border-radius: 16px !important; /* 外层圆角，避免遮罩边缘影响 banner 视觉 */
  overflow: visible !important;
  background: transparent !important;
}
.bindSuccessModal_30703 .arco-modal-close-icon {
  top: 16px !important;
  right: 16px !important;
  z-index: 10 !important;
}
.bindSuccessModal_30703 .arco-modal-content {
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}
.bindSuccessModal_30703 .container_30703 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  width: 390px;
  height: 380px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: visible;
  z-index: 1;
}

.topSection_30703 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px; /* 与 content 顶部和 banner 底部衔接 */
  border-radius: 16px 16px 0 0;
  z-index: 1;
}

.banner_30703 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-30px);
     -moz-transform: translateX(-50%) translateY(-30px);
       -o-transform: translateX(-50%) translateY(-30px);
          transform: translateX(-50%) translateY(-30px);
  width: 290px;
  height: 180px;
  padding: 16px 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #ffffff;
  border-radius: 16px 16px 0 0;
  background: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

.content_30703 {
  position: absolute;
  top: 148px;
  bottom: 0;
  width: 290px;
  padding: 16px 0 90px 0; /* 为底部绝对定位按钮预留空间 */
  text-align: center;
}

.contentTitle_30703 {
  font: FZLanTingHeiS-DB1-GB;
  font-size: 22px;
  font-weight: 600;
  color: #0c0d0e;
  margin: 10px 0 8px;
  text-align: center;
}

.contentDesc_30703 {
  font: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4a4a4a;
  margin-bottom: 20px;
  text-align: center;
}

.confirmBtn_30703 {
  position: absolute !important;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
     -moz-transform: translateX(-50%) !important;
       -o-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 136px;
  height: 40px !important;
  border-radius: 4px !important;
  margin: 0;
}
.confirmBtn_30703 span {
  font: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

/* 移动端适配（整体缩小：宽度 350，banner 高度 160，内容起始 180） */
@media screen and (max-width: 1024px) {
  .bindSuccessModal_30703 {
    width: 350px !important;
  }
  .bindSuccessModal_30703 .arco-modal-close-icon {
    top: 12px !important;
    right: 12px !important;
  }
  .bindSuccessModal_30703 .container_30703 {
    width: 350px;
  }
  .bindSuccessModal_30703 .banner_30703 {
    height: 180px;
  }
  .bindSuccessModal_30703 .content_30703 {
    top: 150px;
    width: 290px; /* 保持内容区宽度不变，居中 */
  }
  .bindSuccessModal_30703 .confirmBtn_30703 {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 40px;
    border-radius: 4px;
  }
}
@-webkit-keyframes textShine_3b0e6 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes textShine_3b0e6 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes textShine_3b0e6 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.linkBtn_3b0e6.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent !important;
  color: #0c0d0e;
  padding: 0;
  height: 36px;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
  position: relative;
}
.linkBtn_3b0e6.arco-btn:not(.arco-btn-disabled)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff7f66), color-stop(15%, #e666ff), color-stop(70%, #387bff), to(#32e6c8));
  background: -webkit-linear-gradient(left, #ff7f66 0%, #e666ff 15%, #387bff 70%, #32e6c8 100%);
  background: -moz-linear-gradient(left, #ff7f66 0%, #e666ff 15%, #387bff 70%, #32e6c8 100%);
  background: linear-gradient(90deg, #ff7f66 0%, #e666ff 15%, #387bff 70%, #32e6c8 100%);
  -o-transition: width 0.06s ease-out;
  -moz-transition: width 0.06s ease-out;
  transition: width 0.06s ease-out;
  -webkit-transition: width 0.06s ease-out;
}
.linkBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover, .linkBtn_3b0e6.arco-btn:not(.arco-btn-disabled):active {
  color: #0c0d0e !important;
  background-color: transparent !important;
}
.linkBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover::after, .linkBtn_3b0e6.arco-btn:not(.arco-btn-disabled):active::after {
  width: 100%;
  -o-transition: width 0.06s ease-in;
  -moz-transition: width 0.06s ease-in;
  transition: width 0.06s ease-in;
  -webkit-transition: width 0.06s ease-in;
}
[data-popover-active="true"] .linkBtn_3b0e6.arco-btn:not(.arco-btn-disabled)::after {
  width: 100% !important;
}
.linkBtn_3b0e6.disableUnderline_3b0e6.arco-btn::after {
  display: none !important;
}

.iconBtn_3b0e6.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent !important;
  color: #0c0d0e;
  border: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  padding: 8px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.iconBtn_3b0e6.arco-btn:not(.arco-btn-disabled) img,
.iconBtn_3b0e6.arco-btn:not(.arco-btn-disabled) svg {
  width: 20px;
  height: 20px;
}
.iconBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover, .iconBtn_3b0e6.arco-btn:not(.arco-btn-disabled):active {
  background: -webkit-linear-gradient(12.14deg, #f1f9ff -3.23%, #edf3ff 51.11%, #faf4ff 98.65%) !important;
  background: -moz-linear-gradient(12.14deg, #f1f9ff -3.23%, #edf3ff 51.11%, #faf4ff 98.65%) !important;
  background: linear-gradient(77.86deg, #f1f9ff -3.23%, #edf3ff 51.11%, #faf4ff 98.65%) !important;
}

.outlineBtn_3b0e6.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent;
  color: #0c0d0e;
  border: 1px solid #dde2e9 !important;
  box-shadow: none !important;
  height: 36px;
  padding: 0 24px;
  border-radius: 1000px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.outlineBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover {
  background-color: #f6f8fa !important;
  border-color: #b8bfc8 !important;
  color: #0c0d0e !important;
}
.outlineBtn_3b0e6.arco-btn:not(.arco-btn-disabled):active {
  background-color: #e5e8eb !important;
}

.primaryBtn_3b0e6.arco-btn:not(.arco-btn-disabled) {
  background-color: #0c0d0e;
  color: white;
  border: none !important;
  box-shadow: none !important;
  height: 36px;
  padding: 0 24px;
  border-radius: 1000px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.primaryBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover {
  background-color: #303132 !important;
  color: white !important;
}
.primaryBtn_3b0e6.arco-btn:not(.arco-btn-disabled):active {
  background-color: #545658 !important;
}

.textBtn_3b0e6.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  height: auto !important;
  min-height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0c0d0e;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
}
.textBtn_3b0e6.arco-btn:not(.arco-btn-disabled) .icon {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}
.textBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) {
  color: #1664ff !important;
}
.textBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) .icon,
.textBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) .iconMask_3b0e6 {
  -webkit-transform: translateX(4px);
     -moz-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
.textBtn_3b0e6.dark_3b0e6.arco-btn:not(.arco-btn-disabled) {
  color: #ffffff;
}
.textBtn_3b0e6.dark_3b0e6.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) {
  color: #c5c5c5 !important;
}
.textBtn_3b0e6 .iconMask_3b0e6 {
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.gradientBtn_3b0e6.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 0;
  height: auto;
  min-height: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#3b91ff), color-stop(#0d5eff), color-stop(#c069ff), color-stop(#0d5eff), color-stop(#3b91ff), color-stop(#0d5eff), to(#c069ff));
  background: -webkit-linear-gradient(left, #3b91ff, #0d5eff, #c069ff, #0d5eff, #3b91ff, #0d5eff, #c069ff);
  background: -moz-linear-gradient(left, #3b91ff, #0d5eff, #c069ff, #0d5eff, #3b91ff, #0d5eff, #c069ff);
  background: linear-gradient(to right, #3b91ff, #0d5eff, #c069ff, #0d5eff, #3b91ff, #0d5eff, #c069ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 400% auto;
  animation: textShine_3b0e6 8s linear infinite reverse;
}

.featuredBtn_3b0e6.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 0;
  height: auto;
  min-height: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
}
.featuredBtn_3b0e6.arco-btn:not(.arco-btn-disabled) .featuredIcon_3b0e6 {
  width: 12px;
  height: 12px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
}
.featuredBtn_3b0e6.arco-btn:not(.arco-btn-disabled) .featuredIcon_3b0e6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#387bff), color-stop(#e566ff), color-stop(#ff7f66), color-stop(#e566ff), color-stop(#387bff), color-stop(#32e5c8), to(#387bff));
  background: -webkit-linear-gradient(left, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff);
  background: -moz-linear-gradient(left, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff);
  background: linear-gradient(to right, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff);
  background-size: 1500% auto;
  background-position: 0% 50%;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  mask: var(--icon-url) no-repeat center/contain;
}
.featuredBtn_3b0e6.arco-btn:not(.arco-btn-disabled) .featuredText_3b0e6 {
  background: -webkit-gradient(linear, left top, right top, from(#387bff), color-stop(#e566ff), color-stop(#ff7f66), color-stop(#e566ff), color-stop(#387bff), color-stop(#32e5c8), color-stop(#387bff), to(#e566ff));
  background: -webkit-linear-gradient(left, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff, #e566ff);
  background: -moz-linear-gradient(left, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff, #e566ff);
  background: linear-gradient(to right, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff, #e566ff);
  background-size: 750% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.featuredBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover .featuredIcon_3b0e6::before,
.featuredBtn_3b0e6.arco-btn:not(.arco-btn-disabled):hover .featuredText_3b0e6 {
  animation: textShine_3b0e6 4s linear infinite reverse;
}
.affix_aaa31 {
  position: relative;
  z-index: 999;
  width: 100vw;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}
.affix_aaa31[data-hidden=true] {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fixedAffix_aaa31 {
  position: fixed;
  top: 0;
  left: 0;
}

.container_aaa31 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 24px;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: box-shadow 0.2s ease, border-bottom 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, border-bottom 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border-bottom 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, box-shadow 0.2s ease, border-bottom 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-bottom 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-bottom 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}
.container_aaa31 * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 1280px) {
  .container_aaa31 {
    padding: 0;
  }
}
.container_aaa31[data-hidden=true] {
  box-shadow: none;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.container_aaa31[data-scrolled=true] {
  box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(29, 33, 41, 0.1019607843);
  border-bottom: 1px solid #eaedf1;
}

.containerSearchActive_aaa31 {
  overflow: visible;
}

.main_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1280px) and (max-width: 1680px) {
  .main_aaa31 {
    width: 1200px;
  }
}
@media (min-width: 1681px) {
  .main_aaa31 {
    width: 1440px;
  }
}

@media (min-width: 1281px) {
  .mainFullWidth_aaa31 {
    width: 100% !important;
    padding: var(--content-padding) !important;
  }
}

.mainRight_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}

.mobileRightIcons_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .mobileRightIcons_aaa31 {
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .mobileRightIcons_aaa31 {
    display: none;
  }
}

.mobileUserAvatar_aaa31 {
  display: none;
}
@media (max-width: 1023px) {
  .mobileUserAvatar_aaa31 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

.mainRightNav_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}

.mainLeft_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
  overflow: hidden;
}

.mainLeftSearchActive_aaa31 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  overflow: visible;
}
.mainLeftSearchActive_aaa31 .mainLeftNav_aaa31 {
  display: none !important;
}

.featuredWrapper_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #dde2e9;
}

.mobileHeaderLeft_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  overflow: hidden;
}

.mobileBackButton_aaa31 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #1d2129;
  font-size: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.mobileBackButton_aaa31:active {
  opacity: 0.7;
}

.mobileTitle_aaa31 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1d2129;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainLeftNav_aaa31 {
  display: none;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .mainLeftNav_aaa31 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.mainLeftNav_aaa31 .arco-btn {
  padding: 0 12px;
}

.mainLeftScroll_aaa31 > .arco-tabs-header-nav:before {
  display: none;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-title {
  margin: 0;
  padding: 0;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-title:not(:first-child) {
  margin-left: 24px;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-title > .arco-tabs-header-title-text {
  padding: 0;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-title > .arco-tabs-header-title-text:before {
  display: none;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-ink {
  display: none;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-left-icon {
  height: 34px;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, white), to(transparent));
  background: -webkit-linear-gradient(left, white 70%, transparent);
  background: -moz-linear-gradient(left, white 70%, transparent);
  background: linear-gradient(90deg, white 70%, transparent);
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  left: -8px;
  z-index: 5;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-left-icon > svg {
  stroke-width: 6px;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-right-icon {
  height: 30px;
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, white), to(transparent));
  background: -webkit-linear-gradient(right, white 70%, transparent);
  background: -moz-linear-gradient(right, white 70%, transparent);
  background: linear-gradient(270deg, white 70%, transparent);
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  right: -8px;
  z-index: 5;
}
.mainLeftScroll_aaa31 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-right-icon > svg {
  stroke-width: 6px;
}
.mainLeftScroll_aaa31[data-has-featured=true] > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-title:nth-child(2) {
  margin-left: 0;
}

.mobileMenuIcon_aaa31 {
  cursor: pointer;
  margin-top: 4px;
  display: block;
}
@media (min-width: 1280px) {
  .mobileMenuIcon_aaa31 {
    display: none;
  }
}
.mobileMenuIcon_aaa31 svg {
  font-size: 20px;
}

@media (min-width: 768px) {
  .mobileMenuIconSmDisplay_aaa31 {
    display: none;
  }
}

.divider_aaa31 {
  height: 18px;
  width: 1px;
  background-color: rgba(77, 77, 77, 0.4);
  margin: 0 4px;
}

.userAvatar_aaa31 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ecf2ff;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #0055ff;
  font-weight: 600;
  font-size: 14px;
}

.dropdownMenu_aaa31 .arco-dropdown-menu-inner {
  padding: 0 !important;
}
.dropdownMenu_aaa31 .arco-dropdown-menu-item {
  border-radius: 0 !important;
  color: var(--color-text-1) !important;
  height: 36px !important;
  line-height: 36px !important;
}
.dropdownMenu_aaa31 .arco-dropdown-menu-item:not(:last-child) {
  margin-bottom: 0 !important;
}
.dropdownMenu_aaa31 .arco-dropdown-menu-item:hover,
.dropdownMenu_aaa31 .arco-dropdown-menu-pop-header:hover {
  color: var(--color-text-1) !important;
  background-color: #f1f3f5 !important;
}
.dropdownMenu_aaa31 .arco-dropdown-menu-item:not(.arco-dropdown-menu-disabled):hover:before {
  display: none !important;
}

@media (max-width: 1023px) {
  .pc-display-only_aaa31 {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .mobile-display-only_aaa31 {
    display: none !important;
  }
}
.button_5aea4 {
  cursor: pointer;
}

.buttonWithTitle_5aea4 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.buttonWithTitle_5aea4 img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .buttonWithTitle_5aea4 {
    padding: 0 16px;
  }
}

.popoverContent_5aea4 {
  padding-top: 20px;
  padding-bottom: 4px;
}

.footerPopoverContent_5aea4 {
  padding-bottom: 8px;
}

.dropdownMenu_5aea4 {
  min-width: 140px;
  max-height: 300px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05), 0px 15px 35px -2px rgba(0, 0, 0, 0.05);
  overflow: auto;
}

.menuItem_5aea4 {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  color: #1d2129;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.menuItem_5aea4:hover {
  background-color: #f6f8fa;
}

.footerButton_5aea4 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}
.footerButton_5aea4:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}
.footerButton_5aea4 img {
  width: 20px;
  height: 20px;
}
.footerButton_5aea4 span {
  font-size: 14px;
  line-height: 20px;
}
.trigger_68adc {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  cursor: pointer;
}

.popoverContainer_68adc {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}

.popoverContainerVisible_68adc {
  opacity: 1;
  pointer-events: auto;
}

.popoverContent_68adc {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
       -o-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, -moz-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -moz-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}
.popoverContainerVisible_68adc .popoverContent_68adc {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes gradientScroll_77212 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes gradientScroll_77212 {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes gradientScroll_77212 {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.searchBar_77212 {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 1000px;
  background: transparent;
  cursor: pointer;
}

.searchBarInner_77212 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 0 16px;
  width: 133px;
  height: 36px;
  border-radius: 1000px;
  overflow: hidden;
}
.searchBarInner_77212::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200%;
  background: -webkit-gradient(linear, left top, right top, from(#387bff), color-stop(#e566ff), color-stop(#ff7f66), color-stop(#e566ff), color-stop(#387bff), color-stop(#32e5c8), color-stop(#387bff), color-stop(#e566ff), color-stop(#ff7f66), color-stop(#e566ff), color-stop(#387bff), color-stop(#32e5c8), to(#387bff));
  background: -webkit-linear-gradient(left, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff);
  background: -moz-linear-gradient(left, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff);
  background: linear-gradient(90deg, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff, #e566ff, #ff7f66, #e566ff, #387bff, #32e5c8, #387bff);
  -webkit-animation: gradientScroll_77212 3s linear infinite;
     -moz-animation: gradientScroll_77212 3s linear infinite;
          animation: gradientScroll_77212 3s linear infinite;
  will-change: transform;
}
.searchBarInner_77212::after {
  content: "";
  position: absolute;
  inset: 1.5px;
  border-radius: 1000px;
  background: #fff;
}

.searchIcon_77212,
.searchPlaceholder_77212 {
  position: relative;
  z-index: 1;
}

.searchIcon_77212 {
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.searchPlaceholder_77212 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #737a87;
  white-space: nowrap;
  text-align: center;
}
.popoverContent_d4f39 {
  padding-top: 4px;
}

.dropdownMenu_d4f39 {
  min-width: 200px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05), 0px 15px 35px -2px rgba(0, 0, 0, 0.05);
  padding: 6px 6px 22px 6px;
}

.menuItem_d4f39 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  height: 40px;
  padding: 0 16px;
  color: #1d2129;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  text-decoration: none;
}
.menuItem_d4f39:hover {
  background-color: #f6f8fa;
  color: #1664ff;
}
.menuItem_d4f39:hover .menuIcon_d4f39 svg path {
  fill: #1664ff;
}
.menuItem_d4f39:hover .menuIcon_d4f39 img {
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(93%) saturate(2595%) hue-rotate(212deg) brightness(102%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(28%) sepia(93%) saturate(2595%) hue-rotate(212deg) brightness(102%) contrast(104%);
}

.menuIcon_d4f39 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.menuIcon_d4f39 svg {
  width: 20px;
  height: 20px;
}
.menuIcon_d4f39 svg path {
  fill: #4e5969;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}
.menuIcon_d4f39 img {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  -moz-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.menuText_d4f39 {
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  font-size: 14px;
  line-height: 20px;
}

.signOutButton_d4f39 {
  margin: 8px 12px 0;
  padding: 8px 12px;
  border: 1px solid #dde2e9;
  border-radius: 4px;
  background-color: #fff;
  color: #1d2129;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.signOutButton_d4f39:hover {
  background-color: #f6f8fa;
  border-color: #c9cdd4;
}
@-webkit-keyframes pulse_02581 {
  0% {
    background-position: 200% 0;
  }
  57.14% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-moz-keyframes pulse_02581 {
  0% {
    background-position: 200% 0;
  }
  57.14% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pulse_02581 {
  0% {
    background-position: 200% 0;
  }
  57.14% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeletonContainer_02581 {
  width: 100%;
  height: 64px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: #ffffff;
}

.pcView_02581 {
  display: none;
  width: 100%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (min-width: 1281px) {
  .pcView_02581 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
@media (min-width: 1280px) and (max-width: 1680px) {
  .pcView_02581 {
    width: 1200px;
  }
}
@media (min-width: 1681px) {
  .pcView_02581 {
    width: 1440px;
  }
}

@media (min-width: 1281px) {
  .pcViewFullWidth_02581 {
    width: 100% !important;
    padding: var(--content-padding) !important;
  }
}
.pcViewFullWidth_02581 .leftSection_02581 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
}
.pcViewFullWidth_02581 .rightSection_02581 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
.pcViewFullWidth_02581 .logo_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 120px;
  height: 20px;
  margin-right: 12px;
}
.pcViewFullWidth_02581 .featured_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 110px;
  height: 16px;
}
.pcViewFullWidth_02581 .divider_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 1px;
  height: 24px;
  border-radius: 0;
}
.pcViewFullWidth_02581 .navTab_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.pcViewFullWidth_02581 .linkButton_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.pcViewFullWidth_02581 .signupButton_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 80px;
  height: 36px;
  border-radius: 1000px;
}

.tabletView_02581 {
  display: none;
  width: 100%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .tabletView_02581 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.tabletView_02581 .leftSection_02581 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.tabletView_02581 .rightSection_02581 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
.tabletView_02581 .logo_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 120px;
  height: 20px;
}
.tabletView_02581 .linkButton_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.tabletView_02581 .signupButton_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 80px;
  height: 36px;
  border-radius: 1000px;
}
.tabletView_02581 .hamburger_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.mobileView_02581 {
  display: none;
  width: 100%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .mobileView_02581 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.mobileView_02581 .leftSection_02581 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.mobileView_02581 .rightSection_02581 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
.mobileView_02581 .logo_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 120px;
  height: 20px;
}
.mobileView_02581 .linkButton_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.mobileView_02581 .hamburger_02581 {
  background: -webkit-gradient(linear, left top, right top, from(#f1f3f5), color-stop(40%, #f1f3f5), color-stop(50%, #ffffff), color-stop(60%, #f1f3f5), to(#f1f3f5));
  background: -webkit-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background: linear-gradient(90deg, #f1f3f5 0%, #f1f3f5 40%, #ffffff 50%, #f1f3f5 60%, #f1f3f5 100%);
  background-size: 200% 100%;
  -webkit-animation: pulse_02581 7s ease-in-out infinite;
     -moz-animation: pulse_02581 7s ease-in-out infinite;
          animation: pulse_02581 7s ease-in-out infinite;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.backdrop_985bd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 998;
}

@-webkit-keyframes gradientScroll_985bd {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@-moz-keyframes gradientScroll_985bd {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes gradientScroll_985bd {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-webkit-keyframes expandFromTrigger_985bd {
  from {
    -webkit-transform: scaleX(0.15) scaleY(0.3);
            transform: scaleX(0.15) scaleY(0.3);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@-moz-keyframes expandFromTrigger_985bd {
  from {
    -moz-transform: scaleX(0.15) scaleY(0.3);
         transform: scaleX(0.15) scaleY(0.3);
    opacity: 0.5;
  }
  to {
    -moz-transform: scaleX(1) scaleY(1);
         transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@keyframes expandFromTrigger_985bd {
  from {
    -webkit-transform: scaleX(0.15) scaleY(0.3);
       -moz-transform: scaleX(0.15) scaleY(0.3);
         -o-transform: scaleX(0.15) scaleY(0.3);
            transform: scaleX(0.15) scaleY(0.3);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scaleX(1) scaleY(1);
       -moz-transform: scaleX(1) scaleY(1);
         -o-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes slowFadeIn_985bd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes slowFadeIn_985bd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowFadeIn_985bd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutGradient_985bd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOutGradient_985bd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutGradient_985bd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes collapseToTrigger_985bd {
  from {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(0.15) scaleY(0.3);
            transform: scaleX(0.15) scaleY(0.3);
    opacity: 0;
  }
}
@-moz-keyframes collapseToTrigger_985bd {
  from {
    -moz-transform: scaleX(1) scaleY(1);
         transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  to {
    -moz-transform: scaleX(0.15) scaleY(0.3);
         transform: scaleX(0.15) scaleY(0.3);
    opacity: 0;
  }
}
@keyframes collapseToTrigger_985bd {
  from {
    -webkit-transform: scaleX(1) scaleY(1);
       -moz-transform: scaleX(1) scaleY(1);
         -o-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(0.15) scaleY(0.3);
       -moz-transform: scaleX(0.15) scaleY(0.3);
         -o-transform: scaleX(0.15) scaleY(0.3);
            transform: scaleX(0.15) scaleY(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInGradient_985bd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeInGradient_985bd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInGradient_985bd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes quickFadeOut_985bd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes quickFadeOut_985bd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes quickFadeOut_985bd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.searchWrapper_985bd {
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  position: relative;
  min-width: 0;
  margin: 0 16px;
  z-index: 999;
  -webkit-align-self: stretch;
          align-self: stretch;
}

.searchCard_985bd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dde2e9;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 5px 60px rgba(51, 65, 101, 0.1));
          filter: drop-shadow(0px 5px 60px rgba(51, 65, 101, 0.1));
  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
       -o-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: expandFromTrigger_985bd 0.1s ease-out forwards;
     -moz-animation: expandFromTrigger_985bd 0.1s ease-out forwards;
          animation: expandFromTrigger_985bd 0.1s ease-out forwards;
}
.searchCard_985bd::after {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#387bff), color-stop(10%, #e566ff), color-stop(20%, #ff7f66), color-stop(30%, #e566ff), color-stop(40%, #387bff), color-stop(50%, #32e5c8), color-stop(60%, #387bff), color-stop(70%, #e566ff), color-stop(80%, #ff7f66), color-stop(90%, #e566ff), to(#387bff));
  background: -webkit-linear-gradient(left, #387bff 0%, #e566ff 10%, #ff7f66 20%, #e566ff 30%, #387bff 40%, #32e5c8 50%, #387bff 60%, #e566ff 70%, #ff7f66 80%, #e566ff 90%, #387bff 100%);
  background: -moz-linear-gradient(left, #387bff 0%, #e566ff 10%, #ff7f66 20%, #e566ff 30%, #387bff 40%, #32e5c8 50%, #387bff 60%, #e566ff 70%, #ff7f66 80%, #e566ff 90%, #387bff 100%);
  background: linear-gradient(90deg, #387bff 0%, #e566ff 10%, #ff7f66 20%, #e566ff 30%, #387bff 40%, #32e5c8 50%, #387bff 60%, #e566ff 70%, #ff7f66 80%, #e566ff 90%, #387bff 100%);
  background-size: 200% 100%;
  -webkit-animation: gradientScroll_985bd 3s linear infinite, fadeOutGradient_985bd 0.4s ease-out 0.3s forwards;
     -moz-animation: gradientScroll_985bd 3s linear infinite, fadeOutGradient_985bd 0.4s ease-out 0.3s forwards;
          animation: gradientScroll_985bd 3s linear infinite, fadeOutGradient_985bd 0.4s ease-out 0.3s forwards;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  padding: 1.5px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.searchCard_985bd.closing_985bd {
  -webkit-animation: collapseToTrigger_985bd 0.2s ease-in forwards;
     -moz-animation: collapseToTrigger_985bd 0.2s ease-in forwards;
          animation: collapseToTrigger_985bd 0.2s ease-in forwards;
}
.searchCard_985bd.closing_985bd::after {
  -webkit-animation: gradientScroll_985bd 3s linear infinite, fadeInGradient_985bd 0.1s ease-in forwards;
     -moz-animation: gradientScroll_985bd 3s linear infinite, fadeInGradient_985bd 0.1s ease-in forwards;
          animation: gradientScroll_985bd 3s linear infinite, fadeInGradient_985bd 0.1s ease-in forwards;
}

.expandedSearch_985bd {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
  height: 48px;
  padding: 0 16px;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
.expandedSearch_985bd > * {
  opacity: 0;
  -webkit-animation: slowFadeIn_985bd 0.15s ease-out 0.1s forwards;
     -moz-animation: slowFadeIn_985bd 0.15s ease-out 0.1s forwards;
          animation: slowFadeIn_985bd 0.15s ease-out 0.1s forwards;
}
.closing_985bd .expandedSearch_985bd > * {
  -webkit-animation: quickFadeOut_985bd 0.1s ease-in forwards;
     -moz-animation: quickFadeOut_985bd 0.1s ease-in forwards;
          animation: quickFadeOut_985bd 0.1s ease-in forwards;
}

.aiIcon_985bd {
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.searchInput_985bd {
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0c0d0e;
  background: transparent;
  min-width: 0;
}
.searchInput_985bd::-webkit-input-placeholder {
  color: #737a87;
}
.searchInput_985bd::-moz-placeholder {
  color: #737a87;
}
.searchInput_985bd:-ms-input-placeholder {
  color: #737a87;
}
.searchInput_985bd::-ms-input-placeholder {
  color: #737a87;
}
.searchInput_985bd::placeholder {
  color: #737a87;
}

.submitBtn_985bd {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: none;
  background: #737a87;
  cursor: pointer;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.submitBtn_985bd:hover {
  background-color: #5a5f68;
}
.submitBtn_985bd svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resultsDropdown_985bd {
  border-top: 1px solid #e5e6eb;
  opacity: 0;
  -webkit-animation: slowFadeIn_985bd 0.15s ease-out 0.15s forwards;
     -moz-animation: slowFadeIn_985bd 0.15s ease-out 0.15s forwards;
          animation: slowFadeIn_985bd 0.15s ease-out 0.15s forwards;
}
.closing_985bd .resultsDropdown_985bd {
  -webkit-animation: quickFadeOut_985bd 0.1s ease-in forwards;
     -moz-animation: quickFadeOut_985bd 0.1s ease-in forwards;
          animation: quickFadeOut_985bd 0.1s ease-in forwards;
}

.resultsList_985bd {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 8px;
  gap: 0;
  max-height: 400px;
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.row_8d4b5 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 8px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.row_8d4b5:hover {
  background-color: #f7f8fa;
}

.icon_8d4b5 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: #f2f3f5;
}

.info_8d4b5 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  min-width: 0;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
}

.name_8d4b5 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #0c0d0e;
}

.description_8d4b5 {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #737a87;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rightSection_8d4b5 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: auto;
}

.freeTrialText_8d4b5 {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #737a87;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .freeTrialText_8d4b5 {
    display: none;
  }
}

.actionBtn_8d4b5 {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 0 12px;
  height: 24px;
  border: 1px solid #dde2e9;
  border-radius: 1000px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  color: #0c0d0e;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease;
  -o-transition: border-color 0.15s ease, background-color 0.15s ease;
  -moz-transition: border-color 0.15s ease, background-color 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.actionBtn_8d4b5:hover {
  border-color: #b7bcc5;
  background-color: #f7f8fa;
}

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

.chevron_8d4b5 {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/*# sourceMappingURL=2716.d114921c.css.map*/