/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: polarmed
Theme URI: https://polarmed.it
Description: A custom theme based on _tw
Version: 0.1.0
Author: Revelio Studio
Author URI: https://reveliostudio.com
Text Domain: polarmed
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

polarmed is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@layer properties;
:root, :host {
  --font-sans: /* Default Font - Aktiv Grotesk (Applied to all frontend elements) */
		"aktiv-grotesk", "Inter",
		ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: /* Serif fallback - Aktiv Grotesk for consistency */
		"aktiv-grotesk", Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: /* Monospace for code/technical content */
		ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-slate-100: oklch(96.8% 0.007 247.896);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-lg: 32rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-tight: -0.025em;
  --leading-snug: 1.375;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-primary-blu: #2254fe;
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-grotesk: "aktiv-grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --max-width-8xl: 96rem;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
:root {
  --font-stack-primary: 'aktiv-grotesk', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-stack-secondary: 'aktiv-grotesk', 'Inter', Georgia, serif;
  --font-stack-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --font-stack-fallback: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.polarmed-font-primary, .font-grotesk {
  font-family: var(--font-stack-primary);
  font-display: swap;
}
.polarmed-font-secondary {
  font-family: var(--font-stack-secondary);
  font-display: swap;
}
.polarmed-font-mono {
  font-family: var(--font-stack-mono);
  font-display: swap;
}
.wf-loading .polarmed-font-primary, .wf-loading .polarmed-font-secondary, .wf-loading .font-grotesk {
  visibility: hidden;
}
.wf-inactive .polarmed-font-primary, .wf-inactive .polarmed-font-secondary, .wf-inactive .font-grotesk {
  font-family: var(--font-stack-fallback);
  visibility: visible;
}
.medical-content {
  font-family: var(--font-stack-primary);
  line-height: 1.7;
  font-size: 1.125rem;
}
.medical-heading {
  font-family: var(--font-stack-primary);
  font-weight: 600;
  line-height: 1.3;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-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-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: clip;
  scroll-behavior: smooth;
  background-color: #EEF4F7;
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
h1, h2, h3, h4, h5, h6 {
  margin-left: calc(2px * -1);
  font-family: var(--font-grotesk);
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-normal) !important;
  font-weight: var(--font-weight-normal) !important;
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
p {
  margin-bottom: calc(var(--spacing) * 2);
}
header #primary-menu li {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
header #primary-menu li img {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
header #primary-menu li:hover img {
  margin-right: calc(var(--spacing) * 2);
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
#masthead {
  background-color: transparent;
}
#masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: backdrop-filter 0.3s ease,	-webkit-backdrop-filter 0.3s ease,	background-color 0.3s ease;
  pointer-events: none;
}
#masthead.header-scrolled {
  padding-block: calc(var(--spacing) * 0);
  transition: padding 0.3s ease;
}
#masthead.header-scrolled::before {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(238, 244, 247, 0.8);
}
#logo-container {
  contain: layout style;
}
#logo-blu-container {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: clip-path;
  backface-visibility: hidden;
}
#logo-container[data-revealed="true"] #logo-blu-container {
  clip-path: inset(0 0 0 0);
}
#site-navigation {
  transform: translateX(var(--nav-offset, -200px)) translateZ(0);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
}
#logo-container[data-revealed="true"] #site-navigation {
  transform: translateX(0) translateZ(0);
}
#logo-container {
  gap: 0;
  transition: gap 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#logo-container[data-revealed="true"] {
  gap: 3rem;
}
@media (prefers-reduced-motion: reduce) {
  #logo-blu-container,	#site-navigation,	#logo-container {
    transition: none;
    will-change: auto;
  }
}
footer aside h3 {
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-grotesk);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  color: var(--color-white);
}
footer aside p {
  margin-bottom: calc(var(--spacing) * 0);
  font-family: var(--font-grotesk);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
}
footer aside li {
  margin-bottom: calc(var(--spacing) * 0);
  font-family: var(--font-grotesk);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: var(--color-slate-100);
}
::-webkit-scrollbar-thumb {
  background-color: var(--color-primary-blu);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-blu);
}
.svg-logo .logo-letter {
  transform: translateY(200px);
  opacity: 0;
  animation: logoLetterAppear 0.6s ease-out forwards;
}
.svg-logo .logo-letter-p {
  animation-delay: 0.1s;
}
.svg-logo .logo-letter-o {
  animation-delay: 0.2s;
}
.svg-logo .logo-letter-l {
  animation-delay: 0.3s;
}
.svg-logo .logo-letter-a {
  animation-delay: 0.4s;
}
.svg-logo .logo-letter-r {
  animation-delay: 0.5s;
}
.svg-logo .logo-letter-m {
  animation-delay: 0.6s;
}
.svg-logo .logo-letter-e {
  animation-delay: 0.7s;
}
.svg-logo .logo-letter-d {
  animation-delay: 0.8s;
}
.svg-logo .logo-letter-dot {
  animation-delay: 0.5s;
}
@keyframes logoLetterAppear {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
html {
  overflow-y: scroll;
}
.fade-in-up {
  opacity: 0;
}
@media (scripting: none) {
  .fade-in-up {
    opacity: 1;
  }
}
noscript + style .fade-in-up, html.no-js .fade-in-up {
  opacity: 1;
}
.gform_title {
  display: none;
}
.gform_fields {
  row-gap: calc(var(--spacing) * 4) !important;
}
.gform_wrapper {
  width: 100%;
}
.gform_body {
  width: 100%;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
}
.gform_wrapper .gfield {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
}
.gform_wrapper .gfield_label {
  font-family: var(--font-grotesk);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
}
.gform_wrapper .gfield_required {
  margin-left: calc(var(--spacing) * 1);
  color: #2254fe;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="url"], .gform_wrapper input[type="number"], .gform_wrapper textarea, .gform_wrapper select {
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 1rem;
  color: #000;
  background-color: #fff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.5rem !important;
  transition: all 0.3s ease;
}
.gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper input[type="url"]:focus, .gform_wrapper input[type="number"]:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
  outline: none;
  border-color: #2254fe !important;
  box-shadow: 0 0 0 3px rgba(34, 84, 254, 0.1);
}
.gform_wrapper input[type="text"]::placeholder, .gform_wrapper input[type="email"]::placeholder, .gform_wrapper input[type="tel"]::placeholder, .gform_wrapper input[type="url"]::placeholder, .gform_wrapper input[type="number"]::placeholder, .gform_wrapper textarea::placeholder {
  color: #9ca3af;
}
.gform_wrapper textarea {
  min-height: 120px;
  resize: vertical;
}
.gform_wrapper select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232254fe'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem;
  padding-right: 2.5rem !important;
}
.gform_wrapper .gform_button, .gform_wrapper input[type="submit"], .gform_wrapper button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 1rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #2254fe !important;
  border-radius: 0.5rem;
  border: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gform_wrapper .gform_button:hover, .gform_wrapper input[type="submit"]:hover, .gform_wrapper button[type="submit"]:hover {
  background-color: #1a44cc !important;
  opacity: 0.9;
  transform: scale(1.02);
}
.gform_wrapper .gform_button:active, .gform_wrapper input[type="submit"]:active, .gform_wrapper button[type="submit"]:active {
  transform: scale(0.98);
}
.gform_wrapper .gform_button:focus, .gform_wrapper input[type="submit"]:focus, .gform_wrapper button[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 84, 254, 0.3);
}
.gform_wrapper .gfield_description {
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 0.25rem;
}
.gform_wrapper .gfield_validation_message {
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 0.875rem;
  color: #dc2626;
  margin-top: 0.25rem;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error select {
  border-color: #ef4444 !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #dc2626 !important;
}
.gform_wrapper .gform_confirmation_message {
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 1rem;
  color: #15803d;
  background-color: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_validation_errors {
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 1rem;
  color: #b91c1c;
  background-color: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_validation_error {
  border-color: #ef4444 !important;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"], .gform_wrapper .gfield_radio input[type="radio"] {
  width: 1rem;
  height: 1rem;
  color: #2254fe;
  border-color: #d1d5db;
  border-radius: 0.25rem;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:focus, .gform_wrapper .gfield_radio input[type="radio"]:focus {
  box-shadow: 0 0 0 3px rgba(34, 84, 254, 0.1);
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 1rem;
  color: #000;
  margin-left: 0.5rem;
  cursor: pointer;
}
.gform_wrapper .ginput_container_fileupload input[type="file"] {
  font-family: var(--font-stack-primary, 'Inter', sans-serif);
  font-size: 0.875rem;
}
.gform_wrapper .ginput_container_date input {
  width: 100% !important;
}
#rank-math-faq {
  margin-top: calc(var(--spacing) * 12);
  width: 100%;
}
#rank-math-faq.accordion-wrapper {
  display: flex;
  flex-direction: column;
}
#rank-math-faq .rank-math-list-item.accordion-item {
  width: 100%;
}
#rank-math-faq.accordion-wrapper .rank-math-list {
  display: flex;
  flex-direction: column;
}
.rank-math-list-item {
  margin-bottom: calc(var(--spacing) * 2);
  border-radius: var(--radius-lg);
  background-color: #EEF4F7;
  padding-inline: calc(var(--spacing) * 4);
  color: var(--color-black);
}
.rank-math-list-item.accordion-item {
  overflow: hidden;
}
.rank-math-list-item .accordion-trigger {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-block: calc(var(--spacing) * 4);
  text-align: left;
  font-family: var(--font-grotesk);
  color: var(--color-black);
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.rank-math-list-item .accordion-trigger):hover {
    opacity: 80%;
  }
}
.rank-math-list-item .accordion-trigger[aria-expanded="true"] .accordion-question-text {
  color: #2254fe;
}
.rank-math-list-item .accordion-question-text {
  flex: 1;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
@media (width >= 48rem) {
  .rank-math-list-item .accordion-question-text {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.rank-math-list-item .accordion-icon {
  margin-left: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  fill: none;
  stroke: currentColor;
}
.rank-math-list-item .accordion-trigger[aria-expanded="true"] .accordion-icon {
  color: #2254fe;
}
.rank-math-list-item .accordion-icon.is-closed {
  transform: rotate(0deg);
}
.rank-math-list-item .accordion-icon.is-open {
  transform: rotate(180deg);
}
.rank-math-list-item .accordion-content {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.rank-math-list-item .accordion-content.is-closed {
  max-height: 0;
}
.rank-math-list-item .accordion-answer-content {
  padding-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-grotesk);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-black);
}
:is(.entry-content, .page-content).prose :is(h5, h6):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--color-black);
}
.wp-block-rank-math-toc-block {
  margin-block: calc(var(--spacing) * 10);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--color-neutral-200);
  padding-top: calc(var(--spacing) * 8);
}
@media (width >= 48rem) {
  .wp-block-rank-math-toc-block {
    margin-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .wp-block-rank-math-toc-block {
    padding-top: calc(var(--spacing) * 10);
  }
}
.wp-block-rank-math-toc-block h2 {
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: calc(var(--spacing) * 5);
  font-family: var(--font-grotesk);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.14em;
  letter-spacing: 0.14em;
  color: var(--color-neutral-500);
  text-transform: uppercase;
}
.wp-block-rank-math-toc-block.rank-math-toc--ready h2 {
  margin-bottom: calc(var(--spacing) * 0);
}
.rank-math-toc-bar {
  margin-bottom: calc(var(--spacing) * 5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 3);
}
.rank-math-toc-toggle {
  display: flex;
  height: calc(var(--spacing) * 10);
  width: calc(var(--spacing) * 10);
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-neutral-200);
  background-color: var(--color-white);
  color: var(--color-black);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.rank-math-toc-toggle:hover {
  border-color: #2254fe;
  color: #2254fe;
}
.rank-math-toc-toggle:focus-visible {
  outline-width: 1px;
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2254fe;
}
.rank-math-toc-toggle-icon {
  display: flex;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.rank-math-toc-toggle[aria-expanded='true'] .rank-math-toc-toggle-icon {
  transform: rotate(180deg);
}
.rank-math-toc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.rank-math-toc-panel.is-open {
  grid-template-rows: 1fr;
}
.rank-math-toc-panel-inner {
  min-height: 0;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .rank-math-toc-panel {
    transition: none;
  }
  .rank-math-toc-toggle-icon {
    transition: none;
  }
}
.prose .wp-block-rank-math-toc-block :where(nav) {
  margin: calc(var(--spacing) * 0);
}
.prose .wp-block-rank-math-toc-block :where(ul) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prose .wp-block-rank-math-toc-block :where(ul ul) {
  margin-top: calc(var(--spacing) * 2);
}
:where(:is(.prose .wp-block-rank-math-toc-block :where(ul ul)) > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
.prose .wp-block-rank-math-toc-block :where(ul ul) {
  padding-left: calc(var(--spacing) * 5);
}
.prose .wp-block-rank-math-toc-block :where(li) {
  margin: 0;
  padding: 0;
}
.prose .wp-block-rank-math-toc-block :where(ul > li + li) {
  margin-top: calc(var(--spacing) * 2);
}
.prose .wp-block-rank-math-toc-block :where(li > a) {
  font-family: var(--font-grotesk);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
  text-decoration-line: underline;
  text-decoration-color: var(--color-neutral-300);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.prose .wp-block-rank-math-toc-block :where(li > a):hover {
  color: #2254fe;
  text-decoration-color: color-mix(in oklab, #2254fe 40%, transparent);
}
.prose .wp-block-rank-math-toc-block :where(li > a):focus-visible {
  border-radius: var(--radius-sm);
  outline-width: 1px;
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2254fe;
}
.prose .wp-block-rank-math-toc-block :where(ul ul li > a) {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-neutral-800);
}
.sr-only:focus {
  position: fixed !important;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  padding: 1rem 2rem;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  background-color: #2254fe;
  color: white;
  font-weight: bold;
  text-decoration: none;
  z-index: 9999;
  border-radius: 0 0 0.5rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#mobile-menu .mobile-menu-list {
  margin: calc(var(--spacing) * 0);
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}
#mobile-menu .mobile-menu-list li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-gray-100);
}
#mobile-menu .mobile-menu-list li a {
  display: block;
  padding-block: calc(var(--spacing) * 4);
  font-family: var(--font-grotesk);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  color: var(--color-black);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
@media (hover: hover) {
  :is(#mobile-menu .mobile-menu-list li a):hover {
    color: #2254fe;
  }
}
#mobile-menu .mobile-menu-list li img {
  display: none;
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [role="button"]:focus-visible, [tabindex]:not([tabindex="-1"]):focus-visible {
  outline-width: 1px;
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2254fe;
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  isolation: isolate;
}
.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
}
.marquee-item {
  font-family: var(--font-grotesk);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
@media (width >= 48rem) {
  .marquee-item {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.marquee-item {
  color: black;
  flex-shrink: 0;
}
.marquee-dot {
  font-family: var(--font-grotesk);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
@media (width >= 48rem) {
  .marquee-dot {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.marquee-dot {
  color: black;
  opacity: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .marquee-content {
    gap: 0.75rem;
  }
}
.marquee-right .marquee-content {
  animation: marquee-right 180s linear infinite;
}
.marquee-left .marquee-content {
  animation: marquee-left 180s linear infinite;
}
@keyframes marquee-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-right .marquee-content,	.marquee-left .marquee-content {
    animation: none;
  }
}
.specializzazioni-cursor-badge {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, calc(-100% - 14px));
  padding: 10px 18px;
  background: #2254fe;
  color: white;
  font-family: var(--font-grotesk, "aktiv-grotesk", sans-serif);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.1s ease;
}
.specializzazioni-cursor-badge.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .specializzazioni-cursor-badge {
    display: none !important;
  }
}
.specializzazioni-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.specializzazioni-modal.open {
  opacity: 1;
  visibility: visible;
}
.specializzazioni-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.specializzazioni-modal-content {
  position: relative;
  background: #EEF4F7;
  border-radius: 1rem;
  padding: 1.25rem;
  max-width: 640px;
  width: 100%;
  margin: auto 0;
  flex-shrink: 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .specializzazioni-modal-content {
    max-height: calc(100vh - 3rem);
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 768px) {
  .specializzazioni-modal-content {
    padding: 2rem;
  }
}
.specializzazioni-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  color: #555;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: color 0.2s, background 0.2s;
}
.specializzazioni-modal-close:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.specializzazioni-modal-accordion.accordion-wrapper {
  display: flex;
  flex-direction: column;
}
.specializzazioni-accordion-item.accordion-item {
  overflow: hidden;
}
.specializzazioni-accordion-trigger.accordion-trigger {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-block: calc(var(--spacing) * 4);
  text-align: left;
  font-family: var(--font-grotesk);
  color: var(--color-black);
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  .specializzazioni-accordion-trigger.accordion-trigger:hover {
    opacity: 80%;
  }
}
.specializzazioni-accordion-trigger[aria-expanded="true"] .accordion-question-text {
  color: #2254fe;
}
.specializzazioni-accordion-trigger .accordion-icon {
  margin-left: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  fill: none;
  stroke: currentColor;
}
.specializzazioni-accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}
.centri-servizi-swiper-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.centri-servizi-swiper {
  padding-bottom: calc(var(--spacing) * 16);
  overflow: visible !important;
  position: relative;
  width: 100%;
  cursor: grab;
  user-select: none;
}
.centri-servizi-swiper:active {
  cursor: grabbing;
}
.centri-servizi-swiper.swiper-grab {
  cursor: grab;
}
.centri-servizi-swiper.swiper-grabbing {
  cursor: grabbing;
}
.centri-servizi-swiper .swiper-wrapper {
  align-items: stretch;
  display: flex;
}
.centri-servizi-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  width: auto;
}
@media (min-width: 768px) {
  .centri-servizi-swiper-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .centri-servizi-swiper {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible !important;
  }
  .centri-servizi-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .centri-servizi-swiper .swiper-slide {
    opacity: 0.8;
    transform: scale(0.92);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    width: 800px !important;
    flex-shrink: 0;
    cursor: grab;
  }
  .centri-servizi-swiper.swiper-grabbing .swiper-slide {
    cursor: grabbing;
    transition: none;
  }
  .centri-servizi-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    width: 800px !important;
  }
  .centri-servizi-swiper .swiper-slide > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .centri-servizi-swiper-wrapper {
    overflow: hidden !important;
  }
  .centri-servizi-swiper {
    padding: 0 !important;
    overflow: hidden !important;
  }
  .centri-servizi-swiper .swiper-slide {
    opacity: 1;
    transform: scale(1);
    width: 100% !important;
  }
}
.centri-servizi-swiper .swiper-pagination {
  position: relative;
  bottom: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 8);
}
.centri-servizi-swiper .swiper-pagination-bullet {
  background-color: var(--color-primary-blu);
  opacity: 30%;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.centri-servizi-swiper .swiper-pagination-bullet-active {
  background-color: var(--color-primary-blu);
  opacity: 100%;
  width: 32px;
  border-radius: 6px;
}
.centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-prev, .centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  width: 35px !important;
  height: 35px !important;
  transform: none !important;
  flex-shrink: 0;
  background-color: var(--color-primary-blu, #2254fe) !important;
  border-radius: 50% !important;
  color: white !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-prev .swiper-navigation-icon, .centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-prev::after {
  transform: rotate(180deg);
}
.centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-next .swiper-navigation-icon, .centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-next::after {
  transform: none;
}
.centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-prev:after, .centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-next:after {
  font-size: 20px !important;
  font-weight: bold !important;
  color: white !important;
}
.centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-prev:hover, .centri-servizi-swiper .centri-servizi-swiper-nav .swiper-button-next:hover {
  background-color: var(--color-primary-blu, #2254fe) !important;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .centri-servizi-swiper .centri-servizi-swiper-nav {
    display: none;
  }
}
.tecnologie-section {
  --tecnologie-active-color: #44bce9;
}
.tecnologie-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.tecnologie-pill {
  --tecnologie-pill-color: #44bce9;
  font-family: var(--font-grotesk, "aktiv-grotesk", sans-serif);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 18px;
  min-height: 44px;
  border: 2px solid var(--tecnologie-pill-color);
}
@supports (color: color-mix(in lab, red, red)) {
  .tecnologie-pill {
    border: 2px solid color-mix(in srgb, var(--tecnologie-pill-color) 25%, transparent);
  }
}
.tecnologie-pill {
  border-radius: 9999px;
  background-color: var(--tecnologie-pill-color);
}
@supports (color: color-mix(in lab, red, red)) {
  .tecnologie-pill {
    background-color: color-mix(in srgb, var(--tecnologie-pill-color) 6%, #fff);
  }
}
.tecnologie-pill {
  color: var(--tecnologie-pill-color);
}
@supports (color: color-mix(in lab, red, red)) {
  .tecnologie-pill {
    color: color-mix(in srgb, var(--tecnologie-pill-color) 70%, #000);
  }
}
.tecnologie-pill {
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  appearance: none;
}
.tecnologie-pill:hover {
  border-color: var(--tecnologie-pill-color);
}
@supports (color: color-mix(in lab, red, red)) {
  .tecnologie-pill:hover {
    border-color: color-mix(in srgb, var(--tecnologie-pill-color) 50%, transparent);
  }
}
.tecnologie-pill:hover {
  background-color: var(--tecnologie-pill-color);
}
@supports (color: color-mix(in lab, red, red)) {
  .tecnologie-pill:hover {
    background-color: color-mix(in srgb, var(--tecnologie-pill-color) 12%, #fff);
  }
}
.tecnologie-pill:hover {
  color: var(--tecnologie-pill-color);
}
@supports (color: color-mix(in lab, red, red)) {
  .tecnologie-pill:hover {
    color: color-mix(in srgb, var(--tecnologie-pill-color) 90%, #000);
  }
}
.tecnologie-pill-active {
  border-color: var(--tecnologie-pill-color);
  background-color: var(--tecnologie-pill-color);
}
@supports (color: color-mix(in lab, red, red)) {
  .tecnologie-pill-active {
    background-color: color-mix(in srgb, var(--tecnologie-pill-color) 18%, #fff);
  }
}
.tecnologie-pill-active {
  color: #000;
}
#tecnologie-elementi-container {
  overflow: visible;
}
#tecnologie-elementi-container .tecnologie-gradient-active {
  stop-color: var(--tecnologie-active-color);
}
.tecnologie-circle-wrapper {
  position: relative;
  width: 444px;
  height: 444px;
  margin: 40px auto;
}
.tecnologie-circle-svg {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  transition: transform 0.5s ease-out;
}
.tecnologie-diamond-path {
  transition: fill 0.3s ease;
}
.tecnologie-label {
  position: absolute;
  font-family: var(--font-grotesk, "aktiv-grotesk", sans-serif);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 4;
}
.tecnologie-label-top {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.tecnologie-label-right {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.tecnologie-label-bottom {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.tecnologie-label-left {
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.tecnologie-label-active {
  color: #000;
  font-weight: 500;
}
.tecnologie-label-inactive {
  color: rgba(0, 0, 0, 0.25);
}
.tecnologie-label:hover {
  opacity: 0.85;
}
.tecnologie-center-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  pointer-events: none;
  z-index: 3;
  padding: 60px;
}
.tecnologie-center-content > * {
  pointer-events: auto;
}
.tecnologie-arrow-btn {
  font-size: 28px;
  color: #aaa;
  cursor: pointer;
  padding: 8px;
  margin: -8px;
  transition: color 0.2s ease;
  background: none;
  border: none;
  line-height: 1;
}
.tecnologie-arrow-btn:hover {
  color: #000;
}
@keyframes tecnologieFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#tecnologie-left-content.tecnologie-animate-in #tecnologie-intro-text {
  opacity: 0;
  animation: tecnologieFadeIn 0.4s ease forwards;
  animation-delay: 0ms;
}
#tecnologie-left-content.tecnologie-animate-in #tecnologie-grid > * {
  opacity: 0;
  animation: tecnologieFadeIn 0.4s ease forwards;
}
#tecnologie-left-content.tecnologie-animate-in #tecnologie-grid > *:nth-child(1) {
  animation-delay: 80ms;
}
#tecnologie-left-content.tecnologie-animate-in #tecnologie-grid > *:nth-child(2) {
  animation-delay: 160ms;
}
#tecnologie-left-content.tecnologie-animate-in #tecnologie-grid > *:nth-child(3) {
  animation-delay: 240ms;
}
#tecnologie-left-content.tecnologie-animate-in #tecnologie-grid > *:nth-child(4) {
  animation-delay: 320ms;
}
.tecnologie-grid-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.tecnologie-grid-item > div {
  flex: 1;
  min-width: 0;
}
.tecnologie-grid-item .tecnologie-grid-item-title {
  font-family: var(--font-grotesk, "aktiv-grotesk", sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.tecnologie-grid-item .tecnologie-grid-item-desc {
  font-family: var(--font-grotesk, "aktiv-grotesk", sans-serif);
  font-size: 0.75rem;
  color: #000;
  line-height: 1.5;
}
@media (prefers-reduced-motion: reduce) {
  #tecnologie-left-content.tecnologie-animate-in #tecnologie-intro-text,	#tecnologie-left-content.tecnologie-animate-in #tecnologie-grid > * {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.elemento-box.group:hover {
  border-color: var(--element-color);
}
@media (max-width: 767px) {
  .elemento-content {
    opacity: 1 !important;
  }
  .elemento-text {
    color: #ffffff !important;
  }
  .elemento-content-text {
    color: #ffffff !important;
  }
  .elemento-label {
    color: #acacac !important;
  }
  .elemento-img-top {
    opacity: 0 !important;
  }
  .elemento-img-bottom {
    opacity: 1 !important;
  }
  .elemento-content > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .elemento-box {
    max-height: none !important;
  }
  .elemento-box {
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(10px);
  }
}
@media (min-width: 768px) and (hover: hover) {
  .elemento-content {
    opacity: 0;
  }
  .elemento-box.group:hover .elemento-content {
    opacity: 1;
  }
  .elemento-box.group:hover .elemento-text {
    color: white;
  }
  .elemento-box.group:hover .elemento-content-text {
    color: white;
  }
}
.elemento-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.elemento-bg-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .elemento-bg-image-inner {
    background-attachment: scroll;
    min-height: 100%;
  }
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.-top-50 {
  top: calc(var(--spacing) * -50);
}
.-top-\[50\%\] {
  top: calc(50% * -1);
}
.-top-\[70\%\] {
  top: calc(70% * -1);
}
.-top-\[85px\] {
  top: calc(85px * -1);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-5 {
  top: calc(var(--spacing) * 5);
}
.top-20 {
  top: calc(var(--spacing) * 20);
}
.-right-20 {
  right: calc(var(--spacing) * -20);
}
.-right-40 {
  right: calc(var(--spacing) * -40);
}
.-right-60 {
  right: calc(var(--spacing) * -60);
}
.-right-\[25\%\] {
  right: calc(25% * -1);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-5 {
  right: calc(var(--spacing) * 5);
}
.-bottom-20 {
  bottom: calc(var(--spacing) * -20);
}
.-bottom-40 {
  bottom: calc(var(--spacing) * -40);
}
.-bottom-90 {
  bottom: calc(var(--spacing) * -90);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.-left-40 {
  left: calc(var(--spacing) * -40);
}
.-left-70 {
  left: calc(var(--spacing) * -70);
}
.-left-\[60\%\] {
  left: calc(60% * -1);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-end-13 {
  grid-column-end: 13;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  font-size: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  font-size: 0.8666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  font-size: 0.875em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li p) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:first-child) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:last-child) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 0;
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.\!mb-12 {
  margin-bottom: calc(var(--spacing) * 12) !important;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-3 {
  height: calc(var(--spacing) * 3);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-\[250px\] {
  height: 250px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[471px\] {
  height: 471px;
}
.h-\[552px\] {
  height: 552px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.min-h-0 {
  min-height: calc(var(--spacing) * 0);
}
.min-h-\[30vh\] {
  min-height: 30vh;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-3 {
  width: calc(var(--spacing) * 3);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-32 {
  width: calc(var(--spacing) * 32);
}
.w-\[644px\] {
  width: 644px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-6xl {
  max-width: var(--container-6xl);
}
.max-w-8xl {
  max-width: var(--max-width-8xl);
}
.max-w-50 {
  max-width: calc(var(--spacing) * 50);
}
.max-w-\[396px\] {
  max-width: 396px;
}
.max-w-\[403px\] {
  max-width: 403px;
}
.max-w-\[905px\] {
  max-width: 905px;
}
.max-w-content {
  max-width: var(--container-content);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.flex-\[0\.5\] {
  flex: 0.5;
}
.flex-\[2\] {
  flex: 2;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-0 {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-150 {
  --tw-scale-x: 150%;
  --tw-scale-y: 150%;
  --tw-scale-z: 150%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-200 {
  --tw-scale-x: 200%;
  --tw-scale-y: 200%;
  --tw-scale-z: 200%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-20 {
  rotate: 20deg;
}
.rotate-25 {
  rotate: 25deg;
}
.rotate-130 {
  rotate: 130deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}
.\!flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-24 {
  gap: calc(var(--spacing) * 24);
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[30px\] {
  gap: 30px;
}
:where(.space-y-1 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}
.gap-y-1 {
  row-gap: calc(var(--spacing) * 1);
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#5a5a5a\] {
  border-color: #5a5a5a;
}
.border-\[\#2254fe\] {
  border-color: #2254fe;
}
.border-black {
  border-color: var(--color-black);
}
.border-gray-100 {
  border-color: var(--color-gray-100);
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-white\/20 {
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/20 {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.bg-\[\#2254fe\] {
  background-color: #2254fe;
}
.bg-\[rgba\(42\,44\,47\,0\.27\)\] {
  background-color: rgba(42,44,47,0.27);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-black\/20 {
  background-color: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/20 {
    background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.bg-black\/40 {
  background-color: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-primary-blu {
  background-color: var(--color-primary-blu);
}
.bg-slate-100 {
  background-color: var(--color-slate-100);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/20 {
  background-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/20 {
    background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#eef4f7\] {
  --tw-gradient-from: #eef4f7;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-black\/60 {
  --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/60 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.from-black\/60 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[39\.206\%\] {
  --tw-gradient-from-position: 39.206%;
}
.via-black\/20 {
  --tw-gradient-via: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .via-black\/20 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.via-black\/20 {
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-10 {
  padding: calc(var(--spacing) * 10);
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-\[14px\] {
  padding-inline: 14px;
}
.py-0 {
  padding-block: calc(var(--spacing) * 0);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-\[10px\] {
  padding-block: 10px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-24 {
  padding-top: calc(var(--spacing) * 24);
}
.pr-0 {
  padding-right: calc(var(--spacing) * 0);
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pl-0 {
  padding-left: calc(var(--spacing) * 0);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-grotesk {
  font-family: var(--font-grotesk);
}
.font-sans {
  font-family: var(--font-sans);
}
.font-serif {
  font-family: var(--font-serif);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[20px\] {
  font-size: 20px;
}
.leading-\[1\.4\] {
  --tw-leading: 1.4;
  line-height: 1.4;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.text-\[\#2a2a2a\] {
  color: #2a2a2a;
}
.text-\[\#2254fe\] {
  color: #2254fe;
}
.text-\[\#969696\] {
  color: #969696;
}
.text-\[\#acacac\] {
  color: #acacac;
}
.text-black {
  color: var(--color-black);
}
.text-black\/70 {
  color: color-mix(in srgb, #000 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-black\/70 {
    color: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
}
.text-black\/80 {
  color: color-mix(in srgb, #000 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-black\/80 {
    color: color-mix(in oklab, var(--color-black) 80%, transparent);
  }
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-neutral-400 {
  color: var(--color-neutral-400);
}
.text-white {
  color: var(--color-white);
}
.text-white\/90 {
  color: color-mix(in srgb, #fff 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/90 {
    color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.not-italic {
  font-style: normal;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-100 {
  opacity: 100%;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.shadow-2xl\/20 {
  --tw-shadow-alpha: 20%;
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.25) l a b / 20%));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.brightness-0 {
  --tw-brightness: brightness(0%);
  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,);
}
.invert {
  --tw-invert: invert(100%);
  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-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -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-\[30px\] {
  --tw-backdrop-blur: blur(30px);
  -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-\[40px\] {
  --tw-backdrop-blur: blur(40px);
  -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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.\[contain\:paint\] {
  contain: paint;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-polarmed {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
}
@media (hover: hover) {
  .group-hover\:rotate-90:is(:where(.group):hover *) {
    rotate: 90deg;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-0:is(:where(.group):hover *) {
    opacity: 0%;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.last\:border-b-0:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
@media (hover: hover) {
  .hover\:scale-105:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:bg-gray-100:hover {
    background-color: var(--color-gray-100);
  }
}
@media (hover: hover) {
  .hover\:bg-primary-blu:hover {
    background-color: var(--color-primary-blu);
  }
}
@media (hover: hover) {
  .hover\:bg-primary-blu\/10:hover {
    background-color: color-mix(in srgb, #2254fe 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-primary-blu\/10:hover {
      background-color: color-mix(in oklab, var(--color-primary-blu) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-black:hover {
    color: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-70:hover {
    opacity: 70%;
  }
}
@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: 80%;
  }
}
@media (hover: hover) {
  .hover\:opacity-90:hover {
    opacity: 90%;
  }
}
@media (hover: hover) {
  .hover\:shadow-xl\/30:hover {
    --tw-shadow-alpha: 30%;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:order-0 {
    order: 0;
  }
}
@media (width >= 48rem) {
  .md\:order-none {
    order: 0;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 48rem) {
  .md\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (width >= 48rem) {
  .md\:col-end-13 {
    grid-column-end: 13;
  }
}
@media (width >= 48rem) {
  .md\:\!mb-24 {
    margin-bottom: calc(var(--spacing) * 24) !important;
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:h-\[75px\] {
    height: 75px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[400px\] {
    height: 400px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[513px\] {
    height: 513px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[800px\] {
    min-height: 800px;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-5\/12 {
    width: calc(5/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[500px\] {
    width: 500px;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:flex-1 {
    flex: 1;
  }
}
@media (width >= 48rem) {
  .md\:scale-200 {
    --tw-scale-x: 200%;
    --tw-scale-y: 200%;
    --tw-scale-z: 200%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[81px\] {
    gap: 81px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[100px\] {
    gap: 100px;
  }
}
@media (width >= 48rem) {
  .md\:rounded-none {
    border-radius: 0;
  }
}
@media (width >= 48rem) {
  .md\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 48rem) {
  .md\:bg-white {
    background-color: var(--color-white);
  }
}
@media (width >= 48rem) {
  .md\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:p-5 {
    padding: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:py-\[50px\] {
    padding-block: 50px;
  }
}
@media (width >= 48rem) {
  .md\:pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pr-\[50px\] {
    padding-right: 50px;
  }
}
@media (width >= 48rem) {
  .md\:pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:pl-\[50px\] {
    padding-left: 50px;
  }
}
@media (width >= 48rem) {
  .md\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:opacity-0 {
    opacity: 0%;
  }
}
@media (width >= 48rem) {
  .md\:delay-100 {
    transition-delay: 100ms;
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    .md\:group-hover\:text-white:is(:where(.group):hover *) {
      color: var(--color-white);
    }
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    .md\:group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    .md\:hover\:h-\[250px\]:hover {
      height: 250px;
    }
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    .md\:hover\:cursor-pointer:hover {
      cursor: pointer;
    }
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.prose-headings\:text-black :is(h1,h2,h3,h4,th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-black);
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-ease: initial;
      --tw-space-y-reverse: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
