.affix_674e6 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #1d2129;
  z-index: 1000;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0 24px;
}
.affix_674e6::after {
  content: "";
  position: absolute;
  right: -23.487px;
  bottom: -112.707px;
  width: 500px;
  height: 100px;
  -webkit-transform: rotate(-4.084deg);
     -moz-transform: rotate(-4.084deg);
       -o-transform: rotate(-4.084deg);
          transform: rotate(-4.084deg);
  background: -webkit-gradient(linear, left top, right top, from(#ff7f66), color-stop(15%, #e566ff), color-stop(70%, #387bff), to(#32e5c8));
  background: -webkit-linear-gradient(left, #ff7f66 0%, #e566ff 15%, #387bff 70%, #32e5c8 100%);
  background: -moz-linear-gradient(left, #ff7f66 0%, #e566ff 15%, #387bff 70%, #32e5c8 100%);
  background: linear-gradient(90deg, #ff7f66 0%, #e566ff 15%, #387bff 70%, #32e5c8 100%);
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
@media (min-width: 1024px) {
  .affix_674e6 {
    padding: 0 32px;
  }
}
.affix_674e6 > * {
  width: 100%;
}
.affix_674e6 .content_674e6 {
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.affix_674e6 .content_674e6 .center-content_674e6 {
  grid-column: 2;
  justify-self: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
.affix_674e6 .content_674e6 .center-content_674e6 .icon_674e6 {
  height: 30px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .affix_674e6 .content_674e6 .center-content_674e6 .icon_674e6 {
    height: 36px;
    margin-right: 16px;
  }
}
.affix_674e6 .content_674e6 .center-content_674e6 .title_674e6 {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  font-weight: 400;
  color: white;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .affix_674e6 .content_674e6 .center-content_674e6 .title_674e6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.affix_674e6 .content_674e6 .right-content_674e6 {
  grid-column: 3;
  justify-self: end;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.affix_674e6 .content_674e6 .right-content_674e6 > * {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .affix_674e6 .content_674e6 .right-content_674e6 > * {
    margin-left: 16px;
  }
}
.affix_674e6 .content_674e6 .right-content_674e6 .close-button_674e6 {
  cursor: pointer;
  color: white;
  -webkit-transition: 0.2s ease color;
  -o-transition: 0.2s ease color;
  -moz-transition: 0.2s ease color;
  transition: 0.2s ease color;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.affix_674e6 .content_674e6 .right-content_674e6 .close-button_674e6:hover {
  color: white;
}

.affix-visible_674e6 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.affix-top_674e6 {
  top: 0;
  -webkit-transition: 0.1s -webkit-transform ease;
  transition: 0.1s -webkit-transform ease;
  -o-transition: 0.1s -o-transform ease;
  -moz-transition: 0.1s transform ease, 0.1s -moz-transform ease;
  transition: 0.1s transform ease;
  transition: 0.1s transform ease, 0.1s -webkit-transform ease, 0.1s -moz-transform ease, 0.1s -o-transform ease;
}

.affix-bottom_674e6 {
  bottom: 0;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  -o-transition: 0.3s -o-transform ease;
  -moz-transition: 0.3s transform ease, 0.3s -moz-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease, 0.3s -moz-transform ease, 0.3s -o-transform ease;
}

.button_674e6 .button-text_674e6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3%;
}
@media (min-width: 768px) {
  .button_674e6 .button-text_674e6 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.button_674e6.arco-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  margin-left: 16px;
}
.button_674e6.arco-btn-outline:not(.arco-btn-disabled) {
  color: white;
  border-color: white;
}
.button_674e6.arco-btn-outline:not(.arco-btn-disabled):not(.arco-btn-loading):active {
  color: white;
  border-color: white;
}
.button_674e6.arco-btn-outline:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
  color: white;
  border-color: white;
}
.container_542b1 {
  display: none;
  gap: 8px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .container_542b1 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

.duration_542b1 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  font-weight: 600;
  color: white;
}

.text_542b1 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
  color: white;
}

.timing_542b1 {
  /* Fixed width to prevent countdown string from shifting */
  width: 84px;
}
@charset "UTF-8";
/* ─── Design tokens (inlined for package self-containment) ─── */
/* ── Inline arrow icon (replaces CSS ::after pseudo-elements) ── */
.inlineArrow_1fc22 {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-flex: 0 0 14px;
     -moz-box-flex: 0;
          flex: 0 0 14px;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header_1fc22 {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 64px;
  max-height: 64px;
  background: transparent;
  overflow: visible;
  font-family: "Inter", system-ui, sans-serif;
  /* Solid opaque layer — fades in on hover/focus to replace the blur */
}
.header_1fc22::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 88px;
  pointer-events: none;
  background: rgba(12, 13, 14, 0.16);
  backdrop-filter: blur(56px) saturate(160%) brightness(0.8);
  -webkit-backdrop-filter: blur(56px) saturate(160%) brightness(0.8);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(24%, rgb(0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0.88)), color-stop(72%, rgba(0, 0, 0, 0.52)), color-stop(90%, rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 24%, rgba(0, 0, 0, 0.88) 48%, rgba(0, 0, 0, 0.52) 72%, rgba(0, 0, 0, 0.16) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(24%, rgb(0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0.88)), color-stop(72%, rgba(0, 0, 0, 0.52)), color-stop(90%, rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 24%, rgba(0, 0, 0, 0.88) 48%, rgba(0, 0, 0, 0.52) 72%, rgba(0, 0, 0, 0.16) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header_1fc22::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: #0c0d0e;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header_1fc22:hover::after, .header_1fc22:focus-within::after, .header_1fc22.headerDropdownOpen_1fc22::after {
  opacity: 1;
}
.header_1fc22:hover::before, .header_1fc22:focus-within::before, .header_1fc22.headerDropdownOpen_1fc22::before {
  opacity: 0;
}

.navShell_1fc22 {
  position: relative;
  z-index: 1001;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 16px;
  height: 100%;
  width: min(1408px, 100% - 32px);
  margin: 0 auto;
}

/* ── Brand ── */
.brandDropdown_1fc22 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  z-index: 2;
  padding: 10px 14px 18px 10px;
  margin: -10px -14px -18px -10px;
}

.brand_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-width: 0;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.brand_1fc22:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.42);
  outline-offset: 6px;
}

.brandTrigger_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0;
  margin-left: 8px;
  border: 0;
  background: none;
  cursor: pointer;
}
.brandTrigger_1fc22:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.42);
  outline-offset: 4px;
  border-radius: 4px;
}

.brandLogo_1fc22 {
  display: block;
  width: 122px;
  height: 24px;
  -webkit-flex: 0 0 122px;
     -moz-box-flex: 0;
          flex: 0 0 122px;
}

.brandCaret_1fc22 {
  width: 10px;
  height: 10px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
  opacity: 0.84;
}

.brandMenu_1fc22 {
  position: absolute;
  top: -webkit-calc(100% - 10px);
  top: -moz-calc(100% - 10px);
  top: calc(100% - 10px);
  left: 0;
  display: grid;
  gap: 4px;
  min-width: 388px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(18, 19, 21, 0.96);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.brandMenuItem_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 4px;
  min-height: 68px;
  padding: 12px 14px;
  border: 0;
  border-radius: 8px;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.brandMenuItem_1fc22:hover, .brandMenuItem_1fc22:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.brandMenuTitle_1fc22 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}

.brandMenuDesc_1fc22 {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.brandDropdownOpen_1fc22 .brandMenu_1fc22 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.brandDropdownOpen_1fc22 .brandCaret_1fc22 {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}

/* ── Nav ── */
.mainNav_1fc22 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  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: 0;
  pointer-events: none;
}

.navDropdown_1fc22 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  pointer-events: auto;
}
.navDropdown_1fc22::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.navDropdownTrigger_1fc22 {
  position: relative;
  z-index: 1;
  border: 0;
  background: none;
  cursor: pointer;
}

.navMegaMenu_1fc22 {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100vw;
  height: auto;
  min-height: 0;
  padding: 0 16px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #0c0d0e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
       -o-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
  z-index: 4;
}

.navDropdownScrim_1fc22 {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 13, 14, 0.56);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 3;
}

.navDropdownOpen_1fc22 .navMegaMenu_1fc22 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.navDropdownOpen_1fc22 .navDropdownScrim_1fc22 {
  opacity: 1;
  visibility: visible;
}

.navMegaMenuShell_1fc22 {
  width: min(1040px, 100vw - 32px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 72px;
  height: auto;
}

.navMegaMenuShellLearn_1fc22 {
  gap: 90px;
}

.navMegaMenuMain_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  gap: 72px;
  height: auto;
}

.navMegaColumn_1fc22 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 32px 0;
  height: auto;
  overflow: visible;
}

.navMegaModels_1fc22 {
  min-width: 283px;
  width: auto;
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navMegaBuild_1fc22 {
  width: 263px;
}

.navMegaProductBuild_1fc22 {
  width: 283px;
}

.navMegaLearnColumn_1fc22 {
  width: 283px;
}

.navMegaLearnColumnDivider_1fc22 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navMegaLearnInitiatives_1fc22 {
  padding-left: 0;
}

.navMegaHeading_1fc22 {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.navMegaHeadingStrong_1fc22 {
  font-weight: 700;
}

.navMegaModelList_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 18px;
}

.navMegaLinkList_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 24px;
}

.navMegaModelItem_1fc22 {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  color: #ffffff;
  text-align: left;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.navMegaModelItem_1fc22:hover .navMegaModelTitle_1fc22, .navMegaModelItem_1fc22:focus-visible .navMegaModelTitle_1fc22 {
  opacity: 0.76;
}
.navMegaModelItem_1fc22:focus-visible {
  outline: none;
}

.navMegaModelTitle_1fc22 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
}

.navMegaModelItem_1fc22:hover .navMegaModelTitle_1fc22 .inlineArrow_1fc22,
.navMegaModelItem_1fc22:focus-visible .navMegaModelTitle_1fc22 .inlineArrow_1fc22 {
  opacity: 1;
}

.navMegaModelDesc_1fc22 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.navMegaLink_1fc22 {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  color: #ffffff;
  text-align: left;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.navMegaLink_1fc22:hover, .navMegaLink_1fc22:focus-visible {
  opacity: 0.76;
  outline: none;
}
.navMegaLink_1fc22:hover .inlineArrow_1fc22, .navMegaLink_1fc22:focus-visible .inlineArrow_1fc22 {
  opacity: 1;
}
.navMegaLink_1fc22 + .navMegaLink_1fc22 {
  margin-top: 28px;
}

.navMegaTextLink_1fc22 {
  border: 0;
  background: none;
  padding: 0;
  color: #ffffff;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.navMegaTextLink_1fc22:hover, .navMegaTextLink_1fc22:focus-visible {
  opacity: 0.76;
  outline: none;
}
.navMegaTextLink_1fc22:hover .inlineArrow_1fc22, .navMegaTextLink_1fc22:focus-visible .inlineArrow_1fc22 {
  opacity: 1;
}

.navMegaCta_1fc22 {
  margin-top: 28px;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  width: auto;
  padding-inline: 16px;
}

/* ── Spotlight ── */
.navMegaSpotlight_1fc22 {
  width: 252px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 32px 0;
  height: auto;
}

.spotlightCard_1fc22 {
  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: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  min-height: 132px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
  color: inherit;
  cursor: default;
}

.spotlightCardWithBg_1fc22 {
  background-size: cover;
  background-position: center;
}

.spotlightCard_1fc22[href] {
  cursor: pointer;
}
.spotlightCard_1fc22[href]:hover {
  opacity: 0.88;
}

.spotlightCardChanging_1fc22 {
  opacity: 0.78;
}

.spotlightCopy_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 4px;
}

.spotlightTitle_1fc22 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.spotlightDesc_1fc22 {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.5em;
}

.spotlightMeter_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 2px;
  height: 2px;
}

