*, ::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Graphik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1{
  font-size: 3rem;
  line-height: 1.05;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

h2{
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

h3{
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

p{
  line-height: 1.3;
  margin-bottom: 1rem;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@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: 1536px){

  .container{
    max-width: 1536px;
  }
}
.btn{
  padding: .5rem 1rem;
  border-radius: .25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #282C33;
  box-shadow: 4px 4px 0px #DFE3E8;
  cursor: pointer;
  background-color: #fff;
}
.btn:hover{
  background-color: #F2F3F5;
}
.btn-primary{
  background-color: #F96B13;
  color: #fff;
  border: 1px solid #F96B13;
  box-shadow: 4px 4px 0px #fff3d9;
}
.btn-primary:hover{
  background-color: #fff;
  color: #282C33;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.right-0{
  right: 0px;
}
.z-10{
  z-index: 10;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-0{
  margin-right: 0px;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.flex-grow{
  flex-grow: 1;
}
.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));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-none{
  border-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-cool-grey-100{
  --tw-border-opacity: 1;
  border-color: rgb(40 44 51 / var(--tw-border-opacity, 1));
}
.border-cool-grey-20{
  --tw-border-opacity: 1;
  border-color: rgb(206 212 219 / var(--tw-border-opacity, 1));
}
.bg-cool-grey-0{
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
}
.bg-cool-grey-100{
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 51 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-2{
  padding: 0.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Graphik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
}
.text-5xl{
  font-size: 3rem;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-xl{
  font-size: 1.25rem;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.text-cool-grey-100{
  --tw-text-opacity: 1;
  color: rgb(40 44 51 / var(--tw-text-opacity, 1));
}
.text-lucid-primary{
  --tw-text-opacity: 1;
  color: rgb(16 113 229 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.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;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/***** Material Icons *****/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgb(0 0 0 / 54%);
}
.material-icons.md-dark.md-inactive {
  color: rgb(0 0 0 / 26%);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255 255 255 / 100%);
}
.material-icons.md-light.md-inactive {
  color: rgb(255 255 255 / 30%);
}
/***** Icons *****/
[class^='icon-']::before, [class*=' icon-']::before, .icon, li[aria-selected='true']::after {
  font-family: copenhagen-icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.icon-lock::before {
  content: '\1F512';
}
.icon-star::before {
  content: '\2605';
}
.icon-linkedin::before {
  content: '\e900';
}
.icon-twitter::before {
  content: '\e901';
}
.icon-googleplus-::before {
  content: '\e902';
}
.icon-facebook::before {
  content: '\e903';
}
.icon-agent::before {
  content: '\1F464';
}
.icon-close::before {
  content: '\2715';
}
.icon-arrow-up::before {
  content: '\2B06';
}
.icon-arrow-down::before {
  content: '\2B07';
}
.icon-attachments::before {
  content: '\1F4CE';
}
.icon-comments::before {
  content: '\1F4AC';
}
.icon-search::before {
  content: '\1F50D';
}
.icon-vote::before {
  content: '\1F44D';
}
.icon-handle::before {
  content: '\25BE';
}
.icon-check::before {
  content: '\2713';
}
.icon-gear::before {
  content: '\2699';
}
.icon-menu::before {
  content: '\2630';
}
.icon-article::before {
  content: '\1F4C4';
}
.icon-post::before {
  content: '\1F4D4';
}
.icon-notification-alert::before {
  content: '\26A0';
}
.icon-notification-error::before {
  content: '\00D7';
}
.icon-notification-info::before {
  content: '\2139';
}
.icon-notification-success::before {
  content: '\2714';
}
.profile-icon::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M17.69%2019.2v-.764c0-1.565-1.216-2.679-2.846-3.082l-.948-.237c-.392%200-.71-.425-.71-.948v-.348c.924-.543%201.659-1.668%201.659-2.97V7.2s-.522.85-1.324.85-1.73-.66-2.44-.613c-2.548.166-1.925%203.413-1.925%203.413%200%201.303.735%202.428%201.659%202.97v.349c0%20.523-.319.948-.711.948l-.948.237c-1.63.403-2.845%201.517-2.845%203.082v.764-.764c0-1.565%201.215-2.679%202.845-3.082l.948-.237c.393%200%20.71-.425.71-.948v-.348c-.923-.543-1.658-1.668-1.658-2.97%200%200-.623-3.248%201.926-3.414.71-.046%201.637.612%202.44.612.801%200%201.322-.849%201.322-.849v3.65c0%201.303-.734%202.428-1.659%202.97v.349c0%20.523.319.948.711.948l.948.237c1.63.403%202.845%201.517%202.845%203.082v.764z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M12%202.8a9.2%209.2%200%20100%2018.4%209.2%209.2%200%20000-18.4z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%0A");
  position: relative;
  height: 24px;
  width: 24px;
  display: flex;
}
.calendar-icon::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M3.2%209.204v9.2a2.4%202.4%200%20002.4%202.4h12.8a2.4%202.4%200%20002.4-2.4v-9.2H3.2zM18.4%204.804H5.6a2.4%202.4%200%2000-2.4%202.4v2h17.6v-2a2.4%202.4%200%2000-2.4-2.4z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M7.6%206.408c-.774%200-1.404-.72-1.404-1.604%200-.884.63-1.604%201.404-1.604.774%200%201.404.72%201.404%201.604h-.008c0-.88-.626-1.596-1.396-1.596-.77%200-1.396.716-1.396%201.596%200%20.88.626%201.596%201.396%201.596v.008zM12%206.408c-.774%200-1.404-.72-1.404-1.604%200-.884.63-1.604%201.404-1.604.774%200%201.404.72%201.404%201.604h-.008c0-.88-.627-1.596-1.396-1.596-.77%200-1.396.716-1.396%201.596%200%20.88.626%201.596%201.396%201.596v.008zM16.4%206.408c-.774%200-1.404-.72-1.404-1.604%200-.884.63-1.604%201.404-1.604.774%200%201.404.72%201.404%201.604h-.008c0-.88-.626-1.596-1.396-1.596-.77%200-1.396.716-1.396%201.596%200%20.88.626%201.596%201.396%201.596v.008zM6.6%2014.004h2v-2h-2v2zM11%2014.004h2v-2h-2v2zM15.4%2014.004h2v-2h-2v2zM6.6%2018.004h2v-2h-2v2zM11%2018.004h2v-2h-2v2zM15.4%2018.004h2v-2h-2v2z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%0A");
  position: relative;
  height: 24px;
  width: 24px;
  display: flex;
}
.thumbs-up-icon::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M6.8%2016.73a4.07%204.07%200%20004.07%204.07h7.291c.784%200%201.425-.641%201.425-1.424%200-.784-.64-1.425-1.424-1.425h-1.25%201.656c.784%200%201.425-.64%201.425-1.424%200-.783-.641-1.424-1.425-1.424h-1.256%201.663c.784%200%201.425-.641%201.425-1.425%200-.783-.64-1.424-1.424-1.424.06%200-1.32.007-1.264%200h1.264c.089-.002.28-.028.286-.03A1.43%201.43%200%200020.4%2010.83c0-.784-.641-1.424-1.424-1.424h-5.258s1.764-2.086.494-4.86C13.674%203.372%2012.97%203.2%2012.424%203.2c-.814%200-.824%201.628-1.132%202.59-1.058%203.305-3.38%205.65-4.492%205.65v5.29z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M5.6%2010.2H4.4c-.66%200-1.2.54-1.2%201.2v8.2c0%20.66.54%201.2%201.2%201.2h1.2c.66%200%201.2-.54%201.2-1.2v-8.2c0-.66-.54-1.2-1.2-1.2z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%0A");
  position: relative;
  height: 24px;
  width: 24px;
  display: flex;
}
.bubble-icon::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M19.2%203.2H4.8c-1.32%200-2.4%201.08-2.4%202.4v9.6c0%201.32%201.08%202.4%202.4%202.4h9.12l4.48%203.2v-3.2h.8c1.32%200%202.4-1.08%202.4-2.4V5.6c0-1.32-1.08-2.4-2.4-2.4z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M7.2%208.004h9.6v-.008H7.2v.008zM7.2%2010.404h9.6v-.008H7.2v.008zM7.2%2012.804h9.6v-.008H7.2v.008z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%0A");
  position: relative;
  height: 24px;
  width: 24px;
  display: flex;
}
@font-face {
  font-family: Graphik;
  src: url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Light-Cy-Web.woff')
      format('woff'),
    url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Light-Cy-Web.woff2')
      format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: Graphik;
  src: url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Regular-Cy-Web.woff')
      format('woff'),
    url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Regular-Cy-Web.woff2')
      format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: Graphik;
  src: url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-RegularItalic-Cy-Web.woff')
      format('woff'),
    url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-RegularItalic-Cy-Web.woff2')
      format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Graphik;
  src: url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Medium-Cy-Web.woff')
      format('woff'),
    url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Medium-Cy-Web.woff2')
      format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: Graphik;
  src: url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Semibold-Cy-Web.woff')
      format('woff'),
    url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Semibold-Cy-Web.woff2')
      format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: Graphik;
  src: url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SemiboldItalic-Cy-Web.woff')
      format('woff'),
    url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SemiboldItalic-Cy-Web.woff2')
      format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Graphik;
  src: url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Bold-Cy-Web.woff')
      format('woff'),
    url('https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Bold-Cy-Web.woff2')
      format('woff2');
  font-weight: 700;
}
/* Variables */
/* Use tailwind's config file to configure all variables and colors. If for some reason you need something outside of their system, then add it here. */
/* Most of this is leftover boilerplate left in place to facilitate styling less important pages */
:root {
  --brand-color: #F96B13;

  /* Color for text with an accent color background */
  --brand-text-color: #fff;
  --text-color: #333;
  --link-color: #0086ff;
  --background-color: #fff;
  --visited-link-color: rgb(0, 107, 204);
  --hover-button-color: color-mod(#F96B13 shade(20%));
  --secondary-text-color: rgb(92, 92, 92);

  /* #f8f8f8 for the default background_color */
  --primary-shade: rgb(247, 247, 247);

  /* #f2f2f2 for the default background_color */
  --secondary-shade: rgb(242, 242, 242);
  --font-size-bigger: 16px;
  --font-size-base: 15px;
  --font-size-navigation: 14px;
  --font-size-small: 13px;
  --font-size-smaller: 11px;
  --border-color: #ddd;
  --button-color: var(--brand-color);
  --input-font-size: 14px;
  --field-text-color: #999;
  --field-text-focus-color: #555;
  /* Fonts */
  --font-weight-base: 400;
  --font-weight-light: 300;
  --font-weight-semibold: 600;
}
/***** Mixins *****/
/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
/***** Article *****/
.article__summary {
    line-height: 1.6;
    max-width: 1000px;
    font-weight: normal;
  }
.article__summary a {
      color: #1071E5;
    }
.article__sidebar__item--active {
        background-color: #fff3d9;
      }
.article__body h1, .article__body h2{
  font-size: 1.25rem;
}
@media (min-width: 768px) {
.article__body h1, .article__body h2{
    font-size: 1.5rem;
  }
      }
@media (min-width: 1024px) {
.article__body h1, .article__body h2{
    font-size: 1.875rem;
  }
      }
.article__body h3{
  font-size: 1.125rem;
}
@media (min-width: 768px) {
.article__body h3{
    font-size: 1.25rem;
  }
      }
@media (min-width: 1024px) {
.article__body h3{
    font-size: 1.5rem;
  }
      }
.article__body h1, .article__body h2, .article__body h3, .article__body h4, .article__body h5 {
      margin-top: 3rem;
    }
.article__body section {
      scroll-margin-top: 100px;
    }
.article__body > section:first-child h2 {
          margin-top: 0;
        }
.article__body th {
      padding: 1rem 0.5rem;
      margin: 2rem 1rem;
      text-align: left;
    }
.article__body pre {
      background: #fbfbfb;
      background: rgb(0 0 0 / 2%);
      border: 1px solid #ececec;
      border: 1px solid rgb(0 0 0 / 7%);
      border-radius: 3px;
      padding: 10px 15px;
      overflow: auto;
      white-space: nowrap;
    }
.article__body blockquote {
      border-left: 1px solid #ececec;
      border-left: 1px solid rgb(0 0 0 / 7%);
      color: #8e8e8e;
      font-style: italic;
      margin: 20px 0;
      padding-left: 20px;
    }
.article__body ul, .article__body ol {
      margin: 20px 0 20px 20px;
      list-style-position: outside;
    }
.article__body ul {
      list-style-type: disc;
    }
.article__body ol {
      list-style-type: decimal;
    }
.article__body li > ul, .article__body li > ol {
      margin: 0 0 0 20px;
    }
.article__body li {
      margin-left: 20px;
      margin-bottom: 15px;
    }
.article__body img:not(.inline) {
        margin-top: 1rem;
        margin-bottom: 1rem;
      }
.article__body img:not(.border-none) {
        border: 2px solid black;
        box-sizing: border-box;
      }
.article__body img:not(.rounded-none) {
        border-radius: 8px;
      }
.article__body a {
      color: #1071E5;
    }
.article__body a:hover {
        text-decoration: underline;
      }
.article__body p {
      line-height: 1.45;
      margin-bottom: 1.5rem;
    }
.article-voting .vote-voted {
      background-color: #fff3d9;
      border: 1px solid #1071E5;
    }
.article-voting .vote-voted img {
        filter: invert(30%) sepia(90%) saturate(2253%) hue-rotate(204deg) brightness(91%) contrast(97%);
      }
.article-voting .vote-voted svg {
        stroke: #1071E5;
      }
.article-voting .vote-voted rect {
        stroke: #1071E5;
      }
.article-voting .icon, .article-voting li[aria-selected='true']::after {
      max-width: 25px;
    }
.article-voting .down {
      transform: rotate(180deg);
    }
.article-voting .voting-icon-lucidchart .vote-voted {
        background-color: #fff3d9;
        border: 1px solid #F96B13;
      }
.article-voting .voting-icon-lucidchart .vote-voted img {
          filter: brightness(0) saturate(100%) invert(58%) sepia(85%) saturate(3797%) hue-rotate(352deg) brightness(98%) contrast(99%);
        }
.article-voting .voting-icon-lucidchart .vote-voted svg {
          stroke: #F96B13;
        }
.article-voting .voting-icon-lucidchart .vote-voted rect {
          stroke: #F96B13;
        }
.article-voting .voting-icon-lucidspark .vote-voted {
        background-color: #fff0f0;
        border: 1px solid #FF3D3D;
      }
.article-voting .voting-icon-lucidspark .vote-voted img {
          filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(5258%) hue-rotate(341deg) brightness(112%) contrast(104%);
        }
.article-voting .voting-icon-lucidspark .vote-voted svg {
          stroke: #FF3D3D;
        }
.article-voting .voting-icon-lucidspark .vote-voted rect {
          stroke: #FF3D3D;
        }
.article-voting .voting-icon-lucidscale .vote-voted {
        background-color: #f2f2ff;
        border: 1px solid #635dff;
      }
.article-voting .voting-icon-lucidscale .vote-voted img {
          filter: brightness(0) saturate(100%) invert(36%) sepia(29%) saturate(6635%) hue-rotate(230deg) brightness(100%) contrast(103%);
        }
.article-voting .voting-icon-lucidscale .vote-voted svg {
          stroke: #635dff;
        }
.article-voting .voting-icon-lucidscale .vote-voted rect {
          stroke: #635dff;
        }
.article .tip {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 15px;
    border: solid 2px #F96B13;
    border-radius: 10px;
    background-color: #fff3d9;
  }
.article .tip img:not(.inline) {
        margin: 0 15px;
      }
.article .tip img:not(.border-none) {
        border: unset;
        box-sizing: border-box;
      }
.article .tip img:not(.rounded-none) {
        border-radius: unset;
      }
.article .tip .tip-icon {
      filter: invert(30%) sepia(90%) saturate(2253%) hue-rotate(204deg) brightness(91%) contrast(97%);
    }
.article .tip p {
      margin: 0 15px;
    }
.article-lucidchart .tip {
    border: solid 2px #F96B13;
    background-color: #fff3d9;
  }
.article-lucidchart .tip .tip-icon {
      filter: brightness(0) saturate(100%) invert(58%) sepia(85%) saturate(3797%) hue-rotate(352deg) brightness(98%) contrast(99%);
    }
.article-lucidchart .article__sidebar__item--active {
    background-color: #fff3d9;
  }
.article-lucidspark .tip {
    border: solid 2px #FF3D3D;
    background-color: #fff0f0;
  }
.article-lucidspark .tip .tip-icon {
      filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(5258%) hue-rotate(341deg) brightness(112%) contrast(104%);
    }
.article-lucidspark .article__sidebar__item--active {
    background-color: #fff0f0;
  }
.article-lucidscale .tip {
    border: solid 2px #635dff;
    background-color: #f2f2ff;
  }
.article-lucidscale .tip .tip-icon {
      filter: brightness(0) saturate(100%) invert(36%) sepia(29%) saturate(6635%) hue-rotate(230deg) brightness(100%) contrast(103%);
    }
.article-lucidscale .article__sidebar__item--active {
    background-color: #f2f2ff;
  }
.article-tip.question .tip {
    border: solid 2px #00C2A8;
    background-color: #E5FFFC;
  }
.article-tip.question .tip .tip-icon {
      filter: brightness(0) saturate(100%) invert(49%) sepia(60%) saturate(1946%) hue-rotate(136deg) brightness(99%) contrast(104%);
    }
.flyout-left:hover .flyout-left-menu {
      display: block;
    }
/***** Base *****/
::-moz-selection {
  background-color: #1071E5;
  color: #FFFFFF;
}
::selection {
  background-color: #1071E5;
  color: #FFFFFF;
}
html {
  scroll-behavior: smooth;
}
body{
  position: relative;
  overflow-x: hidden;
  --tw-text-opacity: 1;
  color: rgb(40 44 51 / var(--tw-text-opacity, 1));

  z-index: 0;
}
body::before {
    content: unset;
    position: absolute;
    top: 850px;
    left: -200px;
    z-index: -1;
  }
@media (min-width: 1024px) {
body::before {
      content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%22557%22%20height%3D%22782%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.693%2011.898c-73.408-67.514-144.015%20173.58-267.657%20190.13-14.356%201.922-28.799%206.008-43.036%2012.011v481.792s390.691%2015.056%20581.08%2077.315c190.389%2062.259%20100.996-221.757%20241.115-292.49C628.731%20426.88%20470.5%20196.492%20319.644%20111.611c-137.999-77.64-132.722%2062.412-308.951-99.713z%22%20fill%3D%22%23FAFBFC%22%2F%3E%3C%2Fsvg%3E%0A")
  }
    }
body::after {
    content: unset;
    position: absolute;
    top: 440px;
    right: -100px;
    z-index: -1;
  }
@media (min-width: 1024px) {
body::after {
      content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%22448%22%20height%3D%221093%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.45%20618.452c-76.32%2083.103%20196.221%20163.034%20214.929%20303.003%2051.298%20120.515%20203.557%20187.255%20290.036%20168.385%2086.479-18.87%20268.177-119.665%20268.177-119.665s17.02-442.286%2087.399-657.817c70.38-215.531-250.681-114.334-330.64-272.956C482.56-81.204%20222.121%2097.923%20126.169%20268.7%2038.402%20424.925%20196.722%20418.95%2013.45%20618.452z%22%20fill%3D%22%23FAFBFC%22%2F%3E%3C%2Fsvg%3E%0A")
  }
    }
main {
  position: relative;
}
@media (min-width: 768px) {
main {
    min-height: 1160px
}
  }
p {
  line-height: 1.35;
}
p a {
    color: #1071E5;
  }
.link {
  color: #1071E5;
}
/* Post actions dropdown */
reach-portal a[role='menuitem'] {
  display: flex;
  align-items: center;
}
.full-page-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.community-topic-list-page.lucid .breadcrumb {
      display: none;
    }
.community-topic-list-page.lucid .logo {
      display: none;
    }
.community-topic-list-page .community-topic-list-posts {
    display: flex;
    flex-direction: column;
  }
.community-topic-list-page .menu-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
  }
.community-topic-list-page .menu-header li {
    float: left;
  }
.community-topic-list-page .menu-header li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
.community-topic-list-page .menu-header li a:hover:not(.active) {
    background-color: #ddd;
  }
.community-topic-list-page .menu-header li a.active {
    color: white;
    background-color: #1071e5;
  }
.z-99 {
  z-index: 99;
}
.card.hoverable:hover {
    transform: translateY(-3px);
  }
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
/***** Breadcrumbs *****/
/***** Buttons - default .btn set in tailwind.config.js *****/
.button-subscribe-wrapper > div{
  display: flex;
  align-content: center;
}
.button-subscribe-wrapper > div > button{
  padding: .5rem 1rem;
  border-radius: .25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #282C33;
  box-shadow: 4px 4px 0px #DFE3E8;
  cursor: pointer;
  background-color: #fff;
}
.button-subscribe-wrapper > div > button:hover{
  background-color: #F2F3F5;
}
.post-actions [aria-haspopup='menu'], .comment-actions [aria-haspopup='menu'] {
    content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2016a2%202%200%20110%204%202%202%200%20010-4zM14%2012a2%202%200%2010-4%200%202%202%200%20004%200zM14%206a2%202%200%2010-4%200%202%202%200%20004%200z%22%20fill%3D%22%23282C33%22%2F%3E%3C%2Fsvg%3E%0A");
    display: flex;
  }
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  width: 100%;
  max-width: 1280px;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.card-container .card {
    border: 1px solid #ced4db;
    border-radius: 24px;
    cursor: pointer;
    padding: 28px;
  }
.card-container .card h3 {
      font-size: 20px;
    }
.card-container .card .icon-container {
      max-height: 72px;
      max-width: 72px;
      background-color: #edf5ff;
      border-radius: 15px;
      padding: 15px;
      margin-bottom: 16px;
    }
.card-container .card-hover:hover {
      background-color: #edf5ff;
      border: transparent;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    }
.card-container .card-hover:hover h3 {
        color: #1071e5ff;
      }
/***** Category pages *****/
/* Navigation element that collapses on mobile */
/* Navigation element that collapses on mobile */
@media (min-width: 768px) {
.collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
}
  }
.collapsible-nav{

  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  flex-direction: column;
  overflow: hidden;
  font-size: var(--font-size-navigation);
}
@media (min-width: 768px) {
.collapsible-nav-list {
    flex-direction: row
}
  }
.collapsible-nav-list{

  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.collapsible-nav-list li {
      line-height: normal;
      margin-right: 30px
  }

      [dir='rtl'] .collapsible-nav-list li {
        margin-left: 30px;
        margin-right: 0;
      }

      .collapsible-nav-list li a {
        text-decoration: none;
        padding: 15px 0;
      }
    }
.collapsible-nav-list li{

    color: var(--text-color);
    line-height: 45px;
    order: 1;
}
/* All elements have the same order */
.collapsible-nav-list li a {
      color: var(--text-color);
      display: block;
    }
@media (min-width: 768px) {
.collapsible-nav-list li:hover {
      border-bottom: 2px solid #ddd
  }

      .collapsible-nav-list li:hover a {
        padding: 15px 0 11px;
        text-decoration: none;
      }
.collapsible-nav-list li[aria-selected='true'] {
      border-bottom: 2px solid var(--brand-color);
      order: 1;
      padding: 15px 0 11px
  }
    }
.collapsible-nav-list li[aria-selected='true']{
    order: 0;
    position: relative;
}
/* Move to top of menu */
.collapsible-nav-list li[aria-selected='true'] a {
      color: var(--text-color);
    }
@media (min-width: 768px) {
.collapsible-nav-list li[aria-selected='true']::after {
      display: none
  }
    }
.collapsible-nav-list li[aria-selected='true']::after{

    content: '\25BE';
    position: absolute;
    right: 0;
}
[dir='rtl'] .collapsible-nav-list li[aria-selected='true']::after {
      left: 0;
      right: auto;
    }
.collapsible-nav[aria-expanded='true'] {
  max-height: none;
}
.collapsible-nav[aria-expanded='true'] li[aria-selected='true']::after {
    content: '\2715';
  }
/* Sidebar navigation that collapses on mobile */
/***** Comments *****/
/* Styles comments inside articles, posts and requests */
/***** Community *****/
.community-hero {
    /* FIXME: FIGURE OUT PROPER REPLACEMENT */
    /* background-image: url(unquote(/hc/theming_assets/01HZJFA12G50KVYSJPNETSYPPA)); */
    background-position: center;
    background-size: cover;
    height: 300px;
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    position: relative;
  }
/* Community topics grid */
/* Community topic page */
.br-8 {
  border-radius: 8px;
}
.featured-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.featured-post .featured-post-title {
    padding: 0 2rem;
  }
.featured-post .featured-post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
.featured-post .featured-post-grid .featured-post-icons {
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
    }
.billing-banner-text {
  padding-right: 5px;
}
/***** Dropdowns *****/
/***** Forms *****/
body .nesty-panel {
  max-height: 350px;
  overflow-y: scroll;
  font-family: Graphik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body .nesty-panel li{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
}
body .nesty-panel li.nesty-selected{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 232 / var(--tw-bg-opacity, 1));
}
.form {
  max-width: 750px;
}
.form input, .form textarea{
  width: 100%;
  border-radius: 0.25rem;
}
.form label {
    order: 1;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }
.form label[for='community_post_details'] {
      order: 0;
    }
.form > div[class*='upload']{
  justify-content: center;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(40 44 51 / var(--tw-border-opacity, 1));
  font-family: Graphik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 600;
}
.form > div[class*='upload'] a{
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(16 113 229 / var(--tw-text-opacity, 1));
}
.form .suggestion-list{
  font-size: 0.875rem;

    margin-top: -2rem;
    margin-bottom: 2rem;
}
.form .suggestion-list label{
  font-weight: 600;
      border-bottom: 1px solid var(--border-color);
      display: block;
      padding-bottom: 5px;
}
.form .suggestion-list li {
      padding: 10px 0;
    }
.form .suggestion-list li a:visited {
        color: var(--visited-link-color);
      }
.form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }
.form-field.required > label::after {
          content: '*';
          position: relative;
          margin-left: 0.25rem;
          top: -2px;
          --tw-text-opacity: 1;
          color: rgb(201 12 12 / var(--tw-text-opacity, 1));
        }
.form-field .optional {
      visibility: hidden;
    }
.form-field input[type='text'] {
      display: inline-block;
    }
.form-field textarea, .form-field input, .form-field [class*='input']{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(40 44 51 / var(--tw-border-opacity, 1));
}
.form-field textarea, .form-field input, .form-field [class*='input'], .form-field > div[class*='upload'] {
      order: 3;
      height: 3.5rem;
      display: flex;
      align-items: center;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      padding-left: 1rem;
      padding-right: 3rem;
    }
.form-field textarea {
      min-height: 8rem;
    }
.form-field input, .form-field [class*='input']{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 44 51 / var(--tw-text-opacity, 1));
}
.form-field .nesty-input::after {
        content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%20stroke%3D%22%23282C33%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%0A");
        right: 25px;
      }
.form-field p[id*='hint'] {
      order: 2;
      font-size: 0.875rem;
      --tw-text-opacity: 1;
      color: rgb(76 83 93 / var(--tw-text-opacity, 1));
    }
.form-field .upload-pool {
      order: 4;
    }
.form-field .upload-item{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 212 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.form-field .upload-item > .upload-item-icon {
        display: none;
      }
.form-field .upload-item > .upload-item-icon-spacer {
          display: none;
        }
.form-field .upload-item + .upload-item {
        margin-top: 0 !important;
      }
.form-field .upload-item .upload-link{
  position: relative;
  display: flex;
  flex-grow: 1;
  align-content: center;
}
.form-field .upload-item .upload-link::before {
          content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M7.416%2020.593a4.586%204.586%200%2001-3.264-1.352A4.586%204.586%200%20012.8%2015.977c0-1.233.48-2.392%201.352-3.264L13.665%203.2l.005.005-9.513%209.514a4.577%204.577%200%2000-1.35%203.258c0%201.23.48%202.388%201.35%203.259a4.58%204.58%200%20003.26%201.35c1.23%200%202.388-.48%203.258-1.35l9.513-9.513A3.433%203.433%200%200021.2%207.28c0-.923-.36-1.791-1.012-2.444a3.434%203.434%200%2000-2.443-1.012c-.924%200-1.791.36-2.444%201.012L5.788%2014.35a2.305%202.305%200%20000%203.256%202.306%202.306%200%20003.257%200l7.338-7.338.005.005L9.05%2017.61c-.901.9-2.367.9-3.267%200-.9-.901-.9-2.367%200-3.268l9.512-9.512a3.44%203.44%200%20012.45-1.014c.924%200%201.794.36%202.448%201.014a3.44%203.44%200%20011.015%202.449c0%20.925-.36%201.794-1.015%202.449L10.68%2019.24a4.584%204.584%200%2001-3.264%201.352z%22%20stroke%3D%22%23282C33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%0A");
          width: 1.5rem;
          height: 1.5rem;
          top: -1px;
          position: relative;
          margin-right: 1rem;
        }
.form-field .upload-item .upload-remove {
        width: 1rem;
        height: 1rem;
        position: relative;
        margin-right: 1rem;
      }
.form-field .upload-item .upload-remove::before {
          content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203c-5%200-9%204-9%209s4%209%209%209%209-4%209-9-4-9-9-9zm4.4%2012c.3.3.3.9%200%201.2l-.3.3c-.3.3-.9.3-1.2%200L12%2013.6l-2.9%202.9c-.3.3-.9.3-1.2%200l-.3-.3c-.3-.3-.3-.9%200-1.2l2.9-2.9-2.8-2.9c-.4-.3-.4-.8%200-1.2l.3-.3c.3-.3.9-.3%201.2%200l2.8%202.9%202.9-2.9c.3-.3.9-.3%201.2%200l.3.3c.3.3.3.9%200%201.2l-2.9%202.9%202.9%202.9z%22%20fill%3D%22%23282C33%22%2F%3E%3C%2Fsvg%3E%0A");
          height: 1rem;
          width: 1rem;
          position: relative;
        }
.form-field .upload-item .upload-remove > svg {
          display: none;
        }
.form-field .upload-item .upload-progress {
        width: 100%;
        margin-top: 0.5rem;
      }
.form > form > footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
.form > form > footer input[type='submit']:hover {
        cursor: pointer;
      }
.form > form > footer input[type='submit']{

      box-shadow: 4px 4px 0 #dfe3e8;

      display: flex;

      width: auto;

      align-content: center;

      justify-content: center;

      border-radius: 0.25rem;

      border-width: 1px;

      --tw-border-opacity: 1;

      border-color: rgb(40 44 51 / var(--tw-border-opacity, 1));

      --tw-bg-opacity: 1;

      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

      padding-left: 2.5rem;

      padding-right: 2.5rem;

      padding-top: 1rem;

      padding-bottom: 1rem;

      font-size: 1rem;

      font-weight: 600;

      --tw-text-opacity: 1;

      color: rgb(40 44 51 / var(--tw-text-opacity, 1));
}
.form > form > footer .g-recaptcha {
      transform: scale(0.75);
      right: -30px;
      position: relative;
      margin-top: 3rem;
    }
input[type='hidden'] {
  display: none !important;
}
/********** Top **********/
.footer-top {
  background-color: #fafbfc;
  padding: 40px 0 52px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  padding: 0 60px;
  flex-wrap: wrap;
}
.footer-link {
  margin: 16px 0;
}
.footer-top-separator {
  height: 20px;
  border-left: 2px solid;
  margin: 0 16px;
}
/********** Bottom **********/
.footer-bottom-outer-container {
  padding: 32px 0;
  background: #f2f3f5;
}
.footer-bottom-inner-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
}
/***** Right *****/
.footer-bottom-right {
  padding-left: 32px;
  flex-grow: 1;
}
/***** Links *****/
.footer-bottom-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.footer-bottom-links-list a {
  margin: 0 12px;
}
/***** Social *****/
.footer-bottom-social {
  display: flex;
  justify-content: space-between;
  flex: 0 1 350px;
}
/***** Copyright *****/
.footer-copyright {
  text-align: right;
  font-size: 0.75rem;
}
@media only screen and (max-width: 600px) {
  .footer-top-separator {
    display: none;
  }

  .footer-bottom-links, .footer-bottom-inner-container {
    flex-direction: column;
  }

  .footer-bottom-social {
    flex: initial;
  }

  .footer-bottom-right {
    padding: 0;
  }

  .footer-bottom-links-list {
    margin-left: -12px;
  }

  .footer-bottom-links-list, .footer-bottom-social {
    padding: 12px 0;
  }
}
/***** Header *****/
.dropdown {
  display: none;
}
.dropdown a {
    display: inline-block;
  }
.dropdown a + a {
      margin-top: 1rem;
    }
.header__logo-divider {
      content: '';
      position: relative;
      height: 2rem;
      width: 2px;
      margin-top: 3px;
      background-color: #000000;
    }
.header__dropdown::after {
      content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.79%2011.175s.473-.48%200-.961c-.474-.481-.948%200-.948%200l-2.699%202.08a.234.234%200%2001-.286%200l-2.7-2.08s-.473-.481-.946%200c-.474.48%200%20.961%200%20.961l3.647%202.777c.084.064.2.064.284%200l3.648-2.777z%22%20fill%3D%22%23282C33%22%2F%3E%3C%2Fsvg%3E%0A");
      right: 0;
      bottom: -7px;
      position: relative;
    }
.header__dropdown-hover:hover .dropdown {
          display: block;
          background-color: #fff;
        }
.mobile-menu-wrapper details > summary::-webkit-details-marker {
    display: none;
  }
.outages-banner-text {
  color: white;
  margin: 0;
}
/***** Hero component *****/
.hero {
  background-image: url('https://cdn-cashy-static-assets.lucidchart.com/helpcenter/Hero/HeroImage.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.hero .hero-title {
    font-size: 34px;
    font-weight: 500;
  }
/***** Homepage *****/
.lucid .homepage-logo {
    display: none;
  }
.lucid .card {
    border-radius: 24px;
    border: 1px solid #F2F3F5
  }
/***** Metadata *****/
/***** My activities *****/
.my-activities-nav {
    background-color: var(--secondary-shade);
    border: 0;
    margin-bottom: 20px;
  }
@media (min-width: 768px) {
      .my-activities-sub-nav li:hover {
        border-bottom: 2px solid #ddd;
      }
    }
.my-activities-sub-nav{

    background-color: transparent;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.my-activities-sub-nav li[aria-selected='true'] {
      border-color: var(--brand-color);
    }
/* My activities tables */
@media (min-width: 1024px) {
.my-activities-table .striped-list-title {
        margin-bottom: 0;
        max-width: 500px;
        min-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
      }
.my-activities-table .striped-list-title{

      display: block;
      margin-bottom: 10px;
      max-width: 350px;
      white-space: normal;
}
@media (min-width: 768px) {
.my-activities-table thead {
        display: table-header-group;
    }
      }
.my-activities-table thead{

      display: none;
}
@media (min-width: 1024px) {
.my-activities-table th:first-child, .my-activities-table td:first-child {
        width: 500px;
    }
      }
.my-activities-table th:first-child, .my-activities-table td:first-child{

      padding-left: 0;
}
.my-activities-table th:last-child, .my-activities-table td:last-child {
      padding-right: 0;
    }
/* On mobile, only show the first column */
@media (min-width: 768px) {
.my-activities-table td:not(:first-child) {
        display: table-cell;
    }
      }
.my-activities-table td:not(:first-child){

      display: none;
}
/* Requests table */
.requests-search {
    width: 100%;
  }
@media (min-width: 768px) {
.requests-table-toolbar {
      flex-direction: row
  }
    }
.requests-table-toolbar{

    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.requests-table-toolbar .search {
      flex: 1;
      width: 100%;
    }
@media (min-width: 768px) {
.requests-table-toolbar .request-table-filter {
        width: auto;
    }
      }
.requests-table-toolbar .request-table-filter button {
        margin-left: 10px;
      }
.requests-table-toolbar .request-table-filter{

      width: 100%;
}
@media (min-width: 768px) {
.requests-table-toolbar .request-filter {
        margin: 0 0 0 30px;
    }

        [dir='rtl'] .requests-table-toolbar .request-filter {
          margin: 0 30px 0 0;
        }
      }
.requests-table-toolbar .request-filter{

      display: block;
}
@media (min-width: 768px) {
.requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
      }
.requests-table-toolbar .request-filter-label{

      font-size: var(--font-size-small);
      margin-top: 30px;
}
@media (min-width: 768px) {
.requests-table-toolbar select {
        margin-bottom: 0;
        max-width: 300px;
        width: auto;
    }
      }
.requests-table-toolbar select{

      max-height: 40px;
      margin-bottom: 30px;
      width: 100%;
}
@media (min-width: 768px) {
.requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
        margin-left: 10px;
    }

        [dir='rtl'] .requests-table-toolbar .organization-subscribe, [dir='rtl'] .requests-table-toolbar .organization-unsubscribe {
          margin: 0 10px 0 0;
        }
      }
.requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe{

      line-height: 40px;
      max-height: 40px;
      padding: 0 20px;
}
.requests-table-toolbar .organization-unsubscribe {
      background-color: var(--button-color);
      color: var(--brand-text-color);
    }
.requests-table-toolbar + .requests {
      margin-top: 40px;
    }
.requests-table-toolbar + .requests-search-info {
      margin-top: 15px;
    }
.requests-table-toolbar + .requests-search-info.meta-data::after {
        content: '';
        margin: 0;
      }
.requests-table-toolbar + .requests-search-info + .requests {
        margin-top: 20px;
      }
@media (min-width: 768px) {
.requests .requests-table-meta {
        display: none;
    }
      }
.requests .requests-table-meta{

      display: block;
}
@media (min-width: 768px) {
.requests .requests-table thead {
        display: table-header-group;
    }
      }
.requests .requests-table thead{

      display: none;
}
@media (min-width: 768px) {
.requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
      }
.requests .requests-table-info{

      display: block;
}
.requests .requests-table .requests-link {
      position: relative;
    }
.requests .requests-table .requests-sort-symbol {
      position: absolute;
      left: calc(100% + 3px);
      bottom: 0;
      font-size: 10px;
    }
/* Following table */
@media (min-width: 768px) {
.subscriptions-unsubscribe a {
      width: auto
  }
    }
.subscriptions-unsubscribe a{

    background: var(--button-color);
    border-radius: 4px;
    color: var(--brand-text-color);
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
/* Taken from Zendesk garden bedrock */
.subscriptions-unsubscribe a:hover {
      background-color: var(--hover-button-color);
      text-decoration: none;
    }
@media (min-width: 768px) {
.subscriptions-table td:last-child {
        display: table-cell;
    }
      }
.subscriptions-table td:last-child{

      display: block;
}
.subscriptions-table td:first-child {
      display: flex;
      align-items: center;
    }
.subscriptions-table .user-avatar {
      margin-right: 10px;
    }
.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
  }
/* Contributions table */
@media (min-width: 768px) {
.contributions-table td:last-child {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
  }
    }
.contributions-table td:last-child{

    color: var(--secondary-text-color);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-light);
}
.no-activities {
  color: var(--secondary-text-color);
}
.navbar-outer-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 160px;
  padding: 12px;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navbar-inner-wrapper {
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 50%;
  padding: 0 32px;
}
.navbar-community-topics-selector-container {
  padding: 0;
}
@media screen and (max-width: 450px) {
  .search-nav {
    display: none;
  }
}
/**** Menu ****/
.navbar-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.navbar-menu-link {
  align-self: flex-end;
}
@media screen and (min-width: 1201px) {
  .navbar-menu-container {
    display: none;
  }
}
/**** Link/Button Container ****/
@media screen and (max-width: 1200px) {
  .navbar-links-buttons {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .navbar-links-buttons {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2vw;
    gap: 24px;
  }
  .navbar-links-buttons-long {
    margin-left: 10px;
  }
}
.navbar-menu-dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  width: 680px;
  max-width: calc(100vw - 88px);
  border-radius: 5px;
  border: 1px solid #ced4db;
  box-shadow: 2px 2px 4px #ced4db;
  z-index: 1000;
  background-color: rgb(40 44 51);
  padding-left: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .navbar-menu-dropdown {
    padding-left: 0;
  }

  .navbar-buttons li {
    width: 100%;
  }
}
.navbar-menu-dropdown > a, .navbar-menu-dropdown-buttons {
  background-color: white;
  padding: 20px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #979ea8;
}
.navbar-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
/***** Language *****/
.language-switcher {
  display: flex;
  position: relative;
  align-items: center;
}
.language-switcher-selector {
  max-width: 160px;
  background-color: #f2f3f5;
  box-shadow: 0 0 3px 0 rgb(135 146 157);
  padding: 16px 20px 4px;
  display: flex;
  flex-direction: column;
  z-index: 5000;
}
.language-switcher-selector-header {
  position: absolute;
  top: 35px;
}
.language-switcher-selector-footer {
  position: absolute;
  bottom: 45px;
}
.language-switcher-selector a {
  padding-bottom: 4px;
}
.selected-language {
  color: #1071e5;
}
.language-checkmark {
  padding-left: 4px;
}
.language-dropdown, .pointer, .dropup {
  display: none;
}
.spacer {
  height: 20px;
  width: 165px;
  position: absolute;
}
.spacer-header {
  top: 25px;
}
.spacer-footer {
  bottom: 25px;
}
.language-dropdown:hover .language-dropdown, .language-dropdown:hover .pointer, .language-switcher:hover .language-dropdown, .language-switcher:hover .pointer, .spacer-header:hover .language-dropdown, .spacer-header:hover .pointer {
    display: flex;
  }
.dropup:hover .dropup, .dropup:hover .pointer, .language-switcher:hover .dropup, .language-switcher:hover .pointer, .spacer-footer:hover .dropup, .spacer-footer:hover .pointer {
    display: flex;
  }
/**** Buttons ****/
.navbar-buttons {
  display: flex;
}
.navbar-buttons li {
  padding: 12px 32px;
  margin: 0 12px;
  border-radius: 5px;
  outline: none;
  color: rgb(255 255 255);
  background-color: rgb(40 44 51);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(40 44 51);
  box-shadow: rgb(223 227 232) 4px 4px 0 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
  line-height: 1;
  transition: transform 0.15s ease-out 0s;
  font-weight: 500;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
.navbar-links li {
  display: flex;
  align-items: center;
}
.navbar-links-long li {
  margin: 0 10px;
}
.navbar-links-short li {
  margin: 0 24px;
}
.navbar-buttons li:hover {
  background-color: rgb(93 100 111);
  color: #282c33;
}
.navbar-buttons li:active {
  background-color: #282c33;
}
/**** Links ****/
.navbar-links {
  height: 100%;
  display: flex;
  color: #3a414a;
  font-weight: 500;
}
.navbar-links li:hover, .navbar-links .navbar-community-selected, .navbar-links .navbar-help-center-selected {
  border-bottom: 4px solid #282c33;
  padding-bottom: 2px;
  margin-bottom: -4px;
}
/**** Brand Selector ****/
.navbar-community-topics-selector {
  border-bottom: 4px solid #282c33;
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.navbar-community-topics-selector-text {
  padding: 8px;
  flex-grow: 1;
}
.navbar-community-topics-selector-separator {
  display: none;
  position: absolute;
  top: 44px;
  height: 8px;
  width: 240px;
}
.navbar-community-topics-selector-dropdown {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 100;
  background-color: white;
  width: 240px;
  padding: 8px 0;
  border-radius: 5px;
  border: 1px solid #ced4db;
  box-shadow: 2px 2px 4px #ced4db;
}
.navbar-community-topics-selector-dropdown a {
  padding: 8px;
}
.navbar-community-topics-selector-dropdown a:hover:not(.navbar-community-topics-selector-current) {
  background-color: #b5d6ff;
}
.navbar-community-topics-selector-current {
  background-color: #1071e5;
  color: white;
}
.navbar-community-topics-selector:hover .navbar-community-topics-selector-dropdown, .navbar-community-topics-selector:hover .navbar-community-topics-selector-separator, .navbar-community-topics-selector-dropdown:hover .navbar-community-topics-selector-dropdown, .navbar-community-topics-selector-dropdown:hover .navbar-community-topics-selector-separator, .navbar-community-topics-selector-separator:hover .navbar-community-topics-selector-dropdown, .navbar-community-topics-selector-separator:hover .navbar-community-topics-selector-separator {
    display: flex;
    flex-direction: column;
  }
/**** Brand ****/
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand-image {
  height: 36px;
  width: 100px;
  background: url('https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/lucid.co/Lucid_Logo.svg') left center
    no-repeat;
  background-size: contain;
}
.navbar-brand-separator {
  height: 24px;
  border-left: 1px solid;
  margin: 0 12px;
}
.navbar-brand-text {
  font-size: 25px;
  line-height: 28px;
  font-weight: 100;
}
.lower-nav {
  height: 160px;
}
.upper-nav-only {
  margin: 15px;
}
.notification-error {
  color: red;
}
/* Component made for elements that are separated with space between */
/***** Pagination *****/
.pagination{
  font-size: 1.25rem;
  font-weight: 600;
}
.pagination-list{
  display: flex;
  justify-content: center;
}
.pagination-list li {
      margin: 4px;
    }
/***** Post *****/
.community-post-page {
  display: grid;
  grid-template-columns: 25% 70%;
  justify-content: space-between;
}
.community-post-page li a {
    color: #1071e5;
  }
.community-topics {
  width: 100%;
}
.community-menu {
  display: flex;
  flex-flow: column nowrap;
}
.icon-container {
  max-width: 35px;
  max-height: 40px;
  width: 100%;
  padding: 5px;
}
.post-link {
  cursor: pointer;
  padding: 5px 30px 5px 0;
}
.community-topic-link {
  cursor: pointer;
  padding: 8px 30px 8px 0;
}
.related-post-container {
  margin: 20px 0;
}
.comments-section {
  overflow: auto;
}
@media screen and (max-width: 640px) {
    .post-content img {
      overflow-x: scroll;
    }
  }
.comment-container textarea, .comment-container #hc-wysiwyg {
    width: 100%;
    border: 1px solid #282c33;
    border-radius: 4px;
    min-height: 240px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
.comment-form-official-checkbox > input[type='checkbox']{
  margin-right: 0.5rem;
}
#related-posts-mobile-menu {
  display: none;
}
#topic-dropdown-menu {
  display: none;
}
@media screen and (max-width: 1025px) {
  .community-post-page {
    display: flex;
    flex-direction: column;
  }

  #community-topics-sidemenu {
    display: none;
  }

  #related-posts-mobile-menu {
    display: block;
  }

  #topic-dropdown-menu {
    display: block;
    padding: 0 42px;
  }
}
.post-information {
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 770px) {
  .post-information {
    flex-direction: column;
    align-items: flex-start;
  }
}
/***** Recent activity *****/
/***** Request *****/
@media (min-width: 1024px) {
.request-container {
      align-items: flex-start;
      flex-direction: row
  }
    }
