/* Variables and Root
/* ---------------------------------------------------------- */
/* Colors
/* ---------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------- */
/* Root
/* ---------------------------------------------------------- */
:root {
  --ghost-accent-color: #0abe51;
  --color-primary: var(--ghost-accent-color);
  --blank: #fff;

  /* Global Color */
  --bg-base: #fff;
  --text-base: #292929;

  /* Header */
  --header-text-link: #292929;
  --header-bg: #fff;

  /* story */
  --story-small-bg: #fff;
  --card-bg: #fff;

  /* Drop Down */
  --dropdown-text: #292929;
  --dropdown-bg: #fff;

  /* title */
  --title-color: #18181B;

  /* link */
  --color-link: var(--ghost-accent-color);

  --border-color: #e2ecec;

  /* gray */
  --gray-100: #fafafa;
  --gray-150: #f8fafc;
  --gray-200: #F3F5F9;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #757575;
  --gray-600: #52525B;
  --gray-700: #616161;
  --gray-800: #292929;
  --gray-900: #18181B;

  /* Button */
  --button-color: #292929;
  --button-bg: #f2f2f2;
  --button-hover-color: rgba(0,0,0,.7);
  --button-hover-bg: #ececec;

  /* Button white */
  --button-white-color: #191919;
  --button-white-bg: #fff;
  --button-white-hover-color: #757575;
  --button-white-hover-bg: #f9f9f9;

  /* form */
  --input-color: hsl(0, 0%, 21%);
  --input-bg: #fff;
  --input-border-color: #ced4da;
  --input-hover-border-color: #80bdff;
  --input-focus-border-color: #80bdff;
  --placeholder-color: rgba(54, 54, 54, 0.8);

  /* cta */
  --bg-cta: rgb(255, 255, 255);
}
/* Dark mode
/* ---------------------------------------------------------- */
.dark {
  --blank: #111;

  /* Global */
  --bg-base: #111;
  --text-base: #acacac;

  /* Header */
  --header-text-link: #fff;
  --header-bg: #000;

  /* story */
  --story-small-bg: #131212;
  --card-bg: #131212;

  /* Drop Down */
  --dropdown-text: #fff;
  --dropdown-bg: #191b1f;

  /* title */
  --title-color: hsla(0, 0%, 100%, .9);

  /* Gray */
  --gray-100: #141414;
  --gray-150: #141414;
  --gray-200: #141414;
  --gray-300: #1b1a1a;
  --gray-500: #747E86;
  --gray-600: #A1A1AA;
  --gray-700: #9e9a9a;
  --gray-900: hsla(0, 0%, 100%, .9);

  --border-color: #2e2e2e;

  /* Button */
  --button-color: hsla(0, 0%, 100%, .9);
  --button-bg: #2b2b2b;
  --button-hover-color: #fff;
  --button-hover-bg: #2b2b2b;

  /* BUtton white */
  --button-white-color: hsla(0, 0%, 100%, .9);
  --button-white-bg: transparent;
  --button-white-hover-color: hsla(0, 0%, 100%, .9);
  --button-white-hover-bg: transparent;

  /* form */
  --input-color: #fff;
  --input-bg: rgba(97, 97, 97, .25);
  --input-border-color: #444;
  --placeholder-color: #aaa;

  /* cta */
  --bg-cta: rgb(17, 17, 17);

}
/* Table */
.dark table th, .dark table td, .dark table tr:last-child td {
    border-color: rgba(148, 163, 184, 0.2);
  }
.dark .medium-zoom-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
  }
.dark :not(pre) > code {
    background: #363f44;
    color: #a8bcc5;
  }
/* base
/* ---------------------------------------------------------- */
*, ::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: var(--gray-200); /* 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 */
  tab-size: 4; /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, 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]) {
  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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: var(--gray-400); /* 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;
}
cite, figcaption, h1, h2, h3, h4, h5, h6, [type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], textarea, .button, .kg-card {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.inset-image, .kg-bookmark-thumbnail img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.kg-bookmark-container {
  background: #fff;
  background: var(--card-bg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px;
  overflow: hidden;
}
html {
  font-size: 1rem;
}
body {
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-global);

  color: #292929;

  color: var(--text-base);
  background-color: #fff;
  background-color: var(--bg-base) ;
  letter-spacing: 0;
  margin: 0 auto;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;

  /* &:focus,
  &:active,
  &:hover {
    outline: 0;
  } */
}
/* 1. Blockquote
/* ---------------------------------------------------------- */
blockquote:not([class]) {
  font-size: 1.5rem;

  border-left: 3px solid currentColor;
  line-height: 1.5;
  /* margin: 2rem 0 2rem -1.5rem; */
  /* padding-bottom: .125rem; */
  padding-left: 4vmin;
  margin-left: -.25rem;

  /* p:first-of-type {
    margin-top: 0;
  } */
}
@media (min-width: 640px) {
blockquote:not([class]) {
    font-size: 1.5rem;
    margin-left: -4vmin
}
  }