.spotlightMeterDot_1fc22 {
  width: 16px;
  -webkit-flex: 0 0 16px;
     -moz-box-flex: 0;
          flex: 0 0 16px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.spotlightMeterDotActive_1fc22 {
  background: #ffffff;
}

/* ── Nav links ── */
.navLink_1fc22 {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 16px 6px;
}
.navLink_1fc22::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: #ffffff;
  border-radius: 0.5px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.navLink_1fc22:hover::after {
  opacity: 1;
}
.navLink_1fc22:hover {
  color: #ffffff;
}

.navDropdownOpen_1fc22 > .navLink_1fc22 {
  color: #ffffff;
}
.navDropdownOpen_1fc22 > .navLink_1fc22::after {
  opacity: 1;
}

/* ── Actions ── */
.navActions_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.iconButton_1fc22 {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 999px;
  border: 0;
  background: none;
  cursor: pointer;
}
.iconButton_1fc22 img, .iconButton_1fc22 svg {
  width: 16px;
  height: 16px;
}

/* ── Login link (text-only, from source .login-link) ── */
.loginLink_1fc22 {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.loginLink_1fc22:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.42);
  outline-offset: 4px;
}

/* ── User Avatar (logged-in state) ── */
.userAvatarWrapper_1fc22 {
  position: relative;
}

