/*
! tailwindcss v3.4.11 | 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 */
  tab-size: 4; /* 3 */
  font-family: 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: #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] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --color-overlay: rgba(0, 0, 0, 0.5);
  --color-transparent: transparent;
  --color-current: currentColor;
  --color-black: #0b0b1d;
  --color-white: #fff;
  --color-creamWhite: #e1e1f4;
  --color-background: #ffffff;
  --color-backgroundDark: #1B1B1B;
  --color-darkGrey: #222222;
  --color-bodyGrey: #2E333D;
  --color-yellow: #FFDE67;
  --color-orange: #FF8401;
  --color-orangeLight: #FF9F06;
  --color-primary-50: #ecf3ff;
  --color-primary-100: #dce8ff;
  --color-primary-200: #c0d3ff;
  --color-primary-300: #9ab6ff;
  --color-primary-400: #728bff;
  --color-primary-500: #5163ff;
  --color-primary-600: #3136fa;
  --color-primary-700: #2628dd;
  --color-primary-800: #2125b2;
  --color-primary-900: #23288c;
  --color-primary-950: #151651;
  --color-primary: #FF9F06;
  --color-primaryDark-50: #ecf3ff;
  --color-primaryDark-100: #dce8ff;
  --color-primaryDark-200: #c0d4ff;
  --color-primaryDark-300: #9ab6ff;
  --color-primaryDark-400: #728dff;
  --color-primaryDark-500: #5165ff;
  --color-primaryDark-600: #3239f9;
  --color-primaryDark-700: #2225d8;
  --color-primaryDark-800: #2125b2;
  --color-primaryDark-900: #23298c;
  --color-primaryDark-950: #151751;
  --color-primaryDark: #2225d8;
}

