body {
  margin: 0;
  font-family: var(--baseFontFamily);
  color: var(--colorTextDefault);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

label,
input,
button,
select,
textarea {
  font-size: var(--fontSizeBase);
  font-weight: normal;
  line-height: 20px; /* @baseLineHeight; */
}

input,
button,
select,
textarea {
  font-family: var(--baseFontFamily);
}

ul {
  padding: 0;
}

/* Mimic Bootstrap styles for links, inputs and buttons */
a {
  color: var(--colorLinkDefault);
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

/* Override Checkbox disabled style solely for Signup app */
.Checkbox__label.is-disabled {
  opacity: var(--disabledOpacity);
}

.signup_App_app_6de {
  display: flex;
  min-height: 100vh;
}

/* TODO: This can be replaced with the OverlayContainer component */
.signup_App_lowerRightScreenWrapper_29e {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  z-index: 102; /* 1 above LeftNav's z-index */
  gap: var(--spacing-12);
}

.MainLoader_MainLoader_685 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Main_main_d05 {
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  max-width: 994px;
  position: relative;
  flex: 0 1 100%;
}

@media screen and (min-width: 768px) {

.Main_main_d05 {
    flex: 0 1 72%;
    padding-top: 100px;
}
  }

.Main_content_9b6 {
  width: 100%;
  max-width: 600px;
}

.OnboardingFrame_splitScreen_6ac {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex: 1;
  flex-direction: row;
}

.OnboardingFrame_fullScreenCenter_295 {
  display: flex;
  flex: 1;
  padding: var(--spacing-40) 56px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {

.OnboardingFrame_fullScreenCenter_295 {
    padding: var(--spacing-16);
}
  }

.OnboardingFrame_left_cce {
  --xPaddingMediumUp: 56px;
  --xPaddingSmallOnly: 16px;

  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-40) var(--xPaddingMediumUp) var(--spacing-16)
    var(--xPaddingMediumUp);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {

.OnboardingFrame_left_cce {
    /* Don't allow the form to be wider than 50% of the screen */
    max-width: calc(50vw - var(--xPaddingMediumUp) * 2);
}
  }

@media screen and (max-width: 767px) {

.OnboardingFrame_left_cce {
    flex: 1;
    padding: var(--xPaddingSmallOnly);
}
  }

.OnboardingFrame_formContent_41d {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 13px;

  /* Account for the sticky footer height */
  padding-bottom: var(--spacing-64);
}

.OnboardingFrame_right_5ad {
  flex: 0 0 50%;
  background: linear-gradient(180deg, #eaf1ff 0%, #fff 100%), #fff;
  display: flex;
}

@media screen and (max-width: 767px) {

.OnboardingFrame_right_5ad {
    display: none;
}
  }

.OnboardingFrame_fullLogo_f22 {
  width: 102px;
  margin-bottom: var(--spacing-48);
}

.OnboardingFrame_logo_43a {
  width: 35px;
  margin-bottom: var(--spacing-8);
}

.OnboardingFrame_formContainer_d04 {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.OnboardingFrame_form_47e {
  display: flex;
}

.OnboardingImage_center_b68 {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.OnboardingImage_image_159 {
  width: 480px;
  max-width: 50%;
}

.OnboardingMobilePromotion_main_e96 {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  max-width: 100vw;
}

.OnboardingMobilePromotion_logo_6e7 {
  width: 64px;
  margin: 0 auto;
}

.OnboardingMobilePromotion_promo_990 {
  margin: 0 16px;
  max-width: calc(100vw - 32px);
  height: auto;
}

.OnboardingMobilePromotion_link_6a0 {
  color: var(--colorTextLight);
  font-size: var(--fontSizeBase);
}

.OnboardingStepLayout_title_326 {
  color: var(--colorTextDefault);
  padding-bottom: var(--spacing-24);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.OnboardingStepLayout_badgeContainer_58d {
  display: flex;
  margin-left: var(--spacing-16);
  margin-top: 2px;
}

.OnboardingStepLayout_full_ed5 {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.OnboardingStepLayout_content_032 {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.OnboardingStepLayout_mainContent_b3d {
  margin-top: var(--spacing-32);
  flex: 1;
}

@media screen and (max-width: 767px) {

.OnboardingStepLayout_mainContent_b3d {
    margin-top: var(--spacing-24);
}
  }

.OnboardingProgress_progressBarContainer_c4f {
  display: flex;
}

.OnboardingProgress_progressBar_975 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 8px;
  background-color: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
}

.OnboardingProgress_progress_0b6 {
  background-color: var(--bgActive);
  border-radius: 5px;
}


  .Field_Field_643.Field_withMargin_938 {
    margin-bottom: 20px;
  }

.Field_content_ebe {
  display: flex;
  align-items: center;
}

.Field_content_ebe.Field_errorBottom_23a {
    flex-direction: column;
    align-items: inherit;
  }

div.Field_label_771,
label.Field_label_771 {
  /* TODO: remove hardcoded value and set on consumer container
     https://github.com/closeio/closeio/issues/18925
     this could then be set to 100% all the time */
  width: 340px;
  margin: 0;
  font-size: 14px;
}

.Field_disabled_2b1:is(div.Field_label_771,label.Field_label_771) {
    cursor: default;
  }

.Field_fullWidth_2b3:is(div.Field_label_771,label.Field_label_771) {
    width: 100%;
  }

.Field_labelText_575 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  line-height: 16px;
  font-weight: var(--fontWeightBold);
}

.Field_disabled_2b1 > .Field_labelText_575 {
    opacity: 0.5;
  }

.Field_description_66c {
  margin-top: 8px;
  color: var(--colorTextMedium);
  line-height: 16px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.Field_error_3b7 {
  color: var(--colorTextDanger);
  padding-left: 20px;
}

.Field_error_3b7.Field_rightWithLabel_e26 {
    margin-top: 24px;
  }

.Field_error_3b7.Field_bottom_07b {
    margin-top: 5px;
    width: 100%;
    padding: 0;
  }

.Field_errorIcon_71e {
  margin-right: 5px;
}

.Field_required_0c2 {
  color: var(--colorTextDanger);
}

.FormikAdapter_FormikField_input_bb1,

.FormikAdapter_FormikField_input_bb1[type] {
  /* We don't want input elements to have margins themselves by default.
     Margins can be added on the Field level, or if necessary by passing
     inputComponentClassName to FormikField with a margin in place */
  margin: 0;

  /* Always stretch inputs to 100% of the FormikField by default. */
  box-sizing: border-box;
  width: 100%;

  /* Bootstrap isn't applying border-box which means we have to also tweak
     the default height to accommodate this. */
}[type='text']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='password']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='datetime']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='datetime-local']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='date']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='month']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='time']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='week']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='number']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='email']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='url']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='search']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='tel']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]),[type='color']:is(.FormikAdapter_FormikField_input_bb1,.FormikAdapter_FormikField_input_bb1[type]) {
    height: var(--inputHeightSmall);
  }

.AutoTextarea_FormikAutoTextarea_textarea_85f {
  width: 100%;
  min-height: calc(
    var(--inputHeightSmall) * 2 - var(--inputVerticalPaddingSmall) * 2
  );
  margin-bottom: 0;
  box-sizing: border-box;
}

.subComponents_SelectLabel_root_d35 {
  position: relative;
  padding: 4px 16px 4px 40px; /* 24px total height */
  font-size: var(--fontSizeBase);
}

.subComponents_SelectLabel_icon_49f {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 0;
  width: 40px;
  padding-top: 2px;
}

/* This wrapper moves the item "top" – as used when computing the position
   needed to scroll the item into view. This prevents keyboard navigation from
   scrolling items to a point underneath a sticky search input.

   TODO: once compute-scroll-into-view (used by downshift) supports the
   `scroll-margin-top` css prop, use that instead.
   https://github.com/scroll-into-view/compute-scroll-into-view/issues/831 */
.subComponents_SelectRow_root_753 {
  position: relative;
  pointer-events: none;
  padding-top: var(--select-menu-fixed-header-height, 0);
  margin-top: calc(-1 * var(--select-menu-fixed-header-height, 0));
}
.subComponents_SelectRow_root_753 .subComponents_SelectRow_inner_f1b {
    pointer-events: auto;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
  }
.subComponents_SelectRow_highlighted_116:is(.subComponents_SelectRow_root_753 .subComponents_SelectRow_inner_f1b) {
      background-color: var(--bgMenuItemHover);
    }
.subComponents_SelectRow_disabled_f80:is(.subComponents_SelectRow_root_753 .subComponents_SelectRow_inner_f1b) {
      cursor: not-allowed;
      opacity: var(--disabledOpacity);
      -webkit-user-select: none;
              user-select: none;
    }

.BottomSheet_backdrop_497 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--zindexModalBackdrop);
  background-color: transparent;
  transition: background-color 300ms ease-in-out;
}

.BottomSheet_backdrop_497.BottomSheet_afterOpen_f89 {
    background-color: var(--colorBgBackdrop);
  }

.BottomSheet_backdrop_497.BottomSheet_beforeClose_671 {
    background-color: transparent;
  }

