/* Bootstrap override variables must be loaded before Bootstrap */
/* min bootstrap requirements */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #46678e;
  --bs-secondary: #a5a3a0;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #577dac;
  --bs-primary-rgb: 70, 103, 142;
  --bs-secondary-rgb: 165, 163, 160;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 87, 125, 172;
  --bs-primary-text-emphasis: #1c2939;
  --bs-secondary-text-emphasis: #424140;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #dae1e8;
  --bs-secondary-bg-subtle: #ededec;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #b5c2d2;
  --bs-secondary-border-subtle: #dbdad9;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Proxima Nova", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #46678e;
  --bs-link-color-rgb: 70, 103, 142;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #385272;
  --bs-link-hover-color-rgb: 56, 82, 114;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(70, 103, 142, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #90a4bb;
  --bs-secondary-text-emphasis: #c9c8c6;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #0e151c;
  --bs-secondary-bg-subtle: #212120;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #2a3e55;
  --bs-secondary-border-subtle: #636260;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #90a4bb;
  --bs-link-hover-color: #a6b6c9;
  --bs-link-color-rgb: 144, 164, 187;
  --bs-link-hover-color-rgb: 166, 182, 201;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

/* require bootstrap components as needed */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: -0.25rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 2rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 2rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231c2939' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(70, 103, 142, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle); }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type > .accordion-header .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type > .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush > .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush > .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush > .accordion-item > .accordion-collapse,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0; }

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2390a4bb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2390a4bb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e"); }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/; }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 16px;
    margin-left: 16px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--bs-carousel-indicator-active-bg);
    background-clip: padding-box;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center; }

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100); }

:root,
[data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ; }

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100); }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important; }
  .visually-hidden *,
  .visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* our css */
/* abstracts */
@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.main-nav__categories, .main-nav__column-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.card-border {
  height: 100%;
  border: solid 1px #ebebeb;
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12); }

/* base */
* {
  box-sizing: border-box; }

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

select {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto; }

form {
  margin: 0; }

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

#tinymce.mce-content-body:focus {
  outline: none; }

body {
  color: #2b2b2b;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; }

.intro, p.body-copy-large {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.38; }
  @media (min-width: 48rem) {
    .intro, p.body-copy-large {
      font-size: 1.625rem; } }

.short-intro, p.body-copy-med {
  font-size: 1.375rem; }
  @media (min-width: 48rem) {
    .short-intro, p.body-copy-med {
      font-size: 1.5rem; } }

.p-small, p.body-copy-small {
  font-size: 1.125rem; }

.caption, p.body-copy-extra-small {
  font-size: 1rem; }

p {
  max-inline-size: 50rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
  margin: 0; }
  p + p:not(.p--no-gap) {
    margin-block-start: 1.875rem; }
  p.p--full {
    max-inline-size: unset; }

.p-full p {
  max-inline-size: unset; }

/* links */
a,
.link,
.link-external {
  /* prevent long links from breaking out of container */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  display: inline;
  color: #46678d;
  -webkit-tap-highlight-color: transparent; }
  a:active, a:hover, a:focus,
  .link:active,
  .link-external:active,
  .link:hover,
  .link-external:hover,
  .link:focus,
  .link-external:focus {
    color: #000; }

.link--on-dark {
  color: #fff; }
  .link--on-dark:active, .link--on-dark:hover, .link--on-dark:focus-visible {
    color: #d3f4ff; }

.link--on-primary {
  color: #fff; }
  .link--on-primary:active, .link--on-primary:hover, .link--on-primary:focus-visible {
    color: #d3f4ff; }

.link-external::after {
  content: "";
  display: inline-block;
  margin-inline-start: 0.5em;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "Opens in a new tab";
  text-indent: -999vw;
  block-size: 0.9em;
  inline-size: 0.9em;
  background-image: url('data:image/svg+xml,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.02 14.85"><defs><style> .cls-1{fill:%232b2b2b;stroke-width:0} </style></defs><path id="Path_7115" class="cls-1" d="m8.88.13 2.06 2.06-6.32 6.32a1.33 1.33 0 1 0 1.88 1.88l6.32-6.32 2.05 2.05V.13H8.88Z"/><path id="Path_7116" class="cls-1" d="M12.87 8.12c-.37 0-.67.3-.67.67v4.65H1.55V2.77H6.2a.67.67 0 0 0 0-1.34H1.55c-.74.01-1.34.6-1.34 1.34v10.66c0 .74.6 1.33 1.33 1.33H12.2c.74 0 1.33-.6 1.33-1.33V8.79a.66.66 0 0 0-.66-.67Z"/></svg>');
  background-size: 0.9em;
  vertical-align: -0.25em; }

.link-external--white::after {
  background-image: url('data:image/svg+xml,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.02 14.85"><defs><style> .cls-1{fill:%23ffffff;stroke-width:0} </style></defs><path id="Path_7115" class="cls-1" d="m8.88.13 2.06 2.06-6.32 6.32a1.33 1.33 0 1 0 1.88 1.88l6.32-6.32 2.05 2.05V.13H8.88Z"/><path id="Path_7116" class="cls-1" d="M12.87 8.12c-.37 0-.67.3-.67.67v4.65H1.55V2.77H6.2a.67.67 0 0 0 0-1.34H1.55c-.74.01-1.34.6-1.34 1.34v10.66c0 .74.6 1.33 1.33 1.33H12.2c.74 0 1.33-.6 1.33-1.33V8.79a.66.66 0 0 0-.66-.67Z"/></svg>'); }

.umb-block-grid ul,
.umb-block-grid ol {
  max-inline-size: 50rem; }

b,
strong {
  font-weight: 700; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  margin-block-start: 0;
  margin-block-end: 0.5rem;
  line-height: 1.3; }

h1,
.h1 {
  font-size: 2.375rem;
  font-weight: 300; }
  @media (min-width: 48rem) {
    h1,
    .h1 {
      font-size: 3.25rem; } }

h2,
.h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 48rem) {
    h2,
    .h2 {
      font-size: 2.5rem; } }

h3,
.h3 {
  font-size: 1.625rem;
  font-weight: 300; }
  @media (min-width: 48rem) {
    h3,
    .h3 {
      font-size: 1.875rem; } }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase; }

.full-width {
  width: calc((var(--vw, 1vw) * 100)) !important;
  position: relative;
  left: 50%;
  margin-right: -50vw;
  max-width: 125rem;
  transform: translateX(-50%); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.plain-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.max-w-unset {
  max-width: unset !important; }

.focus-outline:focus-visible {
  outline: auto 2px;
  outline-offset: 1px; }

html {
  background-color: #e1ded9; }

.divider {
  margin-block-start: 1rem;
  margin-block-end: 2rem;
  border: none;
  border-top: 1px solid #c9c6c0; }

.divider-light {
  border: none;
  border-top: 1px solid #d9d9d9 !important; }

.back-to-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #2b2b2b;
  text-transform: uppercase;
  cursor: pointer; }
  .back-to-top .icon {
    max-width: 2rem;
    max-height: 2rem; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropdown-menu {
  display: none; }

.dropdown-menu.show {
  display: block; }

.icon > svg {
  display: block; }

/* Scoped CSS Reset */
.scoped-reset * {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.scoped-reset ul,
.scoped-reset ol {
  list-style: none; }

.scoped-reset img {
  max-width: 100%;
  display: block; }

.scoped-reset p {
  font-weight: 300; }

.scoped-reset input,
.scoped-reset button,
.scoped-reset textarea,
.scoped-reset select {
  font: inherit; }

.scoped-reset *,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #d9d9d9; }

.umb-block-grid__area-container {
  row-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem; }

@media (max-width: 1024px) {
  .grid-padding-medium .umb-block-grid__area-container {
    row-gap: 3.75rem; } }

@media (max-width: 767px) {
  .grid-padding-medium .umb-block-grid__area-container {
    row-gap: 1.875rem; } }

.grid-padding-medium .umb-block-grid__area-container > .umb-block-grid__area {
  padding-inline-start: 0.875rem;
  padding-inline-end: 0.875rem; }
  .grid-padding-medium .umb-block-grid__area-container > .umb-block-grid__area:first-child {
    padding-inline-start: 0;
    padding-inline-end: 1.6875rem; }
  .grid-padding-medium .umb-block-grid__area-container > .umb-block-grid__area:last-child {
    padding-inline-end: 0;
    padding-inline-start: 1.6875rem; }
  @media (max-width: 1024px) {
    .grid-padding-medium .umb-block-grid__area-container > .umb-block-grid__area {
      padding-inline-start: 0 !important;
      padding-inline-end: 0 !important; }
  .grid-padding-large .umb-block-grid__area-container {
    row-gap: 3.75rem; } }

@media (max-width: 767px) {
  .grid-padding-large .umb-block-grid__area-container {
    row-gap: 1.875rem; } }

.grid-padding-large .umb-block-grid__area-container > .umb-block-grid__area {
  padding-inline-start: 1.5625rem;
  padding-inline-end: 1.5625rem; }
  .grid-padding-large .umb-block-grid__area-container > .umb-block-grid__area:first-child {
    padding-inline-start: 0;
    padding-inline-end: 3.25rem; }
  .grid-padding-large .umb-block-grid__area-container > .umb-block-grid__area:last-child {
    padding-inline-end: 0;
    padding-inline-start: 3.25rem; }
  @media (max-width: 1024px) {
    .grid-padding-large .umb-block-grid__area-container > .umb-block-grid__area {
      padding-inline-start: 0 !important;
      padding-inline-end: 0 !important; } }

.grid-align-center > .umb-block-grid__area-container {
  align-items: center; }
  .grid-align-center > .umb-block-grid__area-container > .umb-block-grid__area {
    height: auto; }

.nowrap {
  white-space: nowrap; }

.styled-table__wrap {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 48rem) {
    .styled-table__wrap {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #dddddd; } }
  .styled-table__wrap--mobile-collapse {
    border-radius: 10px; }
  .styled-table__wrap::-webkit-scrollbar {
    height: 0.375rem; }
  .styled-table__wrap::-webkit-scrollbar-track {
    border-radius: 0.1875rem;
    background-color: #f5f5f5; }
  .styled-table__wrap::-webkit-scrollbar-thumb {
    border-radius: 0.1875rem;
    background-color: #5f676b; }

.styled-table__swipe {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #427989;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  fill: #fff; }
  @media (min-width: 48rem) {
    .styled-table__swipe {
      display: none; } }

.styled-table {
  width: 100%;
  border-collapse: collapse; }
  .styled-table.styled-table--striped tbody tr:nth-child(even) td {
    background-color: #f5f5f5; }
  @media (min-width: 48rem) {
    .styled-table.styled-table--striped-desktop tbody tr:nth-child(even) td {
      background-color: #f5f5f5; } }
  @media (max-width: 35.9375rem) {
    .styled-table--mobile-collapse thead th:not(:first-child) span {
      opacity: 0; }
    .styled-table--mobile-collapse tbody {
      display: table-caption;
      caption-side: bottom;
      width: 100%; }
      .styled-table--mobile-collapse tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%; }
        .styled-table--mobile-collapse tbody tr td {
          display: block;
          width: 100%; }
          .styled-table--mobile-collapse tbody tr td:first-child {
            max-width: none;
            padding-bottom: 10px;
            font-size: 1.5rem;
            border-bottom: 0; }
          .styled-table--mobile-collapse tbody tr td:last-child {
            padding-top: 0;
            padding-left: 60px;
            font-size: 1.375rem; } }
  .styled-table tr th {
    background: #46678e;
    color: white;
    text-align: left;
    padding: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.3; }
    .styled-table tr th:first-child {
      max-width: 330px; }
    @media (max-width: 35.9375rem) {
      .styled-table tr th {
        padding: 1.875rem 0.9375rem; } }
  .styled-table tr td {
    background: white;
    border-bottom: 1px solid #c3c3c3;
    padding: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.3;
    vertical-align: top; }
    .styled-table tr td:first-child {
      max-width: 330px; }
    @media (max-width: 47.9375rem) {
      .styled-table tr td {
        font-size: 1.25rem; } }
    @media (max-width: 35.9375rem) {
      .styled-table tr td {
        padding: 1.875rem 0.9375rem; } }
  .styled-table tr:last-child td {
    border-bottom: none; }
  .styled-table a {
    text-decoration: none; }
    .styled-table a:hover {
      text-decoration: underline; }
  .styled-table__icon {
    display: flex;
    align-items: flex-start;
    gap: 15px; }
    .styled-table__icon--dark .styled-table__icon-img {
      background: #577dac !important; }
    .styled-table__icon-img {
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #d3f4ff;
      border-radius: 100%;
      width: 40px;
      height: 40px;
      margin-top: -5px;
      padding: 8px; }
      .styled-table__icon-img img {
        width: 100%;
        height: 100%; }
      @media (max-width: 35.9375rem) {
        .styled-table__icon-img {
          width: 30px;
          height: 30px;
          margin-top: 0; } }
    .styled-table__icon-text {
      width: 100%; }
      @media (max-width: 35.9375rem) {
        .styled-table__icon-text {
          font-size: 1.375rem; } }

.styled-table-details p {
  font-size: 1.125rem; }

.bg--half-gray {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, white 50%); }

.bg--half-white {
  background-image: linear-gradient(180deg, white 50%, rgba(255, 255, 255, 0) 50%); }

.footer {
  background-color: #00294b; }

:root {
  --umb-block-grid--column-gap: 1rem;
  --umb-block-grid--row-gap: 1rem;
  --umb-block-grid--areas-column-gap: 1rem;
  --umb-block-grid--areas-row-gap: 1rem; }

.umb-block-grid__layout-container {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  /* grid-auto-rows: minmax(50px, min-content);
 */
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: 0; }

.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span Min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1); }

.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0); }

.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span Min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1); }

@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span Min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns)); }
  .umb-block-grid__area {
    grid-column-end: span Min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns)); } }

select {
  padding: 0.875rem 2.5rem 0.875rem 0.875rem;
  border: solid 1px #e0e0e0;
  border-radius: 0.5rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.125rem;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
  background-color: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

form {
  margin: 0; }

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.radio-button {
  padding: 0.7rem 1.875rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.5rem;
  background-color: #fff; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control--search {
  padding-inline: 1.5rem;
  border-radius: 1rem; }
  @media (max-width: 35.9375rem) {
    .form-control--search {
      padding: 0.625rem 0.9375rem;
      padding-right: 2.5rem; } }
  .form-control--search::-moz-placeholder {
    color: #2b2b2b; }
  .form-control--search::placeholder {
    color: #2b2b2b; }

.umbraco-forms-page {
  margin: 1.25rem 0; }
  .umbraco-forms-page .umbraco-forms-caption {
    font-size: 2.5rem;
    line-height: 1.2; }
  .umbraco-forms-page .umbraco-forms-fieldset {
    border: 0;
    padding: 0; }
    .umbraco-forms-page .umbraco-forms-fieldset > legend {
      display: block;
      font-size: 1.625rem;
      margin: 0.9375rem 0; }
  .umbraco-forms-page .umbraco-forms-container .umbraco-forms-field {
    margin-bottom: 1.25rem;
    padding: 0;
    border: 0; }
    .umbraco-forms-page .umbraco-forms-container .umbraco-forms-field .umbraco-forms-legend {
      display: block;
      font-weight: bold;
      margin-bottom: 0.3125rem; }
    .umbraco-forms-page .umbraco-forms-container .umbraco-forms-field .umbraco-forms-label {
      display: block;
      font-weight: bold;
      margin-bottom: 0.3125rem; }
  .umbraco-forms-page .umbraco-forms-hidden {
    display: none; }
  .umbraco-forms-page .umbraco-forms-field-wrapper input.text {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.75rem 0.625rem;
    max-width: 700px;
    width: 100%; }
    .umbraco-forms-page .umbraco-forms-field-wrapper input.text:focus {
      border-color: #46678e; }
  .umbraco-forms-page .umbraco-forms-field-wrapper input.datepickerfield {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.75rem 0.625rem; }
    .umbraco-forms-page .umbraco-forms-field-wrapper input.datepickerfield:focus {
      border-color: #46678e; }
  .umbraco-forms-page .umbraco-forms-field-wrapper input[type="checkbox"] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-top: 4px !important;
    vertical-align: top;
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ced4da; }
    .umbraco-forms-page .umbraco-forms-field-wrapper input[type="checkbox"]:checked {
      background-color: #46678e;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .umbraco-forms-page .umbraco-forms-field-wrapper input[type="file"] {
    width: 100%; }
  .umbraco-forms-page .umbraco-forms-field-wrapper textarea {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 700px;
    width: 100%; }
  .umbraco-forms-page .umbraco-forms-field-wrapper .field-validation-error {
    display: flex;
    background: #FFF8F7;
    border: 1px solid #AC5A46;
    color: #AC5A46;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0.625rem 0;
    max-width: 700px;
    padding: 0.9375rem;
    border-radius: 5px; }
    .umbraco-forms-page .umbraco-forms-field-wrapper .field-validation-error:before {
      background-image: url("/site-media/icons/icon-information-red.svg");
      background-position: center;
      background-size: contain;
      content: "";
      display: inline-block;
      height: 20px;
      margin-right: 10px;
      width: 20px;
      flex-shrink: 0; }
  .umbraco-forms-page .umbraco-forms-tooltip {
    display: block;
    font-size: 16px;
    margin-bottom: 5px; }
  .umbraco-forms-page .row-fluid {
    display: flex;
    gap: 1.25rem;
    row-gap: 0;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .umbraco-forms-page .row-fluid {
        flex-wrap: nowrap; } }
    .umbraco-forms-page .row-fluid .col-md-4 {
      width: 100%; }
      @media (min-width: 48rem) {
        .umbraco-forms-page .row-fluid .col-md-4 {
          width: 33.333333%; } }
    .umbraco-forms-page .row-fluid .col-md-6 {
      width: 100%; }
      @media (min-width: 48rem) {
        .umbraco-forms-page .row-fluid .col-md-6 {
          width: 50%; } }
    .umbraco-forms-page .row-fluid .col-md-12 {
      width: 100%; }

.button, .umbraco-forms-page .umbraco-forms-navigation input[type="submit"] {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 3rem;
  font-size: 1.25rem;
  color: #fff;
  background-color: #46678e;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 300ms;
  text-align: center; }
  @media (max-width: 35.9375rem) {
    .button, .umbraco-forms-page .umbraco-forms-navigation input[type="submit"] {
      line-height: 1.2; } }
  .button >, .umbraco-forms-page .umbraco-forms-navigation input[type="submit"] > {
    color: #fff; }
  .button:hover, .umbraco-forms-page .umbraco-forms-navigation input:hover[type="submit"], .button:active, .umbraco-forms-page .umbraco-forms-navigation input:active[type="submit"], .button:focus-visible, .umbraco-forms-page .umbraco-forms-navigation input:focus-visible[type="submit"] {
    color: #fff;
    background-color: #002e54;
    text-decoration: none; }
  .button--small {
    padding-block: 0.25rem;
    border-radius: 1.5rem;
    font-size: 1.125rem; }
  .button--green {
    background-color: #038178; }
    .button--green:hover, .button--green:active, .button--green:focus-visible {
      background-color: #047168; }
  .button--white {
    border: solid 1px #a8a8a8;
    background-color: #fff;
    color: #2b2b2b; }
    .button--white > {
      color: #2b2b2b; }
    .button--white:hover, .button--white:active, .button--white:focus-visible {
      color: #fff;
      background-color: #002e54; }
  .button--ghost {
    border: solid 1px #2b2b2b;
    background-color: transparent;
    color: #2b2b2b;
    opacity: 0.7;
    pointer-events: none; }
    .button--ghost > {
      color: #2b2b2b; }
    .button--ghost:hover, .button--ghost:active, .button--ghost:focus-visible {
      border: solid 1px #2b2b2b;
      background-color: transparent;
      color: #2b2b2b; }

.icon__social {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(48deg) brightness(109%) contrast(101%); }
  .icon__social:hover, .icon__social:focus {
    filter: brightness(94%) sepia(200%) saturate(500%) hue-rotate(170deg) contrast(100%); }

.icon_youtube .youtube-base,
.icon_youtube .youtube-play {
  fill: #ffff; }

.icon_youtube .youtube-square {
  fill: #203146; }

.icon_youtube:hover .youtube-base,
.icon_youtube:hover .youtube-play {
  fill: #afc4da; }

.icon_chevron .chevron {
  fill: #ffffff; }

/* components */
.main-nav {
  max-inline-size: 88.75rem;
  margin-inline: auto;
  background-color: #00294b;
  color: #fff; }
  @media (min-width: 62rem) {
    .main-nav {
      position: relative;
      display: grid;
      grid: "logo acc" "nav nav";
      padding: 1rem 4rem 0;
      row-gap: 1.5rem; } }
  @media (min-width: 75rem) {
    .main-nav {
      grid: "logo acc" "logo nav" / 19% auto;
      -moz-column-gap: 7%;
           column-gap: 7%;
      row-gap: 1rem; } }
  .main-nav--open {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 100; }
    .main-nav--open .main-nav__header .main-nav__account {
      display: none; }
  .main-nav__wrap {
    min-block-size: 4.6875rem;
    background-color: #00294b; }
  .main-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-area: logo;
    block-size: 4.7rem;
    padding-inline: 1rem 1.5rem;
    background-color: #00294b; }
    @media (min-width: 62rem) {
      .main-nav__header {
        block-size: auto;
        padding-inline: 0; } }
  .main-nav__logo {
    flex: 1 1 auto;
    margin: 0; }
    @media (min-width: 75rem) {
      .main-nav__logo {
        margin-block-start: -0.5rem; } }
    .main-nav__logo a {
      display: block;
      line-height: 0; }
    .main-nav__logo img {
      height: 3.125rem; }
      @media (min-width: 62rem) {
        .main-nav__logo img {
          height: 4.375rem; } }
      @media (min-width: 75rem) {
        .main-nav__logo img {
          height: 5rem; } }
  .main-nav__desk-bar {
    display: none;
    justify-content: flex-end;
    align-items: center;
    grid-area: acc;
    gap: 1rem; }
    @media (min-width: 62rem) {
      .main-nav__desk-bar {
        display: flex; } }
  .main-nav__translate {
    display: flex;
    fill: #fff;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 0.5rem; }
    .main-nav__translate:hover, .main-nav__translate:focus {
      color: #a5bdd5; }
      .main-nav__translate:hover svg, .main-nav__translate:focus svg {
        fill: #a5bdd5; }
    .main-nav__translate.show {
      background-color: #46678e; }
  .main-nav__translate-menu {
    background-color: #fdfcfa;
    max-block-size: 12rem;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
    z-index: 110; }
    .main-nav__translate-menu ul {
      margin: 0;
      padding: 1rem; }
    .main-nav__translate-menu ul a {
      font-size: 1rem;
      color: #2b2b2b;
      text-decoration: none; }
  .main-nav__account, .main-nav__toggle-button {
    margin-block-start: 0.5rem;
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    fill: #fff;
    text-decoration: none; }
    @media (min-width: 62rem) {
      .main-nav__account, .main-nav__toggle-button {
        display: none; } }
    .main-nav__account .icon, .main-nav__toggle-button .icon {
      margin-inline: auto; }
  .main-nav__account {
    margin-inline-end: 1.5rem; }
  .main-nav__toggle-button {
    width: 2.375rem; }
    .main-nav__toggle-button .main-nav__toggle-button-icon {
      display: block; }
    .main-nav__toggle-button .main-nav__toggle-button-icon--collapsed {
      display: none; }
  .main-nav__toggle-button.collapsed .main-nav__toggle-button-icon--collapsed {
    display: block; }
  .main-nav__toggle-button.collapsed .main-nav__toggle-button-icon {
    display: none; }
  .main-nav__collapser {
    position: fixed;
    grid-area: nav;
    margin-block-start: 4.7rem;
    border-block-start: 1px solid #4d6077;
    inset: 0;
    z-index: 100;
    overflow: scroll;
    overscroll-behavior: contain;
    background-color: #00294b; }
    @media (min-width: 62rem) {
      .main-nav__collapser {
        display: block !important;
        position: static;
        margin: 0;
        border: none;
        overflow: visible; }
    .main-nav__collapser-container {
      display: flex; } }
  .main-nav__search-form {
    padding: 1.5rem 2rem;
    order: 1; }
    @media (min-width: 62rem) {
      .main-nav__search-form {
        display: none; } }
  .main-nav__search-button {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 1rem;
    z-index: 1; }
  @media (min-width: 62rem) {
    .main-nav__categories {
      display: flex;
      justify-content: space-between; } }
  .main-nav__categories.open .main-nav__category.active .main-nav__category-link {
    position: relative; }
    .main-nav__categories.open .main-nav__category.active .main-nav__category-link::after {
      display: none; }
  .main-nav__category {
    display: block;
    margin: 0; }
    .main-nav__category.active .main-nav__category-link {
      font-weight: 600; }
    @media (min-width: 62rem) {
      .main-nav__category:hover .main-nav__category-link {
        color: #8ca7c3; }
      .main-nav__category.active .main-nav__category-link,
      .main-nav__category .main-nav__category-link.show {
        position: relative; }
        .main-nav__category.active .main-nav__category-link::after,
        .main-nav__category .main-nav__category-link.show::after {
          content: "";
          position: absolute;
          inset-block-end: 0;
          inset-inline: 0;
          block-size: 0.4375rem;
          border-radius: 4px 4px 0 0;
          background-color: #577dac; }
      .main-nav__category .main-nav__category-link.show {
        color: #fff !important; }
        .main-nav__category .main-nav__category-link.show::after {
          display: block !important; } }
    .main-nav__category--mobile-only .icon.wa-translate {
      fill: #fff;
      margin-inline-end: 0.5rem; }
    @media (min-width: 62rem) {
      .main-nav__category--mobile-only {
        display: none; } }
    .main-nav__category--search {
      position: relative;
      display: none; }
      .main-nav__category--search button::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 0.5rem 0.5rem 0 0;
        background-color: #46678e;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.15 15.16" fill="white"><path d="M14.71 2.21c.24-.23.37-.55.36-.88a1.25 1.25 0 0 0-2.13-.88L7.58 5.81 2.21.44a1.22 1.22 0 0 0-.88-.37C1 .07.68.2.45.44.21.67.07.99.08 1.33c0 .33.13.65.37.88l5.36 5.37-5.37 5.36a1.25 1.25 0 0 0 1.76 1.77l5.37-5.36 5.36 5.36a1.25 1.25 0 1 0 1.77-1.77L9.34 7.58l5.36-5.37Z"></path></svg>');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1rem;
        pointer-events: none;
        transition: opacity 250ms; }
      .main-nav__category--search button.collapsed::after {
        opacity: 0; }
      .main-nav__category--search .icon {
        fill: #fff;
        margin-inline-end: 0.5rem; }
      @media (min-width: 62rem) {
        .main-nav__category--search {
          display: block; } }
  .main-nav__search {
    padding: 2rem;
    background-color: #46678e; }
    .main-nav__search .input-group {
      max-inline-size: 71rem;
      margin-inline: auto; }
    .main-nav__search .form-control--search {
      padding: 1.25rem 5rem 1.25rem 2.5rem;
      border-radius: 1.5rem; }
      @media (min-width: 62rem) {
        .main-nav__search .form-control--search {
          border-radius: 4.375rem; } }
    .main-nav__search-button {
      padding-inline-end: 2rem; }
      @media (max-width: 35.9375rem) {
        .main-nav__search-button {
          padding-inline-end: 1rem; } }
  .main-nav__category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none; }
    .main-nav__category-link:active, .main-nav__category-link:hover, .main-nav__category-link:focus {
      color: #fff; }
    .main-nav__category-link.show {
      background-color: #10436e; }
    @media (min-width: 62rem) {
      .main-nav__category-link {
        padding: 0.5rem 1rem 1.5rem;
        font-size: 1.25rem; }
        .main-nav__category-link:hover, .main-nav__category-link:focus {
          color: #a5bdd5; }
          .main-nav__category-link:hover svg, .main-nav__category-link:focus svg {
            fill: #a5bdd5; }
        .main-nav__category-link.show {
          background-color: unset; } }
    .main-nav__category-link > .icon.wa-chevron-arrow-right {
      fill: #fff;
      transition: transform 300ms; }
      @media (min-width: 62rem) {
        .main-nav__category-link > .icon.wa-chevron-arrow-right {
          display: none; } }
    .main-nav__category-link.show .icon.wa-chevron-arrow-right {
      transform: rotate(90deg); }
  .main-nav__category-menu {
    inset-block-start: 100% !important;
    inset-inline: 0 !important;
    background-color: #10436e;
    width: 100%;
    padding: 1rem 2rem 2rem;
    transform: none !important;
    z-index: 1; }
    @media (max-width: 61.9375rem) {
      .main-nav__category-menu {
        position: relative !important; }
        .main-nav__category-menu > * + * {
          margin-block-start: 2rem;
          padding-block-start: 2rem;
          border-block-start: 1px solid #6c839f; } }
    @media (min-width: 62rem) {
      .main-nav__category-menu {
        padding: 2rem;
        color: #2b2b2b;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 100vh 0 100vh rgba(43, 43, 43, 0.4); }
        .main-nav__category-menu.show {
          display: flex;
          justify-content: center;
          width: 100vw;
          inset-inline-start: 50% !important;
          transform: translateX(-50%) !important;
          max-width: 125rem; }
          .main-nav__category-menu.show > * {
            flex: 0 0 350px; } }
      @media (min-width: 62rem) and (min-width: 75rem) {
        .main-nav__category-menu.show > * {
          flex: 0 0 400px; } }
    @media (min-width: 75rem) {
      .main-nav__category-menu {
        padding: 2rem 8%; } }
  @media (max-width: 61.9375rem) {
    .main-nav__account-options {
      display: none; } }
  .main-nav__account-options-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-block-start: 1.5rem;
    border-block-start: solid 1px #41546b;
    padding: 2.5rem 1.875rem 3rem; }
    @media (min-width: 62rem) {
      .main-nav__account-options-mobile {
        display: none; } }
  .main-nav__column {
    flex: 1 1 0; }
    @media (min-width: 62rem) {
      .main-nav__column {
        padding: 0 3.5rem; }
        .main-nav__column + .main-nav__column {
          border-inline-start: 1px solid #ccc9c3; } }
  .main-nav__column-header {
    margin-block-end: 1rem;
    font-size: 1.25rem;
    text-transform: uppercase; }
    @media (min-width: 62rem) {
      .main-nav__column-header {
        font-size: 1.375rem;
        text-transform: none; }
        .main-nav__column-header::after {
          content: "";
          display: block;
          block-size: 0.2rem;
          inline-size: 4rem;
          margin-block-start: 0.5rem;
          border-radius: 2px;
          background-color: #8ca7c3; }
        .main-nav__column-header strong {
          font-weight: normal; } }
  .main-nav__column-optional-link {
    font-size: 1rem;
    text-decoration: underline; }
  .main-nav__column-link {
    display: block;
    padding: 0.5rem 0;
    font-size: 1.375rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none; }
    .main-nav__column-link:hover, .main-nav__column-link:active, .main-nav__column-link:focus {
      color: #fff;
      text-decoration: underline; }
    @media (min-width: 62rem) {
      .main-nav__column-link {
        color: #46678e;
        font-size: 1.25rem; }
        .main-nav__column-link:hover, .main-nav__column-link:active, .main-nav__column-link:focus, .main-nav__column-link:focus-visible {
          color: #46678e; } }
  .main-nav__spotlight {
    flex: 3 1 0; }
    .main-nav__spotlight--Small {
      flex: 2 1 0; }

.sub-nav {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.9375rem 1.875rem;
  background: #46678e; }
  @media (min-width: 48rem) {
    .sub-nav {
      padding: 0 3.75rem; } }
  .sub-nav__header {
    display: flex;
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer; }
    @media (min-width: 48rem) {
      .sub-nav__header {
        display: none; } }
    .sub-nav__header button {
      all: unset;
      display: flex;
      align-items: center;
      gap: 0.625rem;
      width: 100%;
      color: #fff;
      font-weight: 600; }
      .sub-nav__header button:focus {
        box-shadow: none !important; }
      .sub-nav__header button:focus-visible {
        border: 1px solid #2b2b2b; }
    .sub-nav__header i {
      font-size: 1.25rem; }
    .sub-nav__header :not(.collapsed) .sub-nav__expand-icon {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"/></svg>');
      transform: rotate(180deg); }
  .sub-nav__expand-icon {
    block-size: 1.25rem;
    inline-size: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"/></svg>');
    transition: transform 450ms; }
  .sub-nav .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    gap: 0.625rem;
    margin: 0.9375rem 0.625rem 0.3125rem 2rem; }
    @media (min-width: 48rem) {
      .sub-nav .navbar-nav {
        margin: 0;
        gap: 3.125rem; } }
  .sub-nav .nav-item {
    padding-block: 0; }
    @media (min-width: 48rem) {
      .sub-nav .nav-item {
        padding-block: 1.5625rem; }
      .sub-nav .nav-item.active {
        position: relative; }
        .sub-nav .nav-item.active::after {
          content: "";
          position: absolute;
          inset-block-end: 0;
          inset-inline: 0;
          block-size: 0.4375rem;
          border-radius: 4px 4px 0 0;
          background-color: #89aed8; } }
    .sub-nav .nav-item.active .nav-link {
      font-weight: 600;
      text-decoration: none; }
      @media (max-width: 47.9375rem) {
        .sub-nav .nav-item.active .nav-link {
          text-decoration: none;
          pointer-events: none;
          cursor: default; }
          .sub-nav .nav-item.active .nav-link span {
            border-bottom: none; } }
    .sub-nav .nav-item .nav-link {
      padding: 0;
      font-size: 1.25rem;
      line-height: 1.4;
      color: #fff;
      text-decoration: none;
      transition: none; }
      .sub-nav .nav-item .nav-link span {
        display: inline-block;
        border-bottom: 2px solid transparent; }
      .sub-nav .nav-item .nav-link:hover, .sub-nav .nav-item .nav-link:focus-visible {
        color: #c4d3e4; }
        .sub-nav .nav-item .nav-link:hover span, .sub-nav .nav-item .nav-link:focus-visible span {
          border-bottom: 2px solid black;
          border-color: #46678e; }

.breadcrumb__container {
  position: relative;
  z-index: 1;
  margin-bottom: 3.75rem; }
  @media (max-width: 35.9375rem) {
    .breadcrumb__container {
      margin-bottom: 1.875rem; } }
  .breadcrumb__container:has(+ .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.container--full-bg) + .main-content,
  .breadcrumb__container:has(+ .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.full-width) + .main-content,
  .breadcrumb__container:has(+ .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg--half-white) + .main-content,
  .breadcrumb__container:has(+ .main-content .intro-title-with-overlapping-image) + .main-content {
    margin-top: -5rem; }
    @media (max-width: 35.9375rem) {
      .breadcrumb__container:has(+ .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.container--full-bg) + .main-content,
      .breadcrumb__container:has(+ .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.full-width) + .main-content,
      .breadcrumb__container:has(+ .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg--half-white) + .main-content,
      .breadcrumb__container:has(+ .main-content .intro-title-with-overlapping-image) + .main-content {
        margin-top: -3.125rem; } }
  .breadcrumb__container + .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.container--full-bg,
  .breadcrumb__container + .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.full-width,
  .breadcrumb__container + .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg--half-white {
    padding-top: 3.75rem; }
    @media (max-width: 35.9375rem) {
      .breadcrumb__container + .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.container--full-bg,
      .breadcrumb__container + .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg-white.full-width,
      .breadcrumb__container + .main-content .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > .bg--half-white {
        padding-top: 1.875rem; } }
  .breadcrumb__container:has(+ .main-content > .press-release) {
    color: #fff;
    background-color: transparent !important;
    margin-bottom: 0; }
    .breadcrumb__container:has(+ .main-content > .press-release) + .main-content {
      margin-top: -4.6875rem; }
      @media (max-width: 390px) {
        .breadcrumb__container:has(+ .main-content > .press-release) + .main-content {
          margin-top: -5.3125rem; } }
    .breadcrumb__container:has(+ .main-content > .press-release) a {
      color: #fff; }
      .breadcrumb__container:has(+ .main-content > .press-release) a:hover {
        color: #a5bdd5; }

.main-breadcrumb {
  list-style: none;
  padding: 1.5625rem 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 35.9375rem) {
    .main-breadcrumb {
      padding: 1.25rem 0; } }
  .main-breadcrumb li {
    font-size: 0.875rem;
    display: flex;
    flex-wrap: nowrap; }
    .main-breadcrumb li:not(:last-child)::after {
      content: "/";
      margin: 0 0.625rem; }
    .main-breadcrumb li a {
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 400; }
      .main-breadcrumb li a:hover, .main-breadcrumb li a:focus-visible {
        text-decoration: underline; }

.jump-to strong {
  margin-right: 0.625rem; }

.jump-to ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-inline-size: none; }
  @media (max-width: 35.9375rem) {
    .jump-to ul {
      flex-direction: column;
      margin-bottom: 1.25rem; } }
  .jump-to ul li {
    display: flex;
    flex-wrap: nowrap; }
    .jump-to ul li:not(:last-child):not(:first-child)::after {
      content: "|";
      margin: 0 0.625rem; }
      @media (max-width: 35.9375rem) {
        .jump-to ul li:not(:last-child):not(:first-child)::after {
          display: none; } }
    .jump-to ul li a {
      text-decoration: none;
      font-size: 1.125rem;
      font-weight: 400;
      text-decoration: underline; }
      .jump-to ul li a:hover, .jump-to ul li a:focus-visible {
        text-decoration: underline; }

.header-alerts {
  padding: 0.5rem; }
  .header-alerts__alert {
    position: relative;
    padding: 1rem 3rem 1rem 1rem;
    border-bottom: 1px solid #1f2e41; }
  .header-alerts__icon {
    margin-right: 1.5rem; }
  .header-alerts__text {
    flex-grow: 2; }
  .header-alerts__title {
    font-size: 1.25rem; }
  .header-alerts__body {
    margin-top: 0.25rem;
    color: rgba(0, 0, 0, 0.8); }
    .header-alerts__body > p {
      margin: 0; }
  .header-alerts__close {
    height: 1.875rem;
    width: 2.125rem;
    font-size: 2.25rem;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    border-radius: 10px; }
    .header-alerts__close > div {
      transform: translateY(2px); }
    .header-alerts__close:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .header-alerts__close:focus-visible {
      outline: 2px solid rgba(0, 0, 0, 0.2); }

.search__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 2rem; }

.search__form {
  position: relative;
  width: 100%; }
  .search__form input {
    width: 100%;
    padding: 1rem;
    padding-inline-end: 4rem;
    border: 1px solid #c9c6c0;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 1rem; }
  .search__form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6rem;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .search__form button > img {
      display: block;
      width: 2rem;
      height: 2rem; }

.search__result {
  padding-block: 2rem; }
  .search__result + .search__result {
    border-top: 1px solid #c9c6c0; }

.search__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.search__pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem; }

.search__pag-button {
  padding: 0.5rem 1rem;
  border: 1px solid #c9c6c0;
  border-radius: 4px;
  cursor: pointer; }
  .search__pag-button:not(.search__pag-button--dim):hover {
    text-decoration: none;
    border-color: #46678e; }
  .search__pag-button--dim {
    color: #c9c6c0;
    cursor: default; }

.content-card {
  flex: 1 1 40%;
  height: unset;
  padding: 1.875rem; }
  .content-card__title {
    color: #46678e; }
    .content-card__title + p {
      margin-block-start: 0.3125rem; }

.carousel-indicators button[data-bs-target] {
  background-color: transparent;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
  .carousel-indicators button[data-bs-target].active {
    background-color: #ffffff; }

.carousel-indicators button.carousel-control-prev, .carousel-indicators button.carousel-control-next {
  border: none;
  position: relative;
  height: 27px; }
  .carousel-indicators button.carousel-control-prev svg, .carousel-indicators button.carousel-control-next svg {
    height: 27px;
    width: 14px;
    fill: #fff; }

.carousel-indicators button.carousel-control-next {
  margin-right: 0;
  margin-left: 15px; }

.carousel-indicators button.carousel-control-prev {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg); }

@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
:root {
  --fc-button-active-bg-color: #35826b;
  --fc-button-active-border-color: #35826b;
  --fc-button-bg-color: #46678e;
  --fc-border-color: #d9d9d9;
  --fc-event-border-color: #428973;
  --fc-today-bg-color: #edf7f1;
  --fc-event-bg-color: #428973;
  --fc-neutral-bg-color: #e0e0e0; }

.calendar .fc-daygrid-event {
  align-items: start;
  flex-wrap: wrap; }
  .calendar .fc-daygrid-event .fc-event-title {
    padding: 0 0.625rem;
    white-space: normal; }

.calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.3125rem; }

.calendar .fc-daygrid-event-dot {
  margin-left: 0.6875rem;
  margin-top: 0.4375rem; }

.calendar .fc-day .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 1.375rem;
  padding: 0.1rem 0.5rem; }

.calendar .fc-day-other .fc-daygrid-day-top {
  opacity: 1; }
  .calendar .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
    color: #75726c;
    font-weight: 400; }

.calendar .fc-view-harness {
  background: #fff; }

.calendar .fc-col-header-cell-cushion {
  padding: 0.875rem; }

.calendar .fc-toolbar-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300; }

.calendar .fc-list-day-cushion.fc-cell-shaded {
  padding-left: 1.6875rem;
  padding-right: 4.6875rem; }

@media only screen and (max-width: 900px) {
  .calendar .fc .fc-view-harness {
    height: auto !important; }
  .calendar .fc .fc-view {
    position: relative !important; }
  .calendar .fc .fc-toolbar {
    flex-wrap: wrap;
    gap: 15px; }
  .calendar .fc .fc-toolbar-chunk:last-child {
    display: none; }
  .calendar .fc .fc-list-event {
    display: flex;
    flex-wrap: wrap; }
    .calendar .fc .fc-list-event > td {
      border-bottom: 0; }
      .calendar .fc .fc-list-event > td:first-child {
        width: 100%; }
      .calendar .fc .fc-list-event > td:nth-child(2) {
        width: 25px;
        display: flex;
        align-items: center; }
      .calendar .fc .fc-list-event > td:last-child {
        width: calc(100% - 25px);
        padding: 8px; } }

@media only screen and (max-width: 450px) {
  .calendar .fc .fc-list-day-cushion {
    display: flex;
    flex-direction: column-reverse; }
    .calendar .fc .fc-list-day-cushion a {
      display: block;
      float: none;
      text-align: left; } }

.calendar td.fc-list-event-time {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
  padding: 1.25rem 0.3125rem 1.25rem 1.6875rem; }
  .calendar td.fc-list-event-time:before {
    content: "";
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #428973;
    border-radius: 50%;
    margin-right: 0.375rem; }

.calendar td.fc-list-event-graphic {
  display: none; }

.calendar td.fc-list-event-title {
  padding: 1.25rem 0 1.25rem 0.25rem;
  font-size: 1.25rem;
  line-height: 1.375rem; }

.fc-pill {
  display: inline-block;
  margin: 2px 10px;
  padding: 3px 10px 1px;
  border-radius: 14px;
  white-space: normal;
  color: white; }

.calenday__pill {
  display: inline-block;
  padding: 0.1875rem 1rem 0.0625rem;
  border-radius: 1rem;
  white-space: normal;
  color: white;
  align-self: start; }

.number-story {
  color: #fff; }
  .number-story p {
    color: #fff;
    margin: 0; }
  .number-story_title {
    max-width: 600px;
    font-size: 2.5rem;
    line-height: 3rem; }
  @media (min-width: 62rem) {
    .number-story .carousel-inner {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 68px;
      margin: 0 !important; }
      .number-story .carousel-inner:after {
        display: none; }
      .number-story .carousel-inner .carousel-item {
        display: block;
        margin: 0;
        float: none; }
    .number-story .carousel-indicators {
      display: none !important; } }

.intro-split-view__description p {
  font-size: 24px;
  line-height: 31px;
  color: #2b2b2b;
  font-weight: 300;
  letter-spacing: -0.12px; }
  @media (min-width: 62rem) {
    .intro-split-view__description p {
      font-size: 26px;
      line-height: 36px;
      color: #4d4d4d;
      font-weight: 300;
      letter-spacing: -0.13px; } }

.intro-split-view__caption p {
  font-size: 16px; }

.intro-split-view__video > button {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px; }

td.cost::before {
  content: "$";
  font-size: 24px;
  margin-right: 0.4rem; }
  @media (max-width: 768px) {
    td.cost::before {
      font-size: 22px; } }

td.cost::after {
  content: " / month";
  font-size: 20px;
  margin-right: 0.4rem; }

td.cost {
  font-size: 24px; }

table.meter-rates {
  width: 900px;
  font-size: 22px;
  border-collapse: separate;
  border-spacing: 0; }
  @media (min-width: 48rem) {
    table.meter-rates {
      width: 100%;
      font-size: 24px; } }

table.meter-rates tbody th {
  min-width: 200px;
  position: sticky;
  left: 0;
  padding: 20px 0;
  text-align: left;
  font-weight: 300;
  border-bottom: 1px solid #d9d9d9; }
  @media (min-width: 48rem) {
    table.meter-rates tbody th {
      position: relative; } }

table.meter-rates tbody td {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9; }

table.meter-rates tbody tr th:first-child {
  border-left: 1px solid #d9d9d9; }

table.meter-rates tbody tr td:last-child {
  border-right: 1px solid #d9d9d9; }

table.meter-rates tbody tr:nth-child(odd) th {
  background-color: white; }

@media (max-width: 47.9375rem) {
  table.meter-rates tbody tr:nth-child(odd) th::before {
    border-bottom-left-radius: 10px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    /* Adjust this value to control the width of the background */
    height: 100%;
    background-color: white;
    z-index: -1;
    /* Ensure the background is behind the text */ } }

table.meter-rates tbody tr:nth-child(even) th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  /* Adjust this value to control the width of the background */
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
  /* Ensure the background is behind the text */ }

table.meter-rates tbody tr:nth-child(even) th {
  background-color: #f5f5f5; }

table.meter-rates tbody tr:last-child {
  /* Target the first td in the last tr row */
  /* Target the last td in the last tr row */ }
  table.meter-rates tbody tr:last-child th:last-child {
    border-bottom-left-radius: 10px; }
    @media (max-width: 768px) {
      table.meter-rates tbody tr:last-child th:last-child {
        border-bottom-right-radius: 00px; } }
  table.meter-rates tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px; }
    @media (max-width: 768px) {
      table.meter-rates tbody tr:last-child td:last-child {
        border-bottom-right-radius: 00px; } }

table.meter-rates thead th:not(:first-child) {
  border-bottom: 1px solid #d9d9d9; }

table.meter-rates thead tr:first-child th:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #46678e;
  z-index: -1; }

@media (max-width: 768px) {
  .table-container {
    border-bottom-right-radius: 00px;
    overflow-x: scroll; } }

/* layout */
body {
  max-width: 2000px;
  margin: 0 auto; }

.default-padding, .header-alerts__alert, .main-content, .container.container--full-bg {
  /* add default padding to sides of page */
  padding-left: 8.125rem;
  padding-right: 8.125rem; }
  @media (max-width: 74.9375rem) {
    .default-padding, .header-alerts__alert, .main-content, .container.container--full-bg {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .default-padding, .header-alerts__alert, .main-content, .container.container--full-bg {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.main-content {
  overflow: hidden;
  min-height: 31rem; }

.container {
  inline-size: 100%;
  /* 
        1140 is just 1400 (our design's content width) minus 130 (the desktop
        pading) on each side 
    */
  max-inline-size: 71.25rem;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0; }
  .container.container--full-bg {
    max-inline-size: unset;
    inline-size: unset; }
    .container.container--full-bg > div {
      max-inline-size: 71.25rem;
      margin: 0 auto; }
  @media (max-width: 35.9375rem) {
    .container.narrow-margins-mobile {
      inline-size: auto;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }

.container--full.container {
  max-inline-size: unset;
  inline-size: unset; }

.section--full, .container.container--full-bg, .container--full.container {
  /* remove default padding from sides of page */
  margin-left: -8.125rem;
  margin-right: -8.125rem; }
  @media (max-width: 74.9375rem) {
    .section--full, .container.container--full-bg, .container--full.container {
      margin-left: -3.75rem;
      margin-right: -3.75rem; } }
  @media (max-width: 47.9375rem) {
    .section--full, .container.container--full-bg, .container--full.container {
      margin-left: -1.875rem;
      margin-right: -1.875rem; } }

.section--gray {
  background-color: #f2f2f2; }

/* tailwindcss */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important; }
.invisible {
  visibility: hidden !important; }
.static {
  position: static !important; }
.absolute {
  position: absolute !important; }
.relative {
  position: relative !important; }
.sticky {
  position: sticky !important; }
.bottom-0 {
  bottom: 0px !important; }
.left-0 {
  left: 0px !important; }
.right-0 {
  right: 0px !important; }
.right-md {
  right: 15px !important; }
.top-0 {
  top: 0px !important; }
.z-0 {
  z-index: 0 !important; }
.z-10 {
  z-index: 10 !important; }
.z-20 {
  z-index: 20 !important; }
.z-\[1\] {
  z-index: 1 !important; }
.order-1 {
  order: 1 !important; }
.order-first {
  order: -9999 !important; }
.order-last {
  order: 9999 !important; }
.-m-0 {
  margin: -0px !important; }
.-m-1 {
  margin: -0.25rem !important; }
.-m-10 {
  margin: -2.5rem !important; }
.-m-12 {
  margin: -3rem !important; }
.-m-16 {
  margin: -4rem !important; }
.-m-2 {
  margin: -0.5rem !important; }
.-m-20 {
  margin: -5rem !important; }
.-m-24 {
  margin: -6rem !important; }
.-m-28 {
  margin: -7rem !important; }
.-m-2xl {
  margin: -90px !important; }
.-m-3 {
  margin: -0.75rem !important; }
.-m-3xl {
  margin: -120px !important; }
.-m-4 {
  margin: -1rem !important; }
.-m-5 {
  margin: -1.25rem !important; }
.-m-6 {
  margin: -1.5rem !important; }
.-m-8 {
  margin: -2rem !important; }
.-m-9 {
  margin: -2.25rem !important; }
.-m-lg {
  margin: -30px !important; }
.-m-md {
  margin: -15px !important; }
.-m-sm {
  margin: -5px !important; }
.-m-xl {
  margin: -60px !important; }
.m-0 {
  margin: 0px !important; }
.m-1 {
  margin: 0.25rem !important; }
.m-10 {
  margin: 2.5rem !important; }
.m-12 {
  margin: 3rem !important; }
.m-16 {
  margin: 4rem !important; }
.m-2 {
  margin: 0.5rem !important; }
.m-20 {
  margin: 5rem !important; }
.m-24 {
  margin: 6rem !important; }
.m-28 {
  margin: 7rem !important; }
.m-2xl {
  margin: 90px !important; }
.m-3 {
  margin: 0.75rem !important; }
.m-3xl {
  margin: 120px !important; }
.m-4 {
  margin: 1rem !important; }
.m-5 {
  margin: 1.25rem !important; }
.m-6 {
  margin: 1.5rem !important; }
.m-8 {
  margin: 2rem !important; }
.m-9 {
  margin: 2.25rem !important; }
.m-auto {
  margin: auto !important; }
.m-lg {
  margin: 30px !important; }
.m-md {
  margin: 15px !important; }
.m-sm {
  margin: 5px !important; }
.m-xl {
  margin: 60px !important; }
.-mx-0 {
  margin-left: -0px !important;
  margin-right: -0px !important; }
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important; }
.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important; }
.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important; }
.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important; }
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }
.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important; }
.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important; }
.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important; }
.-mx-2xl {
  margin-left: -90px !important;
  margin-right: -90px !important; }
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important; }
.-mx-3xl {
  margin-left: -120px !important;
  margin-right: -120px !important; }
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }
.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important; }
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important; }
.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important; }
.-mx-9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important; }
.-mx-lg {
  margin-left: -30px !important;
  margin-right: -30px !important; }
.-mx-md {
  margin-left: -15px !important;
  margin-right: -15px !important; }
.-mx-sm {
  margin-left: -5px !important;
  margin-right: -5px !important; }
.-mx-xl {
  margin-left: -60px !important;
  margin-right: -60px !important; }
.-my-0 {
  margin-top: -0px !important;
  margin-bottom: -0px !important; }
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important; }
.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important; }
.-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important; }
.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important; }
.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important; }
.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important; }
.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important; }
.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important; }
.-my-2xl {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }
.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important; }
.-my-3xl {
  margin-top: -120px !important;
  margin-bottom: -120px !important; }
.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important; }
.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important; }
.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important; }
.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important; }
.-my-9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important; }
.-my-lg {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }
.-my-md {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }
.-my-sm {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }
.-my-xl {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }
.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }
.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }
.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }
.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }
.mx-2xl {
  margin-left: 90px !important;
  margin-right: 90px !important; }
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }
.mx-3xl {
  margin-left: 120px !important;
  margin-right: 120px !important; }
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important; }
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }
.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important; }
.mx-\[-30px\] {
  margin-left: -30px !important;
  margin-right: -30px !important; }
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }
.mx-lg {
  margin-left: 30px !important;
  margin-right: 30px !important; }
.mx-md {
  margin-left: 15px !important;
  margin-right: 15px !important; }
.mx-sm {
  margin-left: 5px !important;
  margin-right: 5px !important; }
.mx-xl {
  margin-left: 60px !important;
  margin-right: 60px !important; }
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }
.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }
.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }
.my-2xl {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }
.my-3xl {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important; }
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }
.my-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }
.my-md {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }
.my-sm {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }
.my-xl {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }
.-mb-0 {
  margin-bottom: -0px !important; }
.-mb-1 {
  margin-bottom: -0.25rem !important; }
.-mb-10 {
  margin-bottom: -2.5rem !important; }
.-mb-12 {
  margin-bottom: -3rem !important; }
.-mb-16 {
  margin-bottom: -4rem !important; }
.-mb-2 {
  margin-bottom: -0.5rem !important; }
.-mb-20 {
  margin-bottom: -5rem !important; }
.-mb-24 {
  margin-bottom: -6rem !important; }
.-mb-28 {
  margin-bottom: -7rem !important; }
.-mb-2xl {
  margin-bottom: -90px !important; }
.-mb-3 {
  margin-bottom: -0.75rem !important; }
.-mb-3xl {
  margin-bottom: -120px !important; }
.-mb-4 {
  margin-bottom: -1rem !important; }
.-mb-5 {
  margin-bottom: -1.25rem !important; }
.-mb-6 {
  margin-bottom: -1.5rem !important; }
.-mb-8 {
  margin-bottom: -2rem !important; }
.-mb-9 {
  margin-bottom: -2.25rem !important; }
.-mb-lg {
  margin-bottom: -30px !important; }
.-mb-md {
  margin-bottom: -15px !important; }
.-mb-sm {
  margin-bottom: -5px !important; }
.-mb-xl {
  margin-bottom: -60px !important; }
.-ml-0 {
  margin-left: -0px !important; }
.-ml-1 {
  margin-left: -0.25rem !important; }
.-ml-10 {
  margin-left: -2.5rem !important; }
.-ml-12 {
  margin-left: -3rem !important; }
.-ml-16 {
  margin-left: -4rem !important; }
.-ml-2 {
  margin-left: -0.5rem !important; }
.-ml-20 {
  margin-left: -5rem !important; }
.-ml-24 {
  margin-left: -6rem !important; }
.-ml-28 {
  margin-left: -7rem !important; }
.-ml-2xl {
  margin-left: -90px !important; }
.-ml-3 {
  margin-left: -0.75rem !important; }
.-ml-3xl {
  margin-left: -120px !important; }
.-ml-4 {
  margin-left: -1rem !important; }
.-ml-5 {
  margin-left: -1.25rem !important; }
.-ml-6 {
  margin-left: -1.5rem !important; }
.-ml-8 {
  margin-left: -2rem !important; }
.-ml-9 {
  margin-left: -2.25rem !important; }
.-ml-lg {
  margin-left: -30px !important; }
.-ml-md {
  margin-left: -15px !important; }
.-ml-sm {
  margin-left: -5px !important; }
.-ml-xl {
  margin-left: -60px !important; }
.-mr-0 {
  margin-right: -0px !important; }
.-mr-1 {
  margin-right: -0.25rem !important; }
.-mr-10 {
  margin-right: -2.5rem !important; }
.-mr-12 {
  margin-right: -3rem !important; }
.-mr-16 {
  margin-right: -4rem !important; }
.-mr-2 {
  margin-right: -0.5rem !important; }
.-mr-20 {
  margin-right: -5rem !important; }
.-mr-24 {
  margin-right: -6rem !important; }
.-mr-28 {
  margin-right: -7rem !important; }
.-mr-2xl {
  margin-right: -90px !important; }
.-mr-3 {
  margin-right: -0.75rem !important; }
.-mr-3xl {
  margin-right: -120px !important; }
.-mr-4 {
  margin-right: -1rem !important; }
.-mr-5 {
  margin-right: -1.25rem !important; }
.-mr-6 {
  margin-right: -1.5rem !important; }
.-mr-8 {
  margin-right: -2rem !important; }
.-mr-9 {
  margin-right: -2.25rem !important; }
.-mr-lg {
  margin-right: -30px !important; }
.-mr-md {
  margin-right: -15px !important; }
.-mr-sm {
  margin-right: -5px !important; }
.-mr-xl {
  margin-right: -60px !important; }
.-mt-0 {
  margin-top: -0px !important; }
.-mt-1 {
  margin-top: -0.25rem !important; }
.-mt-10 {
  margin-top: -2.5rem !important; }
.-mt-12 {
  margin-top: -3rem !important; }
.-mt-16 {
  margin-top: -4rem !important; }
.-mt-2 {
  margin-top: -0.5rem !important; }
.-mt-20 {
  margin-top: -5rem !important; }
.-mt-24 {
  margin-top: -6rem !important; }
.-mt-28 {
  margin-top: -7rem !important; }
.-mt-2xl {
  margin-top: -90px !important; }
.-mt-3 {
  margin-top: -0.75rem !important; }
.-mt-3xl {
  margin-top: -120px !important; }
.-mt-4 {
  margin-top: -1rem !important; }
.-mt-5 {
  margin-top: -1.25rem !important; }
.-mt-6 {
  margin-top: -1.5rem !important; }
.-mt-8 {
  margin-top: -2rem !important; }
.-mt-9 {
  margin-top: -2.25rem !important; }
.-mt-lg {
  margin-top: -30px !important; }
.-mt-md {
  margin-top: -15px !important; }
.-mt-sm {
  margin-top: -5px !important; }
.-mt-xl {
  margin-top: -60px !important; }
.mb-0 {
  margin-bottom: 0px !important; }
.mb-1 {
  margin-bottom: 0.25rem !important; }
.mb-10 {
  margin-bottom: 2.5rem !important; }
.mb-12 {
  margin-bottom: 3rem !important; }
.mb-16 {
  margin-bottom: 4rem !important; }
.mb-2 {
  margin-bottom: 0.5rem !important; }
.mb-20 {
  margin-bottom: 5rem !important; }
.mb-24 {
  margin-bottom: 6rem !important; }
.mb-28 {
  margin-bottom: 7rem !important; }
.mb-2xl {
  margin-bottom: 90px !important; }
.mb-3 {
  margin-bottom: 0.75rem !important; }
.mb-3xl {
  margin-bottom: 120px !important; }
.mb-4 {
  margin-bottom: 1rem !important; }
.mb-5 {
  margin-bottom: 1.25rem !important; }
.mb-6 {
  margin-bottom: 1.5rem !important; }
.mb-7 {
  margin-bottom: 1.75rem !important; }
.mb-8 {
  margin-bottom: 2rem !important; }
.mb-9 {
  margin-bottom: 2.25rem !important; }
.mb-auto {
  margin-bottom: auto !important; }
.mb-lg {
  margin-bottom: 30px !important; }
.mb-md {
  margin-bottom: 15px !important; }
.mb-sm {
  margin-bottom: 5px !important; }
.mb-xl {
  margin-bottom: 60px !important; }
.ml-0 {
  margin-left: 0px !important; }
.ml-1 {
  margin-left: 0.25rem !important; }
.ml-10 {
  margin-left: 2.5rem !important; }
.ml-12 {
  margin-left: 3rem !important; }
.ml-16 {
  margin-left: 4rem !important; }
.ml-2 {
  margin-left: 0.5rem !important; }
.ml-20 {
  margin-left: 5rem !important; }
.ml-24 {
  margin-left: 6rem !important; }
.ml-28 {
  margin-left: 7rem !important; }
.ml-2xl {
  margin-left: 90px !important; }
.ml-3 {
  margin-left: 0.75rem !important; }
.ml-3xl {
  margin-left: 120px !important; }
.ml-4 {
  margin-left: 1rem !important; }
.ml-5 {
  margin-left: 1.25rem !important; }
.ml-6 {
  margin-left: 1.5rem !important; }
.ml-8 {
  margin-left: 2rem !important; }
.ml-9 {
  margin-left: 2.25rem !important; }
.ml-auto {
  margin-left: auto !important; }
.ml-lg {
  margin-left: 30px !important; }
.ml-md {
  margin-left: 15px !important; }
.ml-sm {
  margin-left: 5px !important; }
.ml-xl {
  margin-left: 60px !important; }
.mr-0 {
  margin-right: 0px !important; }
.mr-1 {
  margin-right: 0.25rem !important; }
.mr-10 {
  margin-right: 2.5rem !important; }
.mr-12 {
  margin-right: 3rem !important; }
.mr-16 {
  margin-right: 4rem !important; }
.mr-2 {
  margin-right: 0.5rem !important; }
.mr-20 {
  margin-right: 5rem !important; }
.mr-24 {
  margin-right: 6rem !important; }
.mr-28 {
  margin-right: 7rem !important; }
.mr-2xl {
  margin-right: 90px !important; }
.mr-3 {
  margin-right: 0.75rem !important; }
.mr-3xl {
  margin-right: 120px !important; }
.mr-4 {
  margin-right: 1rem !important; }
.mr-5 {
  margin-right: 1.25rem !important; }
.mr-6 {
  margin-right: 1.5rem !important; }
.mr-8 {
  margin-right: 2rem !important; }
.mr-9 {
  margin-right: 2.25rem !important; }
.mr-\[10px\] {
  margin-right: 10px !important; }
.mr-auto {
  margin-right: auto !important; }
.mr-lg {
  margin-right: 30px !important; }
.mr-md {
  margin-right: 15px !important; }
.mr-sm {
  margin-right: 5px !important; }
.mr-xl {
  margin-right: 60px !important; }
.mt-0 {
  margin-top: 0px !important; }
.mt-1 {
  margin-top: 0.25rem !important; }
.mt-10 {
  margin-top: 2.5rem !important; }
.mt-12 {
  margin-top: 3rem !important; }
.mt-16 {
  margin-top: 4rem !important; }
.mt-2 {
  margin-top: 0.5rem !important; }
.mt-20 {
  margin-top: 5rem !important; }
.mt-24 {
  margin-top: 6rem !important; }
.mt-28 {
  margin-top: 7rem !important; }
.mt-2xl {
  margin-top: 90px !important; }
.mt-3 {
  margin-top: 0.75rem !important; }
.mt-3xl {
  margin-top: 120px !important; }
.mt-4 {
  margin-top: 1rem !important; }
.mt-5 {
  margin-top: 1.25rem !important; }
.mt-6 {
  margin-top: 1.5rem !important; }
.mt-8 {
  margin-top: 2rem !important; }
.mt-9 {
  margin-top: 2.25rem !important; }
.mt-auto {
  margin-top: auto !important; }
.mt-lg {
  margin-top: 30px !important; }
.mt-md {
  margin-top: 15px !important; }
.mt-sm {
  margin-top: 5px !important; }
.mt-xl {
  margin-top: 60px !important; }
.box-content {
  box-sizing: content-box !important; }
.block {
  display: block !important; }
.inline-block {
  display: inline-block !important; }
.inline {
  display: inline !important; }
.flex {
  display: flex !important; }
.inline-flex {
  display: inline-flex !important; }
.table {
  display: table !important; }
.table-header-group {
  display: table-header-group !important; }
.table-row-group {
  display: table-row-group !important; }
.table-row {
  display: table-row !important; }
.grid {
  display: grid !important; }
.hidden {
  display: none !important; }
.aspect-2 {
  aspect-ratio: 2 !important; }
.aspect-auto {
  aspect-ratio: auto !important; }
.aspect-square {
  aspect-ratio: 1 / 1 !important; }
.aspect-video {
  aspect-ratio: 16 / 9 !important; }
.h-0 {
  height: 0px !important; }
.h-1 {
  height: 0.25rem !important; }
.h-1\/2 {
  height: 50% !important; }
.h-1\/4 {
  height: 25% !important; }
.h-10 {
  height: 2.5rem !important; }
.h-12 {
  height: 3rem !important; }
.h-14 {
  height: 3.5rem !important; }
.h-16 {
  height: 4rem !important; }
.h-2 {
  height: 0.5rem !important; }
.h-2\/3 {
  height: 66.666667% !important; }
.h-24 {
  height: 6rem !important; }
.h-3 {
  height: 0.75rem !important; }
.h-3\/4 {
  height: 75% !important; }
.h-3\/5 {
  height: 60% !important; }
.h-4 {
  height: 1rem !important; }
.h-5 {
  height: 1.25rem !important; }
.h-6 {
  height: 1.5rem !important; }
.h-7 {
  height: 1.75rem !important; }
.h-8 {
  height: 2rem !important; }
.h-9 {
  height: 2.25rem !important; }
.h-\[51px\] {
  height: 51px !important; }
.h-\[70\%\] {
  height: 70% !important; }
.h-\[70px\] {
  height: 70px !important; }
.h-\[8px\] {
  height: 8px !important; }
.h-\[90\%\] {
  height: 90% !important; }
.h-\[9px\] {
  height: 9px !important; }
.h-full {
  height: 100% !important; }
.h-screen {
  height: 100vh !important; }
.h-xl {
  height: 60px !important; }
.max-h-0 {
  max-height: 0px !important; }
.max-h-1 {
  max-height: 0.25rem !important; }
.max-h-10 {
  max-height: 2.5rem !important; }
.max-h-14 {
  max-height: 3.5rem !important; }
.max-h-2 {
  max-height: 0.5rem !important; }
.max-h-24 {
  max-height: 6rem !important; }
.max-h-3 {
  max-height: 0.75rem !important; }
.max-h-4 {
  max-height: 1rem !important; }
.max-h-5 {
  max-height: 1.25rem !important; }
.max-h-6 {
  max-height: 1.5rem !important; }
.max-h-7 {
  max-height: 1.75rem !important; }
.max-h-8 {
  max-height: 2rem !important; }
.max-h-9 {
  max-height: 2.25rem !important; }
.max-h-full {
  max-height: 100% !important; }
.max-h-none {
  max-height: none !important; }
.max-h-screen {
  max-height: 100vh !important; }
.min-h-0 {
  min-height: 0px !important; }
.min-h-1 {
  min-height: 0.25rem !important; }
.min-h-10 {
  min-height: 2.5rem !important; }
.min-h-14 {
  min-height: 3.5rem !important; }
.min-h-2 {
  min-height: 0.5rem !important; }
.min-h-24 {
  min-height: 6rem !important; }
.min-h-3 {
  min-height: 0.75rem !important; }
.min-h-4 {
  min-height: 1rem !important; }
.min-h-5 {
  min-height: 1.25rem !important; }
.min-h-6 {
  min-height: 1.5rem !important; }
.min-h-7 {
  min-height: 1.75rem !important; }
.min-h-8 {
  min-height: 2rem !important; }
.min-h-9 {
  min-height: 2.25rem !important; }
.min-h-full {
  min-height: 100% !important; }
.min-h-screen {
  min-height: 100vh !important; }
.w-0 {
  width: 0px !important; }
.w-1 {
  width: 0.25rem !important; }
.w-1\/2 {
  width: 50% !important; }
.w-1\/3 {
  width: 33.333333% !important; }
.w-1\/4 {
  width: 25% !important; }
.w-10 {
  width: 2.5rem !important; }
.w-14 {
  width: 3.5rem !important; }
.w-2 {
  width: 0.5rem !important; }
.w-2\/3 {
  width: 66.666667% !important; }
.w-24 {
  width: 6rem !important; }
.w-3 {
  width: 0.75rem !important; }
.w-3\/4 {
  width: 75% !important; }
.w-3\/5 {
  width: 60% !important; }
.w-4 {
  width: 1rem !important; }
.w-5 {
  width: 1.25rem !important; }
.w-6 {
  width: 1.5rem !important; }
.w-7 {
  width: 1.75rem !important; }
.w-8 {
  width: 2rem !important; }
.w-9 {
  width: 2.25rem !important; }
.w-\[13px\] {
  width: 13px !important; }
.w-\[14px\] {
  width: 14px !important; }
.w-\[150px\] {
  width: 150px !important; }
.w-\[16\%\] {
  width: 16% !important; }
.w-\[250px\] {
  width: 250px !important; }
.w-\[51px\] {
  width: 51px !important; }
.w-\[70px\] {
  width: 70px !important; }
.w-auto {
  width: auto !important; }
.w-full {
  width: 100% !important; }
.w-screen {
  width: 100vw !important; }
.w-xl {
  width: 60px !important; }
.min-w-0 {
  min-width: 0px !important; }
.min-w-1 {
  min-width: 0.25rem !important; }
.min-w-10 {
  min-width: 2.5rem !important; }
.min-w-14 {
  min-width: 3.5rem !important; }
.min-w-2 {
  min-width: 0.5rem !important; }
.min-w-24 {
  min-width: 6rem !important; }
.min-w-3 {
  min-width: 0.75rem !important; }
.min-w-4 {
  min-width: 1rem !important; }
.min-w-40 {
  min-width: 10rem !important; }
.min-w-5 {
  min-width: 1.25rem !important; }
.min-w-6 {
  min-width: 1.5rem !important; }
.min-w-7 {
  min-width: 1.75rem !important; }
.min-w-8 {
  min-width: 2rem !important; }
.min-w-9 {
  min-width: 2.25rem !important; }
.min-w-full {
  min-width: 100% !important; }
.min-w-xl {
  min-width: 60px !important; }
.max-w-0 {
  max-width: 0px !important; }
.max-w-1 {
  max-width: 0.25rem !important; }
.max-w-10 {
  max-width: 2.5rem !important; }
.max-w-14 {
  max-width: 3.5rem !important; }
.max-w-2 {
  max-width: 0.5rem !important; }
.max-w-24 {
  max-width: 6rem !important; }
.max-w-3 {
  max-width: 0.75rem !important; }
.max-w-3xl {
  max-width: 48rem !important; }
.max-w-4 {
  max-width: 1rem !important; }
.max-w-5 {
  max-width: 1.25rem !important; }
.max-w-6 {
  max-width: 1.5rem !important; }
.max-w-7 {
  max-width: 1.75rem !important; }
.max-w-8 {
  max-width: 2rem !important; }
.max-w-9 {
  max-width: 2.25rem !important; }
.max-w-\[110px\] {
  max-width: 110px !important; }
.max-w-\[1140px\] {
  max-width: 1140px !important; }
.max-w-\[150px\] {
  max-width: 150px !important; }
.max-w-\[380px\] {
  max-width: 380px !important; }
.max-w-\[43\.75rem\] {
  max-width: 43.75rem !important; }
.max-w-\[700px\] {
  max-width: 700px !important; }
.max-w-\[720px\] {
  max-width: 720px !important; }
.max-w-\[800px\] {
  max-width: 800px !important; }
.max-w-\[962px\] {
  max-width: 962px !important; }
.max-w-full {
  max-width: 100% !important; }
.max-w-md {
  max-width: 28rem !important; }
.max-w-none {
  max-width: none !important; }
.flex-1 {
  flex: 1 1 0% !important; }
.flex-auto {
  flex: 1 1 auto !important; }
.flex-initial {
  flex: 0 1 auto !important; }
.flex-none {
  flex: none !important; }
.flex-shrink-0 {
  flex-shrink: 0 !important; }
.shrink-0 {
  flex-shrink: 0 !important; }
.flex-grow {
  flex-grow: 1 !important; }
.grow {
  flex-grow: 1 !important; }
.basis-1\/2 {
  flex-basis: 50% !important; }
.table-fixed {
  table-layout: fixed !important; }
.border-collapse {
  border-collapse: collapse !important; }
.border-separate {
  border-collapse: separate !important; }
.border-spacing-0 {
  --tw-border-spacing-x: 0px !important;
  --tw-border-spacing-y: 0px !important;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important; }
.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)) !important; }
.list-inside {
  list-style-position: inside !important; }
.list-outside {
  list-style-position: outside !important; }
.list-disc {
  list-style-type: disc !important; }
.list-none {
  list-style-type: none !important; }
.columns-1 {
  -moz-columns: 1 !important;
       columns: 1 !important; }
.columns-2 {
  -moz-columns: 2 !important;
       columns: 2 !important; }
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important; }
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important; }
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important; }
.grid-cols-none {
  grid-template-columns: none !important; }
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important; }
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr)) !important; }
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr)) !important; }
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr)) !important; }
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important; }
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important; }
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important; }
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important; }
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important; }
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr)) !important; }
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr)) !important; }
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr)) !important; }
.grid-rows-none {
  grid-template-rows: none !important; }
