: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: #777;
  --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;
}
sub {
  font-size: x-small;
}
.theme-eyeq {
  --bodyTextColor: #000;
  --mainMenuButtonTextColor: rgba(255, 255, 255, 0.5);
  --titleTextColor: #000;
}
.theme-fuse {
  --headerMenuBackgroundColor: #000;
  --mainMenuLineColor: #000;
  --mainMenuButtonTextColor: #777;
}
.theme-gather {
  --bodyFontFamiy: switzer, -apple-system, BlinkMacSystemFont, sans-serif;
}
.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.7px;
  font-weight: 650;
}
.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: 650;
}
.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-lg {
  font-size: 24px;
  line-height: 32px;
  color: var(--titleTextColor);
  word-wrap: break-word;
  font-family: var(--titleFontFamily);
  letter-spacing: -0.7px;
  font-weight: 650;
}
.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: 650;
}
.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);
  font-family: var(--titleFontFamily);
  letter-spacing: -0.2px;
}
.ui-subtitle {
  font-size: 18px;
  line-height: var(--subtitleLineHeight);
  font-weight: 400;
  letter-spacing: -0.2px;
  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', 'switzer', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.2px;
}
.ui-meta-text b {
  font-weight: 500;
}
@font-face {
  font-family: 'replica-mono';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/8771d33e357819bae0a5.woff) format('woff'), url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/d3a954df11269238ebf1.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'switzer';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/fa6516b65d6b10e1a3c7.ttf) format('truetype'), url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/593215b3c645181caa55.woff2) format('woff2 supports variations'), url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/593215b3c645181caa55.woff2) format('woff2-variations');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'inter';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/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 {
  --bodyBackgroundColor: #000;
  --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);
}
.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);
}