.request-container{

    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}
.request-container .comment-container {
      min-width: 0;
    }
.request-form textarea {
    min-height: 120px;
  }
.request-main {
    flex: 1 0 auto;
    order: 1;
  }
@media (min-width: 1024px) {
.request-main {
      /* 4% spacing */
      flex: 0 0 66%;
      order: 0;
      /* Tricky detail to show truncated text https://css-tricks.com/flexbox-truncated-text/ */
      min-width: 0
  }
    }
.request-main .comment-show-container {
      border-radius: 2px;
      border: 1px solid var(--border-color);
      cursor: pointer;
      display: flex;
      padding: 8px 15px;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 25px;
    }
.request-main .comment-show-container-content {
        align-self: center;
        color: var(--secondary-text-color);
        margin-left: 10px;
      }
.request-main .comment {
      border-bottom: 1px solid #ddd;
      padding: 20px 0;
    }
.request-main .form-field.comment-ccs > ul {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
      }
.request-main .form-field.comment-ccs > ul[data-hc-focus='true'] {
          border: 1px solid var(--brand-color);
        }
.request-main .form-field.comment-ccs > input[type='text'] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
      }
.request-main .comment-ccs + textarea {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin-top: 0;
    }
.request-main .comment-ccs + textarea:focus {
        border-top: 1px solid var(--brand-color);
      }
