:root {
  --highlightColor: rgba(var(--highlightColorVar), 1);
  --avatarPlaceholderBackgroundColor: #f5f5f4;
  --avatarPlaceholderTextColor: #a8a29e;
  --bodyBackgroundColor: #fff;
  --bodyBackgroundColorTranslucent: rgba(255, 255, 255, 0.9);
  --bodyTextColor: #46474E;
  --secondaryTextColor: hsl(50, 2%, 33.1%);
  --columnLineColor: hsl(59, 6.5%, 95.1%);
  --headerMenuBackgroundColor: #fff;
  --inputBackgroundColor: hsl(60, 7.7%, 97.5%);
  --inputTextColor: #999;
  --linkColor: hsl(50, 6%, 10%);
  --listMenuButtonActiveBackgroundColor: #F3F3F2;
  --listMenuButtonActiveBackgroundColor: rgba(var(--highlightColorVar), 0.05);
  --listMenuButtonActiveTextColor: var(--highlightColor);
  --listMenuButtonTextColor: hsl(50, 2%, 33.1%);
  --mainMenuBackgroundColor: transparent;
  --mainMenuButtonTextColor: hsl(50, 2%, 33.1%);
  --mainMenuLineColor: hsl(58, 6.1%, 92.9%);
  --metaTextColor: #46474E;
  --notificationBadgeBackgroundColor: var(--highlightColor);
  --notificationBadgeTextColor: #fff;
  --paragraphTextColor: #46474E;
  --primaryLineColor: hsl(58, 6.1%, 92.9%);
  --sidebarMenuBackgroundColor: #fafaf9;
  --sidebarMenuBackgroundColor: #fff;
  --subtitleTextColor: #78716c;
  --stickyHeaderBackgroundColor: #eee;
  --titleTextColor: #1c1917;
  --listMenuButtonBorderRadius: 4px;
  --baseComponentBorderRadius-md: 30px;
  --baseComponentHeight-sm: 32px;
  --baseComponentHeight-md: 32px;
  --baseComponentHeight-lg: 40px;
  --baseComponentHeight-xl: 48px;
  --thumbnailImageBorderRadius: 2px;
  --gatherDraftStatusTextColor: #d5902f;
  --gatherFooterBackgroundColor: hsl(60, 7.7%, 97.5%);
}
.dark-mode {
  --asideBackgroundColor: #080808;
  --avatarPlaceholderBackgroundColor: #333;
  --avatarPlaceholderTextColor: #aaa;
  --bodyBackgroundColor: #0c0c0c;
  --bodyBackgroundColorTranslucent: #0c0c0c;
  --bodyTextColor: #aaa;
  --secondaryTextColor: hsl(50, 4%, 61.8%);
  --headerMenuBackgroundColor: #0c0c0c;
  --columnLineColor: #181818;
  --inputBackgroundColor: #1a1a1a;
  --inputTextColor: #999;
  --linkColor: hsl(56, 4%, 92.8%);
  --listMenuButtonActiveBackgroundColor: #222;
  --listMenuButtonActiveTextColor: #fff;
  --listMenuButtonTextColor: hsl(50, 4%, 61.8%);
  --mainMenuBackgroundColor: transparent;
  --mainMenuButtonTextColor: hsl(50, 4%, 61.8%);
  --mainMenuLineColor: hsl(57, 3.6%, 15.3%);
  --metaTextColor: #888;
  --notificationBadgeBackgroundColor: orange;
  --notificationBadgeTextColor: #000;
  --paragraphTextColor: #aaa;
  --primaryLineColor: #1c1c1c;
  --sidebarMenuBackgroundColor: #0c0c0c;
  --subtitleTextColor: #46474E;
  --stickyHeaderBackgroundColor: #222;
  --titleTextColor: #fff;
  --gatherDraftStatusTextColor: #d5902f;
  --gatherFooterBackgroundColor: hsl(60, 3.7%, 10.6%);
}
.discord {
  --highlightColor: rgba(var(--highlightColorVar), 1);
  --avatarPlaceholderBackgroundColor: #f5f5f4;
  --avatarPlaceholderTextColor: #a8a29e;
  --bodyBackgroundColor: #2A2C30;
  --bodyBackgroundColorTranslucent: rgba(42, 44, 48, 0.9);
  --bodyTextColor: #B5BAC1;
  --secondaryTextColor: #9b9fa5;
  --columnLineColor: #1E1F22;
  --headerMenuBackgroundColor: #1E1F22;
  --inputBackgroundColor: #1E1F22;
  --inputTextColor: #B5BAC1;
  --linkColor: #fff;
  --listMenuButtonActiveBackgroundColor: #404249;
  --listMenuButtonActiveTextColor: #fff;
  --listMenuButtonTextColor: #949BA4;
  --mainMenuBackgroundColor: transparent;
  --mainMenuLineColor: #1E1F22;
  --metaTextColor: #9b9fa5;
  --notificationBadgeBackgroundColor: var(--highlightColor);
  --notificationBadgeTextColor: #fff;
  --paragraphTextColor: #B5BAC1;
  --primaryLineColor: #1E1F22;
  --sidebarMenuBackgroundColor: #25262a;
  --subtitleTextColor: #78716c;
  --titleTextColor: #fff;
  --listMenuButtonBorderRadius: 4px;
  --baseComponentBorderRadius-md: 30px;
  --baseComponentHeight-sm: 32px;
  --baseComponentHeight-md: 32px;
  --baseComponentHeight-lg: 40px;
  --baseComponentHeight-xl: 48px;
  --thumbnailImageBorderRadius: 2px;
  --gatherDraftStatusTextColor: #d5902f;
}
.gather-layout-sidebar {
  --gatherAppPaddingHorizontal: 24px;
  --mainMenuWidth: 250px;
}
@media screen and (min-width: 675px) {
  .gather-layout-sidebar {
    --gatherAppPaddingHorizontal: 24px;
  }
}
@media screen and (min-width: 1350px) {
  .gather-layout-sidebar {
    --gatherAppPaddingHorizontal: 24px;
  }
}
.gather-layout-box {
  --gatherAppPaddingHorizontal: 20px;
  --mainMenuWidth: 270px;
}
@media screen and (min-width: 675px) {
  .gather-layout-box {
    --gatherAppPaddingHorizontal: 40px;
  }
}
@media screen and (min-width: 1350px) {
  .gather-layout-box {
    --gatherAppPaddingHorizontal: 48px;
  }
}
.gather-layout-header {
  --gatherAppPaddingHorizontal: 20px;
}
@media screen and (min-width: 675px) {
  .gather-layout-header {
    --gatherAppPaddingHorizontal: 40px;
  }
}
@media screen and (min-width: 1350px) {
  .gather-layout-header {
    --gatherAppPaddingHorizontal: 0px;
  }
}
.gather-settings {
  --dangerButtonBackgroundColor: #ff0000;
  --dangerButtonTextColor: #fff;
  --primaryButtonBackgroundColor: #000;
  --primaryButtonTextColor: #fff;
  --secondaryButtonBackgroundColor: #eee;
  --secondaryButtonTextColor: #666;
  --baseComponentBorderRadius-md: 4px;
}
:root {
  --bookmarkHighlightColor: #ff2a5f;
}
:root {
  --bodyFontFamiy: inter, switzer, neue-haas-unica, Helvetica Neue, Helvetica, sans-serif;
  --titleFontFamily: inter, system-ui, switzer;
  --bodyTextSize: 14px;
  --bodyTextWeight: 420;
  --bodyTextLineHeight: 20px;
  --metaTextSize: 13px;
  --paragraphTextFontFamily: inherit;
  --paragraphTextLineHeight: 24px;
  --paragraphTextSize: 16px;
  --subtitleLineHeight: 28px;
  --subtitleSmallTextSize: 15px;
  --subtitleSmallLineHeight: 24px;
  --titleXlFontWeight: 550;
}
:root {
  --electronTitlebarZIndex: 100;
  --settingsModalLevel1ZIndex: 10001;
  --settingsModalLevel2ZIndex: 10002;
  --settingsModalLevel3ZIndex: 10003;
  --scheduleDatesHeaderZindex: 3;
  --scheduleTimeHeaderZindex: 2;
  --scheduleSessionZindex: 5;
  --tooltipZindex: 100000;
  --tvViewZindex: 100000;
}
.theme-banff-pipeline-workshop {
  --baseComponentHeight-md: 36px;
}
.theme-eyeq {
  --bodyTextColor: #000;
  --mainMenuButtonTextColor: rgba(255, 255, 255, 0.5);
  --titleTextColor: #000;
}
.theme-fuse {
  --headerMenuBackgroundColor: #000;
  --mainMenuLineColor: #000;
  --mainMenuButtonTextColor: #777;
}
.theme-gns3 {
  --headerMenuBackgroundColor: #0e0d1c;
  --mainMenuButtonTextColor: #d0dce3;
  --mainMenuLineColor: transparent;
  --paragraphTextLineHeight: 24px;
}
@media screen and (min-width: 1350px) {
}
.theme-mother-website {
  --bodyBackgroundColor: #f5f4eb;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
input {
  -webkit-appearance: none;
  border: none;
  outline: none;
}
button {
  unset: all;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  user-select: none;
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.gather-editor h1 {
  font-size: 24px;
  line-height: 32px;
  color: var(--titleTextColor);
  word-wrap: break-word;
  font-family: var(--titleFontFamily);
  letter-spacing: -0.2px;
  font-weight: 550;
}
.gather-editor h2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--titleTextColor);
  font-family: var(--titleFontFamily);
  letter-spacing: -0.2px;
  font-weight: 550;
}
.gather-editor h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 520;
  color: var(--titleTextColor);
  font-family: var(--titleFontFamily);
}
.gather-editor pre {
  border-radius: 3px;
  caret-color: red;
  overflow-x: auto;
  overflow-y: hidden;
  word-wrap: normal;
  font-size: 0.8rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  padding: 15px 20px;
  background: #292d3e;
  color: #bfc7d5;
  line-height: 1.4;
}
.gather-editor * {
  -webkit-tap-highlight-color: transparent;
}
.gather-editor a {
  color: var(--linkColor);
  text-decoration: underline;
  cursor: pointer;
}
.gather-editor input {
  -webkit-appearance: none;
}
.gather-editor ol {
  margin: 0 0 0 30px;
  padding: 0;
}
.gather-editor ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
.gather-editor ul li:before {
  content: "• ";
  /* content: "— "; */
  position: absolute;
  top: 0px;
  left: -10px;
  font-size: 1rem;
  color: inherit;
}
.gather-editor li {
  position: relative;
  padding: 0px 0 0px 10px;
  margin: 0;
  font-size: 1rem;
}
.gather-editor .mc-checklist {
  margin: 10px 0px;
  padding: 0px;
}
.gather-editor .mc-checklist li:before {
  content: "";
}
.gather-editor .mc-checklist > li {
  position: relative;
  padding: 7px 0px 7px 30px;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--lineColor);
}
.gather-editor .mc-checklist > li:last-child {
  border-bottom: none;
}
.gather-editor .mc-checklist > li input[type="checkbox"] {
  position: absolute;
  top: 0px;
  left: -2px;
  -webkit-appearance: checkbox;
  width: 28px;
  height: 28px;
  opacity: 0;
}
.gather-editor .mc-checkbox {
  position: absolute;
  top: 10px;
  left: 0px;
}
.gather-editor .mc-checklistitem-completed {
  color: #c6cfcd;
}
.gather-editor .mc-checkbox-icon {
  fill: #c6cfcd;
  stroke: #c6cfcd;
}
.gather-editor .mc-livetoken {
  display: inline-block;
  border-radius: 2px;
  vertical-align: baseline;
}
.gather-editor .mc-livetoken.active {
  box-Shadow: 0 0 0 2px #c9b36b;
}
.mc-hovertoolbar {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: absolute;
  z-index: 1;
  top: -10000px;
  left: -10000px;
  margin-top: -6px;
  opacity: 0;
  background-color: var(--bodyBackgroundColor);
  border-radius: 6px;
  transition: opacity 300ms;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--toolbarBorderColor);
  padding: 5px 5px;
  display: flex;
  align-items: center;
}
.mc-hovertoolbar.debug-mode {
  top: 0;
  left: 0;
  opacity: 1;
}
.mc-toolbar-button {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 4px;
  margin: 0px 1px;
  width: 30px;
  height: 34px;
  font-size: 14px;
  color: var(--toolbarButtonIconColor);
  fill: var(--toolbarButtonIconColor);
  stroke: var(--toolbarButtonIconColor);
}
.mc-toolbar-button:hover {
  background-color: var(--toolbarButtonHoverBackgroundColor);
}
.mc-toolbar-button.active {
  background-color: var(--toolbarButtonActiveBackgroundColor);
  color: var(--toolbarButtonActiveIconColor);
  fill: var(--toolbarButtonActiveIconColor);
  stroke: var(--toolbarButtonActiveIconColor);
}
.gather-schedule-date-button {
  border-radius: 6px;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  color: var(--bodyTextColor);
}
.gather-schedule-date-button.active {
  background-color: var(--listMenuButtonActiveBackgroundColor);
  color: var(--highlightColor);
  font-weight: 600 !important;
}
.gather-schedule-date-button:hover {
  background-color: var(--listMenuButtonActiveBackgroundColor);
}
.gather-schedule-date-button .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gather-schedule-date-button .dayOfWeek {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
}
.gather-schedule-date-button .dateOfMonth {
  font-size: 16px;
}
.gather-schedule-filter-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
  padding: 0px 8px;
  height: 32px;
  border-radius: 4px;
  color: var(--titleTextColor);
  border: 1px solid var(--primaryLineColor);
  cursor: pointer;
}
.gather-schedule-filter-control:hover {
  border: 1px solid var(--highlightColor);
  color: var(--highlightColor);
}
.weight-medium {
  font-weight: 500 !important;
}
.weight-semibold {
  font-weight: 600 !important;
}
.ui-link {
  color: var(--linkColor);
  font-weight: 500 !important;
}
.ui-paragraph-text {
  font-size: var(--paragraphTextSize);
  font-family: var(--paragraphTextFontFamily);
  font-weight: 450;
  line-height: var(--paragraphTextLineHeight);
  color: var(--paragraphTextColor);
}
.ui-title-xxxl {
  font-size: 64px;
  line-height: 64px;
  font-weight: 550;
  letter-spacing: -1.7px;
  color: var(--titleTextColor);
  word-wrap: break-word;
  font-family: var(--titleFontFamily);
}
@media screen and (max-width: 1350px) {
  .ui-title-xxxl {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.ui-title-xxl {
  font-size: 50px;
  line-height: 56px;
  font-weight: 550;
  letter-spacing: -1.8px;
  color: var(--titleTextColor);
  word-wrap: break-word;
  font-family: var(--titleFontFamily);
}
@media screen and (max-width: 1350px) {
  .ui-title-xxl {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.ui-title-xl {
  font-size: 40px;
  line-height: 48px;
  font-weight: var(--titleXlFontWeight);
  color: var(--titleTextColor);
  word-wrap: break-word;
  font-family: var(--titleFontFamily);
  letter-spacing: -1.4px;
}
@media screen and (max-width: 675px) {
  .ui-title-xl {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.7px;
  }
}
.ui-title-lg {
  font-size: 24px;
  line-height: 32px;
  color: var(--titleTextColor);
  word-wrap: break-word;
  font-family: var(--titleFontFamily);
  letter-spacing: -0.2px;
  font-weight: 550;
}
.ui-title-md {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--titleTextColor);
  font-family: var(--titleFontFamily);
  letter-spacing: -0.2px;
  font-weight: 550;
}
.ui-title-sm {
  font-size: 15px;
  line-height: 24px;
  font-weight: 520;
  color: var(--titleTextColor);
  font-family: var(--titleFontFamily);
}
.ui-title-xs {
  font-size: inherit;
  line-height: inherit;
  font-weight: 550;
  color: var(--titleTextColor);
  letter-spacing: 0.1px;
  font-family: var(--titleFontFamily);
  letter-spacing: -0.1px;
}
.ui-subtitle {
  font-size: 20px;
  line-height: var(--subtitleLineHeight);
  font-weight: 380;
  color: var(--subtitleTextColor);
}
.ui-subtitle-small {
  font-size: var(--subtitleSmallTextSize);
  line-height: var(--subtitleSmallLineHeight);
  font-weight: 400;
  color: var(--subtitleTextColor);
}
.ui-meta-text-lg {
  font-size: 15px;
  line-height: 20px;
}
.ui-meta-text {
  font-size: var(--metaTextSize);
  line-height: 20px;
  color: var(--metaTextColor);
  white-space: wrap;
  word-wrap: break-word;
  font-family: 'Inter';
  letter-spacing: -0.2px;
}
.ui-meta-text b {
  font-weight: 500;
}
@font-face {
  font-family: 'replica-mono';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/8771d33e357819bae0a5.woff) format('woff'), url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/d3a954df11269238ebf1.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'switzer';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/fa6516b65d6b10e1a3c7.ttf) format('truetype'), url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/593215b3c645181caa55.woff2) format('woff2 supports variations'), url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/593215b3c645181caa55.woff2) format('woff2-variations');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'inter';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/f1c87530d95f27534b4d.ttf) format('truetype');
  font-weight: 100 1000;
}
.ui-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 18px;
  min-width: 18px;
  line-height: 18px;
  border-radius: 9px;
  padding: 0px 4px;
  font-size: 11px;
}
.ui-popover {
  background-color: rgba(46, 45, 51, 0.9);
  width: 100%;
  max-height: 400px;
  border-radius: 7px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 4px 4px;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #888;
  overflow: auto;
  --listMenuButtonBorderRadius: 2px;
  --listMenuButtonActiveBackgroundColor: rgba(255, 255, 255, 0.2);
  --listMenuButtonActiveTextColor: #fff;
  --listMenuButtonTextColor: #eee;
}
.ui-popover-seperator {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.ui-tooltip-content {
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  font-family: 'Inter';
  line-height: 1;
  color: #fff;
  background-color: rgba(30, 30, 30, 0.9);
  box-shadow: hsla(206, 22%, 7%, 0.35) 0px 10px 38px -10px, hsla(206, 22%, 7%, 0.2) 0px 10px 20px -15px;
  user-select: none;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  z-index: var(--tooltipZindex);
}
.ui-tooltip-content[data-state='delayed-open'][data-side='top'] {
  animation-name: slideDownAndFade;
}
.ui-tooltip-content[data-state='delayed-open'][data-side='right'] {
  animation-name: slideLeftAndFade;
}
.ui-tooltip-content[data-state='delayed-open'][data-side='bottom'] {
  animation-name: slideUpAndFade;
}
.ui-tooltip-content[data-state='delayed-open'][data-side='left'] {
  animation-name: slideRightAndFade;
}
.ui-tooltip-arrow {
  fill: rgba(30, 30, 30, 0.9);
}
@keyframes index__slideUpAndFade___AUTEQ {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__slideRightAndFade___SDNUh {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes index__slideDownAndFade___Q2zDQ {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__slideLeftAndFade___QetzV {
  from {
    opacity: 0;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body, #oio-container, .ui-modal {
  font-family: var(--bodyFontFamiy);
  font-size: var(--bodyTextSize);
  font-weight: var(--bodyTextWeight);
  letter-spacing: -0.006em;
  line-height: var(--bodyTextLineHeight);
  color: var(--bodyTextColor);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.gather-viewport-titlebar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 30px;
  -webkit-user-select: none;
  -webkit-app-region: drag;
  pointer-events: none;
  z-index: var(--electronTitlebarZIndex);
}
.gather-transparent-header-menu {
  --headerMenuBackgroundColor: transparent;
}
#gather-sidebar-action-block a {
  color: var(--listMenuButtonTextColor);
}
#gather-details-block a {
  color: var(--bodyTextColor);
}
.ui-titlebar {
  background-color: var(--bodyBackgroundColorTranslucent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2;
}
.ui-grid-cell.--full-span {
  grid-column: 1 / -1;
}
:root {
  --gutter: 24px;
  --columnWidth: 80px;
  --doubleGutter: calc(var(--gutter) * 2);
}
.grid {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: calc(calc(50vw - calc(var(--columnWidth) * 5) - calc(var(--doubleGutter) * 5)));
  bottom: 0;
  display: flex;
  pointer-events: none;
}
.grid .column {
  flex: 0 0 auto;
  width: var(--columnWidth);
  margin: 0px var(--gutter);
  height: 100%;
}
.baseline-grid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 8px;
  pointer-events: none;
}
.col-container {
  padding-left: calc(calc(50vw - calc(var(--columnWidth) * 5) - calc(var(--doubleGutter) * 5)));
}
.col-3 {
  width: calc(calc(2 * calc(var(--columnWidth) + var(--doubleGutter))));
}
.col-6 {
  width: calc(calc(6 * calc(var(--columnWidth) + var(--doubleGutter))));
  padding: 0px var(--gutter);
}
.col-9 {
  width: calc(calc(8 * calc(var(--columnWidth) + var(--doubleGutter))));
  padding: 0px var(--gutter);
}

.style__featureTitle___AFAfy {
  font-size: 18px;
  line-height: 24px;
  font-weight: 550;
  color: #fff;
  margin: 8px 0px 4px 0px;
}
.style__featureTitle___AFAfy .style__highlightPurple___qMJOn {
  color: #a82cff;
}
.style__featureTitle___AFAfy .style__highlightBlue___nBHxW {
  color: #616dfb;
}
.style__featureSubtitle___NgkNv {
  font-size: 15px;
  line-height: 20px;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 24px;
}

/**
 * @Last modified by:   ajay
 * @Last modified time: Jun 6, 2022
 */
@font-face {
  font-family: 'switzer';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/fa6516b65d6b10e1a3c7.ttf) format('truetype'), url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/593215b3c645181caa55.woff2) format('woff2 supports variations'), url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/593215b3c645181caa55.woff2) format('woff2-variations');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'erode';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/81ccc97687c2b89c1c7d.ttf) format('truetype');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'garamond';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/9b50cef174ca2f6a65b1.ttf) format('truetype'), url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/3817b127a837a92c4276.woff2) format('woff2 supports variations'), url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/3817b127a837a92c4276.woff2) format('woff2-variations');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'merriweather';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/b99b99236418ec2a55d6.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'roboto-mono';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/2ccde177314ac34f20b8.ttf) format('truetype');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'work-sans';
  src: url(https://dist.mcdn.co/gather/bef8b0b9d8c523964b3c95ee22f43e6f5fabcd74/bb6e3e8193f32a7fc502.ttf) format('truetype');
  font-weight: 100 1000;
}
.typography-small {
  --paragraphTextFontSize: 14px;
  --paragraphTextLineHeight: 25px;
}
.typography-small .ui-title.lg {
  font-size: 20px;
}
.typography-medium {
  --bodyTextFontSize: 12px;
  --bodyTextLineHeight: 19px;
  --paragraphTextFontSize: 15px;
  --paragraphTextLineHeight: 26px;
}
.ui-button {
  display: flex;
  flex: 0 0 auto;
  position: relative;
  left: -10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 2px 10px;
  height: 32px;
  border-radius: var(--buttonBorderRadius);
  cursor: pointer;
  outline: none;
}
.ui-button:hover {
  background-color: var(--formFieldBackgroundColor);
}
.ui-icon-button {
  display: flex;
  flex: 0 0 auto;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--buttonBorderRadius);
  cursor: pointer;
  outline: none;
}
.ui-icon-button:hover {
  background-color: var(--formFieldBackgroundColor);
}
.mother-theme {
  --borderColor: #ddd;
  --buttonBorderRadius: 4px;
  --buttonHeight: 30px;
  --formFieldBackgroundColor: rgba(0, 0, 0, 0.05);
  --textColor: #444;
  font-family: 'Switzer', sans-serif;
  font-size: 15px;
  color: #444;
}
.mother-description-text {
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
.mother-date-detail {
  display: flex;
  align-items: center;
}
.mother-date-detail .date {
  flex: 0 0 auto;
  padding-right: 10px;
  font-size: 11px;
  line-height: 17px;
  color: #444;
  text-transform: uppercase;
}
.mother-date-detail .line {
  flex: 1 1 auto;
  margin-top: 4px;
  border-top: 1px solid var(--borderColor);
}

/* Gather Froala Theme
Unforunately, froala doesn't let us theme in a nice way, so all of these styles
are overrideing Froala's default Royal theme and must use !important
 */
 .gather-theme .fr-element.fr-view {
   font-family: inherit !important;
   font-size: inherit !important;
   line-height: inherit !important;
   color: inherit !important;
}

.gather-theme .fr-wrapper {
    border: 1px solid #eee !important;
    border-top: none !important;
}

.gather-theme .fr-placeholder {
   padding: 20px !important;
}

.gather-theme .fr-toolbar {
   background: #fafafa !important;
   border: 1px solid #eee !important;
   border-bottom: none !important;
   border-radius: 3px !important;
}

.gather-theme.fr-inline .fr-wrapper {
    border: 1px solid transparent !important;
}

.gather-theme .fr-btn {
   height: 35px !important;
}

.gather-theme .fr-btn-grp {
   margin: 0px 5px !important;
}

.gather-theme svg {
  line-height: 32px;
  height: 20px !important;
  width: 20px !important;
}

.gather-theme .second-toolbar {
  border: none !important;
}

.style__returnBar___JP_7b {
  overflow: hidden;
}
.style__returnBar___JP_7b .style__title___RhBsW {
  animation: style__animateIn___ih63w 900ms ease-out;
}
.style__returnBar___JP_7b .style__title___RhBsW:hover {
  transition: 300m;
  opacity: 0.7;
}
@keyframes style__animateIn___ih63w {
  0% {
    opacity: 0;
    transform: translate3d(-9px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-9px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/**
 * @Author: ajay
 * @Date:   Aug 25, 2022
 * @Last modified by:   ajay
 * @Last modified time: Aug 25, 2022
 */
.style__subscriptionAgreement___yo6hL ul {
  margin-left: 20px;
}
.style__subscriptionAgreement___yo6hL table th {
  padding-right: 12px;
}
.style__subscriptionAgreement___yo6hL table td {
  padding-right: 12px;
}

[data-radix-popper-content-wrapper] {
  z-index: 999999 !important;
}
.style__DropdownMenuContent___WWITQ,
.style__DropdownMenuSubContent___R5sIF {
  min-width: 220px;
  background-color: white;
  border-radius: 6px;
  padding: 5px;
  box-shadow: 0px 10px 38px -10px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.style__DropdownMenuContent___WWITQ[data-side='top'],
.style__DropdownMenuSubContent___R5sIF[data-side='top'] {
  animation-name: style__slideDownAndFade___BnWNG;
}
.style__DropdownMenuContent___WWITQ[data-side='right'],
.style__DropdownMenuSubContent___R5sIF[data-side='right'] {
  animation-name: style__slideLeftAndFade___SStAg;
}
.style__DropdownMenuContent___WWITQ[data-side='bottom'],
.style__DropdownMenuSubContent___R5sIF[data-side='bottom'] {
  animation-name: style__slideUpAndFade___Qy9WY;
}
.style__DropdownMenuContent___WWITQ[data-side='left'],
.style__DropdownMenuSubContent___R5sIF[data-side='left'] {
  animation-name: style__slideRightAndFade___t9FFX;
}
.style__DropdownMenuItem___OeDR6,
.style__DropdownMenuCheckboxItem___qNAPn,
.style__DropdownMenuRadioItem___mgyMu,
.style__DropdownMenuSubTrigger___o4vhP {
  font-size: 13px;
  line-height: 1;
  color: var(--violet11);
  border-radius: 3px;
  display: flex;
  align-items: center;
  height: 25px;
  padding: 0 5px;
  position: relative;
  padding-left: 25px;
  user-select: none;
  outline: none;
}
.style__DropdownMenuSubTrigger___o4vhP[data-state='open'] {
  background-color: var(--violet4);
  color: var(--violet11);
}
.style__DropdownMenuItem___OeDR6[data-disabled],
.style__DropdownMenuCheckboxItem___qNAPn[data-disabled],
.style__DropdownMenuRadioItem___mgyMu[data-disabled],
.style__DropdownMenuSubTrigger___o4vhP[data-disabled] {
  color: var(--mauve8);
  pointer-events: none;
}
.style__DropdownMenuItem___OeDR6[data-highlighted],
.style__DropdownMenuCheckboxItem___qNAPn[data-highlighted],
.style__DropdownMenuRadioItem___mgyMu[data-highlighted],
.style__DropdownMenuSubTrigger___o4vhP[data-highlighted] {
  background-color: var(--violet9);
  color: var(--violet1);
}
.style__DropdownMenuLabel____H_Vm {
  padding-left: 25px;
  font-size: 12px;
  line-height: 25px;
  color: var(--mauve11);
}
.style__DropdownMenuSeparator___ozrTK {
  height: 1px;
  background-color: var(--violet6);
  margin: 5px;
}
.style__DropdownMenuItemIndicator___RnsdB {
  position: absolute;
  left: 0;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.style__DropdownMenuArrow___oWkQB {
  fill: white;
}
.style__IconButton___EL1Yc {
  font-family: inherit;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--violet11);
  background-color: white;
  box-shadow: 0 2px 10px var(--blackA7);
}
.style__IconButton___EL1Yc:hover {
  background-color: var(--violet3);
}
.style__IconButton___EL1Yc:focus {
  box-shadow: 0 0 0 2px black;
}
.style__RightSlot___x94R0 {
  margin-left: auto;
  padding-left: 20px;
  color: var(--mauve11);
}
[data-highlighted] > .style__RightSlot___x94R0 {
  color: white;
}
[data-disabled] .style__RightSlot___x94R0 {
  color: var(--mauve8);
}
@keyframes style__slideUpAndFade___Qy9WY {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes style__slideRightAndFade___t9FFX {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes style__slideDownAndFade___BnWNG {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes style__slideLeftAndFade___SStAg {
  from {
    opacity: 0;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.rc-time-picker-panel {
  font-family: 'Neue Haas', 'Helvetica Neue', sans-serif !important;
  font-size: 13px;
  color: #444;
}
.rc-time-picker-input {
  height: 30px;
  font-size: 13px;
  border: none;
  padding: 4px 24px 4px 9px;
  background-color: #eee;
  color: #222;
}
.rc-time-picker-panel-input, .rc-time-picker-panel-select {
  font-size: 13px;
}
.rc-time-picker-clear {
  top: 1px;
}

.style__formBuilderCard___dsIGo {
  overflow: hidden;
  font-family: neue-haas, "Helvetica Neue", Helvetica, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.style__formBuilderCard___dsIGo:hover .style__preview___p5pqo {
  display: none;
}
.style__formBuilderCard___dsIGo:hover input[type=text],
.style__formBuilderCard___dsIGo:hover textarea {
  background: rgba(250, 147, 104, 0.1);
}
.style__formBuilderCard___dsIGo:hover .style__singleLineText___yktj_ {
  opacity: 0.5;
}
.style__formBuilderCard___dsIGo input[type=text],
.style__formBuilderCard___dsIGo textarea {
  border: none;
  transition: background-color 300ms;
  margin: 0;
}
.style__formBuilderCard___dsIGo .style__preview___p5pqo {
  display: block;
}
.style__formBuilderCard___dsIGo .style__singleLineText___yktj_ {
  transition: 300ms;
}

.style__viewTopGradient___RlyOC {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 99;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000000);
}
.style__detailViewContainer___ayDjV {
  position: fixed !important;
  background-color: #21272d;
  background-color: #000;
  font-weight: 300;
}
.style__detailViewContainer___ayDjV.style__isHidden___toVGZ {
  transform: translateX(100%);
}
.style__detailViewContainer___ayDjV.style__isVisible___XDEvN {
  transform: translateX(0%);
}
@keyframes style__pulsingAnimation___iCyzA {
  0% {
    background: rgba(255, 255, 255, 0.05);
  }
  50% {
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    background: rgba(255, 255, 255, 0.05);
  }
}
.style__nullFeedMessage___z0bjV {
  padding-bottom: 60px;
  background: linear-gradient(-180deg, #1a1c20, #3f4e50);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 32px;
  z-index: 100;
}
.style__nullFeedMessage___z0bjV .style__icon___axjLi {
  width: 210px;
  height: 210px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 18px;
  animation-name: style__pulsingAnimation___iCyzA;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.style__nullFeedMessage___z0bjV .style__icon___axjLi img {
  display: inline-block;
  width: 90px;
  margin: 60px;
  opacity: 0.5;
}
@keyframes style__pulseIndicator___DNHvS {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}
.style__newMessageIndicator___eOxlF {
  position: fixed !important;
  animation-name: style__pulseIndicator___DNHvS;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 100;
  transition: 0.5s;
}
.style__newMessageIndicator___eOxlF.style__isHidden___toVGZ {
  opacity: 0;
}
.style__newMessageIndicator___eOxlF.style__isVisible___XDEvN {
  opacity: 1;
}

.style__entryView___kNJd9 {
  color: rgba(255, 255, 255, 0.9);
}
.style__entryView___kNJd9.style__inReplyContext___kkkJT {
  color: rgba(255, 255, 255, 0.5);
}
.style__entryBody___bR6su {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -0.5px;
}
.style__entryBody___bR6su ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.style__entryBody___bR6su ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.style__entryBody___bR6su li {
  position: relative;
  padding: 0 0 0px 10px;
  margin: 0;
  font-size: 0.95em;
}
.style__inReplyContext___kkkJT .style__entryBody___bR6su {
  font-size: 32px;
  line-height: 48px;
}
.style__stats___e1uoH {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
  line-height: 28px;
  padding-top: 30px;
}
.style__inReplyContext___kkkJT .style__stats___e1uoH {
  font-size: 16px;
  line-height: 20px;
}
.style__stats___e1uoH .style__stat___ghKo1 {
  display: inline-block;
  margin-right: 48px;
}
.style__stats___e1uoH .style__hideStat___tFCH_ {
  display: none;
}
@keyframes style__animateInMessage___tKRki {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes style__animateOutMessage___WYyIK {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.style__animateInMessage___tKRki {
  opacity: 1;
  animation-duration: 1000ms;
  animation-name: style__animateInMessage___tKRki;
  animation-timing-function: ease-out;
}
.style__animateOutMessage___WYyIK {
  opacity: 0;
  animation-name: style__animateOutMessage___WYyIK;
  animation-timing-function: ease-out;
  animation-duration: 200ms;
}
.style__animateInReply___tBu6X {
  opacity: 1;
  animation-duration: 1300ms;
  animation-name: style__animateInReply___tBu6X;
  animation-timing-function: ease-out;
}
.style__animateOutReply___Q96Ac {
  opacity: 0;
  animation-name: style__animateOutReply___Q96Ac;
  animation-duration: 200ms;
}
@keyframes style__animateInReply___tBu6X {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes style__animateOutReply___Q96Ac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.style__view___dl3EG {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 300;
  background: linear-gradient(0, rgba(20, 30, 34, 0) 0%, rgba(10, 20, 24, 0.98) 60%);
  z-index: 111;
  opacity: 0;
  transition: 300ms;
}
.style__view___dl3EG.style__overlayIsVisible___OjaF3 {
  opacity: 1;
}
.style__view___dl3EG .style__button___ZCpS1 {
  cursor: pointer;
  transition: 300ms;
  opacity: 0.8;
}
.style__view___dl3EG .style__button___ZCpS1:hover {
  opacity: 1;
}

@keyframes style__showMessage___D_DPc {
  0% {
    opacity: 0;
    transform: translatex(-2%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.style__message___yD7xg {
  animation-duration: 1000ms;
  animation-name: style__showMessage___D_DPc;
  animation-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  transition: 300ms opacity, transform;
  position: relative;
  padding: 48px 30px 56px 150px;
  color: #FFFFFF;
}
.style__message___yD7xg:last-child {
  margin-bottom: 120px;
}
.style__message___yD7xg:last-child .style__line___aphw1 {
  border: none;
}
.style__message___yD7xg .style__line___aphw1 {
  position: absolute;
  bottom: 0;
  left: 150px;
  right: 30px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}
.style__messageNumber___rmp_J {
  position: absolute;
  top: 40px;
  left: 24px;
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;
  line-height: 30px;
  padding-bottom: 2px;
  padding-right: 2px;
  text-align: center;
  border-radius: 50%;
  transition: 400ms background, border;
  font-weight: 400;
  font-size: 30px;
  background-color: #414648;
  color: #fff;
}
.style__messageBody___WYBbu {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -0.5px;
}
.style__messageBody___WYBbu ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.style__messageBody___WYBbu ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.style__messageBody___WYBbu li {
  position: relative;
  padding: 0 0 0px 10px;
  margin: 0;
  font-size: 0.95em;
}
.style__messageDetails___ymI0X {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 28px;
}
.style__messageDetails___ymI0X .style__stat___nGeFv {
  display: inline-block;
  padding-top: 24px;
  margin-right: 56px;
}
.style__messageDetails___ymI0X .style__hideStat___hNy04 {
  display: none;
}
.style__highlighted___rSLCO {
  height: 120px;
  transition: 400ms;
}
.style__highlighted___rSLCO .style__messageNumber___rmp_J {
  border: none;
  line-height: 58px;
  top: 72px;
  transform: scale(1.4);
  color: #fff;
  background-color: #25b668;
}
.style__minimized___zgqK9 {
  padding: 36px 0px 36px 120px;
  height: 36px;
  border: none !important;
}
.style__minimized___zgqK9 .style__messageNumber___rmp_J {
  transform: scale(0.7);
  background-color: #49565e;
  color: #b5cce3;
  font-weight: normal;
}
.style__minimized___zgqK9 .style__messageBody___WYBbu,
.style__minimized___zgqK9 .style__messageDetails___ymI0X {
  display: none;
}

.style__questionLabel___lPHl7 {
  float: left;
  width: 100%;
  padding: 0 90px 30px 90px;
  text-align: center;
  font-size: 3.8vh;
  line-height: 1.1em;
  font-weight: 550;
  color: #fff;
}
.style__bar___fALXV {
  width: 0px;
  height: 120px;
  transition: 300ms;
  background: #25b668;
  min-width: 6px;
}
.style__barPercentageLabel___z6G87 {
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 3vh;
  line-height: 3.1vh;
}
.style__answerLabelContainer___J9JRX {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 40px;
}
.style__answerLabel___kQKOg {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 3vh;
  line-height: 3.5vh;
  max-height: calc(2 * 3.5vh);
  overflow: hidden;
  text-overflow: ellipsis;
}
.style__manyAnswers___AIzrs .style__bar___fALXV {
  height: 50px;
}
.style__manyAnswers___AIzrs .style__answerLabelContainer___J9JRX {
  justify-content: flex-start;
}
.style__manyAnswers___AIzrs .style__answerLabel___kQKOg {
  text-align: left;
  font-size: 2.8vh;
  line-height: 3vh;
  max-height: calc(1 * 3vh);
}

.style__resumeButtonContainer___PmJ8G {
  animation: style__animateIn___OCjZG 400ms ease-out;
}
.style__resumeButton___zQRxL {
  font-weight: 600;
  font-size: var(--bodyTextSize);
  padding: 10px 24px;
  border-radius: 24px;
  color: #fff;
  animation-name: style__pulsingAnimation___kndxR;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
@keyframes style__animateIn___OCjZG {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes style__pulsingAnimation___kndxR {
  0% {
    background-color: #2acb96;
  }
  50% {
    background-color: #086b60;
  }
  100% {
    background-color: #2acb96;
  }
}


/*# sourceMappingURL=main-861e23d3b16575f69552.css.map*/