/* 2. cite - figcamption - figure
/* ---------------------------------------------------------- */
cite, figcaption {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-500);

  font-feature-settings: "liga" on, "lnum" on;
  line-height: 1.4em;
  padding: 1rem 1.25rem 0;
}
/* width: 100%; */
cite a, figcaption a {
    text-decoration: underline;
  }
cite {
  text-align: left;
}
/* 3. hr
/* ---------------------------------------------------------- */
hr {
  border-top: 1px solid #e2ecec;
  border-top: 1px solid var(--border-color);
  box-sizing: content-box;
  margin: 2rem 0;
}
/* 4. Image
/* ---------------------------------------------------------- */
img {
  vertical-align: middle;
  width: auto;
}
img:not([src]) {
  visibility: hidden;
}
/* 5. List ol - ul
/* ---------------------------------------------------------- */
/* 6. Mark
/* ---------------------------------------------------------- */
mark {
  background-color: var(--color-mark);

  color: inherit;
}
h1, h2, h3, h4, h5, h6 {

  font-weight: 700;
  line-height: 1.25;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.375rem;
}
h6 {
  font-size: 1.125rem;
}
/* z-index for image zoom
/* ---------------------------------------------------------- */
.medium-zoom-overlay {
  z-index: 50;
}
.medium-zoom-image--opened {
  z-index: 51;
}
/* Img Blur lazyloaded
/* ---------------------------------------------------------- */
.blur-up {
  opacity: 0;
}
.blur-up.lazyloaded {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
/* Loanding Bar
/* ---------------------------------------------------------- */
.loadingBar {
  background-color: #48e79a;
  height: 2px;
  transform: translateX(100%);
  z-index: 800;
}
.is-loading .loadingBar {
  animation: loading-bar 1s ease-in-out infinite;
  animation-delay: 0.8s;
  display: block;
}
@keyframes loading-bar {
  0% { transform: translateX(-100%); }
  40% { transform: translateX(0); }
  60% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}
/* Loanding Bar
/* ---------------------------------------------------------- */
.medium-zoom--opened .header {
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 2s;
  visibility: hidden;
}
/* Inset Image
/* ---------------------------------------------------------- */
/* Has overlay
/* ---------------------------------------------------------- */
.has-overlay .overlay-toggle {
    opacity: 0;
    transition: opacity .3s ease;
    visibility: hidden;
  }
.has-overlay:hover .overlay-toggle {
    opacity: 1;
    visibility: visible;
  }
/*  Link
/* ---------------------------------------------------------- */
.link {
  color: #0abe51;
  color: var(--color-link)
}
.link.is-hover:hover {
    opacity: .80;
  }
/* Primary Gradient
/* ---------------------------------------------------------- */
.u-primaryGradient {
  background: linear-gradient(135deg, #111, #0abe51);
  background: linear-gradient(135deg, #111, var(--ghost-accent-color));
  /* background: linear-gradient(135deg, rgba($dark-blue-500, .7), rgba($primary-color, .7)) */
}
/* Video Responsive
/* ---------------------------------------------------------- */
/* .video-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  width: 100%;

  video,
  iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
} */
/* Content Cta
/* ---------------------------------------------------------- */
.cta {
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: linear-gradient(rgba(255, 255, 255, 0), var(--bg-cta));
  height: 15.625rem;
  margin-top: -15rem !important;
}
/* @mixin heading-text {
  color: #242424;
  font-size: 4em;
}

h1, h2, h3 {
  @include heading-text;
} */
[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], textarea, .button {
  font-size: 1rem;

  /* stylelint-disable-next-line */
  -moz-appearance: none;
  /* stylelint-disable-next-line */
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
  position: relative;
  vertical-align: top;

  /* States */
}
/* &:focus,
  &.is-focused,
  &:active,
  &.is-active {
    outline: none;
  } */
[type="text"][disabled], fieldset[disabled] [type="text"], [type="email"][disabled], fieldset[disabled] [type="email"], [type="url"][disabled], fieldset[disabled] [type="url"], [type="password"][disabled], fieldset[disabled] [type="password"], [type="number"][disabled], fieldset[disabled] [type="number"], [type="date"][disabled], fieldset[disabled] [type="date"], textarea[disabled], fieldset[disabled] textarea, .button[disabled], fieldset[disabled] .button {
    cursor: not-allowed;
  }
/* Components
/* ---------------------------------------------------------- */
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1232px) {
  .container {
    max-width: 1232px;
  }
}
/* Elements
/* ---------------------------------------------------------- */
[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], textarea {

  background-color: #fff;

  background-color: var(--input-bg);
  border-color: #ced4da;
  border-color: var(--input-border-color);
  color: hsl(0, 0%, 21%);
  color: var(--input-color)
}
[type="text"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="password"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="date"]::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.8);
    color: var(--placeholder-color);
  }