*, ::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 40rem) {

  .container {
    max-width: 40rem;
  }
}
@media (min-width: 48rem) {

  .container {
    max-width: 48rem;
  }
}
@media (min-width: 64rem) {

  .container {
    max-width: 64rem;
  }
}
@media (min-width: 80rem) {

  .container {
    max-width: 80rem;
  }
}
@media (min-width: 96rem) {

  .container {
    max-width: 96rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-24 {
  right: 6rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[9998\] {
  z-index: 9998;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.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;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[24px\] {
  height: 24px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.\!w-20 {
  width: 5rem !important;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[85vw\] {
  width: 85vw;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-auto {
  flex: 1 1 auto;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.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-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-all {
  word-break: break-all;
}
.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-xl {
  border-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-black\/10 {
  border-color: rgb(11 11 29 / 0.1);
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 132 1 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 159 6 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-black\/5 {
  border-bottom-color: rgb(11 11 29 / 0.05);
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 29 / var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgb(11 11 29 / 0.3);
}
.bg-black\/5 {
  background-color: rgb(11 11 29 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(11 11 29 / 0.5);
}
.bg-orangeLight {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 6 / var(--tw-bg-opacity));
}
.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 6 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-orange {
  --tw-gradient-from: #FF8401 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 132 1 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-yellow {
  --tw-gradient-to: #FFDE67 var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.object-cover {
  object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.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;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(11 11 29 / var(--tw-text-opacity));
}
.text-black\/50 {
  color: rgb(11 11 29 / 0.5);
}
.text-black\/75 {
  color: rgb(11 11 29 / 0.75);
}
.text-black\/90 {
  color: rgb(11 11 29 / 0.9);
}
.text-bodyGrey {
  --tw-text-opacity: 1;
  color: rgb(46 51 61 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 132 1 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 159 6 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-\[0\.85\] {
  --tw-brightness: brightness(0.85);
  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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\~text-2xl\/4xl {
  font-size: clamp(1.5rem,0.96rem + 1.34vw,2.25rem)/* fluid type from 1.5rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(2rem,1.64rem + 0.89vw,2.5rem)/* fluid from 2rem at 40rem to 2.5rem at 96rem */;
}
.\~text-3xl\/2xl {
  font-size: clamp(1.5rem,2.143rem + -0.67vw,1.875rem)/* fluid type from 1.875rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(2rem,2.43rem + -0.45vw,2.25rem)/* fluid from 2.25rem at 40rem to 2rem at 96rem */;
}
.\~text-base\/lg {
  font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
}
.\~text-lg\/xl {
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
}
.\~my-6\/8 {
  margin-top: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
  margin-bottom: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
}
.\~mt-0\/4 {
  margin-top: clamp(0rem,-0.71rem + 1.79vw,1rem)/* fluid from 0rem at 40rem to 1rem at 96rem */;
}
.\~mt-6\/8 {
  margin-top: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
}
.\~gap-12\/24 {
  gap: clamp(3rem,0.86rem + 5.36vw,6rem)/* fluid from 3rem at 40rem to 6rem at 96rem */;
}
.\~gap-4\/6 {
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
.nobs-icon {
  width: 1rem;
}
.nobs-icon svg {
      width: 100%;
      height: auto;
    }
/* Table of contents
/* ------------------------------------------------------------

This is a development CSS file which is built to a minified
production stylesheet in assets/built/screen.css

1. Variables
2. Fonts
3. Resets
4. Globals
5. Layout
6. Navigation
  6.1. Navigation styles
  6.2. Navigation layouts
  6.3. Dropdown menu
  6.4. Mobile menu
7. Card
8. Header
  8.1. Magazine layout
  8.2. Highlight layout
  8.3. Classic layout
9. CTA
10. Featured posts
11. Container
  11.1. With sidebar
  11.2. Without sidebar
12. Post list
  12.1. List style
  12.2. Grid style
  12.3. No image list
13. Sidebar
14. Post/page
  14.1. Article
  14.2. Page template
  14.3. Page without header
15. Content
16. Cards
17. Comments
18. Recent posts
19. Archive
20. Design settings
21. Footer
  21.1. Footer styles
  21.2. Footer bar
  21.3. Footer signup
22. Lightbox

*/
/* 1. Variables
/* ---------------------------------------------------------- */
:root {
  --color-white: #fff;
  --color-lighter-gray: rgb(0 0 0 / 0.05);
  --color-light-gray: #e6e6e6;
  --color-mid-gray: #ccc;
  --color-dark-gray: #444;
  --color-darker-gray: #15171a;
  --color-black: #000;
  --color-primary-text: var(--color-darker-gray);
  --color-secondary-text: rgb(0 0 0 / 0.55);
  --color-border: rgb(0 0 0 / 0.08);
  --color-dark-border: rgb(0 0 0 / 0.55);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  --font-serif: "EB Garamond", Georgia, Times, serif;
  --font-serif-alt: Georgia, Times, serif;
  --font-mono: "JetBrains Mono", Menlo, Consolas, Monaco, "Liberation Mono",
    "Lucida Console", monospace;
  --container-width: 1320px;
  --container-gap: clamp(24px, 1.7032rem + 1.9355vw, 48px);
  --grid-gap: 42px;
}
:root.has-light-text, :is(.gh-navigation, .gh-footer).has-accent-color {
  --color-lighter-gray: rgb(255 255 255 / 0.1);
  --color-darker-gray: #fff;
  --color-secondary-text: rgb(255 255 255 / 0.64);
  --color-border: rgb(255 255 255 / 0.15);
  --color-dark-border: rgb(255 255 255 / 0.5);
}
/* 2. Fonts
/* ---------------------------------------------------------- */
/* Fonts are preloaded and defined in default.hbs to avoid layout shift */
/* 3. Resets
/* ---------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  font-size: 100%;
}
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video, canvas, svg {
  display: block;
  height: auto;
  max-width: 100%;
}
iframe {
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
/* 4. Globals
/* ---------------------------------------------------------- */
body {
  font-family: var(--gh-font-body, var(--font-sans));
  font-size: 1.6rem;
  background-color: var(--background-color);
  color: var(--color-primary-text);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--gh-font-heading, var(--font-sans));
}
a {
  color: var(--color-darker-gray);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.gh-button {
  display: inline-flex;
  gap: 0.4em;
  align-items: center;
  justify-content: center;
  padding: 0.8em 1.4em;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  line-height: 1;
  color: var(--color-white);
  cursor: pointer;
  background-color: var(--ghost-accent-color);
  border: 0;
  border-radius: 100px;
}
.gh-button:hover {
  opacity: 0.95;
}
.gh-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--color-darker-gray);
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: none;
}
.gh-icon-button:hover :is(svg, span) {
  opacity: 0.8;
}
.gh-icon-button svg {
  width: 20px;
  height: 20px;
}
.gh-form {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 560px;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 450;
  letter-spacing: -0.008em;
  border-radius: 40px;
  background-color: var(--color-lighter-gray);
  transition: background-color 0.2s ease;
}
.gh-form.success {
  pointer-events: none;
}
.gh-form.error {
  box-shadow: 0 0 0 1px red;
}
.gh-form:hover {
  background-color: rgb(0 0 0 / 0.065);
}
.has-light-text .gh-form:hover, .gh-footer.has-accent-color .gh-form:hover {
  background-color: rgb(255 255 255 / 0.15);
}
/*
.gh-form-input {
  position: absolute;
  inset: 0;
  padding-inline: 26px;
  width: 100%;
  height: 100%;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: 1.1;
  border: 0;
  border-radius: 40px;
  background-color: transparent;
  outline: none;
  transition: 0.3s ease-in-out;
}

.gh-form-input::placeholder,
button.gh-form-input {
  color: rgb(0 0 0 / 0.3);
}
*/
:is(.has-serif-title, .has-mono-title):not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-form-input {
  padding-inline: 20px;
}
.gh-form.gh-form.success .gh-form-input {
  opacity: 0.5;
}
.has-light-text .gh-form-input, .gh-footer.has-accent-color .gh-form-input {
  color: #fff;
}
.has-light-text .gh-form-input::placeholder, .has-light-text button.gh-form-input, .gh-footer.has-accent-color .gh-form-input::placeholder {
  color: rgb(255 255 255 / 0.55);
}
.gh-header.is-classic.has-image .gh-form-input {
  color: #15171a;
}
.gh-header.is-classic.has-image .gh-form-input::placeholder, .gh-header.is-classic.has-image button.gh-form-input, .gh-header.is-classic.has-image .gh-form>svg {
  color: rgb(0 0 0 / 0.5);
}
button.gh-form-input {
  padding-inline-start: 56px;
  text-align: left;
  color: var(--color-secondary-text);
  cursor: pointer;
}
:is(.has-serif-title, .has-mono-title):not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) button.gh-form-input {
  padding-inline-start: 50px;
}
/*
.gh-form .gh-button {
  position: absolute;
  right: 6px;
  padding-inline: 32px;
  height: 44px;
  font-size: inherit;
}
*/
.gh-form>svg {
  position: relative;
  left: 22px;
  width: 20px;
  height: 20px;
  color: var(--color-secondary-text);
}
:is(.has-serif-title, .has-mono-title):not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-form>svg {
  left: 16px;
}
.gh-form .gh-button svg {
  display: none;
  position: absolute;
  margin-top: 1px;
}
.gh-form:is(.loading, .success) .gh-button span {
  visibility: hidden;
}
.gh-form.loading .gh-button svg:first-of-type {
  display: block;
}
.gh-form.success .gh-button svg:last-of-type {
  display: block;
}
.gh-form [data-members-error] {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .gh-form {
    font-size: 1.6rem;
  }

  /*
  .gh-form .gh-button {
    padding-inline: 12px;
  }
    */

  .gh-form .gh-button span span {
    display: none;
  }

  .gh-form .gh-button span svg {
    display: inline;
    position: static;
    margin-top: 2px;
    width: 20px;
    height: 20px;
  }
}
/* 5. Layout
/* ---------------------------------------------------------- */
.gh-viewport {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.gh-outer {
  padding: 0 max(4vmin, 20px);
}
.gh-outer .gh-outer {
  padding: 0;
}
.gh-inner {
  margin: 0 auto;
  max-width: var(--container-width);
  width: 100%;
}
.gh-main {
  flex-grow: 1;
}
.gh-canvas, .kg-width-full.kg-content-wide {
  --main: min(var(--content-width, 720px), 100% - var(--container-gap) * 2);
  --wide: minmax(0,
      calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2));
  --full: minmax(var(--container-gap), 1fr);

  display: grid;
  grid-template-columns:
    [full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end];
}
.gh-canvas>* {
  grid-column: main;
}
.kg-width-wide, .kg-content-wide>div {
  grid-column: wide;
}
.kg-width-full {
  grid-column: full;
}
/* 6. Navigation
/* ---------------------------------------------------------- */
.gh-navigation {
  height: 100px;
  font-size: 1.5rem;
  font-weight: 550;
  background-color: var(--background-color);
  color: var(--color-darker-gray);
}
.gh-navigation :is(.gh-navigation-logo, a:not(.gh-button), .gh-icon-button) {
  color: inherit;
}
.gh-navigation-inner {
  display: grid;
  grid-auto-flow: row dense;
  column-gap: 24px;
  align-items: center;
  height: 100%;
}
.gh-navigation-brand {
  line-height: 1;
}
.gh-navigation-logo {
  position: relative;
  font-family: var(--gh-font-heading, var(--font-sans));
  font-size: calc(2.4rem * var(--factor, 1));
  font-weight: 725;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
.gh-navigation-logo img {
  max-height: 40px;
}
.gh-navigation-menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
.gh-navigation .nav {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
.gh-navigation .gh-more-toggle {
  position: relative;
  margin: 0 -6px;
  font-size: inherit;
  text-transform: inherit;
}
.gh-navigation .gh-more-toggle svg {
  width: 24px;
  height: 24px;
}
.gh-navigation-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--background-color);
}
.gh-navigation.has-accent-color .gh-navigation-actions {
  background-color: var(--ghost-accent-color);
}
.gh-navigation-members {
  display: flex;
  gap: 20px;
  align-items: center;
  white-space: nowrap;
}
.gh-navigation-members .gh-button {
  font-size: inherit;
  font-weight: 600;
}
.gh-search {
  margin-right: -2px;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .gh-navigation-logo {
    white-space: normal;
  }

  .gh-navigation-members {
    flex-direction: column-reverse;
    gap: 16px;
    width: 100%;
  }

  .gh-navigation-actions .gh-search {
    display: none;
  }
}
@media (min-width: 768px) {
  .gh-navigation-brand .gh-search {
    display: none;
  }

  .gh-navigation:not(.is-dropdown-loaded) .gh-navigation-menu .nav>li {
    opacity: 0;
  }
}
/* 6.1. Navigation styles */
.gh-navigation.has-accent-color {
  background-color: var(--ghost-accent-color);
}
.gh-navigation.has-accent-color .gh-button {
  background-color: #fff;
  color: #15171a;
}
/* 6.2. Navigation layouts */
/*
======================================================================
LOGO   Home About Collection Author Portal             Login Subscribe
======================================================================
*/
.gh-navigation.is-left-logo .gh-navigation-inner {
  grid-template-columns: auto 1fr auto;
}
@media (min-width: 768px) {
  .gh-navigation.is-left-logo .gh-navigation-logo:not(:has(img)) {
    top: -2px;
  }
}
@media (min-width: 992px) {
  .gh-navigation.is-left-logo .gh-navigation-menu {
    margin-right: 100px;
    margin-left: 16px;
  }
}
/*
======================================================================
Home About Collection            LOGO                  Login Subscribe
======================================================================
*/
.gh-navigation.is-middle-logo .gh-navigation-inner {
  grid-template-columns: 1fr auto 1fr;
}
.gh-navigation.is-middle-logo .gh-navigation-brand {
  grid-column-start: 2;
}
.gh-navigation.is-middle-logo .gh-navigation-actions {
  gap: 28px;
}
@media (min-width: 992px) {
  .gh-navigation.is-middle-logo .gh-navigation-menu {
    margin-right: 64px;
  }
}
/*
======================================================================
Search                         LOGO                    Login Subscribe
                 Home About Collection Author Portal
======================================================================
*/
.gh-navigation.is-stacked {
  position: relative;
  height: auto;
}
.gh-navigation.is-stacked .gh-navigation-inner {
  grid-template-columns: 1fr auto 1fr;
}
.gh-navigation.is-stacked .gh-navigation-brand {
  display: flex;
  align-items: center;
  grid-row-start: 1;
  grid-column-start: 2;
  min-height: 80px;
}
@media (max-width: 767px) {
  .gh-navigation.is-stacked .gh-navigation-brand {
    min-height: unset;
  }
}
@media (min-width: 992px) {
  .gh-navigation.is-stacked .gh-navigation-inner {
    padding: 0;
  }

  .gh-navigation.is-stacked .gh-navigation-brand {
    display: flex;
    align-items: center;
    height: 80px;
  }

  .gh-navigation.is-stacked .gh-navigation-menu {
    grid-row-start: 2;
    grid-column: 1 / 4;
    justify-content: center;
    height: 60px;
    margin: 0 48px;
  }

  .gh-navigation.is-stacked .gh-navigation-menu::before, .gh-navigation.is-stacked .gh-navigation-menu::after {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--color-border);
  }

  .gh-navigation.is-stacked .gh-navigation-menu::after {
    top: 140px;
  }

  .gh-navigation.is-stacked .gh-navigation-actions {
    grid-row-start: 1;
    grid-column: 1 / 4;
    justify-content: space-between;
  }

  .gh-navigation.is-stacked .gh-navigation-actions .gh-search {
    display: flex;
    gap: 10px;
    width: auto;
  }
}
/* 6.3. Dropdown menu */
.gh-dropdown {
  position: absolute;
  top: 100%;
  right: -16px;
  z-index: 90;
  width: 200px;
  padding: 12px 0;
  margin-top: 24px;
  text-align: left;
  visibility: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 0.04), 0 7px 20px -5px rgb(0 0 0 / 0.15);
  opacity: 0;
  transition: opacity 0.3s, transform 0.2s;
  transform: translate3d(0, 6px, 0);
}
.gh-dropdown.is-left {
  right: auto;
  left: -16px;
}
.is-dropdown-mega .gh-dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  column-gap: 40px;
  width: auto;
  padding: 20px 32px;
}
.is-dropdown-open .gh-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.gh-dropdown li a {
  display: block;
  padding: 7px 20px;
  line-height: 1.5;
  white-space: normal;
  color: #15171a !important;
}
.is-dropdown-mega .gh-dropdown li a {
  padding: 8px 0;
}
/* 7. Card
/* ---------------------------------------------------------- */
.gh-card {
  position: relative;
}
.gh-card-link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gh-card-link:hover {
  opacity: 1;
}
.gh-card-image {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
}
.gh-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gh-card-wrapper {
  flex-grow: 1;
}
.gh-card-tag {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.gh-card-title {
  font-size: calc(1.9rem * var(--factor, 1));
  font-weight: 725;
  letter-spacing: -0.014em;
  line-height: 1.3;
}
.gh-card-link:hover .gh-card-title {
  opacity: 0.8;
}
.gh-card-excerpt {
  display: -webkit-box;
  overflow-y: hidden;
  margin-top: 8px;
  font-size: 1.45rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gh-card-meta {
  align-items: center;
  padding-bottom: 1px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.004em;
  color: var(--color-secondary-text);
}
.gh-card-meta svg {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.gh-card-meta:not(:empty) {
  margin-top: 8px;
}
.gh-card-author+.gh-card-date::before {
  content: "—";
  margin-right: 4px;
}
/* 8. Header
/* ---------------------------------------------------------- */
.gh-header {
  position: relative;
  margin-top: 40px;
}
.gh-header-inner {
  position: relative;
  overflow: hidden;
}
/* 8.1. Magazine layout */
.gh-header.is-magazine .gh-header-inner {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: var(--grid-gap);
}
.gh-header.is-magazine .gh-header-inner>div {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
  grid-row: 1;
}
.gh-header.is-magazine .gh-header-left {
  grid-column: 1 / span 4;
}
.gh-header.is-magazine .gh-header-inner>.gh-card {
  position: relative;
  grid-column: 5 / span 8;
}
.gh-header.is-magazine .gh-header-right {
  grid-column: 13 / -1;
}
.gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-link {
  gap: 28px;
}
.gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-image {
  aspect-ratio: 1.618033;
}
.gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-tag {
  display: block;
  margin-bottom: 12px;
}
.gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-title {
  font-size: clamp(2.8rem, 1.36vw + 2.25rem, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.022em;
}
.gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-excerpt {
  margin-top: clamp(12px, 0.45vw + 10.18px, 16px);
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  max-width: 90%;
}
.gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-meta:not(:empty) {
  margin-top: 14px;
}
.gh-header.is-magazine :is(.gh-header-left, .gh-header-right) .gh-card:last-child .gh-card-image {
  display: none;
}
.gh-header.is-magazine .gh-header-inner>div .gh-card-excerpt {
  display: none;
}
.gh-header.is-magazine .gh-header-inner>.gh-card::before, .gh-header.is-magazine .gh-header-inner>.gh-card::after {
  position: absolute;
  top: 0;
  left: calc(var(--grid-gap) / -2);
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-border);
}
.gh-header.is-magazine .gh-header-inner>.gh-card::after {
  right: calc(var(--grid-gap) / -2);
  left: auto;
}
.gh-header.is-magazine .gh-header-inner>div .gh-card+.gh-card::before {
  position: absolute;
  top: calc(var(--grid-gap) / -2);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}
@media (max-width: 1199px) {
  .gh-header.is-magazine .gh-header-inner {
    grid-template-columns: repeat(12, 1fr);
  }

  .gh-header.is-magazine .gh-header-inner>.gh-card {
    grid-column: 1 / span 8;
  }

  .gh-header.is-magazine .gh-header-left {
    grid-column: 9 / -1;
  }

  .gh-header.is-magazine .gh-header-inner>div.gh-header-right {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: row;
  }

  .gh-header.is-magazine .gh-header-right .gh-card {
    flex: 1;
  }

  .gh-header.is-magazine .gh-header-right .gh-card:last-child .gh-card-image {
    display: block;
  }

  .gh-header.is-magazine .gh-header-right {
    position: relative;
  }

  .gh-header.is-magazine .gh-header-right::before {
    position: absolute;
    top: calc(var(--grid-gap) / -2);
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-border);
  }

  .gh-header.is-magazine .gh-header-right .gh-card::before {
    display: none;
  }

  .gh-header.is-magazine .gh-header-right .gh-card::after {
    position: absolute;
    top: 0;
    right: calc(var(--grid-gap) / -2);
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--color-border);
  }
}
@media (max-width: 991px) {
  .gh-header.is-magazine .gh-header-left .gh-card:nth-child(2) .gh-card-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .gh-header.is-magazine .gh-header-inner {
    display: flex;
    flex-direction: column;
    gap: var(--grid-gap);
  }

  .gh-header.is-magazine .gh-header-inner>div.gh-header-right {
    flex-direction: column;
  }

  .gh-header.is-magazine .gh-card-image {
    display: block !important;
  }

  .gh-header.is-magazine .gh-card::before {
    display: block !important;
    position: absolute;
    top: calc(var(--grid-gap) / -2);
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-border);
  }
}
/* 8.2. Highlight layout */
.gh-header.is-highlight .gh-header-inner {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: var(--grid-gap);
}
.gh-header.is-highlight .gh-header-left {
  position: relative;
  grid-column: span 8;
}
.gh-header.is-highlight .gh-header-left .gh-card {
  grid-column: span 8;
  grid-row: span 3;
}
.gh-header.is-highlight .gh-header-left .gh-card .gh-card-link {
  gap: 28px;
}
.gh-header.is-highlight .gh-header-left .gh-card .gh-card-image {
  aspect-ratio: 3 / 2;
}
.gh-header.is-highlight .gh-header-left .gh-card .gh-card-tag {
  display: block;
  margin-bottom: 12px;
}
.gh-header.is-highlight .gh-header-left .gh-card .gh-card-title {
  font-size: clamp(2.8rem, 1.36vw + 2.25rem, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.022em;
}
.gh-header.is-highlight .gh-header-left .gh-card .gh-card-excerpt {
  margin-top: clamp(12px, 0.45vw + 10.18px, 16px);
  font-size: 1.8rem;
}
.gh-header.is-highlight .gh-header-left .gh-card .gh-card-meta:not(:empty) {
  margin-top: 12px;
}
.gh-header.is-highlight .gh-header-middle {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
  grid-column: 9 / span 4;
}
.gh-header.is-highlight .gh-header-middle .gh-card:last-child .gh-card-image {
  display: none;
}
.gh-header.is-highlight .gh-header-middle .gh-card .gh-card-excerpt {
  display: none;
}
.gh-header.is-highlight .gh-header-right {
  grid-column: 13 / -1;
}
.gh-header.is-highlight .gh-featured {
  margin-top: 0;
  padding: 0;
}
.gh-header.is-highlight .gh-featured-feed {
  display: flex;
  flex-direction: column;
}
.gh-header.is-highlight .gh-featured-feed .gh-card-title {
  font-size: clamp(1.4rem, 0.23vw + 1.31rem, 1.6rem);
}
.gh-header.is-highlight .gh-header-left::after, .gh-header.is-highlight .gh-header-middle::after {
  position: absolute;
  top: 0;
  right: calc(var(--grid-gap) / -2);
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-border);
}
.gh-header.is-highlight .gh-card::before {
  position: absolute;
  top: calc(var(--grid-gap) / -2);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}
.gh-header.is-highlight .gh-featured .gh-card:first-child::before {
  display: none;
}
@media (max-width: 1199px) {
  .gh-header.is-highlight .gh-header-inner {
    grid-template-columns: repeat(9, 1fr);
  }

  .gh-header.is-highlight .gh-header-left {
    grid-column: span 6;
  }

  .gh-header.is-highlight .gh-header-middle {
    grid-column: 7 / -1;
  }

  .gh-header.is-highlight .gh-header-right {
    grid-column: 1 / -1;
  }

  .gh-header.is-highlight .gh-featured-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .gh-header.is-highlight .gh-featured-feed .gh-card:before {
    width: calc(100% + var(--grid-gap));
  }

  .gh-header.is-highlight .gh-featured-feed .gh-card::after {
    position: absolute;
    top: 0;
    left: calc(var(--grid-gap) / -2);
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--color-border);
  }
}
@media (max-width: 991px) {
  .gh-header.is-highlight .gh-header-middle .gh-card:nth-child(2) .gh-card-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .gh-header.is-highlight .gh-header-inner {
    display: flex;
    flex-direction: column;
  }

  .gh-header.is-highlight .gh-featured-feed {
    display: flex;
    /* gap: var(--grid-gap); */
  }

  .gh-header.is-highlight .gh-card-image {
    display: block !important;
  }

  .gh-header.is-highlight .gh-header-middle .gh-card .gh-card-excerpt {
    display: -webkit-box;
  }
}
/* 8.3. Classic layout */
.gh-header.is-classic {
  display: flex;
  margin-top: 0;
  padding-block: 160px;
}
.gh-header.is-classic .gh-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  overflow: unset;
  margin: auto;
  max-width: 1020px;
  text-align: center;
}
.gh-header.is-classic .gh-header-title {
  font-size: calc(clamp(3rem, 1.82vw + 2.27rem, 4.6rem) * var(--factor, 1));
  line-height: 1.1;
  letter-spacing: -0.028em;
}
.gh-header.is-classic.has-image {
  margin-top: 0;
}
.gh-header.is-classic.has-image::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.3;
  background-color: var(--color-black);
  transition: opacity 1.5s ease;
}
.gh-header.is-classic.has-image .gh-header-inner {
  color: #fff;
}
.gh-header.is-classic.has-image .gh-header-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gh-header.is-classic.has-image .gh-form {
  background-color: #fff;
}
/* 9. CTA
/* ---------------------------------------------------------- */
.gh-cta {
  display: none;
  margin-top: max(4vw, 40px);
}
.gh-header:is(.is-highlight, .is-magazine)+.gh-cta {
  display: block;
}
.gh-cta-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: clamp(48px, 3.64vw + 33.45px, 80px) clamp(40px, 2.73vw + 29.09px, 64px);
  text-align: center;
  background-color: var(--color-lighter-gray);
}
.gh-cta-content {
  max-width: 640px;
}
.gh-cta-title {
  font-size: clamp(2.8rem, 1.36vw + 2.25rem, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.021em;
}
.gh-cta-description {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
/* 10. Featured posts
/* ---------------------------------------------------------- */
.gh-featured {
  margin-top: 100px;
}
.gh-navigation+.gh-featured {
  margin-top: 64px;
}
.gh-header.is-classic:not(.has-image)+.gh-featured {
  margin-top: 0;
}
.gh-featured-inner {
  overflow: hidden;
}
.gh-featured-title {
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 550;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-border);
}
.gh-featured-feed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap);
}
.gh-featured-feed .gh-card {
  container-type: inline-size;
  container-name: featured-card;
}
.gh-featured-feed .gh-card-link {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.gh-featured-feed .gh-card-image {
  width: 72px;
  aspect-ratio: 1;
}
@container featured-card (width < 240px) {
  .gh-featured-feed .gh-card-image {
    display: none;
  }
}
@container featured-card (240px <=width <=270px) {
  .gh-featured-feed .gh-card-image {
    width: 64px;
  }
}
.gh-featured-feed .gh-card-wrapper {
  container-type: inline-size;
  container-name: featured-card-wrapper;
}
.gh-featured-feed .gh-card-title {
  font-size: 1.6rem;
  font-weight: 650;
  letter-spacing: -0.011em;
}
@container featured-card-wrapper (width < 170px) {
  .gh-featured-feed .gh-card-title {
    font-size: 1.6rem;
  }
}
.gh-featured-feed .gh-card-excerpt {
  display: none;
}
.gh-featured-feed .gh-card-meta:not(:empty) {
  margin-top: 8px;
}
.gh-featured-feed .gh-card::before {
  position: absolute;
  top: 0;
  left: calc(var(--grid-gap) / -2);
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-border);
}
@media (max-width: 1199px) {
  .gh-viewport>.gh-featured .gh-featured-feed {
    grid-template-columns: repeat(3, 1fr);
  }

  .gh-viewport>.gh-featured .gh-featured-feed .gh-card:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .gh-viewport>.gh-featured .gh-featured-feed {
    display: flex;
    flex-direction: column;
  }
}
/* 12.1. List style */
.gh-container.is-list .gh-feed {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  container-name: list-feed;
}
.gh-container.is-list .gh-card-link {
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.gh-container.is-list .no-image .gh-card-link {
  padding-block: 20px;
}
.gh-container.is-list .gh-card-image {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 1.618033;
}
@container list-feed (width < 600px) {
  .gh-container.is-list .gh-card-image {
    width: 160px;
  }
}
.gh-container.is-list .gh-card:not(.no-image) .gh-card-wrapper {
  max-width: 600px;
}
.gh-container.is-list .gh-card-title {
  --factor: 1.05;
}
.gh-container.is-list .no-image .gh-card-title {
  --factor: 1.2;
}
.gh-container.is-list .gh-card-excerpt {
  margin-top: 6px;
}
.gh-container.is-list .gh-card+.gh-card::before {
  position: absolute;
  top: calc(var(--grid-gap) / -2);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}
.home-template .gh-container.is-list .gh-card:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  .gh-container.is-list .gh-card-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .gh-container.is-list .gh-card-image {
    width: 100%;
  }
}
/* 12.2. Grid style */
.gh-container.is-grid .gh-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  row-gap: calc(var(--grid-gap) * 1.5);
  overflow: hidden;
}
.gh-container.is-grid .gh-card::before {
  position: absolute;
  top: calc(var(--grid-gap) / -2);
  right: calc(var(--grid-gap) / -2);
  left: calc(var(--grid-gap) / -2);
  content: "";
  height: 1px;
  background-color: var(--color-border);
}
.gh-container.is-grid .gh-card::after {
  position: absolute;
  top: 0;
  left: calc(var(--grid-gap) / -2);
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-border);
}
@media (max-width: 767px) {
  .gh-container.is-grid .gh-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .gh-container.is-grid .gh-feed {
    display: flex;
    flex-direction: column;
  }
}
/* 12.3. No image list */
.gh-container.is-list.no-image .gh-card-image {
  display: none;
}
/* 13. Sidebar
/* ---------------------------------------------------------- */
.gh-sidebar-inner {
  position: sticky;
  top: calc(var(--grid-gap) / 2);
}
.gh-sidebar-title {
  grid-column: 1 / -1;
  margin-bottom: calc(var(--grid-gap) / 2);
  padding-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 550;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-border);
}
.gh-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  min-height: 380px;
  text-align: center;
  background-color: var(--color-lighter-gray);
}
.gh-about-icon {
  margin-bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.gh-about-title {
  font-size: calc(2.4rem * var(--factor, 1));
  font-weight: 700;
  letter-spacing: -0.019em;
}
.gh-about-description {
  margin-top: 12px;
  font-size: 1.45rem;
  line-height: 1.4;
}
.gh-about .gh-button {
  margin-top: 32px;
}
.gh-recommendations {
  margin-top: 48px;
}
.gh-recommendations .recommendations {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gh-recommendations .recommendation:first-child {
  margin-top: 4px;
}
.gh-recommendations .recommendation a {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 4px 12px;
}
.gh-recommendations .recommendation a:hover {
  opacity: 1;
}
.gh-recommendations .recommendation-favicon {
  grid-row: span 2;
  width: 100%;
  border-radius: 4px;
}
.gh-recommendations .recommendation-title {
  margin-top: -2px;
  font-size: 1.5rem;
  font-weight: 650;
  letter-spacing: -0.009em;
}
.gh-recommendations .recommendation a:hover .recommendation-title {
  opacity: 0.8;
}
.gh-recommendations .recommendation-url {
  order: 1;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.25;
  color: var(--color-secondary-text);
  text-overflow: ellipsis;
}
.gh-recommendations .recommendation-description {
  display: -webkit-box;
  display: none;
  overflow-y: hidden;
  grid-column: 2;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--color-secondary-text);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gh-recommendations button {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: 24px;
  padding: 0;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 550;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  color: var(--color-darker-gray);
}
.gh-recommendations button svg {
  margin-top: -1px;
  width: 12px;
}
.gh-recommendations button:hover {
  opacity: 0.8;
}
/* 14. Post/page
/* ---------------------------------------------------------- */
/* 14.1. Article */
.gh-article {
  --container-width: 1120px;

  word-break: break-word;
}
.gh-article-header {
  margin: clamp(40px, 3.64vw + 25.45px, 72px) 0 40px;
}
.gh-article-tag {
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ghost-accent-color);
}
.gh-article-title {
  font-size: calc(clamp(3.4rem, 1.36vw + 2.85rem, 4.6rem) * var(--factor, 1));
  line-height: 1.1;
  letter-spacing: -0.022em;
}
.gh-article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-left: 6px;
}
.gh-article-author-image {
  display: flex;
  margin-right: 8px;
}
.gh-article-author-image a {
  position: relative;
  margin: 0 -8px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background-color: var(--color-light-gray);
  border-radius: 50%;
  border: 3px solid var(--background-color);
}
.gh-article-author-image a:first-child {
  z-index: 10;
}
.gh-article-author-image a:nth-child(2) {
  z-index: 9;
}
.gh-article-author-image a:nth-child(3) {
  z-index: 8;
}
.gh-article-author-image :is(img, svg) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gh-article-meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gh-article-author-name {
  font-size: 1.6rem;
  font-weight: 650;
  letter-spacing: -0.013em;
}
.gh-article-meta-content {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.006em;
  color: var(--color-secondary-text);
}
.gh-article-image {
  grid-column: wide;
  margin-top: 40px;
}
.gh-article-image img {
  width: 100%;
}
/* 14.2. Page template */
.page-template .gh-article-header {
  margin-block: 72px 32px;
}
/* 14.3. Page without header */
.page-template .gh-content:only-child>*:first-child:not(.kg-width-full) {
  margin-top: 64px;
}
.page-template .gh-content>*:last-child:not(.kg-width-full) {
  margin-bottom: 6vw;
}
.page-template .gh-footer {
  margin-top: 0;
}
/* 15. Content
/* ---------------------------------------------------------- */
/* Content refers to styling all page and post content that is
created within the Ghost editor. The main content handles
headings, text, images and lists. We deal with cards lower down. */
.gh-content {
  letter-spacing: -0.01em;
}
/* Default vertical spacing */
.gh-content>*+* {
  margin-top: calc(28px * var(--content-spacing-factor, 1));
  margin-bottom: 0;
}
/* Remove space between full-width cards */
.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption + .kg-width-full) {
  margin-top: 0;
}
/* Add back a top margin to all headings,
unless a heading is the very first element in the post content */
.gh-content>[id]:not(:first-child) {
  margin-top: calc(56px * var(--content-spacing-factor, 1));
}
/* Add drop cap setting */
.post-template .gh-content.drop-cap>p:first-of-type:first-letter {
  margin: 0 0.2em 0em 0;
  font-size: 3.1em;
  float: left;
  line-height: 1;
  margin-left: -1px;
  font-weight: 700;
}
.has-serif-body.post-template:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content.drop-cap>p:first-of-type:first-letter {
  font-size: 3.2em;
}
/* Add a small margin between a heading and paragraph after it */
.gh-content>[id]+p {
  margin-top: calc(12px * var(--content-spacing-factor, 1));
}
/* A larger margin before/after dividers, blockquotes and embeds */
.gh-content> :is(hr, blockquote, iframe) {
  position: relative;
  margin-top: calc(48px * var(--content-spacing-factor, 1)) !important;
}
.gh-content> :is(hr, blockquote, iframe)+* {
  margin-top: calc(48px * var(--content-spacing-factor, 1)) !important;
}
/* Now the content typography styles */
.gh-content h1 {
  font-size: calc(2.2em * var(--factor, 1));
  letter-spacing: -0.02em;
}
.gh-content h2 {
  font-size: calc(1.6em * var(--factor, 1));
  letter-spacing: -0.02em;
}
.gh-content h3 {
  font-size: calc(1.3em * var(--factor, 1));
  letter-spacing: -0.017em;
}
.gh-content a {
  color: var(--ghost-accent-color);
  text-decoration: underline;
}
.gh-content .kg-callout-card .kg-callout-text, .gh-content .kg-toggle-card .kg-toggle-content> :is(ul, ol, p) {
  font-size: 0.95em;
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content>blockquote, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content>ol, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content>ul, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content>dl, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content>p, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-callout-text, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-toggle-content>ol, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-toggle-content>ul, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-toggle-content>p {
  font-family: var(--font-serif-alt);
}
.gh-content :is(ul, ol) {
  padding-left: 28px;
}
.gh-content :is(li + li, li :is(ul, ol)) {
  margin-top: 8px;
}
.gh-content ol ol li {
  list-style-type: lower-alpha;
}
.gh-content ol ol ol li {
  list-style-type: lower-roman;
}
.gh-content hr {
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
  border: 0;
}
.gh-content .gh-table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.gh-content .gh-table table {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 1.5rem;
  white-space: nowrap;
  vertical-align: top;
  border-spacing: 0;
  border-collapse: collapse;
}
.gh-content .gh-table table th {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-darkgrey);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.gh-content .gh-table table :is(th, td), .gh-content .gh-table table td {
  padding: 6px 12px;
  border-bottom: 1px solid var(--color-border);
}
.gh-content .gh-table table :is(th, td):first-child {
  padding-left: 0;
}
.gh-content .gh-table table :is(th, td):last-child {
  padding-right: 0;
}
.gh-content pre {
  overflow: auto;
  padding: 16px;
  font-size: 1.5rem;
  line-height: 1.5em;
  background: var(--color-lighter-gray);
  border-radius: 6px;
  font-family: var(--font-mono);
}
.gh-content :not(pre)>code {
  vertical-align: baseline;
  padding: 0.15em 0.4em;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1em;
  background: var(--color-lighter-gray);
  border-radius: 0.25em;
  font-family: var(--font-mono);
}
/* 16. Cards
/* ---------------------------------------------------------- */
/* Add extra margin before/after any cards, except for when immediately preceeded by a heading */
.gh-content :not(.kg-card):not(table):not([id])+ :is(.kg-card, table) {
  margin-top: calc(48px * var(--content-spacing-factor, 1));
}
.gh-content :is(.kg-card, table)+ :not(.kg-card):not(table):not([id]) {
  margin-top: calc(48px * var(--content-spacing-factor, 1));
}
.gh-content :not(.kg-card):not([id])+.kg-card.kg-width-full {
  margin-top: calc(68px * var(--content-spacing-factor, 1));
}
.gh-content .kg-card.kg-width-full+ :not(.kg-card):not([id]) {
  margin-top: calc(68px * var(--content-spacing-factor, 1));
}
/* Image */
.kg-image {
  margin-right: auto;
  margin-left: auto;
}
/* Embed */
.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
/* Gallery */
.kg-image[width][height], .kg-gallery-image {
  cursor: pointer;
}
.kg-image-card a:hover, .kg-gallery-image a:hover {
  opacity: 1 !important;
}
/* Toggle */
.kg-card.kg-toggle-card .kg-toggle-heading-text {
  font-size: 2rem;
  font-weight: 700;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-toggle-card .kg-toggle-heading-text {
  font-family: var(--font-serif);
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-toggle-card .kg-toggle-heading-text {
  font-family: var(--font-mono);
}
/* Callout */
.kg-callout-card.kg-card {
  border-radius: 0.25em;
}
.kg-callout-card-accent a {
  text-decoration: underline;
}
/* Blockquote */
blockquote:not([class]) {
  padding-left: 2rem;
  border-left: 4px solid var(--ghost-accent-color);
}
blockquote.kg-blockquote-alt {
  font-style: normal;
  font-weight: 400;
  color: var(--color-secondary-text);
}
/* Button */
.kg-card.kg-button-card .kg-btn {
  height: unset;
  padding: 0.6em 1.2em;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}
/* Header */
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-card.kg-header-card h2.kg-header-card-header {
  font-family: var(--font-serif);
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-card.kg-header-card h2.kg-header-card-header {
  font-family: var(--font-mono);
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .kg-header-card h3.kg-header-card-subheader {
  font-family: var(--font-serif);
}
/* Bookmark */
.kg-bookmark-card .kg-bookmark-container {
  border-radius: 0.25em !important;
}
.kg-bookmark-card .kg-bookmark-container:hover {
  opacity: 1;
}
.kg-bookmark-card a.kg-bookmark-container, .kg-bookmark-card a.kg-bookmark-container:hover {
  background: var(--background-color) !important;
  color: var(--color-darker-gray) !important;
}
.kg-bookmark-card .kg-bookmark-content {
  padding: 1.15em;
}
.kg-bookmark-card .kg-bookmark-title {
  font-size: 0.9em;
}
.kg-bookmark-card .kg-bookmark-description {
  max-height: none;
  margin-top: 0.3em;
  font-size: 0.8em;
}
.kg-bookmark-card .kg-bookmark-metadata {
  font-size: 0.8em;
}
.kg-bookmark-card .kg-bookmark-thumbnail img {
  border-radius: 0 0.2em 0.2em 0;
}
/* Product */
.kg-product-card.kg-card .kg-product-card-image {
  margin-bottom: 12px;
}
.kg-product-card.kg-card a.kg-product-card-button {
  height: 2.8em;
  margin-top: 12px;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-product-card.kg-card .kg-product-card-title {
  font-family: var(--font-serif);
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-product-card.kg-card .kg-product-card-title {
  font-family: var(--font-mono);
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .kg-product-card-description :is(p, ul, ol) {
  font-family: var(--font-serif-alt);
}
/* File */
.kg-file-card.kg-card .kg-file-card-container {
  padding: 0.6em;
}
.kg-file-card.kg-card .kg-file-card-contents {
  margin: 4px 8px 6px;
}
.kg-file-card.kg-card .kg-file-card-metadata {
  font-size: 0.9em;
}
.kg-file-card.kg-card .kg-file-card-filesize::before {
  margin-right: 6px;
  margin-left: 6px;
}
/* Caption */
figcaption {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: center;
}
.kg-card.kg-width-full figcaption {
  padding: 0 16px;
}
figcaption a {
  color: var(--ghost-accent-color);
  text-decoration: underline;
}
/* 17. Comments
/* ---------------------------------------------------------- */
.gh-comments {
  margin-top: 48px;
}
/* 18. Recent posts
/* ---------------------------------------------------------- */
.post-template .gh-container {
  margin-top: 120px;
}
.post-template .gh-container-inner {
  display: block;
}
.post-template .gh-container.is-grid .gh-feed {
  grid-template-columns: repeat(4, 1fr);
}
.post-template .gh-container .gh-container-title {
  display: block;
}
/* 19. Archive
/* ---------------------------------------------------------- */
.gh-archive {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: var(--grid-gap);
  margin-block: 80px 24px;
}
.gh-archive.has-image {
  margin-top: 48px;
}
.gh-archive-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gap);
  grid-column: 1 / -1;
  padding-bottom: clamp(40px, 2.73vw + 29.09px, 64px);
  border-bottom: 1px solid var(--color-border);
}
.gh-archive.has-image .gh-archive-inner {
  align-items: center;
  grid-column: 1 / -1;
}
.gh-archive:not(.has-sidebar):not(.has-image) .gh-archive-inner {
  grid-column: 3 / span 12;
}
.gh-archive .gh-article-image {
  grid-column: auto;
  margin-top: 0;
}
:is(.tag-template, .author-template) .gh-container {
  margin-top: 0;
}
.author-template .gh-archive-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 24px;
}
.author-template .gh-article-image {
  margin-top: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.gh-author-meta {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  font-weight: 550;
  color: var(--color-secondary-text);
}
.gh-author-meta a {
  color: inherit;
}
.gh-author-social {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 3px;
}
.gh-author-social svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) {
  .gh-archive {
    display: block;
  }
}
@media (max-width: 767px) {
  .gh-archive-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .author-template .gh-archive-inner {
    flex-direction: column-reverse;
  }
}
/* 20. Design settings
/* ---------------------------------------------------------- */
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) {
  --factor: 1.15;
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) {
  --factor: 1.1;
}
.has-sans-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) :is(.is-title, .gh-content :is(h2, h3)) {
  font-family: var(--gh-font-heading, var(--font-sans));
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) :is(.is-title, .gh-content :is(h2, h3)) {
  font-family: var(--gh-font-heading, var(--font-serif));
  font-weight: 550;
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) :is(.is-title, .gh-content :is(h2, h3)) {
  font-family: var(--gh-font-heading, var(--font-mono));
}
.has-sans-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .is-body {
  font-family: var(--gh-font-body, var(--font-sans));
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .is-body {
  font-family: var(--gh-font-body, var(--font-serif-alt));
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-header.is-classic .gh-header-title {
  font-weight: 550;
  letter-spacing: -0.015em;
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-header.is-classic .gh-header-title {
  letter-spacing: -0.01em;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-form {
  border-radius: 0;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-card-title {
  line-height: 1.15;
  letter-spacing: -0.006em;
  font-size: calc(2rem * var(--factor, 1));
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-featured-feed .gh-card-title {
  font-size: calc(1.6rem * var(--factor, 1));
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-featured-feed .gh-card-title {
  font-size: calc(1.5rem * var(--factor, 1));
  letter-spacing: 0;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-header.is-highlight .gh-featured-feed .gh-card-title {
  font-size: clamp(1.6rem, 0.23vw + 1.51rem, 1.8rem);
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-card-title {
  font-size: calc(1.8rem * var(--factor, 1));
  line-height: 1.2;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-about-title {
  letter-spacing: -0.009em;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-footer-signup-header {
  letter-spacing: -0.019em;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-article-title {
  letter-spacing: -0.019em;
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) {
  --content-font-size: 1.9rem;
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-card-excerpt {
  font-size: 1.65rem;
  line-height: 1.4;
  letter-spacing: 0.0005em;
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-excerpt, .has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-header.is-highlight .gh-card:first-child .gh-card-excerpt {
  font-size: 1.8rem;
  letter-spacing: -0.001em;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-header.is-magazine .gh-header-inner>.gh-card .gh-card-title, .has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-header.is-highlight .gh-header-left .gh-card-title {
  font-weight: 550;
  font-size: clamp(3.2rem, 1.82vw + 2.47rem, 4.9rem);
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-about-description {
  font-size: 1.6rem;
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-article-excerpt {
  letter-spacing: 0;
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-footer-signup-subhead {
  letter-spacing: 0;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) :is(.gh-button, .gh-form, .gh-form-input) {
  border-radius: 0;
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) :is(.gh-button) {
  border-radius: 0;
}
.has-mono-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) :is(.gh-form) {
  border-radius: 0;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-cta-title {
  font-size: 4.8rem;
}
/* 21. Footer
/* ---------------------------------------------------------- */
.gh-footer {
  margin-top: 12vw;
  font-size: 1.5rem;
  color: var(--color-darker-gray);
}
.gh-footer a:not(.gh-button) {
  color: inherit;
}
/* 21.1 Footer styles */
.gh-footer.has-accent-color {
  background-color: var(--ghost-accent-color);
}
.gh-footer.has-accent-color .gh-footer-bar {
  border-top: 0;
}
.gh-footer.has-accent-color .gh-button {
  background-color: #fff;
  color: #15171a;
}
/* 21.2. Footer bar */
.gh-footer-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 32px;
  margin-bottom: 100px;
  padding-block: 28px;
  font-weight: 550;
  border-block: 1px solid var(--color-border);
}
.gh-footer-logo {
  position: relative;
  font-family: var(--gh-font-heading, var(--font-sans));
  font-size: calc(2.4rem * var(--factor, 1));
  font-weight: 725;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
.gh-footer-logo img {
  max-height: 40px;
}
.gh-footer-menu .nav {
  display: flex;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gh-footer-copyright {
  text-align: right;
  white-space: nowrap;
}
.gh-footer-copyright a {
  text-decoration: underline;
}
/* 21.3. Footer signup */
.gh-footer-signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 160px;
  text-align: center;
}
.gh-footer-signup-header {
  font-size: calc(clamp(2.8rem, 1.36vw + 2.25rem, 4rem) * var(--factor, 1));
  font-weight: 700;
  letter-spacing: -0.03em;
}
.gh-footer-signup-subhead {
  margin-top: 12px;
  max-width: 640px;
  font-size: 1.8rem;
  font-weight: 450;
  line-height: 1.4;
  letter-spacing: -0.014em;
  opacity: 0.75;
}
.gh-footer-signup .gh-form {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .gh-footer-bar {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
/* 22. Lightbox
/* ---------------------------------------------------------- */
.pswp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  outline: none;
  backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container, .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  touch-action: none;
  backface-visibility: hidden;
}
.pswp__container, .pswp__img {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform-origin: left top;
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
.pswp__img--placeholder {
  backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: var(--color-black);
}
.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}
.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -8px;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-secondary-text);
  text-align: center;
}
.pswp__error-msg a {
  color: var(--color-secondary-text);
  text-decoration: underline;
}
.pswp__button {
  position: relative;
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  overflow: visible;
  appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  transition: opacity 0.2s;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  width: 44px;
  height: 44px;
  background: url("../images/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before {
    background-image: url("../images/default-skin.svg");
  }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: none;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  content: "";
}
.pswp__button--arrow--left::before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right::before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 700;
  line-height: 44px;
  color: var(--color-white);
  user-select: none;
}
.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption__center {
  max-width: 420px;
  padding: 25px 15px 30px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.6;
  color: var(--color-white);
  text-align: center;
}
.pswp__caption__center .post-caption-title {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item::before {
  padding: 0 4px;
  content: "\02022";
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  direction: ltr;
  will-change: opacity;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url("../images/preloader.gif") 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  opacity: 0.75;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  border: 2px solid var(--color-white);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    top: auto;
    left: auto;
    float: right;
    margin: 0;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}
.pswp__ui {
  z-index: 1550;
  visibility: visible;
  opacity: 1;
  -webkit-font-smoothing: auto;
}
.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  backface-visibility: hidden;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 11 29 / var(--tw-text-opacity));
  font-family: "Roboto";
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1 {
  font-size: clamp(2.25rem,1.71rem + 1.34vw,3rem)/* fluid type from 2.25rem at 40rem to 3rem at 96rem */;
  line-height: clamp(2.5rem,2.14rem + 0.89vw,3rem)/* fluid from 2.5rem at 40rem to 3rem at 96rem */;
}
h2 {
  font-size: clamp(1.875rem,1.607rem + 0.67vw,2.25rem)/* fluid type from 1.875rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(2.25rem,2.07rem + 0.45vw,2.5rem)/* fluid from 2.25rem at 40rem to 2.5rem at 96rem */;
}
h3 {
  font-size: clamp(1.5rem,1.232rem + 0.67vw,1.875rem)/* fluid type from 1.5rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(2rem,1.82rem + 0.45vw,2.25rem)/* fluid from 2rem at 40rem to 2.25rem at 96rem */;
}
h4 {
  font-size: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid type from 1.25rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
}
/* Shared styles */
.nub-style__button {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  background-color: #9543dc;
  color: white;
  border-radius: 3px;
  border: none;
  transition-property: background-color;
  transition-duration: 300ms;
  cursor: pointer;
  font-family: sans-serif;
}
.nub-style__p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.nub__modal-progress {
  margin-top: 1rem;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}
.nub-style__button:hover {
  background-color: #c047cf;
}
/* Specific components */
.nub__button {
  display: flex;
  gap: 1rem;
}
.nub__button-image {
  height: 24px;
}
.nub__modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition-property: background-color opacity;
  transition-duration: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  opacity: 0;
}
.nub__modal-active {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.nub__modal-modal {
  font-family: sans-serif;
  cursor: default;
  border-radius: 3px;
  background-color: white;
  padding: 1rem;
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.nub__modal-padding {
  max-height: 300px;
  height: 50vh;
}
.nub__modal-heading {
  margin-bottom: 0.5rem;
  font-family: sans-serif;
  font-size: 1.5rem;
}
.nub__modal-content {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 1rem;
  border-radius: 3px;
  white-space: pre-line;
}
.nub__modal-account {
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
/* Overrides */
.post-image figure img {
      width: 100%;
      height: auto;
    }
/* Tags */
.gh-card-tag {
  align-self: flex-start;
  border-radius: 0.375rem;
  background-color: rgb(11 11 29 / 0.05);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(11 11 29 / 0.8);
}
.group:hover .gh-card-tag {
  background-color: rgb(11 11 29 / 0.1);
}
.gh-article .kg-signup-card {
  display: none;
}
.gh-content {
  --tw-text-opacity: 1;
  color: rgb(46 51 61 / var(--tw-text-opacity));
  font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
}
.gh-content > * + * {
    margin-top: calc(24px * var(--content-spacing-multiplier, 1));
    margin-bottom: 0;
  }
/* [id] represents all headings h1-h6, reset all margins */
.gh-content > [id] {
    margin: 0;
  }
.gh-content > .kg-card + [id] {
    margin-top: calc(30px * var(--content-spacing-multiplier, 1)) !important;
  }
/* Add back a top margin to all headings, unless a heading
  is the very first element in the post content */
.gh-content > [id]:not(:first-child) {
    margin-top: calc(24px * var(--content-spacing-multiplier, 1));
  }
/* Add a small margin between a heading and anything after it */
.gh-content > [id] + * {
    margin-top: calc(16px * var(--content-spacing-multiplier, 1));
  }
/* A larger margin before/after HRs and blockquotes */
.gh-content > hr, .gh-content > blockquote {
    position: relative;
    margin-top: calc(32px * var(--content-spacing-multiplier, 1));
  }
.gh-content > hr + *, .gh-content > blockquote + * {
    margin-top: calc(32px * var(--content-spacing-multiplier, 1));
  }
.gh-content blockquote:not([class]) {
    padding-left: 2rem;
    border-left: 4px solid var(--color-primary);
  }
/* Now the content typography styles */
.gh-content h2 {
  font-size: clamp(1rem,0.375rem + 1.563vw,1.875rem)/* fluid type from 1rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.5rem,0.96rem + 1.34vw,2.25rem)/* fluid from 1.5rem at 40rem to 2.25rem at 96rem */;
}
.gh-content h3 {
  font-size: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid type from 1rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
}
.gh-content a {
    color: var(--color-black);
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    word-break: break-word;
    font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
    line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
  }
.gh-content ul {
    margin-top: 24px;
    list-style-type: disc;
  }
.gh-content ol {
    margin-top: 24px;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 30px;
  }
figcaption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(11 11 29 / 0.4);
}
.kg-image-card, .kg-video-card {
  text-align: center;
}
.kg-image-card figcaption, .kg-video-card figcaption {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(11 11 29 / 0.4);
}
.kg-image-card figcaption > p, .kg-video-card figcaption > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kg-image-card figcaption p, .kg-image-card figcaption span, .kg-video-card figcaption p, .kg-video-card figcaption span {
  color: rgb(11 11 29 / 0.5);
}
.kg-image-card figcaption a, .kg-video-card figcaption a {
  font-size: 1rem;
  line-height: 1.5rem;
}
.kg-image-card a, .kg-video-card a {
    position: relative;
    display: block;
  }
/* padding-bottom: 30px; */
.kg-image-card a img, .kg-video-card a img {
      display: block;
      margin: 0 auto;
    }
.kg-image-card a:after, .kg-video-card a:after {
      content: "source: " attr(href);
      display: none;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      padding: 0 12px;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: rgb(11 11 29 / 0.5);
    }
/* Videos reponsive */
.kg-embed-card {
  position: relative;
}
/* padding-bottom: 56.25%; 16:9 */
/* padding-top: 25px; */
/* height: 0; */
.kg-embed-card iframe[src*="youtube.com"], .kg-embed-card iframe[src*="youtube-nocookie.com"], .kg-embed-card iframe[src*="vimeo.com"], .kg-embed-card iframe[src*="dailymotion.com"], .kg-embed-card iframe[src*="twitch.tv"], .kg-embed-card iframe[src*="kickstarter.com"][src*="video.html"] {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
  }
.twitter-tweet {
  margin: 10px auto !important;
  width: 100%;
  max-width: 100%;
}
.gh-form .gh-button-custom svg {
  display: none;
  position: absolute;
  margin-top: 1px;
}
.gh-form:is(.loading, .success) .gh-button-custom span {
  visibility: hidden;
}
.gh-form.loading .gh-button-custom svg:first-of-type {
  display: block;
}
.gh-form.success .gh-button-custom svg:last-of-type {
  display: block;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.inner-small {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 6 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 11 29 / var(--tw-text-opacity));
}
.btn-primary:hover {
  background-color: rgb(255 159 6 / 0.5);
}
.btn-primary:focus {
  background-color: rgb(255 159 6 / 0.5);
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn-secondary:hover {
  background-color: rgb(11 11 29 / 0.5);
}
.btn-secondary:focus {
  background-color: rgb(11 11 29 / 0.5);
}
.btn-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 29 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(11 11 29 / var(--tw-text-opacity)) !important;
}
.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn-outline:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 29 / var(--tw-bg-opacity));
}
.btn-outline-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn-outline-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(11 11 29 / var(--tw-text-opacity)) !important;
}
.btn-outline-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn-tertiary {
  height: 2.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(46 51 61 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 11 29 / var(--tw-text-opacity));
}
.btn-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tertiary:hover svg path {
      fill: white;
    }
.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.desktop-nav a {
  position: relative;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.desktop-nav a::after {
  position: absolute;
  bottom: -6px;
  left: 0px;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 132 1 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.desktop-nav a:hover {
  text-decoration-line: none;
}
.desktop-nav a:hover::after {
  content: var(--tw-content);
  width: 100%;
}
.desktop-nav li.nav-current a {
  --tw-text-opacity: 1;
  color: rgb(255 159 6 / var(--tw-text-opacity));
}
.mobile-nav ul a {
  display: block;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-nav ul a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.support-button-block a {
    text-decoration: none;
  }
.support-button-block a:hover {
      background: white;
      opacity: 1;
      color: black !important;
    }
.footer-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 40rem) {

  .footer-nav ul {
    align-items: flex-start;
  }
}
.footer-nav a {
  position: relative;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(11 11 29 / var(--tw-text-opacity));
}
.footer-nav a::after {
  position: absolute;
  bottom: -6px;
  left: 0px;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 132 1 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer-nav a:hover {
  text-decoration-line: none;
}
.footer-nav a:hover::after {
  content: var(--tw-content);
  width: 100%;
}
.site-header a, #mobile-menu a {
  --tw-text-opacity: 1;
  color: rgb(11 11 29 / var(--tw-text-opacity));
}
nl-banner {
  display: none;
}
.support-button-block svg {
    width: 30px;
    height: auto;
  }
@media (min-width: 48rem) {
.support-button-block svg {
      width: 60px;
      height: auto
  }
    }
#announcement-bar-root {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
/* They get replaced */
.post-template a.kg-btn.kg-btn-accent {
  display: none;
}
.hover\:top-\[-4px\]:hover {
  top: -4px;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 29 / var(--tw-bg-opacity));
}
.hover\:bg-black\/5:hover {
  background-color: rgb(11 11 29 / 0.05);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(11 11 29 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 159 6 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:brightness-75:hover {
  --tw-brightness: brightness(.75);
  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);
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 159 6 / var(--tw-ring-opacity));
}
.focus\:ring-white\/20:focus {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:brightness-75:focus {
  --tw-brightness: brightness(.75);
  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);
}
.group:last-of-type .group-last-of-type\:hidden {
  display: none;
}
.group:hover .group-hover\:translate-x-\[-2px\] {
  --tw-translate-x: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-\[2px\] {
  --tw-translate-x: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.dark\:text-black\/50:is(.dark *) {
  color: rgb(11 11 29 / 0.5);
}
@media (min-width: 40rem) {

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 48rem) {

  .md\:static {
    position: static;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:\!w-10 {
    width: 2.5rem !important;
  }

  .md\:\!w-4 {
    width: 1rem !important;
  }

  .md\:\!w-8 {
    width: 2rem !important;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }
}
@media (min-width: 64rem) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }
}

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