.userAvatar_1fc22 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFFFFF;
  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: #42464E;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.userDropdownMenu_1fc22 {
  position: absolute;
  top: -webkit-calc(100% + 8px);
  top: -moz-calc(100% + 8px);
  top: calc(100% + 8px);
  right: 0;
  min-width: 240px;
  background: #2C3033;
  border: 1px solid #33373B;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  padding: 0;
  z-index: 200;
  -webkit-animation: fadeIn_1fc22 0.15s ease;
     -moz-animation: fadeIn_1fc22 0.15s ease;
          animation: fadeIn_1fc22 0.15s ease;
  overflow: hidden;
}

.userDropdownHeader_1fc22 {
  padding: 8px 12px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.userDropdownName_1fc22 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.userDropdownEmail_1fc22 {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.userDropdownBody_1fc22 {
  padding: 8px;
}

.userDropdownItem_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  -o-transition: background-color 0.15s ease, color 0.15s ease;
  -moz-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.userDropdownItem_1fc22:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #ffffff;
}

.userDropdownSignout_1fc22 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 40px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  -o-transition: background-color 0.15s ease, color 0.15s ease;
  -moz-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.userDropdownSignout_1fc22:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.0509803922);
}

/* ── Mobile user section (logged-in) ── */
.mobileMenuUserSection_1fc22 {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  margin-top: 8px;
}

.mobileMenuUserRow_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}

.mobileMenuUserAvatar_1fc22 {
  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: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #42464E;
  font-weight: 600;
  font-size: 13px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.mobileMenuUserName_1fc22 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobileMenuUserLink_1fc22 {
  display: block;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.mobileMenuUserLink_1fc22:hover {
  color: #ffffff;
}

.mobileMenuSignoutLink_1fc22 {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}
.mobileMenuSignoutLink_1fc22:hover {
  color: #ffffff;
}

/* ── CTA button (ghost pill, from source .cta-button + .nav-actions .cta-button) ── */
.ctaButton_1fc22 {
  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;
  min-height: 36px;
  padding: 5px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.039px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}
.ctaButton_1fc22:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.34);
}