.flex-row {
  flex-direction: row !important; }
.flex-row-reverse {
  flex-direction: row-reverse !important; }
.flex-col {
  flex-direction: column !important; }
.flex-col-reverse {
  flex-direction: column-reverse !important; }
.flex-wrap {
  flex-wrap: wrap !important; }
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }
.flex-nowrap {
  flex-wrap: nowrap !important; }
.content-start {
  align-content: flex-start !important; }
.items-start {
  align-items: flex-start !important; }
.items-end {
  align-items: flex-end !important; }
.items-center {
  align-items: center !important; }
.items-baseline {
  align-items: baseline !important; }
.items-stretch {
  align-items: stretch !important; }
.justify-start {
  justify-content: flex-start !important; }
.justify-end {
  justify-content: flex-end !important; }
.justify-center {
  justify-content: center !important; }
.justify-between {
  justify-content: space-between !important; }
.justify-around {
  justify-content: space-around !important; }
.justify-evenly {
  justify-content: space-evenly !important; }
.justify-stretch {
  justify-content: stretch !important; }
.gap-0 {
  gap: 0px !important; }
.gap-1 {
  gap: 0.25rem !important; }
.gap-10 {
  gap: 2.5rem !important; }
.gap-16 {
  gap: 4rem !important; }
.gap-2 {
  gap: 0.5rem !important; }
.gap-3 {
  gap: 0.75rem !important; }
.gap-32 {
  gap: 8rem !important; }
.gap-4 {
  gap: 1rem !important; }
.gap-5 {
  gap: 1.25rem !important; }
.gap-6 {
  gap: 1.5rem !important; }
.gap-7 {
  gap: 1.75rem !important; }
.gap-8 {
  gap: 2rem !important; }
.gap-9 {
  gap: 2.25rem !important; }
.gap-\[11px\] {
  gap: 11px !important; }
.gap-\[34px\] {
  gap: 34px !important; }
.gap-\[38px\] {
  gap: 38px !important; }
.gap-\[72px\] {
  gap: 72px !important; }
.gap-\[7px\] {
  gap: 7px !important; }
.gap-lg {
  gap: 30px !important; }
.gap-md {
  gap: 15px !important; }
.gap-sm {
  gap: 5px !important; }
.gap-xl {
  gap: 60px !important; }
.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important; }
.gap-x-\[4\%\] {
  -moz-column-gap: 4% !important;
       column-gap: 4% !important; }
.gap-x-\[60px\] {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important; }
.gap-y-4 {
  row-gap: 1rem !important; }
.gap-y-8 {
  row-gap: 2rem !important; }
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; }
.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; }
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; }
.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; }
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important; }
.divide-\[\#5f7490\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(95 116 144 / var(--tw-divide-opacity, 1)) !important; }
.divide-\[\#d9d9d9\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-divide-opacity, 1)) !important; }
.divide-medium-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(87 125 172 / var(--tw-divide-opacity, 1)) !important; }
.divide-medium-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(201 198 192 / var(--tw-divide-opacity, 1)) !important; }
.overflow-hidden {
  overflow: hidden !important; }
.rounded {
  border-radius: 15px !important; }
.rounded-2xl {
  border-radius: 1rem !important; }
.rounded-full {
  border-radius: 9999px !important; }
.rounded-lg {
  border-radius: 10px !important; }