.BottomSheet_sheet_b1a {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: var(--zIndexModal);
  background-color: var(--colorBgBottomsheet);
  border-radius: 7px 7px 0 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 400ms cubic-bezier(0.28, 0.03, 0.25, 1);
  /* always leave some room for the backdrop */
  max-height: calc(100vh - 120px);
}

.BottomSheet_sheet_b1a:focus {
    outline: none;
  }

.BottomSheet_sheet_b1a.BottomSheet_afterOpen_f89 {
    transform: translate3d(0, 0, 0);
  }

.BottomSheet_sheet_b1a.BottomSheet_beforeClose_671 {
    transform: translate3d(0, 100%, 0);
  }

.BottomSheet_fixedHeight_193 {
  height: calc(100vh - 120px);
}

.BottomSheet_header_51c {
  padding: var(--spacing-16);
  border-bottom: 1px solid var(--borderDefault);
}

.BottomSheet_headerUpper_197 {
  display: flex;
  gap: var(--spacing-8);
  align-items: center;
}

.BottomSheet_title_6f7 {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}

.BottomSheet_scrollContainer_66d {
  min-height: 0;
  overflow-y: auto;
}

.BottomSheet_scrollContainerInner_ac9 {
  padding: var(--spacing-8) 0 var(--spacing-32);
}

.BottomSheet_scrollContainerInner_ac9.BottomSheet_withFooter_dd7 {
    padding-bottom: 0;
  }

.subComponents_SelectInlineButton_wrapper_121 {
  position: relative;
}

.subComponents_SelectInlineButton_button_52a {
  cursor: pointer;

  box-sizing: border-box;
  width: 100%;
  padding: 3px 24px 3px 8px;
  border: 1px solid transparent;
  border-radius: var(--baseBorderRadius);

  color: var(--colorTextDefault);

  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* button reset */
  appearance: none;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.subComponents_SelectInlineButton_button_52a.subComponents_SelectInlineButton_tiny_10f {
    font-size: var(--inputFontSizeTiny);
    line-height: 20px;
  }

.subComponents_SelectInlineButton_button_52a.subComponents_SelectInlineButton_small_08e {
    font-size: 14px;
    line-height: 23px;
  }

.subComponents_SelectInlineButton_button_52a.subComponents_SelectInlineButton_placeholder_9b3 {
    color: var(--colorTextLight);
  }

.subComponents_SelectInlineButton_button_52a.subComponents_SelectInlineButton_isOpen_359,.subComponents_SelectInlineButton_button_52a:hover {
    border: 1px solid var(--borderDefault);
    background-color: var(--surfaceBackgroundDefault);
  }

.subComponents_SelectInlineButton_button_52a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 6px;
    width: calc(100% - 12px);
    border-top: 1px solid var(--borderDefault);
  }

.subComponents_SelectInlineButton_button_52a.subComponents_SelectInlineButton_isDisabled_a01 {
    cursor: not-allowed;
    color: var(--colorTextLight);
    background-color: var(--formBackgroundDisabled);
  }

.subComponents_SelectInlineButton_icon_e7b {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--colorIconDefault);
}

@layer atom {
  .subComponents_SelectInput_inputWrap_9e1 {
    --iconGap: 32px;
    position: relative;
  }

  .subComponents_SelectInput_flex_d6a {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
  }

  .subComponents_SelectInput_selectInput_5fa[type='search'] {
    background-color: var(--formBackground);
    /* TODO [darkmode] needs an alias, or --borderFocus needs updating */
    --colorButtonFocusRingDefault: var(--colorBlue20);

    padding-right: var(--iconGap);
    padding-left: 10px; /* Match the content of the select */
    -webkit-appearance: none; /* Fix border-radius issue on Mobile Safari */
    cursor: pointer;

    /* special styles for Select inputs that are embedded in elements that render */
    /* their own border and padding, e.g. the compose form (Send As & Templates) */
  }
    .subComponents_SelectInput_selectInput_5fa.subComponents_SelectInput_noBorder_8d9[type='search'] {
      width: auto;
      border: 1px solid transparent;
      box-shadow: none;
      width: 100%;
      transition: none;
      background-color: transparent;

      /* override */
    }
      .subComponents_SelectInput_selectInput_5fa.subComponents_SelectInput_noBorder_8d9[type='search']:focus {
        outline: none !important;

        /* match buttons */
        /* TODO: move be the default focus styles for all selects */
        border-color: var(--formBorderFocused);
      }

    .subComponents_SelectInput_selectInput_5fa.subComponents_SelectInput_hasError_66a[type='search'] {
      border-color: var(--formBorderDanger);
    }

    .subComponents_SelectInput_selectInput_5fa[type='search']:disabled {
      background-color: var(--formBackgroundDisabled);
    }

    /* hide placeholder text when disabled */
    .subComponents_SelectInput_selectInput_5fa[type='search']:disabled,.subComponents_SelectInput_selectInput_5fa[type='search']:disabled::placeholder {
      color: transparent;
    }

    /* By default, readonly inputs get a grey BG (global stylesheet) */
    /* which we don't want. But we do want disabled readonly inputs to get that BG. */
    .subComponents_SelectInput_selectInput_5fa[type='search'][readonly]:not(:disabled) {
      background-color: var(--formBackground);
    }

    .subComponents_SelectInput_tiny_589 .subComponents_SelectInput_selectInput_5fa[type='search'] {
      height: var(--inputHeightTiny);
      padding-left: var(--inputHorizontalPaddingTiny);
      font-size: var(--inputFontSizeTiny);
    }

    .subComponents_SelectInput_small_70c .subComponents_SelectInput_selectInput_5fa[type='search'] {
      height: 32px;
      font-size: 14px;
    }

    .subComponents_SelectInput_medium_bc1 .subComponents_SelectInput_selectInput_5fa[type='search'] {
      height: 52px;
    }

    .subComponents_SelectInput_large_a54 .subComponents_SelectInput_selectInput_5fa[type='search'] {
      height: 64px;
      font-size: 16px;
    }

    .subComponents_SelectInput_selectInput_5fa[type='search']:focus {
      outline: none;
      box-shadow: none;
      /* color: transparent; // no cursor when focused and not open */
    }

  /**
 * The element using the .inputTrigger class must completely cover the element using the .selectInput class (z-axis-wise).
 * Otherwise, users can directly click the .selectInput element which causes issues with the Popover not opening.
 * Issue reference: https://github.com/closeio/close-ui/issues/11293
*/
  .subComponents_SelectInput_inputTrigger_79d {
    border: 1px solid transparent;
    background: var(--formBackground);

    /**
   * `background-clip: content-box` makes the background color not apply to borders. This
   * is important for letting the .selectInput element's border show while only letting
   * users click the .inputTrigger element.
  */
    background-clip: content-box;
    position: absolute;
    z-index: 1;

    /* Cover the .selectInput element completely so no users can directly click on it */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    border-radius: var(--baseInputBorderRadius);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1px var(--iconGap) 0 10px;
    color: var(--colorTextDefault);
  }

    .subComponents_SelectInput_inputTrigger_79d:disabled,.subComponents_SelectInput_inputTrigger_79d[aria-disabled='true'] {
      background: transparent;
      color: var(--colorTextLight);
      cursor: not-allowed;
    }

    .subComponents_SelectInput_tiny_589 .subComponents_SelectInput_inputTrigger_79d {
      padding-top: 0;
      padding-left: var(--inputHorizontalPaddingTiny);
      font-size: var(--inputFontSizeTiny);
    }

    .subComponents_SelectInput_small_70c .subComponents_SelectInput_inputTrigger_79d {
      font-size: 14px;
    }

    .subComponents_SelectInput_large_a54 .subComponents_SelectInput_inputTrigger_79d {
      font-size: 16px;
    }

    .subComponents_SelectInput_inputTrigger_79d.subComponents_SelectInput_isOpen_6fa {
      display: none;
    }

    /* account for extra icon here so ellipses don't overlap */
    .subComponents_SelectInput_inputTrigger_79d.subComponents_SelectInput_withClearButton_a43 {
      padding-right: calc(var(--iconGap) + 16px);
    }

  .subComponents_SelectInput_triggerText_ef1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

    .subComponents_SelectInput_triggerText_ef1[data-placeholder='true'] {
      color: var(--colorTextLight);
    }

  .subComponents_SelectInput_inputIcon_e5d {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: var(--spacing-12);
    pointer-events: none;
    color: var(--colorIconDefault);
  }

    .subComponents_SelectInput_inputIcon_e5d.subComponents_SelectInput_faded_d7a {
      color: var(--colorIconLight);
    }

  .subComponents_SelectInput_closeIcon_ebc {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    cursor: pointer;
  }

    .subComponents_SelectInput_closeIcon_ebc:hover {
      color: var(--colorIconLight);
    }
}

.subComponents_SelectMenu_menu_453 {
  overflow-y: auto;

  /* push in front of popover arrow */
  position: relative;

  /* Inherit border radius from popover component */
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;

  /* Prevent the menu from outgrowing the viewport. */
}

@media screen and (min-width: 768px) {

.subComponents_SelectMenu_menu_453 {
    max-width: calc(100vw - var(--spacing-24));
}
  }