@media (min-width: 1024px) {
.request-title {
      border-bottom: 1px solid var(--border-color);
      margin-bottom: 0;
      /* Same as main container */
      max-width: 66%;
      padding-bottom: 20px;
  }
    }
.request-title{

    width: 100%;
}
.request-sidebar {
    /* Bring to top */
  }
@media (min-width: 1024px) {
.request-sidebar {
      background-color: var(--primary-shade);
      border: 0;
      font-size: var(--font-size-small);
      flex: 0 0 auto;
      padding: 0 20px;
      /* IE11 fix */
      width: 30%;
  }
    }
.request-sidebar{

    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    flex: 1 0 auto;
    order: 0;
}
.request-details {
    border-bottom: 1px solid var(--border-color);
    /* To remove whitespace and do a 40%/60% split */
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
  }
.request-details:last-child {
      border: 0;
    }
.request-details dt, .request-details dd {
      display: inline-block;
      vertical-align: top;
      font-size: var(--font-size-small);
      margin: 20px 0 0;
    }
.request-details dd {
      padding: 0 10px;
      width: 60%;
    }
.request-details dd::after {
        content: '\A';
        white-space: pre;
      }
.request-details dt {
      color: var(--secondary-text-color);
      font-weight: var(--font-weight-light);
      width: 40%;
    }