*, ::before, ::after {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x:  ;
      --tw-pan-y:  ;
      --tw-pinch-zoom:  ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position:  ;
      --tw-gradient-via-position:  ;
      --tw-gradient-to-position:  ;
      --tw-ordinal:  ;
      --tw-slashed-zero:  ;
      --tw-numeric-figure:  ;
      --tw-numeric-spacing:  ;
      --tw-numeric-fraction:  ;
      --tw-ring-inset:  ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, 0.5);
      --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
      --tw-ring-shadow: 0 0 rgba(0,0,0,0);
      --tw-shadow: 0 0 rgba(0,0,0,0);
      --tw-shadow-colored: 0 0 rgba(0,0,0,0);
      --tw-blur:  ;
      --tw-brightness:  ;
      --tw-contrast:  ;
      --tw-grayscale:  ;
      --tw-hue-rotate:  ;
      --tw-invert:  ;
      --tw-saturate:  ;
      --tw-sepia:  ;
      --tw-drop-shadow:  ;
      --tw-backdrop-blur:  ;
      --tw-backdrop-brightness:  ;
      --tw-backdrop-contrast:  ;
      --tw-backdrop-grayscale:  ;
      --tw-backdrop-hue-rotate:  ;
      --tw-backdrop-invert:  ;
      --tw-backdrop-opacity:  ;
      --tw-backdrop-saturate:  ;
      --tw-backdrop-sepia:  ;
      --tw-contain-size:  ;
      --tw-contain-layout:  ;
      --tw-contain-paint:  ;
      --tw-contain-style:  ;
}
::backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x:  ;
      --tw-pan-y:  ;
      --tw-pinch-zoom:  ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position:  ;
      --tw-gradient-via-position:  ;
      --tw-gradient-to-position:  ;
      --tw-ordinal:  ;
      --tw-slashed-zero:  ;
      --tw-numeric-figure:  ;
      --tw-numeric-spacing:  ;
      --tw-numeric-fraction:  ;
      --tw-ring-inset:  ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, 0.5);
      --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
      --tw-ring-shadow: 0 0 rgba(0,0,0,0);
      --tw-shadow: 0 0 rgba(0,0,0,0);
      --tw-shadow-colored: 0 0 rgba(0,0,0,0);
      --tw-blur:  ;
      --tw-brightness:  ;
      --tw-contrast:  ;
      --tw-grayscale:  ;
      --tw-hue-rotate:  ;
      --tw-invert:  ;
      --tw-saturate:  ;
      --tw-sepia:  ;
      --tw-drop-shadow:  ;
      --tw-backdrop-blur:  ;
      --tw-backdrop-brightness:  ;
      --tw-backdrop-contrast:  ;
      --tw-backdrop-grayscale:  ;
      --tw-backdrop-hue-rotate:  ;
      --tw-backdrop-invert:  ;
      --tw-backdrop-opacity:  ;
      --tw-backdrop-saturate:  ;
      --tw-backdrop-sepia:  ;
      --tw-contain-size:  ;
      --tw-contain-layout:  ;
      --tw-contain-paint:  ;
      --tw-contain-style:  ;
}
.container {
      width: 100%;
}
@media (min-width: 640px) {
      .container {
            max-width: 640px;
      }
}
@media (min-width: 768px) {
      .container {
            max-width: 768px;
      }
}
@media (min-width: 1024px) {
      .container {
            max-width: 1024px;
      }
}
@media (min-width: 1280px) {
      .container {
            max-width: 1280px;
      }
}
@media (min-width: 6600px) {
      .container {
            max-width: 6600px;
      }
}
.ui-title-xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
      font-weight: 650;
      letter-spacing: -0.025em;
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, 1);
      color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 768px) {
      .ui-title-xl {
            font-size: 2.25rem;
            line-height: 2.5rem;
      }
}
/* Communities */
.communities-content-wrapper {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 900px;
      padding-left: 3rem;
      padding-right: 3rem;
}
@media (min-width: 768px) {
      .communities-content-wrapper {
            padding-left: 5rem;
            padding-right: 5rem;
      }
}
@media (min-width: 1280px) {
      .communities-content-wrapper {
            max-width: 1400px;
      }
}
.pointer-events-none {
      pointer-events: none;
}
.pointer-events-auto {
      pointer-events: auto;
}
.\!visible {
      visibility: visible !important;
}
.visible {
      visibility: visible;
}
.static {
      position: static;
}
.fixed {
      position: fixed;
}
.absolute {
      position: absolute;
}
.relative {
      position: relative;
}
.sticky {
      position: sticky;
}
.-left-2 {
      left: -0.5rem;
}
.bottom-0 {
      bottom: 0px;
}
.left-0 {
      left: 0px;
}
.right-0 {
      right: 0px;
}
.top-0 {
      top: 0px;
}
.z-10 {
      z-index: 10;
}
.z-50 {
      z-index: 50;
}
.col-span-1 {
      grid-column: span 1 / span 1;
}
.col-span-12 {
      grid-column: span 12 / span 12;
}
.col-span-2 {
      grid-column: span 2 / span 2;
}
.col-span-4 {
      grid-column: span 4 / span 4;
}
.col-span-5 {
      grid-column: span 5 / span 5;
}
.col-span-6 {
      grid-column: span 6 / span 6;
}
.col-span-7 {
      grid-column: span 7 / span 7;
}
.col-span-8 {
      grid-column: span 8 / span 8;
}
.float-left {
      float: left;
}
.mx-12 {
      margin-left: 3rem;
      margin-right: 3rem;
}
.mx-2 {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
}
.mx-auto {
      margin-left: auto;
      margin-right: auto;
}
.my-12 {
      margin-top: 3rem;
      margin-bottom: 3rem;
}
.my-2 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
}
.my-4 {
      margin-top: 1rem;
      margin-bottom: 1rem;
}
.my-6 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
}
.my-8 {
      margin-top: 2rem;
      margin-bottom: 2rem;
}
.mb-1 {
      margin-bottom: 0.25rem;
}
.mb-12 {
      margin-bottom: 3rem;
}
.mb-16 {
      margin-bottom: 4rem;
}
.mb-2 {
      margin-bottom: 0.5rem;
}
.mb-20 {
      margin-bottom: 5rem;
}
.mb-3 {
      margin-bottom: 0.75rem;
}
.mb-32 {
      margin-bottom: 8rem;
}
.mb-4 {
      margin-bottom: 1rem;
}
.mb-6 {
      margin-bottom: 1.5rem;
}
.mb-8 {
      margin-bottom: 2rem;
}
.mr-2 {
      margin-right: 0.5rem;
}
.mt-0\.5 {
      margin-top: 0.125rem;
}
.mt-1 {
      margin-top: 0.25rem;
}
.mt-12 {
      margin-top: 3rem;
}
.mt-16 {
      margin-top: 4rem;
}
.mt-2 {
      margin-top: 0.5rem;
}
.mt-20 {
      margin-top: 5rem;
}
.mt-24 {
      margin-top: 6rem;
}
.mt-4 {
      margin-top: 1rem;
}
.mt-6 {
      margin-top: 1.5rem;
}
.mt-8 {
      margin-top: 2rem;
}
.line-clamp-3 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
}
.block {
      display: block;
}
.inline-block {
      display: inline-block;
}
.inline {
      display: inline;
}
.flex {
      display: flex;
}
.inline-flex {
      display: inline-flex;
}
.table {
      display: table;
}
.grid {
      display: grid;
}
.inline-grid {
      display: inline-grid;
}
.contents {
      display: contents;
}
.hidden {
      display: none;
}
.aspect-\[16\/6\] {
      aspect-ratio: 16/6;
}
.aspect-\[16\/9\] {
      aspect-ratio: 16/9;
}
.aspect-\[4\/3\] {
      aspect-ratio: 4/3;
}
.aspect-square {
      aspect-ratio: 1 / 1;
}
.aspect-video {
      aspect-ratio: 16 / 9;
}
.h-1 {
      height: 0.25rem;
}
.h-10 {
      height: 2.5rem;
}
.h-12 {
      height: 3rem;
}
.h-14 {
      height: 3.5rem;
}
.h-16 {
      height: 4rem;
}
.h-2 {
      height: 0.5rem;
}
.h-20 {
      height: 5rem;
}
.h-24 {
      height: 6rem;
}
.h-4 {
      height: 1rem;
}
.h-40 {
      height: 10rem;
}
.h-5 {
      height: 1.25rem;
}
.h-6 {
      height: 1.5rem;
}
.h-7 {
      height: 1.75rem;
}
.h-8 {
      height: 2rem;
}
.h-\[100px\] {
      height: 100px;
}
.h-\[10vh\] {
      height: 10vh;
}
.h-\[120px\] {
      height: 120px;
}
.h-\[1px\] {
      height: 1px;
}
.h-\[3\.5vh\] {
      height: 3.5vh;
}
.h-\[88px\] {
      height: 88px;
}
.h-full {
      height: 100%;
}
.h-screen {
      height: 100vh;
}
.max-h-\[10vh\] {
      max-height: 10vh;
}
.max-h-\[3vh\] {
      max-height: 3vh;
}
.min-h-\[180px\] {
      min-height: 180px;
}
.min-h-screen {
      min-height: 100vh;
}
.w-1\/2 {
      width: 50%;
}
.w-10 {
      width: 2.5rem;
}
.w-12 {
      width: 3rem;
}
.w-2 {
      width: 0.5rem;
}
.w-28 {
      width: 7rem;
}
.w-32 {
      width: 8rem;
}
.w-40 {
      width: 10rem;
}
.w-48 {
      width: 12rem;
}
.w-56 {
      width: 14rem;
}
.w-8 {
      width: 2rem;
}
.w-\[120px\] {
      width: 120px;
}
.w-\[150px\] {
      width: 150px;
}
.w-auto {
      width: auto;
}
.w-full {
      width: 100%;
}
.min-w-\[30\%\] {
      min-width: 30%;
}
.min-w-\[360px\] {
      min-width: 360px;
}
.min-w-\[50\%\] {
      min-width: 50%;
}
.min-w-\[6px\] {
      min-width: 6px;
}
.max-w-4xl {
      max-width: 56rem;
}
.max-w-\[1300px\] {
      max-width: 1300px;
}
.max-w-\[600px\] {
      max-width: 600px;
}
.max-w-screen-2xl {
      max-width: 6600px;
}
.max-w-screen-lg {
      max-width: 1024px;
}
.max-w-screen-md {
      max-width: 768px;
}
.max-w-sm {
      max-width: 24rem;
}
.flex-1 {
      flex: 1 1 0%;
}
.shrink-0 {
      flex-shrink: 0;
}
.grow {
      flex-grow: 1;
}
.-rotate-90 {
      --tw-rotate: -90deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
      --tw-scale-x: 1.05;
      --tw-scale-y: 1.05;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
      50% {
            opacity: .5;
      }
}
.animate-pulse {
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
      cursor: pointer;
}
.select-none {
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
}
.resize {
      resize: both;
}
.grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
      flex-direction: column;
}
.flex-col-reverse {
      flex-direction: column-reverse;
}
.flex-wrap {
      flex-wrap: wrap;
}
.items-start {
      align-items: flex-start;
}
.items-center {
      align-items: center;
}
.justify-end {
      justify-content: flex-end;
}
.justify-center {
      justify-content: center;
}
.justify-between {
      justify-content: space-between;
}
.gap-0 {
      gap: 0px;
}
.gap-1 {
      gap: 0.25rem;
}
.gap-12 {
      gap: 3rem;
}
.gap-16 {
      gap: 4rem;
}
.gap-2 {
      gap: 0.5rem;
}
.gap-4 {
      gap: 1rem;
}
.gap-6 {
      gap: 1.5rem;
}
.gap-8 {
      gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1rem * (1 - 0));
      margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
      margin-top: calc(1rem * calc(1 - 0));
      margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1rem * 0);
      margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
      --tw-divide-y-reverse: 0;
      border-top-width: calc(1px * (1 - 0));
      border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
      border-top-width: calc(1px * calc(1 - 0));
      border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
      border-bottom-width: calc(1px * 0);
      border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
      border-style: solid;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
      --tw-divide-opacity: 1;
      border-color: rgba(229, 231, 235, 1);
      border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