.rounded-none {
  border-radius: 0px !important; }
.rounded-xl {
  border-radius: 0.75rem !important; }
.rounded-b {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important; }
.rounded-b-lg {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }
.rounded-t {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important; }
.rounded-bl {
  border-bottom-left-radius: 15px !important; }
.rounded-bl-\[15px\] {
  border-bottom-left-radius: 15px !important; }
.rounded-bl-lg {
  border-bottom-left-radius: 10px !important; }
.rounded-br {
  border-bottom-right-radius: 15px !important; }
.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px !important; }
.rounded-br-lg {
  border-bottom-right-radius: 10px !important; }
.rounded-tl {
  border-top-left-radius: 15px !important; }
.rounded-tl-lg {
  border-top-left-radius: 10px !important; }
.rounded-tr {
  border-top-right-radius: 15px !important; }
.rounded-tr-lg {
  border-top-right-radius: 10px !important; }
.border {
  border-width: 1px !important; }
.border-2 {
  border-width: 2px !important; }
.border-\[5px\] {
  border-width: 5px !important; }
.border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important; }
.border-b {
  border-bottom-width: 1px !important; }
.border-b-0 {
  border-bottom-width: 0px !important; }
.border-l-0 {
  border-left-width: 0px !important; }
.border-r-0 {
  border-right-width: 0px !important; }
.border-t {
  border-top-width: 1px !important; }
.border-t-0 {
  border-top-width: 0px !important; }
.border-solid {
  border-style: solid !important; }
.border-none {
  border-style: none !important; }
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important; }
.border-\[\#394e6a\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(57 78 106 / var(--tw-border-opacity, 1)) !important; }
.border-\[\#627ea2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(98 126 162 / var(--tw-border-opacity, 1)) !important; }
.border-\[\#c2ded5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(194 222 213 / var(--tw-border-opacity, 1)) !important; }
.border-\[\#d5d5d5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1)) !important; }
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) !important; }
.border-\[\#dddddd\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1)) !important; }
.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important; }
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important; }
.bg-\[\#427989\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 121 137 / var(--tw-bg-opacity, 1)) !important; }
.bg-\[\#46678e\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 103 142 / var(--tw-bg-opacity, 1)) !important; }
.bg-\[\#62a154\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(98 161 84 / var(--tw-bg-opacity, 1)) !important; }
.bg-\[\#c48615\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 134 21 / var(--tw-bg-opacity, 1)) !important; }
.bg-\[\#d3f4ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 244 255 / var(--tw-bg-opacity, 1)) !important; }
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important; }
.bg-account-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(53 130 107 / var(--tw-bg-opacity, 1)) !important; }
.bg-alert-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 76 1 / var(--tw-bg-opacity, 1)) !important; }
.bg-background-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 49 70 / var(--tw-bg-opacity, 1)) !important; }
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important; }
.bg-dark-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 46 65 / var(--tw-bg-opacity, 1)) !important; }
.bg-light-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important; }
.bg-medium-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 125 172 / var(--tw-bg-opacity, 1)) !important; }
.bg-meeting-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 96 45 / var(--tw-bg-opacity, 1)) !important; }
.bg-pay-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 138 162 / var(--tw-bg-opacity, 1)) !important; }
.bg-pay-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 129 120 / var(--tw-bg-opacity, 1)) !important; }
.bg-primary-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 103 142 / var(--tw-bg-opacity, 1)) !important; }
.bg-service-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 151 0 / var(--tw-bg-opacity, 1)) !important; }
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important; }
.bg-cover {
  background-size: cover !important; }
.fill-\[\#4a4a4a\] {
  fill: #4a4a4a !important; }
.fill-white {
  fill: #ffffff !important; }
.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important; }
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important; }
.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important; }
.object-none {
  -o-object-fit: none !important;
     object-fit: none !important; }
.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important; }
.p-0 {
  padding: 0px !important; }
.p-1 {
  padding: 0.25rem !important; }
.p-10 {
  padding: 2.5rem !important; }
.p-12 {
  padding: 3rem !important; }
.p-16 {
  padding: 4rem !important; }
.p-2 {
  padding: 0.5rem !important; }
.p-20 {
  padding: 5rem !important; }
.p-24 {
  padding: 6rem !important; }
.p-28 {
  padding: 7rem !important; }
.p-2xl {
  padding: 90px !important; }
.p-3 {
  padding: 0.75rem !important; }
.p-3xl {
  padding: 120px !important; }
.p-4 {
  padding: 1rem !important; }
.p-5 {
  padding: 1.25rem !important; }
.p-6 {
  padding: 1.5rem !important; }
.p-8 {
  padding: 2rem !important; }
.p-9 {
  padding: 2.25rem !important; }
.p-lg {
  padding: 30px !important; }
.p-md {
  padding: 15px !important; }
.p-sm {
  padding: 5px !important; }
.p-xl {
  padding: 60px !important; }
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }
.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }
.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }
.px-2xl {
  padding-left: 90px !important;
  padding-right: 90px !important; }
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }
.px-3xl {
  padding-left: 120px !important;
  padding-right: 120px !important; }
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }
.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important; }
.px-lg {
  padding-left: 30px !important;
  padding-right: 30px !important; }
.px-md {
  padding-left: 15px !important;
  padding-right: 15px !important; }
.px-sm {
  padding-left: 5px !important;
  padding-right: 5px !important; }
.px-xl {
  padding-left: 60px !important;
  padding-right: 60px !important; }
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }
.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }
.py-2xl {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }
.py-3xl {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important; }
.py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }
.py-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }
.py-md {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
.py-sm {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
.py-xl {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
.pb-0 {
  padding-bottom: 0px !important; }
.pb-1 {
  padding-bottom: 0.25rem !important; }
.pb-10 {
  padding-bottom: 2.5rem !important; }
.pb-12 {
  padding-bottom: 3rem !important; }
.pb-16 {
  padding-bottom: 4rem !important; }
.pb-2 {
  padding-bottom: 0.5rem !important; }
.pb-20 {
  padding-bottom: 5rem !important; }
.pb-24 {
  padding-bottom: 6rem !important; }
.pb-28 {
  padding-bottom: 7rem !important; }
.pb-2xl {
  padding-bottom: 90px !important; }
.pb-3 {
  padding-bottom: 0.75rem !important; }
.pb-3xl {
  padding-bottom: 120px !important; }
.pb-4 {
  padding-bottom: 1rem !important; }
.pb-5 {
  padding-bottom: 1.25rem !important; }
.pb-6 {
  padding-bottom: 1.5rem !important; }
.pb-8 {
  padding-bottom: 2rem !important; }
.pb-9 {
  padding-bottom: 2.25rem !important; }
.pb-lg {
  padding-bottom: 30px !important; }
.pb-md {
  padding-bottom: 15px !important; }
.pb-sm {
  padding-bottom: 5px !important; }
.pb-xl {
  padding-bottom: 60px !important; }
.pe-8 {
  padding-inline-end: 2rem !important; }
.pl-0 {
  padding-left: 0px !important; }
.pl-1 {
  padding-left: 0.25rem !important; }
.pl-10 {
  padding-left: 2.5rem !important; }
.pl-12 {
  padding-left: 3rem !important; }
.pl-16 {
  padding-left: 4rem !important; }
.pl-2 {
  padding-left: 0.5rem !important; }
.pl-20 {
  padding-left: 5rem !important; }
.pl-24 {
  padding-left: 6rem !important; }
.pl-28 {
  padding-left: 7rem !important; }
.pl-2xl {
  padding-left: 90px !important; }
.pl-3 {
  padding-left: 0.75rem !important; }
.pl-3xl {
  padding-left: 120px !important; }
.pl-4 {
  padding-left: 1rem !important; }
.pl-5 {
  padding-left: 1.25rem !important; }
.pl-6 {
  padding-left: 1.5rem !important; }
.pl-8 {
  padding-left: 2rem !important; }
.pl-9 {
  padding-left: 2.25rem !important; }
.pl-\[65px\] {
  padding-left: 65px !important; }
.pl-lg {
  padding-left: 30px !important; }
.pl-md {
  padding-left: 15px !important; }
.pl-sm {
  padding-left: 5px !important; }
.pl-xl {
  padding-left: 60px !important; }
.pr-0 {
  padding-right: 0px !important; }
.pr-1 {
  padding-right: 0.25rem !important; }
.pr-10 {
  padding-right: 2.5rem !important; }
.pr-12 {
  padding-right: 3rem !important; }
.pr-16 {
  padding-right: 4rem !important; }
.pr-2 {
  padding-right: 0.5rem !important; }
.pr-20 {
  padding-right: 5rem !important; }
.pr-24 {
  padding-right: 6rem !important; }
.pr-28 {
  padding-right: 7rem !important; }
.pr-2xl {
  padding-right: 90px !important; }
.pr-3 {
  padding-right: 0.75rem !important; }
.pr-3xl {
  padding-right: 120px !important; }
.pr-4 {
  padding-right: 1rem !important; }
.pr-5 {
  padding-right: 1.25rem !important; }
.pr-6 {
  padding-right: 1.5rem !important; }
.pr-8 {
  padding-right: 2rem !important; }
.pr-9 {
  padding-right: 2.25rem !important; }
.pr-lg {
  padding-right: 30px !important; }
.pr-md {
  padding-right: 15px !important; }
.pr-sm {
  padding-right: 5px !important; }
.pr-xl {
  padding-right: 60px !important; }
.ps-4 {
  padding-inline-start: 1rem !important; }
.pt-0 {
  padding-top: 0px !important; }
.pt-1 {
  padding-top: 0.25rem !important; }
.pt-10 {
  padding-top: 2.5rem !important; }
.pt-12 {
  padding-top: 3rem !important; }
.pt-14 {
  padding-top: 3.5rem !important; }
.pt-16 {
  padding-top: 4rem !important; }
.pt-2 {
  padding-top: 0.5rem !important; }
.pt-20 {
  padding-top: 5rem !important; }
.pt-24 {
  padding-top: 6rem !important; }
.pt-28 {
  padding-top: 7rem !important; }
.pt-2xl {
  padding-top: 90px !important; }
.pt-3 {
  padding-top: 0.75rem !important; }
.pt-3xl {
  padding-top: 120px !important; }
.pt-4 {
  padding-top: 1rem !important; }
.pt-5 {
  padding-top: 1.25rem !important; }
.pt-6 {
  padding-top: 1.5rem !important; }
.pt-8 {
  padding-top: 2rem !important; }
.pt-9 {
  padding-top: 2.25rem !important; }
.pt-lg {
  padding-top: 30px !important; }
.pt-md {
  padding-top: 15px !important; }
.pt-sm {
  padding-top: 5px !important; }
.pt-xl {
  padding-top: 60px !important; }
.text-left {
  text-align: left !important; }
.text-center {
  text-align: center !important; }
.text-right {
  text-align: right !important; }
.text-justify {
  text-align: justify !important; }
.text-start {
  text-align: start !important; }
.text-end {
  text-align: end !important; }
.align-top {
  vertical-align: top !important; }
.align-middle {
  vertical-align: middle !important; }
.text-2xl {
  font-size: 24px !important;
  line-height: 32px !important; }
.text-3xl {
  font-size: 32px !important;
  line-height: 42px !important; }
.text-4xl {
  font-size: 40px !important;
  line-height: 46px !important; }
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important; }
.text-6xl {
  font-size: 58px !important;
  line-height: 58px !important; }
.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important; }
.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important; }
.text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important; }
.text-\[16px\]\/\[24px\] {
  font-size: 16px !important;
  line-height: 24px !important; }
.text-\[18px\]\/\[20px\] {
  font-size: 18px !important;
  line-height: 20px !important; }
.text-\[18px\]\/\[22px\] {
  font-size: 18px !important;
  line-height: 22px !important; }
.text-\[18px\]\/\[24px\] {
  font-size: 18px !important;
  line-height: 24px !important; }
.text-\[20px\]\/\[24px\] {
  font-size: 20px !important;
  line-height: 24px !important; }
.text-\[20px\]\/\[26px\] {
  font-size: 20px !important;
  line-height: 26px !important; }
.text-\[20px\]\/\[28px\] {
  font-size: 20px !important;
  line-height: 28px !important; }
.text-\[22px\] {
  font-size: 22px !important; }
.text-\[22px\]\/\[29px\] {
  font-size: 22px !important;
  line-height: 29px !important; }
.text-\[22px\]\/\[30px\] {
  font-size: 22px !important;
  line-height: 30px !important; }
.text-\[24px\]\/\[31px\] {
  font-size: 24px !important;
  line-height: 31px !important; }
.text-\[24px\]\/\[34px\] {
  font-size: 24px !important;
  line-height: 34px !important; }
.text-\[26px\]\/\[28px\] {
  font-size: 26px !important;
  line-height: 28px !important; }
.text-\[26px\]\/\[36px\] {
  font-size: 26px !important;
  line-height: 36px !important; }
.text-\[28px\]\/\[42px\] {
  font-size: 28px !important;
  line-height: 42px !important; }
.text-\[30px\]\/\[34px\] {
  font-size: 30px !important;
  line-height: 34px !important; }
.text-\[32px\]\/\[36px\] {
  font-size: 32px !important;
  line-height: 36px !important; }
.text-\[32px\]\/\[38px\] {
  font-size: 32px !important;
  line-height: 38px !important; }
.text-\[36px\]\/\[46px\] {
  font-size: 36px !important;
  line-height: 46px !important; }
.text-\[38px\]\/\[42px\] {
  font-size: 38px !important;
  line-height: 42px !important; }
.text-\[40px\]\/\[46px\] {
  font-size: 40px !important;
  line-height: 46px !important; }
.text-base {
  font-size: 16px !important;
  line-height: 20px !important; }
.text-lg {
  font-size: 18px !important;
  line-height: 22px !important; }
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important; }
.text-sm\/\[2\.25\] {
  font-size: 0.875rem !important;
  line-height: 2.25 !important; }
.text-xl {
  font-size: 20px !important;
  line-height: 30px !important; }
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important; }
.font-bold {
  font-weight: 700 !important; }
.font-extralight {
  font-weight: 200 !important; }
.font-light {
  font-weight: 300 !important; }
.font-normal {
  font-weight: 400 !important; }
.font-semibold {
  font-weight: 600 !important; }
.uppercase {
  text-transform: uppercase !important; }
.normal-case {
  text-transform: none !important; }
.italic {
  font-style: italic !important; }
.leading-\[22px\] {
  line-height: 22px !important; }
.leading-\[28px\] {
  line-height: 28px !important; }
.leading-none {
  line-height: 1 !important; }
.tracking-\[-0\.11px\] {
  letter-spacing: -0.11px !important; }
.tracking-\[-0\.13px\] {
  letter-spacing: -0.13px !important; }
.tracking-\[-0\.1px\] {
  letter-spacing: -0.1px !important; }
.tracking-\[-0\.22px\] {
  letter-spacing: -0.22px !important; }
.tracking-\[-0\.35px\] {
  letter-spacing: -0.35px !important; }
.tracking-\[-0\.38px\] {
  letter-spacing: -0.38px !important; }
.tracking-\[-0\.44px\] {
  letter-spacing: -0.44px !important; }
.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px !important; }
.tracking-normal {
  letter-spacing: 0em !important; }
.text-\[\#2b2b2b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1)) !important; }
.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1 !important;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1)) !important; }
.text-\[\#6e6c68\] {
  --tw-text-opacity: 1 !important;
  color: rgb(110 108 104 / var(--tw-text-opacity, 1)) !important; }
.text-\[\#737373\] {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1)) !important; }
.text-all-text {
  --tw-text-opacity: 1 !important;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1)) !important; }
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important; }
.text-primary-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(70 103 142 / var(--tw-text-opacity, 1)) !important; }
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important; }
.underline {
  text-decoration-line: underline !important; }
.no-underline {
  text-decoration-line: none !important; }
.decoration-1 {
  text-decoration-thickness: 1px !important; }
.underline-offset-2 {
  text-underline-offset: 2px !important; }
.shadow {
  --tw-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08) !important;
  --tw-shadow-colored: 0 3px 4px 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; }
.outline {
  outline-style: solid !important; }
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important; }
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important; }
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important; }
.backdrop\:bg-black::backdrop {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important; }
.backdrop\:opacity-50::backdrop {
  opacity: 0.5 !important; }
.first\:border-t-0:first-child {
  border-top-width: 0px !important; }
.first\:pt-0:first-child {
  padding-top: 0px !important; }
.last\:p-0:last-child {
  padding: 0px !important; }
.last\:p-1:last-child {
  padding: 0.25rem !important; }
.last\:p-10:last-child {
  padding: 2.5rem !important; }
.last\:p-12:last-child {
  padding: 3rem !important; }
.last\:p-16:last-child {
  padding: 4rem !important; }
.last\:p-2:last-child {
  padding: 0.5rem !important; }
.last\:p-20:last-child {
  padding: 5rem !important; }
.last\:p-24:last-child {
  padding: 6rem !important; }
.last\:p-28:last-child {
  padding: 7rem !important; }
.last\:p-2xl:last-child {
  padding: 90px !important; }
.last\:p-3:last-child {
  padding: 0.75rem !important; }
.last\:p-3xl:last-child {
  padding: 120px !important; }
.last\:p-4:last-child {
  padding: 1rem !important; }
.last\:p-5:last-child {
  padding: 1.25rem !important; }
.last\:p-6:last-child {
  padding: 1.5rem !important; }
.last\:p-8:last-child {
  padding: 2rem !important; }
.last\:p-9:last-child {
  padding: 2.25rem !important; }
.last\:p-lg:last-child {
  padding: 30px !important; }
.last\:p-md:last-child {
  padding: 15px !important; }
.last\:p-sm:last-child {
  padding: 5px !important; }
.last\:p-xl:last-child {
  padding: 60px !important; }
.last\:px-0:last-child {
  padding-left: 0px !important;
  padding-right: 0px !important; }
.last\:px-1:last-child {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }
.last\:px-10:last-child {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }
.last\:px-12:last-child {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }
.last\:px-16:last-child {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }
.last\:px-2:last-child {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }
.last\:px-20:last-child {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }
.last\:px-24:last-child {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }
.last\:px-28:last-child {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }
.last\:px-2xl:last-child {
  padding-left: 90px !important;
  padding-right: 90px !important; }
.last\:px-3:last-child {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }
.last\:px-3xl:last-child {
  padding-left: 120px !important;
  padding-right: 120px !important; }
.last\:px-4:last-child {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
.last\:px-5:last-child {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }
.last\:px-6:last-child {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }
.last\:px-8:last-child {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }
.last\:px-9:last-child {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important; }
.last\:px-lg:last-child {
  padding-left: 30px !important;
  padding-right: 30px !important; }
.last\:px-md:last-child {
  padding-left: 15px !important;
  padding-right: 15px !important; }
.last\:px-sm:last-child {
  padding-left: 5px !important;
  padding-right: 5px !important; }
.last\:px-xl:last-child {
  padding-left: 60px !important;
  padding-right: 60px !important; }
.last\:py-0:last-child {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
.last\:py-1:last-child {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }
.last\:py-10:last-child {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }
.last\:py-12:last-child {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
.last\:py-16:last-child {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }
.last\:py-2:last-child {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }
.last\:py-20:last-child {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
.last\:py-24:last-child {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }
.last\:py-28:last-child {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }
.last\:py-2xl:last-child {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }
.last\:py-3:last-child {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }
.last\:py-3xl:last-child {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }
.last\:py-4:last-child {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }
.last\:py-5:last-child {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }
.last\:py-6:last-child {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
.last\:py-8:last-child {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }
.last\:py-9:last-child {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important; }
.last\:py-lg:last-child {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }
.last\:py-md:last-child {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
.last\:py-sm:last-child {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
.last\:py-xl:last-child {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
.last\:pb-0:last-child {
  padding-bottom: 0px !important; }
.last\:pb-1:last-child {
  padding-bottom: 0.25rem !important; }
.last\:pb-10:last-child {
  padding-bottom: 2.5rem !important; }
.last\:pb-12:last-child {
  padding-bottom: 3rem !important; }
.last\:pb-16:last-child {
  padding-bottom: 4rem !important; }
.last\:pb-2:last-child {
  padding-bottom: 0.5rem !important; }
.last\:pb-20:last-child {
  padding-bottom: 5rem !important; }
.last\:pb-24:last-child {
  padding-bottom: 6rem !important; }
.last\:pb-28:last-child {
  padding-bottom: 7rem !important; }
.last\:pb-2xl:last-child {
  padding-bottom: 90px !important; }
.last\:pb-3:last-child {
  padding-bottom: 0.75rem !important; }
.last\:pb-3xl:last-child {
  padding-bottom: 120px !important; }
.last\:pb-4:last-child {
  padding-bottom: 1rem !important; }
.last\:pb-5:last-child {
  padding-bottom: 1.25rem !important; }
.last\:pb-6:last-child {
  padding-bottom: 1.5rem !important; }
.last\:pb-8:last-child {
  padding-bottom: 2rem !important; }
.last\:pb-9:last-child {
  padding-bottom: 2.25rem !important; }
.last\:pb-lg:last-child {
  padding-bottom: 30px !important; }
.last\:pb-md:last-child {
  padding-bottom: 15px !important; }
.last\:pb-sm:last-child {
  padding-bottom: 5px !important; }
.last\:pb-xl:last-child {
  padding-bottom: 60px !important; }
.last\:pl-0:last-child {
  padding-left: 0px !important; }
.last\:pl-1:last-child {
  padding-left: 0.25rem !important; }
.last\:pl-10:last-child {
  padding-left: 2.5rem !important; }
.last\:pl-12:last-child {
  padding-left: 3rem !important; }
.last\:pl-16:last-child {
  padding-left: 4rem !important; }
.last\:pl-2:last-child {
  padding-left: 0.5rem !important; }
.last\:pl-20:last-child {
  padding-left: 5rem !important; }
.last\:pl-24:last-child {
  padding-left: 6rem !important; }
.last\:pl-28:last-child {
  padding-left: 7rem !important; }
.last\:pl-2xl:last-child {
  padding-left: 90px !important; }
.last\:pl-3:last-child {
  padding-left: 0.75rem !important; }
.last\:pl-3xl:last-child {
  padding-left: 120px !important; }
.last\:pl-4:last-child {
  padding-left: 1rem !important; }
.last\:pl-5:last-child {
  padding-left: 1.25rem !important; }
.last\:pl-6:last-child {
  padding-left: 1.5rem !important; }
.last\:pl-8:last-child {
  padding-left: 2rem !important; }
.last\:pl-9:last-child {
  padding-left: 2.25rem !important; }
.last\:pl-lg:last-child {
  padding-left: 30px !important; }
.last\:pl-md:last-child {
  padding-left: 15px !important; }
.last\:pl-sm:last-child {
  padding-left: 5px !important; }
.last\:pl-xl:last-child {
  padding-left: 60px !important; }
.last\:pr-0:last-child {
  padding-right: 0px !important; }
.last\:pr-1:last-child {
  padding-right: 0.25rem !important; }
.last\:pr-10:last-child {
  padding-right: 2.5rem !important; }
.last\:pr-12:last-child {
  padding-right: 3rem !important; }
.last\:pr-16:last-child {
  padding-right: 4rem !important; }
.last\:pr-2:last-child {
  padding-right: 0.5rem !important; }
.last\:pr-20:last-child {
  padding-right: 5rem !important; }
.last\:pr-24:last-child {
  padding-right: 6rem !important; }
.last\:pr-28:last-child {
  padding-right: 7rem !important; }
.last\:pr-2xl:last-child {
  padding-right: 90px !important; }
.last\:pr-3:last-child {
  padding-right: 0.75rem !important; }
.last\:pr-3xl:last-child {
  padding-right: 120px !important; }
.last\:pr-4:last-child {
  padding-right: 1rem !important; }
.last\:pr-5:last-child {
  padding-right: 1.25rem !important; }
.last\:pr-6:last-child {
  padding-right: 1.5rem !important; }
.last\:pr-8:last-child {
  padding-right: 2rem !important; }
.last\:pr-9:last-child {
  padding-right: 2.25rem !important; }
.last\:pr-lg:last-child {
  padding-right: 30px !important; }
.last\:pr-md:last-child {
  padding-right: 15px !important; }
.last\:pr-sm:last-child {
  padding-right: 5px !important; }
.last\:pr-xl:last-child {
  padding-right: 60px !important; }
.last\:pt-0:last-child {
  padding-top: 0px !important; }
.last\:pt-1:last-child {
  padding-top: 0.25rem !important; }
.last\:pt-10:last-child {
  padding-top: 2.5rem !important; }
.last\:pt-12:last-child {
  padding-top: 3rem !important; }
.last\:pt-16:last-child {
  padding-top: 4rem !important; }
.last\:pt-2:last-child {
  padding-top: 0.5rem !important; }
.last\:pt-20:last-child {
  padding-top: 5rem !important; }
.last\:pt-24:last-child {
  padding-top: 6rem !important; }
.last\:pt-28:last-child {
  padding-top: 7rem !important; }
.last\:pt-2xl:last-child {
  padding-top: 90px !important; }
.last\:pt-3:last-child {
  padding-top: 0.75rem !important; }
.last\:pt-3xl:last-child {
  padding-top: 120px !important; }
.last\:pt-4:last-child {
  padding-top: 1rem !important; }
.last\:pt-5:last-child {
  padding-top: 1.25rem !important; }
.last\:pt-6:last-child {
  padding-top: 1.5rem !important; }
.last\:pt-8:last-child {
  padding-top: 2rem !important; }
.last\:pt-9:last-child {
  padding-top: 2.25rem !important; }
.last\:pt-lg:last-child {
  padding-top: 30px !important; }
.last\:pt-md:last-child {
  padding-top: 15px !important; }
.last\:pt-sm:last-child {
  padding-top: 5px !important; }
.last\:pt-xl:last-child {
  padding-top: 60px !important; }
.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important; }
.even\:bg-\[\#f5f5f5\]:nth-child(even) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important; }
.hover\:border-primary-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 103 142 / var(--tw-border-opacity, 1)) !important; }
.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important; }
.hover\:fill-\[\#afc4da\]:hover {
  fill: #afc4da !important; }
.hover\:text-account-green:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(53 130 107 / var(--tw-text-opacity, 1)) !important; }
.hover\:text-alert-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(199 76 1 / var(--tw-text-opacity, 1)) !important; }
.hover\:text-light-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(140 167 195 / var(--tw-text-opacity, 1)) !important; }
.hover\:text-meeting-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(208 96 45 / var(--tw-text-opacity, 1)) !important; }
.hover\:underline:hover {
  text-decoration-line: underline !important; }
.hover\:no-underline:hover {
  text-decoration-line: none !important; }
.focus\:not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }
.focus\:border-primary-blue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 103 142 / var(--tw-border-opacity, 1)) !important; }
.focus\:fill-\[\#afc4da\]:focus {
  fill: #afc4da !important; }
.focus\:underline:focus {
  text-decoration-line: underline !important; }
.group:hover .group-hover\:underline {
  text-decoration-line: underline !important; }
@media not all and (min-width: 1400px) {
  .max-2xl\:p-0 {
    padding: 0px !important; }
  .max-2xl\:p-1 {
    padding: 0.25rem !important; }
  .max-2xl\:p-10 {
    padding: 2.5rem !important; }
  .max-2xl\:p-12 {
    padding: 3rem !important; }
  .max-2xl\:p-16 {
    padding: 4rem !important; }
  .max-2xl\:p-2 {
    padding: 0.5rem !important; }
  .max-2xl\:p-20 {
    padding: 5rem !important; }
  .max-2xl\:p-24 {
    padding: 6rem !important; }
  .max-2xl\:p-28 {
    padding: 7rem !important; }
  .max-2xl\:p-2xl {
    padding: 90px !important; }
  .max-2xl\:p-3 {
    padding: 0.75rem !important; }
  .max-2xl\:p-3xl {
    padding: 120px !important; }
  .max-2xl\:p-4 {
    padding: 1rem !important; }
  .max-2xl\:p-5 {
    padding: 1.25rem !important; }
  .max-2xl\:p-6 {
    padding: 1.5rem !important; }
  .max-2xl\:p-8 {
    padding: 2rem !important; }
  .max-2xl\:p-9 {
    padding: 2.25rem !important; }
  .max-2xl\:p-lg {
    padding: 30px !important; }
  .max-2xl\:p-md {
    padding: 15px !important; }
  .max-2xl\:p-sm {
    padding: 5px !important; }
  .max-2xl\:p-xl {
    padding: 60px !important; }
  .max-2xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .max-2xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .max-2xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .max-2xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .max-2xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .max-2xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .max-2xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .max-2xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .max-2xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .max-2xl\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .max-2xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .max-2xl\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .max-2xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .max-2xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .max-2xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .max-2xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .max-2xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .max-2xl\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .max-2xl\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .max-2xl\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .max-2xl\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .max-2xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .max-2xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .max-2xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .max-2xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .max-2xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .max-2xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .max-2xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .max-2xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .max-2xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .max-2xl\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .max-2xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .max-2xl\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .max-2xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .max-2xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .max-2xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .max-2xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .max-2xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .max-2xl\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .max-2xl\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .max-2xl\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .max-2xl\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .max-2xl\:pb-0 {
    padding-bottom: 0px !important; }
  .max-2xl\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .max-2xl\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .max-2xl\:pb-12 {
    padding-bottom: 3rem !important; }
  .max-2xl\:pb-16 {
    padding-bottom: 4rem !important; }
  .max-2xl\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .max-2xl\:pb-20 {
    padding-bottom: 5rem !important; }
  .max-2xl\:pb-24 {
    padding-bottom: 6rem !important; }
  .max-2xl\:pb-28 {
    padding-bottom: 7rem !important; }
  .max-2xl\:pb-2xl {
    padding-bottom: 90px !important; }
  .max-2xl\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .max-2xl\:pb-3xl {
    padding-bottom: 120px !important; }
  .max-2xl\:pb-4 {
    padding-bottom: 1rem !important; }
  .max-2xl\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .max-2xl\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .max-2xl\:pb-8 {
    padding-bottom: 2rem !important; }
  .max-2xl\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .max-2xl\:pb-lg {
    padding-bottom: 30px !important; }
  .max-2xl\:pb-md {
    padding-bottom: 15px !important; }
  .max-2xl\:pb-sm {
    padding-bottom: 5px !important; }
  .max-2xl\:pb-xl {
    padding-bottom: 60px !important; }
  .max-2xl\:pl-0 {
    padding-left: 0px !important; }
  .max-2xl\:pl-1 {
    padding-left: 0.25rem !important; }
  .max-2xl\:pl-10 {
    padding-left: 2.5rem !important; }
  .max-2xl\:pl-12 {
    padding-left: 3rem !important; }
  .max-2xl\:pl-16 {
    padding-left: 4rem !important; }
  .max-2xl\:pl-2 {
    padding-left: 0.5rem !important; }
  .max-2xl\:pl-20 {
    padding-left: 5rem !important; }
  .max-2xl\:pl-24 {
    padding-left: 6rem !important; }
  .max-2xl\:pl-28 {
    padding-left: 7rem !important; }
  .max-2xl\:pl-2xl {
    padding-left: 90px !important; }
  .max-2xl\:pl-3 {
    padding-left: 0.75rem !important; }
  .max-2xl\:pl-3xl {
    padding-left: 120px !important; }
  .max-2xl\:pl-4 {
    padding-left: 1rem !important; }
  .max-2xl\:pl-5 {
    padding-left: 1.25rem !important; }
  .max-2xl\:pl-6 {
    padding-left: 1.5rem !important; }
  .max-2xl\:pl-8 {
    padding-left: 2rem !important; }
  .max-2xl\:pl-9 {
    padding-left: 2.25rem !important; }
  .max-2xl\:pl-lg {
    padding-left: 30px !important; }
  .max-2xl\:pl-md {
    padding-left: 15px !important; }
  .max-2xl\:pl-sm {
    padding-left: 5px !important; }
  .max-2xl\:pl-xl {
    padding-left: 60px !important; }
  .max-2xl\:pr-0 {
    padding-right: 0px !important; }
  .max-2xl\:pr-1 {
    padding-right: 0.25rem !important; }
  .max-2xl\:pr-10 {
    padding-right: 2.5rem !important; }
  .max-2xl\:pr-12 {
    padding-right: 3rem !important; }
  .max-2xl\:pr-16 {
    padding-right: 4rem !important; }
  .max-2xl\:pr-2 {
    padding-right: 0.5rem !important; }
  .max-2xl\:pr-20 {
    padding-right: 5rem !important; }
  .max-2xl\:pr-24 {
    padding-right: 6rem !important; }
  .max-2xl\:pr-28 {
    padding-right: 7rem !important; }
  .max-2xl\:pr-2xl {
    padding-right: 90px !important; }
  .max-2xl\:pr-3 {
    padding-right: 0.75rem !important; }
  .max-2xl\:pr-3xl {
    padding-right: 120px !important; }
  .max-2xl\:pr-4 {
    padding-right: 1rem !important; }
  .max-2xl\:pr-5 {
    padding-right: 1.25rem !important; }
  .max-2xl\:pr-6 {
    padding-right: 1.5rem !important; }
  .max-2xl\:pr-8 {
    padding-right: 2rem !important; }
  .max-2xl\:pr-9 {
    padding-right: 2.25rem !important; }
  .max-2xl\:pr-lg {
    padding-right: 30px !important; }
  .max-2xl\:pr-md {
    padding-right: 15px !important; }
  .max-2xl\:pr-sm {
    padding-right: 5px !important; }
  .max-2xl\:pr-xl {
    padding-right: 60px !important; }
  .max-2xl\:pt-0 {
    padding-top: 0px !important; }
  .max-2xl\:pt-1 {
    padding-top: 0.25rem !important; }
  .max-2xl\:pt-10 {
    padding-top: 2.5rem !important; }
  .max-2xl\:pt-12 {
    padding-top: 3rem !important; }
  .max-2xl\:pt-16 {
    padding-top: 4rem !important; }
  .max-2xl\:pt-2 {
    padding-top: 0.5rem !important; }
  .max-2xl\:pt-20 {
    padding-top: 5rem !important; }
  .max-2xl\:pt-24 {
    padding-top: 6rem !important; }
  .max-2xl\:pt-28 {
    padding-top: 7rem !important; }
  .max-2xl\:pt-2xl {
    padding-top: 90px !important; }
  .max-2xl\:pt-3 {
    padding-top: 0.75rem !important; }
  .max-2xl\:pt-3xl {
    padding-top: 120px !important; }
  .max-2xl\:pt-4 {
    padding-top: 1rem !important; }
  .max-2xl\:pt-5 {
    padding-top: 1.25rem !important; }
  .max-2xl\:pt-6 {
    padding-top: 1.5rem !important; }
  .max-2xl\:pt-8 {
    padding-top: 2rem !important; }
  .max-2xl\:pt-9 {
    padding-top: 2.25rem !important; }
  .max-2xl\:pt-lg {
    padding-top: 30px !important; }
  .max-2xl\:pt-md {
    padding-top: 15px !important; }
  .max-2xl\:pt-sm {
    padding-top: 5px !important; }
  .max-2xl\:pt-xl {
    padding-top: 60px !important; } }
@media not all and (min-width: 1200px) {
  .max-xl\:aspect-auto {
    aspect-ratio: auto !important; }
  .max-xl\:aspect-square {
    aspect-ratio: 1 / 1 !important; }
  .max-xl\:aspect-video {
    aspect-ratio: 16 / 9 !important; }
  .max-xl\:rounded {
    border-radius: 15px !important; }
  .max-xl\:rounded-2xl {
    border-radius: 1rem !important; }
  .max-xl\:rounded-full {
    border-radius: 9999px !important; }
  .max-xl\:rounded-lg {
    border-radius: 10px !important; }
  .max-xl\:rounded-none {
    border-radius: 0px !important; }
  .max-xl\:rounded-xl {
    border-radius: 0.75rem !important; }
  .max-xl\:rounded-b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .max-xl\:rounded-b-lg {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .max-xl\:rounded-bl {
    border-bottom-left-radius: 15px !important; }
  .max-xl\:rounded-bl-lg {
    border-bottom-left-radius: 10px !important; }
  .max-xl\:rounded-br {
    border-bottom-right-radius: 15px !important; }
  .max-xl\:rounded-br-lg {
    border-bottom-right-radius: 10px !important; }
  .max-xl\:rounded-tl {
    border-top-left-radius: 15px !important; }
  .max-xl\:rounded-tl-lg {
    border-top-left-radius: 10px !important; }
  .max-xl\:rounded-tr {
    border-top-right-radius: 15px !important; }
  .max-xl\:rounded-tr-lg {
    border-top-right-radius: 10px !important; }
  .max-xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .max-xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important; }
  .max-xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important; }
  .max-xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important; }
  .max-xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important; } }