/* ── Filled pill (used inside mega-menus, e.g. "Explore 100+ models") ── */
.pillButton_1fc22 {
  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;
  min-height: 40px;
  padding: 5px 16px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #0c0d0e;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.039px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, background-color 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}
.pillButton_1fc22:hover {
  background: #eef1f4;
}

/* ── Mobile ── */
.mobileMenuButton_1fc22 {
  display: none;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
}

/* ── Mobile overlay ── */
.mobileOverlay_1fc22 {
  position: fixed;
  inset: 64px 0 0;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 998;
  -webkit-animation: fadeIn_1fc22 0.25s ease forwards;
     -moz-animation: fadeIn_1fc22 0.25s ease forwards;
          animation: fadeIn_1fc22 0.25s ease forwards;
}

.mobileOverlayClosing_1fc22 {
  -webkit-animation: fadeOut_1fc22 0.25s ease forwards;
     -moz-animation: fadeOut_1fc22 0.25s ease forwards;
          animation: fadeOut_1fc22 0.25s ease forwards;
}

@-webkit-keyframes fadeIn_1fc22 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn_1fc22 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn_1fc22 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut_1fc22 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut_1fc22 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut_1fc22 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.mobileMenu_1fc22 {
  display: none;
}

.mobileMenuSection_1fc22 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobileMenuTab_1fc22 {
  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;
  width: 100%;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  text-align: left;
}

.mobileMenuCaret_1fc22 {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -moz-transition: transform 0.25s ease, -moz-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease, -moz-transform 0.25s ease, -o-transform 0.25s ease;
}
.mobileMenuSectionOpen_1fc22 .mobileMenuCaret_1fc22 {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobileSubmenu_1fc22 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 4px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1), padding 0.32s ease;
  -o-transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1), padding 0.32s ease;
  -moz-transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1), padding 0.32s ease;
  transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1), padding 0.32s ease;
  padding-bottom: 0;
}
.mobileMenuSectionOpen_1fc22 .mobileSubmenu_1fc22 {
  max-height: 500px;
  padding-bottom: 16px;
}
.mobileSubmenu_1fc22 a {
  display: block;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.mobileSubmenu_1fc22 a:hover {
  color: #ffffff;
}

.mobileMenuTopLink_1fc22 {
  display: block;
  padding: 16px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.mobileMenuLoginLink_1fc22 {
  display: block;
  padding: 16px 0;
  border: 0;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

.mobileMenuCta_1fc22 {
  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;
  height: 40px;
  padding: 5px 20px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.mobileMenuCta_1fc22:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.34);
}

@-webkit-keyframes mobileMenuSlideDown_1fc22 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes mobileMenuSlideDown_1fc22 {
  from {
    opacity: 0;
    -moz-transform: translateY(-12px);
         transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes mobileMenuSlideDown_1fc22 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-12px);
       -moz-transform: translateY(-12px);
         -o-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mobileMenuSlideUp_1fc22 {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@-moz-keyframes mobileMenuSlideUp_1fc22 {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-12px);
         transform: translateY(-12px);
  }
}
@keyframes mobileMenuSlideUp_1fc22 {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-12px);
       -moz-transform: translateY(-12px);
         -o-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
.mobileMenuClosing_1fc22 {
  -webkit-animation: mobileMenuSlideUp_1fc22 0.25s ease forwards !important;
     -moz-animation: mobileMenuSlideUp_1fc22 0.25s ease forwards !important;
          animation: mobileMenuSlideUp_1fc22 0.25s ease forwards !important;
}

@media (max-width: 1080px) and (min-width: 920px) {
  .navMegaMenuShell_1fc22 {
    gap: 32px;
  }
  .navMegaMenuShellLearn_1fc22 {
    gap: 40px;
  }
  .navMegaMenuMain_1fc22 {
    gap: 32px;
  }
  .navMegaModels_1fc22 {
    min-width: 220px;
    padding-right: 24px;
  }
  .navMegaBuild_1fc22 {
    width: 200px;
  }
  .navMegaProductBuild_1fc22 {
    width: 220px;
  }
  .navMegaLearnColumn_1fc22 {
    width: 200px;
  }
}
@media (max-width: 920px) {
  .mainNav_1fc22 {
    display: none;
  }
  .navActions_1fc22 {
    display: none;
  }
  .mobileMenuButton_1fc22 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .mobileMenu_1fc22 {
    display: none;
  }
  .mobileMenuOpen_1fc22 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 0;
    padding: 0 24px 24px;
    background: #0c0d0e;
    max-height: -webkit-calc(100vh - 60px);
    max-height: -moz-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 999;
    -webkit-animation: mobileMenuSlideDown_1fc22 0.25s ease forwards;
       -moz-animation: mobileMenuSlideDown_1fc22 0.25s ease forwards;
            animation: mobileMenuSlideDown_1fc22 0.25s ease forwards;
  }
}
/* ════════════════════════════════════════════════════════════════════════
   LIGHT MODE OVERRIDES
   Applied when useHeaderTheme resolves to 'light' (body without arco-theme="dark").
   ════════════════════════════════════════════════════════════════════════ */
.header_1fc22.light_1fc22 {
  /* ── Header background layers ── */
  /* ── Nav mega menu ── */
  /* ── Scrim ── */
  /* ── Column borders ── */
  /* ── Mega headings ── */
  /* ── Model items ── */
  /* ── Mega links (Build section) ── */
  /* ── Spotlight card ── */
  /* ── Nav links ── */
  /* ── CTA button (secondary/outline) ── */
  /* ── Pill button (filled, inside mega-menus) ── */
  /* ── Login link ── */
  /* ── User avatar ── */
  /* ── User dropdown ── */
  /* ── Brand dropdown (light — matches old Header implementation) ── */
  /* ── Inline arrow icon ── */
  /* ── Mobile hamburger ── */
  /* ── Mobile overlay ── */
  /* ── Mobile menu ── */
  /* ── Mobile user section ── */
}
.header_1fc22.light_1fc22::before {
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(56px) saturate(160%) brightness(1.1);
  -webkit-backdrop-filter: blur(56px) saturate(160%) brightness(1.1);
}
.header_1fc22.light_1fc22::after {
  background: #ffffff;
}
.header_1fc22.light_1fc22 .navMegaMenu_1fc22 {
  background: #ffffff;
  border-top-color: #eaedf1;
}
.header_1fc22.light_1fc22 .navDropdownScrim_1fc22 {
  background: rgba(255, 255, 255, 0.56);
}
.header_1fc22.light_1fc22 .navMegaModels_1fc22 {
  border-right-color: #eaedf1;
}
.header_1fc22.light_1fc22 .navMegaLearnColumnDivider_1fc22 {
  border-right-color: #eaedf1;
}
.header_1fc22.light_1fc22 .navMegaHeading_1fc22 {
  color: #86909c;
}
.header_1fc22.light_1fc22 .navMegaModelItem_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .navMegaModelTitle_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .navMegaModelDesc_1fc22 {
  color: #42464e;
}
.header_1fc22.light_1fc22 .navMegaLink_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .navMegaTextLink_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .spotlightCard_1fc22 {
  background: #f6f8fa;
}
.header_1fc22.light_1fc22 .spotlightTitle_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .spotlightDesc_1fc22 {
  color: #86909c;
}
.header_1fc22.light_1fc22 .spotlightMeterDot_1fc22 {
  background: rgba(0, 0, 0, 0.2);
}
.header_1fc22.light_1fc22 .spotlightMeterDotActive_1fc22 {
  background: #0c0d0e;
}
.header_1fc22.light_1fc22 .navLink_1fc22 {
  color: rgba(0, 0, 0, 0.6);
}
.header_1fc22.light_1fc22 .navLink_1fc22::after {
  background: #0c0d0e;
}
.header_1fc22.light_1fc22 .navLink_1fc22:hover {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .navDropdownOpen_1fc22 > .navLink_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .ctaButton_1fc22 {
  border-color: #dde2e9;
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .ctaButton_1fc22:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: #c9cdd4;
}
.header_1fc22.light_1fc22 .pillButton_1fc22 {
  background: #0c0d0e;
  color: #ffffff;
}
.header_1fc22.light_1fc22 .pillButton_1fc22:hover {
  background: #1d2129;
}
.header_1fc22.light_1fc22 .loginLink_1fc22 {
  color: #42464e;
}
.header_1fc22.light_1fc22 .loginLink_1fc22:focus-visible {
  outline-color: rgba(0, 0, 0, 0.2);
}
.header_1fc22.light_1fc22 .userAvatar_1fc22 {
  background-color: #0c0d0e;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
}
.header_1fc22.light_1fc22 .userDropdownMenu_1fc22 {
  background: #ffffff;
  border-color: #eaedf1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.header_1fc22.light_1fc22 .userDropdownHeader_1fc22 {
  border-bottom-color: #eaedf1;
}
.header_1fc22.light_1fc22 .userDropdownName_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .userDropdownEmail_1fc22 {
  color: #86909c;
}
.header_1fc22.light_1fc22 .userDropdownBody_1fc22 {
  background: #ffffff;
}
.header_1fc22.light_1fc22 .userDropdownItem_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .userDropdownItem_1fc22:hover {
  background-color: #f6f8fa;
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .userDropdownSignout_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .userDropdownSignout_1fc22:hover {
  color: #0c0d0e;
  background-color: #f6f8fa;
}
.header_1fc22.light_1fc22 .brand_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .brand_1fc22:focus-visible {
  outline-color: rgba(0, 0, 0, 0.2);
}
.header_1fc22.light_1fc22 .brandCaret_1fc22 {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.56;
}
.header_1fc22.light_1fc22 .brandTrigger_1fc22:focus-visible {
  outline-color: rgba(0, 0, 0, 0.2);
}
.header_1fc22.light_1fc22 .brandMenu_1fc22 {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.28);
}
.header_1fc22.light_1fc22 .brandMenuItem_1fc22:hover, .header_1fc22.light_1fc22 .brandMenuItem_1fc22:focus-visible {
  background: #f6f8fa;
}
.header_1fc22.light_1fc22 .brandMenuTitle_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .brandMenuDesc_1fc22 {
  color: #42464e;
}
.header_1fc22.light_1fc22 .inlineArrow_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileMenuButton_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileOverlay_1fc22 {
  background: rgba(255, 255, 255, 0.56);
}
.header_1fc22.light_1fc22 .mobileMenuSection_1fc22 {
  border-bottom-color: #eaedf1;
}
.header_1fc22.light_1fc22 .mobileMenuTab_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileSubmenu_1fc22 a {
  color: #42464e;
}
.header_1fc22.light_1fc22 .mobileSubmenu_1fc22 a:hover {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileMenuTopLink_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileMenuLoginLink_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileMenuSignoutLink_1fc22 {
  color: #42464e;
}
.header_1fc22.light_1fc22 .mobileMenuSignoutLink_1fc22:hover {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileMenuCta_1fc22 {
  border-color: #dde2e9;
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileMenuCta_1fc22:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: #c9cdd4;
}
.header_1fc22.light_1fc22 .mobileMenuUserAvatar_1fc22 {
  background-color: #0c0d0e;
  color: #ffffff;
}
.header_1fc22.light_1fc22 .mobileMenuUserName_1fc22 {
  color: #0c0d0e;
}
.header_1fc22.light_1fc22 .mobileMenuUserLink_1fc22 {
  color: #42464e;
}
.header_1fc22.light_1fc22 .mobileMenuUserLink_1fc22:hover {
  color: #0c0d0e;
}

/* Light mobile menu background override (needs to reach into &Open compound) */
@media (max-width: 920px) {
  .header_1fc22.light_1fc22 .mobileMenuOpen_1fc22 {
    background: #ffffff;
  }
}
@-webkit-keyframes textShine_9b861 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes textShine_9b861 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes textShine_9b861 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.linkBtn_9b861.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent !important;
  color: #42464e;
  padding: 0;
  height: 36px;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
  position: relative;
}
.linkBtn_9b861.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_9b861.arco-btn:not(.arco-btn-disabled):hover, .linkBtn_9b861.arco-btn:not(.arco-btn-disabled):active {
  color: #0c0d0e !important;
  background-color: transparent !important;
}
.linkBtn_9b861.arco-btn:not(.arco-btn-disabled):hover::after, .linkBtn_9b861.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_9b861.arco-btn:not(.arco-btn-disabled)::after {
  width: 100% !important;
}
.linkBtn_9b861.disableUnderline_9b861.arco-btn::after {
  display: none !important;
}

.iconBtn_9b861.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_9b861.arco-btn:not(.arco-btn-disabled) img,
.iconBtn_9b861.arco-btn:not(.arco-btn-disabled) svg {
  width: 20px;
  height: 20px;
}
.iconBtn_9b861.arco-btn:not(.arco-btn-disabled):hover, .iconBtn_9b861.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_9b861.arco-btn:not(.arco-btn-disabled) {
  background-color: transparent;
  color: #0c0d0e;
  border: 1px solid #dde2e9 !important;
  box-shadow: none !important;
  height: 28px;
  padding: 0 12px;
  border-radius: 1000px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.outlineBtn_9b861.arco-btn:not(.arco-btn-disabled):hover {
  background-color: #f6f8fa !important;
  border-color: #b8bfc8 !important;
  color: #0c0d0e !important;
}
.outlineBtn_9b861.arco-btn:not(.arco-btn-disabled):active {
  background-color: #e5e8eb !important;
}

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

.textBtn_9b861.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_9b861.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_9b861.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) {
  color: #1664ff !important;
}
.textBtn_9b861.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) .icon,
.textBtn_9b861.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) .iconMask_9b861 {
  -webkit-transform: translateX(4px);
     -moz-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
.textBtn_9b861.dark_9b861.arco-btn:not(.arco-btn-disabled) {
  color: #ffffff;
}
.textBtn_9b861.dark_9b861.arco-btn:not(.arco-btn-disabled):hover:not(:disabled) {
  color: #c5c5c5 !important;
}
.textBtn_9b861 .iconMask_9b861 {
  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_9b861.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_9b861 8s linear infinite reverse;
}

.featuredBtn_9b861.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_9b861.arco-btn:not(.arco-btn-disabled) .featuredIcon_9b861 {
  width: 12px;
  height: 12px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
}
.featuredBtn_9b861.arco-btn:not(.arco-btn-disabled) .featuredIcon_9b861::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_9b861.arco-btn:not(.arco-btn-disabled) .featuredText_9b861 {
  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_9b861.arco-btn:not(.arco-btn-disabled):hover .featuredIcon_9b861::before,
.featuredBtn_9b861.arco-btn:not(.arco-btn-disabled):hover .featuredText_9b861 {
  animation: textShine_9b861 4s linear infinite reverse;
}
@charset "UTF-8";
.affix_880d9 {
  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_880d9[data-hidden=true] {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

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

.container_880d9 {
  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_880d9 * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 1280px) {
  .container_880d9 {
    padding: 0;
  }
}
.container_880d9[data-hidden=true] {
  box-shadow: none;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.container_880d9[data-scrolled=true] {
  box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(29, 33, 41, 0.1019607843);
  border-bottom: 1px solid #eaedf1;
}

.containerSearchActive_880d9 {
  overflow: visible;
}

.main_880d9 {
  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_880d9 {
    width: 1200px;
  }
}
@media (min-width: 1681px) {
  .main_880d9 {
    width: 1440px;
  }
}

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

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

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

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

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

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

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

.featuredWrapper_880d9 {
  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_880d9 {
  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_880d9 {
  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_880d9:active {
  opacity: 0.7;
}

.mobileTitle_880d9 {
  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_880d9 {
  display: none;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .mainLeftNav_880d9 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.mainLeftNav_880d9 .arco-btn {
  padding: 0 12px;
}

.mainLeftScroll_880d9 > .arco-tabs-header-nav:before {
  display: none;
}
.mainLeftScroll_880d9 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.mainLeftScroll_880d9 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-title {
  margin: 0;
  padding: 0;
}
.mainLeftScroll_880d9 > .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_880d9 > .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_880d9 > .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_880d9 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-header-wrapper > .arco-tabs-header > .arco-tabs-header-ink {
  display: none;
}
.mainLeftScroll_880d9 > .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_880d9 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-left-icon > svg {
  stroke-width: 6px;
}
.mainLeftScroll_880d9 > .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_880d9 > .arco-tabs-header-nav > .arco-tabs-header-scroll > .arco-tabs-right-icon > svg {
  stroke-width: 6px;
}
.mainLeftScroll_880d9[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_880d9 {
  cursor: pointer;
  margin-top: 4px;
  display: block;
}
@media (min-width: 1280px) {
  .mobileMenuIcon_880d9 {
    display: none;
  }
}
.mobileMenuIcon_880d9 svg {
  font-size: 20px;
}

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

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

.userAvatar_880d9 {
  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_880d9 .arco-dropdown-menu-inner {
  padding: 0 !important;
}
.dropdownMenu_880d9 .arco-dropdown-menu-item {
  border-radius: 0 !important;
  color: var(--color-text-1) !important;
  height: 36px !important;
  line-height: 36px !important;
}
.dropdownMenu_880d9 .arco-dropdown-menu-item:not(:last-child) {
  margin-bottom: 0 !important;
}
.dropdownMenu_880d9 .arco-dropdown-menu-item:hover,
.dropdownMenu_880d9 .arco-dropdown-menu-pop-header:hover {
  color: var(--color-text-1) !important;
  background-color: #f1f3f5 !important;
}
.dropdownMenu_880d9 .arco-dropdown-menu-item:not(.arco-dropdown-menu-disabled):hover:before {
  display: none !important;
}

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

@media (min-width: 768px) {
  .mobile-display-only_880d9 {
    display: none !important;
  }
}

/* ── Brand Dropdown (light theme) ── */
.brandDropdown_880d9 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  z-index: 2;
  padding: 10px 8px 18px 0;
  margin: -10px 0 -18px 0;
}

.brandLogoLink_880d9 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-decoration: none;
  margin-right: 8px;
}

.brandTrigger_880d9 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.brandTrigger_880d9:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: 4px;
  border-radius: 4px;
}

.brandCaret_880d9 {
  width: 12px;
  height: 12px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
  opacity: 0.56;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.brandMenu_880d9 {
  position: absolute;
  top: -webkit-calc(100% - 10px);
  top: -moz-calc(100% - 10px);
  top: calc(100% - 10px);
  left: -10px;
  display: grid;
  gap: 4px;
  min-width: 388px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2784313725);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.brandMenuItem_880d9 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 4px;
  min-height: 68px;
  padding: 12px 14px;
  border: 0;
  border-radius: 8px;
  background: none;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.brandMenuItem_880d9:hover, .brandMenuItem_880d9:focus-visible {
  background: #F6F8FA;
  outline: none;
}

.brandMenuTitle_880d9 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0C0D0E;
}

.brandMenuDesc_880d9 {
  font-size: 12px;
  line-height: 18px;
  color: #42464E;
}

.brandDropdownOpen_880d9 .brandMenu_880d9 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.brandDropdownOpen_880d9 .brandCaret_880d9 {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}

@media (max-width: 767px) {
  .brandDropdown_880d9 {
    display: none;
  }
}
.button_e1b09 {
  cursor: pointer;
}

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

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

.footerPopoverContent_e1b09 {
  padding-bottom: 8px;
}

.dropdownMenu_e1b09 {
  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_e1b09 {
  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_e1b09:hover {
  background-color: #f6f8fa;
}

.footerButton_e1b09 {
  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_e1b09:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}
.footerButton_e1b09 img {
  width: 20px;
  height: 20px;
}
.footerButton_e1b09 span {
  font-size: 14px;
  line-height: 20px;
}
.trigger_be366 {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  cursor: pointer;
}

.popoverContainer_be366 {
  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_be366 {
  opacity: 1;
  pointer-events: auto;
}

.popoverContent_be366 {
  -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_be366 .popoverContent_be366 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes gradientScroll_4302d {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes gradientScroll_4302d {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes gradientScroll_4302d {
  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_4302d {
  position: relative;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 36px;
  background: transparent;
  cursor: pointer;
  border: none;
  width: 20px;
}
@media (max-width: 1023px) {
  .searchBar_4302d {
    display: none;
  }
}

.searchBarInner_4302d {
  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;
}

.searchIcon_4302d,
.searchPlaceholder_4302d {
  position: relative;
  z-index: 1;
}

.searchIcon_4302d {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

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

.dropdownMenu_dcc2b {
  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_dcc2b {
  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_dcc2b:hover {
  background-color: #f6f8fa;
  color: #1664ff;
}
.menuItem_dcc2b:hover .menuIcon_dcc2b svg path {
  fill: #1664ff;
}
.menuItem_dcc2b:hover .menuIcon_dcc2b 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_dcc2b {
  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_dcc2b svg {
  width: 20px;
  height: 20px;
}
.menuIcon_dcc2b svg path {
  fill: #4e5969;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}
.menuIcon_dcc2b 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_dcc2b {
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  font-size: 14px;
  line-height: 20px;
}

.signOutButton_dcc2b {
  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_dcc2b:hover {
  background-color: #f6f8fa;
  border-color: #c9cdd4;
}
@-webkit-keyframes pulse_cbaed {
  0% {
    background-position: 200% 0;
  }
  57.14% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-moz-keyframes pulse_cbaed {
  0% {
    background-position: 200% 0;
  }
  57.14% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pulse_cbaed {
  0% {
    background-position: 200% 0;
  }
  57.14% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeletonContainer_cbaed {
  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_cbaed {
  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_cbaed {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
@media (min-width: 1280px) and (max-width: 1680px) {
  .pcView_cbaed {
    width: 1200px;
  }
}
@media (min-width: 1681px) {
  .pcView_cbaed {
    width: 1440px;
  }
}

@media (min-width: 1281px) {
  .pcViewFullWidth_cbaed {
    width: 100% !important;
    padding: var(--content-padding) !important;
  }
}
.pcViewFullWidth_cbaed .leftSection_cbaed {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
}
.pcViewFullWidth_cbaed .rightSection_cbaed {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
.pcViewFullWidth_cbaed .logo_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 120px;
  height: 20px;
  margin-right: 12px;
}
.pcViewFullWidth_cbaed .featured_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 110px;
  height: 16px;
}
.pcViewFullWidth_cbaed .divider_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 1px;
  height: 24px;
  border-radius: 0;
}
.pcViewFullWidth_cbaed .navTab_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.pcViewFullWidth_cbaed .linkButton_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.pcViewFullWidth_cbaed .signupButton_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 80px;
  height: 36px;
  border-radius: 1000px;
}

.tabletView_cbaed {
  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_cbaed {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.tabletView_cbaed .leftSection_cbaed {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.tabletView_cbaed .rightSection_cbaed {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
.tabletView_cbaed .logo_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 120px;
  height: 20px;
}
.tabletView_cbaed .linkButton_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.tabletView_cbaed .signupButton_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 80px;
  height: 36px;
  border-radius: 1000px;
}
.tabletView_cbaed .hamburger_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.mobileView_cbaed {
  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_cbaed {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.mobileView_cbaed .leftSection_cbaed {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.mobileView_cbaed .rightSection_cbaed {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
.mobileView_cbaed .logo_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 120px;
  height: 20px;
}
.mobileView_cbaed .linkButton_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 60px;
  height: 16px;
}
.mobileView_cbaed .hamburger_cbaed {
  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_cbaed 7s ease-in-out infinite;
     -moz-animation: pulse_cbaed 7s ease-in-out infinite;
          animation: pulse_cbaed 7s ease-in-out infinite;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.backdrop_fc36b {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 998;
}

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

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

@keyframes gradientScroll_fc36b {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-webkit-keyframes expandFromTrigger_fc36b {
  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_fc36b {
  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_fc36b {
  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_fc36b {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes slowFadeIn_fc36b {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowFadeIn_fc36b {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutGradient_fc36b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOutGradient_fc36b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutGradient_fc36b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes collapseToTrigger_fc36b {
  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_fc36b {
  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_fc36b {
  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_fc36b {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeInGradient_fc36b {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInGradient_fc36b {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes quickFadeOut_fc36b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes quickFadeOut_fc36b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes quickFadeOut_fc36b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.searchWrapper_fc36b {
  -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_fc36b {
  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_fc36b 0.1s ease-out forwards;
     -moz-animation: expandFromTrigger_fc36b 0.1s ease-out forwards;
          animation: expandFromTrigger_fc36b 0.1s ease-out forwards;
}
.searchCard_fc36b::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_fc36b 3s linear infinite, fadeOutGradient_fc36b 0.4s ease-out 0.3s forwards;
     -moz-animation: gradientScroll_fc36b 3s linear infinite, fadeOutGradient_fc36b 0.4s ease-out 0.3s forwards;
          animation: gradientScroll_fc36b 3s linear infinite, fadeOutGradient_fc36b 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_fc36b.closing_fc36b {
  -webkit-animation: collapseToTrigger_fc36b 0.2s ease-in forwards;
     -moz-animation: collapseToTrigger_fc36b 0.2s ease-in forwards;
          animation: collapseToTrigger_fc36b 0.2s ease-in forwards;
}
.searchCard_fc36b.closing_fc36b::after {
  -webkit-animation: gradientScroll_fc36b 3s linear infinite, fadeInGradient_fc36b 0.1s ease-in forwards;
     -moz-animation: gradientScroll_fc36b 3s linear infinite, fadeInGradient_fc36b 0.1s ease-in forwards;
          animation: gradientScroll_fc36b 3s linear infinite, fadeInGradient_fc36b 0.1s ease-in forwards;
}

.expandedSearch_fc36b {
  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_fc36b > * {
  opacity: 0;
  -webkit-animation: slowFadeIn_fc36b 0.15s ease-out 0.1s forwards;
     -moz-animation: slowFadeIn_fc36b 0.15s ease-out 0.1s forwards;
          animation: slowFadeIn_fc36b 0.15s ease-out 0.1s forwards;
}
.closing_fc36b .expandedSearch_fc36b > * {
  -webkit-animation: quickFadeOut_fc36b 0.1s ease-in forwards;
     -moz-animation: quickFadeOut_fc36b 0.1s ease-in forwards;
          animation: quickFadeOut_fc36b 0.1s ease-in forwards;
}

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

.searchInput_fc36b {
  -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_fc36b::-webkit-input-placeholder {
  color: #737a87;
}
.searchInput_fc36b::-moz-placeholder {
  color: #737a87;
}
.searchInput_fc36b:-ms-input-placeholder {
  color: #737a87;
}
.searchInput_fc36b::-ms-input-placeholder {
  color: #737a87;
}
.searchInput_fc36b::placeholder {
  color: #737a87;
}

.submitBtn_fc36b {
  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_fc36b:hover {
  background-color: #5a5f68;
}
.submitBtn_fc36b svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resultsDropdown_fc36b {
  border-top: 1px solid #e5e6eb;
  opacity: 0;
  -webkit-animation: slowFadeIn_fc36b 0.15s ease-out 0.15s forwards;
     -moz-animation: slowFadeIn_fc36b 0.15s ease-out 0.15s forwards;
          animation: slowFadeIn_fc36b 0.15s ease-out 0.15s forwards;
}
.closing_fc36b .resultsDropdown_fc36b {
  -webkit-animation: quickFadeOut_fc36b 0.1s ease-in forwards;
     -moz-animation: quickFadeOut_fc36b 0.1s ease-in forwards;
          animation: quickFadeOut_fc36b 0.1s ease-in forwards;
}

.resultsList_fc36b {
  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_c0bd0 {
  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_c0bd0:hover {
  background-color: #f7f8fa;
}

.icon_c0bd0 {
  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_c0bd0 {
  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_c0bd0 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #0c0d0e;
}

.description_c0bd0 {
  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_c0bd0 {
  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;
}
@media (max-width: 1036px) {
  .rightSection_c0bd0 {
    display: none;
  }
}

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

.actionBtn_c0bd0 {
  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_c0bd0:hover {
  border-color: #b7bcc5;
  background-color: #f7f8fa;
}

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

.chevron_c0bd0 {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 16px;
  height: 16px;
}
@charset "UTF-8";
/* ─── Design tokens (inlined for package self-containment) ─── */
.footerWrapper_083fb {
  position: relative;
  z-index: 6;
  background: #0c0d0e;
  /* Override shared Footer's .body width (1200px / 1440px) → 1408px cap */
}
.footerWrapper_083fb [class*=body] {
  width: min(1408px, 100% - 32px) !important;
}
.footerWrapper_083fb [class*=container] {
  padding: 0;
}
.footerWrapper_083fb [class*=navListItem] {
  margin-bottom: 16px;
}

/* ── Back to top (inside the footer bottom bar via slot) ── */
.backToTop_083fb {
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 36px;
  margin: 0;
  padding: 5px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}
.backToTop_083fb:hover, .backToTop_083fb:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.34);
  outline: none;
}

.backToTopIcon_083fb {
  display: block;
  width: 12px;
  height: 12px;
}
@charset "UTF-8";
/* ── Megatype carousel (above footer) ── */
.megatypeShell_ec6c0 {
  width: min(1408px, 100% - 32px);
  margin: 0 auto;
  padding: 80px 0 0;
  opacity: 0;
  -webkit-transform: translateY(72px);
     -moz-transform: translateY(72px);
       -o-transform: translateY(72px);
          transform: translateY(72px);
}

.revealed_ec6c0 {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -o-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), -moz-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1), -moz-transform 1s cubic-bezier(0.16, 1, 0.3, 1), -o-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.megatype_ec6c0 {
  position: relative;
  display: grid;
  grid-template-columns: 1092fr 316fr;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  gap: 0;
  width: 100%;
  aspect-ratio: 1408/234;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.megatypeWordmark_ec6c0 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.megatypeIconViewport_ec6c0 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.megatypeIconTrack_ec6c0 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: auto;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: -o-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), -moz-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), -moz-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), -o-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.megatypeIconTrackResetting_ec6c0 {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.megatypeIcon_ec6c0 {
  display: block;
  width: 100%;
  max-height: 100%;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

@media (max-width: 920px) {
  .megatypeShell_ec6c0 {
    padding: 48px 0 24px;
  }
}
.container_303ae {
  background: #0c0d0e;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .container_303ae {
    padding: 0 32px;
  }
}

.body_303ae {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  .body_303ae {
    padding-bottom: 32px;
  }
}
@media (min-width: 1280px) and (max-width: 1680px) {
  .body_303ae {
    width: 1200px;
  }
}
@media (min-width: 1681px) {
  .body_303ae {
    width: 1440px;
  }
}

.mainContent_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 80px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .mainContent_303ae {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .mainContent_303ae {
    padding-bottom: 64px;
    border-bottom: 1px solid #42464e;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .mainContent_303ae {
    gap: 64px;
  }
}
@media (min-width: 1681px) {
  .mainContent_303ae {
    gap: 120px;
  }
}

.leftSection_303ae {
  display: none;
}
@media (min-width: 1280px) {
  .leftSection_303ae {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 40px;
    min-width: 168px;
  }
}

.logo_303ae {
  width: 41px;
  height: auto;
}
@media (max-width: 1279px) {
  .logo_303ae {
    display: none;
  }
}

.socialIcons_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 16px;
}
@media (max-width: 1279px) {
  .socialIcons_303ae {
    gap: 32px;
  }
}
.socialIcons_303ae a {
  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;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.socialIcons_303ae a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.socialIcons_303ae a img {
  width: 20px;
  height: 20px;
}

.navColumns_303ae {
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  .navColumns_303ae {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 120px;
  }
}
@media (min-width: 1024px) {
  .navColumns_303ae {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1681px) {
  .navColumns_303ae {
    gap: 48px;
  }
}

.navList_303ae {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.navGroup_303ae {
  margin-bottom: 48px;
}
.navGroup_303ae:last-child {
  margin-bottom: 0;
}

.navListTitle_303ae {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 24px;
}

.navListItem_303ae {
  max-width: 240px;
  margin-bottom: 16px;
}
.navListItem_303ae:last-child {
  margin-bottom: 0;
}
.navListItem_303ae a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.1s border-bottom linear;
  -o-transition: 0.1s border-bottom linear;
  -moz-transition: 0.1s border-bottom linear;
  transition: 0.1s border-bottom linear;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.7) !important;
  display: inline-block;
}
.navListItem_303ae a:hover {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.bottom_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  border-top: 1px solid #42464e;
  padding-top: 20px;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .bottom_303ae {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .bottom_303ae {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding-top: 28px;
    margin-top: 0;
    border-top: none;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

.bottomLeft_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 8px;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .bottomLeft_303ae {
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .bottomLeft_303ae {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}

.bottomLeftSecondLine_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 8px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 12px;
}

.bottomLeftText_303ae {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.bottomLeftText_303ae a {
  color: #ffffff !important;
  text-decoration: none !important;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.bottomLeftText_303ae a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.copyrightDivider_303ae {
  width: 1px;
  height: 17px;
  background-color: #42464e;
  margin: 0 6px;
}

.bottomLeftDivider_303ae {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.bottomCenter_303ae {
  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;
}

.bottomRightGroup_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
  margin-left: auto;
}

.bottomRight_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .bottomRight_303ae {
    display: none;
  }
}

.mention_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .mention_303ae {
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .mention_303ae {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}

.mentionText_303ae {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
}

.mentionLink_303ae {
  line-height: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.mentionLink_303ae img {
  height: 16px;
  width: auto;
}

.mobileFooter_303ae {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .mobileFooter_303ae {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    gap: 0;
  }
}

.socialIconsMobile_303ae {
  display: none;
}
@media (max-width: 1279px) {
  .socialIconsMobile_303ae {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 32px;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .socialIconsMobile_303ae a {
    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;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .socialIconsMobile_303ae a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .socialIconsMobile_303ae a img {
    width: 20px;
    height: 20px;
  }
}

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

.languageSwitcherMobile_303ae {
  display: none;
}
@media (max-width: 1279px) {
  .languageSwitcherMobile_303ae {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.promoNotice_455b9 {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 160;
  width: min(400px, 100vw - 48px);
  padding: 16px;
  border: 1px solid #2c3033;
  border-radius: 12px;
  background: rgba(33, 36, 38, 0.92);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, 18px, 0) scale(0.97);
     -moz-transform: translate3d(0, 18px, 0) scale(0.97);
          transform: translate3d(0, 18px, 0) scale(0.97);
  -webkit-transform-origin: right bottom;
     -moz-transform-origin: right bottom;
       -o-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s ease, -webkit-transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s ease, -webkit-transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s ease, -o-transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s ease, -moz-transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s ease;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s ease, -webkit-transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), -moz-transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), -o-transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.isVisible_455b9 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
     -moz-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.header_455b9 {
  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;
}

.eyebrow_455b9 {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.closeButton_455b9 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  opacity: 0.92;
}
.closeButton_455b9:hover, .closeButton_455b9:focus-visible {
  opacity: 1;
  outline: none;
}

.body_455b9 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.copy_455b9 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex: 0 0 200px;
     -moz-box-flex: 0;
          flex: 0 0 200px;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.text_455b9 {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 8px;
}
.text_455b9 h3, .text_455b9 p {
  margin: 0;
}
.text_455b9 h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.text_455b9 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.cta_455b9 {
  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;
  min-height: 32px;
  padding: 5px 16px;
  border-radius: 1000px;
  background: #ffffff;
  color: #0c0d0e;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.039px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cta_455b9:hover {
  opacity: 0.85;
}

.visual_455b9 {
  position: relative;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  min-width: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #1e2124;
}
.visual_455b9 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .promoNotice_455b9 {
    right: 8px;
    bottom: 8px;
    width: -webkit-calc(100vw - 16px);
    width: -moz-calc(100vw - 16px);
    width: calc(100vw - 16px);
  }
  .body_455b9 {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .copy_455b9 {
    -webkit-flex: none;
       -moz-box-flex: 0;
            flex: none;
  }
  .visual_455b9 {
    display: none;
  }
}

/*# sourceMappingURL=4596.af58b0ec.css.map*/