.request-details .request-collaborators {
      display: inline-block;
    }
.request-attachments dt, .request-attachments dd {
      width: 100%;
    }
.request-attachments dd {
      margin: 10px 0 0;
    }
.request-follow-up {
    padding-top: 20px;
  }
.user-avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px;
}
.comment-author {
  display: flex;
  align-items: center;
}
.comment-form-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload-item .upload-item-icon {
    width: 20px;
    height: 20px;
  }
.hidden-element {
  display: none;
}
.shown-element {
  display: block;
}
.button-large {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px 0;
}
/***** Search field *****/
.search-full {
  width: 100%;
  position: relative;
  max-width: 740px;
}
.search-full::after {
    content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%207.5C0%203.4%203.4%200%207.5%200S15%203.4%2015%207.5%2011.6%2015%207.5%2015%200%2011.6%200%207.5zm13%200c0-3-2.5-5.5-5.5-5.5S2%204.5%202%207.5%204.5%2013%207.5%2013%2013%2010.5%2013%207.5z%22%20fill%3D%22%234C535D%22%2F%3E%3Cpath%20d%3D%22M13.44%2013.44a1.5%201.5%200%20000%202.12l4%204a1.5%201.5%200%20002.12-2.12l-4-4a1.5%201.5%200%2000-2.12%200z%22%20fill%3D%22%234C535D%22%2F%3E%3C%2Fsvg%3E%0A");
    position: absolute;
    right: 1.5rem;
    top: 1.3rem;
  }