@media not all and (min-width: 992px) {
  .max-lg\:p-0 {
    padding: 0px !important; }
  .max-lg\:p-1 {
    padding: 0.25rem !important; }
  .max-lg\:p-10 {
    padding: 2.5rem !important; }
  .max-lg\:p-12 {
    padding: 3rem !important; }
  .max-lg\:p-16 {
    padding: 4rem !important; }
  .max-lg\:p-2 {
    padding: 0.5rem !important; }
  .max-lg\:p-20 {
    padding: 5rem !important; }
  .max-lg\:p-24 {
    padding: 6rem !important; }
  .max-lg\:p-28 {
    padding: 7rem !important; }
  .max-lg\:p-2xl {
    padding: 90px !important; }
  .max-lg\:p-3 {
    padding: 0.75rem !important; }
  .max-lg\:p-3xl {
    padding: 120px !important; }
  .max-lg\:p-4 {
    padding: 1rem !important; }
  .max-lg\:p-5 {
    padding: 1.25rem !important; }
  .max-lg\:p-6 {
    padding: 1.5rem !important; }
  .max-lg\:p-8 {
    padding: 2rem !important; }
  .max-lg\:p-9 {
    padding: 2.25rem !important; }
  .max-lg\:p-lg {
    padding: 30px !important; }
  .max-lg\:p-md {
    padding: 15px !important; }
  .max-lg\:p-sm {
    padding: 5px !important; }
  .max-lg\:p-xl {
    padding: 60px !important; }
  .max-lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .max-lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .max-lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .max-lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .max-lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .max-lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .max-lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .max-lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .max-lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .max-lg\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .max-lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .max-lg\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .max-lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .max-lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .max-lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .max-lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .max-lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .max-lg\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .max-lg\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .max-lg\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .max-lg\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .max-lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .max-lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .max-lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .max-lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .max-lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .max-lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .max-lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .max-lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .max-lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .max-lg\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .max-lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .max-lg\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .max-lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .max-lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .max-lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .max-lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .max-lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .max-lg\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .max-lg\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .max-lg\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .max-lg\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .max-lg\:pb-0 {
    padding-bottom: 0px !important; }
  .max-lg\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .max-lg\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .max-lg\:pb-12 {
    padding-bottom: 3rem !important; }
  .max-lg\:pb-16 {
    padding-bottom: 4rem !important; }
  .max-lg\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .max-lg\:pb-20 {
    padding-bottom: 5rem !important; }
  .max-lg\:pb-24 {
    padding-bottom: 6rem !important; }
  .max-lg\:pb-28 {
    padding-bottom: 7rem !important; }
  .max-lg\:pb-2xl {
    padding-bottom: 90px !important; }
  .max-lg\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .max-lg\:pb-3xl {
    padding-bottom: 120px !important; }
  .max-lg\:pb-4 {
    padding-bottom: 1rem !important; }
  .max-lg\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .max-lg\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .max-lg\:pb-8 {
    padding-bottom: 2rem !important; }
  .max-lg\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .max-lg\:pb-lg {
    padding-bottom: 30px !important; }
  .max-lg\:pb-md {
    padding-bottom: 15px !important; }
  .max-lg\:pb-sm {
    padding-bottom: 5px !important; }
  .max-lg\:pb-xl {
    padding-bottom: 60px !important; }
  .max-lg\:pl-0 {
    padding-left: 0px !important; }
  .max-lg\:pl-1 {
    padding-left: 0.25rem !important; }
  .max-lg\:pl-10 {
    padding-left: 2.5rem !important; }
  .max-lg\:pl-12 {
    padding-left: 3rem !important; }
  .max-lg\:pl-16 {
    padding-left: 4rem !important; }
  .max-lg\:pl-2 {
    padding-left: 0.5rem !important; }
  .max-lg\:pl-20 {
    padding-left: 5rem !important; }
  .max-lg\:pl-24 {
    padding-left: 6rem !important; }
  .max-lg\:pl-28 {
    padding-left: 7rem !important; }
  .max-lg\:pl-2xl {
    padding-left: 90px !important; }
  .max-lg\:pl-3 {
    padding-left: 0.75rem !important; }
  .max-lg\:pl-3xl {
    padding-left: 120px !important; }
  .max-lg\:pl-4 {
    padding-left: 1rem !important; }
  .max-lg\:pl-5 {
    padding-left: 1.25rem !important; }
  .max-lg\:pl-6 {
    padding-left: 1.5rem !important; }
  .max-lg\:pl-8 {
    padding-left: 2rem !important; }
  .max-lg\:pl-9 {
    padding-left: 2.25rem !important; }
  .max-lg\:pl-lg {
    padding-left: 30px !important; }
  .max-lg\:pl-md {
    padding-left: 15px !important; }
  .max-lg\:pl-sm {
    padding-left: 5px !important; }
  .max-lg\:pl-xl {
    padding-left: 60px !important; }
  .max-lg\:pr-0 {
    padding-right: 0px !important; }
  .max-lg\:pr-1 {
    padding-right: 0.25rem !important; }
  .max-lg\:pr-10 {
    padding-right: 2.5rem !important; }
  .max-lg\:pr-12 {
    padding-right: 3rem !important; }
  .max-lg\:pr-16 {
    padding-right: 4rem !important; }
  .max-lg\:pr-2 {
    padding-right: 0.5rem !important; }
  .max-lg\:pr-20 {
    padding-right: 5rem !important; }
  .max-lg\:pr-24 {
    padding-right: 6rem !important; }
  .max-lg\:pr-28 {
    padding-right: 7rem !important; }
  .max-lg\:pr-2xl {
    padding-right: 90px !important; }
  .max-lg\:pr-3 {
    padding-right: 0.75rem !important; }
  .max-lg\:pr-3xl {
    padding-right: 120px !important; }
  .max-lg\:pr-4 {
    padding-right: 1rem !important; }
  .max-lg\:pr-5 {
    padding-right: 1.25rem !important; }
  .max-lg\:pr-6 {
    padding-right: 1.5rem !important; }
  .max-lg\:pr-8 {
    padding-right: 2rem !important; }
  .max-lg\:pr-9 {
    padding-right: 2.25rem !important; }
  .max-lg\:pr-lg {
    padding-right: 30px !important; }
  .max-lg\:pr-md {
    padding-right: 15px !important; }
  .max-lg\:pr-sm {
    padding-right: 5px !important; }
  .max-lg\:pr-xl {
    padding-right: 60px !important; }
  .max-lg\:pt-0 {
    padding-top: 0px !important; }
  .max-lg\:pt-1 {
    padding-top: 0.25rem !important; }
  .max-lg\:pt-10 {
    padding-top: 2.5rem !important; }
  .max-lg\:pt-12 {
    padding-top: 3rem !important; }
  .max-lg\:pt-16 {
    padding-top: 4rem !important; }
  .max-lg\:pt-2 {
    padding-top: 0.5rem !important; }
  .max-lg\:pt-20 {
    padding-top: 5rem !important; }
  .max-lg\:pt-24 {
    padding-top: 6rem !important; }
  .max-lg\:pt-28 {
    padding-top: 7rem !important; }
  .max-lg\:pt-2xl {
    padding-top: 90px !important; }
  .max-lg\:pt-3 {
    padding-top: 0.75rem !important; }
  .max-lg\:pt-3xl {
    padding-top: 120px !important; }
  .max-lg\:pt-4 {
    padding-top: 1rem !important; }
  .max-lg\:pt-5 {
    padding-top: 1.25rem !important; }
  .max-lg\:pt-6 {
    padding-top: 1.5rem !important; }
  .max-lg\:pt-8 {
    padding-top: 2rem !important; }
  .max-lg\:pt-9 {
    padding-top: 2.25rem !important; }
  .max-lg\:pt-lg {
    padding-top: 30px !important; }
  .max-lg\:pt-md {
    padding-top: 15px !important; }
  .max-lg\:pt-sm {
    padding-top: 5px !important; }
  .max-lg\:pt-xl {
    padding-top: 60px !important; } }
@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute !important; }
  .max-md\:relative {
    position: relative !important; }
  .max-md\:sticky {
    position: sticky !important; }
  .max-md\:-mx-md {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .max-md\:aspect-auto {
    aspect-ratio: auto !important; }
  .max-md\:aspect-square {
    aspect-ratio: 1 / 1 !important; }
  .max-md\:aspect-video {
    aspect-ratio: 16 / 9 !important; }
  .max-md\:rounded {
    border-radius: 15px !important; }
  .max-md\:rounded-2xl {
    border-radius: 1rem !important; }
  .max-md\:rounded-full {
    border-radius: 9999px !important; }
  .max-md\:rounded-lg {
    border-radius: 10px !important; }
  .max-md\:rounded-none {
    border-radius: 0px !important; }
  .max-md\:rounded-xl {
    border-radius: 0.75rem !important; }
  .max-md\:rounded-b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .max-md\:rounded-b-lg {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .max-md\:rounded-bl {
    border-bottom-left-radius: 15px !important; }
  .max-md\:rounded-bl-lg {
    border-bottom-left-radius: 10px !important; }
  .max-md\:rounded-br {
    border-bottom-right-radius: 15px !important; }
  .max-md\:rounded-br-lg {
    border-bottom-right-radius: 10px !important; }
  .max-md\:rounded-tl {
    border-top-left-radius: 15px !important; }
  .max-md\:rounded-tl-lg {
    border-top-left-radius: 10px !important; }
  .max-md\:rounded-tr {
    border-top-right-radius: 15px !important; }
  .max-md\:rounded-tr-lg {
    border-top-right-radius: 10px !important; }
  .max-md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .max-md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important; }
  .max-md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important; }
  .max-md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important; }
  .max-md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important; }
  .max-md\:p-0 {
    padding: 0px !important; }
  .max-md\:p-1 {
    padding: 0.25rem !important; }
  .max-md\:p-10 {
    padding: 2.5rem !important; }
  .max-md\:p-12 {
    padding: 3rem !important; }
  .max-md\:p-16 {
    padding: 4rem !important; }
  .max-md\:p-2 {
    padding: 0.5rem !important; }
  .max-md\:p-20 {
    padding: 5rem !important; }
  .max-md\:p-24 {
    padding: 6rem !important; }
  .max-md\:p-28 {
    padding: 7rem !important; }
  .max-md\:p-2xl {
    padding: 90px !important; }
  .max-md\:p-3 {
    padding: 0.75rem !important; }
  .max-md\:p-3xl {
    padding: 120px !important; }
  .max-md\:p-4 {
    padding: 1rem !important; }
  .max-md\:p-5 {
    padding: 1.25rem !important; }
  .max-md\:p-6 {
    padding: 1.5rem !important; }
  .max-md\:p-8 {
    padding: 2rem !important; }
  .max-md\:p-9 {
    padding: 2.25rem !important; }
  .max-md\:p-lg {
    padding: 30px !important; }
  .max-md\:p-md {
    padding: 15px !important; }
  .max-md\:p-sm {
    padding: 5px !important; }
  .max-md\:p-xl {
    padding: 60px !important; }
  .max-md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .max-md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .max-md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .max-md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .max-md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .max-md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .max-md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .max-md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .max-md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .max-md\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .max-md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .max-md\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .max-md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .max-md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .max-md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .max-md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .max-md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .max-md\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .max-md\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .max-md\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .max-md\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .max-md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .max-md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .max-md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .max-md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .max-md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .max-md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .max-md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .max-md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .max-md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .max-md\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .max-md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .max-md\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .max-md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .max-md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .max-md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .max-md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .max-md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .max-md\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .max-md\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .max-md\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .max-md\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .max-md\:pb-0 {
    padding-bottom: 0px !important; }
  .max-md\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .max-md\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .max-md\:pb-12 {
    padding-bottom: 3rem !important; }
  .max-md\:pb-16 {
    padding-bottom: 4rem !important; }
  .max-md\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .max-md\:pb-20 {
    padding-bottom: 5rem !important; }
  .max-md\:pb-24 {
    padding-bottom: 6rem !important; }
  .max-md\:pb-28 {
    padding-bottom: 7rem !important; }
  .max-md\:pb-2xl {
    padding-bottom: 90px !important; }
  .max-md\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .max-md\:pb-3xl {
    padding-bottom: 120px !important; }
  .max-md\:pb-4 {
    padding-bottom: 1rem !important; }
  .max-md\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .max-md\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .max-md\:pb-8 {
    padding-bottom: 2rem !important; }
  .max-md\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .max-md\:pb-lg {
    padding-bottom: 30px !important; }
  .max-md\:pb-md {
    padding-bottom: 15px !important; }
  .max-md\:pb-sm {
    padding-bottom: 5px !important; }
  .max-md\:pb-xl {
    padding-bottom: 60px !important; }
  .max-md\:pl-0 {
    padding-left: 0px !important; }
  .max-md\:pl-1 {
    padding-left: 0.25rem !important; }
  .max-md\:pl-10 {
    padding-left: 2.5rem !important; }
  .max-md\:pl-12 {
    padding-left: 3rem !important; }
  .max-md\:pl-16 {
    padding-left: 4rem !important; }
  .max-md\:pl-2 {
    padding-left: 0.5rem !important; }
  .max-md\:pl-20 {
    padding-left: 5rem !important; }
  .max-md\:pl-24 {
    padding-left: 6rem !important; }
  .max-md\:pl-28 {
    padding-left: 7rem !important; }
  .max-md\:pl-2xl {
    padding-left: 90px !important; }
  .max-md\:pl-3 {
    padding-left: 0.75rem !important; }
  .max-md\:pl-3xl {
    padding-left: 120px !important; }
  .max-md\:pl-4 {
    padding-left: 1rem !important; }
  .max-md\:pl-5 {
    padding-left: 1.25rem !important; }
  .max-md\:pl-6 {
    padding-left: 1.5rem !important; }
  .max-md\:pl-8 {
    padding-left: 2rem !important; }
  .max-md\:pl-9 {
    padding-left: 2.25rem !important; }
  .max-md\:pl-lg {
    padding-left: 30px !important; }
  .max-md\:pl-md {
    padding-left: 15px !important; }
  .max-md\:pl-sm {
    padding-left: 5px !important; }
  .max-md\:pl-xl {
    padding-left: 60px !important; }
  .max-md\:pr-0 {
    padding-right: 0px !important; }
  .max-md\:pr-1 {
    padding-right: 0.25rem !important; }
  .max-md\:pr-10 {
    padding-right: 2.5rem !important; }
  .max-md\:pr-12 {
    padding-right: 3rem !important; }
  .max-md\:pr-16 {
    padding-right: 4rem !important; }
  .max-md\:pr-2 {
    padding-right: 0.5rem !important; }
  .max-md\:pr-20 {
    padding-right: 5rem !important; }
  .max-md\:pr-24 {
    padding-right: 6rem !important; }
  .max-md\:pr-28 {
    padding-right: 7rem !important; }
  .max-md\:pr-2xl {
    padding-right: 90px !important; }
  .max-md\:pr-3 {
    padding-right: 0.75rem !important; }
  .max-md\:pr-3xl {
    padding-right: 120px !important; }
  .max-md\:pr-4 {
    padding-right: 1rem !important; }
  .max-md\:pr-5 {
    padding-right: 1.25rem !important; }
  .max-md\:pr-6 {
    padding-right: 1.5rem !important; }
  .max-md\:pr-8 {
    padding-right: 2rem !important; }
  .max-md\:pr-9 {
    padding-right: 2.25rem !important; }
  .max-md\:pr-lg {
    padding-right: 30px !important; }
  .max-md\:pr-md {
    padding-right: 15px !important; }
  .max-md\:pr-sm {
    padding-right: 5px !important; }
  .max-md\:pr-xl {
    padding-right: 60px !important; }
  .max-md\:pt-0 {
    padding-top: 0px !important; }
  .max-md\:pt-1 {
    padding-top: 0.25rem !important; }
  .max-md\:pt-10 {
    padding-top: 2.5rem !important; }
  .max-md\:pt-12 {
    padding-top: 3rem !important; }
  .max-md\:pt-16 {
    padding-top: 4rem !important; }
  .max-md\:pt-2 {
    padding-top: 0.5rem !important; }
  .max-md\:pt-20 {
    padding-top: 5rem !important; }
  .max-md\:pt-24 {
    padding-top: 6rem !important; }
  .max-md\:pt-28 {
    padding-top: 7rem !important; }
  .max-md\:pt-2xl {
    padding-top: 90px !important; }
  .max-md\:pt-3 {
    padding-top: 0.75rem !important; }
  .max-md\:pt-3xl {
    padding-top: 120px !important; }
  .max-md\:pt-4 {
    padding-top: 1rem !important; }
  .max-md\:pt-5 {
    padding-top: 1.25rem !important; }
  .max-md\:pt-6 {
    padding-top: 1.5rem !important; }
  .max-md\:pt-8 {
    padding-top: 2rem !important; }
  .max-md\:pt-9 {
    padding-top: 2.25rem !important; }
  .max-md\:pt-lg {
    padding-top: 30px !important; }
  .max-md\:pt-md {
    padding-top: 15px !important; }
  .max-md\:pt-sm {
    padding-top: 5px !important; }
  .max-md\:pt-xl {
    padding-top: 60px !important; }
  .max-md\:tracking-\[-0\.44px\] {
    letter-spacing: -0.44px !important; } }