.subComponents_SelectMenu_menu_453 {

  z-index: 2;
}

.subComponents_SelectMenu_menu_453:focus {
    outline: none;
  }

.subComponents_SelectMenu_menu_453 {

  /* this will be used by both the fixed header itself (if it exists),
     and by individual items, so that they can be positioned in a way
     that prevents `scrollIntoView` from placing them under the fixed header. */
  --select-menu-fixed-header-height: 0;
}

.subComponents_SelectMenu_menu_453.subComponents_SelectMenu_hasFixedInlineSearch_33d {
    --select-menu-fixed-header-height: 48px;
  }

.subComponents_SelectMenu_menuItems_3b6 {
  /* use margin instead of padding, so that it collapses with margins of child elements */
  margin: 4px 0;
}

/* NOTE: item heights are also hardcoded in SelectMenu for the purposes of virtualization. */
.subComponents_Divider_divider_1a8 {
  border-top: 1px solid var(--borderDefault);
  margin: 4px 0;

  /* don't show two next to each other, */
  /* don't show if it follows the hidden search input, */
  /* don't show if all items above divider have been filtered out */
  /* dont' show a divider if it's the last item rendered */
}
.subComponents_Divider_divider_1a8  + .subComponents_Divider_divider_1a8,.subComponents_Divider_divider_1a8:first-child,.subComponents_Divider_divider_1a8:last-child {
    display: none;
  }

.subComponents_GroupHeading_groupItemWrap_061 {
  overflow: hidden;
}

/* NOTE: item heights are also hardcoded in SelectMenu for the purposes of virtualization. */
/* Also it's the same padding as in DropdownMenu's Subtitle. Make sure to sync */
.subComponents_GroupHeading_groupItem_b10 {
  margin: 0;
  position: relative;
  padding: 8px 32px 8px 16px;
  line-height: 16px;
}

.subComponents_GroupHeading_multiGroupItem_a02 {
  padding-left: 16px;
}

.subComponents_GroupHeading_groupToggle_99f {
  position: absolute;
  display: flex;
  top: 0;
  right: var(--spacing-4);
  bottom: 0;
  padding: 0 var(--spacing-8);
  cursor: pointer;
}

.subComponents_GroupHeading_count_17d {
  margin-left: 8px;
  display: flex;
  align-self: center;
}