[type="text"]::placeholder, [type="email"]::placeholder, [type="url"]::placeholder, [type="password"]::placeholder, [type="number"]::placeholder, [type="date"]::placeholder, textarea::placeholder {
    color: rgba(54, 54, 54, 0.8);
    color: var(--placeholder-color);
  }
[type="text"]:hover, [type="email"]:hover, [type="url"]:hover, [type="password"]:hover, [type="number"]:hover, [type="date"]:hover, textarea:hover {
    border-color: #80bdff;
    border-color: var(--input-hover-border-color);
  }
[type="text"]:focus, [type="text"]:active, [type="email"]:focus, [type="email"]:active, [type="url"]:focus, [type="url"]:active, [type="password"]:focus, [type="password"]:active, [type="number"]:focus, [type="number"]:active, [type="date"]:focus, [type="date"]:active, textarea:focus, textarea:active {
    outline: none;
    border-color: #80bdff;
    border-color: var(--input-focus-border-color);
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, .1);
  }
[type="text"][disabled], fieldset[disabled] [type="text"], [type="email"][disabled], fieldset[disabled] [type="email"], [type="url"][disabled], fieldset[disabled] [type="url"], [type="password"][disabled], fieldset[disabled] [type="password"], [type="number"][disabled], fieldset[disabled] [type="number"], [type="date"][disabled], fieldset[disabled] [type="date"], textarea[disabled], fieldset[disabled] textarea {
    background-color: hsl(0, 0%, 96%);
    border-color: hsl(0, 0%, 96%);
    box-shadow: none;
    color: rgba(117, 117, 117, 0.3)
  }
[type="text"][disabled]::-moz-placeholder, fieldset[disabled] [type="text"]::-moz-placeholder, [type="email"][disabled]::-moz-placeholder, fieldset[disabled] [type="email"]::-moz-placeholder, [type="url"][disabled]::-moz-placeholder, fieldset[disabled] [type="url"]::-moz-placeholder, [type="password"][disabled]::-moz-placeholder, fieldset[disabled] [type="password"]::-moz-placeholder, [type="number"][disabled]::-moz-placeholder, fieldset[disabled] [type="number"]::-moz-placeholder, [type="date"][disabled]::-moz-placeholder, fieldset[disabled] [type="date"]::-moz-placeholder, textarea[disabled]::-moz-placeholder, fieldset[disabled] textarea::-moz-placeholder {
      color: rgba(117, 117, 117, 0.3);
    }
[type="text"][disabled]::placeholder, fieldset[disabled] [type="text"]::placeholder, [type="email"][disabled]::placeholder, fieldset[disabled] [type="email"]::placeholder, [type="url"][disabled]::placeholder, fieldset[disabled] [type="url"]::placeholder, [type="password"][disabled]::placeholder, fieldset[disabled] [type="password"]::placeholder, [type="number"][disabled]::placeholder, fieldset[disabled] [type="number"]::placeholder, [type="date"][disabled]::placeholder, fieldset[disabled] [type="date"]::placeholder, textarea[disabled]::placeholder, fieldset[disabled] textarea::placeholder {
      color: rgba(117, 117, 117, 0.3);
    }