@media (max-width: 768px) {
  .max-\[768px\]\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media (min-width: 414px) {
  .sm\:absolute {
    position: absolute !important; }
  .sm\:relative {
    position: relative !important; }
  .sm\:sticky {
    position: sticky !important; }
  .sm\:-m-0 {
    margin: -0px !important; }
  .sm\:-m-1 {
    margin: -0.25rem !important; }
  .sm\:-m-10 {
    margin: -2.5rem !important; }
  .sm\:-m-12 {
    margin: -3rem !important; }
  .sm\:-m-16 {
    margin: -4rem !important; }
  .sm\:-m-2 {
    margin: -0.5rem !important; }
  .sm\:-m-20 {
    margin: -5rem !important; }
  .sm\:-m-24 {
    margin: -6rem !important; }
  .sm\:-m-28 {
    margin: -7rem !important; }
  .sm\:-m-2xl {
    margin: -90px !important; }
  .sm\:-m-3 {
    margin: -0.75rem !important; }
  .sm\:-m-3xl {
    margin: -120px !important; }
  .sm\:-m-4 {
    margin: -1rem !important; }
  .sm\:-m-5 {
    margin: -1.25rem !important; }
  .sm\:-m-6 {
    margin: -1.5rem !important; }
  .sm\:-m-8 {
    margin: -2rem !important; }
  .sm\:-m-9 {
    margin: -2.25rem !important; }
  .sm\:-m-lg {
    margin: -30px !important; }
  .sm\:-m-md {
    margin: -15px !important; }
  .sm\:-m-sm {
    margin: -5px !important; }
  .sm\:-m-xl {
    margin: -60px !important; }
  .sm\:m-0 {
    margin: 0px !important; }
  .sm\:m-1 {
    margin: 0.25rem !important; }
  .sm\:m-10 {
    margin: 2.5rem !important; }
  .sm\:m-12 {
    margin: 3rem !important; }
  .sm\:m-16 {
    margin: 4rem !important; }
  .sm\:m-2 {
    margin: 0.5rem !important; }
  .sm\:m-20 {
    margin: 5rem !important; }
  .sm\:m-24 {
    margin: 6rem !important; }
  .sm\:m-28 {
    margin: 7rem !important; }
  .sm\:m-2xl {
    margin: 90px !important; }
  .sm\:m-3 {
    margin: 0.75rem !important; }
  .sm\:m-3xl {
    margin: 120px !important; }
  .sm\:m-4 {
    margin: 1rem !important; }
  .sm\:m-5 {
    margin: 1.25rem !important; }
  .sm\:m-6 {
    margin: 1.5rem !important; }
  .sm\:m-8 {
    margin: 2rem !important; }
  .sm\:m-9 {
    margin: 2.25rem !important; }
  .sm\:m-auto {
    margin: auto !important; }
  .sm\:m-lg {
    margin: 30px !important; }
  .sm\:m-md {
    margin: 15px !important; }
  .sm\:m-sm {
    margin: 5px !important; }
  .sm\:m-xl {
    margin: 60px !important; }
  .sm\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important; }
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important; }
  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }
  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }
  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }
  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }
  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important; }
  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .sm\:-mx-2xl {
    margin-left: -90px !important;
    margin-right: -90px !important; }
  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important; }
  .sm\:-mx-3xl {
    margin-left: -120px !important;
    margin-right: -120px !important; }
  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important; }
  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }
  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }
  .sm\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important; }
  .sm\:-mx-lg {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  .sm\:-mx-md {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .sm\:-mx-sm {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .sm\:-mx-xl {
    margin-left: -60px !important;
    margin-right: -60px !important; }
  .sm\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important; }
  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .sm\:-my-2xl {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .sm\:-my-3xl {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .sm\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .sm\:-my-lg {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .sm\:-my-md {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .sm\:-my-sm {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .sm\:-my-xl {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .sm\:mx-2xl {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important; }
  .sm\:mx-3xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .sm\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important; }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .sm\:mx-lg {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .sm\:mx-md {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .sm\:mx-sm {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .sm\:mx-xl {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .sm\:my-2xl {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .sm\:my-3xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .sm\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .sm\:my-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .sm\:my-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .sm\:my-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .sm\:my-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .sm\:-mb-0 {
    margin-bottom: -0px !important; }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important; }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important; }
  .sm\:-mb-12 {
    margin-bottom: -3rem !important; }
  .sm\:-mb-16 {
    margin-bottom: -4rem !important; }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important; }
  .sm\:-mb-20 {
    margin-bottom: -5rem !important; }
  .sm\:-mb-24 {
    margin-bottom: -6rem !important; }
  .sm\:-mb-28 {
    margin-bottom: -7rem !important; }
  .sm\:-mb-2xl {
    margin-bottom: -90px !important; }
  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important; }
  .sm\:-mb-3xl {
    margin-bottom: -120px !important; }
  .sm\:-mb-4 {
    margin-bottom: -1rem !important; }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important; }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important; }
  .sm\:-mb-8 {
    margin-bottom: -2rem !important; }
  .sm\:-mb-9 {
    margin-bottom: -2.25rem !important; }
  .sm\:-mb-lg {
    margin-bottom: -30px !important; }
  .sm\:-mb-md {
    margin-bottom: -15px !important; }
  .sm\:-mb-sm {
    margin-bottom: -5px !important; }
  .sm\:-mb-xl {
    margin-bottom: -60px !important; }
  .sm\:-ml-0 {
    margin-left: -0px !important; }
  .sm\:-ml-1 {
    margin-left: -0.25rem !important; }
  .sm\:-ml-10 {
    margin-left: -2.5rem !important; }
  .sm\:-ml-12 {
    margin-left: -3rem !important; }
  .sm\:-ml-16 {
    margin-left: -4rem !important; }
  .sm\:-ml-2 {
    margin-left: -0.5rem !important; }
  .sm\:-ml-20 {
    margin-left: -5rem !important; }
  .sm\:-ml-24 {
    margin-left: -6rem !important; }
  .sm\:-ml-28 {
    margin-left: -7rem !important; }
  .sm\:-ml-2xl {
    margin-left: -90px !important; }
  .sm\:-ml-3 {
    margin-left: -0.75rem !important; }
  .sm\:-ml-3xl {
    margin-left: -120px !important; }
  .sm\:-ml-4 {
    margin-left: -1rem !important; }
  .sm\:-ml-5 {
    margin-left: -1.25rem !important; }
  .sm\:-ml-6 {
    margin-left: -1.5rem !important; }
  .sm\:-ml-8 {
    margin-left: -2rem !important; }
  .sm\:-ml-9 {
    margin-left: -2.25rem !important; }
  .sm\:-ml-lg {
    margin-left: -30px !important; }
  .sm\:-ml-md {
    margin-left: -15px !important; }
  .sm\:-ml-sm {
    margin-left: -5px !important; }
  .sm\:-ml-xl {
    margin-left: -60px !important; }
  .sm\:-mr-0 {
    margin-right: -0px !important; }
  .sm\:-mr-1 {
    margin-right: -0.25rem !important; }
  .sm\:-mr-10 {
    margin-right: -2.5rem !important; }
  .sm\:-mr-12 {
    margin-right: -3rem !important; }
  .sm\:-mr-16 {
    margin-right: -4rem !important; }
  .sm\:-mr-2 {
    margin-right: -0.5rem !important; }
  .sm\:-mr-20 {
    margin-right: -5rem !important; }
  .sm\:-mr-24 {
    margin-right: -6rem !important; }
  .sm\:-mr-28 {
    margin-right: -7rem !important; }
  .sm\:-mr-2xl {
    margin-right: -90px !important; }
  .sm\:-mr-3 {
    margin-right: -0.75rem !important; }
  .sm\:-mr-3xl {
    margin-right: -120px !important; }
  .sm\:-mr-4 {
    margin-right: -1rem !important; }
  .sm\:-mr-5 {
    margin-right: -1.25rem !important; }
  .sm\:-mr-6 {
    margin-right: -1.5rem !important; }
  .sm\:-mr-8 {
    margin-right: -2rem !important; }
  .sm\:-mr-9 {
    margin-right: -2.25rem !important; }
  .sm\:-mr-lg {
    margin-right: -30px !important; }
  .sm\:-mr-md {
    margin-right: -15px !important; }
  .sm\:-mr-sm {
    margin-right: -5px !important; }
  .sm\:-mr-xl {
    margin-right: -60px !important; }
  .sm\:-mt-0 {
    margin-top: -0px !important; }
  .sm\:-mt-1 {
    margin-top: -0.25rem !important; }
  .sm\:-mt-10 {
    margin-top: -2.5rem !important; }
  .sm\:-mt-12 {
    margin-top: -3rem !important; }
  .sm\:-mt-16 {
    margin-top: -4rem !important; }
  .sm\:-mt-2 {
    margin-top: -0.5rem !important; }
  .sm\:-mt-20 {
    margin-top: -5rem !important; }
  .sm\:-mt-24 {
    margin-top: -6rem !important; }
  .sm\:-mt-28 {
    margin-top: -7rem !important; }
  .sm\:-mt-2xl {
    margin-top: -90px !important; }
  .sm\:-mt-3 {
    margin-top: -0.75rem !important; }
  .sm\:-mt-3xl {
    margin-top: -120px !important; }
  .sm\:-mt-4 {
    margin-top: -1rem !important; }
  .sm\:-mt-5 {
    margin-top: -1.25rem !important; }
  .sm\:-mt-6 {
    margin-top: -1.5rem !important; }
  .sm\:-mt-8 {
    margin-top: -2rem !important; }
  .sm\:-mt-9 {
    margin-top: -2.25rem !important; }
  .sm\:-mt-lg {
    margin-top: -30px !important; }
  .sm\:-mt-md {
    margin-top: -15px !important; }
  .sm\:-mt-sm {
    margin-top: -5px !important; }
  .sm\:-mt-xl {
    margin-top: -60px !important; }
  .sm\:mb-0 {
    margin-bottom: 0px !important; }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important; }
  .sm\:mb-10 {
    margin-bottom: 2.5rem !important; }
  .sm\:mb-12 {
    margin-bottom: 3rem !important; }
  .sm\:mb-16 {
    margin-bottom: 4rem !important; }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important; }
  .sm\:mb-20 {
    margin-bottom: 5rem !important; }
  .sm\:mb-24 {
    margin-bottom: 6rem !important; }
  .sm\:mb-28 {
    margin-bottom: 7rem !important; }
  .sm\:mb-2xl {
    margin-bottom: 90px !important; }
  .sm\:mb-3 {
    margin-bottom: 0.75rem !important; }
  .sm\:mb-3xl {
    margin-bottom: 120px !important; }
  .sm\:mb-4 {
    margin-bottom: 1rem !important; }
  .sm\:mb-5 {
    margin-bottom: 1.25rem !important; }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important; }
  .sm\:mb-8 {
    margin-bottom: 2rem !important; }
  .sm\:mb-9 {
    margin-bottom: 2.25rem !important; }
  .sm\:mb-auto {
    margin-bottom: auto !important; }
  .sm\:mb-lg {
    margin-bottom: 30px !important; }
  .sm\:mb-md {
    margin-bottom: 15px !important; }
  .sm\:mb-sm {
    margin-bottom: 5px !important; }
  .sm\:mb-xl {
    margin-bottom: 60px !important; }
  .sm\:ml-0 {
    margin-left: 0px !important; }
  .sm\:ml-1 {
    margin-left: 0.25rem !important; }
  .sm\:ml-10 {
    margin-left: 2.5rem !important; }
  .sm\:ml-12 {
    margin-left: 3rem !important; }
  .sm\:ml-16 {
    margin-left: 4rem !important; }
  .sm\:ml-2 {
    margin-left: 0.5rem !important; }
  .sm\:ml-20 {
    margin-left: 5rem !important; }
  .sm\:ml-24 {
    margin-left: 6rem !important; }
  .sm\:ml-28 {
    margin-left: 7rem !important; }
  .sm\:ml-2xl {
    margin-left: 90px !important; }
  .sm\:ml-3 {
    margin-left: 0.75rem !important; }
  .sm\:ml-3xl {
    margin-left: 120px !important; }
  .sm\:ml-4 {
    margin-left: 1rem !important; }
  .sm\:ml-5 {
    margin-left: 1.25rem !important; }
  .sm\:ml-6 {
    margin-left: 1.5rem !important; }
  .sm\:ml-8 {
    margin-left: 2rem !important; }
  .sm\:ml-9 {
    margin-left: 2.25rem !important; }
  .sm\:ml-auto {
    margin-left: auto !important; }
  .sm\:ml-lg {
    margin-left: 30px !important; }
  .sm\:ml-md {
    margin-left: 15px !important; }
  .sm\:ml-sm {
    margin-left: 5px !important; }
  .sm\:ml-xl {
    margin-left: 60px !important; }
  .sm\:mr-0 {
    margin-right: 0px !important; }
  .sm\:mr-1 {
    margin-right: 0.25rem !important; }
  .sm\:mr-10 {
    margin-right: 2.5rem !important; }
  .sm\:mr-12 {
    margin-right: 3rem !important; }
  .sm\:mr-16 {
    margin-right: 4rem !important; }
  .sm\:mr-2 {
    margin-right: 0.5rem !important; }
  .sm\:mr-20 {
    margin-right: 5rem !important; }
  .sm\:mr-24 {
    margin-right: 6rem !important; }
  .sm\:mr-28 {
    margin-right: 7rem !important; }
  .sm\:mr-2xl {
    margin-right: 90px !important; }
  .sm\:mr-3 {
    margin-right: 0.75rem !important; }
  .sm\:mr-3xl {
    margin-right: 120px !important; }
  .sm\:mr-4 {
    margin-right: 1rem !important; }
  .sm\:mr-5 {
    margin-right: 1.25rem !important; }
  .sm\:mr-6 {
    margin-right: 1.5rem !important; }
  .sm\:mr-8 {
    margin-right: 2rem !important; }
  .sm\:mr-9 {
    margin-right: 2.25rem !important; }
  .sm\:mr-auto {
    margin-right: auto !important; }
  .sm\:mr-lg {
    margin-right: 30px !important; }
  .sm\:mr-md {
    margin-right: 15px !important; }
  .sm\:mr-sm {
    margin-right: 5px !important; }
  .sm\:mr-xl {
    margin-right: 60px !important; }
  .sm\:mt-0 {
    margin-top: 0px !important; }
  .sm\:mt-1 {
    margin-top: 0.25rem !important; }
  .sm\:mt-10 {
    margin-top: 2.5rem !important; }
  .sm\:mt-12 {
    margin-top: 3rem !important; }
  .sm\:mt-16 {
    margin-top: 4rem !important; }
  .sm\:mt-2 {
    margin-top: 0.5rem !important; }
  .sm\:mt-20 {
    margin-top: 5rem !important; }
  .sm\:mt-24 {
    margin-top: 6rem !important; }
  .sm\:mt-28 {
    margin-top: 7rem !important; }
  .sm\:mt-2xl {
    margin-top: 90px !important; }
  .sm\:mt-3 {
    margin-top: 0.75rem !important; }
  .sm\:mt-3xl {
    margin-top: 120px !important; }
  .sm\:mt-4 {
    margin-top: 1rem !important; }
  .sm\:mt-5 {
    margin-top: 1.25rem !important; }
  .sm\:mt-6 {
    margin-top: 1.5rem !important; }
  .sm\:mt-8 {
    margin-top: 2rem !important; }
  .sm\:mt-9 {
    margin-top: 2.25rem !important; }
  .sm\:mt-auto {
    margin-top: auto !important; }
  .sm\:mt-lg {
    margin-top: 30px !important; }
  .sm\:mt-md {
    margin-top: 15px !important; }
  .sm\:mt-sm {
    margin-top: 5px !important; }
  .sm\:mt-xl {
    margin-top: 60px !important; }
  .sm\:flex {
    display: flex !important; }
  .sm\:inline-flex {
    display: inline-flex !important; }
  .sm\:grid {
    display: grid !important; }
  .sm\:aspect-auto {
    aspect-ratio: auto !important; }
  .sm\:aspect-square {
    aspect-ratio: 1 / 1 !important; }
  .sm\:aspect-video {
    aspect-ratio: 16 / 9 !important; }
  .sm\:h-0 {
    height: 0px !important; }
  .sm\:h-1 {
    height: 0.25rem !important; }
  .sm\:h-1\/2 {
    height: 50% !important; }
  .sm\:h-1\/4 {
    height: 25% !important; }
  .sm\:h-10 {
    height: 2.5rem !important; }
  .sm\:h-14 {
    height: 3.5rem !important; }
  .sm\:h-2 {
    height: 0.5rem !important; }
  .sm\:h-2\/3 {
    height: 66.666667% !important; }
  .sm\:h-24 {
    height: 6rem !important; }
  .sm\:h-3 {
    height: 0.75rem !important; }
  .sm\:h-3\/4 {
    height: 75% !important; }
  .sm\:h-3\/5 {
    height: 60% !important; }
  .sm\:h-4 {
    height: 1rem !important; }
  .sm\:h-5 {
    height: 1.25rem !important; }
  .sm\:h-6 {
    height: 1.5rem !important; }
  .sm\:h-7 {
    height: 1.75rem !important; }
  .sm\:h-8 {
    height: 2rem !important; }
  .sm\:h-9 {
    height: 2.25rem !important; }
  .sm\:h-full {
    height: 100% !important; }
  .sm\:h-screen {
    height: 100vh !important; }
  .sm\:max-h-0 {
    max-height: 0px !important; }
  .sm\:max-h-1 {
    max-height: 0.25rem !important; }
  .sm\:max-h-10 {
    max-height: 2.5rem !important; }
  .sm\:max-h-14 {
    max-height: 3.5rem !important; }
  .sm\:max-h-2 {
    max-height: 0.5rem !important; }
  .sm\:max-h-24 {
    max-height: 6rem !important; }
  .sm\:max-h-3 {
    max-height: 0.75rem !important; }
  .sm\:max-h-4 {
    max-height: 1rem !important; }
  .sm\:max-h-5 {
    max-height: 1.25rem !important; }
  .sm\:max-h-6 {
    max-height: 1.5rem !important; }
  .sm\:max-h-7 {
    max-height: 1.75rem !important; }
  .sm\:max-h-8 {
    max-height: 2rem !important; }
  .sm\:max-h-9 {
    max-height: 2.25rem !important; }
  .sm\:max-h-full {
    max-height: 100% !important; }
  .sm\:max-h-none {
    max-height: none !important; }
  .sm\:max-h-screen {
    max-height: 100vh !important; }
  .sm\:min-h-0 {
    min-height: 0px !important; }
  .sm\:min-h-1 {
    min-height: 0.25rem !important; }
  .sm\:min-h-10 {
    min-height: 2.5rem !important; }
  .sm\:min-h-14 {
    min-height: 3.5rem !important; }
  .sm\:min-h-2 {
    min-height: 0.5rem !important; }
  .sm\:min-h-24 {
    min-height: 6rem !important; }
  .sm\:min-h-3 {
    min-height: 0.75rem !important; }
  .sm\:min-h-4 {
    min-height: 1rem !important; }
  .sm\:min-h-5 {
    min-height: 1.25rem !important; }
  .sm\:min-h-6 {
    min-height: 1.5rem !important; }
  .sm\:min-h-7 {
    min-height: 1.75rem !important; }
  .sm\:min-h-8 {
    min-height: 2rem !important; }
  .sm\:min-h-9 {
    min-height: 2.25rem !important; }
  .sm\:min-h-full {
    min-height: 100% !important; }
  .sm\:min-h-screen {
    min-height: 100vh !important; }
  .sm\:w-0 {
    width: 0px !important; }
  .sm\:w-1 {
    width: 0.25rem !important; }
  .sm\:w-1\/2 {
    width: 50% !important; }
  .sm\:w-1\/3 {
    width: 33.333333% !important; }
  .sm\:w-1\/4 {
    width: 25% !important; }
  .sm\:w-10 {
    width: 2.5rem !important; }
  .sm\:w-14 {
    width: 3.5rem !important; }
  .sm\:w-2 {
    width: 0.5rem !important; }
  .sm\:w-2\/3 {
    width: 66.666667% !important; }
  .sm\:w-24 {
    width: 6rem !important; }
  .sm\:w-3 {
    width: 0.75rem !important; }
  .sm\:w-3\/4 {
    width: 75% !important; }
  .sm\:w-3\/5 {
    width: 60% !important; }
  .sm\:w-4 {
    width: 1rem !important; }
  .sm\:w-5 {
    width: 1.25rem !important; }
  .sm\:w-6 {
    width: 1.5rem !important; }
  .sm\:w-7 {
    width: 1.75rem !important; }
  .sm\:w-8 {
    width: 2rem !important; }
  .sm\:w-9 {
    width: 2.25rem !important; }
  .sm\:w-full {
    width: 100% !important; }
  .sm\:w-screen {
    width: 100vw !important; }
  .sm\:min-w-0 {
    min-width: 0px !important; }
  .sm\:min-w-1 {
    min-width: 0.25rem !important; }
  .sm\:min-w-10 {
    min-width: 2.5rem !important; }
  .sm\:min-w-14 {
    min-width: 3.5rem !important; }
  .sm\:min-w-2 {
    min-width: 0.5rem !important; }
  .sm\:min-w-24 {
    min-width: 6rem !important; }
  .sm\:min-w-3 {
    min-width: 0.75rem !important; }
  .sm\:min-w-4 {
    min-width: 1rem !important; }
  .sm\:min-w-5 {
    min-width: 1.25rem !important; }
  .sm\:min-w-6 {
    min-width: 1.5rem !important; }
  .sm\:min-w-7 {
    min-width: 1.75rem !important; }
  .sm\:min-w-8 {
    min-width: 2rem !important; }
  .sm\:min-w-9 {
    min-width: 2.25rem !important; }
  .sm\:min-w-full {
    min-width: 100% !important; }
  .sm\:max-w-0 {
    max-width: 0px !important; }
  .sm\:max-w-1 {
    max-width: 0.25rem !important; }
  .sm\:max-w-10 {
    max-width: 2.5rem !important; }
  .sm\:max-w-14 {
    max-width: 3.5rem !important; }
  .sm\:max-w-2 {
    max-width: 0.5rem !important; }
  .sm\:max-w-24 {
    max-width: 6rem !important; }
  .sm\:max-w-3 {
    max-width: 0.75rem !important; }
  .sm\:max-w-4 {
    max-width: 1rem !important; }
  .sm\:max-w-5 {
    max-width: 1.25rem !important; }
  .sm\:max-w-6 {
    max-width: 1.5rem !important; }
  .sm\:max-w-7 {
    max-width: 1.75rem !important; }
  .sm\:max-w-8 {
    max-width: 2rem !important; }
  .sm\:max-w-9 {
    max-width: 2.25rem !important; }
  .sm\:max-w-full {
    max-width: 100% !important; }
  .sm\:max-w-none {
    max-width: none !important; }
  .sm\:columns-2 {
    -moz-columns: 2 !important;
         columns: 2 !important; }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-none {
    grid-template-columns: none !important; }
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important; }
  .sm\:grid-rows-none {
    grid-template-rows: none !important; }
  .sm\:flex-row {
    flex-direction: row !important; }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important; }
  .sm\:flex-col {
    flex-direction: column !important; }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important; }
  .sm\:flex-wrap {
    flex-wrap: wrap !important; }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important; }
  .sm\:items-start {
    align-items: flex-start !important; }
  .sm\:items-end {
    align-items: flex-end !important; }
  .sm\:items-center {
    align-items: center !important; }
  .sm\:items-baseline {
    align-items: baseline !important; }
  .sm\:items-stretch {
    align-items: stretch !important; }
  .sm\:justify-start {
    justify-content: flex-start !important; }
  .sm\:justify-end {
    justify-content: flex-end !important; }
  .sm\:justify-center {
    justify-content: center !important; }
  .sm\:justify-between {
    justify-content: space-between !important; }
  .sm\:justify-around {
    justify-content: space-around !important; }
  .sm\:justify-evenly {
    justify-content: space-evenly !important; }
  .sm\:justify-stretch {
    justify-content: stretch !important; }
  .sm\:gap-0 {
    gap: 0px !important; }
  .sm\:gap-1 {
    gap: 0.25rem !important; }
  .sm\:gap-10 {
    gap: 2.5rem !important; }
  .sm\:gap-2 {
    gap: 0.5rem !important; }
  .sm\:gap-3 {
    gap: 0.75rem !important; }
  .sm\:gap-32 {
    gap: 8rem !important; }
  .sm\:gap-4 {
    gap: 1rem !important; }
  .sm\:gap-5 {
    gap: 1.25rem !important; }
  .sm\:gap-6 {
    gap: 1.5rem !important; }
  .sm\:gap-7 {
    gap: 1.75rem !important; }
  .sm\:gap-8 {
    gap: 2rem !important; }
  .sm\:gap-9 {
    gap: 2.25rem !important; }
  .sm\:gap-lg {
    gap: 30px !important; }
  .sm\:gap-md {
    gap: 15px !important; }
  .sm\:gap-sm {
    gap: 5px !important; }
  .sm\:gap-xl {
    gap: 60px !important; }
  .sm\:rounded {
    border-radius: 15px !important; }
  .sm\:rounded-2xl {
    border-radius: 1rem !important; }
  .sm\:rounded-full {
    border-radius: 9999px !important; }
  .sm\:rounded-lg {
    border-radius: 10px !important; }
  .sm\:rounded-none {
    border-radius: 0px !important; }
  .sm\:rounded-xl {
    border-radius: 0.75rem !important; }
  .sm\:rounded-b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .sm\:rounded-b-lg {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .sm\:rounded-bl {
    border-bottom-left-radius: 15px !important; }
  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 10px !important; }
  .sm\:rounded-br {
    border-bottom-right-radius: 15px !important; }
  .sm\:rounded-br-lg {
    border-bottom-right-radius: 10px !important; }
  .sm\:rounded-tl {
    border-top-left-radius: 15px !important; }
  .sm\:rounded-tl-lg {
    border-top-left-radius: 10px !important; }
  .sm\:rounded-tr {
    border-top-right-radius: 15px !important; }
  .sm\:rounded-tr-lg {
    border-top-right-radius: 10px !important; }
  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important; }
  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important; }
  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important; }
  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important; }
  .sm\:p-0 {
    padding: 0px !important; }
  .sm\:p-1 {
    padding: 0.25rem !important; }
  .sm\:p-10 {
    padding: 2.5rem !important; }
  .sm\:p-12 {
    padding: 3rem !important; }
  .sm\:p-16 {
    padding: 4rem !important; }
  .sm\:p-2 {
    padding: 0.5rem !important; }
  .sm\:p-20 {
    padding: 5rem !important; }
  .sm\:p-24 {
    padding: 6rem !important; }
  .sm\:p-28 {
    padding: 7rem !important; }
  .sm\:p-2xl {
    padding: 90px !important; }
  .sm\:p-3 {
    padding: 0.75rem !important; }
  .sm\:p-3xl {
    padding: 120px !important; }
  .sm\:p-4 {
    padding: 1rem !important; }
  .sm\:p-5 {
    padding: 1.25rem !important; }
  .sm\:p-6 {
    padding: 1.5rem !important; }
  .sm\:p-8 {
    padding: 2rem !important; }
  .sm\:p-9 {
    padding: 2.25rem !important; }
  .sm\:p-lg {
    padding: 30px !important; }
  .sm\:p-md {
    padding: 15px !important; }
  .sm\:p-sm {
    padding: 5px !important; }
  .sm\:p-xl {
    padding: 60px !important; }
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .sm\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .sm\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .sm\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .sm\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .sm\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .sm\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .sm\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .sm\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .sm\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .sm\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .sm\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .sm\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .sm\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .sm\:pb-0 {
    padding-bottom: 0px !important; }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .sm\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .sm\:pb-12 {
    padding-bottom: 3rem !important; }
  .sm\:pb-16 {
    padding-bottom: 4rem !important; }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .sm\:pb-20 {
    padding-bottom: 5rem !important; }
  .sm\:pb-24 {
    padding-bottom: 6rem !important; }
  .sm\:pb-28 {
    padding-bottom: 7rem !important; }
  .sm\:pb-2xl {
    padding-bottom: 90px !important; }
  .sm\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .sm\:pb-3xl {
    padding-bottom: 120px !important; }
  .sm\:pb-4 {
    padding-bottom: 1rem !important; }
  .sm\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .sm\:pb-8 {
    padding-bottom: 2rem !important; }
  .sm\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .sm\:pb-lg {
    padding-bottom: 30px !important; }
  .sm\:pb-md {
    padding-bottom: 15px !important; }
  .sm\:pb-sm {
    padding-bottom: 5px !important; }
  .sm\:pb-xl {
    padding-bottom: 60px !important; }
  .sm\:pl-0 {
    padding-left: 0px !important; }
  .sm\:pl-1 {
    padding-left: 0.25rem !important; }
  .sm\:pl-10 {
    padding-left: 2.5rem !important; }
  .sm\:pl-12 {
    padding-left: 3rem !important; }
  .sm\:pl-16 {
    padding-left: 4rem !important; }
  .sm\:pl-2 {
    padding-left: 0.5rem !important; }
  .sm\:pl-20 {
    padding-left: 5rem !important; }
  .sm\:pl-24 {
    padding-left: 6rem !important; }
  .sm\:pl-28 {
    padding-left: 7rem !important; }
  .sm\:pl-2xl {
    padding-left: 90px !important; }
  .sm\:pl-3 {
    padding-left: 0.75rem !important; }
  .sm\:pl-3xl {
    padding-left: 120px !important; }
  .sm\:pl-4 {
    padding-left: 1rem !important; }
  .sm\:pl-5 {
    padding-left: 1.25rem !important; }
  .sm\:pl-6 {
    padding-left: 1.5rem !important; }
  .sm\:pl-8 {
    padding-left: 2rem !important; }
  .sm\:pl-9 {
    padding-left: 2.25rem !important; }
  .sm\:pl-lg {
    padding-left: 30px !important; }
  .sm\:pl-md {
    padding-left: 15px !important; }
  .sm\:pl-sm {
    padding-left: 5px !important; }
  .sm\:pl-xl {
    padding-left: 60px !important; }
  .sm\:pr-0 {
    padding-right: 0px !important; }
  .sm\:pr-1 {
    padding-right: 0.25rem !important; }
  .sm\:pr-10 {
    padding-right: 2.5rem !important; }
  .sm\:pr-12 {
    padding-right: 3rem !important; }
  .sm\:pr-16 {
    padding-right: 4rem !important; }
  .sm\:pr-2 {
    padding-right: 0.5rem !important; }
  .sm\:pr-20 {
    padding-right: 5rem !important; }
  .sm\:pr-24 {
    padding-right: 6rem !important; }
  .sm\:pr-28 {
    padding-right: 7rem !important; }
  .sm\:pr-2xl {
    padding-right: 90px !important; }
  .sm\:pr-3 {
    padding-right: 0.75rem !important; }
  .sm\:pr-3xl {
    padding-right: 120px !important; }
  .sm\:pr-4 {
    padding-right: 1rem !important; }
  .sm\:pr-5 {
    padding-right: 1.25rem !important; }
  .sm\:pr-6 {
    padding-right: 1.5rem !important; }
  .sm\:pr-8 {
    padding-right: 2rem !important; }
  .sm\:pr-9 {
    padding-right: 2.25rem !important; }
  .sm\:pr-lg {
    padding-right: 30px !important; }
  .sm\:pr-md {
    padding-right: 15px !important; }
  .sm\:pr-sm {
    padding-right: 5px !important; }
  .sm\:pr-xl {
    padding-right: 60px !important; }
  .sm\:pt-0 {
    padding-top: 0px !important; }
  .sm\:pt-1 {
    padding-top: 0.25rem !important; }
  .sm\:pt-10 {
    padding-top: 2.5rem !important; }
  .sm\:pt-12 {
    padding-top: 3rem !important; }
  .sm\:pt-16 {
    padding-top: 4rem !important; }
  .sm\:pt-2 {
    padding-top: 0.5rem !important; }
  .sm\:pt-20 {
    padding-top: 5rem !important; }
  .sm\:pt-24 {
    padding-top: 6rem !important; }
  .sm\:pt-28 {
    padding-top: 7rem !important; }
  .sm\:pt-2xl {
    padding-top: 90px !important; }
  .sm\:pt-3 {
    padding-top: 0.75rem !important; }
  .sm\:pt-3xl {
    padding-top: 120px !important; }
  .sm\:pt-4 {
    padding-top: 1rem !important; }
  .sm\:pt-5 {
    padding-top: 1.25rem !important; }
  .sm\:pt-6 {
    padding-top: 1.5rem !important; }
  .sm\:pt-8 {
    padding-top: 2rem !important; }
  .sm\:pt-9 {
    padding-top: 2.25rem !important; }
  .sm\:pt-lg {
    padding-top: 30px !important; }
  .sm\:pt-md {
    padding-top: 15px !important; }
  .sm\:pt-sm {
    padding-top: 5px !important; }
  .sm\:pt-xl {
    padding-top: 60px !important; }
  .sm\:text-2xl {
    font-size: 24px !important;
    line-height: 32px !important; }
  .sm\:text-3xl {
    font-size: 32px !important;
    line-height: 42px !important; }
  .sm\:text-4xl {
    font-size: 40px !important;
    line-height: 46px !important; }
  .sm\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important; }
  .sm\:text-6xl {
    font-size: 58px !important;
    line-height: 58px !important; }
  .sm\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important; }
  .sm\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important; }
  .sm\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important; }
  .sm\:text-base {
    font-size: 16px !important;
    line-height: 20px !important; }
  .sm\:text-lg {
    font-size: 18px !important;
    line-height: 22px !important; }
  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .sm\:text-xl {
    font-size: 20px !important;
    line-height: 30px !important; }
  .sm\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important; } }
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute !important; }
  .md\:relative {
    position: relative !important; }
  .md\:sticky {
    position: sticky !important; }
  .md\:order-none {
    order: 0 !important; }
  .md\:-m-0 {
    margin: -0px !important; }
  .md\:-m-1 {
    margin: -0.25rem !important; }
  .md\:-m-10 {
    margin: -2.5rem !important; }
  .md\:-m-12 {
    margin: -3rem !important; }
  .md\:-m-16 {
    margin: -4rem !important; }
  .md\:-m-2 {
    margin: -0.5rem !important; }
  .md\:-m-20 {
    margin: -5rem !important; }
  .md\:-m-24 {
    margin: -6rem !important; }
  .md\:-m-28 {
    margin: -7rem !important; }
  .md\:-m-2xl {
    margin: -90px !important; }
  .md\:-m-3 {
    margin: -0.75rem !important; }
  .md\:-m-3xl {
    margin: -120px !important; }
  .md\:-m-4 {
    margin: -1rem !important; }
  .md\:-m-5 {
    margin: -1.25rem !important; }
  .md\:-m-6 {
    margin: -1.5rem !important; }
  .md\:-m-8 {
    margin: -2rem !important; }
  .md\:-m-9 {
    margin: -2.25rem !important; }
  .md\:-m-lg {
    margin: -30px !important; }
  .md\:-m-md {
    margin: -15px !important; }
  .md\:-m-sm {
    margin: -5px !important; }
  .md\:-m-xl {
    margin: -60px !important; }
  .md\:m-0 {
    margin: 0px !important; }
  .md\:m-1 {
    margin: 0.25rem !important; }
  .md\:m-10 {
    margin: 2.5rem !important; }
  .md\:m-12 {
    margin: 3rem !important; }
  .md\:m-16 {
    margin: 4rem !important; }
  .md\:m-2 {
    margin: 0.5rem !important; }
  .md\:m-20 {
    margin: 5rem !important; }
  .md\:m-24 {
    margin: 6rem !important; }
  .md\:m-28 {
    margin: 7rem !important; }
  .md\:m-2xl {
    margin: 90px !important; }
  .md\:m-3 {
    margin: 0.75rem !important; }
  .md\:m-3xl {
    margin: 120px !important; }
  .md\:m-4 {
    margin: 1rem !important; }
  .md\:m-5 {
    margin: 1.25rem !important; }
  .md\:m-6 {
    margin: 1.5rem !important; }
  .md\:m-8 {
    margin: 2rem !important; }
  .md\:m-9 {
    margin: 2.25rem !important; }
  .md\:m-auto {
    margin: auto !important; }
  .md\:m-lg {
    margin: 30px !important; }
  .md\:m-md {
    margin: 15px !important; }
  .md\:m-sm {
    margin: 5px !important; }
  .md\:m-xl {
    margin: 60px !important; }
  .md\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important; }
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important; }
  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }
  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }
  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }
  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }
  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important; }
  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .md\:-mx-2xl {
    margin-left: -90px !important;
    margin-right: -90px !important; }
  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important; }
  .md\:-mx-3xl {
    margin-left: -120px !important;
    margin-right: -120px !important; }
  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important; }
  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }
  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }
  .md\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important; }
  .md\:-mx-lg {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  .md\:-mx-md {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .md\:-mx-sm {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .md\:-mx-xl {
    margin-left: -60px !important;
    margin-right: -60px !important; }
  .md\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important; }
  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .md\:-my-2xl {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .md\:-my-3xl {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .md\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .md\:-my-lg {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .md\:-my-md {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .md\:-my-sm {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .md\:-my-xl {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .md\:mx-2xl {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important; }
  .md\:mx-3xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .md\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important; }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .md\:mx-lg {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .md\:mx-md {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .md\:mx-sm {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .md\:mx-xl {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .md\:my-2xl {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .md\:my-3xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .md\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .md\:my-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .md\:my-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .md\:my-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .md\:my-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .md\:-mb-0 {
    margin-bottom: -0px !important; }
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important; }
  .md\:-mb-10 {
    margin-bottom: -2.5rem !important; }
  .md\:-mb-12 {
    margin-bottom: -3rem !important; }
  .md\:-mb-16 {
    margin-bottom: -4rem !important; }
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important; }
  .md\:-mb-20 {
    margin-bottom: -5rem !important; }
  .md\:-mb-24 {
    margin-bottom: -6rem !important; }
  .md\:-mb-28 {
    margin-bottom: -7rem !important; }
  .md\:-mb-2xl {
    margin-bottom: -90px !important; }
  .md\:-mb-3 {
    margin-bottom: -0.75rem !important; }
  .md\:-mb-3xl {
    margin-bottom: -120px !important; }
  .md\:-mb-4 {
    margin-bottom: -1rem !important; }
  .md\:-mb-5 {
    margin-bottom: -1.25rem !important; }
  .md\:-mb-6 {
    margin-bottom: -1.5rem !important; }
  .md\:-mb-8 {
    margin-bottom: -2rem !important; }
  .md\:-mb-9 {
    margin-bottom: -2.25rem !important; }
  .md\:-mb-lg {
    margin-bottom: -30px !important; }
  .md\:-mb-md {
    margin-bottom: -15px !important; }
  .md\:-mb-sm {
    margin-bottom: -5px !important; }
  .md\:-mb-xl {
    margin-bottom: -60px !important; }
  .md\:-ml-0 {
    margin-left: -0px !important; }
  .md\:-ml-1 {
    margin-left: -0.25rem !important; }
  .md\:-ml-10 {
    margin-left: -2.5rem !important; }
  .md\:-ml-12 {
    margin-left: -3rem !important; }
  .md\:-ml-16 {
    margin-left: -4rem !important; }
  .md\:-ml-2 {
    margin-left: -0.5rem !important; }
  .md\:-ml-20 {
    margin-left: -5rem !important; }
  .md\:-ml-24 {
    margin-left: -6rem !important; }
  .md\:-ml-28 {
    margin-left: -7rem !important; }
  .md\:-ml-2xl {
    margin-left: -90px !important; }
  .md\:-ml-3 {
    margin-left: -0.75rem !important; }
  .md\:-ml-3xl {
    margin-left: -120px !important; }
  .md\:-ml-4 {
    margin-left: -1rem !important; }
  .md\:-ml-5 {
    margin-left: -1.25rem !important; }
  .md\:-ml-6 {
    margin-left: -1.5rem !important; }
  .md\:-ml-8 {
    margin-left: -2rem !important; }
  .md\:-ml-9 {
    margin-left: -2.25rem !important; }
  .md\:-ml-lg {
    margin-left: -30px !important; }
  .md\:-ml-md {
    margin-left: -15px !important; }
  .md\:-ml-sm {
    margin-left: -5px !important; }
  .md\:-ml-xl {
    margin-left: -60px !important; }
  .md\:-mr-0 {
    margin-right: -0px !important; }
  .md\:-mr-1 {
    margin-right: -0.25rem !important; }
  .md\:-mr-10 {
    margin-right: -2.5rem !important; }
  .md\:-mr-12 {
    margin-right: -3rem !important; }
  .md\:-mr-16 {
    margin-right: -4rem !important; }
  .md\:-mr-2 {
    margin-right: -0.5rem !important; }
  .md\:-mr-20 {
    margin-right: -5rem !important; }
  .md\:-mr-24 {
    margin-right: -6rem !important; }
  .md\:-mr-28 {
    margin-right: -7rem !important; }
  .md\:-mr-2xl {
    margin-right: -90px !important; }
  .md\:-mr-3 {
    margin-right: -0.75rem !important; }
  .md\:-mr-3xl {
    margin-right: -120px !important; }
  .md\:-mr-4 {
    margin-right: -1rem !important; }
  .md\:-mr-5 {
    margin-right: -1.25rem !important; }
  .md\:-mr-6 {
    margin-right: -1.5rem !important; }
  .md\:-mr-8 {
    margin-right: -2rem !important; }
  .md\:-mr-9 {
    margin-right: -2.25rem !important; }
  .md\:-mr-lg {
    margin-right: -30px !important; }
  .md\:-mr-md {
    margin-right: -15px !important; }
  .md\:-mr-sm {
    margin-right: -5px !important; }
  .md\:-mr-xl {
    margin-right: -60px !important; }
  .md\:-mt-0 {
    margin-top: -0px !important; }
  .md\:-mt-1 {
    margin-top: -0.25rem !important; }
  .md\:-mt-10 {
    margin-top: -2.5rem !important; }
  .md\:-mt-12 {
    margin-top: -3rem !important; }
  .md\:-mt-16 {
    margin-top: -4rem !important; }
  .md\:-mt-2 {
    margin-top: -0.5rem !important; }
  .md\:-mt-20 {
    margin-top: -5rem !important; }
  .md\:-mt-24 {
    margin-top: -6rem !important; }
  .md\:-mt-28 {
    margin-top: -7rem !important; }
  .md\:-mt-2xl {
    margin-top: -90px !important; }
  .md\:-mt-3 {
    margin-top: -0.75rem !important; }
  .md\:-mt-3xl {
    margin-top: -120px !important; }
  .md\:-mt-4 {
    margin-top: -1rem !important; }
  .md\:-mt-5 {
    margin-top: -1.25rem !important; }
  .md\:-mt-6 {
    margin-top: -1.5rem !important; }
  .md\:-mt-8 {
    margin-top: -2rem !important; }
  .md\:-mt-9 {
    margin-top: -2.25rem !important; }
  .md\:-mt-lg {
    margin-top: -30px !important; }
  .md\:-mt-md {
    margin-top: -15px !important; }
  .md\:-mt-sm {
    margin-top: -5px !important; }
  .md\:-mt-xl {
    margin-top: -60px !important; }
  .md\:mb-0 {
    margin-bottom: 0px !important; }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important; }
  .md\:mb-10 {
    margin-bottom: 2.5rem !important; }
  .md\:mb-12 {
    margin-bottom: 3rem !important; }
  .md\:mb-16 {
    margin-bottom: 4rem !important; }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important; }
  .md\:mb-20 {
    margin-bottom: 5rem !important; }
  .md\:mb-24 {
    margin-bottom: 6rem !important; }
  .md\:mb-28 {
    margin-bottom: 7rem !important; }
  .md\:mb-2xl {
    margin-bottom: 90px !important; }
  .md\:mb-3 {
    margin-bottom: 0.75rem !important; }
  .md\:mb-3xl {
    margin-bottom: 120px !important; }
  .md\:mb-4 {
    margin-bottom: 1rem !important; }
  .md\:mb-5 {
    margin-bottom: 1.25rem !important; }
  .md\:mb-6 {
    margin-bottom: 1.5rem !important; }
  .md\:mb-8 {
    margin-bottom: 2rem !important; }
  .md\:mb-9 {
    margin-bottom: 2.25rem !important; }
  .md\:mb-auto {
    margin-bottom: auto !important; }
  .md\:mb-lg {
    margin-bottom: 30px !important; }
  .md\:mb-md {
    margin-bottom: 15px !important; }
  .md\:mb-sm {
    margin-bottom: 5px !important; }
  .md\:mb-xl {
    margin-bottom: 60px !important; }
  .md\:ml-0 {
    margin-left: 0px !important; }
  .md\:ml-1 {
    margin-left: 0.25rem !important; }
  .md\:ml-10 {
    margin-left: 2.5rem !important; }
  .md\:ml-12 {
    margin-left: 3rem !important; }
  .md\:ml-16 {
    margin-left: 4rem !important; }
  .md\:ml-2 {
    margin-left: 0.5rem !important; }
  .md\:ml-20 {
    margin-left: 5rem !important; }
  .md\:ml-24 {
    margin-left: 6rem !important; }
  .md\:ml-28 {
    margin-left: 7rem !important; }
  .md\:ml-2xl {
    margin-left: 90px !important; }
  .md\:ml-3 {
    margin-left: 0.75rem !important; }
  .md\:ml-3xl {
    margin-left: 120px !important; }
  .md\:ml-4 {
    margin-left: 1rem !important; }
  .md\:ml-5 {
    margin-left: 1.25rem !important; }
  .md\:ml-6 {
    margin-left: 1.5rem !important; }
  .md\:ml-8 {
    margin-left: 2rem !important; }
  .md\:ml-9 {
    margin-left: 2.25rem !important; }
  .md\:ml-auto {
    margin-left: auto !important; }
  .md\:ml-lg {
    margin-left: 30px !important; }
  .md\:ml-md {
    margin-left: 15px !important; }
  .md\:ml-sm {
    margin-left: 5px !important; }
  .md\:ml-xl {
    margin-left: 60px !important; }
  .md\:mr-0 {
    margin-right: 0px !important; }
  .md\:mr-1 {
    margin-right: 0.25rem !important; }
  .md\:mr-10 {
    margin-right: 2.5rem !important; }
  .md\:mr-12 {
    margin-right: 3rem !important; }
  .md\:mr-16 {
    margin-right: 4rem !important; }
  .md\:mr-2 {
    margin-right: 0.5rem !important; }
  .md\:mr-20 {
    margin-right: 5rem !important; }
  .md\:mr-24 {
    margin-right: 6rem !important; }
  .md\:mr-28 {
    margin-right: 7rem !important; }
  .md\:mr-2xl {
    margin-right: 90px !important; }
  .md\:mr-3 {
    margin-right: 0.75rem !important; }
  .md\:mr-3xl {
    margin-right: 120px !important; }
  .md\:mr-4 {
    margin-right: 1rem !important; }
  .md\:mr-5 {
    margin-right: 1.25rem !important; }
  .md\:mr-6 {
    margin-right: 1.5rem !important; }
  .md\:mr-8 {
    margin-right: 2rem !important; }
  .md\:mr-9 {
    margin-right: 2.25rem !important; }
  .md\:mr-auto {
    margin-right: auto !important; }
  .md\:mr-lg {
    margin-right: 30px !important; }
  .md\:mr-md {
    margin-right: 15px !important; }
  .md\:mr-sm {
    margin-right: 5px !important; }
  .md\:mr-xl {
    margin-right: 60px !important; }
  .md\:mt-0 {
    margin-top: 0px !important; }
  .md\:mt-1 {
    margin-top: 0.25rem !important; }
  .md\:mt-10 {
    margin-top: 2.5rem !important; }
  .md\:mt-12 {
    margin-top: 3rem !important; }
  .md\:mt-16 {
    margin-top: 4rem !important; }
  .md\:mt-2 {
    margin-top: 0.5rem !important; }
  .md\:mt-20 {
    margin-top: 5rem !important; }
  .md\:mt-24 {
    margin-top: 6rem !important; }
  .md\:mt-28 {
    margin-top: 7rem !important; }
  .md\:mt-2xl {
    margin-top: 90px !important; }
  .md\:mt-3 {
    margin-top: 0.75rem !important; }
  .md\:mt-3xl {
    margin-top: 120px !important; }
  .md\:mt-4 {
    margin-top: 1rem !important; }
  .md\:mt-5 {
    margin-top: 1.25rem !important; }
  .md\:mt-6 {
    margin-top: 1.5rem !important; }
  .md\:mt-8 {
    margin-top: 2rem !important; }
  .md\:mt-9 {
    margin-top: 2.25rem !important; }
  .md\:mt-auto {
    margin-top: auto !important; }
  .md\:mt-lg {
    margin-top: 30px !important; }
  .md\:mt-md {
    margin-top: 15px !important; }
  .md\:mt-sm {
    margin-top: 5px !important; }
  .md\:mt-xl {
    margin-top: 60px !important; }
  .md\:flex {
    display: flex !important; }
  .md\:inline-flex {
    display: inline-flex !important; }
  .md\:grid {
    display: grid !important; }
  .md\:hidden {
    display: none !important; }
  .md\:aspect-auto {
    aspect-ratio: auto !important; }
  .md\:aspect-square {
    aspect-ratio: 1 / 1 !important; }
  .md\:aspect-video {
    aspect-ratio: 16 / 9 !important; }
  .md\:h-0 {
    height: 0px !important; }
  .md\:h-1 {
    height: 0.25rem !important; }
  .md\:h-1\/2 {
    height: 50% !important; }
  .md\:h-1\/4 {
    height: 25% !important; }
  .md\:h-10 {
    height: 2.5rem !important; }
  .md\:h-14 {
    height: 3.5rem !important; }
  .md\:h-2 {
    height: 0.5rem !important; }
  .md\:h-2\/3 {
    height: 66.666667% !important; }
  .md\:h-24 {
    height: 6rem !important; }
  .md\:h-3 {
    height: 0.75rem !important; }
  .md\:h-3\/4 {
    height: 75% !important; }
  .md\:h-3\/5 {
    height: 60% !important; }
  .md\:h-4 {
    height: 1rem !important; }
  .md\:h-5 {
    height: 1.25rem !important; }
  .md\:h-6 {
    height: 1.5rem !important; }
  .md\:h-7 {
    height: 1.75rem !important; }
  .md\:h-8 {
    height: 2rem !important; }
  .md\:h-9 {
    height: 2.25rem !important; }
  .md\:h-\[50\%\] {
    height: 50% !important; }
  .md\:h-full {
    height: 100% !important; }
  .md\:h-screen {
    height: 100vh !important; }
  .md\:max-h-0 {
    max-height: 0px !important; }
  .md\:max-h-1 {
    max-height: 0.25rem !important; }
  .md\:max-h-10 {
    max-height: 2.5rem !important; }
  .md\:max-h-14 {
    max-height: 3.5rem !important; }
  .md\:max-h-2 {
    max-height: 0.5rem !important; }
  .md\:max-h-24 {
    max-height: 6rem !important; }
  .md\:max-h-3 {
    max-height: 0.75rem !important; }
  .md\:max-h-36 {
    max-height: 9rem !important; }
  .md\:max-h-4 {
    max-height: 1rem !important; }
  .md\:max-h-5 {
    max-height: 1.25rem !important; }
  .md\:max-h-6 {
    max-height: 1.5rem !important; }
  .md\:max-h-7 {
    max-height: 1.75rem !important; }
  .md\:max-h-8 {
    max-height: 2rem !important; }
  .md\:max-h-9 {
    max-height: 2.25rem !important; }
  .md\:max-h-full {
    max-height: 100% !important; }
  .md\:max-h-none {
    max-height: none !important; }
  .md\:max-h-screen {
    max-height: 100vh !important; }
  .md\:min-h-0 {
    min-height: 0px !important; }
  .md\:min-h-1 {
    min-height: 0.25rem !important; }
  .md\:min-h-10 {
    min-height: 2.5rem !important; }
  .md\:min-h-14 {
    min-height: 3.5rem !important; }
  .md\:min-h-2 {
    min-height: 0.5rem !important; }
  .md\:min-h-24 {
    min-height: 6rem !important; }
  .md\:min-h-3 {
    min-height: 0.75rem !important; }
  .md\:min-h-4 {
    min-height: 1rem !important; }
  .md\:min-h-5 {
    min-height: 1.25rem !important; }
  .md\:min-h-6 {
    min-height: 1.5rem !important; }
  .md\:min-h-7 {
    min-height: 1.75rem !important; }
  .md\:min-h-8 {
    min-height: 2rem !important; }
  .md\:min-h-9 {
    min-height: 2.25rem !important; }
  .md\:min-h-full {
    min-height: 100% !important; }
  .md\:min-h-screen {
    min-height: 100vh !important; }
  .md\:w-0 {
    width: 0px !important; }
  .md\:w-1 {
    width: 0.25rem !important; }
  .md\:w-1\/2 {
    width: 50% !important; }
  .md\:w-1\/3 {
    width: 33.333333% !important; }
  .md\:w-1\/4 {
    width: 25% !important; }
  .md\:w-10 {
    width: 2.5rem !important; }
  .md\:w-14 {
    width: 3.5rem !important; }
  .md\:w-2 {
    width: 0.5rem !important; }
  .md\:w-2\/3 {
    width: 66.666667% !important; }
  .md\:w-24 {
    width: 6rem !important; }
  .md\:w-3 {
    width: 0.75rem !important; }
  .md\:w-3\/4 {
    width: 75% !important; }
  .md\:w-3\/5 {
    width: 60% !important; }
  .md\:w-4 {
    width: 1rem !important; }
  .md\:w-5 {
    width: 1.25rem !important; }
  .md\:w-6 {
    width: 1.5rem !important; }
  .md\:w-7 {
    width: 1.75rem !important; }
  .md\:w-8 {
    width: 2rem !important; }
  .md\:w-9 {
    width: 2.25rem !important; }
  .md\:w-full {
    width: 100% !important; }
  .md\:w-screen {
    width: 100vw !important; }
  .md\:min-w-0 {
    min-width: 0px !important; }
  .md\:min-w-1 {
    min-width: 0.25rem !important; }
  .md\:min-w-10 {
    min-width: 2.5rem !important; }
  .md\:min-w-14 {
    min-width: 3.5rem !important; }
  .md\:min-w-2 {
    min-width: 0.5rem !important; }
  .md\:min-w-24 {
    min-width: 6rem !important; }
  .md\:min-w-3 {
    min-width: 0.75rem !important; }
  .md\:min-w-4 {
    min-width: 1rem !important; }
  .md\:min-w-5 {
    min-width: 1.25rem !important; }
  .md\:min-w-6 {
    min-width: 1.5rem !important; }
  .md\:min-w-7 {
    min-width: 1.75rem !important; }
  .md\:min-w-8 {
    min-width: 2rem !important; }
  .md\:min-w-9 {
    min-width: 2.25rem !important; }
  .md\:min-w-full {
    min-width: 100% !important; }
  .md\:max-w-0 {
    max-width: 0px !important; }
  .md\:max-w-1 {
    max-width: 0.25rem !important; }
  .md\:max-w-10 {
    max-width: 2.5rem !important; }
  .md\:max-w-14 {
    max-width: 3.5rem !important; }
  .md\:max-w-2 {
    max-width: 0.5rem !important; }
  .md\:max-w-24 {
    max-width: 6rem !important; }
  .md\:max-w-3 {
    max-width: 0.75rem !important; }
  .md\:max-w-4 {
    max-width: 1rem !important; }
  .md\:max-w-5 {
    max-width: 1.25rem !important; }
  .md\:max-w-6 {
    max-width: 1.5rem !important; }
  .md\:max-w-7 {
    max-width: 1.75rem !important; }
  .md\:max-w-8 {
    max-width: 2rem !important; }
  .md\:max-w-9 {
    max-width: 2.25rem !important; }
  .md\:max-w-\[387px\] {
    max-width: 387px !important; }
  .md\:max-w-full {
    max-width: 100% !important; }
  .md\:max-w-none {
    max-width: none !important; }
  .md\:flex-none {
    flex: none !important; }
  .md\:basis-\[48\%\] {
    flex-basis: 48% !important; }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important; }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important; }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important; }
  .md\:grid-cols-none {
    grid-template-columns: none !important; }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important; }
  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important; }
  .md\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important; }
  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important; }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important; }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important; }
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important; }
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important; }
  .md\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important; }
  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important; }
  .md\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important; }
  .md\:grid-rows-none {
    grid-template-rows: none !important; }
  .md\:flex-row {
    flex-direction: row !important; }
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important; }
  .md\:flex-col {
    flex-direction: column !important; }
  .md\:flex-col-reverse {
    flex-direction: column-reverse !important; }
  .md\:flex-wrap {
    flex-wrap: wrap !important; }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important; }
  .md\:items-start {
    align-items: flex-start !important; }
  .md\:items-end {
    align-items: flex-end !important; }
  .md\:items-center {
    align-items: center !important; }
  .md\:items-baseline {
    align-items: baseline !important; }
  .md\:items-stretch {
    align-items: stretch !important; }
  .md\:justify-start {
    justify-content: flex-start !important; }
  .md\:justify-end {
    justify-content: flex-end !important; }
  .md\:justify-center {
    justify-content: center !important; }
  .md\:justify-between {
    justify-content: space-between !important; }
  .md\:justify-around {
    justify-content: space-around !important; }
  .md\:justify-evenly {
    justify-content: space-evenly !important; }
  .md\:justify-stretch {
    justify-content: stretch !important; }
  .md\:gap-0 {
    gap: 0px !important; }
  .md\:gap-1 {
    gap: 0.25rem !important; }
  .md\:gap-10 {
    gap: 2.5rem !important; }
  .md\:gap-2 {
    gap: 0.5rem !important; }
  .md\:gap-3 {
    gap: 0.75rem !important; }
  .md\:gap-32 {
    gap: 8rem !important; }
  .md\:gap-4 {
    gap: 1rem !important; }
  .md\:gap-5 {
    gap: 1.25rem !important; }
  .md\:gap-6 {
    gap: 1.5rem !important; }
  .md\:gap-7 {
    gap: 1.75rem !important; }
  .md\:gap-8 {
    gap: 2rem !important; }
  .md\:gap-9 {
    gap: 2.25rem !important; }
  .md\:gap-lg {
    gap: 30px !important; }
  .md\:gap-md {
    gap: 15px !important; }
  .md\:gap-sm {
    gap: 5px !important; }
  .md\:gap-xl {
    gap: 60px !important; }
  .md\:rounded {
    border-radius: 15px !important; }
  .md\:rounded-2xl {
    border-radius: 1rem !important; }
  .md\:rounded-full {
    border-radius: 9999px !important; }
  .md\:rounded-lg {
    border-radius: 10px !important; }
  .md\:rounded-none {
    border-radius: 0px !important; }
  .md\:rounded-xl {
    border-radius: 0.75rem !important; }
  .md\:rounded-b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .md\:rounded-b-lg {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .md\:rounded-bl {
    border-bottom-left-radius: 15px !important; }
  .md\:rounded-bl-lg {
    border-bottom-left-radius: 10px !important; }
  .md\:rounded-br {
    border-bottom-right-radius: 15px !important; }
  .md\:rounded-br-lg {
    border-bottom-right-radius: 10px !important; }
  .md\:rounded-tl {
    border-top-left-radius: 15px !important; }
  .md\:rounded-tl-lg {
    border-top-left-radius: 10px !important; }
  .md\:rounded-tr {
    border-top-right-radius: 15px !important; }
  .md\:rounded-tr-lg {
    border-top-right-radius: 10px !important; }
  .md\:border {
    border-width: 1px !important; }
  .md\:border-solid {
    border-style: solid !important; }
  .md\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(221 221 221 / var(--tw-border-opacity, 1)) !important; }
  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important; }
  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important; }
  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important; }
  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important; }
  .md\:p-0 {
    padding: 0px !important; }
  .md\:p-1 {
    padding: 0.25rem !important; }
  .md\:p-10 {
    padding: 2.5rem !important; }
  .md\:p-12 {
    padding: 3rem !important; }
  .md\:p-16 {
    padding: 4rem !important; }
  .md\:p-2 {
    padding: 0.5rem !important; }
  .md\:p-20 {
    padding: 5rem !important; }
  .md\:p-24 {
    padding: 6rem !important; }
  .md\:p-28 {
    padding: 7rem !important; }
  .md\:p-2xl {
    padding: 90px !important; }
  .md\:p-3 {
    padding: 0.75rem !important; }
  .md\:p-3xl {
    padding: 120px !important; }
  .md\:p-4 {
    padding: 1rem !important; }
  .md\:p-5 {
    padding: 1.25rem !important; }
  .md\:p-6 {
    padding: 1.5rem !important; }
  .md\:p-8 {
    padding: 2rem !important; }
  .md\:p-9 {
    padding: 2.25rem !important; }
  .md\:p-lg {
    padding: 30px !important; }
  .md\:p-md {
    padding: 15px !important; }
  .md\:p-sm {
    padding: 5px !important; }
  .md\:p-xl {
    padding: 60px !important; }
  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .md\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .md\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .md\:px-\[70px\] {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .md\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .md\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .md\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .md\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .md\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .md\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .md\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .md\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .md\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .md\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .md\:pb-0 {
    padding-bottom: 0px !important; }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .md\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .md\:pb-12 {
    padding-bottom: 3rem !important; }
  .md\:pb-16 {
    padding-bottom: 4rem !important; }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .md\:pb-20 {
    padding-bottom: 5rem !important; }
  .md\:pb-24 {
    padding-bottom: 6rem !important; }
  .md\:pb-28 {
    padding-bottom: 7rem !important; }
  .md\:pb-2xl {
    padding-bottom: 90px !important; }
  .md\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .md\:pb-3xl {
    padding-bottom: 120px !important; }
  .md\:pb-4 {
    padding-bottom: 1rem !important; }
  .md\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .md\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .md\:pb-8 {
    padding-bottom: 2rem !important; }
  .md\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .md\:pb-lg {
    padding-bottom: 30px !important; }
  .md\:pb-md {
    padding-bottom: 15px !important; }
  .md\:pb-sm {
    padding-bottom: 5px !important; }
  .md\:pb-xl {
    padding-bottom: 60px !important; }
  .md\:pl-0 {
    padding-left: 0px !important; }
  .md\:pl-1 {
    padding-left: 0.25rem !important; }
  .md\:pl-10 {
    padding-left: 2.5rem !important; }
  .md\:pl-12 {
    padding-left: 3rem !important; }
  .md\:pl-16 {
    padding-left: 4rem !important; }
  .md\:pl-2 {
    padding-left: 0.5rem !important; }
  .md\:pl-20 {
    padding-left: 5rem !important; }
  .md\:pl-24 {
    padding-left: 6rem !important; }
  .md\:pl-28 {
    padding-left: 7rem !important; }
  .md\:pl-2xl {
    padding-left: 90px !important; }
  .md\:pl-3 {
    padding-left: 0.75rem !important; }
  .md\:pl-3xl {
    padding-left: 120px !important; }
  .md\:pl-4 {
    padding-left: 1rem !important; }
  .md\:pl-5 {
    padding-left: 1.25rem !important; }
  .md\:pl-6 {
    padding-left: 1.5rem !important; }
  .md\:pl-8 {
    padding-left: 2rem !important; }
  .md\:pl-9 {
    padding-left: 2.25rem !important; }
  .md\:pl-\[65px\] {
    padding-left: 65px !important; }
  .md\:pl-lg {
    padding-left: 30px !important; }
  .md\:pl-md {
    padding-left: 15px !important; }
  .md\:pl-sm {
    padding-left: 5px !important; }
  .md\:pl-xl {
    padding-left: 60px !important; }
  .md\:pr-0 {
    padding-right: 0px !important; }
  .md\:pr-1 {
    padding-right: 0.25rem !important; }
  .md\:pr-10 {
    padding-right: 2.5rem !important; }
  .md\:pr-12 {
    padding-right: 3rem !important; }
  .md\:pr-16 {
    padding-right: 4rem !important; }
  .md\:pr-2 {
    padding-right: 0.5rem !important; }
  .md\:pr-20 {
    padding-right: 5rem !important; }
  .md\:pr-24 {
    padding-right: 6rem !important; }
  .md\:pr-28 {
    padding-right: 7rem !important; }
  .md\:pr-2xl {
    padding-right: 90px !important; }
  .md\:pr-3 {
    padding-right: 0.75rem !important; }
  .md\:pr-3xl {
    padding-right: 120px !important; }
  .md\:pr-4 {
    padding-right: 1rem !important; }
  .md\:pr-5 {
    padding-right: 1.25rem !important; }
  .md\:pr-6 {
    padding-right: 1.5rem !important; }
  .md\:pr-8 {
    padding-right: 2rem !important; }
  .md\:pr-9 {
    padding-right: 2.25rem !important; }
  .md\:pr-lg {
    padding-right: 30px !important; }
  .md\:pr-md {
    padding-right: 15px !important; }
  .md\:pr-sm {
    padding-right: 5px !important; }
  .md\:pr-xl {
    padding-right: 60px !important; }
  .md\:ps-8 {
    padding-inline-start: 2rem !important; }
  .md\:pt-0 {
    padding-top: 0px !important; }
  .md\:pt-1 {
    padding-top: 0.25rem !important; }
  .md\:pt-10 {
    padding-top: 2.5rem !important; }
  .md\:pt-12 {
    padding-top: 3rem !important; }
  .md\:pt-16 {
    padding-top: 4rem !important; }
  .md\:pt-2 {
    padding-top: 0.5rem !important; }
  .md\:pt-20 {
    padding-top: 5rem !important; }
  .md\:pt-24 {
    padding-top: 6rem !important; }
  .md\:pt-28 {
    padding-top: 7rem !important; }
  .md\:pt-2xl {
    padding-top: 90px !important; }
  .md\:pt-3 {
    padding-top: 0.75rem !important; }
  .md\:pt-3xl {
    padding-top: 120px !important; }
  .md\:pt-4 {
    padding-top: 1rem !important; }
  .md\:pt-5 {
    padding-top: 1.25rem !important; }
  .md\:pt-6 {
    padding-top: 1.5rem !important; }
  .md\:pt-8 {
    padding-top: 2rem !important; }
  .md\:pt-9 {
    padding-top: 2.25rem !important; }
  .md\:pt-lg {
    padding-top: 30px !important; }
  .md\:pt-md {
    padding-top: 15px !important; }
  .md\:pt-sm {
    padding-top: 5px !important; }
  .md\:pt-xl {
    padding-top: 60px !important; }
  .md\:text-center {
    text-align: center !important; }
  .md\:text-2xl {
    font-size: 24px !important;
    line-height: 32px !important; }
  .md\:text-3xl {
    font-size: 32px !important;
    line-height: 42px !important; }
  .md\:text-4xl {
    font-size: 40px !important;
    line-height: 46px !important; }
  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important; }
  .md\:text-6xl {
    font-size: 58px !important;
    line-height: 58px !important; }
  .md\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important; }
  .md\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important; }
  .md\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important; }
  .md\:text-\[22px\]\/\[28px\] {
    font-size: 22px !important;
    line-height: 28px !important; }
  .md\:text-\[24px\]\/\[34px\] {
    font-size: 24px !important;
    line-height: 34px !important; }
  .md\:text-\[26px\]\/\[32px\] {
    font-size: 26px !important;
    line-height: 32px !important; }
  .md\:text-\[40px\]\/\[46px\] {
    font-size: 40px !important;
    line-height: 46px !important; }
  .md\:text-base {
    font-size: 16px !important;
    line-height: 20px !important; }
  .md\:text-lg {
    font-size: 18px !important;
    line-height: 22px !important; }
  .md\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .md\:text-xl {
    font-size: 20px !important;
    line-height: 30px !important; }
  .md\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important; }
  .md\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important; }
  .md\:no-underline {
    text-decoration-line: none !important; }
  .md\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem !important; }
  .md\:even\:pl-4:nth-child(even) {
    padding-left: 1rem !important; }
  .md\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem !important; } }
