.InfoPage_infoPage_c6a {
  margin: auto;
  max-width: 560px;
  text-align: center;
  padding: 160px 8px 0 8px;
}
.InfoPage_title_9ce {
  font-size: 24px;
  font-weight: 300;
}
.InfoPage_section_aa9 {
  color: #464a55;
  margin: 8px 0 32px;
  font-size: 16px;
}
.InfoPage_logo_de7 {
  display: inline-block;
  width: 136px;
  margin-bottom: 24px;
}

.LineSeparator {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0 none;
}
.LineSeparator.has-spacing {
  margin: 24px 0;
}

.OpenInApp_title_931 {
  margin: 32px 0;
}
.OpenInApp_panel_b65 {
  text-align: center;
}
.OpenInApp_desc_521 {
  color: #b2b2b2;
  margin: 16px 0;
}

.InputField__input[type='text'],
.InputField__input[type='password'],
.InputField__input[type='datetime'],
.InputField__input[type='datetime-local'],
.InputField__input[type='date'],
.InputField__input[type='month'],
.InputField__input[type='time'],
.InputField__input[type='week'],
.InputField__input[type='number'],
.InputField__input[type='email'],
.InputField__input[type='url'],
.InputField__input[type='search'],
.InputField__input[type='tel'],
.InputField__input[type='color'] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  height: 50px;
  padding: 0 15px;
  text-align: inherit;
}
.InputField__input[type='text'].has-prefix,
.InputField__input[type='password'].has-prefix,
.InputField__input[type='datetime'].has-prefix,
.InputField__input[type='datetime-local'].has-prefix,
.InputField__input[type='date'].has-prefix,
.InputField__input[type='month'].has-prefix,
.InputField__input[type='time'].has-prefix,
.InputField__input[type='week'].has-prefix,
.InputField__input[type='number'].has-prefix,
.InputField__input[type='email'].has-prefix,
.InputField__input[type='url'].has-prefix,
.InputField__input[type='search'].has-prefix,
.InputField__input[type='tel'].has-prefix,
.InputField__input[type='color'].has-prefix {
  padding-left: 30px;
}
.InputField__fieldContainer {
  position: relative;
}
.InputField__fieldContainerPrefix {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  font-size: 20px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 50px;
  border: 1px solid transparent;
}
.InputField__textarea {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  height: 50px;
  padding: 0 15px;
}
.InputField--error .InputField__input {
  border-color: #d0021b;
}
.InputField--small .InputField__fieldContainerPrefix {
  left: 10px;
  line-height: 32px;
  font-size: inherit;
}
.InputField--small .InputField__input[type='text'],
.InputField--small .InputField__input[type='password'],
.InputField--small .InputField__input[type='datetime'],
.InputField--small .InputField__input[type='datetime-local'],
.InputField--small .InputField__input[type='date'],
.InputField--small .InputField__input[type='month'],
.InputField--small .InputField__input[type='time'],
.InputField--small .InputField__input[type='week'],
.InputField--small .InputField__input[type='number'],
.InputField--small .InputField__input[type='email'],
.InputField--small .InputField__input[type='url'],
.InputField--small .InputField__input[type='search'],
.InputField--small .InputField__input[type='tel'],
.InputField--small .InputField__input[type='color'] {
  padding: 4px 6px;
  color: #262e39;
  font-size: inherit;
  height: 32px;
  box-sizing: border-box;
}
.InputField--small .InputField__input[type='text'].has-prefix,
.InputField--small .InputField__input[type='password'].has-prefix,
.InputField--small .InputField__input[type='datetime'].has-prefix,
.InputField--small .InputField__input[type='datetime-local'].has-prefix,
.InputField--small .InputField__input[type='date'].has-prefix,
.InputField--small .InputField__input[type='month'].has-prefix,
.InputField--small .InputField__input[type='time'].has-prefix,
.InputField--small .InputField__input[type='week'].has-prefix,
.InputField--small .InputField__input[type='number'].has-prefix,
.InputField--small .InputField__input[type='email'].has-prefix,
.InputField--small .InputField__input[type='url'].has-prefix,
.InputField--small .InputField__input[type='search'].has-prefix,
.InputField--small .InputField__input[type='tel'].has-prefix,
.InputField--small .InputField__input[type='color'].has-prefix {
  padding-left: 20px;
}
.InputField--small .InputField__textarea {
  padding: 4px 6px;
  color: #262e39;
  font-size: inherit;
  height: inherit;
}