[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], textarea {

  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%
}
[type="text"][readonly], [type="email"][readonly], [type="url"][readonly], [type="password"][readonly], [type="number"][readonly], [type="date"][readonly], textarea[readonly] {
    box-shadow: none;
  }
textarea {

  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical
}
textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em;
  }
textarea[rows] {
    height: auto;
    height: initial;
  }
.button {
  /* @extend %font-sans; */

  -webkit-user-select: none;

     -moz-user-select: none;

          user-select: none;
  background-color: #f2f2f2;
  background-color: var(--button-bg);
  border-color: transparent;
  border-width: 1px;
  color: #292929;
  color: var(--button-color);
  cursor: pointer;
  justify-content: center;
  padding: 0 .875em;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important
}
.button:hover{
    background-color: #ececec;
    background-color: var(--button-hover-bg);
    color: rgba(0,0,0,.7);
    color: var(--button-hover-color);
  }
.button > .icon, .button > .icon.is-small, .button > .icon.is-medium {
      height: 1.5em;
      width: 1.5em;
    }
.button > .icon:first-child:last-child {
      margin-left: calc(-.5em - 1px);
      margin-right: calc(-.5em - 1px);
    }
.button > .icon:first-child:not(:last-child) {
      margin-left: calc(-.5em - 1px);
      margin-right: .25em;
    }
.button.is-white {
  background-color: #fff;
  background-color: var(--button-white-bg);
  color: #191919;
  color: var(--button-white-color)
}
.button.is-white:hover {
    background-color: #f9f9f9;
    background-color: var(--button-white-hover-bg);
    color: #757575;
    color: var(--button-white-hover-color);
  }
.button.is-primary {
  background-color: #0abe51;
  background-color: var(--ghost-accent-color);
  color: #fff
}
.button.is-primary:hover {
    opacity: .92;
  }
.button.is-black {
  background-color: #191919;
  color: #fff;
}
/* circle */
.button.is-circle {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  line-height: 2.125rem;
  padding: 0;
}
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
    margin-bottom: 0.5rem
  }
.buttons .button:not(:last-child) {
      margin-right: .5rem;
    }
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1.5rem;
  stroke-width: 0;
  vertical-align: middle;
  width: 1.5rem
}
.icon.is-stroke {
    fill: none;
    stroke: currentColor;
  }
.icon.is-small {
    height: 1rem;
    width: 1rem;
  }
.icon.is-medium {
    height: 1.25rem;
    width: 1.25rem;
  }
table {
  display: block;
  width: auto;
  max-width: 100%;
  overflow-x: auto;
  text-align: left;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
}
table th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  font-weight: 600;
}
table td {
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
}
table tr:last-child td {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
/* Components
/* ---------------------------------------------------------- */
.dropdown {
  position: relative;
}
.dropdown-menu {
  left: -1.5rem;
  max-width: 18rem;
  min-width: 12rem;
  opacity: 0;
  padding-top: 0.25rem;
  position: absolute;
  top: 100%;
  transform: scale(.9) translateY(-20px);
  transition: all .3s cubic-bezier(.4, .01, .165, .99),opacity .2s cubic-bezier(.4, .01, .165, .99);
  visibility: hidden;
  z-index: 20;
}
.dropdown.is-right .dropdown-menu {
  right: -1.5rem;
  left: auto;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  transition: all .2s cubic-bezier(.4,.01,.165,.99);
  visibility: visible;
}
.dropdown-content {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  color: #292929;

  color: var(--dropdown-text);
  background-color: #fff;
  background-color: var(--dropdown-bg);
  border-radius: 0.25rem;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, .25),0 0 1px rgba(0, 0, 0, .35); */
  padding-bottom: .5rem;
  padding-top: .5rem;
  position: relative;
}
.custom-post-image .hh-author-name a{
  color: #fff;
}
.hh-author-name > a:hover {
  color: #18181B;
  color: var(--gray-900);
  text-decoration: underline;
}
/* Story card small
/* ---------------------------------------------------------- */
/* .storySmall {
  background: var(--story-small-bg);
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
} */
/* Story grid card
/* ---------------------------------------------------------- */
@media (min-width: 1000px) {
  .ss1 .story-title {
    font-size: 2.25rem;
  }
  .ss1 .story-image {
    grid-column: span 2 / span 2;
    height: 24rem;
    padding-top: 0px;
  }
  .ss1 > .not-feature-image {
    grid-column: 1 / -1;
  }
  .ss2 .story-image {
    height: 16rem;
  }
  .ss2 .story-title {
    font-size: 1.875rem;
  }
}
:not(pre) > code {
  border-radius: 3px;
  white-space: normal;
  background: #e5eff5;
  text-shadow: none;
  color: #343f44;
  font-size: .875em;
  padding: .2rem .33rem;
  vertical-align: 1%;
}
pre {
  overflow-x: auto;
  margin: 0;
  padding: 20px;
  max-width: 100%;
  border: 0;
  color: #e5eff5;
  font-size: 0.875rem;
  line-height: 1.6em;
  background: #2a3644;
  border-radius: 5px;
}
pre code {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    white-space: pre;
  }