@media (min-width: 992px) {
  .lg\:absolute {
    position: absolute !important; }
  .lg\:relative {
    position: relative !important; }
  .lg\:sticky {
    position: sticky !important; }
  .lg\:right-lg {
    right: 30px !important; }
  .lg\:-m-0 {
    margin: -0px !important; }
  .lg\:-m-1 {
    margin: -0.25rem !important; }
  .lg\:-m-10 {
    margin: -2.5rem !important; }
  .lg\:-m-12 {
    margin: -3rem !important; }
  .lg\:-m-16 {
    margin: -4rem !important; }
  .lg\:-m-2 {
    margin: -0.5rem !important; }
  .lg\:-m-20 {
    margin: -5rem !important; }
  .lg\:-m-24 {
    margin: -6rem !important; }
  .lg\:-m-28 {
    margin: -7rem !important; }
  .lg\:-m-2xl {
    margin: -90px !important; }
  .lg\:-m-3 {
    margin: -0.75rem !important; }
  .lg\:-m-3xl {
    margin: -120px !important; }
  .lg\:-m-4 {
    margin: -1rem !important; }
  .lg\:-m-5 {
    margin: -1.25rem !important; }
  .lg\:-m-6 {
    margin: -1.5rem !important; }
  .lg\:-m-8 {
    margin: -2rem !important; }
  .lg\:-m-9 {
    margin: -2.25rem !important; }
  .lg\:-m-lg {
    margin: -30px !important; }
  .lg\:-m-md {
    margin: -15px !important; }
  .lg\:-m-sm {
    margin: -5px !important; }
  .lg\:-m-xl {
    margin: -60px !important; }
  .lg\:m-0 {
    margin: 0px !important; }
  .lg\:m-1 {
    margin: 0.25rem !important; }
  .lg\:m-10 {
    margin: 2.5rem !important; }
  .lg\:m-12 {
    margin: 3rem !important; }
  .lg\:m-16 {
    margin: 4rem !important; }
  .lg\:m-2 {
    margin: 0.5rem !important; }
  .lg\:m-20 {
    margin: 5rem !important; }
  .lg\:m-24 {
    margin: 6rem !important; }
  .lg\:m-28 {
    margin: 7rem !important; }
  .lg\:m-2xl {
    margin: 90px !important; }
  .lg\:m-3 {
    margin: 0.75rem !important; }
  .lg\:m-3xl {
    margin: 120px !important; }
  .lg\:m-4 {
    margin: 1rem !important; }
  .lg\:m-5 {
    margin: 1.25rem !important; }
  .lg\:m-6 {
    margin: 1.5rem !important; }
  .lg\:m-8 {
    margin: 2rem !important; }
  .lg\:m-9 {
    margin: 2.25rem !important; }
  .lg\:m-auto {
    margin: auto !important; }
  .lg\:m-lg {
    margin: 30px !important; }
  .lg\:m-md {
    margin: 15px !important; }
  .lg\:m-sm {
    margin: 5px !important; }
  .lg\:m-xl {
    margin: 60px !important; }
  .lg\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important; }
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important; }
  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }
  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }
  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }
  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }
  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important; }
  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .lg\:-mx-2xl {
    margin-left: -90px !important;
    margin-right: -90px !important; }
  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important; }
  .lg\:-mx-3xl {
    margin-left: -120px !important;
    margin-right: -120px !important; }
  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important; }
  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }
  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }
  .lg\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important; }
  .lg\:-mx-lg {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  .lg\:-mx-md {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .lg\:-mx-sm {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .lg\:-mx-xl {
    margin-left: -60px !important;
    margin-right: -60px !important; }
  .lg\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important; }
  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .lg\:-my-2xl {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .lg\:-my-3xl {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .lg\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .lg\:-my-lg {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .lg\:-my-md {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .lg\:-my-sm {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .lg\:-my-xl {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .lg\:mx-2xl {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important; }
  .lg\:mx-3xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important; }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .lg\:mx-lg {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .lg\:mx-md {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .lg\:mx-sm {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .lg\:mx-xl {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .lg\:my-2xl {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .lg\:my-3xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .lg\:my-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .lg\:my-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .lg\:my-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .lg\:my-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .lg\:-mb-0 {
    margin-bottom: -0px !important; }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important; }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important; }
  .lg\:-mb-12 {
    margin-bottom: -3rem !important; }
  .lg\:-mb-16 {
    margin-bottom: -4rem !important; }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important; }
  .lg\:-mb-20 {
    margin-bottom: -5rem !important; }
  .lg\:-mb-24 {
    margin-bottom: -6rem !important; }
  .lg\:-mb-28 {
    margin-bottom: -7rem !important; }
  .lg\:-mb-2xl {
    margin-bottom: -90px !important; }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important; }
  .lg\:-mb-3xl {
    margin-bottom: -120px !important; }
  .lg\:-mb-4 {
    margin-bottom: -1rem !important; }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important; }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important; }
  .lg\:-mb-8 {
    margin-bottom: -2rem !important; }
  .lg\:-mb-9 {
    margin-bottom: -2.25rem !important; }
  .lg\:-mb-lg {
    margin-bottom: -30px !important; }
  .lg\:-mb-md {
    margin-bottom: -15px !important; }
  .lg\:-mb-sm {
    margin-bottom: -5px !important; }
  .lg\:-mb-xl {
    margin-bottom: -60px !important; }
  .lg\:-ml-0 {
    margin-left: -0px !important; }
  .lg\:-ml-1 {
    margin-left: -0.25rem !important; }
  .lg\:-ml-10 {
    margin-left: -2.5rem !important; }
  .lg\:-ml-12 {
    margin-left: -3rem !important; }
  .lg\:-ml-16 {
    margin-left: -4rem !important; }
  .lg\:-ml-2 {
    margin-left: -0.5rem !important; }
  .lg\:-ml-20 {
    margin-left: -5rem !important; }
  .lg\:-ml-24 {
    margin-left: -6rem !important; }
  .lg\:-ml-28 {
    margin-left: -7rem !important; }
  .lg\:-ml-2xl {
    margin-left: -90px !important; }
  .lg\:-ml-3 {
    margin-left: -0.75rem !important; }
  .lg\:-ml-3xl {
    margin-left: -120px !important; }
  .lg\:-ml-4 {
    margin-left: -1rem !important; }
  .lg\:-ml-5 {
    margin-left: -1.25rem !important; }
  .lg\:-ml-6 {
    margin-left: -1.5rem !important; }
  .lg\:-ml-8 {
    margin-left: -2rem !important; }
  .lg\:-ml-9 {
    margin-left: -2.25rem !important; }
  .lg\:-ml-lg {
    margin-left: -30px !important; }
  .lg\:-ml-md {
    margin-left: -15px !important; }
  .lg\:-ml-sm {
    margin-left: -5px !important; }
  .lg\:-ml-xl {
    margin-left: -60px !important; }
  .lg\:-mr-0 {
    margin-right: -0px !important; }
  .lg\:-mr-1 {
    margin-right: -0.25rem !important; }
  .lg\:-mr-10 {
    margin-right: -2.5rem !important; }
  .lg\:-mr-12 {
    margin-right: -3rem !important; }
  .lg\:-mr-16 {
    margin-right: -4rem !important; }
  .lg\:-mr-2 {
    margin-right: -0.5rem !important; }
  .lg\:-mr-20 {
    margin-right: -5rem !important; }
  .lg\:-mr-24 {
    margin-right: -6rem !important; }
  .lg\:-mr-28 {
    margin-right: -7rem !important; }
  .lg\:-mr-2xl {
    margin-right: -90px !important; }
  .lg\:-mr-3 {
    margin-right: -0.75rem !important; }
  .lg\:-mr-3xl {
    margin-right: -120px !important; }
  .lg\:-mr-4 {
    margin-right: -1rem !important; }
  .lg\:-mr-5 {
    margin-right: -1.25rem !important; }
  .lg\:-mr-6 {
    margin-right: -1.5rem !important; }
  .lg\:-mr-8 {
    margin-right: -2rem !important; }
  .lg\:-mr-9 {
    margin-right: -2.25rem !important; }
  .lg\:-mr-lg {
    margin-right: -30px !important; }
  .lg\:-mr-md {
    margin-right: -15px !important; }
  .lg\:-mr-sm {
    margin-right: -5px !important; }
  .lg\:-mr-xl {
    margin-right: -60px !important; }
  .lg\:-mt-0 {
    margin-top: -0px !important; }
  .lg\:-mt-1 {
    margin-top: -0.25rem !important; }
  .lg\:-mt-10 {
    margin-top: -2.5rem !important; }
  .lg\:-mt-12 {
    margin-top: -3rem !important; }
  .lg\:-mt-16 {
    margin-top: -4rem !important; }
  .lg\:-mt-2 {
    margin-top: -0.5rem !important; }
  .lg\:-mt-20 {
    margin-top: -5rem !important; }
  .lg\:-mt-24 {
    margin-top: -6rem !important; }
  .lg\:-mt-28 {
    margin-top: -7rem !important; }
  .lg\:-mt-2xl {
    margin-top: -90px !important; }
  .lg\:-mt-3 {
    margin-top: -0.75rem !important; }
  .lg\:-mt-3xl {
    margin-top: -120px !important; }
  .lg\:-mt-4 {
    margin-top: -1rem !important; }
  .lg\:-mt-5 {
    margin-top: -1.25rem !important; }
  .lg\:-mt-6 {
    margin-top: -1.5rem !important; }
  .lg\:-mt-8 {
    margin-top: -2rem !important; }
  .lg\:-mt-9 {
    margin-top: -2.25rem !important; }
  .lg\:-mt-lg {
    margin-top: -30px !important; }
  .lg\:-mt-md {
    margin-top: -15px !important; }
  .lg\:-mt-sm {
    margin-top: -5px !important; }
  .lg\:-mt-xl {
    margin-top: -60px !important; }
  .lg\:mb-0 {
    margin-bottom: 0px !important; }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important; }
  .lg\:mb-10 {
    margin-bottom: 2.5rem !important; }
  .lg\:mb-11 {
    margin-bottom: 2.75rem !important; }
  .lg\:mb-12 {
    margin-bottom: 3rem !important; }
  .lg\:mb-14 {
    margin-bottom: 3.5rem !important; }
  .lg\:mb-16 {
    margin-bottom: 4rem !important; }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important; }
  .lg\:mb-20 {
    margin-bottom: 5rem !important; }
  .lg\:mb-24 {
    margin-bottom: 6rem !important; }
  .lg\:mb-28 {
    margin-bottom: 7rem !important; }
  .lg\:mb-2xl {
    margin-bottom: 90px !important; }
  .lg\:mb-3 {
    margin-bottom: 0.75rem !important; }
  .lg\:mb-32 {
    margin-bottom: 8rem !important; }
  .lg\:mb-3xl {
    margin-bottom: 120px !important; }
  .lg\:mb-4 {
    margin-bottom: 1rem !important; }
  .lg\:mb-5 {
    margin-bottom: 1.25rem !important; }
  .lg\:mb-6 {
    margin-bottom: 1.5rem !important; }
  .lg\:mb-8 {
    margin-bottom: 2rem !important; }
  .lg\:mb-9 {
    margin-bottom: 2.25rem !important; }
  .lg\:mb-auto {
    margin-bottom: auto !important; }
  .lg\:mb-lg {
    margin-bottom: 30px !important; }
  .lg\:mb-md {
    margin-bottom: 15px !important; }
  .lg\:mb-sm {
    margin-bottom: 5px !important; }
  .lg\:mb-xl {
    margin-bottom: 60px !important; }
  .lg\:ml-0 {
    margin-left: 0px !important; }
  .lg\:ml-1 {
    margin-left: 0.25rem !important; }
  .lg\:ml-10 {
    margin-left: 2.5rem !important; }
  .lg\:ml-12 {
    margin-left: 3rem !important; }
  .lg\:ml-16 {
    margin-left: 4rem !important; }
  .lg\:ml-2 {
    margin-left: 0.5rem !important; }
  .lg\:ml-20 {
    margin-left: 5rem !important; }
  .lg\:ml-24 {
    margin-left: 6rem !important; }
  .lg\:ml-28 {
    margin-left: 7rem !important; }
  .lg\:ml-2xl {
    margin-left: 90px !important; }
  .lg\:ml-3 {
    margin-left: 0.75rem !important; }
  .lg\:ml-3xl {
    margin-left: 120px !important; }
  .lg\:ml-4 {
    margin-left: 1rem !important; }
  .lg\:ml-5 {
    margin-left: 1.25rem !important; }
  .lg\:ml-6 {
    margin-left: 1.5rem !important; }
  .lg\:ml-8 {
    margin-left: 2rem !important; }
  .lg\:ml-9 {
    margin-left: 2.25rem !important; }
  .lg\:ml-auto {
    margin-left: auto !important; }
  .lg\:ml-lg {
    margin-left: 30px !important; }
  .lg\:ml-md {
    margin-left: 15px !important; }
  .lg\:ml-sm {
    margin-left: 5px !important; }
  .lg\:ml-xl {
    margin-left: 60px !important; }
  .lg\:mr-0 {
    margin-right: 0px !important; }
  .lg\:mr-1 {
    margin-right: 0.25rem !important; }
  .lg\:mr-10 {
    margin-right: 2.5rem !important; }
  .lg\:mr-12 {
    margin-right: 3rem !important; }
  .lg\:mr-16 {
    margin-right: 4rem !important; }
  .lg\:mr-2 {
    margin-right: 0.5rem !important; }
  .lg\:mr-20 {
    margin-right: 5rem !important; }
  .lg\:mr-24 {
    margin-right: 6rem !important; }
  .lg\:mr-28 {
    margin-right: 7rem !important; }
  .lg\:mr-2xl {
    margin-right: 90px !important; }
  .lg\:mr-3 {
    margin-right: 0.75rem !important; }
  .lg\:mr-3xl {
    margin-right: 120px !important; }
  .lg\:mr-4 {
    margin-right: 1rem !important; }
  .lg\:mr-5 {
    margin-right: 1.25rem !important; }
  .lg\:mr-6 {
    margin-right: 1.5rem !important; }
  .lg\:mr-8 {
    margin-right: 2rem !important; }
  .lg\:mr-9 {
    margin-right: 2.25rem !important; }
  .lg\:mr-auto {
    margin-right: auto !important; }
  .lg\:mr-lg {
    margin-right: 30px !important; }
  .lg\:mr-md {
    margin-right: 15px !important; }
  .lg\:mr-sm {
    margin-right: 5px !important; }
  .lg\:mr-xl {
    margin-right: 60px !important; }
  .lg\:mt-0 {
    margin-top: 0px !important; }
  .lg\:mt-1 {
    margin-top: 0.25rem !important; }
  .lg\:mt-10 {
    margin-top: 2.5rem !important; }
  .lg\:mt-12 {
    margin-top: 3rem !important; }
  .lg\:mt-16 {
    margin-top: 4rem !important; }
  .lg\:mt-2 {
    margin-top: 0.5rem !important; }
  .lg\:mt-20 {
    margin-top: 5rem !important; }
  .lg\:mt-24 {
    margin-top: 6rem !important; }
  .lg\:mt-28 {
    margin-top: 7rem !important; }
  .lg\:mt-2xl {
    margin-top: 90px !important; }
  .lg\:mt-3 {
    margin-top: 0.75rem !important; }
  .lg\:mt-3xl {
    margin-top: 120px !important; }
  .lg\:mt-4 {
    margin-top: 1rem !important; }
  .lg\:mt-5 {
    margin-top: 1.25rem !important; }
  .lg\:mt-6 {
    margin-top: 1.5rem !important; }
  .lg\:mt-8 {
    margin-top: 2rem !important; }
  .lg\:mt-9 {
    margin-top: 2.25rem !important; }
  .lg\:mt-auto {
    margin-top: auto !important; }
  .lg\:mt-lg {
    margin-top: 30px !important; }
  .lg\:mt-md {
    margin-top: 15px !important; }
  .lg\:mt-sm {
    margin-top: 5px !important; }
  .lg\:mt-xl {
    margin-top: 60px !important; }
  .lg\:flex {
    display: flex !important; }
  .lg\:inline-flex {
    display: inline-flex !important; }
  .lg\:grid {
    display: grid !important; }
  .lg\:aspect-auto {
    aspect-ratio: auto !important; }
  .lg\:aspect-square {
    aspect-ratio: 1 / 1 !important; }
  .lg\:aspect-video {
    aspect-ratio: 16 / 9 !important; }
  .lg\:h-0 {
    height: 0px !important; }
  .lg\:h-1 {
    height: 0.25rem !important; }
  .lg\:h-1\/2 {
    height: 50% !important; }
  .lg\:h-1\/4 {
    height: 25% !important; }
  .lg\:h-10 {
    height: 2.5rem !important; }
  .lg\:h-14 {
    height: 3.5rem !important; }
  .lg\:h-2 {
    height: 0.5rem !important; }
  .lg\:h-2\/3 {
    height: 66.666667% !important; }
  .lg\:h-24 {
    height: 6rem !important; }
  .lg\:h-3 {
    height: 0.75rem !important; }
  .lg\:h-3\/4 {
    height: 75% !important; }
  .lg\:h-3\/5 {
    height: 60% !important; }
  .lg\:h-4 {
    height: 1rem !important; }
  .lg\:h-5 {
    height: 1.25rem !important; }
  .lg\:h-6 {
    height: 1.5rem !important; }
  .lg\:h-7 {
    height: 1.75rem !important; }
  .lg\:h-8 {
    height: 2rem !important; }
  .lg\:h-9 {
    height: 2.25rem !important; }
  .lg\:h-\[81px\] {
    height: 81px !important; }
  .lg\:h-full {
    height: 100% !important; }
  .lg\:h-screen {
    height: 100vh !important; }
  .lg\:max-h-0 {
    max-height: 0px !important; }
  .lg\:max-h-1 {
    max-height: 0.25rem !important; }
  .lg\:max-h-10 {
    max-height: 2.5rem !important; }
  .lg\:max-h-14 {
    max-height: 3.5rem !important; }
  .lg\:max-h-2 {
    max-height: 0.5rem !important; }
  .lg\:max-h-24 {
    max-height: 6rem !important; }
  .lg\:max-h-3 {
    max-height: 0.75rem !important; }
  .lg\:max-h-4 {
    max-height: 1rem !important; }
  .lg\:max-h-5 {
    max-height: 1.25rem !important; }
  .lg\:max-h-6 {
    max-height: 1.5rem !important; }
  .lg\:max-h-7 {
    max-height: 1.75rem !important; }
  .lg\:max-h-8 {
    max-height: 2rem !important; }
  .lg\:max-h-9 {
    max-height: 2.25rem !important; }
  .lg\:max-h-full {
    max-height: 100% !important; }
  .lg\:max-h-none {
    max-height: none !important; }
  .lg\:max-h-screen {
    max-height: 100vh !important; }
  .lg\:min-h-0 {
    min-height: 0px !important; }
  .lg\:min-h-1 {
    min-height: 0.25rem !important; }
  .lg\:min-h-10 {
    min-height: 2.5rem !important; }
  .lg\:min-h-14 {
    min-height: 3.5rem !important; }
  .lg\:min-h-2 {
    min-height: 0.5rem !important; }
  .lg\:min-h-24 {
    min-height: 6rem !important; }
  .lg\:min-h-3 {
    min-height: 0.75rem !important; }
  .lg\:min-h-4 {
    min-height: 1rem !important; }
  .lg\:min-h-5 {
    min-height: 1.25rem !important; }
  .lg\:min-h-6 {
    min-height: 1.5rem !important; }
  .lg\:min-h-7 {
    min-height: 1.75rem !important; }
  .lg\:min-h-8 {
    min-height: 2rem !important; }
  .lg\:min-h-9 {
    min-height: 2.25rem !important; }
  .lg\:min-h-full {
    min-height: 100% !important; }
  .lg\:min-h-screen {
    min-height: 100vh !important; }
  .lg\:w-0 {
    width: 0px !important; }
  .lg\:w-1 {
    width: 0.25rem !important; }
  .lg\:w-1\/2 {
    width: 50% !important; }
  .lg\:w-1\/3 {
    width: 33.333333% !important; }
  .lg\:w-1\/4 {
    width: 25% !important; }
  .lg\:w-10 {
    width: 2.5rem !important; }
  .lg\:w-14 {
    width: 3.5rem !important; }
  .lg\:w-2 {
    width: 0.5rem !important; }
  .lg\:w-2\/3 {
    width: 66.666667% !important; }
  .lg\:w-24 {
    width: 6rem !important; }
  .lg\:w-3 {
    width: 0.75rem !important; }
  .lg\:w-3\/4 {
    width: 75% !important; }
  .lg\:w-3\/5 {
    width: 60% !important; }
  .lg\:w-4 {
    width: 1rem !important; }
  .lg\:w-5 {
    width: 1.25rem !important; }
  .lg\:w-6 {
    width: 1.5rem !important; }
  .lg\:w-7 {
    width: 1.75rem !important; }
  .lg\:w-8 {
    width: 2rem !important; }
  .lg\:w-9 {
    width: 2.25rem !important; }
  .lg\:w-\[81px\] {
    width: 81px !important; }
  .lg\:w-auto {
    width: auto !important; }
  .lg\:w-full {
    width: 100% !important; }
  .lg\:w-screen {
    width: 100vw !important; }
  .lg\:min-w-0 {
    min-width: 0px !important; }
  .lg\:min-w-1 {
    min-width: 0.25rem !important; }
  .lg\:min-w-10 {
    min-width: 2.5rem !important; }
  .lg\:min-w-14 {
    min-width: 3.5rem !important; }
  .lg\:min-w-2 {
    min-width: 0.5rem !important; }
  .lg\:min-w-24 {
    min-width: 6rem !important; }
  .lg\:min-w-3 {
    min-width: 0.75rem !important; }
  .lg\:min-w-4 {
    min-width: 1rem !important; }
  .lg\:min-w-5 {
    min-width: 1.25rem !important; }
  .lg\:min-w-6 {
    min-width: 1.5rem !important; }
  .lg\:min-w-7 {
    min-width: 1.75rem !important; }
  .lg\:min-w-8 {
    min-width: 2rem !important; }
  .lg\:min-w-9 {
    min-width: 2.25rem !important; }
  .lg\:min-w-full {
    min-width: 100% !important; }
  .lg\:max-w-0 {
    max-width: 0px !important; }
  .lg\:max-w-1 {
    max-width: 0.25rem !important; }
  .lg\:max-w-10 {
    max-width: 2.5rem !important; }
  .lg\:max-w-14 {
    max-width: 3.5rem !important; }
  .lg\:max-w-2 {
    max-width: 0.5rem !important; }
  .lg\:max-w-24 {
    max-width: 6rem !important; }
  .lg\:max-w-3 {
    max-width: 0.75rem !important; }
  .lg\:max-w-4 {
    max-width: 1rem !important; }
  .lg\:max-w-5 {
    max-width: 1.25rem !important; }
  .lg\:max-w-6 {
    max-width: 1.5rem !important; }
  .lg\:max-w-7 {
    max-width: 1.75rem !important; }
  .lg\:max-w-8 {
    max-width: 2rem !important; }
  .lg\:max-w-9 {
    max-width: 2.25rem !important; }
  .lg\:max-w-\[502px\] {
    max-width: 502px !important; }
  .lg\:max-w-full {
    max-width: 100% !important; }
  .lg\:max-w-none {
    max-width: none !important; }
  .lg\:basis-\[31\.33\%\] {
    flex-basis: 31.33% !important; }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-none {
    grid-template-columns: none !important; }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important; }
  .lg\:grid-rows-none {
    grid-template-rows: none !important; }
  .lg\:flex-row {
    flex-direction: row !important; }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important; }
  .lg\:flex-col {
    flex-direction: column !important; }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important; }
  .lg\:flex-wrap {
    flex-wrap: wrap !important; }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important; }
  .lg\:items-start {
    align-items: flex-start !important; }
  .lg\:items-end {
    align-items: flex-end !important; }
  .lg\:items-center {
    align-items: center !important; }
  .lg\:items-baseline {
    align-items: baseline !important; }
  .lg\:items-stretch {
    align-items: stretch !important; }
  .lg\:justify-start {
    justify-content: flex-start !important; }
  .lg\:justify-end {
    justify-content: flex-end !important; }
  .lg\:justify-center {
    justify-content: center !important; }
  .lg\:justify-between {
    justify-content: space-between !important; }
  .lg\:justify-around {
    justify-content: space-around !important; }
  .lg\:justify-evenly {
    justify-content: space-evenly !important; }
  .lg\:justify-stretch {
    justify-content: stretch !important; }
  .lg\:gap-0 {
    gap: 0px !important; }
  .lg\:gap-1 {
    gap: 0.25rem !important; }
  .lg\:gap-10 {
    gap: 2.5rem !important; }
  .lg\:gap-2 {
    gap: 0.5rem !important; }
  .lg\:gap-3 {
    gap: 0.75rem !important; }
  .lg\:gap-32 {
    gap: 8rem !important; }
  .lg\:gap-4 {
    gap: 1rem !important; }
  .lg\:gap-5 {
    gap: 1.25rem !important; }
  .lg\:gap-6 {
    gap: 1.5rem !important; }
  .lg\:gap-7 {
    gap: 1.75rem !important; }
  .lg\:gap-8 {
    gap: 2rem !important; }
  .lg\:gap-9 {
    gap: 2.25rem !important; }
  .lg\:gap-lg {
    gap: 30px !important; }
  .lg\:gap-md {
    gap: 15px !important; }
  .lg\:gap-sm {
    gap: 5px !important; }
  .lg\:gap-xl {
    gap: 60px !important; }
  .lg\:gap-x-\[3\%\] {
    -moz-column-gap: 3% !important;
         column-gap: 3% !important; }
  .lg\:rounded {
    border-radius: 15px !important; }
  .lg\:rounded-2xl {
    border-radius: 1rem !important; }
  .lg\:rounded-full {
    border-radius: 9999px !important; }
  .lg\:rounded-lg {
    border-radius: 10px !important; }
  .lg\:rounded-none {
    border-radius: 0px !important; }
  .lg\:rounded-xl {
    border-radius: 0.75rem !important; }
  .lg\:rounded-b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .lg\:rounded-b-lg {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .lg\:rounded-bl {
    border-bottom-left-radius: 15px !important; }
  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 10px !important; }
  .lg\:rounded-br {
    border-bottom-right-radius: 15px !important; }
  .lg\:rounded-br-lg {
    border-bottom-right-radius: 10px !important; }
  .lg\:rounded-tl {
    border-top-left-radius: 15px !important; }
  .lg\:rounded-tl-lg {
    border-top-left-radius: 10px !important; }
  .lg\:rounded-tr {
    border-top-right-radius: 15px !important; }
  .lg\:rounded-tr-lg {
    border-top-right-radius: 10px !important; }
  .lg\:border-\[7\.5px\] {
    border-width: 7.5px !important; }
  .lg\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important; }
  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important; }
  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important; }
  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important; }
  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important; }
  .lg\:p-0 {
    padding: 0px !important; }
  .lg\:p-1 {
    padding: 0.25rem !important; }
  .lg\:p-10 {
    padding: 2.5rem !important; }
  .lg\:p-12 {
    padding: 3rem !important; }
  .lg\:p-16 {
    padding: 4rem !important; }
  .lg\:p-2 {
    padding: 0.5rem !important; }
  .lg\:p-20 {
    padding: 5rem !important; }
  .lg\:p-24 {
    padding: 6rem !important; }
  .lg\:p-28 {
    padding: 7rem !important; }
  .lg\:p-2xl {
    padding: 90px !important; }
  .lg\:p-3 {
    padding: 0.75rem !important; }
  .lg\:p-3xl {
    padding: 120px !important; }
  .lg\:p-4 {
    padding: 1rem !important; }
  .lg\:p-5 {
    padding: 1.25rem !important; }
  .lg\:p-6 {
    padding: 1.5rem !important; }
  .lg\:p-8 {
    padding: 2rem !important; }
  .lg\:p-9 {
    padding: 2.25rem !important; }
  .lg\:p-lg {
    padding: 30px !important; }
  .lg\:p-md {
    padding: 15px !important; }
  .lg\:p-sm {
    padding: 5px !important; }
  .lg\:p-xl {
    padding: 60px !important; }
  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .lg\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .lg\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .lg\:px-\[14px\] {
    padding-left: 14px !important;
    padding-right: 14px !important; }
  .lg\:px-\[22px\] {
    padding-left: 22px !important;
    padding-right: 22px !important; }
  .lg\:px-\[70px\] {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .lg\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .lg\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .lg\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .lg\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .lg\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .lg\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .lg\:py-\[14px\] {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .lg\:py-\[18px\] {
    padding-top: 18px !important;
    padding-bottom: 18px !important; }
  .lg\:py-\[20px\] {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .lg\:py-\[22px\] {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .lg\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .lg\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .lg\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .lg\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .lg\:pb-0 {
    padding-bottom: 0px !important; }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .lg\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .lg\:pb-12 {
    padding-bottom: 3rem !important; }
  .lg\:pb-14 {
    padding-bottom: 3.5rem !important; }
  .lg\:pb-16 {
    padding-bottom: 4rem !important; }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .lg\:pb-20 {
    padding-bottom: 5rem !important; }
  .lg\:pb-24 {
    padding-bottom: 6rem !important; }
  .lg\:pb-28 {
    padding-bottom: 7rem !important; }
  .lg\:pb-2xl {
    padding-bottom: 90px !important; }
  .lg\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .lg\:pb-3xl {
    padding-bottom: 120px !important; }
  .lg\:pb-4 {
    padding-bottom: 1rem !important; }
  .lg\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .lg\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .lg\:pb-8 {
    padding-bottom: 2rem !important; }
  .lg\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .lg\:pb-\[14px\] {
    padding-bottom: 14px !important; }
  .lg\:pb-lg {
    padding-bottom: 30px !important; }
  .lg\:pb-md {
    padding-bottom: 15px !important; }
  .lg\:pb-sm {
    padding-bottom: 5px !important; }
  .lg\:pb-xl {
    padding-bottom: 60px !important; }
  .lg\:pl-0 {
    padding-left: 0px !important; }
  .lg\:pl-1 {
    padding-left: 0.25rem !important; }
  .lg\:pl-10 {
    padding-left: 2.5rem !important; }
  .lg\:pl-12 {
    padding-left: 3rem !important; }
  .lg\:pl-16 {
    padding-left: 4rem !important; }
  .lg\:pl-2 {
    padding-left: 0.5rem !important; }
  .lg\:pl-20 {
    padding-left: 5rem !important; }
  .lg\:pl-24 {
    padding-left: 6rem !important; }
  .lg\:pl-28 {
    padding-left: 7rem !important; }
  .lg\:pl-2xl {
    padding-left: 90px !important; }
  .lg\:pl-3 {
    padding-left: 0.75rem !important; }
  .lg\:pl-3xl {
    padding-left: 120px !important; }
  .lg\:pl-4 {
    padding-left: 1rem !important; }
  .lg\:pl-5 {
    padding-left: 1.25rem !important; }
  .lg\:pl-6 {
    padding-left: 1.5rem !important; }
  .lg\:pl-8 {
    padding-left: 2rem !important; }
  .lg\:pl-9 {
    padding-left: 2.25rem !important; }
  .lg\:pl-lg {
    padding-left: 30px !important; }
  .lg\:pl-md {
    padding-left: 15px !important; }
  .lg\:pl-sm {
    padding-left: 5px !important; }
  .lg\:pl-xl {
    padding-left: 60px !important; }
  .lg\:pr-0 {
    padding-right: 0px !important; }
  .lg\:pr-1 {
    padding-right: 0.25rem !important; }
  .lg\:pr-10 {
    padding-right: 2.5rem !important; }
  .lg\:pr-12 {
    padding-right: 3rem !important; }
  .lg\:pr-16 {
    padding-right: 4rem !important; }
  .lg\:pr-2 {
    padding-right: 0.5rem !important; }
  .lg\:pr-20 {
    padding-right: 5rem !important; }
  .lg\:pr-24 {
    padding-right: 6rem !important; }
  .lg\:pr-28 {
    padding-right: 7rem !important; }
  .lg\:pr-2xl {
    padding-right: 90px !important; }
  .lg\:pr-3 {
    padding-right: 0.75rem !important; }
  .lg\:pr-3xl {
    padding-right: 120px !important; }
  .lg\:pr-4 {
    padding-right: 1rem !important; }
  .lg\:pr-5 {
    padding-right: 1.25rem !important; }
  .lg\:pr-6 {
    padding-right: 1.5rem !important; }
  .lg\:pr-8 {
    padding-right: 2rem !important; }
  .lg\:pr-9 {
    padding-right: 2.25rem !important; }
  .lg\:pr-lg {
    padding-right: 30px !important; }
  .lg\:pr-md {
    padding-right: 15px !important; }
  .lg\:pr-sm {
    padding-right: 5px !important; }
  .lg\:pr-xl {
    padding-right: 60px !important; }
  .lg\:pt-0 {
    padding-top: 0px !important; }
  .lg\:pt-1 {
    padding-top: 0.25rem !important; }
  .lg\:pt-10 {
    padding-top: 2.5rem !important; }
  .lg\:pt-12 {
    padding-top: 3rem !important; }
  .lg\:pt-16 {
    padding-top: 4rem !important; }
  .lg\:pt-2 {
    padding-top: 0.5rem !important; }
  .lg\:pt-20 {
    padding-top: 5rem !important; }
  .lg\:pt-24 {
    padding-top: 6rem !important; }
  .lg\:pt-28 {
    padding-top: 7rem !important; }
  .lg\:pt-2xl {
    padding-top: 90px !important; }
  .lg\:pt-3 {
    padding-top: 0.75rem !important; }
  .lg\:pt-3xl {
    padding-top: 120px !important; }
  .lg\:pt-4 {
    padding-top: 1rem !important; }
  .lg\:pt-5 {
    padding-top: 1.25rem !important; }
  .lg\:pt-6 {
    padding-top: 1.5rem !important; }
  .lg\:pt-8 {
    padding-top: 2rem !important; }
  .lg\:pt-9 {
    padding-top: 2.25rem !important; }
  .lg\:pt-lg {
    padding-top: 30px !important; }
  .lg\:pt-md {
    padding-top: 15px !important; }
  .lg\:pt-sm {
    padding-top: 5px !important; }
  .lg\:pt-xl {
    padding-top: 60px !important; }
  .lg\:text-center {
    text-align: center !important; }
  .lg\:text-2xl {
    font-size: 24px !important;
    line-height: 32px !important; }
  .lg\:text-3xl {
    font-size: 32px !important;
    line-height: 42px !important; }
  .lg\:text-4xl {
    font-size: 40px !important;
    line-height: 46px !important; }
  .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important; }
  .lg\:text-6xl {
    font-size: 58px !important;
    line-height: 58px !important; }
  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important; }
  .lg\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important; }
  .lg\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important; }
  .lg\:text-\[20px\]\/\[25px\] {
    font-size: 20px !important;
    line-height: 25px !important; }
  .lg\:text-\[20px\]\/\[28px\] {
    font-size: 20px !important;
    line-height: 28px !important; }
  .lg\:text-\[26px\]\/\[36px\] {
    font-size: 26px !important;
    line-height: 36px !important; }
  .lg\:text-\[30px\]\/\[36px\] {
    font-size: 30px !important;
    line-height: 36px !important; }
  .lg\:text-\[36px\]\/\[48px\] {
    font-size: 36px !important;
    line-height: 48px !important; }
  .lg\:text-\[40px\]\/\[46px\] {
    font-size: 40px !important;
    line-height: 46px !important; }
  .lg\:text-\[52px\]\/\[57px\] {
    font-size: 52px !important;
    line-height: 57px !important; }
  .lg\:text-base {
    font-size: 16px !important;
    line-height: 20px !important; }
  .lg\:text-lg {
    font-size: 18px !important;
    line-height: 22px !important; }
  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .lg\:text-xl {
    font-size: 20px !important;
    line-height: 30px !important; }
  .lg\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important; }
  .lg\:even\:bg-\[\#f5f5f5\]:nth-child(even) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important; } }
@media (min-width: 1200px) {
  .xl\:absolute {
    position: absolute !important; }
  .xl\:relative {
    position: relative !important; }
  .xl\:sticky {
    position: sticky !important; }
  .xl\:-m-0 {
    margin: -0px !important; }
  .xl\:-m-1 {
    margin: -0.25rem !important; }
  .xl\:-m-10 {
    margin: -2.5rem !important; }
  .xl\:-m-12 {
    margin: -3rem !important; }
  .xl\:-m-16 {
    margin: -4rem !important; }
  .xl\:-m-2 {
    margin: -0.5rem !important; }
  .xl\:-m-20 {
    margin: -5rem !important; }
  .xl\:-m-24 {
    margin: -6rem !important; }
  .xl\:-m-28 {
    margin: -7rem !important; }
  .xl\:-m-2xl {
    margin: -90px !important; }
  .xl\:-m-3 {
    margin: -0.75rem !important; }
  .xl\:-m-3xl {
    margin: -120px !important; }
  .xl\:-m-4 {
    margin: -1rem !important; }
  .xl\:-m-5 {
    margin: -1.25rem !important; }
  .xl\:-m-6 {
    margin: -1.5rem !important; }
  .xl\:-m-8 {
    margin: -2rem !important; }
  .xl\:-m-9 {
    margin: -2.25rem !important; }
  .xl\:-m-lg {
    margin: -30px !important; }
  .xl\:-m-md {
    margin: -15px !important; }
  .xl\:-m-sm {
    margin: -5px !important; }
  .xl\:-m-xl {
    margin: -60px !important; }
  .xl\:m-0 {
    margin: 0px !important; }
  .xl\:m-1 {
    margin: 0.25rem !important; }
  .xl\:m-10 {
    margin: 2.5rem !important; }
  .xl\:m-12 {
    margin: 3rem !important; }
  .xl\:m-16 {
    margin: 4rem !important; }
  .xl\:m-2 {
    margin: 0.5rem !important; }
  .xl\:m-20 {
    margin: 5rem !important; }
  .xl\:m-24 {
    margin: 6rem !important; }
  .xl\:m-28 {
    margin: 7rem !important; }
  .xl\:m-2xl {
    margin: 90px !important; }
  .xl\:m-3 {
    margin: 0.75rem !important; }
  .xl\:m-3xl {
    margin: 120px !important; }
  .xl\:m-4 {
    margin: 1rem !important; }
  .xl\:m-5 {
    margin: 1.25rem !important; }
  .xl\:m-6 {
    margin: 1.5rem !important; }
  .xl\:m-8 {
    margin: 2rem !important; }
  .xl\:m-9 {
    margin: 2.25rem !important; }
  .xl\:m-auto {
    margin: auto !important; }
  .xl\:m-lg {
    margin: 30px !important; }
  .xl\:m-md {
    margin: 15px !important; }
  .xl\:m-sm {
    margin: 5px !important; }
  .xl\:m-xl {
    margin: 60px !important; }
  .xl\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important; }
  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important; }
  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }
  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }
  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }
  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }
  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }
  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important; }
  .xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .xl\:-mx-2xl {
    margin-left: -90px !important;
    margin-right: -90px !important; }
  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important; }
  .xl\:-mx-3xl {
    margin-left: -120px !important;
    margin-right: -120px !important; }
  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important; }
  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }
  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }
  .xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important; }
  .xl\:-mx-lg {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  .xl\:-mx-md {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .xl\:-mx-sm {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .xl\:-mx-xl {
    margin-left: -60px !important;
    margin-right: -60px !important; }
  .xl\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important; }
  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .xl\:-my-2xl {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .xl\:-my-3xl {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .xl\:-my-lg {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .xl\:-my-md {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .xl\:-my-sm {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .xl\:-my-xl {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .xl\:mx-2xl {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important; }
  .xl\:mx-3xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important; }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .xl\:mx-lg {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .xl\:mx-md {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .xl\:mx-sm {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .xl\:mx-xl {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .xl\:my-2xl {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .xl\:my-3xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .xl\:my-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .xl\:my-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .xl\:my-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .xl\:my-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .xl\:-mb-0 {
    margin-bottom: -0px !important; }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important; }
  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important; }
  .xl\:-mb-12 {
    margin-bottom: -3rem !important; }
  .xl\:-mb-16 {
    margin-bottom: -4rem !important; }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important; }
  .xl\:-mb-20 {
    margin-bottom: -5rem !important; }
  .xl\:-mb-24 {
    margin-bottom: -6rem !important; }
  .xl\:-mb-28 {
    margin-bottom: -7rem !important; }
  .xl\:-mb-2xl {
    margin-bottom: -90px !important; }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important; }
  .xl\:-mb-3xl {
    margin-bottom: -120px !important; }
  .xl\:-mb-4 {
    margin-bottom: -1rem !important; }
  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important; }
  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important; }
  .xl\:-mb-8 {
    margin-bottom: -2rem !important; }
  .xl\:-mb-9 {
    margin-bottom: -2.25rem !important; }
  .xl\:-mb-lg {
    margin-bottom: -30px !important; }
  .xl\:-mb-md {
    margin-bottom: -15px !important; }
  .xl\:-mb-sm {
    margin-bottom: -5px !important; }
  .xl\:-mb-xl {
    margin-bottom: -60px !important; }
  .xl\:-ml-0 {
    margin-left: -0px !important; }
  .xl\:-ml-1 {
    margin-left: -0.25rem !important; }
  .xl\:-ml-10 {
    margin-left: -2.5rem !important; }
  .xl\:-ml-12 {
    margin-left: -3rem !important; }
  .xl\:-ml-16 {
    margin-left: -4rem !important; }
  .xl\:-ml-2 {
    margin-left: -0.5rem !important; }
  .xl\:-ml-20 {
    margin-left: -5rem !important; }
  .xl\:-ml-24 {
    margin-left: -6rem !important; }
  .xl\:-ml-28 {
    margin-left: -7rem !important; }
  .xl\:-ml-2xl {
    margin-left: -90px !important; }
  .xl\:-ml-3 {
    margin-left: -0.75rem !important; }
  .xl\:-ml-3xl {
    margin-left: -120px !important; }
  .xl\:-ml-4 {
    margin-left: -1rem !important; }
  .xl\:-ml-5 {
    margin-left: -1.25rem !important; }
  .xl\:-ml-6 {
    margin-left: -1.5rem !important; }
  .xl\:-ml-8 {
    margin-left: -2rem !important; }
  .xl\:-ml-9 {
    margin-left: -2.25rem !important; }
  .xl\:-ml-lg {
    margin-left: -30px !important; }
  .xl\:-ml-md {
    margin-left: -15px !important; }
  .xl\:-ml-sm {
    margin-left: -5px !important; }
  .xl\:-ml-xl {
    margin-left: -60px !important; }
  .xl\:-mr-0 {
    margin-right: -0px !important; }
  .xl\:-mr-1 {
    margin-right: -0.25rem !important; }
  .xl\:-mr-10 {
    margin-right: -2.5rem !important; }
  .xl\:-mr-12 {
    margin-right: -3rem !important; }
  .xl\:-mr-16 {
    margin-right: -4rem !important; }
  .xl\:-mr-2 {
    margin-right: -0.5rem !important; }
  .xl\:-mr-20 {
    margin-right: -5rem !important; }
  .xl\:-mr-24 {
    margin-right: -6rem !important; }
  .xl\:-mr-28 {
    margin-right: -7rem !important; }
  .xl\:-mr-2xl {
    margin-right: -90px !important; }
  .xl\:-mr-3 {
    margin-right: -0.75rem !important; }
  .xl\:-mr-3xl {
    margin-right: -120px !important; }
  .xl\:-mr-4 {
    margin-right: -1rem !important; }
  .xl\:-mr-5 {
    margin-right: -1.25rem !important; }
  .xl\:-mr-6 {
    margin-right: -1.5rem !important; }
  .xl\:-mr-8 {
    margin-right: -2rem !important; }
  .xl\:-mr-9 {
    margin-right: -2.25rem !important; }
  .xl\:-mr-lg {
    margin-right: -30px !important; }
  .xl\:-mr-md {
    margin-right: -15px !important; }
  .xl\:-mr-sm {
    margin-right: -5px !important; }
  .xl\:-mr-xl {
    margin-right: -60px !important; }
  .xl\:-mt-0 {
    margin-top: -0px !important; }
  .xl\:-mt-1 {
    margin-top: -0.25rem !important; }
  .xl\:-mt-10 {
    margin-top: -2.5rem !important; }
  .xl\:-mt-12 {
    margin-top: -3rem !important; }
  .xl\:-mt-16 {
    margin-top: -4rem !important; }
  .xl\:-mt-2 {
    margin-top: -0.5rem !important; }
  .xl\:-mt-20 {
    margin-top: -5rem !important; }
  .xl\:-mt-24 {
    margin-top: -6rem !important; }
  .xl\:-mt-28 {
    margin-top: -7rem !important; }
  .xl\:-mt-2xl {
    margin-top: -90px !important; }
  .xl\:-mt-3 {
    margin-top: -0.75rem !important; }
  .xl\:-mt-3xl {
    margin-top: -120px !important; }
  .xl\:-mt-4 {
    margin-top: -1rem !important; }
  .xl\:-mt-5 {
    margin-top: -1.25rem !important; }
  .xl\:-mt-6 {
    margin-top: -1.5rem !important; }
  .xl\:-mt-8 {
    margin-top: -2rem !important; }
  .xl\:-mt-9 {
    margin-top: -2.25rem !important; }
  .xl\:-mt-lg {
    margin-top: -30px !important; }
  .xl\:-mt-md {
    margin-top: -15px !important; }
  .xl\:-mt-sm {
    margin-top: -5px !important; }
  .xl\:-mt-xl {
    margin-top: -60px !important; }
  .xl\:mb-0 {
    margin-bottom: 0px !important; }
  .xl\:mb-1 {
    margin-bottom: 0.25rem !important; }
  .xl\:mb-10 {
    margin-bottom: 2.5rem !important; }
  .xl\:mb-12 {
    margin-bottom: 3rem !important; }
  .xl\:mb-16 {
    margin-bottom: 4rem !important; }
  .xl\:mb-2 {
    margin-bottom: 0.5rem !important; }
  .xl\:mb-20 {
    margin-bottom: 5rem !important; }
  .xl\:mb-24 {
    margin-bottom: 6rem !important; }
  .xl\:mb-28 {
    margin-bottom: 7rem !important; }
  .xl\:mb-2xl {
    margin-bottom: 90px !important; }
  .xl\:mb-3 {
    margin-bottom: 0.75rem !important; }
  .xl\:mb-3xl {
    margin-bottom: 120px !important; }
  .xl\:mb-4 {
    margin-bottom: 1rem !important; }
  .xl\:mb-5 {
    margin-bottom: 1.25rem !important; }
  .xl\:mb-6 {
    margin-bottom: 1.5rem !important; }
  .xl\:mb-8 {
    margin-bottom: 2rem !important; }
  .xl\:mb-9 {
    margin-bottom: 2.25rem !important; }
  .xl\:mb-auto {
    margin-bottom: auto !important; }
  .xl\:mb-lg {
    margin-bottom: 30px !important; }
  .xl\:mb-md {
    margin-bottom: 15px !important; }
  .xl\:mb-sm {
    margin-bottom: 5px !important; }
  .xl\:mb-xl {
    margin-bottom: 60px !important; }
  .xl\:ml-0 {
    margin-left: 0px !important; }
  .xl\:ml-1 {
    margin-left: 0.25rem !important; }
  .xl\:ml-10 {
    margin-left: 2.5rem !important; }
  .xl\:ml-12 {
    margin-left: 3rem !important; }
  .xl\:ml-16 {
    margin-left: 4rem !important; }
  .xl\:ml-2 {
    margin-left: 0.5rem !important; }
  .xl\:ml-20 {
    margin-left: 5rem !important; }
  .xl\:ml-24 {
    margin-left: 6rem !important; }
  .xl\:ml-28 {
    margin-left: 7rem !important; }
  .xl\:ml-2xl {
    margin-left: 90px !important; }
  .xl\:ml-3 {
    margin-left: 0.75rem !important; }
  .xl\:ml-3xl {
    margin-left: 120px !important; }
  .xl\:ml-4 {
    margin-left: 1rem !important; }
  .xl\:ml-5 {
    margin-left: 1.25rem !important; }
  .xl\:ml-6 {
    margin-left: 1.5rem !important; }
  .xl\:ml-8 {
    margin-left: 2rem !important; }
  .xl\:ml-9 {
    margin-left: 2.25rem !important; }
  .xl\:ml-auto {
    margin-left: auto !important; }
  .xl\:ml-lg {
    margin-left: 30px !important; }
  .xl\:ml-md {
    margin-left: 15px !important; }
  .xl\:ml-sm {
    margin-left: 5px !important; }
  .xl\:ml-xl {
    margin-left: 60px !important; }
  .xl\:mr-0 {
    margin-right: 0px !important; }
  .xl\:mr-1 {
    margin-right: 0.25rem !important; }
  .xl\:mr-10 {
    margin-right: 2.5rem !important; }
  .xl\:mr-12 {
    margin-right: 3rem !important; }
  .xl\:mr-16 {
    margin-right: 4rem !important; }
  .xl\:mr-2 {
    margin-right: 0.5rem !important; }
  .xl\:mr-20 {
    margin-right: 5rem !important; }
  .xl\:mr-24 {
    margin-right: 6rem !important; }
  .xl\:mr-28 {
    margin-right: 7rem !important; }
  .xl\:mr-2xl {
    margin-right: 90px !important; }
  .xl\:mr-3 {
    margin-right: 0.75rem !important; }
  .xl\:mr-3xl {
    margin-right: 120px !important; }
  .xl\:mr-4 {
    margin-right: 1rem !important; }
  .xl\:mr-5 {
    margin-right: 1.25rem !important; }
  .xl\:mr-6 {
    margin-right: 1.5rem !important; }
  .xl\:mr-8 {
    margin-right: 2rem !important; }
  .xl\:mr-9 {
    margin-right: 2.25rem !important; }
  .xl\:mr-auto {
    margin-right: auto !important; }
  .xl\:mr-lg {
    margin-right: 30px !important; }
  .xl\:mr-md {
    margin-right: 15px !important; }
  .xl\:mr-sm {
    margin-right: 5px !important; }
  .xl\:mr-xl {
    margin-right: 60px !important; }
  .xl\:mt-0 {
    margin-top: 0px !important; }
  .xl\:mt-1 {
    margin-top: 0.25rem !important; }
  .xl\:mt-10 {
    margin-top: 2.5rem !important; }
  .xl\:mt-12 {
    margin-top: 3rem !important; }
  .xl\:mt-16 {
    margin-top: 4rem !important; }
  .xl\:mt-2 {
    margin-top: 0.5rem !important; }
  .xl\:mt-20 {
    margin-top: 5rem !important; }
  .xl\:mt-24 {
    margin-top: 6rem !important; }
  .xl\:mt-28 {
    margin-top: 7rem !important; }
  .xl\:mt-2xl {
    margin-top: 90px !important; }
  .xl\:mt-3 {
    margin-top: 0.75rem !important; }
  .xl\:mt-3xl {
    margin-top: 120px !important; }
  .xl\:mt-4 {
    margin-top: 1rem !important; }
  .xl\:mt-5 {
    margin-top: 1.25rem !important; }
  .xl\:mt-6 {
    margin-top: 1.5rem !important; }
  .xl\:mt-8 {
    margin-top: 2rem !important; }
  .xl\:mt-9 {
    margin-top: 2.25rem !important; }
  .xl\:mt-auto {
    margin-top: auto !important; }
  .xl\:mt-lg {
    margin-top: 30px !important; }
  .xl\:mt-md {
    margin-top: 15px !important; }
  .xl\:mt-sm {
    margin-top: 5px !important; }
  .xl\:mt-xl {
    margin-top: 60px !important; }
  .xl\:flex {
    display: flex !important; }
  .xl\:inline-flex {
    display: inline-flex !important; }
  .xl\:table {
    display: table !important; }
  .xl\:table-header-group {
    display: table-header-group !important; }
  .xl\:grid {
    display: grid !important; }
  .xl\:hidden {
    display: none !important; }
  .xl\:aspect-auto {
    aspect-ratio: auto !important; }
  .xl\:aspect-square {
    aspect-ratio: 1 / 1 !important; }
  .xl\:aspect-video {
    aspect-ratio: 16 / 9 !important; }
  .xl\:h-0 {
    height: 0px !important; }
  .xl\:h-1 {
    height: 0.25rem !important; }
  .xl\:h-1\/2 {
    height: 50% !important; }
  .xl\:h-1\/4 {
    height: 25% !important; }
  .xl\:h-10 {
    height: 2.5rem !important; }
  .xl\:h-14 {
    height: 3.5rem !important; }
  .xl\:h-2 {
    height: 0.5rem !important; }
  .xl\:h-2\/3 {
    height: 66.666667% !important; }
  .xl\:h-24 {
    height: 6rem !important; }
  .xl\:h-3 {
    height: 0.75rem !important; }
  .xl\:h-3\/4 {
    height: 75% !important; }
  .xl\:h-3\/5 {
    height: 60% !important; }
  .xl\:h-4 {
    height: 1rem !important; }
  .xl\:h-5 {
    height: 1.25rem !important; }
  .xl\:h-6 {
    height: 1.5rem !important; }
  .xl\:h-7 {
    height: 1.75rem !important; }
  .xl\:h-8 {
    height: 2rem !important; }
  .xl\:h-9 {
    height: 2.25rem !important; }
  .xl\:h-full {
    height: 100% !important; }
  .xl\:h-screen {
    height: 100vh !important; }
  .xl\:max-h-0 {
    max-height: 0px !important; }
  .xl\:max-h-1 {
    max-height: 0.25rem !important; }
  .xl\:max-h-10 {
    max-height: 2.5rem !important; }
  .xl\:max-h-14 {
    max-height: 3.5rem !important; }
  .xl\:max-h-2 {
    max-height: 0.5rem !important; }
  .xl\:max-h-24 {
    max-height: 6rem !important; }
  .xl\:max-h-3 {
    max-height: 0.75rem !important; }
  .xl\:max-h-4 {
    max-height: 1rem !important; }
  .xl\:max-h-5 {
    max-height: 1.25rem !important; }
  .xl\:max-h-6 {
    max-height: 1.5rem !important; }
  .xl\:max-h-7 {
    max-height: 1.75rem !important; }
  .xl\:max-h-8 {
    max-height: 2rem !important; }
  .xl\:max-h-9 {
    max-height: 2.25rem !important; }
  .xl\:max-h-full {
    max-height: 100% !important; }
  .xl\:max-h-none {
    max-height: none !important; }
  .xl\:max-h-screen {
    max-height: 100vh !important; }
  .xl\:min-h-0 {
    min-height: 0px !important; }
  .xl\:min-h-1 {
    min-height: 0.25rem !important; }
  .xl\:min-h-10 {
    min-height: 2.5rem !important; }
  .xl\:min-h-14 {
    min-height: 3.5rem !important; }
  .xl\:min-h-2 {
    min-height: 0.5rem !important; }
  .xl\:min-h-24 {
    min-height: 6rem !important; }
  .xl\:min-h-3 {
    min-height: 0.75rem !important; }
  .xl\:min-h-4 {
    min-height: 1rem !important; }
  .xl\:min-h-5 {
    min-height: 1.25rem !important; }
  .xl\:min-h-6 {
    min-height: 1.5rem !important; }
  .xl\:min-h-7 {
    min-height: 1.75rem !important; }
  .xl\:min-h-8 {
    min-height: 2rem !important; }
  .xl\:min-h-9 {
    min-height: 2.25rem !important; }
  .xl\:min-h-full {
    min-height: 100% !important; }
  .xl\:min-h-screen {
    min-height: 100vh !important; }
  .xl\:w-0 {
    width: 0px !important; }
  .xl\:w-1 {
    width: 0.25rem !important; }
  .xl\:w-1\/2 {
    width: 50% !important; }
  .xl\:w-1\/4 {
    width: 25% !important; }
  .xl\:w-10 {
    width: 2.5rem !important; }
  .xl\:w-14 {
    width: 3.5rem !important; }
  .xl\:w-2 {
    width: 0.5rem !important; }
  .xl\:w-2\/3 {
    width: 66.666667% !important; }
  .xl\:w-24 {
    width: 6rem !important; }
  .xl\:w-3 {
    width: 0.75rem !important; }
  .xl\:w-3\/4 {
    width: 75% !important; }
  .xl\:w-3\/5 {
    width: 60% !important; }
  .xl\:w-4 {
    width: 1rem !important; }
  .xl\:w-5 {
    width: 1.25rem !important; }
  .xl\:w-6 {
    width: 1.5rem !important; }
  .xl\:w-7 {
    width: 1.75rem !important; }
  .xl\:w-8 {
    width: 2rem !important; }
  .xl\:w-9 {
    width: 2.25rem !important; }
  .xl\:w-full {
    width: 100% !important; }
  .xl\:w-screen {
    width: 100vw !important; }
  .xl\:min-w-0 {
    min-width: 0px !important; }
  .xl\:min-w-1 {
    min-width: 0.25rem !important; }
  .xl\:min-w-10 {
    min-width: 2.5rem !important; }
  .xl\:min-w-14 {
    min-width: 3.5rem !important; }
  .xl\:min-w-2 {
    min-width: 0.5rem !important; }
  .xl\:min-w-24 {
    min-width: 6rem !important; }
  .xl\:min-w-3 {
    min-width: 0.75rem !important; }
  .xl\:min-w-4 {
    min-width: 1rem !important; }
  .xl\:min-w-5 {
    min-width: 1.25rem !important; }
  .xl\:min-w-6 {
    min-width: 1.5rem !important; }
  .xl\:min-w-7 {
    min-width: 1.75rem !important; }
  .xl\:min-w-8 {
    min-width: 2rem !important; }
  .xl\:min-w-9 {
    min-width: 2.25rem !important; }
  .xl\:min-w-full {
    min-width: 100% !important; }
  .xl\:max-w-0 {
    max-width: 0px !important; }
  .xl\:max-w-1 {
    max-width: 0.25rem !important; }
  .xl\:max-w-10 {
    max-width: 2.5rem !important; }
  .xl\:max-w-14 {
    max-width: 3.5rem !important; }
  .xl\:max-w-2 {
    max-width: 0.5rem !important; }
  .xl\:max-w-24 {
    max-width: 6rem !important; }
  .xl\:max-w-3 {
    max-width: 0.75rem !important; }
  .xl\:max-w-4 {
    max-width: 1rem !important; }
  .xl\:max-w-5 {
    max-width: 1.25rem !important; }
  .xl\:max-w-6 {
    max-width: 1.5rem !important; }
  .xl\:max-w-7 {
    max-width: 1.75rem !important; }
  .xl\:max-w-8 {
    max-width: 2rem !important; }
  .xl\:max-w-9 {
    max-width: 2.25rem !important; }
  .xl\:max-w-\[540px\] {
    max-width: 540px !important; }
  .xl\:max-w-full {
    max-width: 100% !important; }
  .xl\:max-w-none {
    max-width: none !important; }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-none {
    grid-template-columns: none !important; }
  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important; }
  .xl\:grid-rows-none {
    grid-template-rows: none !important; }
  .xl\:flex-row {
    flex-direction: row !important; }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important; }
  .xl\:flex-col {
    flex-direction: column !important; }
  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important; }
  .xl\:flex-wrap {
    flex-wrap: wrap !important; }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important; }
  .xl\:items-start {
    align-items: flex-start !important; }
  .xl\:items-end {
    align-items: flex-end !important; }
  .xl\:items-center {
    align-items: center !important; }
  .xl\:items-baseline {
    align-items: baseline !important; }
  .xl\:items-stretch {
    align-items: stretch !important; }
  .xl\:justify-start {
    justify-content: flex-start !important; }
  .xl\:justify-end {
    justify-content: flex-end !important; }
  .xl\:justify-center {
    justify-content: center !important; }
  .xl\:justify-between {
    justify-content: space-between !important; }
  .xl\:justify-around {
    justify-content: space-around !important; }
  .xl\:justify-evenly {
    justify-content: space-evenly !important; }
  .xl\:justify-stretch {
    justify-content: stretch !important; }
  .xl\:gap-0 {
    gap: 0px !important; }
  .xl\:gap-1 {
    gap: 0.25rem !important; }
  .xl\:gap-10 {
    gap: 2.5rem !important; }
  .xl\:gap-2 {
    gap: 0.5rem !important; }
  .xl\:gap-3 {
    gap: 0.75rem !important; }
  .xl\:gap-32 {
    gap: 8rem !important; }
  .xl\:gap-4 {
    gap: 1rem !important; }
  .xl\:gap-5 {
    gap: 1.25rem !important; }
  .xl\:gap-6 {
    gap: 1.5rem !important; }
  .xl\:gap-7 {
    gap: 1.75rem !important; }
  .xl\:gap-8 {
    gap: 2rem !important; }
  .xl\:gap-9 {
    gap: 2.25rem !important; }
  .xl\:gap-lg {
    gap: 30px !important; }
  .xl\:gap-md {
    gap: 15px !important; }
  .xl\:gap-sm {
    gap: 5px !important; }
  .xl\:gap-xl {
    gap: 60px !important; }
  .xl\:rounded {
    border-radius: 15px !important; }
  .xl\:rounded-2xl {
    border-radius: 1rem !important; }
  .xl\:rounded-full {
    border-radius: 9999px !important; }
  .xl\:rounded-lg {
    border-radius: 10px !important; }
  .xl\:rounded-none {
    border-radius: 0px !important; }
  .xl\:rounded-xl {
    border-radius: 0.75rem !important; }
  .xl\:rounded-b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .xl\:rounded-b-lg {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .xl\:rounded-bl {
    border-bottom-left-radius: 15px !important; }
  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 10px !important; }
  .xl\:rounded-br {
    border-bottom-right-radius: 15px !important; }
  .xl\:rounded-br-lg {
    border-bottom-right-radius: 10px !important; }
  .xl\:rounded-tl {
    border-top-left-radius: 15px !important; }
  .xl\:rounded-tl-lg {
    border-top-left-radius: 10px !important; }
  .xl\:rounded-tr {
    border-top-right-radius: 15px !important; }
  .xl\:rounded-tr-lg {
    border-top-right-radius: 10px !important; }
  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important; }
  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important; }
  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important; }
  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important; }
  .xl\:p-0 {
    padding: 0px !important; }
  .xl\:p-1 {
    padding: 0.25rem !important; }
  .xl\:p-10 {
    padding: 2.5rem !important; }
  .xl\:p-12 {
    padding: 3rem !important; }
  .xl\:p-16 {
    padding: 4rem !important; }
  .xl\:p-2 {
    padding: 0.5rem !important; }
  .xl\:p-20 {
    padding: 5rem !important; }
  .xl\:p-24 {
    padding: 6rem !important; }
  .xl\:p-28 {
    padding: 7rem !important; }
  .xl\:p-2xl {
    padding: 90px !important; }
  .xl\:p-3 {
    padding: 0.75rem !important; }
  .xl\:p-3xl {
    padding: 120px !important; }
  .xl\:p-4 {
    padding: 1rem !important; }
  .xl\:p-5 {
    padding: 1.25rem !important; }
  .xl\:p-6 {
    padding: 1.5rem !important; }
  .xl\:p-8 {
    padding: 2rem !important; }
  .xl\:p-9 {
    padding: 2.25rem !important; }
  .xl\:p-lg {
    padding: 30px !important; }
  .xl\:p-md {
    padding: 15px !important; }
  .xl\:p-sm {
    padding: 5px !important; }
  .xl\:p-xl {
    padding: 60px !important; }
  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .xl\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .xl\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .xl\:px-\[170px\] {
    padding-left: 170px !important;
    padding-right: 170px !important; }
  .xl\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .xl\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .xl\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .xl\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .xl\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .xl\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .xl\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .xl\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .xl\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .xl\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .xl\:pb-0 {
    padding-bottom: 0px !important; }
  .xl\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .xl\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .xl\:pb-12 {
    padding-bottom: 3rem !important; }
  .xl\:pb-16 {
    padding-bottom: 4rem !important; }
  .xl\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .xl\:pb-20 {
    padding-bottom: 5rem !important; }
  .xl\:pb-24 {
    padding-bottom: 6rem !important; }
  .xl\:pb-28 {
    padding-bottom: 7rem !important; }
  .xl\:pb-2xl {
    padding-bottom: 90px !important; }
  .xl\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .xl\:pb-3xl {
    padding-bottom: 120px !important; }
  .xl\:pb-4 {
    padding-bottom: 1rem !important; }
  .xl\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .xl\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .xl\:pb-8 {
    padding-bottom: 2rem !important; }
  .xl\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .xl\:pb-lg {
    padding-bottom: 30px !important; }
  .xl\:pb-md {
    padding-bottom: 15px !important; }
  .xl\:pb-sm {
    padding-bottom: 5px !important; }
  .xl\:pb-xl {
    padding-bottom: 60px !important; }
  .xl\:pl-0 {
    padding-left: 0px !important; }
  .xl\:pl-1 {
    padding-left: 0.25rem !important; }
  .xl\:pl-10 {
    padding-left: 2.5rem !important; }
  .xl\:pl-12 {
    padding-left: 3rem !important; }
  .xl\:pl-16 {
    padding-left: 4rem !important; }
  .xl\:pl-2 {
    padding-left: 0.5rem !important; }
  .xl\:pl-20 {
    padding-left: 5rem !important; }
  .xl\:pl-24 {
    padding-left: 6rem !important; }
  .xl\:pl-28 {
    padding-left: 7rem !important; }
  .xl\:pl-2xl {
    padding-left: 90px !important; }
  .xl\:pl-3 {
    padding-left: 0.75rem !important; }
  .xl\:pl-3xl {
    padding-left: 120px !important; }
  .xl\:pl-4 {
    padding-left: 1rem !important; }
  .xl\:pl-5 {
    padding-left: 1.25rem !important; }
  .xl\:pl-6 {
    padding-left: 1.5rem !important; }
  .xl\:pl-8 {
    padding-left: 2rem !important; }
  .xl\:pl-9 {
    padding-left: 2.25rem !important; }
  .xl\:pl-lg {
    padding-left: 30px !important; }
  .xl\:pl-md {
    padding-left: 15px !important; }
  .xl\:pl-sm {
    padding-left: 5px !important; }
  .xl\:pl-xl {
    padding-left: 60px !important; }
  .xl\:pr-0 {
    padding-right: 0px !important; }
  .xl\:pr-1 {
    padding-right: 0.25rem !important; }
  .xl\:pr-10 {
    padding-right: 2.5rem !important; }
  .xl\:pr-12 {
    padding-right: 3rem !important; }
  .xl\:pr-16 {
    padding-right: 4rem !important; }
  .xl\:pr-2 {
    padding-right: 0.5rem !important; }
  .xl\:pr-20 {
    padding-right: 5rem !important; }
  .xl\:pr-24 {
    padding-right: 6rem !important; }
  .xl\:pr-28 {
    padding-right: 7rem !important; }
  .xl\:pr-2xl {
    padding-right: 90px !important; }
  .xl\:pr-3 {
    padding-right: 0.75rem !important; }
  .xl\:pr-3xl {
    padding-right: 120px !important; }
  .xl\:pr-4 {
    padding-right: 1rem !important; }
  .xl\:pr-5 {
    padding-right: 1.25rem !important; }
  .xl\:pr-6 {
    padding-right: 1.5rem !important; }
  .xl\:pr-8 {
    padding-right: 2rem !important; }
  .xl\:pr-9 {
    padding-right: 2.25rem !important; }
  .xl\:pr-lg {
    padding-right: 30px !important; }
  .xl\:pr-md {
    padding-right: 15px !important; }
  .xl\:pr-sm {
    padding-right: 5px !important; }
  .xl\:pr-xl {
    padding-right: 60px !important; }
  .xl\:pt-0 {
    padding-top: 0px !important; }
  .xl\:pt-1 {
    padding-top: 0.25rem !important; }
  .xl\:pt-10 {
    padding-top: 2.5rem !important; }
  .xl\:pt-12 {
    padding-top: 3rem !important; }
  .xl\:pt-16 {
    padding-top: 4rem !important; }
  .xl\:pt-2 {
    padding-top: 0.5rem !important; }
  .xl\:pt-20 {
    padding-top: 5rem !important; }
  .xl\:pt-24 {
    padding-top: 6rem !important; }
  .xl\:pt-28 {
    padding-top: 7rem !important; }
  .xl\:pt-2xl {
    padding-top: 90px !important; }
  .xl\:pt-3 {
    padding-top: 0.75rem !important; }
  .xl\:pt-3xl {
    padding-top: 120px !important; }
  .xl\:pt-4 {
    padding-top: 1rem !important; }
  .xl\:pt-5 {
    padding-top: 1.25rem !important; }
  .xl\:pt-6 {
    padding-top: 1.5rem !important; }
  .xl\:pt-8 {
    padding-top: 2rem !important; }
  .xl\:pt-9 {
    padding-top: 2.25rem !important; }
  .xl\:pt-lg {
    padding-top: 30px !important; }
  .xl\:pt-md {
    padding-top: 15px !important; }
  .xl\:pt-sm {
    padding-top: 5px !important; }
  .xl\:pt-xl {
    padding-top: 60px !important; }
  .xl\:text-2xl {
    font-size: 24px !important;
    line-height: 32px !important; }
  .xl\:text-3xl {
    font-size: 32px !important;
    line-height: 42px !important; }
  .xl\:text-4xl {
    font-size: 40px !important;
    line-height: 46px !important; }
  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important; }
  .xl\:text-6xl {
    font-size: 58px !important;
    line-height: 58px !important; }
  .xl\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important; }
  .xl\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important; }
  .xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important; }
  .xl\:text-\[52px\]\/\[57px\] {
    font-size: 52px !important;
    line-height: 57px !important; }
  .xl\:text-base {
    font-size: 16px !important;
    line-height: 20px !important; }
  .xl\:text-lg {
    font-size: 18px !important;
    line-height: 22px !important; }
  .xl\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .xl\:text-xl {
    font-size: 20px !important;
    line-height: 30px !important; }
  .xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important; } }