.Modal {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1050;
  width: 560px;
  max-height: 80vh;
  margin-top: 10vh;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.Modal.BootstrapModal {
  position: fixed;
}
@media (max-height: 600px) {
  .Modal {
    margin-top: 32px;
    max-height: calc(100vh - (32px * 2));
  }
}
@media (max-width: 600px) {
  .Modal {
    width: calc(100vw - (12px * 2));
    margin-top: 12px;
    max-height: calc(100vh - (12px * 2));
  }
}
.Modal__closeCrossBtn:disabled {
  pointer-events: none;
}
.Modal__closeCrossBtn:disabled.guideflow_hovered,
.Modal__closeCrossBtn:disabled:focus {
  opacity: 0.2;
}
.Modal__footer {
  display: flex;
  text-align: left;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .Modal__footer {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }
}
.Modal__subActions {
  display: flex;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .Modal__subActions {
    order: 2;
    border-top: 1px solid #e2e2e2;
    justify-content: center;
    padding: 16px 0;
  }
}
.Modal__actions {
  margin-left: auto;
}
@media screen and (max-width:  767px ) {
  .Modal__actions {
    order: 1;
    padding: 0 0 16px 0;
  }
}
.Modal__actionsLoader {
  display: inline-block;
  margin-right: 10px;
}
.Modal__disabledBtn {
  pointer-events: none;
}

.ModalInsetSection {
  margin: -15px;
  margin-bottom: 15px;
  background-color: #eff1f5;
}
.ModalInsetSection--danger {
  background-color: #fbe6e8;
  border-bottom: 1px solid #e8d4d7;
}
.ModalInsetSection.is-alone {
  margin-bottom: -15px;
}
.ModalInsetSection.has-illustration {
  display: grid;
  grid-template-columns: 1fr calc(var(--illustration-width, 105px) + 15px);
  gap: 32px;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .ModalInsetSection.has-illustration {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.ModalInsetSection__body {
  padding: 15px;
  line-height: 1.53846154;
}
.ModalInsetSection__title {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857143;
}
.ModalInsetSection__title:not(:last-child) {
  margin-bottom: 8px;
}
.ModalInsetSection__illustration {
  margin-top: 15px;
  padding-right: 15px;
  align-self: end;
  line-height: 0;
  display: block;
}
.ModalInsetSection__illustration svg {
  width: 100%;
}
@media screen and (max-width:  767px ) {
  .ModalInsetSection__illustration {
    display: none;
  }
}

@media screen and (max-width:  767px ) {
  .InlinePromo__illustration {
    display: none;
  }
  .InlinePromo__title {
    font-size: 18px;
  }
  .InlinePromo__body {
    margin-right: 24px;
  }
}
.InlinePromo {
  background: #eff1f5;
  position: relative;
}
.InlinePromo.has-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.InlinePromo.has-info-background {
  background: #eef7fb;
}
.InlinePromo__content {
  display: flex;
  max-width: 780px;
  align-items: flex-start;
}
.InlinePromo.centered .InlinePromo__content {
  margin: 0 auto;
}
.InlinePromo__close {
  position: absolute;
  margin: 12px 12px 0 0;
  padding: 12px;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #919191;
}
.InlinePromo__body {
  padding: 24px;
}
.InlinePromo__heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.InlinePromo__badge {
  margin-left: 12px;
}
.InlinePromo__cta {
  margin-top: 16px;
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 24px;
  align-items: center;
}
.InlinePromo__illustration {
  align-self: flex-end;
  margin-right: 48px;
  line-height: 0;
}
.InlinePromo__illustration svg {
  width: 200px;
}

.switch-container {
  padding: 6px 0;
  line-height: 16px;
}
.switch-container label {
  display: inline-flex;
  margin: 0;
  line-height: 16px;
}
.switch-container.switch-checked .switch-element::before {
  width: 30px;
  background: #3781b8;
}
.switch-container.switch-checked .switch-element::after {
  left: 16px;
}
.switch-container.switch-focused .switch-element {
  box-shadow: 0 0 3px rgba(155, 191, 219, 0.6);
}
.switch-container.switch-noPadding {
  padding: 0;
}
.switch-disabled {
  opacity: 0.5;
}
.switch-disabled label {
  cursor: not-allowed;
}
.switch-label-off,
.switch-label-on {
  display: flex;
  align-items: center;
}
.switch-label-off {
  margin-right: 10px;
}
.switch-label-on {
  margin-left: 10px;
}
.switch-element {
  display: block;
  position: relative;
  height: 16px;
  width: 30px;
  border-radius: 16px;
  background-color: #999;
}
.switch-element input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.switch-element::before,
.switch-element::after {
  content: '';
  position: absolute;
  display: block;
  transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.switch-element::before {
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  border-radius: 16px;
}
.switch-element::after {
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  border-radius: 12px;
  background: #ffffff;
}

.OptionSwitch_description_1ff {
  display: block;
  margin-left: 40px;
}
.OptionSwitch_disabled_62c {
  opacity: 0.5;
}

.SecurityPrivacyMessage_hint_f89 {
  color: #919191;
  font-size: 13px;
  margin-bottom: 15px;
}

label.RadioGroup_LabelWithBorder_label_8c4 {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
label.RadioGroup_LabelWithBorder_label_8c4.guideflow_hovered {
  border-color: rgba(0, 0, 0, 0.2);
}
label.RadioGroup_LabelWithBorder_label_8c4.isSelected {
  border-color: #3274a6;
}

.RadioGroup_RadioButton_input_376 {
  display: none;
}
.RadioGroup_RadioButton_button_4ef {
  position: relative;
  color: #464a55;
}
.RadioGroup_RadioButton_button_4ef .Btn__icon {
  color: #919191;
}
.RadioGroup_RadioButton_button_4ef.isSelected {
  color: #262e39;
}
.RadioGroup_RadioButton_button_4ef.isSelected .Btn__icon {
  color: #464a55;
}

label.RadioGroup_RadioItem_label_cb2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
input[type='radio'].RadioGroup_RadioItem_radio_6d8 {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 14px 0 0;
  flex: 0 0 auto;
}
.RadioGroup_RadioItem_labelContainer_4eb {
  flex: 0 1 auto;
}

.ScrollDisclosure_box_d2f {
  position: relative;
}
.ScrollDisclosure_box_d2f::before,
.ScrollDisclosure_box_d2f::after {
  position: absolute;
  z-index: 1;
  content: '';
  transition: box-shadow 0.1s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ScrollDisclosure_box_d2f.ScrollDisclosure_wrapsTable_07f {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.ScrollDisclosure_box_d2f.ScrollDisclosure_hasOverflow_cfc {
  overflow: hidden;
}
.ScrollDisclosure_overflowsLeft_172::before {
  box-shadow: 14px 0 12px -12px rgba(0, 0, 0, 0.1) inset;
}
.ScrollDisclosure_overflowsRight_d32::after {
  box-shadow: -14px 0 12px -12px rgba(0, 0, 0, 0.1) inset;
}
.ScrollDisclosure_inner_83f {
  transform: translate3d(0, 0, 0);
}
.ScrollDisclosure_hasOverflow_cfc .ScrollDisclosure_inner_83f {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.Table_SortableTable_dragCell_93f {
  padding-right: 0;
}
.Table_SortableTable_dragHandle_7e2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
}
.Table_SortableTable_notDraggable_03e {
  background-color: transparent;
}
.Table_SortableTable_draggableRow_d57 .Table_SortableTable_dragIcon_5e3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .Table_SortableTable_sortingEnabled_58d .Table_SortableTable_dragHandle_7e2 {
    cursor: grab;
  }
  .Table_SortableTable_sortingEnabled_58d .Table_SortableTable_draggableRow_d57.guideflow_hovered .Table_SortableTable_dragIcon_5e3 {
    display: block;
  }
  .Table_SortableTable_sortingEnabled_58d .Table_SortableTable_draggableRow_d57.guideflow_hovered .Table_SortableTable_index_dfd {
    display: none;
  }
}
.Table_SortableTable_draggedRow_703 {
  opacity: 0.75;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
  background-color: white;
}
.Table_SortableTable_ghostRow_6c0 {
  background-color: #f1f1f1 !important;
  outline: 1px dotted #767676;
}
.Table_SortableTable_ghostRow_6c0 * {
  opacity: 0;
}

.SearchInput_search_601 {
  position: relative;
}
.SearchInput_search_601 .SearchInput_searchInput_07c {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  min-width: 100%;
  height: 32px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  box-shadow: none !important;
  padding: 0 12px 0 36px;
  background-color: #f1f1f1;
  transition: background-color ease-in-out 150ms;
  -webkit-appearance: none;
}
.SearchInput_search_601 .SearchInput_searchInput_07c:focus {
  background-color: #fff;
}
.SearchInput_searchIcon_52f {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #464a55;
  cursor: pointer;
  pointer-events: none;
}
.SearchInput_clearIcon_ad0 {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 12px;
  color: #464a55;
  opacity: 0.8;
}
.SearchInput_clearIcon_ad0.guideflow_hovered {
  opacity: 1;
}
.SearchInput_searchInput_07c:placeholder-shown + .SearchInput_clearIcon_ad0 {
  display: none;
}

.Table_table_9ec {
  width: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-collapse: separate;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  border-spacing: 0;
}
.Table_loading_e0a {
  opacity: 0.5;
}
.Table_th_687 {
  background: #f9f9f9;
  text-align: left;
  padding: 7px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  font-weight: 600;
}
.Table_th_687:first-child {
  border-top-left-radius: 4px;
}
.Table_th_687:last-child {
  border-top-right-radius: 4px;
}
.Table_th_687.Table_icon_fb4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.Table_td_9c7 {
  padding: 12px 16px;
}
.Table_tr_593 {
  background: white;
}
.Table_tr_593:not(:first-child) .Table_td_9c7 {
  border-top: 1px solid #f1f1f1;
}
.Table_tr_593:last-child .Table_td_9c7:first-child {
  border-bottom-left-radius: 4px;
}
.Table_tr_593:last-child .Table_td_9c7:last-child {
  border-bottom-right-radius: 4px;
}
.Table_tr_593.Table_clickable_e6a {
  cursor: pointer;
}
.Table_align-right_2c7 {
  text-align: right;
}
.Table_align-center_2cd {
  text-align: center;
}
.Table_tr_593.Table_hover_b19.guideflow_hovered {
  background: #fafbfb;
}
.Table_cover_9a0 {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.Table_moreIcon_7e6 {
  width: 16px;
  padding: 4px;
  box-sizing: content-box;
  background: none;
  border: none;
  outline: none;
  color: #919191;
  display: inline-flex;
}
.Table_moreIcon_7e6.guideflow_hovered {
  color: #262e39;
}
.Table_moreIcon_7e6 svg {
  width: 100%;
}

.Tabs_tabs_757 {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
}
.Tabs_tabs_757:not(.Tabs_fitted_45b) {
  justify-content: flex-start;
  grid-template-columns: min-content;
  gap: 24px;
}
.Tabs_tab_026 {
  display: block;
}
.Tabs_tabButton_181 {
  position: relative;
  display: flex;
  align-items: center;
  appearance: none;
  background: none;
  border: none;
  white-space: nowrap;
  padding: 0 0 10px;
  margin-bottom: -1px;
  color: #777777;
  transition: color 0.2s ease;
}
.Tabs_fitted_45b .Tabs_tabButton_181 {
  width: 100%;
  justify-content: center;
}
.Tabs_tabButton_181::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 1px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.Tabs_tabButton_181.Tabs_active_656,
.Tabs_tabButton_181.guideflow_hovered {
  outline: none;
  color: #262e39;
  text-decoration: none;
}
.Tabs_tabButton_181.Tabs_active_656 .Tabs_badge_12f,
.Tabs_tabButton_181.guideflow_hovered .Tabs_badge_12f,
.Tabs_tabButton_181.Tabs_active_656 .Tabs_icon_7a5,
.Tabs_tabButton_181.guideflow_hovered .Tabs_icon_7a5 {
  color: #262e39;
}
.Tabs_tabButton_181:focus {
  color: inherit;
  text-decoration: none;
}
.Tabs_tabButton_181.Tabs_active_656::after {
  background-color: #262e39;
}
.Tabs_tabButton_181:not(.Tabs_active_656).guideflow_hovered::after {
  background-color: #b2b2b2;
}
.Tabs_badgeWrap_702 {
  margin-left: 6px;
  vertical-align: bottom;
  min-width: 1em;
  line-height: 1;
}
.Tabs_badge_12f {
  border-color: #e2e2e2;
  color: #767676;
  background-color: white;
}
.Tabs_icon_7a5 {
  height: 16px;
  width: 16px;
  margin-right: 6px;
  color: gray-40;
  transition: color 0.2s ease;
}

/*!
 * froala_editor v4.0.16 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}
.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-image-resizer.fr-active {
  display: block;
}
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}
.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}
.fr-popup .fr-image-upload-layer.guideflow_hovered {
  background: #ebebeb;
}
.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}
.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}
.fr-popup .fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}
.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
img.fr-draggable {
  user-select: none;
}
/*!
 * froala_editor v4.0.16 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none;
}
.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}
.fr-box .CodeMirror {
  display: none;
}
.fr-box.fr-code-view textarea.fr-code {
  display: block;
}
.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
  display: none;
}
.fr-box.fr-code-view .CodeMirror {
  display: block;
}
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #FFF;
  color: #333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 24px;
  width: 24px;
  text-align: center;
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop.guideflow_hovered {
  background: #ebebeb;
}
/*!
 * froala_editor v4.0.16 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 0 0;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 38px;
  height: 40px;
  padding: 17px 0 0;
  margin: 0;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 40px;
  width: 38px;
}
.fr-popup .fr-separator + .fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px;
}
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}
.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}
.fr-popup .fr-color-set > span > i,
.fr-popup .fr-color-set > span > svg {
  text-align: center;
  line-height: 32px;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}
.fr-popup .fr-color-set > span > i path,
.fr-popup .fr-color-set > span > svg path {
  fill: #222;
}
.fr-popup .fr-color-set > span .fr-selected-color {
  color: #FFF;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}
.fr-popup .fr-color-set > span.guideflow_hovered,
.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #222;
  z-index: 2;
}
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}
/*!
 * froala_editor v4.0.16 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #0098f7;
}
.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none;
}
.fr-table-resizer.fr-moving {
  z-index: 2;
}
.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #0098f7;
}
.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-popup .fr-table-size {
  margin: 20px;
}
.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
}
.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 5px;
  white-space: nowrap;
}
.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0 4px 4px 0;
  background: transparent;
}
.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
}
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(0, 152, 247, 0.3);
  border: solid 1px #0098f7;
}
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}
.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}
.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap;
}
.custom-theme.fr-tooltip {
  font-size: 11px;
  line-height: 1.5;
  padding: 7px;
  border-radius: 3px;
  color: #fff;
  background: #262e39;
  text-align: center;
  max-width: 100%;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
  box-shadow: none;
  border: 1px solid #e2e2e2;
  border-radius: 7px 7px 0 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom.fullWidth .fr-wrapper {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: unset;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom {
  border-radius: 0 0 7px 7px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  box-shadow: none;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom.fullWidth {
  border: 0;
  border-radius: unset;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-newline {
  height: 0;
  padding-top: 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-more-toolbar.fr-expanded {
  height: 34px;
  background: #fafafa;
  border-bottom: 1px solid #eff1f5;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-btn-grp.fr-float-left,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-btn-grp.fr-float-right {
  margin: 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn {
  margin: 0;
  border-radius: 50px;
  flex: none;
  order: 3;
  flex-grow: 0;
  height: 26px;
  width: 26px;
  margin: 4px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.guideflow_hovered {
  background: rgba(0, 0, 0, 0.05);
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn .fr-svg {
  margin: 0 auto;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-btn-active-popup,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-active {
  background: rgba(0, 0, 0, 0.1);
  color: #262e39;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-btn-active-popup .fr-customSVG svg path,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-active .fr-customSVG svg path {
  fill: #262e39;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd^='separator-'] {
  height: 16px;
  width: 1px;
  background: #e2e2e2;
  margin: 9px 8px;
  opacity: 1;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='html'] {
  float: right;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreText']:after,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreParagraph']:after,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='fontSize']:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #303030;
  content: '';
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreText'].fr-open:after,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreParagraph'].fr-open:after,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='fontSize'].fr-open:after {
  border-top: 0;
  border-bottom: 4px solid #303030;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='bold'] {
  margin-left: 8px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-dropdown,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreText'],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreParagraph'],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='fontSize'] {
  width: 44px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-dropdown .fr-customSVG,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreText'] .fr-customSVG,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreParagraph'] .fr-customSVG,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='fontSize'] .fr-customSVG {
  margin-right: 16px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-dropdown::after,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreText']::after,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='moreParagraph']::after,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-toolbar.fr-bottom .fr-command.fr-btn[data-cmd='fontSize']::after {
  top: 12px;
  right: 8px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  text-shadow: none;
  border-radius: 16px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  color: #262e39;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1.14285714;
  transition: all 0.2s ease-in-out;
  line-height: 1.23076923;
  font-size: 13px;
  padding: 4px 12px;
  height: auto;
  transition: none;
  width: auto;
  margin: 4px 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].active {
  outline: none;
  text-decoration: none;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].guideflow_hovered {
  background: #f1f1f1;
  color: #262e39;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:focus:not(.guideflow_hovered),
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:focus:not(.guideflow_hovered) {
  box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.5);
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:active.guideflow_hovered {
  background-color: #f1f1f1;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:focus.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:focus.guideflow_hovered {
  outline: none;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled {
  background: white;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-image: none !important;
  text-shadow: none !important;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled]:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled]:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled]:focus:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled]:focus:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled:focus:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled:focus:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled]:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled]:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled]:focus.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled]:focus.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled:focus.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled:focus.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled]:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled]:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled].active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled].active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled.active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled.active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].disabled.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].disabled.guideflow_hovered {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-image: none !important;
  text-shadow: none !important;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .glyphicons,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .glyphicons {
  width: 30px;
  text-align: center;
  margin-left: -12px;
  float: left;
  line-height: 1;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .glyphicons:before,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .glyphicons:before {
  text-align: center;
  display: block;
  color: inherit;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .glyphicons.prepends-text,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .glyphicons.prepends-text {
  margin-right: 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'][disabled].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'][disabled].guideflow_hovered {
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'].guideflow_hovered {
  background-color: #f1f1f1;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor']:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor']:active.guideflow_hovered {
  border-color: transparent;
  background-color: #f1f1f1;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .glyphicons,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .glyphicons {
  width: 26px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .Btn__icon,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .Btn__icon {
  width: 30px;
  height: 24px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .Btn__icon + .Btn__text,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .Btn__icon + .Btn__text {
  margin-left: 18px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .Btn__icon.iconEnd + .Btn__text,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .Btn__icon.iconEnd + .Btn__text {
  margin: 0 18px 0 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applytextColor'] .Btn__icon svg,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-command.fr-select-color[title='Clear Formatting'][data-cmd='applybackgroundColor'] .Btn__icon svg {
  width: 14px;
  height: 14px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-customSVG svg {
  margin: 0 auto;
  width: 14px;
  height: 14px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  text-shadow: none;
  border-radius: 16px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  color: #262e39;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1.14285714;
  transition: all 0.2s ease-in-out;
  line-height: 1.23076923;
  font-size: 13px;
  padding: 4px 12px;
  height: auto;
  transition: none;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.active {
  outline: none;
  text-decoration: none;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.guideflow_hovered {
  background: #f1f1f1;
  color: #262e39;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command:focus:not(.guideflow_hovered) {
  box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.5);
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command:active.guideflow_hovered {
  background-color: #f1f1f1;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command:focus.guideflow_hovered {
  outline: none;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled],
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled {
  background: white;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-image: none !important;
  text-shadow: none !important;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled]:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled:focus,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled]:focus:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled:focus:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled]:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled:active.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled]:focus.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled:focus.guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled]:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled:active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled].active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled.active,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command[disabled].guideflow_hovered,
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command.disabled.guideflow_hovered {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-image: none !important;
  text-shadow: none !important;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .glyphicons {
  width: 30px;
  text-align: center;
  margin-left: -12px;
  float: left;
  line-height: 1;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .glyphicons:before {
  text-align: center;
  display: block;
  color: inherit;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .glyphicons.prepends-text {
  margin-right: 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .glyphicons {
  width: 26px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .Btn__icon {
  width: 30px;
  height: 24px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .Btn__icon + .Btn__text {
  margin-left: 18px;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .Btn__icon.iconEnd + .Btn__text {
  margin: 0 18px 0 0;
}
.custom-theme.fr-box.fr-basic.fr-bottom .fr-action-buttons button.fr-command .Btn__icon svg {
  width: 14px;
  height: 14px;
}
.custom-theme .fr-wrapper.show-placeholder .fr-placeholder {
  position: absolute;
}
.custom-theme a[data-cmd='templateTags'],
.custom-theme a[data-cmd='schedulingLinks'] {
  font-size: 12px;
  padding-left: 10px;
}
.custom-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper,
.custom-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  max-height: 350px;
  height: auto !important;
}
.custom-theme .fr-top .fr-dropdown-menu {
  margin-bottom: 30px;
}
.custom-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  padding: 0;
}
.custom-theme .fr-color-set {
  width: 256px;
}

.RichTextEditor_Editor_divider_26b {
  border-top: 1px solid #f1f1f1;
}

.RichTextEditor_Content_root_3d4 {
  all: revert;
  display: flex;
}
.RichTextEditor_Content_root_3d4 > [contenteditable='true'] {
  min-height: 110px;
}
.RichTextEditor_Content_root_3d4 .ProseMirror {
  width: 100%;
  outline: none;
}
.RichTextEditor_Content_root_3d4 .ProseMirror > p:last-child {
  margin: 0;
}
.RichTextEditor_Content_root_3d4 .ProseMirror ol > li {
  list-style-type: decimal;
}
.RichTextEditor_Content_root_3d4 .ProseMirror ol > li ol > li {
  list-style-type: lower-alpha;
}
.RichTextEditor_Content_root_3d4 .ProseMirror ol > li ol > li ol > li {
  list-style-type: lower-roman;
}
.RichTextEditor_Content_root_3d4 .ProseMirror ul > li {
  list-style-type: disc;
}
.RichTextEditor_Content_root_3d4 .ProseMirror ul > li ul > li {
  list-style-type: circle;
}
.RichTextEditor_Content_root_3d4 .ProseMirror ul > li ul > li ul > li {
  list-style-type: square;
}
.RichTextEditor_Content_root_3d4 .ProseMirror p {
  margin-bottom: 8px;
}
.RichTextEditor_Content_root_3d4 .ProseMirror blockquote,
.RichTextEditor_Content_root_3d4 .ProseMirror li,
.RichTextEditor_Content_root_3d4 .ProseMirror blockquote p,
.RichTextEditor_Content_root_3d4 .ProseMirror li p {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 8px;
}
.RichTextEditor_Content_root_3d4 .ProseMirror blockquote {
  color: #777777;
}
.RichTextEditor_Content_root_3d4 .ProseMirror .emptyEditor::before {
  content: attr(data-placeholder);
  color: #919191;
  pointer-events: none;
  float: left;
  height: 0;
}
.RichTextEditor_Content_root_3d4 .ProseMirror .RichTextEditor_Content_collaborationCursorCaret_2b5 {
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  margin-right: -1px;
  pointer-events: none;
  word-break: normal;
}
.RichTextEditor_Content_root_3d4 .ProseMirror .RichTextEditor_Content_collaborationCursorLabel_28d {
  position: absolute;
  left: -1px;
  top: -14px;
  border-radius: 3px 3px 3px 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 4px;
  user-select: none;
  white-space: nowrap;
}

.RichTextEditor_Toolbar_toolbar_265 {
  display: flex;
  box-sizing: border-box;
  align-items: stretch;
}

.RichTextEditor_buttons_separator_d99 {
  all: initial;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px;
}
.RichTextEditor_buttons_headingItem_046 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.RichTextEditor_buttons_form_0bc {
  margin: 0;
}

.Slideable_main_5ab {
  overflow: hidden;
  transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.RichPlainText_highlightText_4a0 {
  background-color: #ffff00;
}

.MediaControls_progress_83f {
  width: 100%;
  height: 4px;
}
.MediaControls_progressInnerContainer_7db {
  width: 100%;
  height: 100%;
  position: relative;
}
.MediaControls_progressInnerContainer_7db.MediaControls_rounded_104 {
  border-radius: 2px;
  overflow: hidden;
}
.MediaControls_loadedBar_1ea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.MediaControls_loadedBar_1ea::-webkit-progress-bar {
  background-color: transparent;
}
.MediaControls_loadedBar_1ea::-ms-fill {
  background-color: rgba(255, 255, 255, 0.2);
}
.MediaControls_loadedBar_1ea::-moz-progress-bar {
  background-color: rgba(255, 255, 255, 0.2);
}
.MediaControls_loadedBar_1ea::-webkit-progress-value {
  background-color: rgba(255, 255, 255, 0.2);
}
.MediaControls_loadedBar_1ea:focus {
  outline: 0;
}
.MediaControls_loadedBar_1ea.MediaControls_lightTheme_fcb {
  appearance: none;
  border: 0;
  background-color: #f1f1f1;
}
.MediaControls_loadedBar_1ea.MediaControls_lightTheme_fcb::-webkit-progress-bar {
  background-color: transparent;
}
.MediaControls_loadedBar_1ea.MediaControls_lightTheme_fcb::-ms-fill {
  background-color: #e2e2e2;
}
.MediaControls_loadedBar_1ea.MediaControls_lightTheme_fcb::-moz-progress-bar {
  background-color: #e2e2e2;
}
.MediaControls_loadedBar_1ea.MediaControls_lightTheme_fcb::-webkit-progress-value {
  background-color: #e2e2e2;
}
.MediaControls_loadedBar_1ea.MediaControls_lightTheme_fcb:focus {
  outline: 0;
}
.MediaControls_playedBar_997 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  border: 0;
  background-color: transparent;
}
.MediaControls_playedBar_997::-webkit-progress-bar {
  background-color: transparent;
}
.MediaControls_playedBar_997::-ms-fill {
  background-color: #3581bb;
}
.MediaControls_playedBar_997::-moz-progress-bar {
  background-color: #3581bb;
}
.MediaControls_playedBar_997::-webkit-progress-value {
  background-color: #3581bb;
}
.MediaControls_playedBar_997:focus {
  outline: 0;
}
.MediaControls_playedBar_997.MediaControls_lightTheme_fcb {
  appearance: none;
  border: 0;
  background-color: transparent;
}
.MediaControls_playedBar_997.MediaControls_lightTheme_fcb::-webkit-progress-bar {
  background-color: transparent;
}
.MediaControls_playedBar_997.MediaControls_lightTheme_fcb::-ms-fill {
  background-color: #464a55;
}
.MediaControls_playedBar_997.MediaControls_lightTheme_fcb::-moz-progress-bar {
  background-color: #464a55;
}
.MediaControls_playedBar_997.MediaControls_lightTheme_fcb::-webkit-progress-value {
  background-color: #464a55;
}
.MediaControls_playedBar_997.MediaControls_lightTheme_fcb:focus {
  outline: 0;
}
.MediaControls_thumb_0a4 {
  appearance: none;
  background-color: transparent;
  border: none;
  width: 4px;
  height: 4px;
}
.MediaControls_track_6a1 {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.MediaControls_seekBar_aa6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.MediaControls_seekBar_aa6::-webkit-slider-thumb {
  appearance: none;
  background-color: transparent;
  border: none;
  width: 4px;
  height: 4px;
}
.MediaControls_seekBar_aa6::-moz-range-thumb {
  appearance: none;
  background-color: transparent;
  border: none;
  width: 4px;
  height: 4px;
}
.MediaControls_seekBar_aa6::-ms-thumb {
  appearance: none;
  background-color: transparent;
  border: none;
  width: 4px;
  height: 4px;
}
.MediaControls_seekBar_aa6::-webkit-slider-runnable-track {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.MediaControls_seekBar_aa6::-moz-range-track {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.MediaControls_seekBar_aa6::-ms-track {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.MediaControls_seekBar_aa6:focus {
  outline: none;
}
.MediaControls_buttonContainer_318 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.MediaControls_spacer_566 {
  margin: 8px;
}
.MediaControls_spacer_566.MediaControls_expandable_082 {
  flex-grow: 1;
}
.MediaControls_iconButton_c22 {
  color: #fff;
  opacity: 0.9;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
}
.MediaControls_iconButton_c22:focus,
.MediaControls_iconButton_c22.guideflow_hovered {
  color: #fff;
  opacity: 1;
}
.MediaControls_iconButton_c22.MediaControls_lightTheme_fcb {
  color: #464a55;
  opacity: 0.9;
}
.MediaControls_iconButton_c22.MediaControls_lightTheme_fcb:focus,
.MediaControls_iconButton_c22.MediaControls_lightTheme_fcb.guideflow_hovered {
  color: #464a55;
  opacity: 1;
}
.MediaControls_duration_d60 {
  flex: 0 0 auto;
  color: #fff;
  opacity: 0.9;
  font-variant-numeric: tabular-nums;
}
.MediaControls_duration_d60.MediaControls_smallSize_4d3 {
  font-size: 12px;
  line-height: 1.33333333;
}
.MediaControls_duration_d60.MediaControls_mediumSize_75d {
  font-size: 13px;
  line-height: 1.23076923;
}
.MediaControls_duration_d60.MediaControls_lightTheme_fcb {
  color: #464a55;
}
.MediaControls_duration_d60 time.MediaControls_time_c81 {
  font-size: inherit;
  color: inherit;
  border-bottom: 0;
}

.OverflowShadow_root_407 {
  position: relative;
  overflow: hidden;
}
.OverflowShadow_root_407.OverflowShadow_withShadow_0b0::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  pointer-events: none;
  background: linear-gradient(to top, var(--shadow-color) 0%, rgba(255, 255, 255, 0) 100%);
}

.InfoPopover_content_607 {
  padding: 22px;
  box-sizing: border-box;
  color: #262e39;
}
.InfoPopover_content_607.InfoPopover_default_0ba {
  max-width: 320px;
  width: 320px;
}
.InfoPopover_content_607.InfoPopover_large_5bf {
  max-width: 380px;
  width: 380px;
}
.InfoPopover_header_1df {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.InfoPopover_p_d94 {
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
}
.InfoPopover_action_78c {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.InfoPopover_helpLink_675 {
  flex-grow: 1;
  text-align: right;
}
.InfoPopover_backdrop_e75 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.InfoPopover_xButton_5b9 {
  position: absolute;
  top: 16px;
  right: 16px;
}

.SequenceBadgeInlineButton_inlineBadge_176 {
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  margin: 0 4px 2px 0;
  width: fit-content;
}

.SnoozeMenu_calendarCard_6bb {
  margin-left: -4px;
}

.subComponents_SnoozeMenuButton_buttonContent_653 {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .subComponents_SnoozeMenuButton_caretContainer_bd7 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .subComponents_SnoozeMenuButton_caretContainer_bd7 {
    display: inline-flex;
    position: relative;
    left: 4px;
    height: 12px;
    align-items: center;
  }
  .subComponents_SnoozeMenuButton_caret_4c0 {
    display: inline-flex;
    height: 16px;
  }
}

.subComponents_SnoozeMenuIconButton_buttonLight_53e {
  color: #919191;
}

.Select .Select__input[type='search'] {
  height: 52px;
  font-size: 16px;
}
.Select .Select__selectedText {
  font-size: 16px;
  line-height: 1.25;
}
.Select--tiny .Select__input[type='search'] {
  height: 22px;
  font-size: 12px;
}
.Select--tiny .Select__selectedText {
  font-size: 12px;
  line-height: 1.16666667;
}
.Select--tiny .Select__selectedText {
  line-height: 22px;
}
.Select--small .Select__input[type='search'] {
  height: 32px;
  font-size: 14px;
}
.Select--small .Select__selectedText {
  font-size: 14px;
  line-height: 1.14285714;
}
.Select--large .Select__input[type='search'] {
  height: 64px;
  font-size: 16px;
}
.Select--large .Select__selectedText {
  font-size: 16px;
  line-height: 1.25;
}
.Select--hasError .Select__input[type='search'] {
  border-color: #d0021b;
}
.Select__label {
  display: block;
  color: #464a55;
  margin-bottom: 8px;
}
.Select--open .Select__input[type='search']:focus {
  color: #262e39;
}
.Select__inputSearchIcon,
.Select__inputIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  pointer-events: none;
}
.Select__inputSearchIcon {
  color: rgba(0, 0, 0, 0.28);
}
.Select__inputWrapper {
  position: relative;
  width: 100%;
}
.Select__input[type='search'] {
  box-sizing: border-box;
  width: 100%;
  vertical-align: initial;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-right: 32px;
  padding-left: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
}
.Select__input[type='search']:focus {
  outline: none;
  box-shadow: none;
  color: transparent;
}
.Select__input[readonly] {
  background-color: #fff;
}
.Select__input--withDefaultText::placeholder {
  color: #262e39;
  opacity: 1;
}
.Select__unselect {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  width: 20px;
  height: 100%;
  font-size: 80%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.Select__unselect.guideflow_hovered {
  color: #3781b8;
}
.Select__unselect.guideflow_hovered ~ .Select__input {
  pointer-events: none;
}
.Select__selectedGroup {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  color: #3781b8;
  font-size: 12px;
  line-height: 1.33333333;
  font-weight: 700;
  pointer-events: none;
}
.Select__selectedGroup + .Select__selectedText {
  top: 24px;
  bottom: auto;
}
.Select__selectedText {
  position: absolute;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 10px;
  pointer-events: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Select--withUnselect .Select__input[type='search'] {
  padding-right: 52px;
}
.Select--withUnselect .Select__selectedText {
  width: calc(100% - 62px);
}
.Select__list {
  list-style-type: none;
  margin: 4px 0;
}
.Select__list:focus {
  outline: none;
}
.Select__insideInput[type='search'],
.Select__insideInput[type='search']:focus {
  margin: 4px 8px 8px;
  border: 0;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.05);
  min-width: 200px;
  width: calc(100% - 16px);
  height: unset;
  box-sizing: border-box;
  height: 28px;
  line-height: 1;
  padding: 0 8px 0 32px;
}
.Select__insideInputWrapper {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 4px 0;
}
.Select__insideInputIcon {
  position: absolute;
  top: 11px;
  left: 16px;
  color: #919191;
}
.Select__confirmSelection {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Select__confirmSelection > *:not(:first-child) {
  margin-left: 8px;
}
.Select__noMatches {
  padding: 4px 8px 4px 40px;
}
.Select--disabled:not(.has-customTrigger) {
  cursor: not-allowed;
  opacity: 0.5;
  user-select: none;
}
.Select--disabled .Select__inputWrapper {
  pointer-events: none;
}
.Select:not(.Select--disabled) .Select__input[type='search'] {
  cursor: pointer;
}
@media screen and (max-width:  767px ) {
  .Select__popoverContent {
    width: calc(100vw - 24px - 2px);
  }
}
/**
 * handle Selects inside .input-prepend
 * input-prepend is a backbone-forms only thing
 */
.input-prepend .Select__input {
  border-left: none;
}
.input-prepend .Select__selectedText {
  z-index: 3;
}
.Select__input::placeholder {
  color: #767676;
}

.components_Item_item_647 {
  position: relative;
  padding: 4px 24px 4px 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
}
.components_Item_tiny_2c2 {
  font-size: 14px;
  line-height: 1.42857143;
}
.components_Item_small_46d {
  font-size: 14px;
  line-height: 1.42857143;
}
.components_Item_large_8c8 {
  font-size: 16px;
  line-height: 1.25;
}
.components_Item_multi_1ab {
  padding-left: 16px;
}
.components_Item_multi_1ab label {
  pointer-events: none;
}
.components_Item_defaultSelected_107:not(.components_Item_disabled_104) {
  background-color: #f1f1f1;
}
.components_Item_defaultSelected_107.components_Item_disabled_104 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.components_Item_disabled_104 {
  cursor: not-allowed;
  opacity: 0.5;
  user-select: none;
}
.components_Item_hidden_03a {
  display: none;
}
.components_Item_selected_f77 svg {
  position: absolute;
  top: 6px;
  left: 12px;
  width: 16px;
  color: #3781b8;
}
.components_Item_groupItemWrap_3a1 {
  margin: 0;
  overflow: hidden;
}
.components_Item_groupItemWrap_3a1:first-of-type .components_Item_divider_d71 {
  display: none;
}
.components_Item_groupItem_bce {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding: 4px 32px 4px 12px;
}
.components_Item_multiGroupItem_46a {
  padding-left: 16px;
}
.components_Item_groupToggle_d73 {
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  cursor: pointer;
}
.components_Item_divider_d71 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 4px 0;
}
.components_Item_divider_d71 + .components_Item_divider_d71,
.components_Item_divider_d71 + .components_Item_groupItemWrap_3a1 .components_Item_divider_d71 {
  display: none;
}
.components_Item_count_2ae {
  margin-left: 8px;
  display: flex;
  align-self: center;
}
.components_Item_headingWithCount_677 {
  display: flex;
  min-width: 184px;
}
.components_Item_actionItem_bde:not(.components_Item_selected_f77) svg {
  position: absolute;
  top: 7px;
  left: 14px;
  width: 14px;
  height: 14px;
}
.components_Item_actionItem_bde.guideflow_hovered {
  background-color: #f1f1f1;
}
.components_Item_emptyGroupItem_714 {
  color: #808080;
  margin: 0;
  position: relative;
  padding: 4px 32px 4px 12px;
}
.components_Item_emptyGroupText_b74 {
  max-width: 230px;
}
.components_Item_emptyGroupAction_d73 {
  display: block;
}

.components_Menu_isScrollable_7f8 {
  overflow-y: auto;
}

.FroalaEditor_skeleton_skeleton_828 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-height: 160px;
}
.FroalaEditor_skeleton_skeleton_828:not(.FroalaEditor_skeleton_fullWidth_9df) {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
}
.FroalaEditor_skeleton_toolbar_77b {
  height: 34px;
  border-top: 1px solid #e2e2e2;
  margin-top: auto;
}

.PrefixedInput_wrapper_416 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}
.PrefixedInput_wrapper_416 *,
.PrefixedInput_wrapper_416 *:before,
.PrefixedInput_wrapper_416 *:after {
  box-sizing: inherit;
}
.PrefixedInput_prefix_34c {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 31px;
  padding: 8px 7px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.14285714;
  position: relative;
  z-index: 1;
}
input.PrefixedInput_input_f72 {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 7px 8px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
input.PrefixedInput_input_f72:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
input.PrefixedInput_input_f72:focus + .PrefixedInput_fakeInput_590 {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(155, 191, 219, 0.6);
}
input.PrefixedInput_input_f72:focus:invalid + .PrefixedInput_fakeInput_590 {
  color: #262e39;
  border: 1px solid rgba(82, 168, 236, 0.8);
}
.PrefixedInput_fakeInput_590 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #262e39;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.PrefixedInput_fakeInputDisabled_1db {
  background-color: #eee;
}

.TimeInput_clockIcon_fc1 {
  display: block;
  width: 16px;
  height: 16px;
}
.TimeInput_menu_136 {
  margin: 0;
  max-height: 252px;
}
.TimeInput_menu_136:focus {
  outline: none;
}

.RichTextEditor_Input_root_fc6 {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.075);
  border-radius: 3px;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/main~ee885715.3fd3793933450eff0b5b.js.map*/