.search-full input {
    position: relative;
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    min-height: 60px;
    padding: 1.2rem 3.5rem 1.2rem 1rem;
    outline: none;
  }
.search-full input::-moz-placeholder {
      color: #6F7681;
    }
.search-full input::placeholder {
      color: #6F7681;
    }
/***** Search results *****/
.search-results {
  background-color: #f2f3f5ff;
  padding: 0px 40px 40px;
}
.result-card-container {
  max-width: 1220px;
  margin: 0px auto;
  list-style: none;
}
.result-card {
  background-color: white;
  border-radius: 24px;
  margin-top: 16px;
  padding: 32px 24px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.result-tag {
  background-color: #1071e5;
  color: white;
  padding: 4px;
  border-radius: 6px;
  text-transform: uppercase;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.search-result-link {
  font-weight: 600;
  font-size: 20px;
  color: black;
}
.search-result-description, .search-result-description em {
  color: #5d646f;
  font-size: 16px;
  font-weight: normal;
}
.result-count {
  font-weight: 600;
  font-size: 16px;
}
.search-bar-wide {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1220px;
}
.search-wide {
  max-width: 1220px;
  width: 100%;
  position: relative;
}
.search-wide::after {
    content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%207.5C0%203.4%203.4%200%207.5%200S15%203.4%2015%207.5%2011.6%2015%207.5%2015%200%2011.6%200%207.5zm13%200c0-3-2.5-5.5-5.5-5.5S2%204.5%202%207.5%204.5%2013%207.5%2013%2013%2010.5%2013%207.5z%22%20fill%3D%22%234C535D%22%2F%3E%3Cpath%20d%3D%22M13.44%2013.44a1.5%201.5%200%20000%202.12l4%204a1.5%201.5%200%20002.12-2.12l-4-4a1.5%201.5%200%2000-2.12%200z%22%20fill%3D%22%234C535D%22%2F%3E%3C%2Fsvg%3E%0A");
    position: absolute;
    right: 1.5rem;
    top: 1.3rem;
  }
.search-wide input {
    position: relative;
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    min-height: 60px;
    padding: 1.2rem 3.5rem 1.2rem 1rem;
    outline: none;
  }
.search-wide input::-moz-placeholder {
      color: #6F7681;
    }
.search-wide input::placeholder {
      color: #6F7681;
    }
.search-community-box {
  margin: 40px 10px 10px;
}
.button {
  padding: 12px 32px;
  margin: 0 12px;
  border-radius: 5px;
  outline: none;
  color: rgb(255 255 255);
  background-color: rgb(40 44 51);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(40 44 51);
  box-shadow: rgb(223 227 232) 4px 4px 0 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
  line-height: 1;
  transition: transform 0.15s ease-out 0s;
  font-weight: 500;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
/***** Sub Nav *****/
/***** Section pages *****/
.section-page .subscribe-wrapper button{
  padding: .5rem 1rem;
  border-radius: .25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #282C33;
  box-shadow: 4px 4px 0px #DFE3E8;
  cursor: pointer;
  background-color: #fff;
}
.section-page .subscribe-wrapper button:hover{
  background-color: #F2F3F5;
}
.section-page .breadcrumbs{
  display: flex;
  flex-wrap: wrap;
}
.section-page .breadcrumbs li + li {
      position: relative;
      margin-left: 2rem;
    }
.section-page .breadcrumbs li + li::before {
        content: '\203A';
        position: absolute;
        left: -1rem;
      }
/***** Social share links *****/
/***** Striped list *****/
/* Used in community posts list and requests list */
/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
/***** Tables *****/
table, .table {
  width: 100%;
  table-layout: auto;
}
table td, .table td {
    display: table-cell;
  }
table tr, .table tr {
    display: table-row;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
    flex-wrap: wrap;
  }
table td, table th, .table td, .table th {
    padding: 10px;
  }
@media (min-width: 768px) {
table td, table th, .table td, .table th {
      padding: 20px 30px
  }
    }
table th, table th a, .table th, .table th a {
    color: var(--secondary-text-color);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-light);
    text-align: left;
  }
[dir='rtl'] table th, [dir='rtl'] table th a, [dir='rtl'] .table th, [dir='rtl'] .table th a {
      text-align: right;
    }
/***** User info in header *****/
/***** User avatar *****/
/***** User Profiles *****/
/* Header */
.profile-header {
  padding: 30px 0;
  background-color: var(--primary-shade);
}
.profile-header .icon-agent {
    position: absolute;
    bottom: 0;
    right: 0;
  }
.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
.profile-header .container {
    flex-wrap: nowrap
}
  }
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}
.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}
.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}
.profile-header .basic-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
    margin: 0;
  }