@media (min-width: 1400px) {
  .\32xl\:absolute {
    position: absolute !important; }
  .\32xl\:relative {
    position: relative !important; }
  .\32xl\:sticky {
    position: sticky !important; }
  .\32xl\:-m-0 {
    margin: -0px !important; }
  .\32xl\:-m-1 {
    margin: -0.25rem !important; }
  .\32xl\:-m-10 {
    margin: -2.5rem !important; }
  .\32xl\:-m-12 {
    margin: -3rem !important; }
  .\32xl\:-m-16 {
    margin: -4rem !important; }
  .\32xl\:-m-2 {
    margin: -0.5rem !important; }
  .\32xl\:-m-20 {
    margin: -5rem !important; }
  .\32xl\:-m-24 {
    margin: -6rem !important; }
  .\32xl\:-m-28 {
    margin: -7rem !important; }
  .\32xl\:-m-2xl {
    margin: -90px !important; }
  .\32xl\:-m-3 {
    margin: -0.75rem !important; }
  .\32xl\:-m-3xl {
    margin: -120px !important; }
  .\32xl\:-m-4 {
    margin: -1rem !important; }
  .\32xl\:-m-5 {
    margin: -1.25rem !important; }
  .\32xl\:-m-6 {
    margin: -1.5rem !important; }
  .\32xl\:-m-8 {
    margin: -2rem !important; }
  .\32xl\:-m-9 {
    margin: -2.25rem !important; }
  .\32xl\:-m-lg {
    margin: -30px !important; }
  .\32xl\:-m-md {
    margin: -15px !important; }
  .\32xl\:-m-sm {
    margin: -5px !important; }
  .\32xl\:-m-xl {
    margin: -60px !important; }
  .\32xl\:m-0 {
    margin: 0px !important; }
  .\32xl\:m-1 {
    margin: 0.25rem !important; }
  .\32xl\:m-10 {
    margin: 2.5rem !important; }
  .\32xl\:m-12 {
    margin: 3rem !important; }
  .\32xl\:m-16 {
    margin: 4rem !important; }
  .\32xl\:m-2 {
    margin: 0.5rem !important; }
  .\32xl\:m-20 {
    margin: 5rem !important; }
  .\32xl\:m-24 {
    margin: 6rem !important; }
  .\32xl\:m-28 {
    margin: 7rem !important; }
  .\32xl\:m-2xl {
    margin: 90px !important; }
  .\32xl\:m-3 {
    margin: 0.75rem !important; }
  .\32xl\:m-3xl {
    margin: 120px !important; }
  .\32xl\:m-4 {
    margin: 1rem !important; }
  .\32xl\:m-5 {
    margin: 1.25rem !important; }
  .\32xl\:m-6 {
    margin: 1.5rem !important; }
  .\32xl\:m-8 {
    margin: 2rem !important; }
  .\32xl\:m-9 {
    margin: 2.25rem !important; }
  .\32xl\:m-auto {
    margin: auto !important; }
  .\32xl\:m-lg {
    margin: 30px !important; }
  .\32xl\:m-md {
    margin: 15px !important; }
  .\32xl\:m-sm {
    margin: 5px !important; }
  .\32xl\:m-xl {
    margin: 60px !important; }
  .\32xl\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important; }
  .\32xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important; }
  .\32xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }
  .\32xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }
  .\32xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }
  .\32xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }
  .\32xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }
  .\32xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important; }
  .\32xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .\32xl\:-mx-2xl {
    margin-left: -90px !important;
    margin-right: -90px !important; }
  .\32xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important; }
  .\32xl\:-mx-3xl {
    margin-left: -120px !important;
    margin-right: -120px !important; }
  .\32xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  .\32xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important; }
  .\32xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }
  .\32xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }
  .\32xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important; }
  .\32xl\:-mx-lg {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  .\32xl\:-mx-md {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .\32xl\:-mx-sm {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .\32xl\:-mx-xl {
    margin-left: -60px !important;
    margin-right: -60px !important; }
  .\32xl\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important; }
  .\32xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .\32xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .\32xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .\32xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .\32xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .\32xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .\32xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .\32xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .\32xl\:-my-2xl {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .\32xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .\32xl\:-my-3xl {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .\32xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .\32xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .\32xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .\32xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .\32xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .\32xl\:-my-lg {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .\32xl\:-my-md {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .\32xl\:-my-sm {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .\32xl\:-my-xl {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .\32xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .\32xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .\32xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .\32xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .\32xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .\32xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .\32xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .\32xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .\32xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .\32xl\:mx-2xl {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .\32xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important; }
  .\32xl\:mx-3xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .\32xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .\32xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important; }
  .\32xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .\32xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .\32xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important; }
  .\32xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .\32xl\:mx-lg {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .\32xl\:mx-md {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .\32xl\:mx-sm {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .\32xl\:mx-xl {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .\32xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .\32xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .\32xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .\32xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .\32xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .\32xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .\32xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .\32xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .\32xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .\32xl\:my-2xl {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .\32xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .\32xl\:my-3xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .\32xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .\32xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .\32xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .\32xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .\32xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .\32xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .\32xl\:my-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .\32xl\:my-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .\32xl\:my-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .\32xl\:my-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .\32xl\:-mb-0 {
    margin-bottom: -0px !important; }
  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem !important; }
  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem !important; }
  .\32xl\:-mb-12 {
    margin-bottom: -3rem !important; }
  .\32xl\:-mb-16 {
    margin-bottom: -4rem !important; }
  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem !important; }
  .\32xl\:-mb-20 {
    margin-bottom: -5rem !important; }
  .\32xl\:-mb-24 {
    margin-bottom: -6rem !important; }
  .\32xl\:-mb-28 {
    margin-bottom: -7rem !important; }
  .\32xl\:-mb-2xl {
    margin-bottom: -90px !important; }
  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem !important; }
  .\32xl\:-mb-3xl {
    margin-bottom: -120px !important; }
  .\32xl\:-mb-4 {
    margin-bottom: -1rem !important; }
  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem !important; }
  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem !important; }
  .\32xl\:-mb-8 {
    margin-bottom: -2rem !important; }
  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem !important; }
  .\32xl\:-mb-lg {
    margin-bottom: -30px !important; }
  .\32xl\:-mb-md {
    margin-bottom: -15px !important; }
  .\32xl\:-mb-sm {
    margin-bottom: -5px !important; }
  .\32xl\:-mb-xl {
    margin-bottom: -60px !important; }
  .\32xl\:-ml-0 {
    margin-left: -0px !important; }
  .\32xl\:-ml-1 {
    margin-left: -0.25rem !important; }
  .\32xl\:-ml-10 {
    margin-left: -2.5rem !important; }
  .\32xl\:-ml-12 {
    margin-left: -3rem !important; }
  .\32xl\:-ml-16 {
    margin-left: -4rem !important; }
  .\32xl\:-ml-2 {
    margin-left: -0.5rem !important; }
  .\32xl\:-ml-20 {
    margin-left: -5rem !important; }
  .\32xl\:-ml-24 {
    margin-left: -6rem !important; }
  .\32xl\:-ml-28 {
    margin-left: -7rem !important; }
  .\32xl\:-ml-2xl {
    margin-left: -90px !important; }
  .\32xl\:-ml-3 {
    margin-left: -0.75rem !important; }
  .\32xl\:-ml-3xl {
    margin-left: -120px !important; }
  .\32xl\:-ml-4 {
    margin-left: -1rem !important; }
  .\32xl\:-ml-5 {
    margin-left: -1.25rem !important; }
  .\32xl\:-ml-6 {
    margin-left: -1.5rem !important; }
  .\32xl\:-ml-8 {
    margin-left: -2rem !important; }
  .\32xl\:-ml-9 {
    margin-left: -2.25rem !important; }
  .\32xl\:-ml-lg {
    margin-left: -30px !important; }
  .\32xl\:-ml-md {
    margin-left: -15px !important; }
  .\32xl\:-ml-sm {
    margin-left: -5px !important; }
  .\32xl\:-ml-xl {
    margin-left: -60px !important; }
  .\32xl\:-mr-0 {
    margin-right: -0px !important; }
  .\32xl\:-mr-1 {
    margin-right: -0.25rem !important; }
  .\32xl\:-mr-10 {
    margin-right: -2.5rem !important; }
  .\32xl\:-mr-12 {
    margin-right: -3rem !important; }
  .\32xl\:-mr-16 {
    margin-right: -4rem !important; }
  .\32xl\:-mr-2 {
    margin-right: -0.5rem !important; }
  .\32xl\:-mr-20 {
    margin-right: -5rem !important; }
  .\32xl\:-mr-24 {
    margin-right: -6rem !important; }
  .\32xl\:-mr-28 {
    margin-right: -7rem !important; }
  .\32xl\:-mr-2xl {
    margin-right: -90px !important; }
  .\32xl\:-mr-3 {
    margin-right: -0.75rem !important; }
  .\32xl\:-mr-3xl {
    margin-right: -120px !important; }
  .\32xl\:-mr-4 {
    margin-right: -1rem !important; }
  .\32xl\:-mr-5 {
    margin-right: -1.25rem !important; }
  .\32xl\:-mr-6 {
    margin-right: -1.5rem !important; }
  .\32xl\:-mr-8 {
    margin-right: -2rem !important; }
  .\32xl\:-mr-9 {
    margin-right: -2.25rem !important; }
  .\32xl\:-mr-lg {
    margin-right: -30px !important; }
  .\32xl\:-mr-md {
    margin-right: -15px !important; }
  .\32xl\:-mr-sm {
    margin-right: -5px !important; }
  .\32xl\:-mr-xl {
    margin-right: -60px !important; }
  .\32xl\:-mt-0 {
    margin-top: -0px !important; }
  .\32xl\:-mt-1 {
    margin-top: -0.25rem !important; }
  .\32xl\:-mt-10 {
    margin-top: -2.5rem !important; }
  .\32xl\:-mt-12 {
    margin-top: -3rem !important; }
  .\32xl\:-mt-16 {
    margin-top: -4rem !important; }
  .\32xl\:-mt-2 {
    margin-top: -0.5rem !important; }
  .\32xl\:-mt-20 {
    margin-top: -5rem !important; }
  .\32xl\:-mt-24 {
    margin-top: -6rem !important; }
  .\32xl\:-mt-28 {
    margin-top: -7rem !important; }
  .\32xl\:-mt-2xl {
    margin-top: -90px !important; }
  .\32xl\:-mt-3 {
    margin-top: -0.75rem !important; }
  .\32xl\:-mt-3xl {
    margin-top: -120px !important; }
  .\32xl\:-mt-4 {
    margin-top: -1rem !important; }
  .\32xl\:-mt-5 {
    margin-top: -1.25rem !important; }
  .\32xl\:-mt-6 {
    margin-top: -1.5rem !important; }
  .\32xl\:-mt-8 {
    margin-top: -2rem !important; }
  .\32xl\:-mt-9 {
    margin-top: -2.25rem !important; }
  .\32xl\:-mt-lg {
    margin-top: -30px !important; }
  .\32xl\:-mt-md {
    margin-top: -15px !important; }
  .\32xl\:-mt-sm {
    margin-top: -5px !important; }
  .\32xl\:-mt-xl {
    margin-top: -60px !important; }
  .\32xl\:mb-0 {
    margin-bottom: 0px !important; }
  .\32xl\:mb-1 {
    margin-bottom: 0.25rem !important; }
  .\32xl\:mb-10 {
    margin-bottom: 2.5rem !important; }
  .\32xl\:mb-12 {
    margin-bottom: 3rem !important; }
  .\32xl\:mb-16 {
    margin-bottom: 4rem !important; }
  .\32xl\:mb-2 {
    margin-bottom: 0.5rem !important; }
  .\32xl\:mb-20 {
    margin-bottom: 5rem !important; }
  .\32xl\:mb-24 {
    margin-bottom: 6rem !important; }
  .\32xl\:mb-28 {
    margin-bottom: 7rem !important; }
  .\32xl\:mb-2xl {
    margin-bottom: 90px !important; }
  .\32xl\:mb-3 {
    margin-bottom: 0.75rem !important; }
  .\32xl\:mb-3xl {
    margin-bottom: 120px !important; }
  .\32xl\:mb-4 {
    margin-bottom: 1rem !important; }
  .\32xl\:mb-5 {
    margin-bottom: 1.25rem !important; }
  .\32xl\:mb-6 {
    margin-bottom: 1.5rem !important; }
  .\32xl\:mb-8 {
    margin-bottom: 2rem !important; }
  .\32xl\:mb-9 {
    margin-bottom: 2.25rem !important; }
  .\32xl\:mb-auto {
    margin-bottom: auto !important; }
  .\32xl\:mb-lg {
    margin-bottom: 30px !important; }
  .\32xl\:mb-md {
    margin-bottom: 15px !important; }
  .\32xl\:mb-sm {
    margin-bottom: 5px !important; }
  .\32xl\:mb-xl {
    margin-bottom: 60px !important; }
  .\32xl\:ml-0 {
    margin-left: 0px !important; }
  .\32xl\:ml-1 {
    margin-left: 0.25rem !important; }
  .\32xl\:ml-10 {
    margin-left: 2.5rem !important; }
  .\32xl\:ml-12 {
    margin-left: 3rem !important; }
  .\32xl\:ml-16 {
    margin-left: 4rem !important; }
  .\32xl\:ml-2 {
    margin-left: 0.5rem !important; }
  .\32xl\:ml-20 {
    margin-left: 5rem !important; }
  .\32xl\:ml-24 {
    margin-left: 6rem !important; }
  .\32xl\:ml-28 {
    margin-left: 7rem !important; }
  .\32xl\:ml-2xl {
    margin-left: 90px !important; }
  .\32xl\:ml-3 {
    margin-left: 0.75rem !important; }
  .\32xl\:ml-3xl {
    margin-left: 120px !important; }
  .\32xl\:ml-4 {
    margin-left: 1rem !important; }
  .\32xl\:ml-5 {
    margin-left: 1.25rem !important; }
  .\32xl\:ml-6 {
    margin-left: 1.5rem !important; }
  .\32xl\:ml-8 {
    margin-left: 2rem !important; }
  .\32xl\:ml-9 {
    margin-left: 2.25rem !important; }
  .\32xl\:ml-auto {
    margin-left: auto !important; }
  .\32xl\:ml-lg {
    margin-left: 30px !important; }
  .\32xl\:ml-md {
    margin-left: 15px !important; }
  .\32xl\:ml-sm {
    margin-left: 5px !important; }
  .\32xl\:ml-xl {
    margin-left: 60px !important; }
  .\32xl\:mr-0 {
    margin-right: 0px !important; }
  .\32xl\:mr-1 {
    margin-right: 0.25rem !important; }
  .\32xl\:mr-10 {
    margin-right: 2.5rem !important; }
  .\32xl\:mr-12 {
    margin-right: 3rem !important; }
  .\32xl\:mr-16 {
    margin-right: 4rem !important; }
  .\32xl\:mr-2 {
    margin-right: 0.5rem !important; }
  .\32xl\:mr-20 {
    margin-right: 5rem !important; }
  .\32xl\:mr-24 {
    margin-right: 6rem !important; }
  .\32xl\:mr-28 {
    margin-right: 7rem !important; }
  .\32xl\:mr-2xl {
    margin-right: 90px !important; }
  .\32xl\:mr-3 {
    margin-right: 0.75rem !important; }
  .\32xl\:mr-3xl {
    margin-right: 120px !important; }
  .\32xl\:mr-4 {
    margin-right: 1rem !important; }
  .\32xl\:mr-5 {
    margin-right: 1.25rem !important; }
  .\32xl\:mr-6 {
    margin-right: 1.5rem !important; }
  .\32xl\:mr-8 {
    margin-right: 2rem !important; }
  .\32xl\:mr-9 {
    margin-right: 2.25rem !important; }
  .\32xl\:mr-auto {
    margin-right: auto !important; }
  .\32xl\:mr-lg {
    margin-right: 30px !important; }
  .\32xl\:mr-md {
    margin-right: 15px !important; }
  .\32xl\:mr-sm {
    margin-right: 5px !important; }
  .\32xl\:mr-xl {
    margin-right: 60px !important; }
  .\32xl\:mt-0 {
    margin-top: 0px !important; }
  .\32xl\:mt-1 {
    margin-top: 0.25rem !important; }
  .\32xl\:mt-10 {
    margin-top: 2.5rem !important; }
  .\32xl\:mt-12 {
    margin-top: 3rem !important; }
  .\32xl\:mt-16 {
    margin-top: 4rem !important; }
  .\32xl\:mt-2 {
    margin-top: 0.5rem !important; }
  .\32xl\:mt-20 {
    margin-top: 5rem !important; }
  .\32xl\:mt-24 {
    margin-top: 6rem !important; }
  .\32xl\:mt-28 {
    margin-top: 7rem !important; }
  .\32xl\:mt-2xl {
    margin-top: 90px !important; }
  .\32xl\:mt-3 {
    margin-top: 0.75rem !important; }
  .\32xl\:mt-3xl {
    margin-top: 120px !important; }
  .\32xl\:mt-4 {
    margin-top: 1rem !important; }
  .\32xl\:mt-5 {
    margin-top: 1.25rem !important; }
  .\32xl\:mt-6 {
    margin-top: 1.5rem !important; }
  .\32xl\:mt-8 {
    margin-top: 2rem !important; }
  .\32xl\:mt-9 {
    margin-top: 2.25rem !important; }
  .\32xl\:mt-auto {
    margin-top: auto !important; }
  .\32xl\:mt-lg {
    margin-top: 30px !important; }
  .\32xl\:mt-md {
    margin-top: 15px !important; }
  .\32xl\:mt-sm {
    margin-top: 5px !important; }
  .\32xl\:mt-xl {
    margin-top: 60px !important; }
  .\32xl\:flex {
    display: flex !important; }
  .\32xl\:inline-flex {
    display: inline-flex !important; }
  .\32xl\:grid {
    display: grid !important; }
  .\32xl\:aspect-auto {
    aspect-ratio: auto !important; }
  .\32xl\:aspect-square {
    aspect-ratio: 1 / 1 !important; }
  .\32xl\:aspect-video {
    aspect-ratio: 16 / 9 !important; }
  .\32xl\:h-0 {
    height: 0px !important; }
  .\32xl\:h-1 {
    height: 0.25rem !important; }
  .\32xl\:h-1\/2 {
    height: 50% !important; }
  .\32xl\:h-1\/4 {
    height: 25% !important; }
  .\32xl\:h-10 {
    height: 2.5rem !important; }
  .\32xl\:h-14 {
    height: 3.5rem !important; }
  .\32xl\:h-2 {
    height: 0.5rem !important; }
  .\32xl\:h-2\/3 {
    height: 66.666667% !important; }
  .\32xl\:h-24 {
    height: 6rem !important; }
  .\32xl\:h-3 {
    height: 0.75rem !important; }
  .\32xl\:h-3\/4 {
    height: 75% !important; }
  .\32xl\:h-3\/5 {
    height: 60% !important; }
  .\32xl\:h-4 {
    height: 1rem !important; }
  .\32xl\:h-5 {
    height: 1.25rem !important; }
  .\32xl\:h-6 {
    height: 1.5rem !important; }
  .\32xl\:h-7 {
    height: 1.75rem !important; }
  .\32xl\:h-8 {
    height: 2rem !important; }
  .\32xl\:h-9 {
    height: 2.25rem !important; }
  .\32xl\:h-full {
    height: 100% !important; }
  .\32xl\:h-screen {
    height: 100vh !important; }
  .\32xl\:max-h-0 {
    max-height: 0px !important; }
  .\32xl\:max-h-1 {
    max-height: 0.25rem !important; }
  .\32xl\:max-h-10 {
    max-height: 2.5rem !important; }
  .\32xl\:max-h-14 {
    max-height: 3.5rem !important; }
  .\32xl\:max-h-2 {
    max-height: 0.5rem !important; }
  .\32xl\:max-h-24 {
    max-height: 6rem !important; }
  .\32xl\:max-h-3 {
    max-height: 0.75rem !important; }
  .\32xl\:max-h-4 {
    max-height: 1rem !important; }
  .\32xl\:max-h-5 {
    max-height: 1.25rem !important; }
  .\32xl\:max-h-6 {
    max-height: 1.5rem !important; }
  .\32xl\:max-h-7 {
    max-height: 1.75rem !important; }
  .\32xl\:max-h-8 {
    max-height: 2rem !important; }
  .\32xl\:max-h-9 {
    max-height: 2.25rem !important; }
  .\32xl\:max-h-full {
    max-height: 100% !important; }
  .\32xl\:max-h-none {
    max-height: none !important; }
  .\32xl\:max-h-screen {
    max-height: 100vh !important; }
  .\32xl\:min-h-0 {
    min-height: 0px !important; }
  .\32xl\:min-h-1 {
    min-height: 0.25rem !important; }
  .\32xl\:min-h-10 {
    min-height: 2.5rem !important; }
  .\32xl\:min-h-14 {
    min-height: 3.5rem !important; }
  .\32xl\:min-h-2 {
    min-height: 0.5rem !important; }
  .\32xl\:min-h-24 {
    min-height: 6rem !important; }
  .\32xl\:min-h-3 {
    min-height: 0.75rem !important; }
  .\32xl\:min-h-4 {
    min-height: 1rem !important; }
  .\32xl\:min-h-5 {
    min-height: 1.25rem !important; }
  .\32xl\:min-h-6 {
    min-height: 1.5rem !important; }
  .\32xl\:min-h-7 {
    min-height: 1.75rem !important; }
  .\32xl\:min-h-8 {
    min-height: 2rem !important; }
  .\32xl\:min-h-9 {
    min-height: 2.25rem !important; }
  .\32xl\:min-h-full {
    min-height: 100% !important; }
  .\32xl\:min-h-screen {
    min-height: 100vh !important; }
  .\32xl\:w-0 {
    width: 0px !important; }
  .\32xl\:w-1 {
    width: 0.25rem !important; }
  .\32xl\:w-1\/2 {
    width: 50% !important; }
  .\32xl\:w-1\/4 {
    width: 25% !important; }
  .\32xl\:w-10 {
    width: 2.5rem !important; }
  .\32xl\:w-14 {
    width: 3.5rem !important; }
  .\32xl\:w-2 {
    width: 0.5rem !important; }
  .\32xl\:w-2\/3 {
    width: 66.666667% !important; }
  .\32xl\:w-24 {
    width: 6rem !important; }
  .\32xl\:w-3 {
    width: 0.75rem !important; }
  .\32xl\:w-3\/4 {
    width: 75% !important; }
  .\32xl\:w-3\/5 {
    width: 60% !important; }
  .\32xl\:w-4 {
    width: 1rem !important; }
  .\32xl\:w-5 {
    width: 1.25rem !important; }
  .\32xl\:w-6 {
    width: 1.5rem !important; }
  .\32xl\:w-7 {
    width: 1.75rem !important; }
  .\32xl\:w-8 {
    width: 2rem !important; }
  .\32xl\:w-9 {
    width: 2.25rem !important; }
  .\32xl\:w-full {
    width: 100% !important; }
  .\32xl\:w-screen {
    width: 100vw !important; }
  .\32xl\:min-w-0 {
    min-width: 0px !important; }
  .\32xl\:min-w-1 {
    min-width: 0.25rem !important; }
  .\32xl\:min-w-10 {
    min-width: 2.5rem !important; }
  .\32xl\:min-w-14 {
    min-width: 3.5rem !important; }
  .\32xl\:min-w-2 {
    min-width: 0.5rem !important; }
  .\32xl\:min-w-24 {
    min-width: 6rem !important; }
  .\32xl\:min-w-3 {
    min-width: 0.75rem !important; }
  .\32xl\:min-w-4 {
    min-width: 1rem !important; }
  .\32xl\:min-w-5 {
    min-width: 1.25rem !important; }
  .\32xl\:min-w-6 {
    min-width: 1.5rem !important; }
  .\32xl\:min-w-7 {
    min-width: 1.75rem !important; }
  .\32xl\:min-w-8 {
    min-width: 2rem !important; }
  .\32xl\:min-w-9 {
    min-width: 2.25rem !important; }
  .\32xl\:min-w-full {
    min-width: 100% !important; }
  .\32xl\:max-w-0 {
    max-width: 0px !important; }
  .\32xl\:max-w-1 {
    max-width: 0.25rem !important; }
  .\32xl\:max-w-10 {
    max-width: 2.5rem !important; }
  .\32xl\:max-w-14 {
    max-width: 3.5rem !important; }
  .\32xl\:max-w-2 {
    max-width: 0.5rem !important; }
  .\32xl\:max-w-24 {
    max-width: 6rem !important; }
  .\32xl\:max-w-3 {
    max-width: 0.75rem !important; }
  .\32xl\:max-w-4 {
    max-width: 1rem !important; }
  .\32xl\:max-w-5 {
    max-width: 1.25rem !important; }
  .\32xl\:max-w-6 {
    max-width: 1.5rem !important; }
  .\32xl\:max-w-7 {
    max-width: 1.75rem !important; }
  .\32xl\:max-w-8 {
    max-width: 2rem !important; }
  .\32xl\:max-w-9 {
    max-width: 2.25rem !important; }
  .\32xl\:max-w-full {
    max-width: 100% !important; }
  .\32xl\:max-w-none {
    max-width: none !important; }
  .\32xl\:basis-7\/12 {
    flex-basis: 58.333333% !important; }
  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important; }
  .\32xl\:grid-cols-none {
    grid-template-columns: none !important; }
  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important; }
  .\32xl\:grid-rows-none {
    grid-template-rows: none !important; }
  .\32xl\:flex-row {
    flex-direction: row !important; }
  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse !important; }
  .\32xl\:flex-col {
    flex-direction: column !important; }
  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse !important; }
  .\32xl\:flex-wrap {
    flex-wrap: wrap !important; }
  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .\32xl\:flex-nowrap {
    flex-wrap: nowrap !important; }
  .\32xl\:items-start {
    align-items: flex-start !important; }
  .\32xl\:items-end {
    align-items: flex-end !important; }
  .\32xl\:items-center {
    align-items: center !important; }
  .\32xl\:items-baseline {
    align-items: baseline !important; }
  .\32xl\:items-stretch {
    align-items: stretch !important; }
  .\32xl\:justify-start {
    justify-content: flex-start !important; }
  .\32xl\:justify-end {
    justify-content: flex-end !important; }
  .\32xl\:justify-center {
    justify-content: center !important; }
  .\32xl\:justify-between {
    justify-content: space-between !important; }
  .\32xl\:justify-around {
    justify-content: space-around !important; }
  .\32xl\:justify-evenly {
    justify-content: space-evenly !important; }
  .\32xl\:justify-stretch {
    justify-content: stretch !important; }
  .\32xl\:gap-0 {
    gap: 0px !important; }
  .\32xl\:gap-1 {
    gap: 0.25rem !important; }
  .\32xl\:gap-10 {
    gap: 2.5rem !important; }
  .\32xl\:gap-2 {
    gap: 0.5rem !important; }
  .\32xl\:gap-3 {
    gap: 0.75rem !important; }
  .\32xl\:gap-32 {
    gap: 8rem !important; }
  .\32xl\:gap-4 {
    gap: 1rem !important; }
  .\32xl\:gap-5 {
    gap: 1.25rem !important; }
  .\32xl\:gap-6 {
    gap: 1.5rem !important; }
  .\32xl\:gap-7 {
    gap: 1.75rem !important; }
  .\32xl\:gap-8 {
    gap: 2rem !important; }
  .\32xl\:gap-9 {
    gap: 2.25rem !important; }
  .\32xl\:gap-lg {
    gap: 30px !important; }
  .\32xl\:gap-md {
    gap: 15px !important; }
  .\32xl\:gap-sm {
    gap: 5px !important; }
  .\32xl\:gap-xl {
    gap: 60px !important; }
  .\32xl\:rounded {
    border-radius: 15px !important; }
  .\32xl\:rounded-2xl {
    border-radius: 1rem !important; }
  .\32xl\:rounded-full {
    border-radius: 9999px !important; }
  .\32xl\:rounded-lg {
    border-radius: 10px !important; }
  .\32xl\:rounded-none {
    border-radius: 0px !important; }
  .\32xl\:rounded-xl {
    border-radius: 0.75rem !important; }
  .\32xl\:rounded-b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .\32xl\:rounded-bl {
    border-bottom-left-radius: 15px !important; }
  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 10px !important; }
  .\32xl\:rounded-br {
    border-bottom-right-radius: 15px !important; }
  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 10px !important; }
  .\32xl\:rounded-tl {
    border-top-left-radius: 15px !important; }
  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 10px !important; }
  .\32xl\:rounded-tr {
    border-top-right-radius: 15px !important; }
  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 10px !important; }
  .\32xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .\32xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important; }
  .\32xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important; }
  .\32xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important; }
  .\32xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important; }
  .\32xl\:p-0 {
    padding: 0px !important; }
  .\32xl\:p-1 {
    padding: 0.25rem !important; }
  .\32xl\:p-10 {
    padding: 2.5rem !important; }
  .\32xl\:p-12 {
    padding: 3rem !important; }
  .\32xl\:p-16 {
    padding: 4rem !important; }
  .\32xl\:p-2 {
    padding: 0.5rem !important; }
  .\32xl\:p-20 {
    padding: 5rem !important; }
  .\32xl\:p-24 {
    padding: 6rem !important; }
  .\32xl\:p-28 {
    padding: 7rem !important; }
  .\32xl\:p-2xl {
    padding: 90px !important; }
  .\32xl\:p-3 {
    padding: 0.75rem !important; }
  .\32xl\:p-3xl {
    padding: 120px !important; }
  .\32xl\:p-4 {
    padding: 1rem !important; }
  .\32xl\:p-5 {
    padding: 1.25rem !important; }
  .\32xl\:p-6 {
    padding: 1.5rem !important; }
  .\32xl\:p-8 {
    padding: 2rem !important; }
  .\32xl\:p-9 {
    padding: 2.25rem !important; }
  .\32xl\:p-lg {
    padding: 30px !important; }
  .\32xl\:p-md {
    padding: 15px !important; }
  .\32xl\:p-sm {
    padding: 5px !important; }
  .\32xl\:p-xl {
    padding: 60px !important; }
  .\32xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .\32xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .\32xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .\32xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .\32xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .\32xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .\32xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .\32xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .\32xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .\32xl\:px-2xl {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .\32xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .\32xl\:px-3xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .\32xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .\32xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .\32xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .\32xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .\32xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  .\32xl\:px-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .\32xl\:px-md {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .\32xl\:px-sm {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .\32xl\:px-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .\32xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .\32xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .\32xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .\32xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .\32xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .\32xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .\32xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .\32xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .\32xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .\32xl\:py-2xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .\32xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .\32xl\:py-3xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .\32xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .\32xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .\32xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .\32xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .\32xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .\32xl\:py-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .\32xl\:py-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .\32xl\:py-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .\32xl\:py-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .\32xl\:pb-0 {
    padding-bottom: 0px !important; }
  .\32xl\:pb-1 {
    padding-bottom: 0.25rem !important; }
  .\32xl\:pb-10 {
    padding-bottom: 2.5rem !important; }
  .\32xl\:pb-12 {
    padding-bottom: 3rem !important; }
  .\32xl\:pb-16 {
    padding-bottom: 4rem !important; }
  .\32xl\:pb-2 {
    padding-bottom: 0.5rem !important; }
  .\32xl\:pb-20 {
    padding-bottom: 5rem !important; }
  .\32xl\:pb-24 {
    padding-bottom: 6rem !important; }
  .\32xl\:pb-28 {
    padding-bottom: 7rem !important; }
  .\32xl\:pb-2xl {
    padding-bottom: 90px !important; }
  .\32xl\:pb-3 {
    padding-bottom: 0.75rem !important; }
  .\32xl\:pb-3xl {
    padding-bottom: 120px !important; }
  .\32xl\:pb-4 {
    padding-bottom: 1rem !important; }
  .\32xl\:pb-5 {
    padding-bottom: 1.25rem !important; }
  .\32xl\:pb-6 {
    padding-bottom: 1.5rem !important; }
  .\32xl\:pb-8 {
    padding-bottom: 2rem !important; }
  .\32xl\:pb-9 {
    padding-bottom: 2.25rem !important; }
  .\32xl\:pb-lg {
    padding-bottom: 30px !important; }
  .\32xl\:pb-md {
    padding-bottom: 15px !important; }
  .\32xl\:pb-sm {
    padding-bottom: 5px !important; }
  .\32xl\:pb-xl {
    padding-bottom: 60px !important; }
  .\32xl\:pl-0 {
    padding-left: 0px !important; }
  .\32xl\:pl-1 {
    padding-left: 0.25rem !important; }
  .\32xl\:pl-10 {
    padding-left: 2.5rem !important; }
  .\32xl\:pl-12 {
    padding-left: 3rem !important; }
  .\32xl\:pl-16 {
    padding-left: 4rem !important; }
  .\32xl\:pl-2 {
    padding-left: 0.5rem !important; }
  .\32xl\:pl-20 {
    padding-left: 5rem !important; }
  .\32xl\:pl-24 {
    padding-left: 6rem !important; }
  .\32xl\:pl-28 {
    padding-left: 7rem !important; }
  .\32xl\:pl-2xl {
    padding-left: 90px !important; }
  .\32xl\:pl-3 {
    padding-left: 0.75rem !important; }
  .\32xl\:pl-3xl {
    padding-left: 120px !important; }
  .\32xl\:pl-4 {
    padding-left: 1rem !important; }
  .\32xl\:pl-5 {
    padding-left: 1.25rem !important; }
  .\32xl\:pl-6 {
    padding-left: 1.5rem !important; }
  .\32xl\:pl-8 {
    padding-left: 2rem !important; }
  .\32xl\:pl-9 {
    padding-left: 2.25rem !important; }
  .\32xl\:pl-lg {
    padding-left: 30px !important; }
  .\32xl\:pl-md {
    padding-left: 15px !important; }
  .\32xl\:pl-sm {
    padding-left: 5px !important; }
  .\32xl\:pl-xl {
    padding-left: 60px !important; }
  .\32xl\:pr-0 {
    padding-right: 0px !important; }
  .\32xl\:pr-1 {
    padding-right: 0.25rem !important; }
  .\32xl\:pr-10 {
    padding-right: 2.5rem !important; }
  .\32xl\:pr-12 {
    padding-right: 3rem !important; }
  .\32xl\:pr-16 {
    padding-right: 4rem !important; }
  .\32xl\:pr-2 {
    padding-right: 0.5rem !important; }
  .\32xl\:pr-20 {
    padding-right: 5rem !important; }
  .\32xl\:pr-24 {
    padding-right: 6rem !important; }
  .\32xl\:pr-28 {
    padding-right: 7rem !important; }
  .\32xl\:pr-2xl {
    padding-right: 90px !important; }
  .\32xl\:pr-3 {
    padding-right: 0.75rem !important; }
  .\32xl\:pr-3xl {
    padding-right: 120px !important; }
  .\32xl\:pr-4 {
    padding-right: 1rem !important; }
  .\32xl\:pr-5 {
    padding-right: 1.25rem !important; }
  .\32xl\:pr-6 {
    padding-right: 1.5rem !important; }
  .\32xl\:pr-8 {
    padding-right: 2rem !important; }
  .\32xl\:pr-9 {
    padding-right: 2.25rem !important; }
  .\32xl\:pr-lg {
    padding-right: 30px !important; }
  .\32xl\:pr-md {
    padding-right: 15px !important; }
  .\32xl\:pr-sm {
    padding-right: 5px !important; }
  .\32xl\:pr-xl {
    padding-right: 60px !important; }
  .\32xl\:pt-0 {
    padding-top: 0px !important; }
  .\32xl\:pt-1 {
    padding-top: 0.25rem !important; }
  .\32xl\:pt-10 {
    padding-top: 2.5rem !important; }
  .\32xl\:pt-12 {
    padding-top: 3rem !important; }
  .\32xl\:pt-16 {
    padding-top: 4rem !important; }
  .\32xl\:pt-2 {
    padding-top: 0.5rem !important; }
  .\32xl\:pt-20 {
    padding-top: 5rem !important; }
  .\32xl\:pt-24 {
    padding-top: 6rem !important; }
  .\32xl\:pt-28 {
    padding-top: 7rem !important; }
  .\32xl\:pt-2xl {
    padding-top: 90px !important; }
  .\32xl\:pt-3 {
    padding-top: 0.75rem !important; }
  .\32xl\:pt-3xl {
    padding-top: 120px !important; }
  .\32xl\:pt-4 {
    padding-top: 1rem !important; }
  .\32xl\:pt-5 {
    padding-top: 1.25rem !important; }
  .\32xl\:pt-6 {
    padding-top: 1.5rem !important; }
  .\32xl\:pt-8 {
    padding-top: 2rem !important; }
  .\32xl\:pt-9 {
    padding-top: 2.25rem !important; }
  .\32xl\:pt-lg {
    padding-top: 30px !important; }
  .\32xl\:pt-md {
    padding-top: 15px !important; }
  .\32xl\:pt-sm {
    padding-top: 5px !important; }
  .\32xl\:pt-xl {
    padding-top: 60px !important; }
  .\32xl\:text-2xl {
    font-size: 24px !important;
    line-height: 32px !important; }
  .\32xl\:text-3xl {
    font-size: 32px !important;
    line-height: 42px !important; }
  .\32xl\:text-4xl {
    font-size: 40px !important;
    line-height: 46px !important; }
  .\32xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important; }
  .\32xl\:text-6xl {
    font-size: 58px !important;
    line-height: 58px !important; }
  .\32xl\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important; }
  .\32xl\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important; }
  .\32xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important; }
  .\32xl\:text-base {
    font-size: 16px !important;
    line-height: 20px !important; }
  .\32xl\:text-lg {
    font-size: 18px !important;
    line-height: 22px !important; }
  .\32xl\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .\32xl\:text-xl {
    font-size: 20px !important;
    line-height: 30px !important; }
  .\32xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important; } }

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