pre code * { color: inherit; }
/* Code Boxes
/* ---------------------------------------------------------- */
/* stylelint-disable-next-line */
code, pre {
  /* font-family: Space Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; */
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
          hyphens: none;
}
/* Prism
/* ---------------------------------------------------------- */
pre[class*="language-"] {
  padding: 1.25rem;
  /* margin-bottom: 1rem; */
  overflow: auto;
  border-radius: 8px;
}
:not(pre) > code[class*="language-"], pre[class*="language-"] {
  border: 0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .3em .4em;
  border-radius: .3em;
  white-space: normal;
  background: #e5eff5;
  text-shadow: none;
  color: #343f44;
  font-size: 0.9em;
}
a > code[class*="language-"] {
  color: #3eb0ef;
}
.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: rgba(255, 255, 255, 0.5);
}
.token.punctuation {
  color: #fff;
}
.namespace {
  opacity: .7;
}
.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted {
  color: #ff5884;
}
.token.boolean, .token.number {
  color: #ae81ff;
}
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
  color: #e6db74;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable {
  color: #fff;
}
.token.atrule, .token.attr-value, .token.function, .token.class-name {
  color: #a6e22e;
}
.token.keyword {
  color: #66d9ef;
}
.token.regex, .token.important {
  color: #fd971f;
}
.token.important, .token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
/* @import "./components/modal.css"; */
/* Pages
/* ---------------------------------------------------------- */
.godo-canvas {
  display: grid;
  grid-template-columns: [full-start] minmax(4vmin,auto) [wide-start] minmax(auto,240px) [main-start] min(680px,calc(100% - 8vw)) [main-end] minmax(auto,240px) [wide-end] minmax(4vmin,auto) [full-end]
}
.godo-canvas > * {
    grid-column: main-start/main-end;
  }
.is-canvas-full .godo-canvas > * {
  grid-column: full-start / full-end;
}
.post-body {
  /*  new */
  font-size: 1.25rem;
  line-height: 1.625;
  padding-top: 6vmin

  /* stylelint-disable-next-line */
}
.post-body > * + * {
    margin-top: 4vmin;
    margin-bottom: 0;
  }
.post-body {

  /* & > [id] {
    margin: 0;
    color: var(--color-darkgrey);
  } */
}
.post-body > [id]:not(:first-child) {
    margin: 2em 0 0;
  }
.post-body > [id] + * {
    /* margin-top: 1em !important; */
    margin-top: 0.86em !important;
  }
.post-body a {
  overflow-wrap: break-word;
  text-decoration-line: underline;
  text-underline-offset: 4px;
    /* text-decoration: underline; */
    /* word-break: break-word; */
}
.post-body > hr, .post-body > blockquote {
    position: relative;
    margin-top: 6vmin;
  }
.post-body {

  /* stylelint-disable */
}
.post-body > hr + *, .post-body > blockquote + * {
    margin-top: 6vmin !important;
  }
/* stylelint-enable */
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
    color: #18181B;
    color: var(--title-color);
    scroll-margin-top: calc(4rem + 4vmin);
  }
/* List */
.post-body li + li {
    margin-top: .5em;
  }
.post-body ul, .post-body ol {
    counter-reset: post;
  }
.post-body ul li, .post-body ol li {
      margin-left: 2rem
    }
.post-body ul li::before, .post-body ol li::before {
        box-sizing: border-box;
        display: inline-block;
        margin-left: -1.25rem;
        position: absolute;
        text-align: right;
      }
.post-body ul > li::before {
    content: "\2022";
    opacity: .9;
    transform: scale(1.1);
  }
.post-body ol > li::before {
    content: counter(post) ".";
    counter-increment: post;
    padding-right: 0.75rem;
  }