.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir='rtl'] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
  }
.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
.profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px
}

    [dir='rtl'] .profile-header .options {
      margin-left: 0;
      margin-right: 10px;
    }

    .profile-header .options > :not(:last-child) {
      margin-bottom: 0;
      margin-right: 10px;
    }

      [dir='rtl'] .profile-header .options > :not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
      }
  }
.profile-header .options [data-action='edit-profile'] {
  background-color: var(--brand-color);
  border: 0;
  color: var(--brand-text-color);
  line-height: normal;
  padding: 8px 20px;
}
.profile-header .description {
  margin: 15px 0;
  flex-basis: 100%;
}
/* Stats */
.profile-stats {
  font-size: var(--font-size-small);
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
.profile-stats-counters .stat-label {
    flex: 0 1 auto
}
  }
@media (min-width: 1024px) {
.profile-stats-counters .stat-label {
    flex: 0 0 100px
}
  }
@media (min-width: 768px) {
.profile-stats-activity .stat-label {
    flex: 0 1 auto
}
.profile-stats-counters .stat {
    flex-direction: column
}
  }
@media (min-width: 1024px) {
.profile-stats-counters .stat {
    flex-direction: row
}
  }
.profile-stats .stat-label {
  color: var(--secondary-text-color);
  font-weight: var(--font-weight-light);
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir='rtl'] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
  }