.subComponents_GroupHeading_groupLabel_b66 {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.subComponents_GroupHeading_groupLabel_b66.subComponents_GroupHeading_withCount_7ca {
    min-width: 184px; /* give some extra space on right side for "x selected" label */
  }

.subComponents_GroupHeading_minimal_288 .subComponents_GroupHeading_groupLabel_b66,.subComponents_GroupHeading_minimal_288 .subComponents_GroupHeading_groupToggle_99f {
    cursor: default;
  }

.subComponents_InlineSearch_cloakedSearchWrap_a4f {
  position: absolute;
  height: 0;
  overflow: hidden;
}

.subComponents_InlineSearch_inlineSearchWrap_e10 {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  height: var(--select-menu-fixed-header-height, 0);
  overflow: hidden;
  padding: var(--spacing-8) 0;
  background-color: var(--bgPopover);
  border-bottom: 1px solid var(--borderDefault);
  border-radius: inherit;
  z-index: 1;
}

/* Can't use SearchInput here as this maintains the same styles while focussed */
.subComponents_InlineSearch_inlineSearchInput_92f[type='search'],.subComponents_InlineSearch_inlineSearchInput_92f[type='search']:focus {
    border: none;
    background-color: var(--bgSearchEnabled);
    min-width: 200px;
  }

.subComponents_SelectItem_checkbox_38d {
  /* adjust left padding because there is no checkmark icon to offset from */
  /* adjust top & bottom to maintain consistent height (`Checkbox` has a custom non-20px line-height) */
  padding: 6px 24px 6px 16px;
}

.subComponents_SelectItem_checkIcon_fb2 {
  color: var(--colorIconLight);
  /* TODO [darkmode] maybe-temporary opacity treatment until we settle on an alias */
  opacity: 0;
}

.subComponents_SelectItem_checkIcon_fb2.subComponents_SelectItem_iconHovered_99b {
    opacity: 0.3;
  }

.subComponents_SelectItem_checkIcon_fb2.subComponents_SelectItem_iconActive_c88 {
    color: var(--bgFormControlEnabledChecked);
    opacity: 1;
  }

.subComponents_SelectPopover_flexWrapper_078 {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}

.subComponents_ConfirmationFooter_footer_155 {
  /* shared with Popover.Footer */
  width: min-content;
  min-width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  border-top: 1px solid var(--borderDefault);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;

  padding: 12px 16px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.Message_root_3a2 {
  border: 1px solid var(--borderDefault);
  box-sizing: border-box;
  color: var(--colorTextDefault);
  container: message / inline-size;
  display: flex;
  font-size: var(--fontSizeBase);
  position: relative;
  width: 100%;
}

.Message_inner_ada {
  display: flex;
  flex: 1;
  gap: var(--spacing-16);
}

.Message_inner_ada .Message_spacer_b58 {
    display: none;
  }

.Message_inner_ada.Message_center_7ce {
    align-items: center;
  }

.Message_inner_ada.Message_top_34a {
    align-items: flex-start;
  }

@container message (max-width: 500px) {

.Message_inner_ada.Message_withRightControls_326 {
      align-items: flex-start;
      flex-direction: column;
  }
    }

@container message (max-width: 500px) {

.Message_inner_ada.Message_withRightControlsAndIcon_40f {
      align-items: flex-start;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: var(--spacing-8);
  }

      .Message_inner_ada.Message_withRightControlsAndIcon_40f .Message_spacer_b58 {
        display: block;
      }
        /*
        * Makes up for line height difference in icon and text
        * we can't center since this can only be centered with first
        * line of text
        */
        .Message_inner_ada.Message_withRightControlsAndIcon_40f.Message_iconIsNode_80f svg {
          padding-top: 2px;
        }

      /**
      * When we are showing the icon in a circle, we need to adjust the
      * icon's position to be centered with first line of the text
      */
      .Message_inner_ada.Message_withRightControlsAndIcon_40f .Message_icon_e72 {
        margin-top: -2px;
      }
    }

.Message_children_864 {
  flex: 1;
}

/** Message Variants */
.Message_message_975 {
  border-radius: var(--baseInputBorderRadius);
}
.Message_message_975.Message_basePadding_a3f {
    padding: 11px var(--spacing-16);
  }
.Message_message_975.Message_narrowPadding_610 {
    padding: var(--spacing-8) var(--spacing-12);
  }
.Message_message_975.Message_dismissible_847.Message_basePadding_a3f {
    /** base padding plus close button width **/
    padding-right: calc(var(--spacing-16) + 30px);
  }
.Message_message_975.Message_dismissible_847.Message_narrowPadding_610 {
    /** narrow padding plus close button width **/
    padding-right: calc(var(--spacing-12) + 40px);
  }
.Message_message_975.Message_dismissible_847.Message_narrowPadding_610 .Message_close_b66 {
      right: var(--spacing-8);
    }

.Message_bar_d65 {
  border-left: none;
  border-right: none;
}

.Message_bar_d65 .Message_withRightControls_326 {
    gap: var(--spacing-12);
  }

.Message_bar_d65.Message_basePadding_a3f {
    padding: var(--spacing-12) var(--spacing-24);
  }

.Message_bar_d65.Message_basePadding_a3f .Message_close_b66 {
      top: calc(50% - 14px);
    }

@container message (max-width: 500px) {

.Message_bar_d65.Message_basePadding_a3f .Message_close_b66 {
        top: 7px;
    }
      }

.Message_bar_d65.Message_narrowPadding_610 .Message_close_b66 {
      right: var(--spacing-8);
      top: calc(50% - 15px);
    }

@container message (max-width: 500px) {

.Message_bar_d65.Message_narrowPadding_610 .Message_close_b66 {
        top: 3px;
    }
      }

.Message_bar_d65.Message_basePadding_a3f {
    padding: var(--spacing-12) var(--spacing-24);
  }

.Message_bar_d65.Message_narrowPadding_610 {
    padding: var(--spacing-8) var(--spacing-12);
  }

.Message_bar_d65.Message_dismissible_847.Message_basePadding_a3f {
    /** base padding plus close button width **/
    padding-right: calc(var(--spacing-24) + 30px);
  }

.Message_bar_d65.Message_dismissible_847.Message_narrowPadding_610 {
    /** narrow padding plus close button width **/
    padding-right: calc(var(--spacing-12) + 40px);
  }

.Message_bar_d65.Message_dismissible_847.Message_narrowPadding_610 .Message_close_b66 {
      right: 0;
    }

.Message_banner_862 {
  border-left: none;
  border-right: none;
  border-top: none;
}

.Message_banner_862 .Message_close_b66 {
    right: var(--spacing-16);
    top: 22px;
  }

.Message_banner_862.Message_basePadding_a3f {
    padding: var(--spacing-24);
  }

/* banner variant does not support `narrow` padding */
/** end Message Variants */

/** Message Types */
.Message_warning_075 {
  background-color: var(--bgWarnMuted);
  border-color: var(--borderWarnMuted);
  color: var(--colorTextWarning);
}

.Message_danger_704 {
  background-color: var(--bgDangerMuted);
  border-color: var(--borderDangerMuted);
  color: var(--colorTextDanger);
}

.Message_info_442 {
  background-color: var(--bgInformationalMuted);
  border-color: var(--borderInformationalMuted);
  color: var(--colorTextInformational);
}

.Message_success_20e {
  background-color: var(--bgSuccessMuted);
  border-color: var(--borderSuccessMuted);
  color: var(--colorTextSuccess);
}

.Message_task_ccf {
  background-color: var(--colorBgMessageTask);
  border-color: var(--colorBorderMessageTask);
  color: var(--colorTextTask);
}

/** end Message Types */

.Message_borderless_228 {
  border-color: transparent;
  border-width: 0;
}

.Message_invisible_79e {
  display: none;
}

.Message_close_b66 {
  color: var(--colorIconDefault);
  position: absolute;
  right: var(--spacing-12);
  top: 10px;
}

.Message_dismissible_847 {
  padding-right: var(--spacing-48);
}

.Message_icon_e72 {
  align-items: center;
  background-color: var(--bgLight);
  border-radius: 50%;
  color: var(--colorIconDefault);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.Message_rightControls_156 {
  align-items: center;
  display: flex;
  gap: var(--spacing-16);
}

.MainBody_MainBody_eb8 {
  flex: 0 1 100%;
}

.MainContent_MainContent_cec {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
}

.DotSeparator_dotSeparator_ce0 {
  -webkit-user-select: none;
          user-select: none;
  display: inline-block;
  color: var(--colorIconLight);
}

.MainFooter_MainFooter_d64 {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}

@media screen and (min-width: 768px) {

.MainFooter_MainFooter_d64 {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 34px 0 24px;
}
  }

.MainFooter_MainFooter_d64 {

  font-size: 13px;
  line-height: 16px;
}

.MainFooter_MainFooter_d64 a {
    color: #767676;
    margin: 0 8px;
  }

:is(.MainFooter_MainFooter_d64 a):first-child {
      margin-left: 0;
    }

:is(.MainFooter_MainFooter_d64 a):last-child {
      margin-right: 0;
    }

.MainFooter_MainFooter__links_748 {
  white-space: nowrap;

  padding-top: 16px;
  margin: 32px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {

.MainFooter_MainFooter__links_748 {
    padding: 0;
    border-top: none;
    margin: 0;
}
  }

.MainFooter_MainFooter__actions_55c {
  flex: 0 1 100%;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {

.MainFooter_MainFooter__actions_55c  > * {
      width: 100%;
  }
    }

.RebrandHeading_heading_c3f {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
}.RebrandHeading_heading_c3f.RebrandHeading_centered_511 {
    text-align: center;
  }.RebrandHeading_heading_c3f em {
    font-style: normal;
    color: color-mix(in srgb, #fff 60%, var(--black));
  }.RebrandHeading_heading_c3f.RebrandHeading_noMargin_c79 {
    margin: 0;
  }

.OnboardingYourCompany_formIntro_f4e {
  margin-bottom: 32px;
}
.OnboardingYourCompany_formIntro_f4e .OnboardingYourCompany_subHeading_828 {
    margin: 8px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--colorMako);
  }
.OnboardingYourCompany_formFields_dc7 {
  flex: 0 1 100%;
  display: grid;
  row-gap: 25px;
  align-content: flex-start;
}
@media screen and (min-width: 768px) {
.OnboardingYourCompany_formFields_dc7 {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 32px;
}
  }

.OnboardingYourCompany_industryLabelMainText_1c3 {
  font-weight: var(--fontWeightBold);
}

.StickyFooterStepActions_stickyFooterStepActionsContainer_753 {
  position: relative;
  width: 100%;
}

.StickyFooterStepActions_stickyFooterStepActions_96e {
  --yPaddingMediumUp: 56px;
  --yPaddingSmallOnly: 16px;

  height: 48px;
  width: calc(50vw - var(--yPaddingMediumUp) * 2);
  left: var(--yPaddingMediumUp);
  box-sizing: border-box;
  position: fixed;
  bottom: 16px;
  z-index: 100;
  background-color: var(--bgLight);
  border-radius: 24px;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
}

@media screen and (max-width: 767px) {

.StickyFooterStepActions_stickyFooterStepActions_96e {
    left: var(--yPaddingSmallOnly);
    width: calc(100vw - (var(--yPaddingSmallOnly) * 2));
}
  }

.AboutCompany_container_6b1 {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.AboutCompany_container_6b1  > :not(:first-child) {
    margin-top: 24px;
  }

.AboutCompany_loader_89a {
  width: 24px;
  height: 24px;
}

.Icon_RichIcon_richIcon_f7d {
  --richIconMediumSize: 28px;
  --richIconSmallSize: 24px;
  --richIconMiniSize: 16px;
  --richIconMicroSize: 14px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_medium_06f {
    height: var(--richIconMediumSize);
    width: var(--richIconMediumSize);
  }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_small_89c {
    height: var(--richIconSmallSize);
    width: var(--richIconSmallSize);
  }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_mini_90a {
    height: var(--richIconMiniSize);
    width: var(--richIconMiniSize);
  }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_micro_c79 {
    height: var(--richIconMicroSize);
    width: var(--richIconMicroSize);
  }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_gray_0fa:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconGray);
      background-color: var(--bgRichIconGray);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_red_d5f:not(.Icon_RichIcon_inverted_bec) {
      background-color: var(--bgRichIconRed);
      color: var(--colorRichIconRed);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_orange_cb0:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconOrange);
      background-color: var(--bgRichIconOrange);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_gold_2fa:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconGold);
      background-color: var(--bgRichIconGold);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_green_f43:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconGreen);
      background-color: var(--bgRichIconGreen);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_teal_215:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconTeal);
      background-color: var(--bgRichIconTeal);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_cyan_bac:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconCyan);
      background-color: var(--bgRichIconCyan);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_blue_663:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconBlue);
      background-color: var(--bgRichIconBlue);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_purple_34d:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconPurple);
      background-color: var(--bgRichIconPurple);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_magenta_b48:not(.Icon_RichIcon_inverted_bec) {
      color: var(--colorRichIconMagenta);
      background-color: var(--bgRichIconMagenta);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec {
    background-color: var(--bgInvertedRichIcon);
    border: 1px solid var(--borderDefault);
  }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_gray_0fa {
      color: var(--colorInvertedRichIconGray);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_red_d5f {
      color: var(--colorInvertedRichIconRed);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_orange_cb0 {
      color: var(--colorInvertedRichIconOrange);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_gold_2fa {
      color: var(--colorInvertedRichIconGold);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_green_f43 {
      color: var(--colorInvertedRichIconGreen);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_teal_215 {
      color: var(--colorInvertedRichIconTeal);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_cyan_bac {
      color: var(--colorInvertedRichIconCyan);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_blue_663 {
      color: var(--colorInvertedRichIconBlue);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_purple_34d {
      color: var(--colorInvertedRichIconPurple);
    }.Icon_RichIcon_richIcon_f7d.Icon_RichIcon_inverted_bec.Icon_RichIcon_magenta_b48 {
      color: var(--colorInvertedRichIconMagenta);
    }


  .Checkbox_CheckboxCard_checkboxCard_085 .Checkbox {
    padding: var(--spacing-12) var(--spacing-16);
    border: 1px solid var(--borderDefault);
    border-radius: var(--baseInputBorderRadius);
    box-sizing: border-box;
    background: var(--bgLight);
  }.Checkbox_CheckboxCard_checkboxCard_085.Checkbox_CheckboxCard_small_727 .Checkbox {
      padding: var(--spacing-8);
    }.Checkbox_CheckboxCard_checkboxCard_085.Checkbox_CheckboxCard_small_727 .Checkbox__label {
      padding-left: 22px; /* 8px from the 16px checkbox */
    }.Checkbox_CheckboxCard_checkboxCard_085 .Checkbox:has(input[type='checkbox']:checked:not(:disabled)) {
    background: var(--bgActiveMuted);
    border-color: var(--borderActive);
  }.Checkbox_CheckboxCard_checkboxCard_085 .Checkbox:has(input[type='checkbox']:disabled) {
    cursor: not-allowed;
  }.Checkbox_CheckboxCard_checkboxCard_085 .Checkbox:hover:has(input[type='checkbox']:not(:checked)) {
    border-color: var(--borderHover);
    background: var(--bgLightMuted);
  }.Checkbox_CheckboxCard_checkboxCard_085 .Checkbox:has(input[type='checkbox']:focus-visible) {
    box-shadow: 0px 0px 0px 2px var(--borderFocused);
  }.Checkbox_CheckboxCard_checkboxCard_085 .Checkbox__label {
    display: block;
    line-height: 20px;
    width: 100%;
    padding-left: 30px; /* 16px from the 16px checkbox */
  }.Checkbox_CheckboxCard_checkboxCard_085 .Checkbox__label::before {
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 3px;
  }.Checkbox_CheckboxCard_checkboxCard_085 .Checkbox__label::after {
    position: absolute;
    left: 16px;
    top: 16px;
    transform: rotate3d(0, 0, 1, 45deg) translateX(-16px);
  }

.RadioGroup_RadioCard_radioCard_5ae {
  position: relative;
  padding: var(--spacing-16);
  border: 1px solid var(--borderDefault);
  border-radius: var(--baseInputBorderRadius);
  box-sizing: border-box;
  background: var(--bgLight);
  cursor: pointer;
}

.RadioGroup_RadioCard_radioCard_5ae input {
    position: absolute;
    opacity: 0;
  }

.RadioGroup_RadioCard_radioCard_5ae.RadioGroup_RadioCard_small_da3 {
    padding: var(--spacing-8);
  }

.RadioGroup_RadioCard_radioCard_5ae:has(input:checked) {
  background: var(--bgActiveMuted);
  border-color: var(--borderActive);
}

.RadioGroup_RadioCard_radioCard_5ae:has(input:focus) {
  border-color: var(--borderActive);
}

label.RadioGroup_RadioItem_label_9ee {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

label.RadioGroup_RadioItem_label_9ee.RadioGroup_RadioItem_positionLeft_9b9 {
    justify-content: flex-start;
  }

label.RadioGroup_RadioItem_label_9ee.RadioGroup_RadioItem_positionCenter_977 {
    width: 100%;
    justify-content: center;
  }

input[type='radio'].RadioGroup_RadioItem_radio_1c5 {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 14px 0 0;
  flex: 0 0 auto;
}

input.RadioGroup_RadioItem_radio_1c5.RadioGroup_RadioItem_alignTop_c51[type='radio'] {
    align-self: baseline;
    margin-top: var(--spacing-4);
  }

.RadioGroup_RadioItem_labelContainer_b41 {
  flex: 0 1 auto;
}

label.RadioGroup_LabelWithBorder_label_385 {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px solid var(--borderDefault);
}label.RadioGroup_LabelWithBorder_label_385:hover {
    border-color: var(--borderHover);
  }label.RadioGroup_LabelWithBorder_label_385.isSelected {
    background: var(--bgActiveMuted);
    border-color: var(--borderFocused);
  }

.RadioGroup_RadioButton_input_758 {
  display: none;
}

.RadioGroup_RadioButton_button_975 {
  position: relative;
  color: var(--colorTextDefault);
}

.RadioGroup_RadioButton_button_975 .Btn__icon {
    color: var(--colorIconLight);
  }

.RadioGroup_RadioButton_button_975.isSelected {
    color: var(--colorTextDefault);
  }

.RadioGroup_RadioButton_button_975.isSelected .Btn__icon {
      color: var(--colorIconDefault);
    }

.OnboardingAboutYourself_formIntro_a7f {
  margin-bottom: 32px;
}
.OnboardingAboutYourself_formIntro_a7f .OnboardingAboutYourself_subHeading_d2f {
    margin: 8px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--colorTextMedium);
  }
.OnboardingAboutYourself_formFields_c4c {
  flex: 0 1 100%;
  display: grid;
  row-gap: 25px;
  align-content: flex-start;
}
@media screen and (min-width: 768px) {
.OnboardingAboutYourself_formFields_c4c {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 32px;
}
  }

.OnboardingAboutYourself_cardGroupContainer_56f {
  grid-column: 1/3;
}

.OnboardingAboutYourself_cardGroup_ca3 {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: var(--spacing-8);
}

@media screen and (max-width: 767px) {

.OnboardingAboutYourself_cardGroup_ca3 {
    grid-template-columns: 1fr;
}
  }

.OnboardingAboutYourself_cardField_91e {
  height: 100%;
}

.OnboardingAboutYourself_cardFieldContainer_fe6 {
  height: 100%;
  align-items: center;
}

.OnboardingAboutYourself_trialIntentButton_166 {
  margin-top: var(--spacing-4);
  padding: var(--spacing-4) 0;
  font-size: var(--fontSizeSmall);
  color: var(--colorTextMedium);
  cursor: pointer;
}

.AboutYourself_container_1ef {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 24px;
  max-width: 600px;
}

@media screen and (max-width: 1119px) {

.AboutYourself_container_1ef {
    grid-template-columns: 1fr;
}
  }

.AboutYourself_spanHalf_1cf {
  grid-column: span 1;
}

.AboutYourself_spanFull_7cd {
  grid-column: span 2;
}

@media screen and (max-width: 1119px) {

.AboutYourself_spanFull_7cd {
    grid-column: span 1;
}
  }

.AboutYourself_cardGroupContainer_35a {
  grid-column: 1/3;
}

@media screen and (max-width: 1119px) {

.AboutYourself_cardGroupContainer_35a {
    grid-template-columns: 1fr;
}
  }

.AboutYourself_cardGroup_0b2 {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: var(--spacing-8);
}

@media screen and (max-width: 1119px) {

.AboutYourself_cardGroup_0b2 {
    grid-template-columns: 1fr;
}
  }

.AboutYourself_buttonGroup_690 {
  display: flex;
  gap: 8px;
}

.AboutYourself_checkboxGroup_3f4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (max-width: 1119px) {

.AboutYourself_checkboxGroup_3f4 {
    grid-template-columns: 1fr;
}
  }

@media (max-width: 600px) {
  .AboutYourself_checkboxGroup_3f4 {
    grid-template-columns: 1fr;
  }
}

.ExternalLink_externalLink_2bd {
  display: inline-flex;
  align-items: center;
}

.ExternalLink_externalLinkIcon_1e9 {
  margin-left: 8px;
}

.ConnectAccountForm_alternativeLink_45c {
  display: flex;
  align-items: center;
}

.ConnectAccountForm_alternativeLink_45c a {
    font-size: var(--fontSizeSmall);
    color: var(--colorTextMedium);
  }

.ConnectAccountForm_privacyPolicy_579 {
  font-size: var(--fontSizeSmall);
  color: var(--colorTextMedium);
}

.ConnectAccountForm_privacyPolicyLink_339 a {
    color: var(--colorTextMedium);
    font-size: var(--fontSizeSmall);
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.Form_hiddenSubmit_19a {
  /*
    We can't use "display: none" as implicit form submit would NOT work in Safari if there is a readonly element.
    See https://stackoverflow.com/questions/47559991/html-form-onsubmit-fails-to-fire-on-certain-browsers-with-hidden-submit-button-a
  */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -3000px;
}

.Form_fetcherForm_2c9 {
  /* base form have 20px of bottom margin */
  margin: 0;
}

.LineSeparator_lineSeparator_739 {
  margin: 0;
  border-top: 1px solid var(--borderDefault);
  border-bottom: 0 none;
}

.LineSeparator_hasSpacing_043 {
  margin: 24px 0;
}

.OptionSwitch_description_a02 {
  display: block;
  margin-left: 40px;
}

.OptionSwitch_disabled_87f {
  opacity: 0.5;
}

.ConnectedAccountsModal_StepAddEmailCustom_note_e46 {
  margin-bottom: 15px;
}

.ConnectedAccountsModal_StepAddEmailCustom_form_728 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {

.ConnectedAccountsModal_StepAddEmailCustom_form_728 {
    grid-template-columns: 1fr 1fr;
}
  }

.ConnectedAccountsModal_StepAddEmailCustom_syncing_d15 {
  opacity: 0;
  transition: opacity 200ms var(--standardCurve);
  pointer-events: none;
}

.ConnectedAccountsModal_StepAddEmailCustom_syncing_d15.ConnectedAccountsModal_StepAddEmailCustom_isVisible_3ce {
    opacity: 1;
    pointer-events: auto;
  }

.ConnectedAccountsModal_StepAddEmailCustom_manual_647 {
  font-size: 13px;
  padding: 0; /* cancel button's default padding */
  cursor: pointer;
}

.ConnectAccountForm_OnboardingConnectWithCustomAccount_connectEmailButton_051 {
  width: 180px;
}.ConnectAccountForm_OnboardingConnectWithCustomAccount_connectEmailButton_051 > span {
    /* One-off customization agreed with designers to have the button label bold */
    font-weight: var(--fontWeightBold);
  }

.Button_OAuthButton_parent_87d {
  display: inline-flex;
  padding: 0 !important;
}

.Button_OAuthButton_text_73a {
  font-size: 14px;
  line-height: var(--spacing-16);
  color: var(--colorTextDefault);
  border-radius: 0 var(--spacing-16) var(--spacing-16) 0;
  margin: 0;
  padding: 6px var(--spacing-16) 6px var(--spacing-4);
}

.Button_OAuthButton_text_73a.Button_OAuthButton_bold_d78 {
    font-weight: var(--fontWeightBold);
  }

.Button_OAuthButton_button_a6b {
  display: grid;
  grid-template-columns: 36px min-content;
  align-items: center;
}

.Button_OAuthButton_button_a6b.Button_OAuthButton_fullWidth_0ef {
    grid-template-columns: 36px 1fr;
    width: 100%;
  }

.Button_OAuthButton_button_a6b .Button_OAuthButton_icon_210 {
    position: unset;
  }

.Button_OAuthButton_button_a6b.Button_OAuthButton_dark_0be .Button_OAuthButton_text_73a {
      color: var(--colorTextNeutralWhite);
      padding: 6px var(--spacing-16) 6px var(--spacing-8);
    }

.Button_OAuthButton_button_a6b.Button_OAuthButton_dark_0be.Button_OAuthButton_google_a33 .Button_OAuthButton_text_73a {
        background: #4285f4;
      }

.Button_OAuthButton_button_a6b.Button_OAuthButton_dark_0be.Button_OAuthButton_microsoft_573 .Button_OAuthButton_text_73a {
        background: #2f2f2f;
      }

.Button_OAuthButton_button_a6b.Button_OAuthButton_dark_0be.Button_OAuthButton_zoom_1b5 {
      /* No styles */
    }

.Button_OAuthButton_button_a6b.Button_OAuthButton_dark_0be.Button_OAuthButton_calendly_913 {
      /* No styles */
    }

.Button_OAuthButton_centered_b43.Button_OAuthButton_button_a6b {
    display: flex;
    justify-content: center;
  }

.Button_OAuthButton_large_bb3 {
  border-radius: 100px !important;
}

.Button_OAuthButton_large_bb3 .Button_OAuthButton_button_a6b {
    height: 44px;
  }

:is(.Button_OAuthButton_large_bb3 .Button_OAuthButton_button_a6b) .Button_OAuthButton_text_73a {
      border-radius: 0 100px 100px 0;
      font-weight: var(--fontWeightBold);
      font-size: 16px;
      line-height: 130%;
    }

:is(.Button_OAuthButton_large_bb3 .Button_OAuthButton_button_a6b) .Button_OAuthButton_icon_210 svg {
      width: 24px;
      height: 24px;
    }

.ImageOrFallback_image_cef {
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.ImageOrFallback_imageLoaded_e8e {
  border-radius: var(--baseBorderRadius);
  visibility: visible;
}

.ImageOrFallback_fallback_c8b {
  display: flex;

  /* removes the element from the flow, preventing the letter to be underlined when used inside a link */
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: var(--fontWeightBold);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--colorFillAvatarGray);
}

.ImageOrFallback_fallbackCircle_d60 {
  border-radius: 100%;
  border: 1px solid var(--colorFillTransparent10);
  background: var(--surfaceBackgroundDefault);
  background-color: var(--colorBgAvatarGray);
}

.ImageOrFallback_fallbackIcon_3f9 {
  width: 70%;
  height: 70%;
}

.LeadAvatar_avatarContainer_b16 {
  position: relative;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
}.LeadAvatar_avatarContainer_b16 * {
    box-sizing: border-box;
  }.LeadAvatar_avatarContainer_b16.LeadAvatar_mini_7d3 {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 8px;
  }.LeadAvatar_avatarContainer_b16.LeadAvatar_small_1db {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 10px;
  }.LeadAvatar_avatarContainer_b16.LeadAvatar_medium_6fc {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 12px;
  }.LeadAvatar_avatarContainer_b16.LeadAvatar_large_0ed {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }

.OnboardingCreateLeads_OnboardingCreateLeadsSuggestion_OnboardingCreateLeadsSuggestion_b04 {
  display: grid;
  align-items: center;
  grid-gap: 12px;
  grid-template-columns: 32px 1fr 14px;
}
@media screen and (min-width: 768px) {
.OnboardingCreateLeads_OnboardingCreateLeadsSuggestion_OnboardingCreateLeadsSuggestion_b04 {
    grid-gap: 24px;
}
  }
.OnboardingCreateLeads_OnboardingCreateLeadsSuggestion_OnboardingCreateLeadsSuggestion__detail_b75 {
  overflow: hidden;
}
.OnboardingCreateLeads_OnboardingCreateLeadsSuggestion_OnboardingCreateLeadsSuggestion__name_24e {
  color: var(--colorTextDefault);
  word-break: break-word;
  font-weight: var(--fontWeightBold);
  font-size: 13px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
.OnboardingCreateLeads_OnboardingCreateLeadsSuggestion_OnboardingCreateLeadsSuggestion__name_24e {
    font-size: 16px;
    line-height: 20px;
}
  }
.OnboardingCreateLeads_OnboardingCreateLeadsSuggestion_OnboardingCreateLeadsSuggestion__email_c0b {
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 20px;
}
.OnboardingCreateLeads_OnboardingCreateLeadsSuggestion_OnboardingCreateLeadsSuggestion__checkbox_bba {
  font-size: 13px;
  line-height: 20px;
  color: var(--colorTextMedium);
  pointer-events: none; /* Disable pointer events since container controls select state */
}

.CreateLeads_selectAll_b3b {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: var(--spacing-12) var(--spacing-16) var(--spacing-12) 0px;
  -webkit-user-select: none;
          user-select: none;
  border-bottom: solid 1px var(--borderLight);
}

@media screen and (max-width: 767px) {

.CreateLeads_selectAll_b3b {
    padding-right: 12px;
}
  }

.CreateLeads_selectAllCheckbox_ec5 {
  pointer-events: none;
}

.CreateLeads_suggestions_682 {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0;
}

.CreateLeads_suggestions_682  > li {
    cursor: pointer;
    border-bottom: solid 1px var(--borderLight);
    padding: 12px;
  }

@media screen and (min-width: 768px) {

.CreateLeads_suggestions_682  > li {
      padding: var(--spacing-12) var(--spacing-16) var(--spacing-12) 0px;
  }
    }

:is(.CreateLeads_suggestions_682 > li):hover {
      background: var(--surfaceBackgroundDark);
    }

.MainSubHeadingAlt_MainSubHeadingAlt_567 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  margin: 16px 0;
  color: var(--colorTextDefault);
}

.CreateLeads_LeadSuggestionsErrorMessage_header_188 {
  text-align: center;
  margin-bottom: var(--spacing-24);
}

@media screen and (min-width: 768px) {

.CreateLeads_LeadSuggestionsErrorMessage_header_188 {
    margin-bottom: var(--spacing-48);
}
  }

.CreateLeads_LeadSuggestionsErrorMessage_importActions_1d2 {
  margin-top: var(--spacing-48);
  display: grid;
  grid-gap: var(--spacing-16);
}

@media screen and (min-width: 768px) {

.CreateLeads_LeadSuggestionsErrorMessage_importActions_1d2 {
    margin-top: var(--spacing-16);
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: var(--spacing-8);
}
  }

.JoinOrCreateOrg_organizationName_f27 {
  min-width: 0;
}

.JoinOrCreateOrg_organizationNameWrapper_a60 {
  min-width: 0;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  gap: var(--spacing-8);
}

.JoinOrCreateOrg_organizationRow_7c9 {
  padding: var(--spacing-12) 0;
}

.JoinOrCreateOrg_createNewOrganization_719 {
  padding: var(--spacing-16) 0;
}

.LeadSource_spanFull_fb1 {
  grid-column: span 2;
}

@media (max-width: 600px) {
  .LeadSource_spanFull_fb1 {
    grid-column: span 1;
  }
}

.LeadSource_cardGroupContainer_cd0 {
  grid-column: 1/3;
}

.LeadSource_cardGroup_26c {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: var(--spacing-8);
}

@media screen and (max-width: 767px) {

.LeadSource_cardGroup_26c {
    grid-template-columns: 1fr;
}
  }

.LeadSource_helpTextContainer_70a {
  margin-top: var(--spacing-8);
}

.TeamSignup_roundedArea_e58 {
  background-color: var(--colorGray02);
  border-radius: var(--baseInputBorderRadius);
  padding: var(--spacing-16);
}

.TeamSignup_subtext_0ca {
  line-height: 20px;
}

.TeamSignup_field_baf {
  flex: 1;
}

.VerifyEmail_title_983 {
  margin-top: 32px;
}

.VerifyEmail_center_02f {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.VerifyEmail_section_fb9 {
  margin-top: var(--spacing-16);
  margin-bottom: var(--spacing-16);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.VerifyEmail_visible_a66 {
  visibility: visible;
}

.VerifyEmail_hidden_e91 {
  visibility: hidden;
}

.CloseLogo_theme_0e6 {
  color: var(--colorLogoText);
}

.CloseLogo_white_a9b {
  color: var(--colorWhite);
}

.CloseLogo_black_2b5 {
  color: var(--colorBlack);
}

.Sidebar_sidebar_df8 {
  display: none;
}

@media screen and (min-width: 768px) {

.Sidebar_sidebar_df8 {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 580px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 28%;
    min-width: 240px;
    max-width: 400px;
    background: linear-gradient(
      180deg,
      #f8f8f8 0%,
      rgba(248, 248, 248, 0) 100%
    );
}
  }

.Sidebar_logo_197 {
  margin-top: 100px;
  width: 124px;
}

.Sidebar_main_e8d {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 55px;
  z-index: 1;
}

.Sidebar_mainAlt_6ef {
  align-items: flex-end;
  padding-bottom: 82px;
}

.Sidebar_vector1_fe6,
.Sidebar_vector2_c51 {
  position: absolute;
  bottom: 0;
}

.Sidebar_vector1_fe6 {
  opacity: 0.05;
  filter: drop-shadow(0 -10px 10px rgba(0, 0, 0, 0.25));
}

.Sidebar_vector2_c51 {
  filter: drop-shadow(0 -5px 10px rgba(0, 0, 0, 0.05));
}

.Sidebar_TrustedByCompanies_headline_74e {
  margin: 0 0 24px;
  color: var(--gray-50);
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  line-height: 20px;
}

.Sidebar_TrustedByCompanies_logosRow_9f4 {
  margin: 0 0 24px;
  display: flex;
  justify-content: center;
}

.Sidebar_TrustedByCompanies_logosRow_9f4:last-child {
    margin-bottom: 0;
  }

.Sidebar_TrustedByCompanies_logosRowFirst_847,
.Sidebar_TrustedByCompanies_logosRowSecond_96c {
  justify-content: space-around;
}

.Sidebar_TrustedByCompanies_logo_8e3 {
  color: var(--colorIconDefault);
}

.Sidebar_TrustedByCompanies_hipcamp_3a8 svg {
    width: 114px;
    height: 16px;
  }

.Sidebar_TrustedByCompanies_studi_7c1 svg {
    width: 69px;
    height: 20px;
  }

.Sidebar_TrustedByCompanies_toggl_c2c svg {
    width: 69px;
    height: 16px;
  }

.Sidebar_TrustedByCompanies_winit_023 svg {
    width: 75px;
    height: 16px;
  }

.Sidebar_TrustedByCompanies_hownd_483 svg {
    width: 77px;
    height: 20px;
  }

.OnboardingConnectAccount_subHeader_b13 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 32px 0 0;
}

.OnboardingConnectAccount_subHeader2_1cd {
  margin: 8px 0 0;
}

.OnboardingConnectAccount_illustrationContainer_56e {
  margin: 34px -22px 20px;
}

.OnboardingConnectAccount_connectUI_a28 {
  display: inline-grid;
  grid-auto-columns: auto;
  grid-gap: 10px;
  margin-bottom: 40px;
  color: #767676;
}

.OnboardingConnectAccount_connectUI_a28 a {
    color: inherit;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.OnboardingCreateLeads_OnboardingCreateLeads__header_0f7 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
.OnboardingCreateLeads_OnboardingCreateLeads__header_0f7 {
    margin-bottom: 52px;
}
  }
@keyframes OnboardingCreateLeads_fadeIn_1d0 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.OnboardingCreateLeads_OnboardingCreateLeads__suggestionsView_b40 {
  opacity: 0;
  animation: OnboardingCreateLeads_fadeIn_1d0 1s ease forwards;
  display: flex;
  flex-direction: column;
}
.OnboardingCreateLeads_OnboardingCreateLeads__selectAll_6e4 {
  cursor: pointer;
  align-self: flex-end;
  margin-right: 12px;
  -webkit-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
.OnboardingCreateLeads_OnboardingCreateLeads__selectAll_6e4 {
    margin-right: 24px;
}
  }
.OnboardingCreateLeads_OnboardingCreateLeads__selectAllCheckbox_264 {
  pointer-events: none;
}
.OnboardingCreateLeads_OnboardingCreateLeads__selectAllLabel_87f {
  color: #767676;
}
.OnboardingCreateLeads_OnboardingCreateLeads__suggestions_8c4 {
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.OnboardingCreateLeads_OnboardingCreateLeads__suggestions_8c4  > li {
    cursor: pointer;
    border-bottom: solid 1px var(--borderLight);
    padding: 12px;
  }
@media screen and (min-width: 768px) {
.OnboardingCreateLeads_OnboardingCreateLeads__suggestions_8c4  > li {
      padding: 18px 24px;
  }
    }
:is(.OnboardingCreateLeads_OnboardingCreateLeads__suggestions_8c4 > li):hover {
      background: var(--surfaceBackgroundDark);
    }

.OnboardingCreateLeads_OnboardingCreateLeads__footer_fd7 {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {

.OnboardingCreateLeads_OnboardingCreateLeads__footer_fd7 {
    margin-bottom: 60px;
    text-align: center;
}
  }

.OnboardingCreateLeads_OnboardingCreateLeads__footer_fd7 {
  color: #767676;
}

.OnboardingCreateLeads_OnboardingCreateLeads__footer_fd7 a {
    color: #767676;
  }

.OnboardingCreateLeads_OnboardingCreateLeads_error_140 {
  margin: var(--spacing-16) 0;
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeOut_98b {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_colorChange_c28 {
  0% {
    background: #f4b563;
    transform: rotateY(180deg);
  }
  25% {
    background: #47b178;
    transform: rotateY(0deg);
  }
  50% {
    background: #2f577e;
    transform: rotateY(180deg);
  }
  75% {
    background: #5cafcd;
    transform: rotateY(0deg);
  }
  100% {
    background: #f4b563;
    transform: rotateY(180deg);
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_dot_f4b {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionOne_d6b {
  from {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(375%, 0, 0);
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionTwo_3f0 {
  from {
    transform: translate3d(375%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 240%, 0);
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionThree_fd4 {
  from {
    transform: translate3d(0, 240%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(375%, 240%, 0);
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionFour_73d {
  from {
    transform: translate3d(375%, 240%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes OnboardingCreateLeads_OnboardingCreateLeadsAnimation_trackAnimationEnd_43e {
  /* this animation is used purely for isolating when the animation is complete. */
  from {
    color: currentColor;
  }
  to {
    color: currentColor;
  }
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation_983 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_trackAnimationEnd_43e 35.5s; /* this animation is used purely for isolating when the animation is complete. */
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInbox_868 {
  position: absolute;
  max-width: 100%;
  display: block;
  text-align: center;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeOut_98b 0.5s ease 14s forwards;
}

@media screen and (min-width: 768px) {

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInbox_868 {
    padding-bottom: 80px;
}
  }
.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__inboxIcon_2d5 {
  opacity: 0;
  display: inline-block;
  padding: 32px;
  border-radius: 50%;
  animation:
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 1s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_colorChange_c28 8s infinite 1s;
}
.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__inboxIcon_2d5 svg {
    width: 32px;
    height: 32px;
  }

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeading_f38 {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (min-width: 768px) {

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeading_f38 {
    line-height: 40px;
}
  }

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeading_f38 {
  font-weight: 400;
  opacity: 0;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 1s forwards;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeadingDotOne_bbd,
.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeadingDotTwo_199,
.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeadingDotThree_96a {
  opacity: 0;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_dot_f4b 1s ease-in-out infinite;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeadingDotOne_bbd {
  animation-delay: 0s;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeadingDotTwo_199 {
  animation-delay: 0.25s;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__setupInboxHeadingDotThree_96a {
  animation-delay: 0.5s;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__findLeads_f9b {
  position: absolute;
  width: 604px;
  max-width: 100%;
  opacity: 0;
  text-align: center;
  animation:
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 14.5s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeOut_98b 1s ease 34.5s forwards;
}

@media screen and (min-width: 768px) {

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__findLeads_f9b {
    padding-bottom: 80px;
}
  }
.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__findLeadsHeading_96e {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__findLeadsHeading_96e {
    line-height: 40px;
}
  }
.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__findLeadsHeading_96e {
  font-weight: 400;
  opacity: 0;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 16s forwards;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__findLeadsSubheading_b4d {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  opacity: 0;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 17.5s forwards;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__inboxAnimation_b00 {
  position: relative;
  margin-top: 40px;
  opacity: 0;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 19s forwards;
  max-width: 100%;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__inboxAnimation_b00 svg {
    max-width: 100%;
  }

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__inbox_4c6 {
  opacity: 0;
  animation: OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 19s forwards;
}

.OnboardingCreateLeads_OnboardingCreateLeadsAnimation_OnboardingCreateLeadsAnimation__search_c81 {
  position: absolute;
  top: 28%;
  left: 5%;
  opacity: 0;
  width: 7%;
  animation:
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeIn_8c5 1s ease 20.5s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionOne_d6b 0.75s ease 22s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionTwo_3f0 0.75s ease 23s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionThree_fd4 0.75s ease 24s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionFour_73d 0.75s ease 25s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionOne_d6b 0.75s ease 26s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionTwo_3f0 0.75s ease 27s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionThree_fd4 0.75s ease 28s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionFour_73d 0.75s ease 29s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionOne_d6b 0.75s ease 30s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionTwo_3f0 0.75s ease 31s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_searchPositionThree_fd4 0.75s ease 32s forwards,
    OnboardingCreateLeads_OnboardingCreateLeadsAnimation_fadeOut_98b 1s ease 33.5s forwards;
}

.OnboardingJoinCreateOrganization_subHeading_c16 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--colorTextLight);
}

.Onboarding_OnboardingStepTextIndicators_indicators_d0a {
  padding: 0;
  align-self: flex-start;
  margin: 147px 0 0;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 36px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;

  /* min-width must be slightly more than enough to fit the largest indicator.
     Without this when the widest indicator is selected the x position will
    shift due to wider bold text. */
  width: 120px;
}
.Onboarding_OnboardingStepTextIndicators_indicator_031 {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
  white-space: nowrap;
  font-weight: 400;
  transition: opacity 0.3s;
}

.Onboarding_OnboardingStepTextIndicators_completed_ed4 {
  color: var(--colorBrandGreen);
}

.Onboarding_OnboardingStepTextIndicators_active_476 {
  color: var(--colorIconDefault);
}

.Onboarding_OnboardingStepTextIndicators_upcoming_9f0 {
  color: var(--colorIconLight);
}

.OnboardingTeamSignup_roundedArea_8c6 {
  background-color: var(--colorGray02);
  border-radius: var(--baseInputBorderRadius);
  padding: var(--spacing-16);
}

.OnboardingTeamSignup_subtext_f0a {
  line-height: 20px;
}

.OnboardingVerifyEmail_verifyEmail_633 {
  display: flex;
  flex-direction: column;
  height: 85%;
  justify-content: center;
}
.OnboardingVerifyEmail_verifyEmailImage_dde {
  display: flex;
  margin-bottom: 50px;
}
.OnboardingVerifyEmail_verifyEmailImage_dde  > svg {
    width: 162px;
    margin: auto;
  }
.OnboardingVerifyEmail_failedVerificationImage_7ed {
  display: flex;
  margin: 0 auto 50px;
  width: 96px;
}
.OnboardingVerifyEmail_body_913 {
  color: var(--colorTextMedium);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.OnboardingVerifyEmail_resend_cb2 {
  margin-top: 50px;
  transition: opacity 0.3s;
  opacity: 1;
}
.OnboardingVerifyEmail_resendDisabled_18d {
  opacity: 0;
}

.LegacyBox_box_2ca {
  box-sizing: border-box;
}.LegacyBox_box_2ca *,.LegacyBox_box_2ca *::before,.LegacyBox_box_2ca *::after {
    box-sizing: border-box;
  }

.layout_main_fb1 {
  --boxShadow: 0px 10px 50px rgba(43, 46, 51, 0.05);
  --logoHeight: 80px;

  display: flex;
  width: 100vw;
}

.layout_content_0f8 {
  background: var(--white);
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {

.layout_content_0f8 {
    flex: 0 1 40%;
}
  }

.layout_logoContainer_5d3 {
  background: var(--white);
  box-shadow: var(--boxShadow);
}

@media screen and (min-width: 768px) {

.layout_logoContainer_5d3 {
    box-shadow: unset;
    height: var(--logoHeight);
}
  }

.layout_logo_56a {
  flex: 0 1 var(--logoHeight);
  width: 100px;
  margin: 26px auto;
  color: var(--black);
}

@media screen and (min-width: 768px) {

.layout_logo_56a {
    margin-left: var(--spacing-64);
}
  }

.layout_form_f86 {
  margin: auto 20px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

@media screen and (min-width: 768px) {

.layout_form_f86 {
    max-width: 324px;
    margin: 20px auto calc(20px + var(--logoHeight));
}
  }

.layout_illustration_3d3 {
  background: linear-gradient(180deg, #f8f8f8 0%, var(--white) 100%);
  display: none;
}

@media screen and (min-width: 768px) {

.layout_illustration_3d3 {
    flex: 0 1 60%;
    display: flex;
    flex-direction: column;
}
  }

.layout_illustrationContent_1bf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 1 100%;
}

.layout_illustrationContent_1bf.layout_ilustrationWithLogin_6af {
    flex: 0 1 calc(100% - var(--logoHeight));
    margin-bottom: var(--logoHeight);
  }

.layout_loginLink_8f1 {
  font-weight: var(--fontWeightBold);
  font-size: 14px;
  text-align: right;
  flex: 0 1 80px;
  margin: 31px 64px;
}

.layout_loginLink_8f1 a {
    color: var(--black);
  }

.AlreadyUser_loginLink_3f9 {
  font-weight: var(--fontWeightBold);
  font-size: 14px;
  flex: 0 1 80px;
}.AlreadyUser_loginLink_3f9.AlreadyUser_alignRight_7c3 {
    text-align: right;
  }.AlreadyUser_loginLink_3f9.AlreadyUser_alignCenter_38c {
    text-align: center;
  }.AlreadyUser_loginLink_3f9 a {
    color: var(--black);
  }.AlreadyUser_loginLink_3f9 strong {
    margin-left: 16px;
  }

.RegistrationScreen_subtitle_8af {
  margin: var(--spacing-8) 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.RegistrationScreen_terms_7cb {
  margin: 24px 0 0;
}

.RegistrationScreen_terms_7cb a {
    color: inherit;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

@media screen and (min-width: 768px) {
    .RegistrationScreen_terms_7cb.RegistrationScreen_withMargin_42d {
      margin-top: 40px;
    }
  }

.RegistrationScreen_logo_b9e {
  margin-bottom: 32px;
  width: 124px;
}

@media screen and (min-width: 768px) {

.RegistrationScreen_logo_b9e {
    display: none;
}
  }

.RegistrationScreen_withGoogleSSO_943 {
  max-width: 358px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {

.RegistrationScreen_withGoogleSSO_943 {
    margin: 0;
}
  }

.RegistrationScreen_arrowRightCircle_696 {
  background: var(--colorBrandGreen);
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.RegistrationScreen_arrowRightCircle_696 svg {
    width: 30px;
    height: 30px;
    display: block;
    fill: var(--colorIconNeutralWhite);
  }

.RegistrationScreen_loginLinkMobile_2e7 {
  position: sticky;
  bottom: 0;
  height: 50px;
  background: var(--white);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
  margin-top: var(--spacing-16);
}

@media screen and (min-width: 768px) {

.RegistrationScreen_loginLinkMobile_2e7 {
    display: none;
}
  }

.RegistrationScreen_SignUpForm_main_0ec {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {

.RegistrationScreen_SignUpForm_main_0ec {
    margin-top: 32px;
}
  }

.RegistrationScreen_SignUpForm_inputs_4a7 {
  max-width: 100%;
}

@media screen and (min-width: 768px) {

.RegistrationScreen_SignUpForm_inputs_4a7 {
    max-width: 320px;
}

    .RegistrationScreen_SignUpForm_inputs_4a7.RegistrationScreen_SignUpForm_fluid_584 {
      max-width: unset;
    }
  }

.RegistrationScreen_SignUpForm_checkbox_06d {
  font-size: 13px;
  line-height: 16px;
  color: var(--colorTextMedium);
}

.RegistrationScreen_SignUpForm_cta_070 {
  display: flex;
  align-items: center;
  margin: 32px 0;
}

.RegistrationScreen_SignUpForm_cta_070 button {
    width: 100%;
  }

.RegistrationScreen_SignUpForm_or_2c8 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-column-gap: var(--spacing-16);
  margin: var(--spacing-16) 0;
  font-weight: 400;
}

.RegistrationScreen_SignUpForm_or_2c8 .RegistrationScreen_SignUpForm_text_589 {
    font-size: 12px;
    color: color-mix(in srgb, #fff 60%, var(--black));
  }

.InputField_label_f59,
.InputField_error_532 {
  font-size: 11px;
  line-height: 140%;
}

.InputField_label_f59 {
  display: flex;
  flex-direction: column;
}

.InputField_labelText_abe {
  color: color-mix(in srgb, #fff 40%, var(--black));
  margin-bottom: 4px;
}

.InputField_fieldContainer_822 {
  display: flex;
}

.InputField_input_e92 {
  --inputBg: #f8f8f8;
  width: auto;
  background: var(--inputBg);
  border-radius: var(--baseInputBorderRadius);
  padding: var(--spacing-12) var(--spacing-16);
  border: 1px solid var(--inputBg);
  box-shadow: none;
  outline: none;
}

.InputField_input_e92:focus {
    border: 1px solid var(--colorBrandBlue);
  }

.InputField_input_e92.InputField_inputError_c35 {
    border: 1px solid var(--borderDanger);
  }

.InputField_error_532 {
  color: var(--failurePrimaryColor);
  margin-top: var(--spacing-4);
}

.StatusPageWidget_indicator_602 {
  font-size: 13px;
  color: var(--colorTextDefault);
}.StatusPageWidget_indicator_602::before {
    content: '';
    border-radius: 100%;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: var(--borderDefault);
    margin-right: 8px;
  }.StatusPageWidget_indicator_602.StatusPageWidget_indicatorNone_952::before {
    background-color: var(--fillSuccess);
  }.StatusPageWidget_indicator_602.StatusPageWidget_indicatorMinor_4a4::before {
    background-color: var(--fillWarn);
  }:is(.StatusPageWidget_indicator_602.StatusPageWidget_indicatorMajor_de8,.StatusPageWidget_indicator_602.StatusPageWidget_indicatorCritical_451)::before {
      background-color: var(--fillDanger);
    }

.RegistrationScreen_RegistrationWithInviteScreen_container_307 {
  width: 100%;
}

.RegistrationScreen_RegistrationWithInviteScreen_logo_e3d {
  width: 130px;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/signup.0b6d3243522f3bc22f8f-f0131ed9728fc9130fd2d7da6b6308f6.js.map*/