/* has first letter Big
/* ---------------------------------------------------------- */
.has-first-letter::first-letter {
  float: left;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
/* & > h1,
  & > h2,
  & > h3,
  & > h4,
  & > h5,
  & > h6, {
    scroll-margin-top: calc(4rem + 4vmin);
  } */
.is-doc .post-body h2 { font-size: 1.75rem; }
/* & > [id]:not(:first-child) {
    margin: 3em 0 0;
  } */
.is-doc .post-body h3 { font-size: 1.375rem; }
.is-doc .post-body h4 { font-size: 1.25rem; }
.is-doc .post-body h5 { font-size: 1.125rem; }
.is-doc .post-body h6 { font-size: 1rem; }
.is-doc .post-body blockquote:not([class]) {
    font-size: 1.125rem;
    margin-left: 0;
  }
/* hover-title */
.hover-title:hover .anchor {
  visibility: visible;
  opacity: 1;
}
.docstoc::before {
  content: "— ";
  display: inline;
  font-weight: 400;
  opacity: .5;
}
.scroll-transparent::-webkit-scrollbar {
  width: 5px;
  position: fixed;
  right: 0;
}
.spc-h-e {
    color: #fecd35;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin-top: 0.4rem;
    text-transform: uppercase;
  }
/* Description */
.spc-des {
    /* @extend %font-serif; */

    margin: 2.5rem auto;
    opacity: .9;
  }
.spc-des em {
      color: #fecd35;
      font-style: italic;
    }
/* Buttos */
.spc-buttons .button {
    background: hsla(0, 0%, 100%, .9);
    color: #000;
  }
.spc-buttons .button img {
      height: 1.25rem;
      margin: 0 0.5rem 0 0;
    }
/* Cards
/* ---------------------------------------------------------- */
.kg-card:not(.kg-callout-card) {
  font-size: 1rem;
}
/* Add extra margin before/after any cards,
except for when immediately preceeded by a heading */
.post-body :not(.kg-card):not([id]) + .kg-card {
  margin-top: 6vmin;
  margin-bottom: 0;
}
.post-body .kg-card + :not(.kg-card) {
  margin-top: 6vmin;
  margin-bottom: 0;
}
/* This keeps small embeds centered */
.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
/* This keeps small iamges centered */
.kg-image-card img {
  margin: auto;
}
/* Card captions
/* ---------------------------------------------------------- */
.kg-width-full {
  grid-column: full-start / full-end;
  z-index: 2;
}
.kg-width-full img {
    width: 100%;
  }
.kg-width-full.kg-card-hascaption {
    display: grid;
    grid-template-columns: inherit;
  }
.kg-width-full.kg-card-hascaption img {
    grid-column: 1 / -1;
  }
.kg-width-full.kg-card-hascaption figcaption {
    grid-column: main-start / main-end;
  }
.kg-width-wide {
  grid-column: wide-start / wide-end;
  z-index: 2
}
.kg-width-wide.kg-card-hascaption img {
    grid-column: wide-start / wide-end;
  }
.pullquote, .kg-blockquote-alt {
  color: var(--gray-500);

  font-size: 1.2em;
  font-style: italic;
  line-height: 1.7em;
  padding: 0 1.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .kg-blockquote-alt {
    font-size: 1.5em;
    padding: 0 2em;
  }
}
.kg-bookmark-card {
    position: relative;
  }
/* &-publisher {
    color: var(--ghost-accent-color);
  } */
.kg-bookmark-content {
  order: 1;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1.25rem;
}
.kg-bookmark-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--title-color);
}
.kg-bookmark-description {
  margin-top: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  color: var(--gray-500);
}
.kg-bookmark-metadata {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.kg-bookmark-thumbnail {
    flex-grow: 1;
    min-height: 10rem;
    min-width: 33%;
    position: relative;
  }
.kg-bookmark-icon {
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}
.kg-bookmark-author::after {
    content: "•";
    margin: 0 0.25rem;
    opacity: .4;
  }
.kg-bookmark-container {

  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .kg-bookmark-container {
    flex-direction: row-reverse;
  }
}
/* Utilities
/* ---------------------------------------------------------- */
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-16 {
  right: 4rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-2 {
  z-index: 2;
}
.z-20 {
  z-index: 20;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-50 {
  z-index: 50;
}
.-order-1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-full {
  grid-column: 1 / -1;
}
.row-start-1 {
  grid-row-start: 1;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-88 {
  height: 22rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-128 {
  max-height: 32rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-lg {
  min-height: 32rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-full {
  width: 100%;
}
.max-w-1100 {
  max-width: 68.75rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-extreme {
  max-width: 81.25rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.grow {
  flex-grow: 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-3 {
  border-left-width: 0.1875rem;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-3 {
  border-top-width: 0.1875rem;
}
.border-gray-100 {
  border-color: var(--gray-100);
}
.border-gray-200 {
  border-color: var(--gray-200);
}
.border-gray-300 {
  border-color: var(--gray-300);
}
.border-gray-400 {
  border-color: var(--gray-400);
}
.border-primary {
  border-color: var(--ghost-accent-color);
}
.border-transparent {
  border-color: transparent;
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blank {
  background-color: var(--blank);
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(241 70 104 / var(--tw-bg-opacity, 1));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 15 22 / var(--tw-bg-opacity, 1));
}
.bg-dark-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 43 123 / var(--tw-bg-opacity, 1));
}
.bg-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  background-color: var(--gray-100);
}
.bg-gray-150 {
  background-color: var(--gray-150);
}
.bg-gray-200 {
  background-color: var(--gray-200);
}
.bg-modal {
  background-color: rgba(84,102,109,.6);
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 34 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  background-color: var(--ghost-accent-color);
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(72 199 116 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-twitter {
  --tw-bg-opacity: 1;
  background-color: rgb(85 172 238 / var(--tw-bg-opacity, 1));
}
.bg-whatsapp {
  --tw-bg-opacity: 1;
  background-color: rgb(100 212 72 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-24 {
  padding: 6rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-vw6 {
  padding: 6vw;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-vw4 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-vmin8 {
  padding-top: 8vmin;
  padding-bottom: 8vmin;
}
.py-vw4 {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.py-vw6 {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.py-vw8 {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-vmin8 {
  padding-bottom: 8vmin;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-96 {
  padding-top: 24rem;
}
.pt-vmin8 {
  padding-top: 8vmin;
}
.pt-vw6 {
  padding-top: 6vw;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
  font-family: PT Serif, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-22 {
  font-size: 1.375rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-32 {
  font-size: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-44 {
  font-size: 2.75rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
}
.text-8xl {
  font-size: 6rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-wide {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(241 70 104 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  color: var(--gray-400);
}
.text-gray-500 {
  color: var(--gray-500);
}
.text-gray-600 {
  color: var(--gray-600);
}
.text-gray-700 {
  color: var(--gray-700);
}
.text-gray-800 {
  color: var(--gray-800);
}
.text-gray-900 {
  color: var(--gray-900);
}
.text-header-link {
  color: var(--header-text-link);
}
.text-logo {
  color: var(--header-text-link);
}
.text-primary {
  color: var(--ghost-accent-color);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(72 199 116 / var(--tw-text-opacity, 1));
}
.text-title {
  color: var(--title-color);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.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);
}
.shadow-3xl {
  --tw-shadow: 0 36px 64px 0 rgba(0,0,0,.2);
  --tw-shadow-colored: 0 36px 64px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-4xl {
  --tw-shadow: inset 0 0 0 0.1rem rgb(58 3 45 / 8%), 0 10px 20px rgb(58 3 45 / 4%), 0 2px 6px rgb(58 3 45 / 4%), 0 0 1px rgb(58 3 45 / 4%);
  --tw-shadow-colored: inset 0 0 0 0.1rem var(--tw-shadow-color), 0 10px 20px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color), 0 0 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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Layout
/* ---------------------------------------------------------- */
.header {
  transition: transform .3s;
}
.header-bg {
  background-color: #fff;
  background-color: var(--header-bg);
}
.shadow-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, .03), 0 3px 46px rgba(0, 0, 0, .07);
}
/* Header has Transparent
/* ---------------------------------------------------------- */
.header-right > .button.is-white {
  background-color: rgba(255, 255, 255, 0);
  color: #292929;
  color: var(--header-text-link);
}
.has-cover .simply-hero-cover {
  margin-top: -4rem;
}
.is-head-transparent:not(.has-menu) {
  --header-text-link: #fff;
}
/* Hamburger Button for Toggle menu
/* ---------------------------------------------------------- */
.menu-burger {
  margin-right: -0.5rem;
  transition: transform .4s;
  width: 2.25rem;
}
.menu-burger span {
    background-color: currentColor;
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: .4s;
    width: 20px
  }
.menu-burger span:first-child {
      transform: translate(0, -6px);
    }
.menu-burger span:last-child {
      transform: translate(0, 6px);
    }
/* Menu Mobile
/* ---------------------------------------------------------- */
.nav-mob {
  transform: translateX(100%);
  transition: .4s;
  will-change: transform;
}
/* when the menu is being shown
/* ---------------------------------------------------------- */
.has-menu {
  overflow: hidden;
}
.has-menu .nav-mob {
    transform: translateX(0);
  }
.has-menu .menu-burger span:first-child {
      transform: rotate(45deg) translate(0, 0);
    }
.has-menu .menu-burger span:nth-child(2) {
      transform: scaleX(0);
    }
.has-menu .menu-burger span:last-child{
      transform: rotate(-45deg) translate(0, 0);
    }
/* Dark Mode
/* ---------------------------------------------------------- */
.dark .icon--sunny {
    display: block !important;
  }
.dark .icon--moon{
    display: none;
  }
/* Sidebar */
.godo-content-side {
  grid-column: wide-start/main-start;
}
.footer {
  background-color: #111;
  color: hsla(0, 0%, 100%, .6);

  --input-color: #bbb;
  --input-bg: rgba(97, 97, 97, 0.25);
  --input-border-color: transparent;
  --placeholder-color: #bbb;
}
.footer a:hover:not(.button) {
    color: #fff;
  }
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255 , .1);
  }
.footer-arrow {
    border: 4px solid transparent;
    border-left-color: #fff;
    height: 0;
    width: 0;
  }
.simply-form.error .message-error, .simply-form.success .message-success {
    display: block;
  }
.simply-form.loanding .button-content {
      display: none;
    }
.simply-form.loanding .button-loader {
      display: inline-block;
    }
/* Variants
/* ---------------------------------------------------------- */
/* @import "tailwindcss/variants"; */
.hover\:border-primary:hover {
  border-color: var(--ghost-accent-color);
}
.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(17 15 22 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  color: var(--gray-700);
}
.hover\:text-gray-900:hover {
  color: var(--gray-900);
}
.hover\:text-primary:hover {
  color: var(--ghost-accent-color);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-card-primary:hover {
  --tw-shadow: inset 0 0 0 0.1rem var(--color-primary), 0 10px 20px rgb(58 3 45 / 4%), 0 2px 6px rgb(58 3 45 / 4%), 0 0 1px rgb(58 3 45 / 4%);
  --tw-shadow-colored: inset 0 0 0 0.1rem var(--tw-shadow-color), 0 10px 20px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color), 0 0 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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .md\:-order-none {
    order: 0;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-3\/6 {
    width: 50%;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-kusi2 {
    grid-template-columns: calc(12.5rem + 4vmin) 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-vw4 {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .md\:py-vw6 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-22 {
    font-size: 1.375rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
  }
  .md\:text-32 {
    font-size: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
  .md\:text-6xl {
    font-size: 4rem;
  }
}
@media (min-width: 1000px) {
  .lg\:sticky {
    position: sticky;
  }
  .lg\:bottom-1\/2 {
    bottom: 50%;
  }
  .lg\:left-4 {
    left: 1rem;
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:top-28 {
    top: 7rem;
  }
  .lg\:top-32 {
    top: 8rem;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-full {
    grid-column: 1 / -1;
  }
  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:max-h-\(screen-16\) {
    max-height: calc(100vh - 4rem);
  }
  .lg\:max-h-128 {
    max-height: 32rem;
  }
  .lg\:min-h-screen {
    min-height: 100vh;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-sm {
    max-width: 24rem;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:max-w-xs {
    max-width: 20rem;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-kusi3 {
    grid-template-columns: calc(12.5rem + 4vmin) 1fr calc(13.75rem + 2vmin);
  }
  .lg\:grid-cols-sidebar {
    grid-template-columns: 1fr 22.5rem;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-vw6 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .lg\:py-vw8 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-44 {
    font-size: 2.75rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
  }
  .lg\:text-6xl {
    font-size: 4rem;
  }
  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 1232px) {
  .xl\:gap-20 {
    gap: 5rem;
  }
}

/*# sourceMappingURL=map/main.css.map */