.overflow-auto {
      overflow: auto;
}
.overflow-hidden {
      overflow: hidden;
}
.overflow-y-auto {
      overflow-y: auto;
}
.text-wrap {
      text-wrap: wrap;
}
.text-balance {
      text-wrap: balance;
}
.rounded {
      border-radius: 0.25rem;
}
.rounded-3xl {
      border-radius: 1.5rem;
}
.rounded-\[60px\] {
      border-radius: 60px;
}
.rounded-full {
      border-radius: 9999px;
}
.rounded-lg {
      border-radius: 0.5rem;
}
.rounded-md {
      border-radius: 0.375rem;
}
.rounded-sm {
      border-radius: 0.125rem;
}
.border {
      border-width: 1px;
}
.border-0 {
      border-width: 0px;
}
.border-2 {
      border-width: 2px;
}
.border-b {
      border-bottom-width: 1px;
}
.border-b-4 {
      border-bottom-width: 4px;
}
.border-l {
      border-left-width: 1px;
}
.border-r {
      border-right-width: 1px;
}
.border-t {
      border-top-width: 1px;
}
.border-t-2 {
      border-top-width: 2px;
}
.border-t-4 {
      border-top-width: 4px;
}
.border-solid {
      border-style: solid;
}
.border-black {
      --tw-border-opacity: 1;
      border-color: rgba(0, 0, 0, 1);
      border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-blue-500 {
      --tw-border-opacity: 1;
      border-color: rgba(59, 130, 246, 1);
      border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.border-gray-100 {
      --tw-border-opacity: 1;
      border-color: rgba(243, 244, 246, 1);
      border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-200 {
      --tw-border-opacity: 1;
      border-color: rgba(229, 231, 235, 1);
      border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-neutral-200 {
      --tw-border-opacity: 1;
      border-color: rgba(229, 229, 229, 1);
      border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-neutral-800 {
      --tw-border-opacity: 1;
      border-color: rgba(38, 38, 38, 1);
      border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}
.bg-\[\#25b668\] {
      --tw-bg-opacity: 1;
      background-color: rgba(37, 182, 104, 1);
      background-color: rgba(37, 182, 104, var(--tw-bg-opacity));
}
.bg-black {
      --tw-bg-opacity: 1;
      background-color: rgba(0, 0, 0, 1);
      background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black\/20 {
      background-color: rgba(0, 0, 0, 0.2);
}
.bg-blue-500 {
      --tw-bg-opacity: 1;
      background-color: rgba(59, 130, 246, 1);
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-blue-900 {
      --tw-bg-opacity: 1;
      background-color: rgba(30, 58, 138, 1);
      background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.bg-emerald-50 {
      --tw-bg-opacity: 1;
      background-color: rgba(236, 253, 245, 1);
      background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.bg-emerald-500 {
      --tw-bg-opacity: 1;
      background-color: rgba(16, 185, 129, 1);
      background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-gray-100 {
      --tw-bg-opacity: 1;
      background-color: rgba(243, 244, 246, 1);
      background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200 {
      --tw-bg-opacity: 1;
      background-color: rgba(229, 231, 235, 1);
      background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-neutral-100 {
      --tw-bg-opacity: 1;
      background-color: rgba(245, 245, 245, 1);
      background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-neutral-900 {
      --tw-bg-opacity: 1;
      background-color: rgba(23, 23, 23, 1);
      background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}
.bg-neutral-950 {
      --tw-bg-opacity: 1;
      background-color: rgba(10, 10, 10, 1);
      background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
}
.bg-red-50 {
      --tw-bg-opacity: 1;
      background-color: rgba(254, 242, 242, 1);
      background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.bg-teal-50 {
      --tw-bg-opacity: 1;
      background-color: rgba(240, 253, 250, 1);
      background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}
.bg-transparent {
      background-color: transparent;
}
.bg-white {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, 1);
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-white\/10 {
      background-color: rgba(255, 255, 255, 0.1);
}
.bg-white\/5 {
      background-color: rgba(255, 255, 255, 0.05);
}
.bg-zinc-50 {
      --tw-bg-opacity: 1;
      background-color: rgba(250, 250, 250, 1);
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-contain {
      background-size: contain;
}
.bg-cover {
      background-size: cover;
}
.bg-center {
      background-position: center;
}
.bg-no-repeat {
      background-repeat: no-repeat;
}
.object-contain {
      -o-object-fit: contain;
         object-fit: contain;
}
.object-cover {
      -o-object-fit: cover;
         object-fit: cover;
}
.p-12 {
      padding: 3rem;
}
.p-2 {
      padding: 0.5rem;
}
.p-20 {
      padding: 5rem;
}
.p-3 {
      padding: 0.75rem;
}
.p-6 {
      padding: 1.5rem;
}
.p-8 {
      padding: 2rem;
}
.px-1 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
}
.px-12 {
      padding-left: 3rem;
      padding-right: 3rem;
}
.px-2 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
}
.px-3 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
}
.px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
}
.px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
}
.px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
}
.py-1 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
}
.py-16 {
      padding-top: 4rem;
      padding-bottom: 4rem;
}
.py-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
}
.py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem;
}
.py-24 {
      padding-top: 6rem;
      padding-bottom: 6rem;
}
.py-3 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
}
.py-32 {
      padding-top: 8rem;
      padding-bottom: 8rem;
}
.py-4 {
      padding-top: 1rem;
      padding-bottom: 1rem;
}
.py-6 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
}
.py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem;
}
.py-\[28px\] {
      padding-top: 28px;
      padding-bottom: 28px;
}
.pb-16 {
      padding-bottom: 4rem;
}
.pb-2 {
      padding-bottom: 0.5rem;
}
.pb-32 {
      padding-bottom: 8rem;
}
.pb-4 {
      padding-bottom: 1rem;
}
.pb-5 {
      padding-bottom: 1.25rem;
}
.pb-8 {
      padding-bottom: 2rem;
}
.pl-12 {
      padding-left: 3rem;
}
.pl-2 {
      padding-left: 0.5rem;
}
.pl-4 {
      padding-left: 1rem;
}
.pl-6 {
      padding-left: 1.5rem;
}
.pl-8 {
      padding-left: 2rem;
}
.pl-\[20px\] {
      padding-left: 20px;
}
.pr-12 {
      padding-right: 3rem;
}
.pr-2 {
      padding-right: 0.5rem;
}
.pr-3 {
      padding-right: 0.75rem;
}
.pr-4 {
      padding-right: 1rem;
}
.pr-\[120px\] {
      padding-right: 120px;
}
.pt-1 {
      padding-top: 0.25rem;
}
.pt-16 {
      padding-top: 4rem;
}
.pt-2 {
      padding-top: 0.5rem;
}
.pt-4 {
      padding-top: 1rem;
}
.pt-6 {
      padding-top: 1.5rem;
}
.pt-8 {
      padding-top: 2rem;
}
.text-center {
      text-align: center;
}
.text-right {
      text-align: right;
}
.text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
}
.text-2xs {
      font-size: 11px;
}
.text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
}
.text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
}
.text-5xl {
      font-size: 3rem;
      line-height: 1;
}
.text-\[2\.8vh\] {
      font-size: 2.8vh;
}
.text-\[3vh\] {
      font-size: 3vh;
}
.text-base {
      font-size: 15px;
      line-height: 22px;
}
.text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
}
.text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
}
.text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
}
.text-xs {
      font-size: 0.75rem;
      line-height: 1rem;
}
.font-\[600\] {
      font-weight: 600;
}
.font-\[650\] {
      font-weight: 650;
}
.font-bold {
      font-weight: 700;
}
.font-demibold {
      font-weight: 550;
}
.font-medium {
      font-weight: 500;
}
.font-semibold {
      font-weight: 600;
}
.uppercase {
      text-transform: uppercase;
}
.lowercase {
      text-transform: lowercase;
}
.capitalize {
      text-transform: capitalize;
}
.italic {
      font-style: italic;
}
.leading-\[1\.1\] {
      line-height: 1.1;
}
.leading-\[1\.1em\] {
      line-height: 1.1em;
}
.leading-\[3\.5vh\] {
      line-height: 3.5vh;
}
.leading-\[3vh\] {
      line-height: 3vh;
}
.tracking-tight {
      letter-spacing: -0.025em;
}
.tracking-tighter {
      letter-spacing: -0.05em;
}
.tracking-wide {
      letter-spacing: 0.025em;
}
.tracking-wider {
      letter-spacing: 0.05em;
}
.text-\[\#046648\] {
      --tw-text-opacity: 1;
      color: rgba(4, 102, 72, 1);
      color: rgba(4, 102, 72, var(--tw-text-opacity));
}
.text-black {
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, 1);
      color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue-500 {
      --tw-text-opacity: 1;
      color: rgba(59, 130, 246, 1);
      color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-emerald-600 {
      --tw-text-opacity: 1;
      color: rgba(5, 150, 105, 1);
      color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-emerald-700 {
      --tw-text-opacity: 1;
      color: rgba(4, 120, 87, 1);
      color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.text-gray-500 {
      --tw-text-opacity: 1;
      color: rgba(107, 114, 128, 1);
      color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-700 {
      --tw-text-opacity: 1;
      color: rgba(55, 65, 81, 1);
      color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-neutral-400 {
      --tw-text-opacity: 1;
      color: rgba(163, 163, 163, 1);
      color: rgba(163, 163, 163, var(--tw-text-opacity));
}
.text-neutral-500 {
      --tw-text-opacity: 1;
      color: rgba(115, 115, 115, 1);
      color: rgba(115, 115, 115, var(--tw-text-opacity));
}
.text-neutral-700 {
      --tw-text-opacity: 1;
      color: rgba(64, 64, 64, 1);
      color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.text-red-500 {
      --tw-text-opacity: 1;
      color: rgba(239, 68, 68, 1);
      color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-teal-700 {
      --tw-text-opacity: 1;
      color: rgba(15, 118, 110, 1);
      color: rgba(15, 118, 110, var(--tw-text-opacity));
}
.text-white {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, 1);
      color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-white\/30 {
      color: rgba(255, 255, 255, 0.3);
}
.text-white\/60 {
      color: rgba(255, 255, 255, 0.6);
}
.text-white\/80 {
      color: rgba(255, 255, 255, 0.8);
}
.text-zinc-400 {
      --tw-text-opacity: 1;
      color: rgba(161, 161, 170, 1);
      color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.text-zinc-600 {
      --tw-text-opacity: 1;
      color: rgba(82, 82, 91, 1);
      color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-zinc-900 {
      --tw-text-opacity: 1;
      color: rgba(24, 24, 27, 1);
      color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.underline {
      text-decoration-line: underline;
}
.overline {
      text-decoration-line: overline;
}
.opacity-40 {
      opacity: 0.4;
}
.opacity-50 {
      opacity: 0.5;
}
.opacity-70 {
      opacity: 0.7;
}
.opacity-80 {
      opacity: 0.8;
}
.shadow-lg {
      --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
      outline: 2px solid transparent;
      outline-offset: 2px;
}
.outline {
      outline-style: solid;
}
.blur {
      --tw-blur: blur(8px);
      filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.transition-all {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.transition-colors {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.transition-opacity {
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.transition-shadow {
      transition-property: box-shadow;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.transition-transform {
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.duration-100 {
      transition-duration: 100ms;
}
.duration-1000 {
      transition-duration: 1000ms;
}
.duration-300 {
      transition-duration: 300ms;
}
.ease-in-out {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-color {
      border-color: var(--primaryLineColor);
   }
.text-balance {
      text-wrap: balance;
   }

 /* .wrapper {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   width: fit-content;
 } */
 
 .button {
   display: flex;
   /* height: 34px; */
   align-items: center;
   gap: 8px;
   border-radius: 100%;
   /* padding: 16px; */
   font-size: 14px;
   font-weight: 500;
   -webkit-text-decoration: none;
   text-decoration: none;
 }
 
 .clip-path-container {
   position: absolute;
   z-index: 10;
   width: 100%;
   overflow: hidden;
   transition: clip-path 0.25s ease;
   clip-path: inset(0px 75% 0px 0% round 17px);
 }
 
 .hover\:border-gray-300:hover {
      --tw-border-opacity: 1;
      border-color: rgba(209, 213, 219, 1);
      border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
 
 .hover\:bg-blue-500:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(59, 130, 246, 1);
      background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
 
 .hover\:bg-blue-600:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(37, 99, 235, 1);
      background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
 
 .hover\:bg-emerald-100:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(209, 250, 229, 1);
      background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
 
 .hover\:bg-gray-100:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(243, 244, 246, 1);
      background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
 
 .hover\:bg-gray-50:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(249, 250, 251, 1);
      background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
 
 .hover\:bg-gray-600:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(75, 85, 99, 1);
      background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
 
 .hover\:bg-gray-700:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(55, 65, 81, 1);
      background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
 
 .hover\:bg-gray-800:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 41, 55, 1);
      background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
 
 .hover\:bg-white\/10:hover {
      background-color: rgba(255, 255, 255, 0.1);
}
 
 .hover\:bg-white\/15:hover {
      background-color: rgba(255, 255, 255, 0.15);
}
 
 .hover\:bg-white\/20:hover {
      background-color: rgba(255, 255, 255, 0.2);
}
 
 .hover\:bg-white\/90:hover {
      background-color: rgba(255, 255, 255, 0.9);
}
 
 .hover\:bg-zinc-50:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(250, 250, 250, 1);
      background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
 
 .hover\:bg-zinc-600:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(82, 82, 91, 1);
      background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}
 
 .hover\:text-white:hover {
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, 1);
      color: rgba(255, 255, 255, var(--tw-text-opacity));
}
 
 .hover\:opacity-100:hover {
      opacity: 1;
}
 
 .hover\:opacity-70:hover {
      opacity: 0.7;
}
 
 .hover\:opacity-80:hover {
      opacity: 0.8;
}
 
 .active\:opacity-50:active {
      opacity: 0.5;
}
 
 .group:hover .group-hover\:-translate-x-2 {
      --tw-translate-x: -0.5rem;
      transform: translate(-0.5rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 
 .group:hover .group-hover\:translate-x-2 {
      --tw-translate-x: 0.5rem;
      transform: translate(0.5rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 
 .group:hover .group-hover\:border-gray-200 {
      --tw-border-opacity: 1;
      border-color: rgba(229, 231, 235, 1);
      border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
 
 .group:hover .group-hover\:shadow-xl {
      --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
      --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
      box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
 
 @media (min-width: 640px) {
      .sm\:col-span-3 {
            grid-column: span 3 / span 3;
      }
      .sm\:ml-4 {
            margin-left: 1rem;
      }
      .sm\:block {
            display: block;
      }
      .sm\:flex {
            display: flex;
      }
      .sm\:grid {
            display: grid;
      }
      .sm\:min-h-24 {
            min-height: 6rem;
      }
      .sm\:w-48 {
            width: 12rem;
      }
      .sm\:w-full {
            width: 100%;
      }
      .sm\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr));
      }
      .sm\:grid-cols-5 {
            grid-template-columns: repeat(5, minmax(0, 1fr));
      }
      .sm\:flex-row {
            flex-direction: row;
      }
      .sm\:gap-12 {
            gap: 3rem;
      }
      .sm\:px-10 {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
      }
      .sm\:px-12 {
            padding-left: 3rem;
            padding-right: 3rem;
      }
      .sm\:py-12 {
            padding-top: 3rem;
            padding-bottom: 3rem;
      }
      .sm\:py-2 {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
      }
      .sm\:pt-4 {
            padding-top: 1rem;
      }
      .sm\:pt-8 {
            padding-top: 2rem;
      }
}
 
 @media (min-width: 768px) {
      .md\:col-span-10 {
            grid-column: span 10 / span 10;
      }
      .md\:col-span-2 {
            grid-column: span 2 / span 2;
      }
      .md\:col-span-6 {
            grid-column: span 6 / span 6;
      }
      .md\:col-span-8 {
            grid-column: span 8 / span 8;
      }
      .md\:col-span-9 {
            grid-column: span 9 / span 9;
      }
      .md\:mb-12 {
            margin-bottom: 3rem;
      }
      .md\:mt-0 {
            margin-top: 0px;
      }
      .md\:mt-24 {
            margin-top: 6rem;
      }
      .md\:block {
            display: block;
      }
      .md\:inline {
            display: inline;
      }
      .md\:flex {
            display: flex;
      }
      .md\:grid {
            display: grid;
      }
      .md\:hidden {
            display: none;
      }
      .md\:aspect-\[16\/5\] {
            aspect-ratio: 16/5;
      }
      .md\:aspect-video {
            aspect-ratio: 16 / 9;
      }
      .md\:h-24 {
            height: 6rem;
      }
      .md\:h-6 {
            height: 1.5rem;
      }
      .md\:h-\[150px\] {
            height: 150px;
      }
      .md\:w-\[150px\] {
            width: 150px;
      }
      .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .md\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr));
      }
      .md\:grid-cols-5 {
            grid-template-columns: repeat(5, minmax(0, 1fr));
      }
      .md\:grid-cols-6 {
            grid-template-columns: repeat(6, minmax(0, 1fr));
      }
      .md\:grid-cols-7 {
            grid-template-columns: repeat(7, minmax(0, 1fr));
      }
      .md\:flex-row {
            flex-direction: row;
      }
      .md\:items-center {
            align-items: center;
      }
      .md\:justify-end {
            justify-content: flex-end;
      }
      .md\:justify-between {
            justify-content: space-between;
      }
      .md\:gap-12 {
            gap: 3rem;
      }
      .md\:p-6 {
            padding: 1.5rem;
      }
      .md\:p-8 {
            padding: 2rem;
      }
      .md\:px-16 {
            padding-left: 4rem;
            padding-right: 4rem;
      }
      .md\:text-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem;
      }
      .md\:text-5xl {
            font-size: 3rem;
            line-height: 1;
      }
      .md\:text-6xl {
            font-size: 3.75rem;
            line-height: 1;
      }
      .md\:text-lg {
            font-size: 1.125rem;
            line-height: 1.75rem;
      }
      .md\:text-xl {
            font-size: 1.25rem;
            line-height: 1.75rem;
      }
      .md\:font-\[600\] {
            font-weight: 600;
      }
}
 
 @media (min-width: 1024px) {
      .lg\:col-span-1 {
            grid-column: span 1 / span 1;
      }
      .lg\:col-span-2 {
            grid-column: span 2 / span 2;
      }
      .lg\:col-span-4 {
            grid-column: span 4 / span 4;
      }
      .lg\:mt-0 {
            margin-top: 0px;
      }
      .lg\:flex {
            display: flex;
      }
      .lg\:grid {
            display: grid;
      }
      .lg\:hidden {
            display: none;
      }
      .lg\:h-7 {
            height: 1.75rem;
      }
      .lg\:h-\[90px\] {
            height: 90px;
      }
      .lg\:w-\[28\%\] {
            width: 28%;
      }
      .lg\:max-w-screen-2xl {
            max-width: 6600px;
      }
      .lg\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .lg\:grid-cols-5 {
            grid-template-columns: repeat(5, minmax(0, 1fr));
      }
      .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
            --tw-divide-x-reverse: 0;
            border-right-width: calc(1px * 0);
            border-right-width: calc(1px * var(--tw-divide-x-reverse));
            border-left-width: calc(1px * (1 - 0));
            border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
            border-left-width: calc(1px * calc(1 - 0));
            border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
      }
      .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
            --tw-divide-y-reverse: 0;
            border-top-width: calc(0px * (1 - 0));
            border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse)));
            border-top-width: calc(0px * calc(1 - 0));
            border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
            border-bottom-width: calc(0px * 0);
            border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
      }
      .lg\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
      }
      .lg\:py-16 {
            padding-top: 4rem;
            padding-bottom: 4rem;
      }
      .lg\:py-6 {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
      }
      .lg\:py-8 {
            padding-top: 2rem;
            padding-bottom: 2rem;
      }
      .lg\:pl-\[28\%\] {
            padding-left: 28%;
      }
      .lg\:pt-8 {
            padding-top: 2rem;
      }
}
 
 @media (min-width: 1280px) {
      .xl\:col-span-1 {
            grid-column: span 1 / span 1;
      }
      .xl\:block {
            display: block;
      }
      .xl\:hidden {
            display: none;
      }
      .xl\:aspect-\[0\.8\] {
            aspect-ratio: 0.8;
      }
      .xl\:h-8 {
            height: 2rem;
      }
      .xl\:h-screen {
            height: 100vh;
      }
      .xl\:w-\[25\%\] {
            width: 25%;
      }
      .xl\:max-w-\[800px\] {
            max-width: 800px;
      }
      .xl\:max-w-\[900px\] {
            max-width: 900px;
      }
      .xl\:max-w-screen-2xl {
            max-width: 6600px;
      }
      .xl\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .xl\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .xl\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr));
      }
      .xl\:grid-cols-5 {
            grid-template-columns: repeat(5, minmax(0, 1fr));
      }
      .xl\:grid-cols-6 {
            grid-template-columns: repeat(6, minmax(0, 1fr));
      }
      .xl\:grid-cols-7 {
            grid-template-columns: repeat(7, minmax(0, 1fr));
      }
      .xl\:gap-12 {
            gap: 3rem;
      }
      .xl\:px-12 {
            padding-left: 3rem;
            padding-right: 3rem;
      }
      .xl\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
      }
      .xl\:py-12 {
            padding-top: 3rem;
            padding-bottom: 3rem;
      }
      .xl\:py-8 {
            padding-top: 2rem;
            padding-bottom: 2rem;
      }
      .xl\:pl-\[25\%\] {
            padding-left: 25%;
      }
      .xl\:pt-12 {
            padding-top: 3rem;
      }
      .xl\:text-6xl {
            font-size: 3.75rem;
            line-height: 1;
      }
}
 
 @media (min-width: 6600px) {
      .\32xl\:mx-auto {
            margin-left: auto;
            margin-right: auto;
      }
      .\32xl\:block {
            display: block;
      }
      .\32xl\:hidden {
            display: none;
      }
      .\32xl\:aspect-auto {
            aspect-ratio: auto;
      }
      .\32xl\:h-full {
            height: 100%;
      }
      .\32xl\:w-\[45\%\] {
            width: 45%;
      }
      .\32xl\:w-\[55\%\] {
            width: 55%;
      }
      .\32xl\:w-\[760px\] {
            width: 760px;
      }
      .\32xl\:max-w-\[1400px\] {
            max-width: 1400px;
      }
      .\32xl\:max-w-none {
            max-width: none;
      }
      .\32xl\:flex-none {
            flex: none;
      }
      .\32xl\:grid-cols-6 {
            grid-template-columns: repeat(6, minmax(0, 1fr));
      }
      .\32xl\:grid-cols-8 {
            grid-template-columns: repeat(8, minmax(0, 1fr));
      }
      .\32xl\:flex-row {
            flex-direction: row;
      }
      .\32xl\:px-0 {
            padding-left: 0px;
            padding-right: 0px;
      }
      .\32xl\:px-14 {
            padding-left: 3.5rem;
            padding-right: 3.5rem;
      }
      .\32xl\:px-16 {
            padding-left: 4rem;
            padding-right: 4rem;
      }
      .\32xl\:py-0 {
            padding-top: 0px;
            padding-bottom: 0px;
      }
      .\32xl\:pb-32 {
            padding-bottom: 8rem;
      }
      .\32xl\:pr-14 {
            padding-right: 3.5rem;
      }
      .\32xl\:pt-16 {
            padding-top: 4rem;
      }
      .\32xl\:pt-20 {
            padding-top: 5rem;
      }
      .\32xl\:pt-8 {
            padding-top: 2rem;
      }
}

.style__featureTitle___AFAfy {
  font-size: 18px;
  line-height: 24px;
  font-weight: 550;
  color: #fff;
  margin: 8px 0px 4px 0px;
}
.style__featureTitle___AFAfy .style__highlightOrange___NwHmu {
  color: #ff6200;
}
.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/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/fa6516b65d6b10e1a3c7.ttf) format('truetype'), url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/593215b3c645181caa55.woff2) format('woff2 supports variations'), url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/593215b3c645181caa55.woff2) format('woff2-variations');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'erode';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/81ccc97687c2b89c1c7d.ttf) format('truetype');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'garamond';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/9b50cef174ca2f6a65b1.ttf) format('truetype'), url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/3817b127a837a92c4276.woff2) format('woff2 supports variations'), url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/3817b127a837a92c4276.woff2) format('woff2-variations');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'merriweather';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/b99b99236418ec2a55d6.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'roboto-mono';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/2ccde177314ac34f20b8.ttf) format('truetype');
  font-weight: 100 1000;
}
@font-face {
  font-family: 'work-sans';
  src: url(https://dist.mcdn.co/gather/e67dc4d82f7e194b2ded16f71c66e5f60aa6a463/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;
}

/* @tailwind base;
@tailwind components;
@tailwind utilities; */

body {
   font-family: 'switzer', sans-serif;
}

.style__drawerMenu___uYCqy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 20, 20, 0.98);
  pointer-events: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: 300ms;
  opacity: 0;
  padding: 120px 0px 0px 0px;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.style__drawerMenu___uYCqy.style__visible___AtIZe {
  opacity: 1;
  pointer-events: all;
}
.style__drawerMenuButton___BBp0y {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  margin-top: 6px;
}
.style__drawerMenuButton___BBp0y span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #aaa;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.style__drawerMenuButton___BBp0y span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.style__drawerMenuButton___BBp0y span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.style__drawerMenuButton___BBp0y span:nth-child(3) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.style__drawerMenuButton___BBp0y.style__open___pbaq0 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 3px;
}
.style__drawerMenuButton___BBp0y.style__open___pbaq0 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.style__drawerMenuButton___BBp0y.style__open___pbaq0 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 3px;
}

[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.2em;
  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-b140a2c4f703628fef3b.css.map*/