.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
.profile-stats-activity {
    border-top: 0;
    flex-direction: row
}
.profile-stats-activity .stat {
    flex-direction: column
}
  }
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
.profile-stats-activity .stat:first-child {
    margin-top: 0
}
.profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px
}

    [dir='rtl'] .profile-stats-activity .stat:not(:last-child) {
      margin-left: 40px;
      margin-right: 0;
    }
.profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px
}
  }
.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
.profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px
}

    [dir='rtl'] .profile-stats-counters {
      margin-left: 0;
      margin-right: 40px;
    }
  }
@media (min-width: 1024px) {
.profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px
}

    [dir='rtl'] .profile-stats-counters {
      margin-right: 60px;
      margin-left: 0;
    }
  }
.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px var(--brand-color);
  border-radius: 4px;
  color: var(--brand-color);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge::after {
    content: '\1f512';
    margin-left: 5px;
    font-family: copenhagen-icons;
    vertical-align: middle;
    line-height: 15px;
  }
@media (min-width: 768px) {
.profile-private-badge {
    flex-basis: auto
}
  }
/* Navigation */
.profile-nav {
  background-color: var(--secondary-shade);
  border: 0;
  margin-bottom: 37px;
}
/* Sections */
.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
.profile-section {
    width: calc(100% - 330px)
}
  }
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}
.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}
.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: var(--secondary-text-color);
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-small);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
.profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0
}
  }
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: var(--font-size-small);
}
.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
  }
