@layer docusaurus.infima, docusaurus.theme-common, docusaurus.theme-classic, docusaurus.core, docusaurus.plugin-debug, docusaurus.theme-mermaid, docusaurus.theme-live-codeblock, docusaurus.theme-search-algolia.docsearch, docusaurus.theme-search-algolia;
.btn {

    display: inline-flex;

    min-width: 100px;

    align-items: center;

    justify-content: center;

    border-radius: 9999px;

    font-weight: 700;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 300ms
}

.btn-primary {

    --tw-bg-opacity: 1 !important;

    background-color: rgb(25 117 210 / var(--tw-bg-opacity)) !important;

    --tw-text-opacity: 1 !important;

    color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.btn-primary:hover {

    --tw-bg-opacity: 1 !important;

    background-color: rgb(0 82 153 / var(--tw-bg-opacity)) !important
}

.btn-accent {

    --tw-bg-opacity: 1;

    background-color: rgb(0 204 156 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-accent:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(0 128 98 / var(--tw-bg-opacity))
}

.btn-sm {

    padding-right: 1rem;

    padding-left: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    font-size: 0.75rem;

    line-height: 1rem
}

@media (min-width: 768px) {

    .btn-sm {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.btn-md {

    padding-right: 1.5rem;

    padding-left: 1.5rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    font-size: 1rem;

    line-height: 1.5rem
}

.btn-lg {

    padding-right: 2rem;

    padding-left: 2rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 1.125rem;

    line-height: 1.75rem
}

.btn-outline {

    border-radius: 9999px;

    border-width: 2px;

    font-weight: 700;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.btn-outline-white {

    border-radius: 9999px;

    border-width: 2px;

    border-color: rgb(255 255 255 / 0.3);

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity));

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.btn-outline-white:hover {

    --tw-border-opacity: 1;

    border-color: rgb(255 255 255 / var(--tw-border-opacity));

    background-color: rgb(255 255 255 / 0.1);

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-outline-primary {

    --tw-border-opacity: 1;

    border-color: rgb(25 117 210 / var(--tw-border-opacity));

    --tw-text-opacity: 1;

    color: rgb(0 53 102 / var(--tw-text-opacity));

    border-radius: 9999px;

    border-width: 2px;

    font-weight: 700;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.btn-outline-primary:hover {

    --tw-border-opacity: 1;

    border-color: rgb(0 53 102 / var(--tw-border-opacity));

    background-color: rgb(25 117 210 / 0.1);

    --tw-text-opacity: 1;

    color: rgb(0 53 102 / var(--tw-text-opacity))
}

.search-icon-button,
.toggle-mode-button {

    border-radius: 9999px;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(164 204 244 / var(--tw-border-opacity));

    padding: 0.25rem;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.search-icon-button:hover,
.toggle-mode-button:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

:is([data-theme="dark"] .search-icon-button:hover),:is([data-theme="dark"] 
.toggle-mode-button:hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(55 65 81 / var(--tw-bg-opacity))
}

/* ------------------------------
   Utility Classes
------------------------------ */

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transition-default {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.square-20 {
  height: 5rem;
  width: 5rem;
}

.square-10 {
  height: 2.5rem;
  width: 2.5rem;
}

.primary-border {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 53 102 / var(--tw-border-opacity));
}

.primary-bold {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}

.rounded-primary {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 242 252 / var(--tw-bg-opacity));
}

.link-primary {
  --tw-text-opacity: 1;
  color: rgb(25 117 210 / var(--tw-text-opacity));
}

.link-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(25 117 210 / var(--tw-text-opacity));
}

.center-box {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.base-background {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.section-container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  max-width: 72rem;
}

.section-shadow {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is([data-theme="dark"] .section-shadow) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

.base-card {
  border-radius: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.base-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 56rem;
}

.part-title {
  margin: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 82 153 / var(--tw-text-opacity));
}

.dark-primary-gradient {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  --tw-gradient-from: #001a33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 26 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #003566 var(--tw-gradient-to-position);
}
.page-title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .page-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* ------------------------------
    Forms
  ------------------------------ */
.form-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(27 128 228 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(27 128 228 / var(--tw-ring-opacity));
}

.form-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.input-error {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

/* ------------------------------
     Search
  ------------------------------ */
.aa-DetachedContainer--modal {
  margin-top: 0px;
}
@media (min-width: 768px) {

  .aa-DetachedContainer--modal {
    margin-top: 3.5rem;
  }
}

.aa-DetachedFormContainer form {
  border-style: none;
}

.aa-DetachedContainer--modal svg {
  --tw-text-opacity: 1;
  color: rgb(25 117 210 / var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .dsla-search-wrapper button {
    margin-left: 6rem;
  }
}

/* ------------------------------
  Slider
------------------------------ */
.custom-slider {
  height: 0.75rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 242 252 / var(--tw-bg-opacity));
  appearance: none;
}

.custom-slider::-webkit-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  appearance: none;
}

.custom-slider::-webkit-slider-thumb:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom-slider::-moz-range-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.custom-slider::-moz-range-thumb:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* ------------------------------
   Markdown Base
------------------------------ */
.markdown {
  overflow-x: auto;
  white-space: break-spaces;
}

/* ------------------------------
   Markdown Tables
------------------------------ */

.markdown table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
}

.markdown > table,
.markdown div > table,
table {
  display: table;
  width: 100%;
}

.markdown table::-webkit-scrollbar {
  height: 0.5rem;
}

.markdown table::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.05);
}

.markdown table::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background: rgba(59, 130, 246, 0.5);
}

.markdown table::-webkit-scrollbar-thumb:hover {
  background: rgba(59, 130, 246, 0.7);
}

.markdown table th,
.markdown table td {
  white-space: normal;
  word-wrap: break-word;
  direction: rtl;
  text-align: right !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

:is([data-theme="dark"] .markdown table th),:is([data-theme="dark"] 
.markdown table td) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.markdown table th,
table th {
  font-weight: 600;
  background-color: rgba(59, 130, 246, 0.05);
}

.markdown table tr:hover {
  background-color: rgba(59, 130, 246, 0.02);
}

/* ------------------------------
   Markdown Lists
------------------------------ */
.markdown ul {
  margin: 1rem;
  list-style-position: inside;
  white-space: normal;
  list-style-type: disc !important;
}

.markdown ol {
  margin: 1rem;
  list-style-position: outside;
  white-space: normal;
  list-style-type: decimal !important;
}

.markdown ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* ------------------------------
   Markdown Headings
------------------------------ */
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  position: relative;
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(164 204 244 / var(--tw-border-opacity));
  padding-right: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(27 128 228 / var(--tw-text-opacity));
}

.markdown h1 {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.markdown h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.markdown h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.markdown h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

/* ------------------------------
   Admonitions
------------------------------ */
.theme-admonition {
  border-right-width: 4px;
  padding: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-admonition-info {
  --tw-border-opacity: 1;
  border-color: rgb(72 153 234 / var(--tw-border-opacity));
}

.theme-admonition-tip {
  --tw-border-opacity: 1;
  border-color: rgb(102 255 219 / var(--tw-border-opacity));
}

.theme-admonition-warning {
  --tw-border-opacity: 1;
  border-color: rgb(160 80 0 / var(--tw-border-opacity));
}

.theme-admonition-danger {
  --tw-border-opacity: 1;
  border-color: rgb(160 0 0 / var(--tw-border-opacity));
}

/* ------------------------------
   Media
------------------------------ */
.markdown video,
.markdown iframe {
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-style: none;
  height: 450px;
}

.markdown img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* ------------------------------
   Links & Code
------------------------------ */
.markdown a {
  --tw-text-opacity: 1;
  color: rgb(27 128 228 / var(--tw-text-opacity));
}

.prism-code {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

/* ------------------------------
   Responsive Markdown
------------------------------ */
@media (max-width: 768px) {
  .markdown table {
    display: block;
    overflow-x: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(59, 130, 246, 0.5) rgba(0, 0, 0, 0.1);
  }

  .markdown table th,
  .markdown table td {
    min-width: 100px;
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 0.8rem;
  }

  .markdown h1 {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }

  .markdown h2 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }

  .markdown h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  .markdown h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }

  .theme-code-block,
  .theme-code-block * {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .theme-admonition,
  .theme-admonition * {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* ------------------------------
   Tabs
------------------------------ */

.tabs-container .tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  overflow-x: auto;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 82 153 / var(--tw-border-opacity));
  padding: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  direction: ltr;
}

.tabs-container .tabs li {
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 768px) {
  .tabs-container .tabs {
    justify-content: flex-start;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-container .tabs li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* ------------------------------
   Navbar Layout
------------------------------ */
.navbar__link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 82 153 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.theme-layout-navbar-right {
  min-width: 100px;
}

@media (min-width: 1550px) {
  main .container {
    max-width: 100%;
  }
  .theme-layout-navbar {
    position: fixed;
    top: 1rem;
    right: 50%;
    z-index: 1000;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 50px;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: box-shadow;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--ifm-navbar-background-color);
    border: none !important;

    box-shadow:
      0 4px 10px rgba(0, 0, 0, 0.08),
      0 2px 4px rgba(0, 0, 0, 0.06);
  }
}
.navbar-sidebar__brand {
  display: flex;
  justify-content: space-between;
}
.navbar-sidebar__brand .toggle-mode-button {
  display: none;
}
.navbar-sidebar__back {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.navbar__logo {
  margin-bottom: 0.75rem;
}
.navbar__logo img {
  visibility: hidden;
}
[data-theme="light"] .navbar__logo img[src$="-dark.svg"],
[data-theme="dark"] .navbar__logo img[src$="-light.svg"] {
  visibility: visible;
}
@media (max-width: 768px) {
  .navbar__items--right {
    gap: 0.5rem;
  }
}

.navbar-dropdown__menu > div {
  animation: dropdownFadeIn 0.2s ease-out;
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------
   Github Icon
------------------------------ */
.header-github-link {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--github-icon);
}
@media (max-width: 768px) {
  .navbar__items .header-github-link {
    display: none;
  }
}
/* ------------------------------
   Loading
------------------------------ */
.loading-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* ------------------------------
   Pagination
------------------------------ */
.pagination-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 230 250 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .pagination-nav__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.pagination-nav__label {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .pagination-nav__label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.pagination-nav__sublabel {
  display: none;
}

/* ------------------------------
   Breadcrumbs
------------------------------ */
.breadcrumbs {
  display: flex;
  align-items: center;
}
:is([dir="rtl"] .breadcrumbs) {
  flex-direction: row;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
}

:is([dir="rtl"] .breadcrumbs__item) {
  flex-direction: row;
}

.breadcrumbs__link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

:is([dir="rtl"] .breadcrumbs__link) {
  margin-right: 0.5rem;
  margin-left: 0px;
}

.breadcrumbs__item:first-child .breadcrumbs__link {
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .breadcrumbs__link {
    font-size: 0.7rem;
  }

  .breadcrumbHomeIcon_KIty {
    width: 14px;
    height: 14px;
  }

  .breadcrumbs__item {
    margin-left: 0rem;
  }

  .breadcrumbs .breadcrumbs__item:first-child {
    display: none;
  }
}

/* ------------------------------
   Table of Contents
------------------------------ */
.theme-doc-toc-mobile {
  padding: 20px;
}

.theme-doc-toc-desktop {
  display: none;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 230 250 / var(--tw-border-opacity));
  padding-right: 0.5rem;
}

@media (min-width: 1280px) {
  .theme-doc-toc-desktop {
    display: block;
  }
}

.table-of-contents li a {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 600;
}

.table-of-contents li ul li a {
  margin-right: 1.25rem;
  margin-bottom: 0.25rem;
  font-size: 12px;
  font-weight: 500;
}

.table-of-contents li ul li ul li a {
  margin-right: 2.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(164 204 244 / var(--tw-text-opacity));
}

.table-of-contents__link--active {
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(164 204 244 / var(--tw-border-opacity));
  padding-right: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(25 117 210 / var(--tw-text-opacity));
}

/* ------------------------------
   Menu
------------------------------ */
.theme-doc-sidebar-item-category-level-1,
.theme-doc-sidebar-item-link-level-1 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.theme-doc-sidebar-item-category-level-2,
.theme-doc-sidebar-item-link-level-2 {
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.theme-doc-sidebar-item-category-level-3,
.theme-doc-sidebar-item-link-level-3 {
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.theme-doc-sidebar-item-category-level-4,
.theme-doc-sidebar-item-link-level-4 {
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.menu__link:hover {
  color: var(--ifm-color-primary);
  opacity: 1;
}

.menu__link--active {
  color: var(--ifm-color-primary);
  --tw-text-opacity: 1;
  font-weight: 600;
}

@supports (color: rgb(0 0 0 / 0)) {
.menu__link--active {
  color: rgb(27 128 228 / var(--tw-text-opacity));
}
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Vazirmatn, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Fira Code, Monaco, Consolas, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root {
    --ifm-font-family-base: "Vazirmatn", sans-serif;
    --ifm-font-family-monospace: "Vazirmatn", monospace;
    --github-icon: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAALVBMVEVHcEwRP2UyTGgfQmIaP2ESPmMlRWQYP2EQP2YWPmIUPWIUPmMQP2YQQWkQQmmLLSEpAAAADXRSTlMA4wotSMwaZfqDnrbyslKJZwAACVZJREFUeNrtW9tvFFUY38xudlN4IljQYpsNjZi2L62iROWhilIKvFQs3lJSRDDiCzeVKjw0gaDSbcAABbSmJlalWkO9W4SEYKKA3aQPDQv0nIQHkxp65m9wZvZ2Lt+Zc5nVB7PfQ9vdzpzffOe7f+ebWKxKVapSlapUpf+YVqx8+8zY2Ni5M2+veTT97yB0fNT1B0JzyKPcQO3kvocqDtHYN5FFmLiuB+H98H7lar+oLEyycyLj+msH62OX+EgE1Z7orRzGq6M+RADgs4JdRBD2WcrVvVUhCKfzBZe42AMh2Fs92C7vR4Di9n9WEQ1Ivjvlre6DoIAJf2lcQPI+z77YGh0jfnLQ250iCAmW9jQA5fcLe3/WRZZ//NNAxN5y+eWD9UtEfDBy7amIGF97iwbrFkBoiOIncv2paHx4a7PPzoDgPGvkWgS5JHd7+0Rcwq7MEfZ0Dl21N5hn/KdEKvKvIM/bavLOLEEaIAHNfWeHkeghghDkmNMfWgnka2RC+KiN8J9xkRktNcdINRAzDDx/ytgrfmzKCEK3TTfsDWRBzxmaeg9BxBhkepehGdpwkvvdyEQarEDQrImxPIks6WraQH0p96c2dtq76LNygA4WZqy8n9aWCLKm3DFdiRA7gCCEaSpYvB5FoFk9W3mEuiWjpcqYZMr7dY+Wi79IOdaOjzTYyi0b6iyjzOh4sCbq9l0xZ9WvSmfyWW/MuVT+/KMGyH7qdj89aDwejnF4r3/XQVTa2FtpI/29m9+/kxk+qaPoaD7lbgtSQF3Rb6cWu1mQ0ptyPo4W8roWSkOUonfGKZBDxSLrOG0MmApnM3sKlyygQG6rkrDUIPWYV8rZauGbgcuLaru7Fv1ZUKbpUsRN0bqusvo2euuXUOmRX79NDj398A6Ptq3sOPvD/d435WQrMUih/KbaLfqJNpf/8fqiyX1Mxeus7JtYWv4ikaVunOnV3y30LPWfHaJirqDWijfoe8ntLr1d3xokBYznXhy6W59gS5AkAxJqj4kswrYg9I259pBLF7KWbb1djDR52ki0L+VBssydR0JEconNTTcbJFEsSIgSJ7IsJ0sMQAbZECN3ki2E5eSKPsiDXAjdHCISV3dneVrA5U5HQjwwY4vob32QBxDLyu20XENYTu7qJ51tHIjUUmr41OSWPsh2zN08Irlwq4utVTjO1wEy93WQk/tsu0EhcIDbhZtSUyQ618HUzJVmM2kJx0Fvzmq3xOR2Ht6GGi7tyZlVgMNIR/It3FUzZp2fNqRj86u5q26YFcw1XBJ+CFYuDmSJGQgvFFhtLiE9c5I5pYvcbqeVUVoRQsFMnTWA+VY4IpAIcufywqDuUHuuW6Y9n4Ua293C9QJvmIJwT4khHd7KgVwxBeEiMIYWWO0iWxcMa84NtXKYJF0FHd6iNpRhEslMPPoGKSPwRWzXvyjTOAvyl2gDTg9Sq7mJH3anRWtM1kc0eMH5AYE1PlVpEGCFRAbZB/g8rVNueIrrBlhwwhoBwaLqpFBkTvZzYWtEFdgqIBN0HsiYEYqQRkAgos9YQCpsJ1ChJoBEtvicCLKQoKi+65KSkxaCKuyFgWDBp3amGZFQZUMgwnb9FjEyEogTEi2BFC0NABG067YpiLDhGio8bXpC1WYBYmzyB7nGPWAnNTwINtRhhzcTwAhq+JMSbKheiSmkNOeU0Pq/ZSp3bAEyYObsNxKs9H6cKRk7Fq88wUo/Hs8K6nXEyBQHBZB2ZUrk0R0TSxHPqGZb1cmd5klI8Rm3CCDTvcqQY9jAaRbPpaCicTjK0aQzjLRMYD+JcDTZJOomWDqsJvasJE+LN7uHFEdAZZb1SuCd/qK874M6Xs32wwKJHtefw+EKU6h1nQJB7mhMVySPuxgLTgVMd7gedemETznx5GzABJjaILtAcypfcO3MaIY/f5PS+iyBQGZbwxNALygmNxTDA74eOrznrM/6DT9Raw6n4T4nHd6d0uEiOXxCbi6N72aDuUJxOOSmogEThPd4qbXkzr+4FoZJrpoIZhddkRFJYKVSmmAmrJk6Cu//Zc0rwkZt6xidKmKIKHBHg9Lh3HNB657OPQZqv+c8yVddGexJA0sG2UaUueyAbx7sqM/cJu6ZBklpHAQYDZiTBO9x7vw2zoSY6Xb+jKI8GQHQXxKHtI5wAWtjqLa0+ZOd3na5BEKStccZF/kBX0duFpto+SlPmJ3FOq03v8RmKo5jYn8rMBAMKbC8UGOrmG/ZaAnk3+NEPiEpbwPQB/5BEbQ9NGKvg3kIP25im65+iE7Uhwlyq5ufvIVA5IM4zUJ9coCEFF4twUg3PKEhzz7Zs1Vf0qn6kBKypqxdSL+4ccYFnX0iI4/YKTBYKUTCVWQ38mHvXn/TL7+0Byp3pXI/pFvA5pv1zsq+sXNDa9JgwHZlIzNhBUF8i1hfOCEilIHMt2v3xVT1nH/SBjPyt34trhqi8kAku7UpPE1rMCgdPBBjBeab6QTd7bUDUZUcbxB9tuOSaV+8WJXWMlXd9B5F74nYzfadZse31oYe+sGCVxdoXHJ/+ESQCjmrdkEgYHzH6uOdOFegzi4b2vd032j9iPr4UpJxgLUyd08G5d7LgeFUAqJT/qeyurlavAH0KjoloDNMIoEc1Spmm/U5gR5Hr8OQvAh5ivOQTAAQralRNkcJ5wRS4Xv0MAQtloPY6W+eHgFANLdLlxGvRuuxFbw+IyArI6oMypARkJXzOiD9Rm3LJ+wEv8moNZr8EqkPhpJbIr4b0jSlEbbHWcHPfW56hrCb2+1esBVs+6JDqb2kLgWaaIvHd8zP82I7qcNgDL++4tAz5MTmTS1ntzANLurXyQzbxTCm+M/qqF3W4pn2mBU1lVZYKhPp68XyZfZUzJIeL24G/glGea2HbsbYUannhXPPA3bmPPZCUYfv67UGiSWPF6M4qdubFvpp9cXat641FouCQrW8mM5aY+dEKUm91h6LRPGSKbjk8uTQmh3L07HlK7Z1nO0aLKb0kV9kLZtC0PjNXa59+cKFC92Lpqj6vS4yRvBycf6BSfllJ7/fUXApuUq8XBwoEZCV5NuOrv+GS2Xo1dGMpF5ftjdWMUp2dgEwuP+nyr4h3/iO/4Y8BeAp2y9rY5Wmxo6vyuzk+l/+Ym3aiVWenG0dfWM/dHd3T54bEnvRlQRa7lE6VqUqValKVarS/5T+Af3lPpKiLEoSAAAAAElFTkSuQmCC);
  }
html {
    direction: ltr;
    transition: none !important;
  }
html[data-theme="dark"] {
    --github-icon: url(data:image/png;base64,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);
  }
html[data-theme] {
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }
body {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    direction: rtl;
  }
#__docusaurus {
    font-family: "Vazirmatn", sans-serif !important;
    min-height: 100vh;
  }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  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);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-left-2{
  right: -0.5rem;
}
.-left-32{
  right: -8rem;
}
.-right-2{
  left: -0.5rem;
}
.-right-32{
  left: -8rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-5{
  top: -1.25rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-0{
  right: 0px;
}
.right-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[9999\]{
  z-index: 9999;
}
.mx-1{
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mx-2{
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mx-4{
  margin-right: 1rem;
  margin-left: 1rem;
}
.mx-5{
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.mx-auto{
  margin-right: auto;
  margin-left: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-right: 0.5rem;
}
.ml-4{
  margin-right: 1rem;
}
.mr-0{
  margin-left: 0px;
}
.mr-2{
  margin-left: 0.5rem;
}
.mr-3{
  margin-left: 0.75rem;
}
.mr-4{
  margin-left: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-24{
  height: 6rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[1000px\]{
  max-height: 1000px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[calc\(100vh-var\(--ifm-navbar-height\)\)\]{
  min-height: calc(100vh - var(--ifm-navbar-height));
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[1\%\]{
  width: 1%;
}
.w-\[320px\]{
  width: 320px;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.min-w-fit{
  min-width: fit-content;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-visible{
  overflow-y: visible;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 53 102 / var(--tw-border-opacity));
}
.border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(164 204 244 / var(--tw-border-opacity));
}
.border-secondary-200{
  --tw-border-opacity: 1;
  border-color: rgb(189 204 219 / var(--tw-border-opacity));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}
.bg-\[var\(--ifm-dropdown-background-color\)\]{
  background-color: var(--ifm-dropdown-background-color);
}
.bg-accent-800{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 129 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 230 250 / var(--tw-bg-opacity));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(232 242 252 / var(--tw-bg-opacity));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 153 / var(--tw-bg-opacity));
}
.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 51 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/img\/mainLanding\/mobile-banner\.avif\'\)\]{
  background-image: url(/assets/images/mobile-banner-8c190e5268a43aeff68039a0dbf012ef.avif);
}
.bg-dot-pattern{
  background-image: radial-gradient(currentColor 2px, transparent 2px);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100{
  --tw-gradient-from: #d1e6fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 230 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200{
  --tw-gradient-from: #a4ccf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 204 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900{
  --tw-gradient-from: #001a33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 26 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/20{
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary-900\/50{
  --tw-gradient-to: rgb(0 26 51 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 26 51 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/70{
  --tw-gradient-to: rgb(0 26 51 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 26 51 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-indigo-100{
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-600{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-primary-800{
  --tw-gradient-to: #003566 var(--tw-gradient-to-position);
}
.to-primary-900{
  --tw-gradient-to: #001a33 var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-dot-size{
  background-size: 22px 24px;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.px-1\.5{
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.px-10{
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.px-2{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.px-4{
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-5{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.px-6{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-8{
  padding-right: 2rem;
  padding-left: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-3{
  padding-left: 0.75rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: right;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.font-mono{
  font-family: Fira Code, Monaco, Consolas, monospace;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}
.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(164 204 244 / var(--tw-text-opacity));
}
.text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(232 242 252 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(27 128 228 / var(--tw-text-opacity));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(25 117 210 / var(--tw-text-opacity));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(0 82 153 / var(--tw-text-opacity));
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}
.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(0 26 51 / var(--tw-text-opacity));
}
.text-secondary-600{
  --tw-text-opacity: 1;
  color: rgb(71 102 133 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur-\[2px\]{
  --tw-blur: blur(2px);
  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);
}
.contrast-125{
  --tw-contrast: contrast(1.25);
  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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-grab:hover{
  cursor: grab;
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 230 250 / var(--tw-bg-opacity));
}
.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 242 252 / var(--tw-bg-opacity));
}
.hover\:bg-primary-50\/70:hover{
  background-color: rgb(232 242 252 / 0.7);
}
.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(25 117 210 / var(--tw-text-opacity));
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(0 82 153 / var(--tw-text-opacity));
}
.hover\:text-primary-800:hover{
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 53 102 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 53 102 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(164 204 244 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
:is([data-theme="dark"] .dark\:border-gray-700){
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
:is([data-theme="dark"] .dark\:border-gray-800){
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
:is([data-theme="dark"] .dark\:bg-gray-800){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is([data-theme="dark"] .dark\:bg-gray-900){
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
:is([data-theme="dark"] .dark\:from-primary-900){
  --tw-gradient-from: #001a33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 26 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:is([data-theme="dark"] .dark\:text-gray-100){
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:text-gray-300){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:text-gray-400){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:text-primary-100){
  --tw-text-opacity: 1;
  color: rgb(209 230 250 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:text-primary-200){
  --tw-text-opacity: 1;
  color: rgb(164 204 244 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:text-primary-400){
  --tw-text-opacity: 1;
  color: rgb(72 153 234 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:text-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:hover\:bg-gray-700:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:is([data-theme="dark"] .dark\:hover\:bg-primary-800\/20:hover){
  background-color: rgb(0 53 102 / 0.2);
}
:is([data-theme="dark"] .dark\:hover\:text-primary-400:hover){
  --tw-text-opacity: 1;
  color: rgb(72 153 234 / var(--tw-text-opacity));
}
:is([data-theme="dark"] .dark\:hover\:text-white:hover){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 996px){
  .max-\[996px\]\:hidden{
    display: none;
  }
}
@media (min-width: 640px){
  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:h-16{
    height: 4rem;
  }
  .sm\:h-9{
    height: 2.25rem;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .sm\:w-24{
    width: 6rem;
  }
  .sm\:w-40{
    width: 10rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }
  .sm\:p-5{
    padding: 1.25rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-2{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .sm\:px-4{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .sm\:px-6{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  .md\:-left-8{
    right: -2rem;
  }
  .md\:-right-8{
    left: -2rem;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mr-3{
    margin-left: 0.75rem;
  }
  .md\:h-10{
    height: 2.5rem;
  }
  .md\:h-2{
    height: 0.5rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:w-2{
    width: 0.5rem;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-\[420px\]{
    width: 420px;
  }
  .md\:min-w-\[140px\]{
    min-width: 140px;
  }
  .md\:max-w-\[800px\]{
    max-width: 800px;
  }
  .md\:flex-none{
    flex: none;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .md\:bg-\[url\(\'\/img\/mainLanding\/desktop-banner\.avif\'\)\]{
    background-image: url(/assets/images/desktop-banner-49154334b6d50a46187109cffedb6d49.avif);
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-0{
    padding-right: 0px;
    padding-left: 0px;
  }
  .md\:px-10{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .md\:text-left{
    text-align: right;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
    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);
  }
}
@media (min-width: 1024px){
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:min-h-screen{
    min-height: 100vh;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:flex-\[0_0_300px\]{
    flex: 0 0 300px;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:px-10{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .lg\:px-8{
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:mt-20{
    margin-top: 5rem;
  }
}