.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }
[dir='rtl'] .profile-section-sorter .dropdown-toggle::after {
      left: 0;
      right: initial;
    }
@media (min-width: 768px) {
.profile-section-sorter .dropdown-toggle::after {
      position: relative
  }
.profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px
}

    [dir='rtl'] .profile-section-sorter {
      margin-left: 0;
      margin-right: 20px;
    }
    }
/* Profile contribution */
.profile-articles > .profile-contribution::before, .profile-activity-list > li[class$='-article']::before {
  content: '\1f4c4';
}
.profile-posts > .profile-contribution::before, .profile-activity-list > li[class$='-post']::before {
  content: '\1f4d4';
}
.profile-comments > .profile-contribution::before, .profile-activity-list > li[class$='-comment']::before {
  content: '\1f4ac';
  line-height: 35px;
}
.profile-contribution {
  padding: 20px 0;
  position: relative;
}
.profile-contribution-header {
  margin-bottom: 5px;
}
.profile-contribution-title {
  margin: 0 0 5px;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}
.profile-contribution-body {
  margin: 10px 0;
}
/* Profile contribution list */
.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
.profile-contribution-list > .profile-contribution {
    padding-left: 30px
}

    [dir='rtl'] .profile-contribution-list > .profile-contribution {
      padding-right: 30px;
      padding-left: 0;
    }
  }
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}
.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: copenhagen-icons;
  line-height: 25px;
}
[dir='rtl'] .profile-contribution-list > .profile-contribution::before {
    right: 0;
  }
.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir='rtl'] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
  }
@media (min-width: 768px) {
.profile-contribution-list .profile-contribution-header {
    margin-left: 0
}

    [dir='rtl'] .profile-contribution-list .profile-contribution-header {
      padding-right: 0;
    }
  }
.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
  }
@media (min-width: 768px) {
.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0
}

    [dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
      padding-right: 0;
    }
  }
/* Empty state */
.profile-section .no-activity, .profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}
.profile-section .private-activity::before {
  content: '\1f512';
  font-family: copenhagen-icons;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}
[dir='rtl'] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
  }
/* Activity List */
.profile-activity-list {
  margin-top: 25px;
}
.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
.profile-activity {
    padding-left: 20px
}

    [dir='rtl'] .profile-activity {
      padding-right: 20px;
      padding-left: 0;
    }
.profile-activity:not(:last-child) {
    border-left: 1px solid #ddd
}

    [dir='rtl'] .profile-activity:not(:last-child) {
      border-left: 0;
      border-right: 1px solid #ddd;
    }
  }
.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
[dir='rtl'] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
  }
@media (min-width: 768px) {
.profile-activity-header {
    margin-left: 0
}

    [dir='rtl'] .profile-activity-header {
      margin-right: 0;
    }
  }
.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir='rtl'] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
  }
.profile-activity-description {
  margin: 0;
  min-width: 0;
  width: 100%;
}
.profile-activity-description span:first-child {
  font-weight: var(--font-weight-semibold);
  display: inline;
}
.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: var(--primary-shade);
}
@media (min-width: 768px) {
.profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px
}

    [dir='rtl'] .profile-activity-contribution {
      margin-left: 0;
      margin-right: 50px;
    }
  }
/* Icons */
.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: '';
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: var(--background-color);
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: copenhagen-icons;
}
[dir='rtl'] .profile-activity::before {
    right: 0;
  }
@media (min-width: 768px) {
.profile-activity::before {
    left: -14px
}

    [dir='rtl'] .profile-activity::before {
      right: -14px;
    }
  }
.post-content ol, .post-content ul, .article-header ol, .article-header ul, .article-content ol, .article-content ul{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.post-content ol li, .post-content ul li, .article-header ol li, .article-header ul li, .article-content ol li, .article-content ul li{
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.post-content ol, .article-header ol, .article-content ol{
  list-style-type: decimal;
}
.post-content ul, .article-header ul, .article-content ul{
  list-style-type: disc;
}
.osano-cm-widget {
  display: none;
}
body::after {
  content: unset;
}
.status {
  background-color: #fff3d9;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 5%;
  border: solid 2px #F96B13;
  max-width: -moz-max-content;
  max-width: max-content;
}
.post-grid-details {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 5px;
  align-items: flex-start;
}
option:disabled {
  display: none;
}
.hidden {
  display: none;
}
pre {
  width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #F2F3F5;
  padding: 20px;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
@media (min-width: 768px){

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
  }
}

