@charset "UTF-8";
/*
* Map for breakpoints
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.supreme-element {
  /*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
.supreme-element :root,
.supreme-element [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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --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: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.supreme-element [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: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
.supreme-element *,
.supreme-element *::before,
.supreme-element *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .supreme-element :root {
    scroll-behavior: smooth;
  }
}
.supreme-element body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.supreme-element hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.supreme-element h6, .supreme-element .h6, .supreme-element h5, .supreme-element .h5, .supreme-element h4, .supreme-element .h4, .supreme-element h3, .supreme-element .h3, .supreme-element h2, .supreme-element .h2, .supreme-element h1, .supreme-element .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.supreme-element h1, .supreme-element .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .supreme-element h1, .supreme-element .h1 {
    font-size: 2.5rem;
  }
}
.supreme-element h2, .supreme-element .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .supreme-element h2, .supreme-element .h2 {
    font-size: 2rem;
  }
}
.supreme-element h3, .supreme-element .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .supreme-element h3, .supreme-element .h3 {
    font-size: 1.75rem;
  }
}
.supreme-element h4, .supreme-element .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .supreme-element h4, .supreme-element .h4 {
    font-size: 1.5rem;
  }
}
.supreme-element h5, .supreme-element .h5 {
  font-size: 1.25rem;
}
.supreme-element h6, .supreme-element .h6 {
  font-size: 1rem;
}
.supreme-element p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.supreme-element abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.supreme-element address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.supreme-element ol,
.supreme-element ul {
  padding-left: 2rem;
}
.supreme-element ol,
.supreme-element ul,
.supreme-element dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.supreme-element ol ol,
.supreme-element ul ul,
.supreme-element ol ul,
.supreme-element ul ol {
  margin-bottom: 0;
}
.supreme-element dt {
  font-weight: 700;
}
.supreme-element dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.supreme-element blockquote {
  margin: 0 0 1rem;
}
.supreme-element b,
.supreme-element strong {
  font-weight: bolder;
}
.supreme-element small, .supreme-element .small {
  font-size: 0.875em;
}
.supreme-element mark, .supreme-element .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
.supreme-element sub,
.supreme-element sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.supreme-element sub {
  bottom: -0.25em;
}
.supreme-element sup {
  top: -0.5em;
}
.supreme-element a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.supreme-element a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.supreme-element a:not([href]):not([class]), .supreme-element a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.supreme-element pre,
.supreme-element code,
.supreme-element kbd,
.supreme-element samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.supreme-element pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.supreme-element pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.supreme-element code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > .supreme-element code {
  color: inherit;
}
.supreme-element kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
.supreme-element kbd kbd {
  padding: 0;
  font-size: 1em;
}
.supreme-element figure {
  margin: 0 0 1rem;
}
.supreme-element img,
.supreme-element svg {
  vertical-align: middle;
}
.supreme-element table {
  caption-side: bottom;
  border-collapse: collapse;
}
.supreme-element caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
.supreme-element th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.supreme-element thead,
.supreme-element tbody,
.supreme-element tfoot,
.supreme-element tr,
.supreme-element td,
.supreme-element th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.supreme-element label {
  display: inline-block;
}
.supreme-element button {
  border-radius: 0;
}
.supreme-element button:focus:not(:focus-visible) {
  outline: 0;
}
.supreme-element input,
.supreme-element button,
.supreme-element select,
.supreme-element optgroup,
.supreme-element textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.supreme-element button,
.supreme-element select {
  text-transform: none;
}
.supreme-element [role=button] {
  cursor: pointer;
}
.supreme-element select {
  word-wrap: normal;
}
.supreme-element select:disabled {
  opacity: 1;
}
.supreme-element [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.supreme-element button,
.supreme-element [type=button],
.supreme-element [type=reset],
.supreme-element [type=submit] {
  -webkit-appearance: button;
}
.supreme-element button:not(:disabled),
.supreme-element [type=button]:not(:disabled),
.supreme-element [type=reset]:not(:disabled),
.supreme-element [type=submit]:not(:disabled) {
  cursor: pointer;
}
.supreme-element ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.supreme-element textarea {
  resize: vertical;
}
.supreme-element fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.supreme-element legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .supreme-element legend {
    font-size: 1.5rem;
  }
}
.supreme-element legend + * {
  clear: left;
}
.supreme-element ::-webkit-datetime-edit-fields-wrapper,
.supreme-element ::-webkit-datetime-edit-text,
.supreme-element ::-webkit-datetime-edit-minute,
.supreme-element ::-webkit-datetime-edit-hour-field,
.supreme-element ::-webkit-datetime-edit-day-field,
.supreme-element ::-webkit-datetime-edit-month-field,
.supreme-element ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.supreme-element ::-webkit-inner-spin-button {
  height: auto;
}
.supreme-element [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.supreme-element ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.supreme-element ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.supreme-element ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.supreme-element output {
  display: inline-block;
}
.supreme-element iframe {
  border: 0;
}
.supreme-element summary {
  display: list-item;
  cursor: pointer;
}
.supreme-element progress {
  vertical-align: baseline;
}
.supreme-element [hidden] {
  display: none !important;
}
.supreme-element .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.supreme-element .display-1, .supreme-element .legacy-display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .supreme-element .display-1, .supreme-element .legacy-display-1 {
    font-size: 5rem;
  }
}
.supreme-element .display-2, .supreme-element .legacy-display-2, .supreme-element .legacy-display-1 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .supreme-element .display-2, .supreme-element .legacy-display-2, .supreme-element .legacy-display-1 {
    font-size: 4.5rem;
  }
}
.supreme-element .display-3, .supreme-element .legacy-display-1 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .supreme-element .display-3, .supreme-element .legacy-display-1 {
    font-size: 4rem;
  }
}
.supreme-element .display-4, .supreme-element .legacy-display-1 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .supreme-element .display-4, .supreme-element .legacy-display-1 {
    font-size: 3.5rem;
  }
}
.supreme-element .display-5, .supreme-element .ct-inner-content .ct-section .legacy-stay-upto-date-title, .ct-inner-content .ct-section .supreme-element .legacy-stay-upto-date-title, .supreme-element .legacy-display-1 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .supreme-element .display-5, .supreme-element .ct-inner-content .ct-section .legacy-stay-upto-date-title, .ct-inner-content .ct-section .supreme-element .legacy-stay-upto-date-title, .supreme-element .legacy-display-1 {
    font-size: 3rem;
  }
}
.supreme-element .display-6, .supreme-element .legacy-display-1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .supreme-element .display-6, .supreme-element .legacy-display-1 {
    font-size: 2.5rem;
  }
}
.supreme-element .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.supreme-element .list-inline {
  padding-left: 0;
  list-style: none;
}
.supreme-element .list-inline-item {
  display: inline-block;
}
.supreme-element .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.supreme-element .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.supreme-element .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.supreme-element .blockquote > :last-child {
  margin-bottom: 0;
}
.supreme-element .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.supreme-element .blockquote-footer::before {
  content: "— ";
}
.supreme-element .img-fluid {
  max-width: 100%;
  height: auto;
}
.supreme-element .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.supreme-element .figure {
  display: inline-block;
}
.supreme-element .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.supreme-element .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.supreme-element .container,
.supreme-element .container-fluid,
.supreme-element .container-xxl,
.supreme-element .container-xl,
.supreme-element .container-lg,
.supreme-element .container-md,
.supreme-element .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .supreme-element .container-sm, .supreme-element .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .supreme-element .container-md, .supreme-element .container-sm, .supreme-element .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .supreme-element .container-lg, .supreme-element .container-md, .supreme-element .container-sm, .supreme-element .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .supreme-element .container-xl, .supreme-element .container-lg, .supreme-element .container-md, .supreme-element .container-sm, .supreme-element .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .supreme-element .container-xxl, .supreme-element .container-xl, .supreme-element .container-lg, .supreme-element .container-md, .supreme-element .container-sm, .supreme-element .container {
    max-width: 1320px;
  }
}
.supreme-element :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.supreme-element .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.supreme-element .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.supreme-element .col {
  flex: 1 0 0%;
}
.supreme-element .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.supreme-element .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.supreme-element .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.supreme-element .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.supreme-element .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.supreme-element .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.supreme-element .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.supreme-element .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.supreme-element .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.supreme-element .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.supreme-element .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.supreme-element .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.supreme-element .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.supreme-element .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.supreme-element .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.supreme-element .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.supreme-element .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.supreme-element .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.supreme-element .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.supreme-element .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.supreme-element .offset-1 {
  margin-left: 8.33333333%;
}
.supreme-element .offset-2 {
  margin-left: 16.66666667%;
}
.supreme-element .offset-3 {
  margin-left: 25%;
}
.supreme-element .offset-4 {
  margin-left: 33.33333333%;
}
.supreme-element .offset-5 {
  margin-left: 41.66666667%;
}
.supreme-element .offset-6 {
  margin-left: 50%;
}
.supreme-element .offset-7 {
  margin-left: 58.33333333%;
}
.supreme-element .offset-8 {
  margin-left: 66.66666667%;
}
.supreme-element .offset-9 {
  margin-left: 75%;
}
.supreme-element .offset-10 {
  margin-left: 83.33333333%;
}
.supreme-element .offset-11 {
  margin-left: 91.66666667%;
}
.supreme-element .g-0,
.supreme-element .gx-0 {
  --bs-gutter-x: 0;
}
.supreme-element .g-0,
.supreme-element .gy-0 {
  --bs-gutter-y: 0;
}
.supreme-element .g-1,
.supreme-element .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.supreme-element .g-1,
.supreme-element .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.supreme-element .g-2,
.supreme-element .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.supreme-element .g-2,
.supreme-element .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.supreme-element .g-3,
.supreme-element .gx-3 {
  --bs-gutter-x: 1rem;
}
.supreme-element .g-3,
.supreme-element .gy-3 {
  --bs-gutter-y: 1rem;
}
.supreme-element .g-4,
.supreme-element .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.supreme-element .g-4,
.supreme-element .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.supreme-element .g-5,
.supreme-element .gx-5 {
  --bs-gutter-x: 3rem;
}
.supreme-element .g-5,
.supreme-element .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .supreme-element .col-sm {
    flex: 1 0 0%;
  }
  .supreme-element .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .supreme-element .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .supreme-element .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .supreme-element .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .supreme-element .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .supreme-element .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .supreme-element .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .supreme-element .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .supreme-element .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .offset-sm-0 {
    margin-left: 0;
  }
  .supreme-element .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .supreme-element .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .supreme-element .offset-sm-3 {
    margin-left: 25%;
  }
  .supreme-element .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .supreme-element .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .supreme-element .offset-sm-6 {
    margin-left: 50%;
  }
  .supreme-element .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .supreme-element .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .supreme-element .offset-sm-9 {
    margin-left: 75%;
  }
  .supreme-element .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .supreme-element .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .supreme-element .g-sm-0,
  .supreme-element .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .supreme-element .g-sm-0,
  .supreme-element .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .supreme-element .g-sm-1,
  .supreme-element .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .supreme-element .g-sm-1,
  .supreme-element .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .supreme-element .g-sm-2,
  .supreme-element .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .supreme-element .g-sm-2,
  .supreme-element .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .supreme-element .g-sm-3,
  .supreme-element .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .supreme-element .g-sm-3,
  .supreme-element .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .supreme-element .g-sm-4,
  .supreme-element .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .supreme-element .g-sm-4,
  .supreme-element .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .supreme-element .g-sm-5,
  .supreme-element .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .supreme-element .g-sm-5,
  .supreme-element .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .supreme-element .col-md {
    flex: 1 0 0%;
  }
  .supreme-element .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .supreme-element .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .supreme-element .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .supreme-element .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .supreme-element .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .supreme-element .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .supreme-element .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .supreme-element .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .supreme-element .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .offset-md-0 {
    margin-left: 0;
  }
  .supreme-element .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .supreme-element .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .supreme-element .offset-md-3 {
    margin-left: 25%;
  }
  .supreme-element .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .supreme-element .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .supreme-element .offset-md-6 {
    margin-left: 50%;
  }
  .supreme-element .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .supreme-element .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .supreme-element .offset-md-9 {
    margin-left: 75%;
  }
  .supreme-element .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .supreme-element .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .supreme-element .g-md-0,
  .supreme-element .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .supreme-element .g-md-0,
  .supreme-element .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .supreme-element .g-md-1,
  .supreme-element .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .supreme-element .g-md-1,
  .supreme-element .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .supreme-element .g-md-2,
  .supreme-element .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .supreme-element .g-md-2,
  .supreme-element .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .supreme-element .g-md-3,
  .supreme-element .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .supreme-element .g-md-3,
  .supreme-element .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .supreme-element .g-md-4,
  .supreme-element .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .supreme-element .g-md-4,
  .supreme-element .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .supreme-element .g-md-5,
  .supreme-element .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .supreme-element .g-md-5,
  .supreme-element .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .supreme-element .col-lg {
    flex: 1 0 0%;
  }
  .supreme-element .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .supreme-element .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .supreme-element .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .supreme-element .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .supreme-element .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .supreme-element .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .supreme-element .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .supreme-element .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .supreme-element .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .offset-lg-0 {
    margin-left: 0;
  }
  .supreme-element .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .supreme-element .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .supreme-element .offset-lg-3 {
    margin-left: 25%;
  }
  .supreme-element .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .supreme-element .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .supreme-element .offset-lg-6 {
    margin-left: 50%;
  }
  .supreme-element .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .supreme-element .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .supreme-element .offset-lg-9 {
    margin-left: 75%;
  }
  .supreme-element .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .supreme-element .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .supreme-element .g-lg-0,
  .supreme-element .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .supreme-element .g-lg-0,
  .supreme-element .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .supreme-element .g-lg-1,
  .supreme-element .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .supreme-element .g-lg-1,
  .supreme-element .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .supreme-element .g-lg-2,
  .supreme-element .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .supreme-element .g-lg-2,
  .supreme-element .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .supreme-element .g-lg-3,
  .supreme-element .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .supreme-element .g-lg-3,
  .supreme-element .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .supreme-element .g-lg-4,
  .supreme-element .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .supreme-element .g-lg-4,
  .supreme-element .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .supreme-element .g-lg-5,
  .supreme-element .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .supreme-element .g-lg-5,
  .supreme-element .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .supreme-element .col-xl {
    flex: 1 0 0%;
  }
  .supreme-element .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .supreme-element .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .supreme-element .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .supreme-element .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .supreme-element .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .supreme-element .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .supreme-element .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .supreme-element .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .supreme-element .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .offset-xl-0 {
    margin-left: 0;
  }
  .supreme-element .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .supreme-element .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .supreme-element .offset-xl-3 {
    margin-left: 25%;
  }
  .supreme-element .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .supreme-element .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .supreme-element .offset-xl-6 {
    margin-left: 50%;
  }
  .supreme-element .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .supreme-element .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .supreme-element .offset-xl-9 {
    margin-left: 75%;
  }
  .supreme-element .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .supreme-element .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .supreme-element .g-xl-0,
  .supreme-element .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .supreme-element .g-xl-0,
  .supreme-element .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .supreme-element .g-xl-1,
  .supreme-element .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .supreme-element .g-xl-1,
  .supreme-element .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .supreme-element .g-xl-2,
  .supreme-element .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .supreme-element .g-xl-2,
  .supreme-element .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .supreme-element .g-xl-3,
  .supreme-element .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .supreme-element .g-xl-3,
  .supreme-element .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .supreme-element .g-xl-4,
  .supreme-element .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .supreme-element .g-xl-4,
  .supreme-element .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .supreme-element .g-xl-5,
  .supreme-element .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .supreme-element .g-xl-5,
  .supreme-element .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .supreme-element .col-xxl {
    flex: 1 0 0%;
  }
  .supreme-element .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .supreme-element .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .supreme-element .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .supreme-element .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .supreme-element .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .supreme-element .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .supreme-element .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .supreme-element .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .supreme-element .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .supreme-element .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .supreme-element .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .supreme-element .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .supreme-element .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .supreme-element .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .supreme-element .offset-xxl-0 {
    margin-left: 0;
  }
  .supreme-element .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .supreme-element .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .supreme-element .offset-xxl-3 {
    margin-left: 25%;
  }
  .supreme-element .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .supreme-element .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .supreme-element .offset-xxl-6 {
    margin-left: 50%;
  }
  .supreme-element .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .supreme-element .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .supreme-element .offset-xxl-9 {
    margin-left: 75%;
  }
  .supreme-element .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .supreme-element .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .supreme-element .g-xxl-0,
  .supreme-element .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .supreme-element .g-xxl-0,
  .supreme-element .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .supreme-element .g-xxl-1,
  .supreme-element .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .supreme-element .g-xxl-1,
  .supreme-element .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .supreme-element .g-xxl-2,
  .supreme-element .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .supreme-element .g-xxl-2,
  .supreme-element .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .supreme-element .g-xxl-3,
  .supreme-element .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .supreme-element .g-xxl-3,
  .supreme-element .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .supreme-element .g-xxl-4,
  .supreme-element .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .supreme-element .g-xxl-4,
  .supreme-element .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .supreme-element .g-xxl-5,
  .supreme-element .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .supreme-element .g-xxl-5,
  .supreme-element .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.supreme-element .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.supreme-element .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.supreme-element .table > tbody {
  vertical-align: inherit;
}
.supreme-element .table > thead {
  vertical-align: bottom;
}
.supreme-element .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.supreme-element .caption-top {
  caption-side: top;
}
.supreme-element .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.supreme-element .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.supreme-element .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.supreme-element .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.supreme-element .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.supreme-element .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.supreme-element .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.supreme-element .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.supreme-element .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.supreme-element .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.supreme-element .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .supreme-element .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .supreme-element .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .supreme-element .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .supreme-element .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .supreme-element .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.supreme-element .form-label {
  margin-bottom: 0.5rem;
}
.supreme-element .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.supreme-element .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.supreme-element .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.supreme-element .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.supreme-element .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .form-control {
    transition: none;
  }
}
.supreme-element .form-control[type=file] {
  overflow: hidden;
}
.supreme-element .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.supreme-element .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.supreme-element .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.supreme-element .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.supreme-element .form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.supreme-element .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.supreme-element .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.supreme-element .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .form-control::file-selector-button {
    transition: none;
  }
}
.supreme-element .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.supreme-element .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.supreme-element .form-control-plaintext:focus {
  outline: 0;
}
.supreme-element .form-control-plaintext.form-control-sm, .supreme-element .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.supreme-element .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.supreme-element .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.supreme-element .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.supreme-element .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.supreme-element textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.supreme-element textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.supreme-element textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.supreme-element .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.supreme-element .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.supreme-element .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.supreme-element .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.supreme-element .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.supreme-element .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.supreme-element .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .form-select {
    transition: none;
  }
}
.supreme-element .form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.supreme-element .form-select[multiple], .supreme-element .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.supreme-element .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.supreme-element .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.supreme-element .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.supreme-element .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.supreme-element [data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.supreme-element .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.supreme-element .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.supreme-element .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.supreme-element .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.supreme-element .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.supreme-element .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.supreme-element .form-check-input[type=radio] {
  border-radius: 50%;
}
.supreme-element .form-check-input:active {
  filter: brightness(90%);
}
.supreme-element .form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.supreme-element .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.supreme-element .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.supreme-element .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.supreme-element .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-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 10h8'/%3e%3c/svg%3e");
}
.supreme-element .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.supreme-element .form-check-input[disabled] ~ .form-check-label, .supreme-element .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.supreme-element .form-switch {
  padding-left: 2.5em;
}
.supreme-element .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .form-switch .form-check-input {
    transition: none;
  }
}
.supreme-element .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.supreme-element .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.supreme-element .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.supreme-element .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.supreme-element .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.supreme-element .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.supreme-element .btn-check[disabled] + .btn, .supreme-element .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.supreme-element [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.supreme-element .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.supreme-element .form-range:focus {
  outline: 0;
}
.supreme-element .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.supreme-element .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.supreme-element .form-range::-moz-focus-outer {
  border: 0;
}
.supreme-element .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.supreme-element .form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.supreme-element .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.supreme-element .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.supreme-element .form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.supreme-element .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.supreme-element .form-range:disabled {
  pointer-events: none;
}
.supreme-element .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.supreme-element .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.supreme-element .form-floating {
  position: relative;
}
.supreme-element .form-floating > .form-control,
.supreme-element .form-floating > .form-control-plaintext,
.supreme-element .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.supreme-element .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .form-floating > label {
    transition: none;
  }
}
.supreme-element .form-floating > .form-control,
.supreme-element .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.supreme-element .form-floating > .form-control::-moz-placeholder, .supreme-element .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.supreme-element .form-floating > .form-control::placeholder,
.supreme-element .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.supreme-element .form-floating > .form-control:not(:-moz-placeholder-shown), .supreme-element .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.supreme-element .form-floating > .form-control:focus, .supreme-element .form-floating > .form-control:not(:placeholder-shown),
.supreme-element .form-floating > .form-control-plaintext:focus,
.supreme-element .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.supreme-element .form-floating > .form-control:-webkit-autofill,
.supreme-element .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.supreme-element .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.supreme-element .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.supreme-element .form-floating > .form-control:focus ~ label,
.supreme-element .form-floating > .form-control:not(:placeholder-shown) ~ label,
.supreme-element .form-floating > .form-control-plaintext ~ label,
.supreme-element .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.supreme-element .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.supreme-element .form-floating > .form-control:focus ~ label::after,
.supreme-element .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.supreme-element .form-floating > .form-control-plaintext ~ label::after,
.supreme-element .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.supreme-element .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.supreme-element .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.supreme-element .form-floating > :disabled ~ label,
.supreme-element .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.supreme-element .form-floating > :disabled ~ label::after,
.supreme-element .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.supreme-element .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.supreme-element .input-group > .form-control,
.supreme-element .input-group > .form-select,
.supreme-element .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.supreme-element .input-group > .form-control:focus,
.supreme-element .input-group > .form-select:focus,
.supreme-element .input-group > .form-floating:focus-within {
  z-index: 5;
}
.supreme-element .input-group .btn {
  position: relative;
  z-index: 2;
}
.supreme-element .input-group .btn:focus {
  z-index: 5;
}
.supreme-element .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.supreme-element .input-group-lg > .form-control,
.supreme-element .input-group-lg > .form-select,
.supreme-element .input-group-lg > .input-group-text,
.supreme-element .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.supreme-element .input-group-sm > .form-control,
.supreme-element .input-group-sm > .form-select,
.supreme-element .input-group-sm > .input-group-text,
.supreme-element .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.supreme-element .input-group-lg > .form-select,
.supreme-element .input-group-sm > .form-select {
  padding-right: 3rem;
}
.supreme-element .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.supreme-element .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.supreme-element .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.supreme-element .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.supreme-element .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.supreme-element .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.supreme-element .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.supreme-element .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.supreme-element .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.supreme-element .input-group > .form-floating:not(:first-child) > .form-control,
.supreme-element .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.supreme-element .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.supreme-element .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated .supreme-element:valid ~ .valid-feedback,
.was-validated .supreme-element:valid ~ .valid-tooltip, .supreme-element.is-valid ~ .valid-feedback,
.supreme-element.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .supreme-element .form-control:valid, .supreme-element .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .supreme-element .form-control:valid:focus, .supreme-element .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .supreme-element textarea.form-control:valid, .supreme-element textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .supreme-element .form-select:valid, .supreme-element .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .supreme-element .form-select:valid:not([multiple]):not([size]), .was-validated .supreme-element .form-select:valid:not([multiple])[size="1"], .supreme-element .form-select.is-valid:not([multiple]):not([size]), .supreme-element .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .supreme-element .form-select:valid:focus, .supreme-element .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .supreme-element .form-control-color:valid, .supreme-element .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .supreme-element .form-check-input:valid, .supreme-element .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .supreme-element .form-check-input:valid:checked, .supreme-element .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .supreme-element .form-check-input:valid:focus, .supreme-element .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .supreme-element .form-check-input:valid ~ .form-check-label, .supreme-element .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.supreme-element .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .supreme-element .input-group > .form-control:not(:focus):valid, .supreme-element .input-group > .form-control:not(:focus).is-valid,
.was-validated .supreme-element .input-group > .form-select:not(:focus):valid,
.supreme-element .input-group > .form-select:not(:focus).is-valid,
.was-validated .supreme-element .input-group > .form-floating:not(:focus-within):valid,
.supreme-element .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.supreme-element .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.supreme-element .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated .supreme-element:invalid ~ .invalid-feedback,
.was-validated .supreme-element:invalid ~ .invalid-tooltip, .supreme-element.is-invalid ~ .invalid-feedback,
.supreme-element.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .supreme-element .form-control:invalid, .supreme-element .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .supreme-element .form-control:invalid:focus, .supreme-element .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .supreme-element textarea.form-control:invalid, .supreme-element textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .supreme-element .form-select:invalid, .supreme-element .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .supreme-element .form-select:invalid:not([multiple]):not([size]), .was-validated .supreme-element .form-select:invalid:not([multiple])[size="1"], .supreme-element .form-select.is-invalid:not([multiple]):not([size]), .supreme-element .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .supreme-element .form-select:invalid:focus, .supreme-element .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .supreme-element .form-control-color:invalid, .supreme-element .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .supreme-element .form-check-input:invalid, .supreme-element .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .supreme-element .form-check-input:invalid:checked, .supreme-element .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .supreme-element .form-check-input:invalid:focus, .supreme-element .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .supreme-element .form-check-input:invalid ~ .form-check-label, .supreme-element .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.supreme-element .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .supreme-element .input-group > .form-control:not(:focus):invalid, .supreme-element .input-group > .form-control:not(:focus).is-invalid,
.was-validated .supreme-element .input-group > .form-select:not(:focus):invalid,
.supreme-element .input-group > .form-select:not(:focus).is-invalid,
.was-validated .supreme-element .input-group > .form-floating:not(:focus-within):invalid,
.supreme-element .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.supreme-element .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .btn {
    transition: none;
  }
}
.supreme-element .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .supreme-element .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.supreme-element .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .supreme-element .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .supreme-element .btn, :not(.btn-check) + .supreme-element .btn:active, .supreme-element .btn:first-child:active, .supreme-element .btn.active, .supreme-element .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .supreme-element .btn:focus-visible, :not(.btn-check) + .supreme-element .btn:active:focus-visible, .supreme-element .btn:first-child:active:focus-visible, .supreme-element .btn.active:focus-visible, .supreme-element .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .supreme-element .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.supreme-element .btn:disabled, .supreme-element .btn.disabled, fieldset:disabled .supreme-element .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.supreme-element .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.supreme-element .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.supreme-element .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.supreme-element .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.supreme-element .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.supreme-element .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.supreme-element .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.supreme-element .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.supreme-element .btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.supreme-element .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.supreme-element .btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.supreme-element .btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.supreme-element .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.supreme-element .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.supreme-element .btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.supreme-element .btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.supreme-element .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.supreme-element .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.supreme-element .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.supreme-element .btn-lg, .supreme-element .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.supreme-element .btn-sm, .supreme-element .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.supreme-element .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .fade {
    transition: none;
  }
}
.supreme-element .fade:not(.show) {
  opacity: 0;
}
.supreme-element .collapse:not(.show) {
  display: none;
}
.supreme-element .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .collapsing {
    transition: none;
  }
}
.supreme-element .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .collapsing.collapse-horizontal {
    transition: none;
  }
}
.supreme-element .dropup,
.supreme-element .dropend,
.supreme-element .dropdown,
.supreme-element .dropstart,
.supreme-element .dropup-center,
.supreme-element .dropdown-center {
  position: relative;
}
.supreme-element .dropdown-toggle {
  white-space: nowrap;
}
.supreme-element .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.supreme-element .dropdown-toggle:empty::after {
  margin-left: 0;
}
.supreme-element .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.supreme-element .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.supreme-element .dropdown-menu-start {
  --bs-position: start;
}
.supreme-element .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.supreme-element .dropdown-menu-end {
  --bs-position: end;
}
.supreme-element .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .supreme-element .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .supreme-element .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .supreme-element .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .supreme-element .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .supreme-element .dropdown-menu-md-start {
    --bs-position: start;
  }
  .supreme-element .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .supreme-element .dropdown-menu-md-end {
    --bs-position: end;
  }
  .supreme-element .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .supreme-element .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .supreme-element .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .supreme-element .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .supreme-element .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .supreme-element .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .supreme-element .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .supreme-element .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .supreme-element .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .supreme-element .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .supreme-element .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .supreme-element .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .supreme-element .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.supreme-element .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.supreme-element .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.supreme-element .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.supreme-element .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.supreme-element .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.supreme-element .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.supreme-element .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.supreme-element .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.supreme-element .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.supreme-element .dropstart .dropdown-toggle::after {
  display: none;
}
.supreme-element .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.supreme-element .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.supreme-element .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.supreme-element .dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.supreme-element .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.supreme-element .dropdown-item:hover, .supreme-element .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.supreme-element .dropdown-item.active, .supreme-element .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.supreme-element .dropdown-item.disabled, .supreme-element .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.supreme-element .dropdown-menu.show {
  display: block;
}
.supreme-element .dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.supreme-element .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.supreme-element .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.supreme-element .btn-group,
.supreme-element .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.supreme-element .btn-group > .btn,
.supreme-element .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.supreme-element .btn-group > .btn-check:checked + .btn,
.supreme-element .btn-group > .btn-check:focus + .btn,
.supreme-element .btn-group > .btn:hover,
.supreme-element .btn-group > .btn:focus,
.supreme-element .btn-group > .btn:active,
.supreme-element .btn-group > .btn.active,
.supreme-element .btn-group-vertical > .btn-check:checked + .btn,
.supreme-element .btn-group-vertical > .btn-check:focus + .btn,
.supreme-element .btn-group-vertical > .btn:hover,
.supreme-element .btn-group-vertical > .btn:focus,
.supreme-element .btn-group-vertical > .btn:active,
.supreme-element .btn-group-vertical > .btn.active {
  z-index: 1;
}
.supreme-element .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.supreme-element .btn-toolbar .input-group {
  width: auto;
}
.supreme-element .btn-group {
  border-radius: var(--bs-border-radius);
}
.supreme-element .btn-group > :not(.btn-check:first-child) + .btn,
.supreme-element .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.supreme-element .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.supreme-element .btn-group > .btn.dropdown-toggle-split:first-child,
.supreme-element .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.supreme-element .btn-group > .btn:nth-child(n+3),
.supreme-element .btn-group > :not(.btn-check) + .btn,
.supreme-element .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.supreme-element .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.supreme-element .dropdown-toggle-split::after, .dropup .supreme-element .dropdown-toggle-split::after, .dropend .supreme-element .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .supreme-element .dropdown-toggle-split::before {
  margin-right: 0;
}
.supreme-element .btn-sm + .dropdown-toggle-split, .supreme-element .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.supreme-element .btn-lg + .dropdown-toggle-split, .supreme-element .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.supreme-element .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.supreme-element .btn-group-vertical > .btn,
.supreme-element .btn-group-vertical > .btn-group {
  width: 100%;
}
.supreme-element .btn-group-vertical > .btn:not(:first-child),
.supreme-element .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.supreme-element .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.supreme-element .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.supreme-element .btn-group-vertical > .btn ~ .btn,
.supreme-element .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.supreme-element .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.supreme-element .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .nav-link {
    transition: none;
  }
}
.supreme-element .nav-link:hover, .supreme-element .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.supreme-element .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.supreme-element .nav-link.disabled, .supreme-element .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.supreme-element .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.supreme-element .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.supreme-element .nav-tabs .nav-link:hover, .supreme-element .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.supreme-element .nav-tabs .nav-link.active,
.supreme-element .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.supreme-element .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.supreme-element .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.supreme-element .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.supreme-element .nav-pills .nav-link.active,
.supreme-element .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.supreme-element .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.supreme-element .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.supreme-element .nav-underline .nav-link:hover, .supreme-element .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.supreme-element .nav-underline .nav-link.active,
.supreme-element .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.supreme-element .nav-fill > .nav-link,
.supreme-element .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.supreme-element .nav-justified > .nav-link,
.supreme-element .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.supreme-element .nav-fill .nav-item .nav-link,
.supreme-element .nav-justified .nav-item .nav-link {
  width: 100%;
}
.supreme-element .tab-content > .tab-pane {
  display: none;
}
.supreme-element .tab-content > .active {
  display: block;
}
.supreme-element .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.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --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: 1.25rem;
  --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);
}
.supreme-element .navbar > .container,
.supreme-element .navbar > .container-fluid,
.supreme-element .navbar > .container-sm,
.supreme-element .navbar > .container-md,
.supreme-element .navbar > .container-lg,
.supreme-element .navbar > .container-xl,
.supreme-element .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.supreme-element .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;
}
.supreme-element .navbar-brand:hover, .supreme-element .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.supreme-element .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;
}
.supreme-element .navbar-nav .nav-link.active, .supreme-element .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.supreme-element .navbar-nav .dropdown-menu {
  position: static;
}
.supreme-element .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.supreme-element .navbar-text a,
.supreme-element .navbar-text a:hover,
.supreme-element .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.supreme-element .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.supreme-element .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) {
  .supreme-element .navbar-toggler {
    transition: none;
  }
}
.supreme-element .navbar-toggler:hover {
  text-decoration: none;
}
.supreme-element .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.supreme-element .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%;
}
.supreme-element .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .supreme-element .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .supreme-element .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .supreme-element .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .supreme-element .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);
  }
  .supreme-element .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .supreme-element .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .supreme-element .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .supreme-element .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;
  }
  .supreme-element .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .supreme-element .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .supreme-element .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .supreme-element .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .supreme-element .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .supreme-element .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);
  }
  .supreme-element .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .supreme-element .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .supreme-element .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .supreme-element .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;
  }
  .supreme-element .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .supreme-element .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .supreme-element .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .supreme-element .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .supreme-element .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .supreme-element .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);
  }
  .supreme-element .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .supreme-element .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .supreme-element .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .supreme-element .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;
  }
  .supreme-element .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .supreme-element .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .supreme-element .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .supreme-element .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .supreme-element .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .supreme-element .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);
  }
  .supreme-element .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .supreme-element .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .supreme-element .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .supreme-element .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;
  }
  .supreme-element .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .supreme-element .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .supreme-element .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .supreme-element .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .supreme-element .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .supreme-element .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);
  }
  .supreme-element .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .supreme-element .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .supreme-element .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .supreme-element .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;
  }
  .supreme-element .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .supreme-element .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.supreme-element .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.supreme-element .navbar-expand .navbar-nav {
  flex-direction: row;
}
.supreme-element .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.supreme-element .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.supreme-element .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.supreme-element .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.supreme-element .navbar-expand .navbar-toggler {
  display: none;
}
.supreme-element .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;
}
.supreme-element .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.supreme-element .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.supreme-element .navbar-dark,
.supreme-element .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");
}
.supreme-element [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");
}
.supreme-element .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.supreme-element .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.supreme-element .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.supreme-element .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.supreme-element .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.supreme-element .card > .card-header + .list-group,
.supreme-element .card > .list-group + .card-footer {
  border-top: 0;
}
.supreme-element .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.supreme-element .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.supreme-element .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.supreme-element .card-text:last-child {
  margin-bottom: 0;
}
.supreme-element .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.supreme-element .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.supreme-element .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.supreme-element .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.supreme-element .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.supreme-element .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.supreme-element .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.supreme-element .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.supreme-element .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.supreme-element .card-img,
.supreme-element .card-img-top,
.supreme-element .card-img-bottom {
  width: 100%;
}
.supreme-element .card-img,
.supreme-element .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.supreme-element .card-img,
.supreme-element .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.supreme-element .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .supreme-element .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .supreme-element .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .supreme-element .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .supreme-element .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .supreme-element .card-group > .card:not(:last-child) .card-img-top,
  .supreme-element .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .supreme-element .card-group > .card:not(:last-child) .card-img-bottom,
  .supreme-element .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .supreme-element .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .supreme-element .card-group > .card:not(:first-child) .card-img-top,
  .supreme-element .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .supreme-element .card-group > .card:not(:first-child) .card-img-bottom,
  .supreme-element .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.supreme-element .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 5L8 11L14 5'/%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='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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);
}
.supreme-element .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) {
  .supreme-element .accordion-button {
    transition: none;
  }
}
.supreme-element .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);
}
.supreme-element .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.supreme-element .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) {
  .supreme-element .accordion-button::after {
    transition: none;
  }
}
.supreme-element .accordion-button:hover {
  z-index: 2;
}
.supreme-element .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.supreme-element .accordion-header {
  margin-bottom: 0;
}
.supreme-element .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);
}
.supreme-element .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.supreme-element .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);
}
.supreme-element .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.supreme-element .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.supreme-element .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);
}
.supreme-element .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);
}
.supreme-element .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.supreme-element .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.supreme-element .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.supreme-element .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.supreme-element .accordion-flush > .accordion-item > .accordion-header .accordion-button, .supreme-element .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.supreme-element .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
.supreme-element [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='rgb%28109.8, 168, 253.8%29'%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-.708z'/%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='rgb%28109.8, 168, 253.8%29'%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-.708z'/%3e%3c/svg%3e");
}
.supreme-element .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.supreme-element .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.supreme-element .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.supreme-element .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.supreme-element .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.supreme-element .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .page-link {
    transition: none;
  }
}
.supreme-element .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.supreme-element .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.supreme-element .page-link.active, .active > .supreme-element .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.supreme-element .page-link.disabled, .disabled > .supreme-element .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.supreme-element .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.supreme-element .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.supreme-element .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.supreme-element .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.supreme-element .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.supreme-element .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.supreme-element .badge:empty {
  display: none;
}
.supreme-element .btn .badge {
  position: relative;
  top: -1px;
}
.supreme-element .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.supreme-element .alert-heading {
  color: inherit;
}
.supreme-element .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.supreme-element .alert-dismissible {
  padding-right: 3rem;
}
.supreme-element .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.supreme-element .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.supreme-element .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.supreme-element .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.supreme-element .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.supreme-element .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.supreme-element .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.supreme-element .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.supreme-element .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.supreme-element .progress,
.supreme-element .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.supreme-element .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .progress-bar {
    transition: none;
  }
}
.supreme-element .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.supreme-element .progress-stacked > .progress {
  overflow: visible;
}
.supreme-element .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.supreme-element .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .progress-bar-animated {
    animation: none;
  }
}
.supreme-element .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.supreme-element .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.supreme-element .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.supreme-element .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.supreme-element .list-group-item-action:hover, .supreme-element .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.supreme-element .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.supreme-element .list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.supreme-element .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.supreme-element .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.supreme-element .list-group-item.disabled, .supreme-element .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.supreme-element .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.supreme-element .list-group-item + .list-group-item {
  border-top-width: 0;
}
.supreme-element .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.supreme-element .list-group-horizontal {
  flex-direction: row;
}
.supreme-element .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.supreme-element .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.supreme-element .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.supreme-element .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.supreme-element .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .supreme-element .list-group-horizontal-sm {
    flex-direction: row;
  }
  .supreme-element .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .supreme-element .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .supreme-element .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .supreme-element .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .supreme-element .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .supreme-element .list-group-horizontal-md {
    flex-direction: row;
  }
  .supreme-element .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .supreme-element .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .supreme-element .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .supreme-element .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .supreme-element .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .supreme-element .list-group-horizontal-lg {
    flex-direction: row;
  }
  .supreme-element .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .supreme-element .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .supreme-element .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .supreme-element .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .supreme-element .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .supreme-element .list-group-horizontal-xl {
    flex-direction: row;
  }
  .supreme-element .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .supreme-element .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .supreme-element .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .supreme-element .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .supreme-element .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .supreme-element .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .supreme-element .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .supreme-element .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .supreme-element .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .supreme-element .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .supreme-element .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.supreme-element .list-group-flush {
  border-radius: 0;
}
.supreme-element .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.supreme-element .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.supreme-element .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.supreme-element .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.supreme-element .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.supreme-element .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.supreme-element .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.supreme-element .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.supreme-element .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.supreme-element .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.supreme-element .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.supreme-element .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.supreme-element .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.supreme-element .btn-close:disabled, .supreme-element .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.supreme-element .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
.supreme-element [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.supreme-element .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.supreme-element .toast.showing {
  opacity: 0;
}
.supreme-element .toast:not(.show) {
  display: none;
}
.supreme-element .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.supreme-element .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.supreme-element .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.supreme-element .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.supreme-element .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.supreme-element .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.supreme-element .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .supreme-element .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .supreme-element .modal-dialog {
    transition: none;
  }
}
.modal.show .supreme-element .modal-dialog {
  transform: none;
}
.modal.modal-static .supreme-element .modal-dialog {
  transform: scale(1.02);
}
.supreme-element .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.supreme-element .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.supreme-element .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.supreme-element .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.supreme-element .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.supreme-element .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.supreme-element .modal-backdrop.fade {
  opacity: 0;
}
.supreme-element .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.supreme-element .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.supreme-element .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.supreme-element .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.supreme-element .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.supreme-element .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.supreme-element .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .supreme-element .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .supreme-element .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .supreme-element .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .supreme-element .modal-lg,
  .supreme-element .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .supreme-element .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.supreme-element .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.supreme-element .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.supreme-element .modal-fullscreen .modal-header,
.supreme-element .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.supreme-element .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .supreme-element .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .supreme-element .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-sm-down .modal-header,
  .supreme-element .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .supreme-element .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .supreme-element .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-md-down .modal-header,
  .supreme-element .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .supreme-element .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .supreme-element .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-lg-down .modal-header,
  .supreme-element .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .supreme-element .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .supreme-element .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-xl-down .modal-header,
  .supreme-element .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .supreme-element .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .supreme-element .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-xxl-down .modal-header,
  .supreme-element .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .supreme-element .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.supreme-element .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.supreme-element .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.supreme-element .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.supreme-element .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.supreme-element .bs-tooltip-top .tooltip-arrow, .supreme-element .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.supreme-element .bs-tooltip-top .tooltip-arrow::before, .supreme-element .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.supreme-element .bs-tooltip-end .tooltip-arrow, .supreme-element .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.supreme-element .bs-tooltip-end .tooltip-arrow::before, .supreme-element .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.supreme-element .bs-tooltip-bottom .tooltip-arrow, .supreme-element .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.supreme-element .bs-tooltip-bottom .tooltip-arrow::before, .supreme-element .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.supreme-element .bs-tooltip-start .tooltip-arrow, .supreme-element .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.supreme-element .bs-tooltip-start .tooltip-arrow::before, .supreme-element .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.supreme-element .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.supreme-element .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.supreme-element .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.supreme-element .popover .popover-arrow::before, .supreme-element .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.supreme-element .bs-popover-top > .popover-arrow, .supreme-element .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.supreme-element .bs-popover-top > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .supreme-element .bs-popover-top > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.supreme-element .bs-popover-top > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.supreme-element .bs-popover-top > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.supreme-element .bs-popover-end > .popover-arrow, .supreme-element .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.supreme-element .bs-popover-end > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .supreme-element .bs-popover-end > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.supreme-element .bs-popover-end > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.supreme-element .bs-popover-end > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.supreme-element .bs-popover-bottom > .popover-arrow, .supreme-element .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.supreme-element .bs-popover-bottom > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .supreme-element .bs-popover-bottom > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.supreme-element .bs-popover-bottom > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.supreme-element .bs-popover-bottom > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.supreme-element .bs-popover-bottom .popover-header::before, .supreme-element .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.supreme-element .bs-popover-start > .popover-arrow, .supreme-element .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.supreme-element .bs-popover-start > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .supreme-element .bs-popover-start > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.supreme-element .bs-popover-start > .popover-arrow::before, .supreme-element .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.supreme-element .bs-popover-start > .popover-arrow::after, .supreme-element .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.supreme-element .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.supreme-element .popover-header:empty {
  display: none;
}
.supreme-element .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.supreme-element .carousel {
  position: relative;
}
.supreme-element .carousel.pointer-event {
  touch-action: pan-y;
}
.supreme-element .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.supreme-element .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.supreme-element .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) {
  .supreme-element .carousel-item {
    transition: none;
  }
}
.supreme-element .carousel-item.active,
.supreme-element .carousel-item-next,
.supreme-element .carousel-item-prev {
  display: block;
}
.supreme-element .carousel-item-next:not(.carousel-item-start),
.supreme-element .active.carousel-item-end {
  transform: translateX(100%);
}
.supreme-element .carousel-item-prev:not(.carousel-item-end),
.supreme-element .active.carousel-item-start {
  transform: translateX(-100%);
}
.supreme-element .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.supreme-element .carousel-fade .carousel-item.active,
.supreme-element .carousel-fade .carousel-item-next.carousel-item-start,
.supreme-element .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.supreme-element .carousel-fade .active.carousel-item-start,
.supreme-element .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .carousel-fade .active.carousel-item-start,
  .supreme-element .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.supreme-element .carousel-control-prev,
.supreme-element .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;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .carousel-control-prev,
  .supreme-element .carousel-control-next {
    transition: none;
  }
}
.supreme-element .carousel-control-prev:hover, .supreme-element .carousel-control-prev:focus,
.supreme-element .carousel-control-next:hover,
.supreme-element .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.supreme-element .carousel-control-prev {
  left: 0;
}
.supreme-element .carousel-control-next {
  right: 0;
}
.supreme-element .carousel-control-prev-icon,
.supreme-element .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.supreme-element .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 0z'/%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-.708z'/%3e%3c/svg%3e")*/;
}
.supreme-element .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-.708z'/%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 0z'/%3e%3c/svg%3e")*/;
}
.supreme-element .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%;
}
.supreme-element .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.supreme-element .carousel-indicators .active {
  opacity: 1;
}
.supreme-element .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.supreme-element .carousel-dark .carousel-control-prev-icon,
.supreme-element .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.supreme-element .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.supreme-element .carousel-dark .carousel-caption {
  color: #000;
}
.supreme-element [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
.supreme-element [data-bs-theme=dark] .carousel .carousel-control-next-icon, .supreme-element [data-bs-theme=dark].carousel .carousel-control-prev-icon,
.supreme-element [data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.supreme-element [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], .supreme-element [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.supreme-element [data-bs-theme=dark] .carousel .carousel-caption, .supreme-element [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.supreme-element .spinner-grow,
.supreme-element .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.supreme-element .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.supreme-element .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.supreme-element .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.supreme-element .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .spinner-border,
  .supreme-element .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.supreme-element .offcanvas, .supreme-element .offcanvas-xxl, .supreme-element .offcanvas-xl, .supreme-element .offcanvas-lg, .supreme-element .offcanvas-md, .supreme-element .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .supreme-element .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .supreme-element .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .supreme-element .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .supreme-element .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .supreme-element .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .supreme-element .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .supreme-element .offcanvas-sm.showing, .supreme-element .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .supreme-element .offcanvas-sm.showing, .supreme-element .offcanvas-sm.hiding, .supreme-element .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .supreme-element .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .supreme-element .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .supreme-element .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .supreme-element .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .supreme-element .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .supreme-element .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .supreme-element .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .supreme-element .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .supreme-element .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .supreme-element .offcanvas-md.showing, .supreme-element .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .supreme-element .offcanvas-md.showing, .supreme-element .offcanvas-md.hiding, .supreme-element .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .supreme-element .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .supreme-element .offcanvas-md .offcanvas-header {
    display: none;
  }
  .supreme-element .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .supreme-element .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .supreme-element .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .supreme-element .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .supreme-element .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .supreme-element .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .supreme-element .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .supreme-element .offcanvas-lg.showing, .supreme-element .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .supreme-element .offcanvas-lg.showing, .supreme-element .offcanvas-lg.hiding, .supreme-element .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .supreme-element .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .supreme-element .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .supreme-element .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .supreme-element .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .supreme-element .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .supreme-element .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .supreme-element .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .supreme-element .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .supreme-element .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .supreme-element .offcanvas-xl.showing, .supreme-element .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .supreme-element .offcanvas-xl.showing, .supreme-element .offcanvas-xl.hiding, .supreme-element .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .supreme-element .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .supreme-element .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .supreme-element .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .supreme-element .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .supreme-element .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .supreme-element .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .supreme-element .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .supreme-element .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .supreme-element .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .supreme-element .offcanvas-xxl.showing, .supreme-element .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .supreme-element .offcanvas-xxl.showing, .supreme-element .offcanvas-xxl.hiding, .supreme-element .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .supreme-element .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .supreme-element .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .supreme-element .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.supreme-element .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .offcanvas {
    transition: none;
  }
}
.supreme-element .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.supreme-element .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.supreme-element .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.supreme-element .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.supreme-element .offcanvas.showing, .supreme-element .offcanvas.show:not(.hiding) {
  transform: none;
}
.supreme-element .offcanvas.showing, .supreme-element .offcanvas.hiding, .supreme-element .offcanvas.show {
  visibility: visible;
}
.supreme-element .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.supreme-element .offcanvas-backdrop.fade {
  opacity: 0;
}
.supreme-element .offcanvas-backdrop.show {
  opacity: 0.5;
}
.supreme-element .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.supreme-element .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.supreme-element .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.supreme-element .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.supreme-element .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.supreme-element .placeholder.btn::before {
  display: inline-block;
  content: "";
}
.supreme-element .placeholder-xs {
  min-height: 0.6em;
}
.supreme-element .placeholder-sm {
  min-height: 0.8em;
}
.supreme-element .placeholder-lg {
  min-height: 1.2em;
}
.supreme-element .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.supreme-element .placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.supreme-element .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.supreme-element .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.supreme-element .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-primary:hover, .supreme-element .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-secondary:hover, .supreme-element .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-success:hover, .supreme-element .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-info:hover, .supreme-element .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-warning:hover, .supreme-element .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-danger:hover, .supreme-element .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-light:hover, .supreme-element .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-dark:hover, .supreme-element .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-body-emphasis:hover, .supreme-element .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.supreme-element .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.supreme-element .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.supreme-element .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .supreme-element .icon-link > .bi {
    transition: none;
  }
}
.supreme-element .icon-link-hover:hover > .bi, .supreme-element .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.supreme-element .ratio {
  position: relative;
  width: 100%;
}
.supreme-element .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.supreme-element .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.supreme-element .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.supreme-element .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.supreme-element .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.supreme-element .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.supreme-element .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.supreme-element .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.supreme-element .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.supreme-element .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .supreme-element .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .supreme-element .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .supreme-element .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .supreme-element .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .supreme-element .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .supreme-element .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .supreme-element .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .supreme-element .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .supreme-element .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .supreme-element .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.supreme-element .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.supreme-element .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.supreme-element .visually-hidden,
.supreme-element .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;
}
.supreme-element .visually-hidden:not(caption),
.supreme-element .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.supreme-element .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.supreme-element .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supreme-element .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.supreme-element .align-baseline {
  vertical-align: baseline !important;
}
.supreme-element .align-top {
  vertical-align: top !important;
}
.supreme-element .align-middle {
  vertical-align: middle !important;
}
.supreme-element .align-bottom {
  vertical-align: bottom !important;
}
.supreme-element .align-text-bottom {
  vertical-align: text-bottom !important;
}
.supreme-element .align-text-top {
  vertical-align: text-top !important;
}
.supreme-element .float-start {
  float: left !important;
}
.supreme-element .float-end {
  float: right !important;
}
.supreme-element .float-none {
  float: none !important;
}
.supreme-element .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.supreme-element .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.supreme-element .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.supreme-element .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.supreme-element .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
.supreme-element .opacity-0 {
  opacity: 0 !important;
}
.supreme-element .opacity-25 {
  opacity: 0.25 !important;
}
.supreme-element .opacity-50 {
  opacity: 0.5 !important;
}
.supreme-element .opacity-75 {
  opacity: 0.75 !important;
}
.supreme-element .opacity-100 {
  opacity: 1 !important;
}
.supreme-element .overflow-auto {
  overflow: auto !important;
}
.supreme-element .overflow-hidden {
  overflow: hidden !important;
}
.supreme-element .overflow-visible {
  overflow: visible !important;
}
.supreme-element .overflow-scroll {
  overflow: scroll !important;
}
.supreme-element .overflow-x-auto {
  overflow-x: auto !important;
}
.supreme-element .overflow-x-hidden {
  overflow-x: hidden !important;
}
.supreme-element .overflow-x-visible {
  overflow-x: visible !important;
}
.supreme-element .overflow-x-scroll {
  overflow-x: scroll !important;
}
.supreme-element .overflow-y-auto {
  overflow-y: auto !important;
}
.supreme-element .overflow-y-hidden {
  overflow-y: hidden !important;
}
.supreme-element .overflow-y-visible {
  overflow-y: visible !important;
}
.supreme-element .overflow-y-scroll {
  overflow-y: scroll !important;
}
.supreme-element .d-inline {
  display: inline !important;
}
.supreme-element .d-inline-block {
  display: inline-block !important;
}
.supreme-element .d-block {
  display: block !important;
}
.supreme-element .d-grid {
  display: grid !important;
}
.supreme-element .d-inline-grid {
  display: inline-grid !important;
}
.supreme-element .d-table {
  display: table !important;
}
.supreme-element .d-table-row {
  display: table-row !important;
}
.supreme-element .d-table-cell {
  display: table-cell !important;
}
.supreme-element .d-flex {
  display: flex !important;
}
.supreme-element .d-inline-flex {
  display: inline-flex !important;
}
.supreme-element .d-none {
  display: none !important;
}
.supreme-element .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.supreme-element .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.supreme-element .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.supreme-element .shadow-none {
  box-shadow: none !important;
}
.supreme-element .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.supreme-element .position-static {
  position: static !important;
}
.supreme-element .position-relative {
  position: relative !important;
}
.supreme-element .position-absolute {
  position: absolute !important;
}
.supreme-element .position-fixed {
  position: fixed !important;
}
.supreme-element .position-sticky {
  position: sticky !important;
}
.supreme-element .top-0 {
  top: 0 !important;
}
.supreme-element .top-50 {
  top: 50% !important;
}
.supreme-element .top-100 {
  top: 100% !important;
}
.supreme-element .bottom-0 {
  bottom: 0 !important;
}
.supreme-element .bottom-50 {
  bottom: 50% !important;
}
.supreme-element .bottom-100 {
  bottom: 100% !important;
}
.supreme-element .start-0 {
  left: 0 !important;
}
.supreme-element .start-50 {
  left: 50% !important;
}
.supreme-element .start-100 {
  left: 100% !important;
}
.supreme-element .end-0 {
  right: 0 !important;
}
.supreme-element .end-50 {
  right: 50% !important;
}
.supreme-element .end-100 {
  right: 100% !important;
}
.supreme-element .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.supreme-element .translate-middle-x {
  transform: translateX(-50%) !important;
}
.supreme-element .translate-middle-y {
  transform: translateY(-50%) !important;
}
.supreme-element .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.supreme-element .border-0 {
  border: 0 !important;
}
.supreme-element .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.supreme-element .border-top-0 {
  border-top: 0 !important;
}
.supreme-element .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.supreme-element .border-end-0 {
  border-right: 0 !important;
}
.supreme-element .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.supreme-element .border-bottom-0 {
  border-bottom: 0 !important;
}
.supreme-element .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.supreme-element .border-start-0 {
  border-left: 0 !important;
}
.supreme-element .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.supreme-element .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.supreme-element .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.supreme-element .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.supreme-element .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.supreme-element .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.supreme-element .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.supreme-element .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.supreme-element .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.supreme-element .border-1 {
  border-width: 1px !important;
}
.supreme-element .border-2 {
  border-width: 2px !important;
}
.supreme-element .border-3 {
  border-width: 3px !important;
}
.supreme-element .border-4 {
  border-width: 4px !important;
}
.supreme-element .border-5 {
  border-width: 5px !important;
}
.supreme-element .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.supreme-element .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.supreme-element .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.supreme-element .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.supreme-element .border-opacity-100 {
  --bs-border-opacity: 1;
}
.supreme-element .w-25 {
  width: 25% !important;
}
.supreme-element .w-50 {
  width: 50% !important;
}
.supreme-element .w-75 {
  width: 75% !important;
}
.supreme-element .w-100 {
  width: 100% !important;
}
.supreme-element .w-auto {
  width: auto !important;
}
.supreme-element .mw-100 {
  max-width: 100% !important;
}
.supreme-element .vw-100 {
  width: 100vw !important;
}
.supreme-element .min-vw-100 {
  min-width: 100vw !important;
}
.supreme-element .h-25 {
  height: 25% !important;
}
.supreme-element .h-50 {
  height: 50% !important;
}
.supreme-element .h-75 {
  height: 75% !important;
}
.supreme-element .h-100 {
  height: 100% !important;
}
.supreme-element .h-auto {
  height: auto !important;
}
.supreme-element .mh-100 {
  max-height: 100% !important;
}
.supreme-element .vh-100 {
  height: 100vh !important;
}
.supreme-element .min-vh-100 {
  min-height: 100vh !important;
}
.supreme-element .flex-fill {
  flex: 1 1 auto !important;
}
.supreme-element .flex-row {
  flex-direction: row !important;
}
.supreme-element .flex-column {
  flex-direction: column !important;
}
.supreme-element .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.supreme-element .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.supreme-element .flex-grow-0 {
  flex-grow: 0 !important;
}
.supreme-element .flex-grow-1 {
  flex-grow: 1 !important;
}
.supreme-element .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.supreme-element .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.supreme-element .flex-wrap {
  flex-wrap: wrap !important;
}
.supreme-element .flex-nowrap {
  flex-wrap: nowrap !important;
}
.supreme-element .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.supreme-element .justify-content-start {
  justify-content: flex-start !important;
}
.supreme-element .justify-content-end {
  justify-content: flex-end !important;
}
.supreme-element .justify-content-center {
  justify-content: center !important;
}
.supreme-element .justify-content-between {
  justify-content: space-between !important;
}
.supreme-element .justify-content-around {
  justify-content: space-around !important;
}
.supreme-element .justify-content-evenly {
  justify-content: space-evenly !important;
}
.supreme-element .align-items-start {
  align-items: flex-start !important;
}
.supreme-element .align-items-end {
  align-items: flex-end !important;
}
.supreme-element .align-items-center {
  align-items: center !important;
}
.supreme-element .align-items-baseline {
  align-items: baseline !important;
}
.supreme-element .align-items-stretch {
  align-items: stretch !important;
}
.supreme-element .align-content-start {
  align-content: flex-start !important;
}
.supreme-element .align-content-end {
  align-content: flex-end !important;
}
.supreme-element .align-content-center {
  align-content: center !important;
}
.supreme-element .align-content-between {
  align-content: space-between !important;
}
.supreme-element .align-content-around {
  align-content: space-around !important;
}
.supreme-element .align-content-stretch {
  align-content: stretch !important;
}
.supreme-element .align-self-auto {
  align-self: auto !important;
}
.supreme-element .align-self-start {
  align-self: flex-start !important;
}
.supreme-element .align-self-end {
  align-self: flex-end !important;
}
.supreme-element .align-self-center {
  align-self: center !important;
}
.supreme-element .align-self-baseline {
  align-self: baseline !important;
}
.supreme-element .align-self-stretch {
  align-self: stretch !important;
}
.supreme-element .order-first {
  order: -1 !important;
}
.supreme-element .order-0 {
  order: 0 !important;
}
.supreme-element .order-1 {
  order: 1 !important;
}
.supreme-element .order-2 {
  order: 2 !important;
}
.supreme-element .order-3 {
  order: 3 !important;
}
.supreme-element .order-4 {
  order: 4 !important;
}
.supreme-element .order-5 {
  order: 5 !important;
}
.supreme-element .order-last {
  order: 6 !important;
}
.supreme-element .m-0 {
  margin: 0 !important;
}
.supreme-element .m-1 {
  margin: 0.25rem !important;
}
.supreme-element .m-2 {
  margin: 0.5rem !important;
}
.supreme-element .m-3 {
  margin: 1rem !important;
}
.supreme-element .m-4 {
  margin: 1.5rem !important;
}
.supreme-element .m-5 {
  margin: 3rem !important;
}
.supreme-element .m-auto {
  margin: auto !important;
}
.supreme-element .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.supreme-element .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.supreme-element .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.supreme-element .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.supreme-element .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.supreme-element .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.supreme-element .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.supreme-element .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.supreme-element .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.supreme-element .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.supreme-element .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.supreme-element .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.supreme-element .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.supreme-element .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.supreme-element .mt-0 {
  margin-top: 0 !important;
}
.supreme-element .mt-1 {
  margin-top: 0.25rem !important;
}
.supreme-element .mt-2 {
  margin-top: 0.5rem !important;
}
.supreme-element .mt-3 {
  margin-top: 1rem !important;
}
.supreme-element .mt-4 {
  margin-top: 1.5rem !important;
}
.supreme-element .mt-5 {
  margin-top: 3rem !important;
}
.supreme-element .mt-auto {
  margin-top: auto !important;
}
.supreme-element .me-0 {
  margin-right: 0 !important;
}
.supreme-element .me-1 {
  margin-right: 0.25rem !important;
}
.supreme-element .me-2 {
  margin-right: 0.5rem !important;
}
.supreme-element .me-3 {
  margin-right: 1rem !important;
}
.supreme-element .me-4 {
  margin-right: 1.5rem !important;
}
.supreme-element .me-5 {
  margin-right: 3rem !important;
}
.supreme-element .me-auto {
  margin-right: auto !important;
}
.supreme-element .mb-0 {
  margin-bottom: 0 !important;
}
.supreme-element .mb-1 {
  margin-bottom: 0.25rem !important;
}
.supreme-element .mb-2 {
  margin-bottom: 0.5rem !important;
}
.supreme-element .mb-3 {
  margin-bottom: 1rem !important;
}
.supreme-element .mb-4 {
  margin-bottom: 1.5rem !important;
}
.supreme-element .mb-5 {
  margin-bottom: 3rem !important;
}
.supreme-element .mb-auto {
  margin-bottom: auto !important;
}
.supreme-element .ms-0 {
  margin-left: 0 !important;
}
.supreme-element .ms-1 {
  margin-left: 0.25rem !important;
}
.supreme-element .ms-2 {
  margin-left: 0.5rem !important;
}
.supreme-element .ms-3 {
  margin-left: 1rem !important;
}
.supreme-element .ms-4 {
  margin-left: 1.5rem !important;
}
.supreme-element .ms-5 {
  margin-left: 3rem !important;
}
.supreme-element .ms-auto {
  margin-left: auto !important;
}
.supreme-element .p-0 {
  padding: 0 !important;
}
.supreme-element .p-1 {
  padding: 0.25rem !important;
}
.supreme-element .p-2 {
  padding: 0.5rem !important;
}
.supreme-element .p-3 {
  padding: 1rem !important;
}
.supreme-element .p-4 {
  padding: 1.5rem !important;
}
.supreme-element .p-5 {
  padding: 3rem !important;
}
.supreme-element .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.supreme-element .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.supreme-element .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.supreme-element .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.supreme-element .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.supreme-element .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.supreme-element .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.supreme-element .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.supreme-element .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.supreme-element .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.supreme-element .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.supreme-element .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.supreme-element .pt-0 {
  padding-top: 0 !important;
}
.supreme-element .pt-1 {
  padding-top: 0.25rem !important;
}
.supreme-element .pt-2 {
  padding-top: 0.5rem !important;
}
.supreme-element .pt-3 {
  padding-top: 1rem !important;
}
.supreme-element .pt-4 {
  padding-top: 1.5rem !important;
}
.supreme-element .pt-5 {
  padding-top: 3rem !important;
}
.supreme-element .pe-0 {
  padding-right: 0 !important;
}
.supreme-element .pe-1 {
  padding-right: 0.25rem !important;
}
.supreme-element .pe-2 {
  padding-right: 0.5rem !important;
}
.supreme-element .pe-3 {
  padding-right: 1rem !important;
}
.supreme-element .pe-4 {
  padding-right: 1.5rem !important;
}
.supreme-element .pe-5 {
  padding-right: 3rem !important;
}
.supreme-element .pb-0 {
  padding-bottom: 0 !important;
}
.supreme-element .pb-1 {
  padding-bottom: 0.25rem !important;
}
.supreme-element .pb-2 {
  padding-bottom: 0.5rem !important;
}
.supreme-element .pb-3 {
  padding-bottom: 1rem !important;
}
.supreme-element .pb-4 {
  padding-bottom: 1.5rem !important;
}
.supreme-element .pb-5 {
  padding-bottom: 3rem !important;
}
.supreme-element .ps-0 {
  padding-left: 0 !important;
}
.supreme-element .ps-1 {
  padding-left: 0.25rem !important;
}
.supreme-element .ps-2 {
  padding-left: 0.5rem !important;
}
.supreme-element .ps-3 {
  padding-left: 1rem !important;
}
.supreme-element .ps-4 {
  padding-left: 1.5rem !important;
}
.supreme-element .ps-5 {
  padding-left: 3rem !important;
}
.supreme-element .gap-0 {
  gap: 0 !important;
}
.supreme-element .gap-1 {
  gap: 0.25rem !important;
}
.supreme-element .gap-2 {
  gap: 0.5rem !important;
}
.supreme-element .gap-3 {
  gap: 1rem !important;
}
.supreme-element .gap-4 {
  gap: 1.5rem !important;
}
.supreme-element .gap-5 {
  gap: 3rem !important;
}
.supreme-element .row-gap-0 {
  row-gap: 0 !important;
}
.supreme-element .row-gap-1 {
  row-gap: 0.25rem !important;
}
.supreme-element .row-gap-2 {
  row-gap: 0.5rem !important;
}
.supreme-element .row-gap-3 {
  row-gap: 1rem !important;
}
.supreme-element .row-gap-4 {
  row-gap: 1.5rem !important;
}
.supreme-element .row-gap-5 {
  row-gap: 3rem !important;
}
.supreme-element .column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.supreme-element .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
.supreme-element .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
.supreme-element .column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}
.supreme-element .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
.supreme-element .column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}
.supreme-element .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.supreme-element .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.supreme-element .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.supreme-element .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.supreme-element .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.supreme-element .fs-5 {
  font-size: 1.25rem !important;
}
.supreme-element .fs-6 {
  font-size: 1rem !important;
}
.supreme-element .fst-italic {
  font-style: italic !important;
}
.supreme-element .fst-normal {
  font-style: normal !important;
}
.supreme-element .fw-lighter {
  font-weight: lighter !important;
}
.supreme-element .fw-light {
  font-weight: 300 !important;
}
.supreme-element .fw-normal {
  font-weight: 400 !important;
}
.supreme-element .fw-medium {
  font-weight: 500 !important;
}
.supreme-element .fw-semibold {
  font-weight: 600 !important;
}
.supreme-element .fw-bold {
  font-weight: 700 !important;
}
.supreme-element .fw-bolder {
  font-weight: bolder !important;
}
.supreme-element .lh-1 {
  line-height: 1 !important;
}
.supreme-element .lh-sm {
  line-height: 1.25 !important;
}
.supreme-element .lh-base {
  line-height: 1.5 !important;
}
.supreme-element .lh-lg {
  line-height: 2 !important;
}
.supreme-element .text-start {
  text-align: left !important;
}
.supreme-element .text-end {
  text-align: right !important;
}
.supreme-element .text-center {
  text-align: center !important;
}
.supreme-element .text-decoration-none {
  text-decoration: none !important;
}
.supreme-element .text-decoration-underline {
  text-decoration: underline !important;
}
.supreme-element .text-decoration-line-through {
  text-decoration: line-through !important;
}
.supreme-element .text-lowercase {
  text-transform: lowercase !important;
}
.supreme-element .text-uppercase {
  text-transform: uppercase !important;
}
.supreme-element .text-capitalize {
  text-transform: capitalize !important;
}
.supreme-element .text-wrap {
  white-space: normal !important;
}
.supreme-element .text-nowrap {
  white-space: nowrap !important;
}
.supreme-element .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.supreme-element .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.supreme-element .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.supreme-element .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.supreme-element .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.supreme-element .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.supreme-element .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.supreme-element .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.supreme-element .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.supreme-element .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.supreme-element .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.supreme-element .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.supreme-element .text-opacity-100 {
  --bs-text-opacity: 1;
}
.supreme-element .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.supreme-element .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.supreme-element .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.supreme-element .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.supreme-element .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.supreme-element .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.supreme-element .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.supreme-element .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.supreme-element .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.supreme-element .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.supreme-element .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.supreme-element .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.supreme-element .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.supreme-element .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.supreme-element .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.supreme-element .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.supreme-element .link-opacity-100 {
  --bs-link-opacity: 1;
}
.supreme-element .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.supreme-element .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.supreme-element .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.supreme-element .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.supreme-element .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.supreme-element .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.supreme-element .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.supreme-element .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.supreme-element .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.supreme-element .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.supreme-element .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.supreme-element .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.supreme-element .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.supreme-element .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.supreme-element .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.supreme-element .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.supreme-element .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.supreme-element .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.supreme-element .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.supreme-element .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.supreme-element .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.supreme-element .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.supreme-element .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.supreme-element .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.supreme-element .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.supreme-element .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.supreme-element .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.supreme-element .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.supreme-element .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.supreme-element .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.supreme-element .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.supreme-element .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.supreme-element .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.supreme-element .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.supreme-element .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.supreme-element .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.supreme-element .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.supreme-element .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.supreme-element .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.supreme-element .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.supreme-element .pe-none {
  pointer-events: none !important;
}
.supreme-element .pe-auto {
  pointer-events: auto !important;
}
.supreme-element .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-0 {
  border-radius: 0 !important;
}
.supreme-element .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.supreme-element .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.supreme-element .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.supreme-element .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.supreme-element .rounded-circle {
  border-radius: 50% !important;
}
.supreme-element .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.supreme-element .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.supreme-element .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.supreme-element .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.supreme-element .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.supreme-element .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.supreme-element .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.supreme-element .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.supreme-element .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.supreme-element .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.supreme-element .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.supreme-element .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.supreme-element .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.supreme-element .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.supreme-element .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.supreme-element .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.supreme-element .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.supreme-element .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.supreme-element .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.supreme-element .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.supreme-element .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.supreme-element .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.supreme-element .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.supreme-element .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.supreme-element .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.supreme-element .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.supreme-element .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.supreme-element .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.supreme-element .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.supreme-element .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.supreme-element .visible {
  visibility: visible !important;
}
.supreme-element .invisible {
  visibility: hidden !important;
}
.supreme-element .z-n1 {
  z-index: -1 !important;
}
.supreme-element .z-0 {
  z-index: 0 !important;
}
.supreme-element .z-1 {
  z-index: 1 !important;
}
.supreme-element .z-2 {
  z-index: 2 !important;
}
.supreme-element .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .supreme-element .float-sm-start {
    float: left !important;
  }
  .supreme-element .float-sm-end {
    float: right !important;
  }
  .supreme-element .float-sm-none {
    float: none !important;
  }
  .supreme-element .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .supreme-element .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .supreme-element .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .supreme-element .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .supreme-element .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .supreme-element .d-sm-inline {
    display: inline !important;
  }
  .supreme-element .d-sm-inline-block {
    display: inline-block !important;
  }
  .supreme-element .d-sm-block {
    display: block !important;
  }
  .supreme-element .d-sm-grid {
    display: grid !important;
  }
  .supreme-element .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .supreme-element .d-sm-table {
    display: table !important;
  }
  .supreme-element .d-sm-table-row {
    display: table-row !important;
  }
  .supreme-element .d-sm-table-cell {
    display: table-cell !important;
  }
  .supreme-element .d-sm-flex {
    display: flex !important;
  }
  .supreme-element .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .supreme-element .d-sm-none {
    display: none !important;
  }
  .supreme-element .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .supreme-element .flex-sm-row {
    flex-direction: row !important;
  }
  .supreme-element .flex-sm-column {
    flex-direction: column !important;
  }
  .supreme-element .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .supreme-element .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .supreme-element .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .supreme-element .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .supreme-element .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .supreme-element .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .supreme-element .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .supreme-element .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .supreme-element .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .supreme-element .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .supreme-element .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .supreme-element .justify-content-sm-center {
    justify-content: center !important;
  }
  .supreme-element .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .supreme-element .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .supreme-element .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .supreme-element .align-items-sm-start {
    align-items: flex-start !important;
  }
  .supreme-element .align-items-sm-end {
    align-items: flex-end !important;
  }
  .supreme-element .align-items-sm-center {
    align-items: center !important;
  }
  .supreme-element .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .supreme-element .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .supreme-element .align-content-sm-start {
    align-content: flex-start !important;
  }
  .supreme-element .align-content-sm-end {
    align-content: flex-end !important;
  }
  .supreme-element .align-content-sm-center {
    align-content: center !important;
  }
  .supreme-element .align-content-sm-between {
    align-content: space-between !important;
  }
  .supreme-element .align-content-sm-around {
    align-content: space-around !important;
  }
  .supreme-element .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .supreme-element .align-self-sm-auto {
    align-self: auto !important;
  }
  .supreme-element .align-self-sm-start {
    align-self: flex-start !important;
  }
  .supreme-element .align-self-sm-end {
    align-self: flex-end !important;
  }
  .supreme-element .align-self-sm-center {
    align-self: center !important;
  }
  .supreme-element .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .supreme-element .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .supreme-element .order-sm-first {
    order: -1 !important;
  }
  .supreme-element .order-sm-0 {
    order: 0 !important;
  }
  .supreme-element .order-sm-1 {
    order: 1 !important;
  }
  .supreme-element .order-sm-2 {
    order: 2 !important;
  }
  .supreme-element .order-sm-3 {
    order: 3 !important;
  }
  .supreme-element .order-sm-4 {
    order: 4 !important;
  }
  .supreme-element .order-sm-5 {
    order: 5 !important;
  }
  .supreme-element .order-sm-last {
    order: 6 !important;
  }
  .supreme-element .m-sm-0 {
    margin: 0 !important;
  }
  .supreme-element .m-sm-1 {
    margin: 0.25rem !important;
  }
  .supreme-element .m-sm-2 {
    margin: 0.5rem !important;
  }
  .supreme-element .m-sm-3 {
    margin: 1rem !important;
  }
  .supreme-element .m-sm-4 {
    margin: 1.5rem !important;
  }
  .supreme-element .m-sm-5 {
    margin: 3rem !important;
  }
  .supreme-element .m-sm-auto {
    margin: auto !important;
  }
  .supreme-element .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .supreme-element .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .supreme-element .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .supreme-element .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .supreme-element .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .supreme-element .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .supreme-element .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .supreme-element .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .supreme-element .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .supreme-element .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .supreme-element .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .supreme-element .mt-sm-0 {
    margin-top: 0 !important;
  }
  .supreme-element .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .supreme-element .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .supreme-element .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .supreme-element .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .supreme-element .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .supreme-element .mt-sm-auto {
    margin-top: auto !important;
  }
  .supreme-element .me-sm-0 {
    margin-right: 0 !important;
  }
  .supreme-element .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .supreme-element .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .supreme-element .me-sm-3 {
    margin-right: 1rem !important;
  }
  .supreme-element .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .supreme-element .me-sm-5 {
    margin-right: 3rem !important;
  }
  .supreme-element .me-sm-auto {
    margin-right: auto !important;
  }
  .supreme-element .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .supreme-element .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .supreme-element .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .supreme-element .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .supreme-element .ms-sm-0 {
    margin-left: 0 !important;
  }
  .supreme-element .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .supreme-element .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .supreme-element .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .supreme-element .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .supreme-element .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .supreme-element .ms-sm-auto {
    margin-left: auto !important;
  }
  .supreme-element .p-sm-0 {
    padding: 0 !important;
  }
  .supreme-element .p-sm-1 {
    padding: 0.25rem !important;
  }
  .supreme-element .p-sm-2 {
    padding: 0.5rem !important;
  }
  .supreme-element .p-sm-3 {
    padding: 1rem !important;
  }
  .supreme-element .p-sm-4 {
    padding: 1.5rem !important;
  }
  .supreme-element .p-sm-5 {
    padding: 3rem !important;
  }
  .supreme-element .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .supreme-element .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .supreme-element .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .supreme-element .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .supreme-element .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .supreme-element .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .supreme-element .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .supreme-element .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .supreme-element .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .supreme-element .pt-sm-0 {
    padding-top: 0 !important;
  }
  .supreme-element .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .supreme-element .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .supreme-element .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .supreme-element .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .supreme-element .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .supreme-element .pe-sm-0 {
    padding-right: 0 !important;
  }
  .supreme-element .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .supreme-element .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .supreme-element .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .supreme-element .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .supreme-element .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .supreme-element .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .supreme-element .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .supreme-element .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .supreme-element .ps-sm-0 {
    padding-left: 0 !important;
  }
  .supreme-element .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .supreme-element .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .supreme-element .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .supreme-element .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .supreme-element .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .supreme-element .gap-sm-0 {
    gap: 0 !important;
  }
  .supreme-element .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .supreme-element .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .supreme-element .gap-sm-3 {
    gap: 1rem !important;
  }
  .supreme-element .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .supreme-element .gap-sm-5 {
    gap: 3rem !important;
  }
  .supreme-element .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .supreme-element .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .supreme-element .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .supreme-element .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .supreme-element .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .supreme-element .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .supreme-element .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .supreme-element .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .supreme-element .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .supreme-element .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .supreme-element .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .supreme-element .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .supreme-element .text-sm-start {
    text-align: left !important;
  }
  .supreme-element .text-sm-end {
    text-align: right !important;
  }
  .supreme-element .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .supreme-element .float-md-start {
    float: left !important;
  }
  .supreme-element .float-md-end {
    float: right !important;
  }
  .supreme-element .float-md-none {
    float: none !important;
  }
  .supreme-element .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .supreme-element .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .supreme-element .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .supreme-element .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .supreme-element .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .supreme-element .d-md-inline {
    display: inline !important;
  }
  .supreme-element .d-md-inline-block {
    display: inline-block !important;
  }
  .supreme-element .d-md-block {
    display: block !important;
  }
  .supreme-element .d-md-grid {
    display: grid !important;
  }
  .supreme-element .d-md-inline-grid {
    display: inline-grid !important;
  }
  .supreme-element .d-md-table {
    display: table !important;
  }
  .supreme-element .d-md-table-row {
    display: table-row !important;
  }
  .supreme-element .d-md-table-cell {
    display: table-cell !important;
  }
  .supreme-element .d-md-flex {
    display: flex !important;
  }
  .supreme-element .d-md-inline-flex {
    display: inline-flex !important;
  }
  .supreme-element .d-md-none {
    display: none !important;
  }
  .supreme-element .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .supreme-element .flex-md-row {
    flex-direction: row !important;
  }
  .supreme-element .flex-md-column {
    flex-direction: column !important;
  }
  .supreme-element .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .supreme-element .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .supreme-element .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .supreme-element .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .supreme-element .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .supreme-element .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .supreme-element .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .supreme-element .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .supreme-element .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .supreme-element .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .supreme-element .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .supreme-element .justify-content-md-center {
    justify-content: center !important;
  }
  .supreme-element .justify-content-md-between {
    justify-content: space-between !important;
  }
  .supreme-element .justify-content-md-around {
    justify-content: space-around !important;
  }
  .supreme-element .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .supreme-element .align-items-md-start {
    align-items: flex-start !important;
  }
  .supreme-element .align-items-md-end {
    align-items: flex-end !important;
  }
  .supreme-element .align-items-md-center {
    align-items: center !important;
  }
  .supreme-element .align-items-md-baseline {
    align-items: baseline !important;
  }
  .supreme-element .align-items-md-stretch {
    align-items: stretch !important;
  }
  .supreme-element .align-content-md-start {
    align-content: flex-start !important;
  }
  .supreme-element .align-content-md-end {
    align-content: flex-end !important;
  }
  .supreme-element .align-content-md-center {
    align-content: center !important;
  }
  .supreme-element .align-content-md-between {
    align-content: space-between !important;
  }
  .supreme-element .align-content-md-around {
    align-content: space-around !important;
  }
  .supreme-element .align-content-md-stretch {
    align-content: stretch !important;
  }
  .supreme-element .align-self-md-auto {
    align-self: auto !important;
  }
  .supreme-element .align-self-md-start {
    align-self: flex-start !important;
  }
  .supreme-element .align-self-md-end {
    align-self: flex-end !important;
  }
  .supreme-element .align-self-md-center {
    align-self: center !important;
  }
  .supreme-element .align-self-md-baseline {
    align-self: baseline !important;
  }
  .supreme-element .align-self-md-stretch {
    align-self: stretch !important;
  }
  .supreme-element .order-md-first {
    order: -1 !important;
  }
  .supreme-element .order-md-0 {
    order: 0 !important;
  }
  .supreme-element .order-md-1 {
    order: 1 !important;
  }
  .supreme-element .order-md-2 {
    order: 2 !important;
  }
  .supreme-element .order-md-3 {
    order: 3 !important;
  }
  .supreme-element .order-md-4 {
    order: 4 !important;
  }
  .supreme-element .order-md-5 {
    order: 5 !important;
  }
  .supreme-element .order-md-last {
    order: 6 !important;
  }
  .supreme-element .m-md-0 {
    margin: 0 !important;
  }
  .supreme-element .m-md-1 {
    margin: 0.25rem !important;
  }
  .supreme-element .m-md-2 {
    margin: 0.5rem !important;
  }
  .supreme-element .m-md-3 {
    margin: 1rem !important;
  }
  .supreme-element .m-md-4 {
    margin: 1.5rem !important;
  }
  .supreme-element .m-md-5 {
    margin: 3rem !important;
  }
  .supreme-element .m-md-auto {
    margin: auto !important;
  }
  .supreme-element .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .supreme-element .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .supreme-element .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .supreme-element .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .supreme-element .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .supreme-element .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .supreme-element .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .supreme-element .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .supreme-element .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .supreme-element .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .supreme-element .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .supreme-element .mt-md-0 {
    margin-top: 0 !important;
  }
  .supreme-element .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .supreme-element .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .supreme-element .mt-md-3 {
    margin-top: 1rem !important;
  }
  .supreme-element .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .supreme-element .mt-md-5 {
    margin-top: 3rem !important;
  }
  .supreme-element .mt-md-auto {
    margin-top: auto !important;
  }
  .supreme-element .me-md-0 {
    margin-right: 0 !important;
  }
  .supreme-element .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .supreme-element .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .supreme-element .me-md-3 {
    margin-right: 1rem !important;
  }
  .supreme-element .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .supreme-element .me-md-5 {
    margin-right: 3rem !important;
  }
  .supreme-element .me-md-auto {
    margin-right: auto !important;
  }
  .supreme-element .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .supreme-element .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .supreme-element .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .supreme-element .mb-md-auto {
    margin-bottom: auto !important;
  }
  .supreme-element .ms-md-0 {
    margin-left: 0 !important;
  }
  .supreme-element .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .supreme-element .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .supreme-element .ms-md-3 {
    margin-left: 1rem !important;
  }
  .supreme-element .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .supreme-element .ms-md-5 {
    margin-left: 3rem !important;
  }
  .supreme-element .ms-md-auto {
    margin-left: auto !important;
  }
  .supreme-element .p-md-0 {
    padding: 0 !important;
  }
  .supreme-element .p-md-1 {
    padding: 0.25rem !important;
  }
  .supreme-element .p-md-2 {
    padding: 0.5rem !important;
  }
  .supreme-element .p-md-3 {
    padding: 1rem !important;
  }
  .supreme-element .p-md-4 {
    padding: 1.5rem !important;
  }
  .supreme-element .p-md-5 {
    padding: 3rem !important;
  }
  .supreme-element .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .supreme-element .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .supreme-element .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .supreme-element .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .supreme-element .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .supreme-element .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .supreme-element .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .supreme-element .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .supreme-element .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .supreme-element .pt-md-0 {
    padding-top: 0 !important;
  }
  .supreme-element .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .supreme-element .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .supreme-element .pt-md-3 {
    padding-top: 1rem !important;
  }
  .supreme-element .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .supreme-element .pt-md-5 {
    padding-top: 3rem !important;
  }
  .supreme-element .pe-md-0 {
    padding-right: 0 !important;
  }
  .supreme-element .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .supreme-element .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .supreme-element .pe-md-3 {
    padding-right: 1rem !important;
  }
  .supreme-element .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .supreme-element .pe-md-5 {
    padding-right: 3rem !important;
  }
  .supreme-element .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .supreme-element .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .supreme-element .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .supreme-element .ps-md-0 {
    padding-left: 0 !important;
  }
  .supreme-element .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .supreme-element .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .supreme-element .ps-md-3 {
    padding-left: 1rem !important;
  }
  .supreme-element .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .supreme-element .ps-md-5 {
    padding-left: 3rem !important;
  }
  .supreme-element .gap-md-0 {
    gap: 0 !important;
  }
  .supreme-element .gap-md-1 {
    gap: 0.25rem !important;
  }
  .supreme-element .gap-md-2 {
    gap: 0.5rem !important;
  }
  .supreme-element .gap-md-3 {
    gap: 1rem !important;
  }
  .supreme-element .gap-md-4 {
    gap: 1.5rem !important;
  }
  .supreme-element .gap-md-5 {
    gap: 3rem !important;
  }
  .supreme-element .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .supreme-element .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .supreme-element .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .supreme-element .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .supreme-element .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .supreme-element .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .supreme-element .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .supreme-element .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .supreme-element .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .supreme-element .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .supreme-element .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .supreme-element .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .supreme-element .text-md-start {
    text-align: left !important;
  }
  .supreme-element .text-md-end {
    text-align: right !important;
  }
  .supreme-element .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .supreme-element .float-lg-start {
    float: left !important;
  }
  .supreme-element .float-lg-end {
    float: right !important;
  }
  .supreme-element .float-lg-none {
    float: none !important;
  }
  .supreme-element .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .supreme-element .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .supreme-element .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .supreme-element .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .supreme-element .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .supreme-element .d-lg-inline {
    display: inline !important;
  }
  .supreme-element .d-lg-inline-block {
    display: inline-block !important;
  }
  .supreme-element .d-lg-block {
    display: block !important;
  }
  .supreme-element .d-lg-grid {
    display: grid !important;
  }
  .supreme-element .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .supreme-element .d-lg-table {
    display: table !important;
  }
  .supreme-element .d-lg-table-row {
    display: table-row !important;
  }
  .supreme-element .d-lg-table-cell {
    display: table-cell !important;
  }
  .supreme-element .d-lg-flex {
    display: flex !important;
  }
  .supreme-element .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .supreme-element .d-lg-none {
    display: none !important;
  }
  .supreme-element .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .supreme-element .flex-lg-row {
    flex-direction: row !important;
  }
  .supreme-element .flex-lg-column {
    flex-direction: column !important;
  }
  .supreme-element .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .supreme-element .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .supreme-element .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .supreme-element .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .supreme-element .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .supreme-element .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .supreme-element .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .supreme-element .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .supreme-element .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .supreme-element .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .supreme-element .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .supreme-element .justify-content-lg-center {
    justify-content: center !important;
  }
  .supreme-element .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .supreme-element .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .supreme-element .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .supreme-element .align-items-lg-start {
    align-items: flex-start !important;
  }
  .supreme-element .align-items-lg-end {
    align-items: flex-end !important;
  }
  .supreme-element .align-items-lg-center {
    align-items: center !important;
  }
  .supreme-element .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .supreme-element .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .supreme-element .align-content-lg-start {
    align-content: flex-start !important;
  }
  .supreme-element .align-content-lg-end {
    align-content: flex-end !important;
  }
  .supreme-element .align-content-lg-center {
    align-content: center !important;
  }
  .supreme-element .align-content-lg-between {
    align-content: space-between !important;
  }
  .supreme-element .align-content-lg-around {
    align-content: space-around !important;
  }
  .supreme-element .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .supreme-element .align-self-lg-auto {
    align-self: auto !important;
  }
  .supreme-element .align-self-lg-start {
    align-self: flex-start !important;
  }
  .supreme-element .align-self-lg-end {
    align-self: flex-end !important;
  }
  .supreme-element .align-self-lg-center {
    align-self: center !important;
  }
  .supreme-element .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .supreme-element .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .supreme-element .order-lg-first {
    order: -1 !important;
  }
  .supreme-element .order-lg-0 {
    order: 0 !important;
  }
  .supreme-element .order-lg-1 {
    order: 1 !important;
  }
  .supreme-element .order-lg-2 {
    order: 2 !important;
  }
  .supreme-element .order-lg-3 {
    order: 3 !important;
  }
  .supreme-element .order-lg-4 {
    order: 4 !important;
  }
  .supreme-element .order-lg-5 {
    order: 5 !important;
  }
  .supreme-element .order-lg-last {
    order: 6 !important;
  }
  .supreme-element .m-lg-0 {
    margin: 0 !important;
  }
  .supreme-element .m-lg-1 {
    margin: 0.25rem !important;
  }
  .supreme-element .m-lg-2 {
    margin: 0.5rem !important;
  }
  .supreme-element .m-lg-3 {
    margin: 1rem !important;
  }
  .supreme-element .m-lg-4 {
    margin: 1.5rem !important;
  }
  .supreme-element .m-lg-5 {
    margin: 3rem !important;
  }
  .supreme-element .m-lg-auto {
    margin: auto !important;
  }
  .supreme-element .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .supreme-element .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .supreme-element .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .supreme-element .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .supreme-element .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .supreme-element .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .supreme-element .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .supreme-element .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .supreme-element .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .supreme-element .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .supreme-element .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .supreme-element .mt-lg-0 {
    margin-top: 0 !important;
  }
  .supreme-element .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .supreme-element .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .supreme-element .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .supreme-element .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .supreme-element .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .supreme-element .mt-lg-auto {
    margin-top: auto !important;
  }
  .supreme-element .me-lg-0 {
    margin-right: 0 !important;
  }
  .supreme-element .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .supreme-element .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .supreme-element .me-lg-3 {
    margin-right: 1rem !important;
  }
  .supreme-element .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .supreme-element .me-lg-5 {
    margin-right: 3rem !important;
  }
  .supreme-element .me-lg-auto {
    margin-right: auto !important;
  }
  .supreme-element .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .supreme-element .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .supreme-element .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .supreme-element .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .supreme-element .ms-lg-0 {
    margin-left: 0 !important;
  }
  .supreme-element .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .supreme-element .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .supreme-element .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .supreme-element .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .supreme-element .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .supreme-element .ms-lg-auto {
    margin-left: auto !important;
  }
  .supreme-element .p-lg-0 {
    padding: 0 !important;
  }
  .supreme-element .p-lg-1 {
    padding: 0.25rem !important;
  }
  .supreme-element .p-lg-2 {
    padding: 0.5rem !important;
  }
  .supreme-element .p-lg-3 {
    padding: 1rem !important;
  }
  .supreme-element .p-lg-4 {
    padding: 1.5rem !important;
  }
  .supreme-element .p-lg-5 {
    padding: 3rem !important;
  }
  .supreme-element .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .supreme-element .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .supreme-element .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .supreme-element .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .supreme-element .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .supreme-element .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .supreme-element .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .supreme-element .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .supreme-element .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .supreme-element .pt-lg-0 {
    padding-top: 0 !important;
  }
  .supreme-element .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .supreme-element .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .supreme-element .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .supreme-element .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .supreme-element .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .supreme-element .pe-lg-0 {
    padding-right: 0 !important;
  }
  .supreme-element .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .supreme-element .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .supreme-element .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .supreme-element .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .supreme-element .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .supreme-element .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .supreme-element .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .supreme-element .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .supreme-element .ps-lg-0 {
    padding-left: 0 !important;
  }
  .supreme-element .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .supreme-element .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .supreme-element .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .supreme-element .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .supreme-element .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .supreme-element .gap-lg-0 {
    gap: 0 !important;
  }
  .supreme-element .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .supreme-element .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .supreme-element .gap-lg-3 {
    gap: 1rem !important;
  }
  .supreme-element .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .supreme-element .gap-lg-5 {
    gap: 3rem !important;
  }
  .supreme-element .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .supreme-element .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .supreme-element .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .supreme-element .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .supreme-element .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .supreme-element .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .supreme-element .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .supreme-element .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .supreme-element .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .supreme-element .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .supreme-element .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .supreme-element .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .supreme-element .text-lg-start {
    text-align: left !important;
  }
  .supreme-element .text-lg-end {
    text-align: right !important;
  }
  .supreme-element .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .supreme-element .float-xl-start {
    float: left !important;
  }
  .supreme-element .float-xl-end {
    float: right !important;
  }
  .supreme-element .float-xl-none {
    float: none !important;
  }
  .supreme-element .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .supreme-element .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .supreme-element .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .supreme-element .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .supreme-element .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .supreme-element .d-xl-inline {
    display: inline !important;
  }
  .supreme-element .d-xl-inline-block {
    display: inline-block !important;
  }
  .supreme-element .d-xl-block {
    display: block !important;
  }
  .supreme-element .d-xl-grid {
    display: grid !important;
  }
  .supreme-element .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .supreme-element .d-xl-table {
    display: table !important;
  }
  .supreme-element .d-xl-table-row {
    display: table-row !important;
  }
  .supreme-element .d-xl-table-cell {
    display: table-cell !important;
  }
  .supreme-element .d-xl-flex {
    display: flex !important;
  }
  .supreme-element .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .supreme-element .d-xl-none {
    display: none !important;
  }
  .supreme-element .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .supreme-element .flex-xl-row {
    flex-direction: row !important;
  }
  .supreme-element .flex-xl-column {
    flex-direction: column !important;
  }
  .supreme-element .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .supreme-element .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .supreme-element .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .supreme-element .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .supreme-element .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .supreme-element .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .supreme-element .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .supreme-element .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .supreme-element .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .supreme-element .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .supreme-element .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .supreme-element .justify-content-xl-center {
    justify-content: center !important;
  }
  .supreme-element .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .supreme-element .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .supreme-element .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .supreme-element .align-items-xl-start {
    align-items: flex-start !important;
  }
  .supreme-element .align-items-xl-end {
    align-items: flex-end !important;
  }
  .supreme-element .align-items-xl-center {
    align-items: center !important;
  }
  .supreme-element .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .supreme-element .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .supreme-element .align-content-xl-start {
    align-content: flex-start !important;
  }
  .supreme-element .align-content-xl-end {
    align-content: flex-end !important;
  }
  .supreme-element .align-content-xl-center {
    align-content: center !important;
  }
  .supreme-element .align-content-xl-between {
    align-content: space-between !important;
  }
  .supreme-element .align-content-xl-around {
    align-content: space-around !important;
  }
  .supreme-element .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .supreme-element .align-self-xl-auto {
    align-self: auto !important;
  }
  .supreme-element .align-self-xl-start {
    align-self: flex-start !important;
  }
  .supreme-element .align-self-xl-end {
    align-self: flex-end !important;
  }
  .supreme-element .align-self-xl-center {
    align-self: center !important;
  }
  .supreme-element .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .supreme-element .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .supreme-element .order-xl-first {
    order: -1 !important;
  }
  .supreme-element .order-xl-0 {
    order: 0 !important;
  }
  .supreme-element .order-xl-1 {
    order: 1 !important;
  }
  .supreme-element .order-xl-2 {
    order: 2 !important;
  }
  .supreme-element .order-xl-3 {
    order: 3 !important;
  }
  .supreme-element .order-xl-4 {
    order: 4 !important;
  }
  .supreme-element .order-xl-5 {
    order: 5 !important;
  }
  .supreme-element .order-xl-last {
    order: 6 !important;
  }
  .supreme-element .m-xl-0 {
    margin: 0 !important;
  }
  .supreme-element .m-xl-1 {
    margin: 0.25rem !important;
  }
  .supreme-element .m-xl-2 {
    margin: 0.5rem !important;
  }
  .supreme-element .m-xl-3 {
    margin: 1rem !important;
  }
  .supreme-element .m-xl-4 {
    margin: 1.5rem !important;
  }
  .supreme-element .m-xl-5 {
    margin: 3rem !important;
  }
  .supreme-element .m-xl-auto {
    margin: auto !important;
  }
  .supreme-element .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .supreme-element .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .supreme-element .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .supreme-element .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .supreme-element .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .supreme-element .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .supreme-element .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .supreme-element .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .supreme-element .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .supreme-element .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .supreme-element .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .supreme-element .mt-xl-0 {
    margin-top: 0 !important;
  }
  .supreme-element .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .supreme-element .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .supreme-element .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .supreme-element .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .supreme-element .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .supreme-element .mt-xl-auto {
    margin-top: auto !important;
  }
  .supreme-element .me-xl-0 {
    margin-right: 0 !important;
  }
  .supreme-element .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .supreme-element .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .supreme-element .me-xl-3 {
    margin-right: 1rem !important;
  }
  .supreme-element .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .supreme-element .me-xl-5 {
    margin-right: 3rem !important;
  }
  .supreme-element .me-xl-auto {
    margin-right: auto !important;
  }
  .supreme-element .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .supreme-element .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .supreme-element .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .supreme-element .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .supreme-element .ms-xl-0 {
    margin-left: 0 !important;
  }
  .supreme-element .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .supreme-element .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .supreme-element .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .supreme-element .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .supreme-element .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .supreme-element .ms-xl-auto {
    margin-left: auto !important;
  }
  .supreme-element .p-xl-0 {
    padding: 0 !important;
  }
  .supreme-element .p-xl-1 {
    padding: 0.25rem !important;
  }
  .supreme-element .p-xl-2 {
    padding: 0.5rem !important;
  }
  .supreme-element .p-xl-3 {
    padding: 1rem !important;
  }
  .supreme-element .p-xl-4 {
    padding: 1.5rem !important;
  }
  .supreme-element .p-xl-5 {
    padding: 3rem !important;
  }
  .supreme-element .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .supreme-element .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .supreme-element .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .supreme-element .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .supreme-element .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .supreme-element .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .supreme-element .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .supreme-element .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .supreme-element .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .supreme-element .pt-xl-0 {
    padding-top: 0 !important;
  }
  .supreme-element .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .supreme-element .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .supreme-element .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .supreme-element .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .supreme-element .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .supreme-element .pe-xl-0 {
    padding-right: 0 !important;
  }
  .supreme-element .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .supreme-element .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .supreme-element .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .supreme-element .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .supreme-element .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .supreme-element .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .supreme-element .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .supreme-element .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .supreme-element .ps-xl-0 {
    padding-left: 0 !important;
  }
  .supreme-element .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .supreme-element .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .supreme-element .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .supreme-element .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .supreme-element .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .supreme-element .gap-xl-0 {
    gap: 0 !important;
  }
  .supreme-element .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .supreme-element .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .supreme-element .gap-xl-3 {
    gap: 1rem !important;
  }
  .supreme-element .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .supreme-element .gap-xl-5 {
    gap: 3rem !important;
  }
  .supreme-element .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .supreme-element .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .supreme-element .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .supreme-element .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .supreme-element .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .supreme-element .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .supreme-element .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .supreme-element .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .supreme-element .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .supreme-element .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .supreme-element .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .supreme-element .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .supreme-element .text-xl-start {
    text-align: left !important;
  }
  .supreme-element .text-xl-end {
    text-align: right !important;
  }
  .supreme-element .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .supreme-element .float-xxl-start {
    float: left !important;
  }
  .supreme-element .float-xxl-end {
    float: right !important;
  }
  .supreme-element .float-xxl-none {
    float: none !important;
  }
  .supreme-element .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .supreme-element .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .supreme-element .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .supreme-element .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .supreme-element .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .supreme-element .d-xxl-inline {
    display: inline !important;
  }
  .supreme-element .d-xxl-inline-block {
    display: inline-block !important;
  }
  .supreme-element .d-xxl-block {
    display: block !important;
  }
  .supreme-element .d-xxl-grid {
    display: grid !important;
  }
  .supreme-element .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .supreme-element .d-xxl-table {
    display: table !important;
  }
  .supreme-element .d-xxl-table-row {
    display: table-row !important;
  }
  .supreme-element .d-xxl-table-cell {
    display: table-cell !important;
  }
  .supreme-element .d-xxl-flex {
    display: flex !important;
  }
  .supreme-element .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .supreme-element .d-xxl-none {
    display: none !important;
  }
  .supreme-element .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .supreme-element .flex-xxl-row {
    flex-direction: row !important;
  }
  .supreme-element .flex-xxl-column {
    flex-direction: column !important;
  }
  .supreme-element .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .supreme-element .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .supreme-element .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .supreme-element .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .supreme-element .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .supreme-element .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .supreme-element .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .supreme-element .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .supreme-element .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .supreme-element .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .supreme-element .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .supreme-element .justify-content-xxl-center {
    justify-content: center !important;
  }
  .supreme-element .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .supreme-element .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .supreme-element .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .supreme-element .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .supreme-element .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .supreme-element .align-items-xxl-center {
    align-items: center !important;
  }
  .supreme-element .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .supreme-element .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .supreme-element .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .supreme-element .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .supreme-element .align-content-xxl-center {
    align-content: center !important;
  }
  .supreme-element .align-content-xxl-between {
    align-content: space-between !important;
  }
  .supreme-element .align-content-xxl-around {
    align-content: space-around !important;
  }
  .supreme-element .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .supreme-element .align-self-xxl-auto {
    align-self: auto !important;
  }
  .supreme-element .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .supreme-element .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .supreme-element .align-self-xxl-center {
    align-self: center !important;
  }
  .supreme-element .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .supreme-element .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .supreme-element .order-xxl-first {
    order: -1 !important;
  }
  .supreme-element .order-xxl-0 {
    order: 0 !important;
  }
  .supreme-element .order-xxl-1 {
    order: 1 !important;
  }
  .supreme-element .order-xxl-2 {
    order: 2 !important;
  }
  .supreme-element .order-xxl-3 {
    order: 3 !important;
  }
  .supreme-element .order-xxl-4 {
    order: 4 !important;
  }
  .supreme-element .order-xxl-5 {
    order: 5 !important;
  }
  .supreme-element .order-xxl-last {
    order: 6 !important;
  }
  .supreme-element .m-xxl-0 {
    margin: 0 !important;
  }
  .supreme-element .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .supreme-element .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .supreme-element .m-xxl-3 {
    margin: 1rem !important;
  }
  .supreme-element .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .supreme-element .m-xxl-5 {
    margin: 3rem !important;
  }
  .supreme-element .m-xxl-auto {
    margin: auto !important;
  }
  .supreme-element .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .supreme-element .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .supreme-element .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .supreme-element .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .supreme-element .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .supreme-element .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .supreme-element .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .supreme-element .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .supreme-element .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .supreme-element .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .supreme-element .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .supreme-element .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .supreme-element .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .supreme-element .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .supreme-element .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .supreme-element .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .supreme-element .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .supreme-element .mt-xxl-auto {
    margin-top: auto !important;
  }
  .supreme-element .me-xxl-0 {
    margin-right: 0 !important;
  }
  .supreme-element .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .supreme-element .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .supreme-element .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .supreme-element .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .supreme-element .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .supreme-element .me-xxl-auto {
    margin-right: auto !important;
  }
  .supreme-element .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .supreme-element .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .supreme-element .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .supreme-element .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .supreme-element .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .supreme-element .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .supreme-element .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .supreme-element .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .supreme-element .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .supreme-element .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .supreme-element .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .supreme-element .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .supreme-element .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .supreme-element .ms-xxl-auto {
    margin-left: auto !important;
  }
  .supreme-element .p-xxl-0 {
    padding: 0 !important;
  }
  .supreme-element .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .supreme-element .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .supreme-element .p-xxl-3 {
    padding: 1rem !important;
  }
  .supreme-element .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .supreme-element .p-xxl-5 {
    padding: 3rem !important;
  }
  .supreme-element .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .supreme-element .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .supreme-element .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .supreme-element .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .supreme-element .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .supreme-element .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .supreme-element .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .supreme-element .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .supreme-element .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .supreme-element .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .supreme-element .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .supreme-element .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .supreme-element .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .supreme-element .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .supreme-element .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .supreme-element .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .supreme-element .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .supreme-element .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .supreme-element .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .supreme-element .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .supreme-element .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .supreme-element .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .supreme-element .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .supreme-element .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .supreme-element .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .supreme-element .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .supreme-element .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .supreme-element .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .supreme-element .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .supreme-element .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .supreme-element .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .supreme-element .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .supreme-element .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .supreme-element .gap-xxl-0 {
    gap: 0 !important;
  }
  .supreme-element .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .supreme-element .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .supreme-element .gap-xxl-3 {
    gap: 1rem !important;
  }
  .supreme-element .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .supreme-element .gap-xxl-5 {
    gap: 3rem !important;
  }
  .supreme-element .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .supreme-element .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .supreme-element .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .supreme-element .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .supreme-element .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .supreme-element .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .supreme-element .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .supreme-element .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .supreme-element .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .supreme-element .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .supreme-element .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .supreme-element .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .supreme-element .text-xxl-start {
    text-align: left !important;
  }
  .supreme-element .text-xxl-end {
    text-align: right !important;
  }
  .supreme-element .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .supreme-element .fs-1 {
    font-size: 2.5rem !important;
  }
  .supreme-element .fs-2 {
    font-size: 2rem !important;
  }
  .supreme-element .fs-3 {
    font-size: 1.75rem !important;
  }
  .supreme-element .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .supreme-element .d-print-inline {
    display: inline !important;
  }
  .supreme-element .d-print-inline-block {
    display: inline-block !important;
  }
  .supreme-element .d-print-block {
    display: block !important;
  }
  .supreme-element .d-print-grid {
    display: grid !important;
  }
  .supreme-element .d-print-inline-grid {
    display: inline-grid !important;
  }
  .supreme-element .d-print-table {
    display: table !important;
  }
  .supreme-element .d-print-table-row {
    display: table-row !important;
  }
  .supreme-element .d-print-table-cell {
    display: table-cell !important;
  }
  .supreme-element .d-print-flex {
    display: flex !important;
  }
  .supreme-element .d-print-inline-flex {
    display: inline-flex !important;
  }
  .supreme-element .d-print-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .supreme-element .container, .supreme-element .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .supreme-element .container, .supreme-element .container-sm, .supreme-element .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .supreme-element .container, .supreme-element .container-sm, .supreme-element .container-md, .supreme-element .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .supreme-element .container, .supreme-element .container-sm, .supreme-element .container-md, .supreme-element .container-lg, .supreme-element .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .supreme-element .container, .supreme-element .container-sm, .supreme-element .container-md, .supreme-element .container-lg, .supreme-element .container-xl, .supreme-element .container-xxl {
    max-width: 1400px;
  }
}

.supreme-element {
  --rem-020-rem: 0.18rem;
  --rem-025-rem: 0.25rem;
  --rem-050-rem: 0.50rem;
  --rem-075-rem: 0.75rem;
  --rem-100-rem: 1.00rem;
  --rem-125-rem: 1.25rem;
  --rem-150-rem: 1.50rem;
  --rem-175-rem: 1.75rem;
  --rem-200-rem: 2.00rem;
  --rem-225-rem: 2.25rem;
  --rem-250-rem: 2.50rem;
  --rem-275-rem: 2.75rem;
  --rem-300-rem: 3.00rem;
  --rem-325-rem: 3.25rem;
  --rem-350-rem: 3.50rem;
  --rem-375-rem: 3.75rem;
  --rem-400-rem: 4.00rem;
  --rem-425-rem: 4.25rem;
  --rem-450-rem: 4.50rem;
  --rem-475-rem: 4.75rem;
  --rem-500-rem: 5.00rem;
  --rem-525-rem: 5.25rem;
  --rem-550-rem: 5.50rem;
  --rem-575-rem: 5.75rem;
  --rem-600-rem: 6.00rem;
  --rem-625-rem: 6.25rem;
  --rem-650-rem: 6.50rem;
  --rem-675-rem: 6.75rem;
  --rem-700-rem: 7.00rem;
  --rem-725-rem: 7.25rem;
  --rem-750-rem: 7.50rem;
  --border-radius-1: 3px;
  --border-radius-2: 3px;
  --border-radius-3: 3px;
  --border-radius-4: 3px;
  --border-radius-5: 3px;
  --border-radius-6: 3px;
  --border-radius-7: 3px;
  --border-radius-8: 3px;
  --border-radius-9: 3px;
  --border-radius-10: 3px;
}

@property --light-violet {
  syntax: "<color>";
  inherits: false;
  initial-value: rgb(161, 120, 255);
}
@property --light-cyan {
  syntax: "<color>";
  inherits: false;
  initial-value: rgb(81, 248, 255);
}
@property --blog-list-gradient-start {
  syntax: "<color>";
  inherits: false;
  initial-value: rgb(111, 115, 127);
}
@property --blog-list-gradient-end {
  syntax: "<color>";
  inherits: false;
  initial-value: rgb(111, 115, 127);
}
:root {
  --black: #000000;
  --white: #FFFFFF;
  --gray: #595959;
  --gray-hover: #F1F1F1;
  --transparent: rgba(255,255,255,0);
  --hit-box: var(--transparent);
  --bio-strand: var(--bio-strand-500);
  --gene-strand: var(--gene-strand-500);
  --genome-mist: var(--genome-mist-500);
  --helix-feather: var(--helix-feather-500);
  --membrane-gray: var(--membrane-grey-500);
  --bio-orchid: var(--bio-orchid-500);
  --bio-orchid-100: #DBD0EC;
  --bio-orchid-200: #B8A1D8;
  --bio-orchid-300: #9471C5;
  --bio-orchid-400: #7142B1;
  --bio-orchid-500: #4D139E;
  --bio-orchid-600: #3E0F7E;
  --bio-orchid-700: #2E0B5F;
  --bio-orchid-800: #1F083F;
  --bio-orchid-900: #0F0420;
  --bio-strand-100: #FAFAFD;
  --bio-strand-200: #F6F4FB;
  --bio-strand-300: #F1EFF8;
  --bio-strand-400: #EDE9F6;
  --bio-strand-500: #E8E4F4;
  --bio-strand-600: #BAB6C3;
  --bio-strand-700: #8B8992;
  --bio-strand-800: #5D5B62;
  --bio-strand-900: #2E2E31;
  --cellular-proteins: var(--cellular-proteins-500);
  --cellular-proteins-100: #F3EFFF;
  --cellular-proteins-200: #E8DEFF;
  --cellular-proteins-300: #DCCEFF;
  --cellular-proteins-400: #D1BDFF;
  --cellular-proteins-500: #C5ADFF;
  --cellular-proteins-600: #9E8ACC;
  --cellular-proteins-700: #766899;
  --cellular-proteins-800: #4F4566;
  --cellular-proteins-900: #272333;
  --crispr-clear: var(--crispr-clear-500);
  --crispr-clear-100: #CCF0FF;
  --crispr-clear-200: #99E1FF;
  --crispr-clear-300: #67D1FF;
  --crispr-clear-400: #34C2FF;
  --crispr-clear-500: #01B3FF;
  --crispr-clear-600: #018FCC;
  --crispr-clear-700: #016B99;
  --crispr-clear-800: #004866;
  --crispr-clear-900: #002433;
  --cyanotic-blue: var(--cyanotic-bright-500);
  --cyanotic-bright-100: #CCFFFF;
  --cyanotic-bright-200: #9AFFFF;
  --cyanotic-bright-300: #67FFFE;
  --cyanotic-bright-400: #35FFFE;
  --cyanotic-bright-500: #02FFFE;
  --cyanotic-bright-600: #02CCCB;
  --cyanotic-bright-700: #019998;
  --cyanotic-bright-800: #016666;
  --cyanotic-bright-900: #003333;
  --dark-oligos: var(--dark-oligos-500);
  --dark-oligos-100: #CED3D6;
  --dark-oligos-200: #9EA7AD;
  --dark-oligos-300: #6D7C85;
  --dark-oligos-400: #3D505C;
  --dark-oligos-500: #0C2433;
  --dark-oligos-600: #0A1D29;
  --dark-oligos-700: #07161F;
  --dark-oligos-800: #050E14;
  --dark-oligos-900: #02070A;
  --deep-affinity: var(--deep-affinity-500);
  --deep-affinity-100: #CCDBE7;
  --deep-affinity-200: #99B7CF;
  --deep-affinity-300: #6693B7;
  --deep-affinity-400: #336F9F;
  --deep-affinity-500: #004B87;
  --deep-affinity-600: #003C6C;
  --deep-affinity-700: #002D51;
  --deep-affinity-800: #001E36;
  --deep-affinity-900: #000F1B;
  --gene-strand-100: #E5E5E5;
  --gene-strand-200: #CCCCCC;
  --gene-strand-300: #B2B2B2;
  --gene-strand-400: #999999;
  --gene-strand-500: #7F7F7F;
  --gene-strand-600: #666666;
  --gene-strand-700: #4C4C4C;
  --gene-strand-800: #333333;
  --gene-strand-900: #191919;
  --genetic-iris: var(--genetic-iris-500);
  --genetic-iris-100: #D0CDD7;
  --genetic-iris-200: #A29BAF;
  --genetic-iris-300: #736888;
  --genetic-iris-400: #453660;
  --genetic-iris-500: #160438;
  --genetic-iris-600: #12032D;
  --genetic-iris-700: #0D0222;
  --genetic-iris-800: #090216;
  --genetic-iris-900: #04010B;
  --genome-mist-100: #FAFCFD;
  --genome-mist-200: #F5F9FB;
  --genome-mist-300: #EFF7F8;
  --genome-mist-400: #EAF4F6;
  --genome-mist-500: #E5F1F4;
  --genome-mist-600: #B7C1C3;
  --genome-mist-700: #899192;
  --genome-mist-800: #5C6062;
  --genome-mist-900: #2E3031;
  --helix-feather-100: #FDFEFF;
  --helix-feather-200: #FBFCFE;
  --helix-feather-300: #F9FBFE;
  --helix-feather-400: #F7F9FD;
  --helix-feather-500: #F5F8FD;
  --helix-feather-600: #C4C6CA;
  --helix-feather-700: #939598;
  --helix-feather-800: #626365;
  --helix-feather-900: #313233;
  --membrane-grey-100: #E2E3E5;
  --membrane-grey-200: #C5C7CC;
  --membrane-grey-300: #A9ABB2;
  --membrane-grey-400: #8C8F99;
  --membrane-grey-500: #6F737F;
  --membrane-grey-600: #595C66;
  --membrane-grey-700: #43454C;
  --membrane-grey-800: #2C2E33;
  --membrane-grey-900: #161719;
  --neuron-block: var(--neuron-block-500);
  --neuron-block-100: #CCE4FF;
  --neuron-block-200: #99CAFF;
  --neuron-block-300: #66AFFF;
  --neuron-block-400: #3395FF;
  --neuron-block-500: #007AFF;
  --neuron-block-600: #0062CC;
  --neuron-block-700: #004999;
  --neuron-block-800: #003166;
  --neuron-block-900: #001833;
  --plasma-antibody: var(--plasma-antibody-500);
  --plasma-antibody-100: #DFCCFE;
  --plasma-antibody-200: #C099FD;
  --plasma-antibody-300: #A066FB;
  --plasma-antibody-400: #8133FA;
  --plasma-antibody-500: #6100F9;
  --plasma-antibody-600: #4E00C7;
  --plasma-antibody-700: #3A0095;
  --plasma-antibody-800: #270064;
  --plasma-antibody-900: #130032;
  --rna-lights: var(--rna-lights-500);
  --rna-lights-100: #E6CCFF;
  --rna-lights-200: #CD99FF;
  --rna-lights-300: #B466FF;
  --rna-lights-400: #9B33FF;
  --rna-lights-500: #8200FF;
  --rna-lights-600: #6800CC;
  --rna-lights-700: #4E0099;
  --rna-lights-800: #340066;
  --rna-lights-900: #1A0033;
  --light-Gray: #E7E7E7;
  --dark-Purple: #6000FA;
  --midnight-Blue: #17026F;
  --dark-Charcoal: #3A3A3A;
  --light-Purple: #A179FF;
  --oligos-black-title: #363636;
  --oligos-gray:#727272;
  --heading-dark:#3E117E;
  --gardient-heading-1:#793BF0;
  --gardient-heading-2:#04A4FF;
  --content-black: #313131;
  --ash-gray: #3b3b3b;
  --granite-gray: #49474F;
  --anchor-link:#0085D0;
  --light-cyan: #51F8FF;
  --light-violet:#A178FF;
  --border-gray: #DEE2E6;
  --heading-headings-color: #212529;
}

:root {
  --font-variables-font-family-font-family-primary: "Inter";
  --font-variables-font-family-font-family-secondary: "Source Sans 3", Arial, sans-serif;
  --display-font-size-1: 5.5rem;
  --display-font-size-2: 4.25rem;
  --display-font-size-3: 3.75rem;
  --display-font-size-4: 3.25rem;
  --display-font-size-5: 2.5rem;
  --display-font-size-6: 1.75rem;
  --display-font-size-xl: 1.5rem;
  --display-font-size-lg: 1.25rem;
  --display-font-size-base: 1rem;
  --display-font-size-sm: 0.875rem;
  --display-line-height-1: 2.06rem;
  --display-line-height-2: 1.9rem;
  --display-line-height-3: 1.6rem;
  --display-line-height-4: 1.5rem;
  --display-line-height-5: 1.4rem;
}
@media (max-width: 767px) {
  :root {
    --display-font-size-1: 3rem;
    --display-font-size-2: 2.5rem;
    --display-font-size-3: 2rem;
    --display-font-size-4: 1.75rem;
    --display-font-size-5: 1.75rem;
    --display-font-size-6: 1.5rem;
    --display-font-size-xl: 1.25rem;
  }
}

.supreme-element {
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.supreme-element .font-family-primary {
  font-family: var(--font-variables-font-family-font-family-primary);
}
.supreme-element .font-family-secondary {
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.supreme-element p {
  font-size: var(--display-font-size-lg);
}
.supreme-element .display-1, .supreme-element .legacy-display-1,
.supreme-element h1.display-1,
.supreme-element h2.display-1,
.supreme-element h3.display-1,
.supreme-element h4.display-1,
.supreme-element h5.display-1,
.supreme-element h6.display-1 {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-1);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 992px) {
  .supreme-element .display-1, .supreme-element .legacy-display-1,
  .supreme-element h1.display-1,
  .supreme-element h2.display-1,
  .supreme-element h3.display-1,
  .supreme-element h4.display-1,
  .supreme-element h5.display-1,
  .supreme-element h6.display-1 {
    font-size: var(--display-font-size-1);
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
}
.supreme-element .display-2, .supreme-element .legacy-display-2, .supreme-element .legacy-display-1,
.supreme-element h1.display-2,
.supreme-element h2.display-2,
.supreme-element h3.display-2,
.supreme-element h4.display-2,
.supreme-element h5.display-2,
.supreme-element h6.display-2 {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-2);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .display-2, .supreme-element .legacy-display-2, .supreme-element .legacy-display-1,
  .supreme-element h1.display-2,
  .supreme-element h2.display-2,
  .supreme-element h3.display-2,
  .supreme-element h4.display-2,
  .supreme-element h5.display-2,
  .supreme-element h6.display-2 {
    font-size: var(--display-font-size-2);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .display-3, .supreme-element .legacy-display-1,
.supreme-element h1.display-3,
.supreme-element h2.display-3,
.supreme-element h3.display-3,
.supreme-element h4.display-3,
.supreme-element h5.display-3,
.supreme-element h6.display-3 {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-3);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 992px) {
  .supreme-element .display-3, .supreme-element .legacy-display-1,
  .supreme-element h1.display-3,
  .supreme-element h2.display-3,
  .supreme-element h3.display-3,
  .supreme-element h4.display-3,
  .supreme-element h5.display-3,
  .supreme-element h6.display-3 {
    font-size: var(--display-font-size-3);
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}
.supreme-element .display-4, .supreme-element .legacy-display-1,
.supreme-element h1.display-4,
.supreme-element h2.display-4,
.supreme-element h3.display-4,
.supreme-element h4.display-4,
.supreme-element h5.display-4,
.supreme-element h6.display-4 {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-4);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .display-4, .supreme-element .legacy-display-1,
  .supreme-element h1.display-4,
  .supreme-element h2.display-4,
  .supreme-element h3.display-4,
  .supreme-element h4.display-4,
  .supreme-element h5.display-4,
  .supreme-element h6.display-4 {
    font-size: var(--display-font-size-4);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .display-5, .supreme-element .ct-inner-content .ct-section .legacy-stay-upto-date-title, .ct-inner-content .ct-section .supreme-element .legacy-stay-upto-date-title, .supreme-element .legacy-display-1,
.supreme-element h1.display-5,
.supreme-element h2.display-5,
.supreme-element h3.display-5,
.supreme-element h4.display-5,
.supreme-element h5.display-5,
.supreme-element h6.display-5 {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-5);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .display-5, .supreme-element .ct-inner-content .ct-section .legacy-stay-upto-date-title, .ct-inner-content .ct-section .supreme-element .legacy-stay-upto-date-title, .supreme-element .legacy-display-1,
  .supreme-element h1.display-5,
  .supreme-element h2.display-5,
  .supreme-element h3.display-5,
  .supreme-element h4.display-5,
  .supreme-element h5.display-5,
  .supreme-element h6.display-5 {
    font-size: var(--display-font-size-5);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .display-6, .supreme-element .legacy-display-1,
.supreme-element h1.display-6,
.supreme-element h2.display-6,
.supreme-element h3.display-6,
.supreme-element h4.display-6,
.supreme-element h5.display-6,
.supreme-element h6.display-6 {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-6);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .display-6, .supreme-element .legacy-display-1,
  .supreme-element h1.display-6,
  .supreme-element h2.display-6,
  .supreme-element h3.display-6,
  .supreme-element h4.display-6,
  .supreme-element h5.display-6,
  .supreme-element h6.display-6 {
    font-size: var(--display-font-size-6);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .display-sm, .supreme-element .legacy-display-sm, .supreme-element .ct-inner-content .ct-section .legacy-primary_btn, .ct-inner-content .ct-section .supreme-element .legacy-primary_btn, .supreme-element .ct-inner-content .ct-section .legacy-explore-more-cta, .ct-inner-content .ct-section .supreme-element .legacy-explore-more-cta, .supreme-element .ct-section .primary_btn, .ct-section .supreme-element .primary_btn, .supreme-element .link-sm, .supreme-element .legacy-link-sm,
.supreme-element h1.display-sm,
.supreme-element h2.display-sm,
.supreme-element h3.display-sm,
.supreme-element h4.display-sm,
.supreme-element h5.display-sm,
.supreme-element h6.display-sm {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-sm);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .display-sm, .supreme-element .legacy-display-sm, .supreme-element .ct-inner-content .ct-section .legacy-primary_btn, .ct-inner-content .ct-section .supreme-element .legacy-primary_btn, .supreme-element .ct-inner-content .ct-section .legacy-explore-more-cta, .ct-inner-content .ct-section .supreme-element .legacy-explore-more-cta, .supreme-element .ct-section .primary_btn, .ct-section .supreme-element .primary_btn, .supreme-element .link-sm, .supreme-element .legacy-link-sm,
  .supreme-element h1.display-sm,
  .supreme-element h2.display-sm,
  .supreme-element h3.display-sm,
  .supreme-element h4.display-sm,
  .supreme-element h5.display-sm,
  .supreme-element h6.display-sm {
    font-size: var(--display-font-size-sm);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .display-md, .supreme-element .legacy-display-md,
.supreme-element h1.display-md,
.supreme-element h2.display-md,
.supreme-element h3.display-md,
.supreme-element h4.display-md,
.supreme-element h5.display-md,
.supreme-element h6.display-md {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-md);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .display-md, .supreme-element .legacy-display-md,
  .supreme-element h1.display-md,
  .supreme-element h2.display-md,
  .supreme-element h3.display-md,
  .supreme-element h4.display-md,
  .supreme-element h5.display-md,
  .supreme-element h6.display-md {
    font-size: var(--display-font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .display-lg, .supreme-element .legacy-display-lg, .supreme-element .link-lg, .supreme-element .legacy-link-lg,
.supreme-element h1.display-lg,
.supreme-element h2.display-lg,
.supreme-element h3.display-lg,
.supreme-element h4.display-lg,
.supreme-element h5.display-lg,
.supreme-element h6.display-lg {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .display-lg, .supreme-element .legacy-display-lg, .supreme-element .link-lg, .supreme-element .legacy-link-lg,
  .supreme-element h1.display-lg,
  .supreme-element h2.display-lg,
  .supreme-element h3.display-lg,
  .supreme-element h4.display-lg,
  .supreme-element h5.display-lg,
  .supreme-element h6.display-lg {
    font-size: var(--display-font-size-lg);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .display-base, .supreme-element .legacy-display-base, .supreme-element .link-regular, .supreme-element .legacy-link-regular {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 992px) {
  .supreme-element .display-base, .supreme-element .legacy-display-base, .supreme-element .link-regular, .supreme-element .legacy-link-regular {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.supreme-element .display-regular, .supreme-element .legacy-display-regular, .supreme-element .ct-inner-content .ct-section .legacy-featured-block-content, .ct-inner-content .ct-section .supreme-element .legacy-featured-block-content, .supreme-element .ct-inner-content .ct-section .legacy-stay-upto-date-contnet, .ct-inner-content .ct-section .supreme-element .legacy-stay-upto-date-contnet, .supreme-element .legacy-display-lg {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-base);
}
.supreme-element .display-lg, .supreme-element .legacy-display-lg, .supreme-element .link-lg, .supreme-element .legacy-link-lg {
  font-size: var(--display-font-size-lg);
}
@media (max-width: 992px) {
  .supreme-element .display-lg, .supreme-element .legacy-display-lg, .supreme-element .link-lg, .supreme-element .legacy-link-lg {
    font-size: var(--display-font-size-lg);
  }
}
.supreme-element .display-sm, .supreme-element .legacy-display-sm, .supreme-element .ct-inner-content .ct-section .legacy-primary_btn, .ct-inner-content .ct-section .supreme-element .legacy-primary_btn, .supreme-element .ct-inner-content .ct-section .legacy-explore-more-cta, .ct-inner-content .ct-section .supreme-element .legacy-explore-more-cta, .supreme-element .ct-section .primary_btn, .ct-section .supreme-element .primary_btn, .supreme-element .link-sm, .supreme-element .legacy-link-sm {
  font-size: var(--display-font-size-sm);
}
@media (max-width: 992px) {
  .supreme-element .display-sm, .supreme-element .legacy-display-sm, .supreme-element .ct-inner-content .ct-section .legacy-primary_btn, .ct-inner-content .ct-section .supreme-element .legacy-primary_btn, .supreme-element .ct-inner-content .ct-section .legacy-explore-more-cta, .ct-inner-content .ct-section .supreme-element .legacy-explore-more-cta, .supreme-element .ct-section .primary_btn, .ct-section .supreme-element .primary_btn, .supreme-element .link-sm, .supreme-element .legacy-link-sm {
    font-size: var(--display-font-size-sm);
  }
}
.supreme-element .display-xl, .supreme-element .legacy-display-xl {
  font-size: var(--display-font-size-xl);
}
@media (max-width: 992px) {
  .supreme-element .display-xl, .supreme-element .legacy-display-xl {
    font-size: var(--display-font-size-xl);
  }
}
.supreme-element .link-base, .supreme-element .link-sm, .supreme-element .legacy-link-sm, .supreme-element .link-regular, .supreme-element .legacy-link-regular, .supreme-element .link-lg, .supreme-element .legacy-link-lg {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}
@media (min-width: 993px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 992px) {
  .mobile-nav-visible {
    overflow-y: hidden;
  }
}

@media (min-width: 993px) {
  .ct-inner-content {
    overflow: visible;
  }
}

.supreme-sticky-sidebar {
  position: sticky;
  top: 0;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .supreme-sticky-sidebar {
    position: relative;
  }
}

.blog-slider-div {
  margin-top: 0;
}
.blog-slider-div section.supreme-element, .blog-slider-div .share-post-sidebar {
  margin-left: 60px;
}
@media (max-width: 992px) {
  .blog-slider-div section.supreme-element, .blog-slider-div .share-post-sidebar {
    margin-left: 0px;
    margin-top: var(--rem-300-rem);
  }
}

.blog-slider-div .cta-right {
  padding-top: 20px;
}

#cta_subscribe {
  width: 100%;
  max-width: 404.826px;
}
#cta_subscribe .container.cta {
  display: flex;
  text-align: center;
  padding: 50px 40px;
  margin-top: 0;
  gap: 0;
  align-items: center;
  justify-content: center;
}
#cta_subscribe .cta-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #CDB8FF;
}
@media (max-width: 992px) {
  #cta_subscribe {
    max-width: 100%;
  }
}

.post-summary-block, .blog-slider-div {
  /* Button */
}
.post-summary-block .cta.cta-light .cta-title, .post-summary-block .cta.cta-light .cta-text, .blog-slider-div .cta.cta-light .cta-title, .blog-slider-div .cta.cta-light .cta-text {
  color: var(--black);
}
.post-summary-block .cta.cta-light .idt-button-transparent.idt-button-notch-transparent, .blog-slider-div .cta.cta-light .idt-button-transparent.idt-button-notch-transparent {
  width: -moz-max-content;
  width: max-content;
}
.post-summary-block .cta, .blog-slider-div .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  margin: 2rem auto;
  padding: var(--rem-325-rem) var(--rem-600-rem);
  background: lightgray 50%/cover no-repeat;
}
.post-summary-block .cta.idt-notch,
.post-summary-block .cta .idt-notch, .blog-slider-div .cta.idt-notch,
.blog-slider-div .cta .idt-notch {
  clip-path: polygon(60px 0%, 100% 0, 100% 110%, 0 100%, 0% 60px);
}
@media (max-width: 992px) {
  .post-summary-block .cta, .blog-slider-div .cta {
    gap: 3rem;
    padding: var(--rem-325-rem) var(--rem-625-rem);
    max-width: none;
  }
}
@media (max-width: 1399px) {
  .post-summary-block .cta, .blog-slider-div .cta {
    gap: 5rem;
  }
}
@media (max-width: 480px) {
  .post-summary-block .cta, .blog-slider-div .cta {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .post-summary-block .cta, .blog-slider-div .cta {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    padding: var(--rem-425-rem) var(--rem-225-rem);
    margin: 2rem auto;
  }
}
.post-summary-block .cta .cta-title, .blog-slider-div .cta .cta-title {
  color: var(--white);
  font-weight: 600;
  margin-top: 0;
}
.post-summary-block .cta .cta-text, .blog-slider-div .cta .cta-text {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0rem;
}
.post-summary-block.idt-button,
.post-summary-block .idt-button, .blog-slider-div.idt-button,
.blog-slider-div .idt-button {
  /* Button variables */
  display: inline-block;
  transition: --light-violet 0.5s ease, --light-cyan 0.5s ease;
  padding: var(--rem-150-rem) var(--rem-200-rem);
  color: var(--dark-oligos);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.875rem;
  white-space: nowrap;
  letter-spacing: 0.06563rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  background: linear-gradient(94deg, var(--light-violet) 10.5%, var(--light-cyan) 121.73%);
  box-shadow: 0.25rem 0.25rem 0.875rem rgba(0, 0, 0, 0.15);
  /* Button Notch */
}
.post-summary-block.idt-button.idt-button-notch,
.post-summary-block .idt-button.idt-button-notch, .blog-slider-div.idt-button.idt-button-notch,
.blog-slider-div .idt-button.idt-button-notch {
  clip-path: polygon(1.125rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.125rem);
}
.post-summary-block.idt-button::after,
.post-summary-block .idt-button::after, .blog-slider-div.idt-button::after,
.blog-slider-div .idt-button::after {
  content: "";
  width: 0.625rem;
  background-image: url(/page/wp-content/uploads/2024/08/Group-387-1.svg);
  margin-left: 0.625rem;
  height: 0.875rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.875rem;
  top: 2px;
  position: relative;
}
.post-summary-block.idt-button:hover,
.post-summary-block .idt-button:hover, .blog-slider-div.idt-button:hover,
.blog-slider-div .idt-button:hover {
  --light-violet: rgb(235, 235, 235);
  --light-cyan: rgb(81, 248, 255);
}
.post-summary-block .idt-button-transparent, .blog-slider-div .idt-button-transparent {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--rem-075-rem) var(--rem-125-rem);
  color: var(--dark-oligos-500);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: var(--rem-175-rem);
  letter-spacing: 0.065625rem;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none !important;
  position: relative;
  background: transparent;
  border: none;
  border-radius: var(--rem-020-rem);
  cursor: pointer;
  overflow: hidden;
}
.post-summary-block .idt-button-transparent::before, .blog-slider-div .idt-button-transparent::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.125rem;
  border-radius: inherit;
  background: linear-gradient(to right, #6100F9, #018FCC);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: all 0.3s ease, left 0.3s ease; /* Smooth transition for background and position */
}
.post-summary-block .idt-button-transparent:hover::before, .blog-slider-div .idt-button-transparent:hover::before {
  padding: var(--rem-020-rem);
  background: linear-gradient(to right, #3A0095, #018FCC);
}
.post-summary-block .idt-button-transparent::after, .blog-slider-div .idt-button-transparent::after {
  width: 20px;
  height: var(--rem-150-rem);
  content: "";
  margin-left: var(--rem-050-rem);
  background: url("/page/wp-content/uploads/2024/08/Group-387-1.svg") no-repeat center/contain;
}
.post-summary-block .idt-button-notch-transparent, .blog-slider-div .idt-button-notch-transparent {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: border-color 0.3s ease, clip-path 0.3s ease, height 0.3s ease; /* Smooth transition for both properties */
  clip-path: polygon(1rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0.9375rem);
}
.post-summary-block .idt-button-notch-transparent:hover, .blog-slider-div .idt-button-notch-transparent:hover {
  clip-path: polygon(0.93rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0.89rem);
}
.post-summary-block .idt-button-notch-transparent:hover .idt-notch-border, .blog-slider-div .idt-button-notch-transparent:hover .idt-notch-border {
  height: 3px;
  left: -6px;
  background: #3A0195;
}
.post-summary-block .idt-notch-border, .blog-slider-div .idt-notch-border {
  position: absolute;
  top: 1px;
  left: -5px;
  content: "";
  width: 2.5rem;
  transform: rotate(-43deg);
  height: 2px;
  background: #6225F4;
  display: inline-block;
  pointer-events: none;
  transition: height 0.3s ease;
}

.blog_columns {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .blog_columns {
    flex-direction: column;
    gap: var(--rem-300-rem);
  }
}
.blog_columns .blog-left-col {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 460px);
}
@media (max-width: 992px) {
  .blog_columns .blog-left-col {
    max-width: 100%;
  }
}
.blog_columns .blog-left-col * {
  max-width: 100%;
}
.blog_columns .blog-left-col img {
  max-width: 100%;
  height: auto;
}
.blog_columns .blog-left-col figure {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: var(--rem-200-rem);
}
.blog_columns .blog-left-col figure figcaption {
  border-radius: 0px 0px 3px 3px;
  background: var(--genome-mist-200);
  padding: var(--rem-050-rem) var(--rem-125-rem) var(--rem-050-rem) var(--rem-075-rem);
  color: var(--genome-mist-800);
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog_columns .blog-left-col figure p, .blog_columns .blog-left-col figure p:not(.acf-cta-description) {
  font-size: var(--display-font-size-base);
}
.blog_columns .blog-left-col figure strong {
  font-weight: 400;
}
.blog_columns .blog-left-col figure + p {
  margin-top: var(--rem-200-rem);
}
.blog_columns .blog-right-col {
  flex: 0 0 400px;
  max-width: 400px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .blog_columns .blog-right-col {
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
  }
}

.oxy-supreme-elements-hero,
.oxy-supreme-elements-cta,
.oxy-supreme-elements-showcase,
.oxy-supreme-elements-showcase-list,
.oxy-supreme-elements-showcase-cards,
.oxy-supreme-elements-sidebar-menu,
.oxy-supreme-elements-post-summary-content,
.oxy-supreme-elements-share-post-sidebar,
.oxy-supreme-elements-info-box,
.oxy-supreme-elements-showcase-cards-button,
.oxy-supreme-elements-featured-resources {
  width: 100%;
}

.oxy-supreme-elements-section-tabs {
  z-index: 3;
  top: 0;
  position: sticky;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 5px 14px 0px rgba(118, 118, 118, 0.25);
}
@media (max-width: 992px) {
  .oxy-supreme-elements-section-tabs {
    position: static;
    border-left: none;
    border-right: none;
  }
}

.oxy-supreme-elements-sidebar-menu {
  position: relative;
}

.element-spacing {
  padding: 3.125rem 0;
}
@media (max-width: 767px) {
  .element-spacing {
    padding: 1.875rem 0 0.625rem 0;
  }
}

.element-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.ct-elements-managers-body .oxy-supreme-elements-icon-row {
  margin-bottom: 0rem;
}

.oxy-supreme-elements-icon-row-section {
  padding: 5rem 0 4.375rem 0;
}
@media (max-width: 767px) {
  .oxy-supreme-elements-icon-row-section {
    padding: 2.5rem 0 0.625rem 0;
  }
}
.oxy-supreme-elements-icon-row-section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.supreme-element.text-gradient-purple-blue, .ct-inner-content .supreme-element.blog-list .supreme-element.blog-list-heading,
.ct-section .supreme-element.blog-list .supreme-element.blog-list-heading,
[class*=oxy-supreme-elements] .supreme-element.blog-list .supreme-element.blog-list-heading,
.supreme-element .text-gradient-purple-blue,
.ct-inner-content .supreme-element .featured-blogs .column-2 .card-box:hover .card-title,
.ct-section .supreme-element .featured-blogs .column-2 .card-box:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-box:hover .card-title,
.ct-inner-content .supreme-element .featured-blogs .column-1 .card-box:hover .card-title,
.ct-section .supreme-element .featured-blogs .column-1 .card-box:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-1 .card-box:hover .card-title,
.ct-inner-content .supreme-element.blog-list .blog-list-heading,
.ct-section .supreme-element.blog-list .blog-list-heading,
[class*=oxy-supreme-elements] .supreme-element.blog-list .blog-list-heading,
.ct-inner-content .supreme-element .featured-resources .column-2 .card-box:hover .card-title,
.ct-section .supreme-element .featured-resources .column-2 .card-box:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-box:hover .card-title,
.ct-inner-content .supreme-element .featured-resources .column-1 .card-box:hover .card-title,
.ct-section .supreme-element .featured-resources .column-1 .card-box:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-1 .card-box:hover .card-title,
.ct-inner-content .supreme-element .showcase-cards .showcase-card:hover .card-title,
.ct-section .supreme-element .showcase-cards .showcase-card:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card:hover .card-title {
  background: linear-gradient(90deg, var(--bio-orchid-600), var(--crispr-clear));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.ct-inner-content .supreme-element,
.ct-section .supreme-element,
[class*=oxy-supreme-elements] .supreme-element {
  font-size: var(--display-font-size-base);
  /* CTA */
  /* Hero */
  /* Button */
  /* Divider */
  /* Smooth background transition using pseudo-element */
  /* Optional CTA Notch */
  /*
  #idt_newletter .container.cta,#idt_newletter .cta-left
  {position: relative;}
  #idt_newletter .container.cta:before {
      background-image: url(/page/wp-content/uploads/2024/08/Newsletter_animation-1.png);
      background-size: 964px 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      background-repeat: no-repeat;
      width: 964px;
      height: auto;
      background-position: 100% 0%;
      content: "";
  }

  #idt_newletter .cta-left:before {
      background-image: url(https://devpages.idtdna.com/page/wp-content/uploads/2024/08/idt-insider_logo.svg);
      position: absolute;
      top: -20px;
      left: 0px;
      bottom: 0px;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      background-position: left top;
      content: "";
  }
  #idt_newletter .container.cta{ 
    padding: 6.62rem 7.5rem 4.37rem 7.5rem;
    @include responsive('mobile') {
       padding: var(--rem-325-rem) var(--rem-625-rem);
    }
     @include responsive('mobile-sm') {
        padding: var(--rem-625-rem) var(--rem-125-rem);
    }
  }
  */
  /* Hero Service */
  /* Dynamic CTA */
  /* Setup Steps Element */
}
.ct-inner-content .supreme-element.showcase-heading,
.ct-section .supreme-element.showcase-heading,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading {
  margin: 0 auto;
  padding: var(--rem-500-rem) 0 0;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.showcase-heading,
  .ct-section .supreme-element.showcase-heading,
  [class*=oxy-supreme-elements] .supreme-element.showcase-heading {
    padding: var(--rem-200-rem) 0 0;
  }
}
.ct-inner-content .supreme-element.showcase-heading .row,
.ct-section .supreme-element.showcase-heading .row,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .row {
  align-items: center;
}
.ct-inner-content .supreme-element.showcase-heading .heading-icon,
.ct-section .supreme-element.showcase-heading .heading-icon,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-icon {
  flex: 0;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.showcase-heading .heading-icon,
  .ct-section .supreme-element.showcase-heading .heading-icon,
  [class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-icon {
    flex: 0 0 auto;
    margin-bottom: var(--rem-100-rem);
  }
}
.ct-inner-content .supreme-element.showcase-heading .heading-icon img,
.ct-section .supreme-element.showcase-heading .heading-icon img,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-icon img {
  display: block;
  width: 108px;
  height: auto;
  max-height: 108px;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 480px) {
  .ct-inner-content .supreme-element.showcase-heading .heading-icon img,
  .ct-section .supreme-element.showcase-heading .heading-icon img,
  [class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-icon img {
    margin: 0;
  }
}
.ct-inner-content .supreme-element.showcase-heading .heading-content,
.ct-section .supreme-element.showcase-heading .heading-content,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content {
  flex: 1;
}
.ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link,
.ct-section .supreme-element.showcase-heading .heading-content .heading-link,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link {
  position: relative;
  color: var(--dark-oligos);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--helix-feather-600);
  margin-left: 4px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link,
  .ct-section .supreme-element.showcase-heading .heading-content .heading-link,
  [class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link {
    margin-left: 0;
  }
}
.ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link:hover,
.ct-section .supreme-element.showcase-heading .heading-content .heading-link:hover,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link:hover {
  color: var(--deep-affinity-400);
}
.ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link:hover svg path,
.ct-section .supreme-element.showcase-heading .heading-content .heading-link:hover svg path,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link:hover svg path {
  stroke: var(--helix-feather-800);
}
.ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link::before,
.ct-section .supreme-element.showcase-heading .heading-content .heading-link::before,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--helix-feather-800);
  transition: width 0.25s ease;
}
.ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link:hover::before,
.ct-section .supreme-element.showcase-heading .heading-content .heading-link:hover::before,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link:hover::before {
  width: 100%;
}
.ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link svg,
.ct-section .supreme-element.showcase-heading .heading-content .heading-link svg,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link svg {
  margin-left: 5px;
  height: 20px;
  width: 8px;
  margin-top: -2px;
  display: inline-block;
  line-height: 1.875rem;
  transition: margin-left 0.25s ease;
}
.ct-inner-content .supreme-element.showcase-heading .heading-content .heading-link:hover svg,
.ct-section .supreme-element.showcase-heading .heading-content .heading-link:hover svg,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-content .heading-link:hover svg {
  margin-left: 8px;
}
.ct-inner-content .supreme-element.showcase-heading .heading-text,
.ct-section .supreme-element.showcase-heading .heading-text,
[class*=oxy-supreme-elements] .supreme-element.showcase-heading .heading-text {
  color: var(--genome-mist-800);
  margin-top: 30px;
  margin-bottom: 20px;
}
.ct-inner-content .supreme-element .product-links,
.ct-section .supreme-element .product-links,
[class*=oxy-supreme-elements] .supreme-element .product-links {
  row-gap: var(--rem-100-rem);
  margin-bottom: var(--rem-250-rem);
}
.ct-inner-content .supreme-element .product-links .product-link a,
.ct-section .supreme-element .product-links .product-link a,
[class*=oxy-supreme-elements] .supreme-element .product-links .product-link a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid var(--helix-feather-600);
  font-weight: 500;
}
.ct-inner-content .supreme-element .product-links .product-link a:hover,
.ct-section .supreme-element .product-links .product-link a:hover,
[class*=oxy-supreme-elements] .supreme-element .product-links .product-link a:hover {
  color: var(--deep-affinity-400);
}
.ct-inner-content .supreme-element .product-links .product-link a::before,
.ct-section .supreme-element .product-links .product-link a::before,
[class*=oxy-supreme-elements] .supreme-element .product-links .product-link a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--helix-feather-800);
  transition: width 0.25s ease;
}
.ct-inner-content .supreme-element .product-links .product-link a:hover::before,
.ct-section .supreme-element .product-links .product-link a:hover::before,
[class*=oxy-supreme-elements] .supreme-element .product-links .product-link a:hover::before {
  width: 100%;
}
.ct-inner-content .supreme-element .product-links .product-link a::after,
.ct-section .supreme-element .product-links .product-link a::after,
[class*=oxy-supreme-elements] .supreme-element .product-links .product-link a::after {
  content: "";
  width: 10px;
  background-image: url(/page/wp-content/uploads/2024/08/Group-387-1.svg);
  margin-left: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.875rem;
  transition: margin-left 0.25s ease;
}
.ct-inner-content .supreme-element .product-links .product-link a:hover::after,
.ct-section .supreme-element .product-links .product-link a:hover::after,
[class*=oxy-supreme-elements] .supreme-element .product-links .product-link a:hover::after {
  margin-left: 15px;
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card,
.ct-section .supreme-element .showcase-cards .showcase-card,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card {
  text-decoration: none;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .showcase-cards .showcase-card,
  .ct-section .supreme-element .showcase-cards .showcase-card,
  [class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card {
    margin-bottom: var(--rem-300-rem);
  }
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card .card-image-container,
.ct-section .supreme-element .showcase-cards .showcase-card .card-image-container,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card .card-image-container {
  position: relative;
  display: block;
  margin: 0 auto var(--rem-100-rem);
  width: 100%;
  height: 190px;
  color: var(--white);
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  border-radius: var(--border-radius-3);
  overflow: hidden;
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card .card-image-container .card-image,
.ct-section .supreme-element .showcase-cards .showcase-card .card-image-container .card-image,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card .card-image-container .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.25s linear;
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card .card-image-container::after,
.ct-section .supreme-element .showcase-cards .showcase-card .card-image-container::after,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card .card-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-3);
  background: linear-gradient(349deg, var(--transparent) 52.24%, var(--bio-orchid-500) 93.3%);
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card .card-image-container .card-image-text,
.ct-section .supreme-element .showcase-cards .showcase-card .card-image-container .card-image-text,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card .card-image-container .card-image-text {
  position: absolute;
  z-index: 1;
  top: var(--rem-100-rem);
  left: var(--rem-100-rem);
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card:hover .card-image-container .card-image,
.ct-section .supreme-element .showcase-cards .showcase-card:hover .card-image-container .card-image,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card:hover .card-image-container .card-image {
  transform: scale(1.05);
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card .card-title,
.ct-section .supreme-element .showcase-cards .showcase-card .card-title,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card .card-title {
  color: var(--bio-orchid);
  margin-bottom: 10px;
}
.ct-inner-content .supreme-element .showcase-cards .showcase-card .card-text,
.ct-section .supreme-element .showcase-cards .showcase-card .card-text,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards .showcase-card .card-text {
  color: var(--gray);
}
.ct-inner-content .supreme-element.sidebar-menu,
.ct-inner-content .supreme-element .sidebar-menu,
.ct-section .supreme-element.sidebar-menu,
.ct-section .supreme-element .sidebar-menu,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu {
  margin-right: 0px;
  margin-left: var(--rem-600-rem);
  margin-top: 0px;
  padding: var(--rem-300-rem) 0 var(--rem-500-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.sidebar-menu,
  .ct-inner-content .supreme-element .sidebar-menu,
  .ct-section .supreme-element.sidebar-menu,
  .ct-section .supreme-element .sidebar-menu,
  [class*=oxy-supreme-elements] .supreme-element.sidebar-menu,
  [class*=oxy-supreme-elements] .supreme-element .sidebar-menu {
    padding: var(--rem-200-rem) 0 0;
    margin: 0 0 var(--rem-200-rem);
  }
}
.ct-inner-content .supreme-element.sidebar-menu .menu-title,
.ct-inner-content .supreme-element .sidebar-menu .menu-title,
.ct-section .supreme-element.sidebar-menu .menu-title,
.ct-section .supreme-element .sidebar-menu .menu-title,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-title,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-title {
  font-size: var(--display-font-size-5);
}
.ct-inner-content .supreme-element.sidebar-menu .menu-items,
.ct-inner-content .supreme-element .sidebar-menu .menu-items,
.ct-section .supreme-element.sidebar-menu .menu-items,
.ct-section .supreme-element .sidebar-menu .menu-items,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-items,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #E6E6E6;
}
.ct-inner-content .supreme-element.sidebar-menu .menu-items .menu-item,
.ct-inner-content .supreme-element .sidebar-menu .menu-items .menu-item,
.ct-section .supreme-element.sidebar-menu .menu-items .menu-item,
.ct-section .supreme-element .sidebar-menu .menu-items .menu-item,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-items .menu-item,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-items .menu-item {
  background-color: var(--transparent);
  transition: all 0.25s linear;
}
.ct-inner-content .supreme-element.sidebar-menu .menu-items .menu-item .menu-item-link,
.ct-inner-content .supreme-element .sidebar-menu .menu-items .menu-item .menu-item-link,
.ct-section .supreme-element.sidebar-menu .menu-items .menu-item .menu-item-link,
.ct-section .supreme-element .sidebar-menu .menu-items .menu-item .menu-item-link,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-items .menu-item .menu-item-link,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-items .menu-item .menu-item-link {
  padding: 0.625rem;
  display: block;
  color: var(--gray);
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.ct-inner-content .supreme-element.sidebar-menu .menu-items .menu-item.menu-item-active, .ct-inner-content .supreme-element.sidebar-menu .menu-items .menu-item:hover,
.ct-inner-content .supreme-element .sidebar-menu .menu-items .menu-item.menu-item-active,
.ct-inner-content .supreme-element .sidebar-menu .menu-items .menu-item:hover,
.ct-section .supreme-element.sidebar-menu .menu-items .menu-item.menu-item-active,
.ct-section .supreme-element.sidebar-menu .menu-items .menu-item:hover,
.ct-section .supreme-element .sidebar-menu .menu-items .menu-item.menu-item-active,
.ct-section .supreme-element .sidebar-menu .menu-items .menu-item:hover,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-items .menu-item.menu-item-active,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-items .menu-item:hover,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-items .menu-item.menu-item-active,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-items .menu-item:hover {
  background-color: var(--helix-feather-500);
}
.ct-inner-content .supreme-element.sidebar-menu .menu-items .menu-item.menu-item-active .menu-item-link, .ct-inner-content .supreme-element.sidebar-menu .menu-items .menu-item:hover .menu-item-link,
.ct-inner-content .supreme-element .sidebar-menu .menu-items .menu-item.menu-item-active .menu-item-link,
.ct-inner-content .supreme-element .sidebar-menu .menu-items .menu-item:hover .menu-item-link,
.ct-section .supreme-element.sidebar-menu .menu-items .menu-item.menu-item-active .menu-item-link,
.ct-section .supreme-element.sidebar-menu .menu-items .menu-item:hover .menu-item-link,
.ct-section .supreme-element .sidebar-menu .menu-items .menu-item.menu-item-active .menu-item-link,
.ct-section .supreme-element .sidebar-menu .menu-items .menu-item:hover .menu-item-link,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-items .menu-item.menu-item-active .menu-item-link,
[class*=oxy-supreme-elements] .supreme-element.sidebar-menu .menu-items .menu-item:hover .menu-item-link,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-items .menu-item.menu-item-active .menu-item-link,
[class*=oxy-supreme-elements] .supreme-element .sidebar-menu .menu-items .menu-item:hover .menu-item-link {
  color: var(--deep-affinity);
  font-weight: 700;
}
.ct-inner-content .supreme-element .cta,
.ct-section .supreme-element .cta,
[class*=oxy-supreme-elements] .supreme-element .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  margin: var(--rem-625-rem) auto;
  background: lightgray 50%/cover no-repeat;
  padding: var(--rem-325-rem) var(--rem-600-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta,
  .ct-section .supreme-element .cta,
  [class*=oxy-supreme-elements] .supreme-element .cta {
    margin: var(--rem-350-rem) 0;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta,
  .ct-section .supreme-element .cta,
  [class*=oxy-supreme-elements] .supreme-element .cta {
    gap: 3rem;
    padding: var(--rem-325-rem) var(--rem-625-rem);
    max-width: none;
  }
}
@media (max-width: 1399px) {
  .ct-inner-content .supreme-element .cta,
  .ct-section .supreme-element .cta,
  [class*=oxy-supreme-elements] .supreme-element .cta {
    gap: 5rem;
  }
}
@media (max-width: 480px) {
  .ct-inner-content .supreme-element .cta,
  .ct-section .supreme-element .cta,
  [class*=oxy-supreme-elements] .supreme-element .cta {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta,
  .ct-section .supreme-element .cta,
  [class*=oxy-supreme-elements] .supreme-element .cta {
    flex-direction: column;
    align-items: start;
    gap: 3rem;
  }
}
.ct-inner-content .supreme-element .cta.idt-notch,
.ct-inner-content .supreme-element .cta .idt-notch,
.ct-section .supreme-element .cta.idt-notch,
.ct-section .supreme-element .cta .idt-notch,
[class*=oxy-supreme-elements] .supreme-element .cta.idt-notch,
[class*=oxy-supreme-elements] .supreme-element .cta .idt-notch {
  clip-path: polygon(80px 0%, 100% 0, 100% 110%, 0 100%, 0% 80px);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta,
  .ct-section .supreme-element .cta,
  [class*=oxy-supreme-elements] .supreme-element .cta {
    padding: var(--rem-625-rem) var(--rem-125-rem);
    margin: 3.7rem auto;
  }
}
.ct-inner-content .supreme-element .cta .cta-title,
.ct-section .supreme-element .cta .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta .cta-title {
  color: var(--white);
  font-weight: 600;
}
.ct-inner-content .supreme-element .cta .cta-text,
.ct-section .supreme-element .cta .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta .cta-text {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0rem;
}
.ct-inner-content .supreme-element .cta.cta-sidebar,
.ct-section .supreme-element .cta.cta-sidebar,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar {
  border: 1px solid var(--genome-mist-300, #EFF7F8);
  padding: 2rem;
  margin: 0;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (: ) {
  .ct-inner-content .supreme-element .cta.cta-sidebar,
  .ct-section .supreme-element .cta.cta-sidebar,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar {
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-sidebar,
  .ct-section .supreme-element .cta.cta-sidebar,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar {
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta.cta-sidebar,
  .ct-section .supreme-element .cta.cta-sidebar,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ct-inner-content .supreme-element .cta.cta-sidebar .cta-left,
.ct-section .supreme-element .cta.cta-sidebar .cta-left,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar .cta-left {
  width: 100%;
  margin-bottom: var(--rem-150-rem, 24px);
}
.ct-inner-content .supreme-element .cta.cta-sidebar .cta-title,
.ct-section .supreme-element .cta.cta-sidebar .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar .cta-title {
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 0.75rem;
}
.ct-inner-content .supreme-element .cta.cta-sidebar .cta-text,
.ct-section .supreme-element .cta.cta-sidebar .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar .cta-text {
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0;
}
.ct-inner-content .supreme-element .cta.cta-sidebar .cta-button,
.ct-inner-content .supreme-element .cta.cta-sidebar .idt-button,
.ct-inner-content .supreme-element .cta.cta-sidebar .idt-button-transparent,
.ct-section .supreme-element .cta.cta-sidebar .cta-button,
.ct-section .supreme-element .cta.cta-sidebar .idt-button,
.ct-section .supreme-element .cta.cta-sidebar .idt-button-transparent,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar .cta-button,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar .idt-button,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar .idt-button-transparent {
  padding: 17px 25px 16px 25px;
}
.ct-inner-content .supreme-element .cta.cta-sidebar.cta-light,
.ct-section .supreme-element .cta.cta-sidebar.cta-light,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar.cta-light {
  background-color: #F5F8FD;
}
.ct-inner-content .supreme-element .cta.cta-sidebar.cta-light .cta-title,
.ct-section .supreme-element .cta.cta-sidebar.cta-light .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar.cta-light .cta-title {
  color: var(--heading-headings-color);
}
.ct-inner-content .supreme-element .cta.cta-sidebar.cta-light .cta-text,
.ct-section .supreme-element .cta.cta-sidebar.cta-light .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar.cta-light .cta-text {
  color: var(--genome-mist-800);
}
.ct-inner-content .supreme-element .cta.cta-sidebar:not(.cta-light) .cta-title,
.ct-section .supreme-element .cta.cta-sidebar:not(.cta-light) .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar:not(.cta-light) .cta-title {
  color: #FFFFFF;
}
.ct-inner-content .supreme-element .cta.cta-sidebar:not(.cta-light) .cta-text,
.ct-section .supreme-element .cta.cta-sidebar:not(.cta-light) .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-sidebar:not(.cta-light) .cta-text {
  color: #FFFFFF;
}
.ct-inner-content .supreme-element .cta.cta-gated,
.ct-section .supreme-element .cta.cta-gated,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated {
  max-width: 1108px;
  margin: 3rem auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 280px;
  position: relative;
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-content-wrapper,
.ct-section .supreme-element .cta.cta-gated .cta-content-wrapper,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 124px;
  flex: 1;
}
@media (: ) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-content-wrapper,
  .ct-section .supreme-element .cta.cta-gated .cta-content-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-content-wrapper,
  .ct-section .supreme-element .cta.cta-gated .cta-content-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-content-wrapper {
    padding-left: 20px;
  }
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-image,
.ct-section .supreme-element .cta.cta-gated .cta-image,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-image {
  flex: 0 0 134px;
  position: relative;
  overflow: hidden;
  height: 190px;
  margin-right: 47px;
}
@media (: ) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-image,
  .ct-section .supreme-element .cta.cta-gated .cta-image,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-image {
    flex: 0 0 120px;
    height: 170px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-image,
  .ct-section .supreme-element .cta.cta-gated .cta-image,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-image {
    display: none;
  }
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-image img,
.ct-section .supreme-element .cta.cta-gated .cta-image img,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-left,
.ct-section .supreme-element .cta.cta-gated .cta-left,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-left {
  flex: 0 0 594px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (: ) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-left,
  .ct-section .supreme-element .cta.cta-gated .cta-left,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-left {
    flex: 1;
    padding: var(--rem-250-rem) var(--rem-300-rem);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-left,
  .ct-section .supreme-element .cta.cta-gated .cta-left,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-left {
    flex: 1;
    padding: var(--rem-200-rem) var(--rem-250-rem);
  }
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-title,
.ct-section .supreme-element .cta.cta-gated .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-title {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 1rem;
}
@media (: ) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-title,
  .ct-section .supreme-element .cta.cta-gated .cta-title,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-title,
  .ct-section .supreme-element .cta.cta-gated .cta-title,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-title {
    font-size: 1.5rem;
  }
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-text,
.ct-section .supreme-element .cta.cta-gated .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-text {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-text,
  .ct-section .supreme-element .cta.cta-gated .cta-text,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-text {
    font-size: 1rem;
  }
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-right,
.ct-section .supreme-element .cta.cta-gated .cta-right,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-right {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (: ) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-right,
  .ct-section .supreme-element .cta.cta-gated .cta-right,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-right {
    right: 40px;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-right,
  .ct-section .supreme-element .cta.cta-gated .cta-right,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-right {
    position: static;
    transform: none;
    margin-top: 1.5rem;
  }
}
.ct-inner-content .supreme-element .cta.cta-gated .cta-gated-button,
.ct-section .supreme-element .cta.cta-gated .cta-gated-button,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-gated-button {
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-gated .cta-gated-button,
  .ct-section .supreme-element .cta.cta-gated .cta-gated-button,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-gated .cta-gated-button {
    margin-top: 1rem;
  }
}
.ct-inner-content .supreme-element .cta.cta-gated.cta-light,
.ct-section .supreme-element .cta.cta-gated.cta-light,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated.cta-light {
  background-color: #F5F8FD;
}
.ct-inner-content .supreme-element .cta.cta-gated.cta-light .cta-title,
.ct-section .supreme-element .cta.cta-gated.cta-light .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated.cta-light .cta-title {
  color: var(--heading-headings-color);
}
.ct-inner-content .supreme-element .cta.cta-gated.cta-light .cta-text,
.ct-section .supreme-element .cta.cta-gated.cta-light .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated.cta-light .cta-text {
  color: var(--genome-mist-800);
}
.ct-inner-content .supreme-element .cta.cta-gated:not(.cta-light) .cta-title,
.ct-section .supreme-element .cta.cta-gated:not(.cta-light) .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated:not(.cta-light) .cta-title {
  color: #FFFFFF;
}
.ct-inner-content .supreme-element .cta.cta-gated:not(.cta-light) .cta-text,
.ct-section .supreme-element .cta.cta-gated:not(.cta-light) .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-gated:not(.cta-light) .cta-text {
  color: #FFFFFF;
}
.ct-inner-content .supreme-element .cta.cta-insider,
.ct-section .supreme-element .cta.cta-insider,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider {
  position: relative;
  overflow: hidden;
  padding-top: var(--rem-475-rem);
  padding-bottom: var(--rem-475-rem);
}
.ct-inner-content .supreme-element .cta.cta-insider::before,
.ct-section .supreme-element .cta.cta-insider::before,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/page/wp-content/plugins/supreme-oxy-widgets/images/cta-insider.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .ct-inner-content .supreme-element .cta.cta-insider,
  .ct-section .supreme-element .cta.cta-insider,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-insider {
    padding-top: var(--rem-300-rem);
    padding-bottom: var(--rem-300-rem);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.cta-insider,
  .ct-section .supreme-element .cta.cta-insider,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-insider {
    padding-left: var(--rem-250-rem);
    padding-right: var(--rem-250-rem);
    padding-top: var(--rem-350-rem);
  }
  .ct-inner-content .supreme-element .cta.cta-insider::before,
  .ct-section .supreme-element .cta.cta-insider::before,
  [class*=oxy-supreme-elements] .supreme-element .cta.cta-insider::before {
    background-position: center left;
    opacity: 0.5;
  }
}
.ct-inner-content .supreme-element .cta.cta-insider .cta-title,
.ct-inner-content .supreme-element .cta.cta-insider .cta-text,
.ct-section .supreme-element .cta.cta-insider .cta-title,
.ct-section .supreme-element .cta.cta-insider .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider .cta-text {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.ct-inner-content .supreme-element .cta.cta-insider .cta-left,
.ct-section .supreme-element .cta.cta-insider .cta-left,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider .cta-left {
  position: relative;
  z-index: 1;
}
.ct-inner-content .supreme-element .cta.cta-insider .cta-left::before,
.ct-section .supreme-element .cta.cta-insider .cta-left::before,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider .cta-left::before {
  content: "";
  display: block;
  width: 179px;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzkiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNzkgMTciIGZpbGw9Im5vbmUiPgogIDxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80Mzg4XzExNDAyKSI+CiAgICA8cGF0aCBkPSJNNTIuMjk3OCA0LjIwMDkzQzUyLjMyNzkgNC42MDM4IDUyLjM2MSA0LjgzMjMgNTIuMzYxIDUuMDYwOEM1Mi4zNjQgNy43Nzg3IDUyLjM2NyAxMC40OTY2IDUyLjM2MSAxMy4yMTQ1QzUyLjM2MSAxNC42MzM2IDUxLjcyOTYgMTUuMjYxOSA1MC4yOTU1IDE1LjI2MTlDNDQuMTc0MiAxNS4yNjQ5IDM4LjA1MjkgMTUuMjY0OSAzMS45Mjg2IDE1LjI2MTlDMzAuNTgxNiAxNS4yNjE5IDI5Ljk0MTIgMTQuNjE4NSAyOS45MzgyIDEzLjI5NTdDMjkuOTM4MiAxMC41NTM3IDI5LjkzODIgNy44MTE3OCAyOS45MzgyIDUuMDcyODJDMjkuOTM4MiA0Ljg0NDMzIDI5LjkzODIgNC42MTU4MyAyOS45MzgyIDQuMjI3OTlDMzAuMzUwMSA0LjQyMzQxIDMwLjYyMzcgNC41MzQ2NSAzMC44NzkzIDQuNjc4OTdDMzQuMDAzMSA2LjQ0NjgxIDM3LjEzMjkgOC4yMDg2NCA0MC4yNDE2IDEwLjAwMzVDNDAuODc2IDEwLjM3MDMgNDEuMzkzMSAxMC4zODgzIDQyLjAzOTUgMTAuMDE1NkM0NS4xNjkzIDguMjA1NjMgNDguMzIwMiA2LjQzMTc4IDUxLjQ2OCA0LjY0ODlDNTEuNjkwNSA0LjUyMjYzIDUxLjkyMiA0LjQwODM4IDUyLjMwMDggNC4yMDY5NEw1Mi4yOTc4IDQuMjAwOTNaIiBmaWxsPSIjQ0RCOEZGIi8+CiAgICA8cGF0aCBkPSJNNDEuMTc2NyAwLjYxMDg0QzQ0LjIwMTIgMC42MTA4NCA0Ny4yMjg4IDAuNjEwODQgNTAuMjUzNCAwLjYxMDg0QzUxLjA2ODIgMC42MTA4NCA1MS43Nzc3IDAuODEyMjc4IDUyLjE4MzYgMS41OTY5OEM1Mi40MTIxIDIuMDM4OTQgNTIuMzg4IDIuMzYzNjUgNTEuODc5OSAyLjY0OTI3QzQ4LjUxODYgNC41MzEzNiA0NS4xNjkzIDYuNDM3NSA0MS44MjMxIDguMzUyNjdDNDEuMzU0IDguNjIwMjUgNDAuOTQ1MiA4LjYyMzI1IDQwLjQ3NjEgOC4zNTU2N0MzNy4xMjk5IDYuNDQzNTIgMzMuNzgzNiA0LjUzNDM3IDMwLjQyMjMgMi42NTIyOEMyOS44NzIxIDIuMzQyNiAyOS44NzgxIDEuOTk2ODUgMzAuMTM5NyAxLjU0NTg3QzMwLjU2MDYgMC44MTgyOTEgMzEuMjM3MSAwLjYxMDg0IDMyLjAzMDggMC42MTA4NEMzNS4wNzk0IDAuNjE2ODUzIDM4LjEyOCAwLjYxMDg0IDQxLjE3OTcgMC42MTA4NEg0MS4xNzY3WiIgZmlsbD0iI0NEQjhGRiIvPgogICAgPHBhdGggZD0iTTEzOC43ODcgMTUuMDI0MlYwLjM3OTM4N0MxNDAuOTk3IDAuMzc5Mzg3IDE0My4xNyAwLjM3NjM4MSAxNDUuMzQ3IDAuMzg1NEMxNDUuNjMzIDAuMzg1NCAxNDUuOTIxIDAuNDQ1NTMxIDE0Ni4yMDEgMC41MDU2NjJDMTQ5LjU1OSAxLjIxNTIgMTUxLjY3OSAzLjgwOTg0IDE1MS43NjYgNy4zMDA0M0MxNTEuODA1IDguODAwNjkgMTUxLjYwMSAxMC4yNDY4IDE1MC44ODUgMTEuNTkwN0MxNDkuODQ1IDEzLjU0OCAxNDguMTc2IDE0Ljc4NjcgMTQ2LjAxOCAxNC45NzkxQzE0My42NDIgMTUuMTkyNSAxNDEuMjM0IDE1LjAyNzIgMTM4Ljc5IDE1LjAyNzJMMTM4Ljc4NyAxNS4wMjQyWk0xNDAuMjI3IDEzLjkxMThDMTQxLjkyIDEzLjkxMTggMTQzLjU3NiAxNC4wMTEgMTQ1LjIxNSAxMy44ODc3QzE0Ny41MzYgMTMuNzEzMyAxNDkuMTQ0IDEyLjQ2ODYgMTQ5LjkwNSAxMC4yNTg4QzE1MC40NDkgOC42ODM0NCAxNTAuNDU1IDcuMDY4OTMgMTQ5Ljk4OSA1LjQ3MjQ2QzE0OS40NiAzLjY1OTUyIDE0OC4zMDkgMi4zNjY3MSAxNDYuNDYgMS44MjU1M0MxNDQuNDIxIDEuMjI3MjMgMTQyLjMyOSAxLjYyMTA5IDE0MC4yMjcgMS41MDY4NFYxMy45MTE4WiIgZmlsbD0iI0NEQjhGRiIvPgogICAgPHBhdGggZD0iTTEwNS43NzggMTUuMTQxN0gxMDQuNTI3VjAuMzk3NjQ2QzEwNS4xNCAwLjE4NzE4OSAxMDUuNTcgMC4zOTc2NDYgMTA1Ljk3MyAwLjkxNzc3N0MxMDguODM1IDQuNjI3ODQgMTExLjcyMiA4LjMxOTg2IDExNC42MDIgMTIuMDE0OUMxMTQuNzI4IDEyLjE3NzIgMTE0Ljg2NyAxMi4zMzM1IDExNS4xMTMgMTIuNjI1MlYwLjM3MzU5NEgxMTYuMzdWMTUuMDkwNUMxMTUuNzQxIDE1LjMwNCAxMTUuMzEyIDE1LjA2NjUgMTE0LjkxNSAxNC41NTI0QzExMi4wOCAxMC44ODE0IDEwOS4yMjYgNy4yMjU0OSAxMDYuMzc2IDMuNTY2NTNDMTA2LjIyIDMuMzY4MSAxMDYuMDUxIDMuMTgxNyAxMDUuNzc1IDIuODUzOTlWMTUuMTM4NkwxMDUuNzc4IDE1LjE0MTdaIiBmaWxsPSIjQ0RCOEZGIi8+CiAgICA8cGF0aCBkPSJNMTY4LjE1MiAwLjIyMzE0NUMxNzAuMjM1IDAuMzMxMzggMTcyLjI4IDAuMzA0MzIxIDE3NC4yODUgMC41ODM5MjhDMTc2LjI1NCAwLjg1NzUyMyAxNzcuMzI4IDIuMTAyMjMgMTc3LjQ2MyAzLjc1ODgzQzE3Ny42MzEgNS44MjEzMSAxNzYuNzM4IDcuMjg4NSAxNzQuODM1IDguMDQwMTRDMTc0LjQzOCA4LjE5NjQ3IDE3NC4wMjMgOC4zMDc3MiAxNzMuNTI0IDguNDY3MDZDMTc1LjM1MiAxMC42ODI4IDE3Ny4xNSAxMi44NTk2IDE3OC45OSAxNS4wOTA0QzE3Ny45NjUgMTUuMjg4OSAxNzcuMjQ5IDE1LjEyNjUgMTc2LjYzIDE0LjMxNzdDMTc1LjM2NyAxMi42NjcyIDE3My45NjkgMTEuMTE1OCAxNzIuNjk0IDkuNDcxMjVDMTcyLjE4MyA4LjgxMjgxIDE3MS42MzkgOC40ODgxMSAxNzAuODEyIDguNTkzMzRDMTcwLjQzNCA4LjY0MTQ0IDE3MC4wNDYgOC42MDIzNiAxNjkuNTYyIDguNjAyMzZWMTUuMTI5NUgxNjguMTU1VjAuMjIzMTQ1SDE2OC4xNTJaTTE2OS41ODYgNy41NzcxM0MxNzEuMDA4IDcuNDY4ODkgMTcyLjM4NSA3LjQwMjc1IDE3My43NSA3LjIzNzM5QzE3NC4xNzQgNy4xODYyOCAxNzQuNjA0IDYuOTE1NjkgMTc0Ljk2MSA2LjY1MTEyQzE3NS45NTQgNS45MjA1MyAxNzYuMjA2IDQuODk1MyAxNzYuMDIgMy43Mjg3NkMxNzUuODU3IDIuNzI3NTkgMTc1LjIyNiAyLjEyMDI3IDE3NC4yOTQgMS44MTk2MUMxNzIuNzYxIDEuMzI2NTQgMTcxLjE4NSAxLjQ3Njg3IDE2OS41ODYgMS41MDA5MlY3LjU4MDE0VjcuNTc3MTNaIiBmaWxsPSIjQ0RCOEZGIi8+CiAgICA8cGF0aCBkPSJNMTYzLjM1IDcuMDI3MDdWOC4yNDE3MUgxNTYuODJWMTMuOTA2SDE2NC42NTJDMTY0Ljg1MyAxNS4xMjk2IDE2NC44MjMgMTUuMTY4NyAxNjMuNzU2IDE1LjE2ODdDMTYxLjI1OCAxNS4xNjg3IDE1OC43NTkgMTUuMTY4NyAxNTYuMjYxIDE1LjE2ODdDMTU2LjAwMiAxNS4xNjg3IDE1NS43NDEgMTUuMTY4NyAxNTUuNDI4IDE1LjE2ODdWMC4zNzA2MDVIMTY0LjYzNFYxLjU1NTE4SDE1Ni44MDhWNy4wMjcwN0gxNjMuMzU2SDE2My4zNVoiIGZpbGw9IiNDREI4RkYiLz4KICAgIDxwYXRoIGQ9Ik0xMTkuNjY4IDEzLjI1MDRDMTIwLjIgMTIuMzA5NCAxMjAuMzU2IDEyLjI2NzMgMTIxLjE2NSAxMi45NDM3QzEyMi41MjcgMTQuMDgzMiAxMjQuMDY2IDE0LjM3NDkgMTI1Ljc0NyAxMy44Nzg4QzEyNi41ODMgMTMuNjMyMiAxMjcuMjI2IDEzLjEwNjEgMTI3LjYwOCAxMi4zMDAzQzEyOC4zMzYgMTAuNzczIDEyNy45MDMgOS40MjkxNCAxMjYuMzU3IDguNzI4NjJDMTI1LjQ4OSA4LjMzNDc2IDEyNC41NTQgOC4wODgyMyAxMjMuNjQ5IDcuNzcyNTRDMTIzLjM3OCA3LjY3OTM0IDEyMy4xMDQgNy41ODYxMyAxMjIuODM3IDcuNDgwOTFDMTIxLjE2MiA2LjgwNDQ0IDEyMC4zNDEgNS42ODMgMTIwLjM1IDQuMDgwNTFDMTIwLjM1OSAyLjQ3ODAzIDEyMS4zMTUgMS4xNDAxMiAxMjIuODkxIDAuNTE0NzY1QzEyNC44NzUgLTAuMjY5OTQxIDEyNy4zMzIgMC4yMjkxNDQgMTI4LjgyNiAxLjcyMDM5QzEyOC40OTggMi43MzM1OSAxMjguMzEyIDIuNzk5NzMgMTI3LjQ2MSAyLjIwNzQ0QzEyNi4xNDEgMS4yODQ0NCAxMjQuNzE5IDEuMTAxMDQgMTIzLjIzNCAxLjcyNjRDMTIyLjI2IDIuMTM4MjkgMTIxLjc2OSAyLjkyOTAxIDEyMS43MjQgMy45NzUyOUMxMjEuNjgyIDQuOTg1NDggMTIyLjIzOCA1LjY1ODk1IDEyMy4xMDEgNi4wNDk3OUMxMjMuOTI1IDYuNDI1NjEgMTI0LjggNi42OTMxOSAxMjUuNjU0IDcuMDA1ODdDMTI1Ljg3OSA3LjA4NzA1IDEyNi4xMDggNy4xNjIyMSAxMjYuMzMgNy4yNDMzOUMxMjguNDY1IDguMDMxMSAxMjkuMzY0IDkuMTcwNTggMTI5LjI4MyAxMC45Njg0QzEyOS4xOSAxMy4wMTI5IDEyNy45MzkgMTQuNTUyMiAxMjUuOTE1IDE1LjExMTVDMTIzLjU4OCAxNS43NTE4IDEyMC45NjEgMTQuOTcwMSAxMTkuNjYyIDEzLjI1MzRMMTE5LjY2OCAxMy4yNTA0WiIgZmlsbD0iI0NEQjhGRiIvPgogICAgPHBhdGggZD0iTTk4LjQ5OTMgMC4zNTIyOTVIOTkuODQ2MlYxNS4xMTEzSDk4LjQ5OTNWMC4zNTIyOTVaIiBmaWxsPSIjQ0RCOEZGIi8+CiAgICA8cGF0aCBkPSJNMTM0LjE1NyAxNS4xNDQ1SDEzMi44MDdWMC4zNzY0NjVIMTM0LjE1N1YxNS4xNDQ1WiIgZmlsbD0iI0NEQjhGRiIvPgogICAgPHBhdGggZD0iTTIyLjg3MjYgMC44OTM3OTlINi4xNTMyOEM1LjkyNzQ2IDAuODkzNzk5IDUuNzQ0MzggMS4wNzY4NiA1Ljc0NDM4IDEuMzAyNjlDNS43NDQzOCAxLjUyODUxIDUuOTI3NDYgMS43MTE1OCA2LjE1MzI4IDEuNzExNThIMjIuODcyNkMyMy4wOTg0IDEuNzExNTggMjMuMjgxNSAxLjUyODUxIDIzLjI4MTUgMS4zMDI2OUMyMy4yODE1IDEuMDc2ODYgMjMuMDk4NCAwLjg5Mzc5OSAyMi44NzI2IDAuODkzNzk5WiIgZmlsbD0iI0NEQjhGRiIvPgogICAgPHBhdGggZD0iTTIyLjg3MjYgMTQuMjg3Nkg2LjE1MzI4QzUuOTI3NDYgMTQuMjg3NiA1Ljc0NDM4IDE0LjQ3MDYgNS43NDQzOCAxNC42OTY0QzUuNzQ0MzggMTQuOTIyMyA1LjkyNzQ2IDE1LjEwNTMgNi4xNTMyOCAxNS4xMDUzSDIyLjg3MjZDMjMuMDk4NCAxNS4xMDUzIDIzLjI4MTUgMTQuOTIyMyAyMy4yODE1IDE0LjY5NjRDMjMuMjgxNSAxNC40NzA2IDIzLjA5ODQgMTQuMjg3NiAyMi44NzI2IDE0LjI4NzZaIiBmaWxsPSIjQ0RCOEZGIi8+CiAgICA8cGF0aCBkPSJNMTcuMTE4MiA3LjU0NDE5SDAuMzk4ODc5QzAuMTczMDU2IDcuNTQ0MTkgLTAuMDEwMDA5OCA3LjcyNzI1IC0wLjAxMDAwOTggNy45NTMwOEMtMC4wMTAwMDk4IDguMTc4OSAwLjE3MzA1NiA4LjM2MTk3IDAuMzk4ODc5IDguMzYxOTdIMTcuMTE4MkMxNy4zNDQxIDguMzYxOTcgMTcuNTI3MSA4LjE3ODkgMTcuNTI3MSA3Ljk1MzA4QzE3LjUyNzEgNy43MjcyNSAxNy4zNDQxIDcuNTQ0MTkgMTcuMTE4MiA3LjU0NDE5WiIgZmlsbD0iI0NEQjhGRiIvPgogICAgPHBhdGggZD0iTTYyLjE0MTQgMC43MTI4OTFWMTUuNDM4OUg1OS4zMzAzVjAuNzEyODkxSDYyLjE0MTRaIiBmaWxsPSIjQ0RCOEZGIi8+CiAgICA8cGF0aCBkPSJNNjUuMzg1NSAwLjkwODUyNEM2Ni43NTk1IDAuNzA3MDg2IDY4LjQ0NjIgMC41ODA4MTEgNzAuMjM1IDAuNTgwODExQzczLjM0NjggMC41ODA4MTEgNzUuNDU0NCAxLjIwOTE4IDc2Ljk2NjcgMi40NDQ4NkM3OC40NzYgMy42NDE0NiA3OS4zOTYgNS4zMzcxNSA3OS4zOTYgNy42ODgyNkM3OS4zOTYgMTAuMTUzNiA3OC40NTc5IDEyLjA5NTggNzYuOTc4NyAxMy40MjQ3Qzc1LjMzNDEgMTQuODU4OCA3Mi43MDY0IDE1LjU5ODQgNjkuNTE5NSAxNS41OTg0QzY3LjcwMDUgMTUuNTk4NCA2Ni4zODk3IDE1LjUxNDIgNjUuMzg1NSAxNS4zOTRWMC45MDg1MjRaTTY4LjE5NjYgMTMuMzI1NUM2OC42MzU2IDEzLjM5NzYgNjkuMzI0MSAxMy40MDY2IDcwLjAwNjYgMTMuNDA2NkM3NC4xMzE1IDEzLjQzMDcgNzYuNDEzNSAxMS4yOTYxIDc2LjQxMzUgNy44MjA1NUM3Ni40MzE1IDQuNjAwNTUgNzQuMjUxOCAyLjc0NTUyIDcwLjQxODQgMi43NDU1MkM2OS4zNzIyIDIuNzQ1NTIgNjguNjUwNiAyLjgzODcyIDY4LjE5NjYgMi45MzE5MlYxMy4zMjU1WiIgZmlsbD0iI0NEQjhGRiIvPgogICAgPHBhdGggZD0iTTg0LjQxMzUgMy4wMTI4OUg3OS42ODczVjAuNzEyODkxSDkxLjk5OVYzLjAxMjg5SDg3LjIyNDdWMTUuNDM4OUg4NC40MTM1VjMuMDEyODlaIiBmaWxsPSIjQ0RCOEZGIi8+CiAgPC9nPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF80Mzg4XzExNDAyIj4KICAgICAgPHJlY3Qgd2lkdGg9IjE3OSIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAxMDAwOTggMC4xNDYyNCkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: var(--rem-100-rem);
}
.ct-inner-content .supreme-element .cta.cta-insider .cta-button,
.ct-inner-content .supreme-element .cta.cta-insider .idt-button,
.ct-section .supreme-element .cta.cta-insider .cta-button,
.ct-section .supreme-element .cta.cta-insider .idt-button,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider .cta-button,
[class*=oxy-supreme-elements] .supreme-element .cta.cta-insider .idt-button {
  position: relative;
  z-index: 1;
}
.ct-inner-content .supreme-element.hero,
.ct-section .supreme-element.hero,
[class*=oxy-supreme-elements] .supreme-element.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(117deg, #051522 42.32%, #052437 78.21%, #044666 101.04%);
}
.ct-inner-content .supreme-element.hero .hero-image,
.ct-section .supreme-element.hero .hero-image,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%);
  -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%);
  background-position: left center;
  background-size: cover;
}
@media (min-width: 1800px) {
  .ct-inner-content .supreme-element.hero .hero-image,
  .ct-section .supreme-element.hero .hero-image,
  [class*=oxy-supreme-elements] .supreme-element.hero .hero-image {
    width: 50%;
    background-position: right center;
  }
}
.ct-inner-content .supreme-element.hero .container,
.ct-section .supreme-element.hero .container,
[class*=oxy-supreme-elements] .supreme-element.hero .container {
  position: relative;
  z-index: 1;
  padding: var(--rem-625-rem) 0;
  padding-top: 8.5rem;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .ct-inner-content .supreme-element.hero .container,
  .ct-section .supreme-element.hero .container,
  [class*=oxy-supreme-elements] .supreme-element.hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.hero .container,
  .ct-section .supreme-element.hero .container,
  [class*=oxy-supreme-elements] .supreme-element.hero .container {
    max-width: 100%;
    padding: var(--rem-325-rem) 20px;
  }
}
.ct-inner-content .supreme-element.hero .hero-title,
.ct-section .supreme-element.hero .hero-title,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-title {
  display: flex;
  align-items: flex-start;
  color: var(--white);
  margin-bottom: var(--rem-100-rem);
}
.ct-inner-content .supreme-element.hero .hero-text,
.ct-section .supreme-element.hero .hero-text,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-text {
  color: var(--white);
  font-size: 22px;
  line-height: 150%;
  max-width: 860px;
  font-family: var(--font-variables-font-family-font-family-secondary);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.hero .hero-text,
  .ct-section .supreme-element.hero .hero-text,
  [class*=oxy-supreme-elements] .supreme-element.hero .hero-text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.hero .hero-text,
  .ct-section .supreme-element.hero .hero-text,
  [class*=oxy-supreme-elements] .supreme-element.hero .hero-text {
    font-size: 20px;
  }
}
.ct-inner-content .supreme-element.hero .hero-breadcrumb,
.ct-section .supreme-element.hero .hero-breadcrumb,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-breadcrumb {
  color: var(--white);
  position: absolute;
  top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.hero .hero-breadcrumb,
  .ct-section .supreme-element.hero .hero-breadcrumb,
  [class*=oxy-supreme-elements] .supreme-element.hero .hero-breadcrumb {
    position: relative;
    margin-bottom: 1.5rem;
    top: 0;
  }
}
.ct-inner-content .supreme-element.hero .hero-breadcrumb a,
.ct-section .supreme-element.hero .hero-breadcrumb a,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-breadcrumb a {
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  line-height: 140%;
}
.ct-inner-content .supreme-element.hero .hero-breadcrumb a:hover,
.ct-section .supreme-element.hero .hero-breadcrumb a:hover,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-breadcrumb a:hover {
  text-decoration: underline;
}
.ct-inner-content .supreme-element.hero .hero-breadcrumb a:after,
.ct-section .supreme-element.hero .hero-breadcrumb a:after,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-breadcrumb a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://devpages.idtdna.com/page/wp-content/uploads/breadcrumb-icon.svg);
}
.ct-inner-content .supreme-element.hero .hero-breadcrumb span.breadcrumb-current,
.ct-section .supreme-element.hero .hero-breadcrumb span.breadcrumb-current,
[class*=oxy-supreme-elements] .supreme-element.hero .hero-breadcrumb span.breadcrumb-current {
  font-weight: 700;
  line-height: 140%;
}
.ct-inner-content .supreme-element.idt-button,
.ct-inner-content .supreme-element .idt-button,
.ct-section .supreme-element.idt-button,
.ct-section .supreme-element .idt-button,
[class*=oxy-supreme-elements] .supreme-element.idt-button,
[class*=oxy-supreme-elements] .supreme-element .idt-button {
  /* Button variables */
  display: inline-block;
  transition: --light-violet 0.5s ease, --light-cyan 0.5s ease;
  padding: 1.063rem 1.563rem;
  color: var(--dark-oligos);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  white-space: nowrap;
  letter-spacing: 0.06563rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  background: linear-gradient(94deg, var(--plasma-antibody-300) 7.05%, var(--cyanotic-bright-300) 102.11%);
  box-shadow: 0.25rem 0.25rem 0.875rem rgba(0, 0, 0, 0.15);
  /* Button Notch */
}
.ct-inner-content .supreme-element.idt-button.idt-button-notch,
.ct-inner-content .supreme-element .idt-button.idt-button-notch,
.ct-section .supreme-element.idt-button.idt-button-notch,
.ct-section .supreme-element .idt-button.idt-button-notch,
[class*=oxy-supreme-elements] .supreme-element.idt-button.idt-button-notch,
[class*=oxy-supreme-elements] .supreme-element .idt-button.idt-button-notch {
  clip-path: polygon(1.125rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.125rem);
}
.ct-inner-content .supreme-element.idt-button::after,
.ct-inner-content .supreme-element .idt-button::after,
.ct-section .supreme-element.idt-button::after,
.ct-section .supreme-element .idt-button::after,
[class*=oxy-supreme-elements] .supreme-element.idt-button::after,
[class*=oxy-supreme-elements] .supreme-element .idt-button::after {
  content: "";
  width: 0.625rem;
  background-image: url(/page/wp-content/uploads/2024/08/Group-387-1.svg);
  margin-left: 0.625rem;
  height: 0.675rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.875rem;
}
.ct-inner-content .supreme-element.idt-button:hover,
.ct-inner-content .supreme-element .idt-button:hover,
.ct-section .supreme-element.idt-button:hover,
.ct-section .supreme-element .idt-button:hover,
[class*=oxy-supreme-elements] .supreme-element.idt-button:hover,
[class*=oxy-supreme-elements] .supreme-element .idt-button:hover {
  --plasma-antibody-300: rgb(235, 235, 235);
  ---cyanotic-bright-300: rgb(81, 248, 255);
}
.ct-inner-content .supreme-element .idt-button-transparent,
.ct-section .supreme-element .idt-button-transparent,
[class*=oxy-supreme-elements] .supreme-element .idt-button-transparent {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--rem-075-rem) var(--rem-125-rem);
  color: var(--dark-oligos-500);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: var(--rem-175-rem);
  letter-spacing: 0.065625rem;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none !important;
  position: relative;
  background: transparent;
  border: none;
  border-radius: var(--rem-020-rem);
  cursor: pointer;
  overflow: hidden;
}
.ct-inner-content .supreme-element .idt-button-transparent::before,
.ct-section .supreme-element .idt-button-transparent::before,
[class*=oxy-supreme-elements] .supreme-element .idt-button-transparent::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.125rem;
  border-radius: inherit;
  background: linear-gradient(to right, #6100F9, #018FCC);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: all 0.3s ease, left 0.3s ease; /* Smooth transition for background and position */
}
.ct-inner-content .supreme-element .idt-button-transparent:hover::before,
.ct-section .supreme-element .idt-button-transparent:hover::before,
[class*=oxy-supreme-elements] .supreme-element .idt-button-transparent:hover::before {
  padding: var(--rem-020-rem);
  background: linear-gradient(to right, #3A0095, #018FCC);
}
.ct-inner-content .supreme-element .idt-button-transparent::after,
.ct-section .supreme-element .idt-button-transparent::after,
[class*=oxy-supreme-elements] .supreme-element .idt-button-transparent::after {
  width: var(--rem-050-rem);
  height: var(--rem-150-rem);
  content: "";
  margin-left: var(--rem-050-rem);
  background: url("/page/wp-content/uploads/2024/08/Group-387-1.svg") no-repeat center/contain;
}
.ct-inner-content .supreme-element .idt-button-notch-transparent,
.ct-section .supreme-element .idt-button-notch-transparent,
[class*=oxy-supreme-elements] .supreme-element .idt-button-notch-transparent {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: border-color 0.3s ease, clip-path 0.3s ease, height 0.3s ease; /* Smooth transition for both properties */
  clip-path: polygon(1rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0.9375rem);
}
.ct-inner-content .supreme-element .idt-button-notch-transparent:hover,
.ct-section .supreme-element .idt-button-notch-transparent:hover,
[class*=oxy-supreme-elements] .supreme-element .idt-button-notch-transparent:hover {
  clip-path: polygon(0.93rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0.89rem);
}
.ct-inner-content .supreme-element .idt-button-notch-transparent:hover .idt-notch-border,
.ct-section .supreme-element .idt-button-notch-transparent:hover .idt-notch-border,
[class*=oxy-supreme-elements] .supreme-element .idt-button-notch-transparent:hover .idt-notch-border {
  height: 3px;
  left: -6px;
  background: #3A0195;
}
.ct-inner-content .supreme-element .idt-notch-border,
.ct-section .supreme-element .idt-notch-border,
[class*=oxy-supreme-elements] .supreme-element .idt-notch-border {
  position: absolute;
  top: 1px;
  left: -5px;
  content: "";
  width: 2.5rem;
  transform: rotate(-43deg);
  height: 2px;
  background: #6225F4;
  display: inline-block;
  pointer-events: none;
  transition: height 0.3s ease;
}
.ct-inner-content .supreme-element .common-title,
.ct-section .supreme-element .common-title,
[class*=oxy-supreme-elements] .supreme-element .common-title {
  font-weight: 600;
  margin-bottom: var(--rem-250-rem);
}
.ct-inner-content .supreme-element .showcase-cards-button,
.ct-section .supreme-element .showcase-cards-button,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards-button {
  width: -webkit-fill-available;
  --bs-gutter-x: var(--rem-500-rem);
  --bs-gutter-y: var(--rem-500-rem);
}
@media (max-width: 1080px) {
  .ct-inner-content .supreme-element .showcase-cards-button,
  .ct-section .supreme-element .showcase-cards-button,
  [class*=oxy-supreme-elements] .supreme-element .showcase-cards-button {
    --bs-gutter-x: var(--rem-250-rem);
    --bs-gutter-y: var(--rem-250-rem);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .showcase-cards-button,
  .ct-section .supreme-element .showcase-cards-button,
  [class*=oxy-supreme-elements] .supreme-element .showcase-cards-button {
    --bs-gutter-y: 0rem;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .showcase-cards-button .showcase-cards-button-box,
  .ct-section .supreme-element .showcase-cards-button .showcase-cards-button-box,
  [class*=oxy-supreme-elements] .supreme-element .showcase-cards-button .showcase-cards-button-box {
    margin-bottom: var(--rem-375-rem);
  }
}
.ct-inner-content .supreme-element .showcase-cards-button .showcase-cards-button-box .card,
.ct-section .supreme-element .showcase-cards-button .showcase-cards-button-box .card,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards-button .showcase-cards-button-box .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.ct-inner-content .supreme-element .showcase-cards-button .showcase-cards-button-box .card .cta-button,
.ct-section .supreme-element .showcase-cards-button .showcase-cards-button-box .card .cta-button,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards-button .showcase-cards-button-box .card .cta-button {
  margin-top: auto;
}
.ct-inner-content .supreme-element .showcase-cards-button .showcase-cards-button-box .card-image,
.ct-section .supreme-element .showcase-cards-button .showcase-cards-button-box .card-image,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards-button .showcase-cards-button-box .card-image {
  position: relative;
  display: block;
  margin: 0 auto var(--rem-175-rem);
  padding: var(--rem-100-rem);
  width: 100%;
  height: 16.25rem;
  color: var(--white);
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  border-radius: var(--rem-020-rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ct-inner-content .supreme-element .showcase-cards-button .showcase-cards-button-box .card-label-text,
.ct-section .supreme-element .showcase-cards-button .showcase-cards-button-box .card-label-text,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards-button .showcase-cards-button-box .card-label-text {
  font-size: var(--display-font-size-lg);
  margin-bottom: var(--rem-050-rem);
  font-weight: 500;
  line-height: 120%;
  color: var(--dark-oligos-500);
}
.ct-inner-content .supreme-element .showcase-cards-button .showcase-cards-button-box .card-title-heading,
.ct-section .supreme-element .showcase-cards-button .showcase-cards-button-box .card-title-heading,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards-button .showcase-cards-button-box .card-title-heading {
  font-weight: 600;
  max-width: 21.25rem;
  margin-bottom: var(--rem-125-rem);
}
.ct-inner-content .supreme-element .showcase-cards-button .showcase-cards-button-box .card-text,
.ct-section .supreme-element .showcase-cards-button .showcase-cards-button-box .card-text,
[class*=oxy-supreme-elements] .supreme-element .showcase-cards-button .showcase-cards-button-box .card-text {
  margin-bottom: var(--rem-125-rem);
  font-weight: 400;
  color: var(--dark-oligos);
  line-height: 150%;
}
.ct-inner-content .supreme-element .info-box,
.ct-section .supreme-element .info-box,
[class*=oxy-supreme-elements] .supreme-element .info-box {
  padding: var(--rem-300-rem) 0rem;
  padding-top: 5rem;
  --bs-gutter-x: var(--rem-475-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .info-box,
  .ct-section .supreme-element .info-box,
  [class*=oxy-supreme-elements] .supreme-element .info-box {
    --bs-gutter-x: var(--rem-250-rem);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .info-box,
  .ct-section .supreme-element .info-box,
  [class*=oxy-supreme-elements] .supreme-element .info-box {
    gap: var(--rem-125-rem);
    padding: 1.875rem 0rem;
  }
}
.ct-inner-content .supreme-element .info-box .col-sm-12.col-md-12,
.ct-section .supreme-element .info-box .col-sm-12.col-md-12,
[class*=oxy-supreme-elements] .supreme-element .info-box .col-sm-12.col-md-12 {
  max-width: 1162px;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .info-box .col-sm-12.col-md-12,
  .ct-section .supreme-element .info-box .col-sm-12.col-md-12,
  [class*=oxy-supreme-elements] .supreme-element .info-box .col-sm-12.col-md-12 {
    max-width: 100%;
  }
}
.ct-inner-content .supreme-element .info-box.image-right,
.ct-section .supreme-element .info-box.image-right,
[class*=oxy-supreme-elements] .supreme-element .info-box.image-right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .info-box.image-right,
  .ct-section .supreme-element .info-box.image-right,
  [class*=oxy-supreme-elements] .supreme-element .info-box.image-right {
    flex-direction: column;
  }
}
.ct-inner-content .supreme-element .info-box .info-box-left img,
.ct-section .supreme-element .info-box .info-box-left img,
[class*=oxy-supreme-elements] .supreme-element .info-box .info-box-left img {
  width: 100%;
  height: auto;
}
.ct-inner-content .supreme-element .info-box .info-box-right,
.ct-section .supreme-element .info-box .info-box-right,
[class*=oxy-supreme-elements] .supreme-element .info-box .info-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  line-height: 150%;
  color: var(--genome-mist-800);
}
.ct-inner-content .supreme-element .info-box .info-box-right .info-box-label,
.ct-section .supreme-element .info-box .info-box-right .info-box-label,
[class*=oxy-supreme-elements] .supreme-element .info-box .info-box-right .info-box-label {
  font-size: var(--display-font-size-lg);
  margin-bottom: var(--rem-050-rem);
  font-weight: 500;
  line-height: 120%;
  color: var(--dark-oligos);
}
.ct-inner-content .supreme-element .info-box .info-box-right .info-box-title,
.ct-section .supreme-element .info-box .info-box-right .info-box-title,
[class*=oxy-supreme-elements] .supreme-element .info-box .info-box-right .info-box-title {
  font-weight: 600;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .info-box .info-box-right .info-box-title,
  .ct-section .supreme-element .info-box .info-box-right .info-box-title,
  [class*=oxy-supreme-elements] .supreme-element .info-box .info-box-right .info-box-title {
    margin-bottom: var(--rem-150-rem);
  }
}
.ct-inner-content .supreme-element .info-box .info-box-right .info-box-text,
.ct-section .supreme-element .info-box .info-box-right .info-box-text,
[class*=oxy-supreme-elements] .supreme-element .info-box .info-box-right .info-box-text {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  color: var(--genome-mist-800);
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.ct-inner-content .supreme-element .info-box .info-box-right ul,
.ct-section .supreme-element .info-box .info-box-right ul,
[class*=oxy-supreme-elements] .supreme-element .info-box .info-box-right ul {
  margin-bottom: 0;
}
.ct-inner-content .supreme-element .info-box .info-box-right ul li,
.ct-section .supreme-element .info-box .info-box-right ul li,
[class*=oxy-supreme-elements] .supreme-element .info-box .info-box-right ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  color: var(--genome-mist-800);
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.ct-inner-content .supreme-element .icon-row-common-title,
.ct-section .supreme-element .icon-row-common-title,
[class*=oxy-supreme-elements] .supreme-element .icon-row-common-title {
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: var(--rem-125-rem);
}
.ct-inner-content .supreme-element .icon-row-sub-text,
.ct-section .supreme-element .icon-row-sub-text,
[class*=oxy-supreme-elements] .supreme-element .icon-row-sub-text {
  font-size: var(--display-font-size-10);
  line-height: 140%;
  color: var(--genome-mist-800);
  width: 100%;
  max-width: 856px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.ct-inner-content .supreme-element .icon-row,
.ct-section .supreme-element .icon-row,
[class*=oxy-supreme-elements] .supreme-element .icon-row {
  margin-top: var(--rem-300-rem);
  width: -webkit-fill-available;
  --bs-gutter-x: var(--rem-200-rem);
  --bs-gutter-y: var(--rem-200-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .icon-row,
  .ct-section .supreme-element .icon-row,
  [class*=oxy-supreme-elements] .supreme-element .icon-row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .icon-row .col-md-3,
  .ct-section .supreme-element .icon-row .col-md-3,
  [class*=oxy-supreme-elements] .supreme-element .icon-row .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .icon-row .col-md-3,
  .ct-section .supreme-element .icon-row .col-md-3,
  [class*=oxy-supreme-elements] .supreme-element .icon-row .col-md-3 {
    width: 100%;
    margin-top: 0rem;
  }
}
.ct-inner-content .supreme-element .icon-row .icon-row-box,
.ct-section .supreme-element .icon-row .icon-row-box,
[class*=oxy-supreme-elements] .supreme-element .icon-row .icon-row-box {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .icon-row .icon-row-box,
  .ct-section .supreme-element .icon-row .icon-row-box,
  [class*=oxy-supreme-elements] .supreme-element .icon-row .icon-row-box {
    margin-bottom: var(--rem-250-rem);
    margin-top: 0;
  }
}
.ct-inner-content .supreme-element .icon-row .icon-row-box .iconImage,
.ct-section .supreme-element .icon-row .icon-row-box .iconImage,
[class*=oxy-supreme-elements] .supreme-element .icon-row .icon-row-box .iconImage {
  display: block;
  margin: 0 auto 1.56rem;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: var(--rem-020-rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .icon-row .icon-row-box .iconImage,
  .ct-section .supreme-element .icon-row .icon-row-box .iconImage,
  [class*=oxy-supreme-elements] .supreme-element .icon-row .icon-row-box .iconImage {
    width: 6.75rem;
    height: 6.75rem;
  }
}
.ct-inner-content .supreme-element .icon-row .icon-row-box .icon-title-heading,
.ct-section .supreme-element .icon-row .icon-row-box .icon-title-heading,
[class*=oxy-supreme-elements] .supreme-element .icon-row .icon-row-box .icon-title-heading {
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--rem-125-rem);
  color: var(--dark-oligos-500);
  word-wrap: normal;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element .icon-row .icon-row-box .icon-text,
.ct-section .supreme-element .icon-row .icon-row-box .icon-text,
[class*=oxy-supreme-elements] .supreme-element .icon-row .icon-row-box .icon-text {
  text-align: center;
  padding: 0 var(--rem-050-rem);
  color: var(--gene-strand-800);
  max-width: 500px;
  margin: auto;
}
.ct-inner-content .supreme-element .resources-common-title,
.ct-section .supreme-element .resources-common-title,
[class*=oxy-supreme-elements] .supreme-element .resources-common-title {
  font-weight: 600;
  margin-bottom: var(--rem-175-rem);
  margin-top: var(--rem-300-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .resources-common-title,
  .ct-section .supreme-element .resources-common-title,
  [class*=oxy-supreme-elements] .supreme-element .resources-common-title {
    margin-top: var(--rem-150-rem);
  }
}
.ct-inner-content .supreme-element .featured-resources,
.ct-section .supreme-element .featured-resources,
[class*=oxy-supreme-elements] .supreme-element .featured-resources {
  width: -webkit-fill-available;
  --bs-gutter-x: var(--rem-200-rem);
  --bs-gutter-y: var(--rem-200-rem);
}
.ct-inner-content .supreme-element .featured-resources .row,
.ct-section .supreme-element .featured-resources .row,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .row {
  height: 100%;
  gap: var(--rem-200-rem);
}
.ct-inner-content .supreme-element .featured-resources .card-box,
.ct-section .supreme-element .featured-resources .card-box,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box {
  display: block;
  text-decoration: none;
  border-radius: var(--border-radius-3);
  overflow: hidden;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources .card-box,
  .ct-section .supreme-element .featured-resources .card-box,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box {
    margin-bottom: var(--rem-325-rem);
  }
}
.ct-inner-content .supreme-element .featured-resources .card-box .card-content,
.ct-section .supreme-element .featured-resources .card-box .card-content,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content {
  padding: var(--rem-175-rem) var(--rem-125-rem);
  background-color: var(--helix-feather-500);
}
.ct-inner-content .supreme-element .featured-resources .card-box .card-content .card-content-text,
.ct-section .supreme-element .featured-resources .card-box .card-content .card-content-text,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content .card-content-text {
  display: flex;
  gap: var(--rem-250-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .featured-resources .card-box .card-content .card-content-text,
  .ct-section .supreme-element .featured-resources .card-box .card-content .card-content-text,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content .card-content-text {
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
.ct-inner-content .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title,
.ct-section .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title {
  width: 50%;
  line-height: 120%;
  color: var(--bio-orchid);
  margin-bottom: var(--rem-75-rem);
  font-weight: 500;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title,
  .ct-section .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title,
  .ct-section .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content .card-content-text .card-title {
    font-size: var(--display-font-size-lg);
  }
}
.ct-inner-content .supreme-element .featured-resources .card-box .card-content .card-content-text .card-text,
.ct-section .supreme-element .featured-resources .card-box .card-content .card-content-text .card-text,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content .card-content-text .card-text {
  width: 50%;
  color: var(--gray);
  margin-bottom: var(--rem-050-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .featured-resources .card-box .card-content .card-content-text .card-text,
  .ct-section .supreme-element .featured-resources .card-box .card-content .card-content-text .card-text,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-box .card-content .card-content-text .card-text {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .featured-resources .card-content-wrapper,
.ct-section .supreme-element .featured-resources .card-content-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-content-wrapper {
  display: flex;
  gap: 0rem;
  width: 100%;
  align-items: stretch;
  height: 100%;
  background-color: var(--genome-mist-200);
  border-radius: var(--border-radius-3);
  overflow: hidden;
}
.ct-inner-content .supreme-element .featured-resources .card-content-wrapper .card-title,
.ct-section .supreme-element .featured-resources .card-content-wrapper .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-content-wrapper .card-title {
  line-height: 120%;
  color: var(--bio-orchid);
  margin-bottom: var(--rem-075-rem);
  font-weight: 500;
}
@media (max-width: 1080px) {
  .ct-inner-content .supreme-element .featured-resources .card-content-wrapper .card-title,
  .ct-section .supreme-element .featured-resources .card-content-wrapper .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-content-wrapper .card-title {
    font-size: var(--display-font-size-base);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources .card-content-wrapper .card-title,
  .ct-section .supreme-element .featured-resources .card-content-wrapper .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-content-wrapper .card-title {
    font-size: var(--display-font-size-lg);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources .column-1,
  .ct-section .supreme-element .featured-resources .column-1,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .column-1 {
    display: none;
  }
}
.ct-inner-content .supreme-element .featured-resources .column-1 .card-image-wrapper,
.ct-section .supreme-element .featured-resources .column-1 .card-image-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-1 .card-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ct-inner-content .supreme-element .featured-resources .column-1 .card-image-wrapper .card-image,
.ct-section .supreme-element .featured-resources .column-1 .card-image-wrapper .card-image,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-1 .card-image-wrapper .card-image {
  width: 100%;
  height: 319px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s linear;
}
.ct-inner-content .supreme-element .featured-resources .column-1 .card-box:hover .default-image,
.ct-section .supreme-element .featured-resources .column-1 .card-box:hover .default-image,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-1 .card-box:hover .default-image {
  transform: scale(1.05);
}
.ct-inner-content .supreme-element .featured-resources .column-2 .card-image-wrapper,
.ct-section .supreme-element .featured-resources .column-2 .card-image-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-image-wrapper {
  position: relative;
  width: 33%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1080px) {
  .ct-inner-content .supreme-element .featured-resources .column-2 .card-image-wrapper,
  .ct-section .supreme-element .featured-resources .column-2 .card-image-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-image-wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources .column-2 .card-image-wrapper,
  .ct-section .supreme-element .featured-resources .column-2 .card-image-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-image-wrapper {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .featured-resources .column-2 .card-image-wrapper .card-image,
.ct-section .supreme-element .featured-resources .column-2 .card-image-wrapper .card-image,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .ct-inner-content .supreme-element .featured-resources .column-2 .card-box.mobile-only,
  .ct-section .supreme-element .featured-resources .column-2 .card-box.mobile-only,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-box.mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources .column-2 .card-box .card-image,
  .ct-section .supreme-element .featured-resources .column-2 .card-box .card-image,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-box .card-image {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ct-inner-content .supreme-element .featured-resources .column-2 .card-box:hover .card-image,
.ct-section .supreme-element .featured-resources .column-2 .card-box:hover .card-image,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 .card-box:hover .card-image {
  transform: scale(1.05);
}
.ct-inner-content .supreme-element .featured-resources .card-text-wrapper,
.ct-section .supreme-element .featured-resources .card-text-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-text-wrapper {
  width: 67%;
  padding: 0.625rem var(--rem-125-rem);
}
@media (max-width: 1080px) {
  .ct-inner-content .supreme-element .featured-resources .card-text-wrapper,
  .ct-section .supreme-element .featured-resources .card-text-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-text-wrapper {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources .card-text-wrapper,
  .ct-section .supreme-element .featured-resources .card-text-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-text-wrapper {
    padding: var(--rem-175-rem) var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .featured-resources .card-label,
.ct-section .supreme-element .featured-resources .card-label,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-label {
  font-size: var(--display-font-size-sm);
  margin-bottom: var(--rem-050-rem);
  font-weight: 700;
  line-height: 120%;
  color: var(--plasma-antibody);
  padding: 0.3125rem 0.625rem;
  border-radius: var(--rem-125-rem);
  background: var(--rna-lights-100, #E6CCFF);
  text-transform: capitalize;
}
.ct-inner-content .supreme-element .featured-resources .card-text,
.ct-section .supreme-element .featured-resources .card-text,
[class*=oxy-supreme-elements] .supreme-element .featured-resources .card-text {
  color: var(--gray);
  margin-bottom: var(--rem-125-rem);
}
@media (max-width: 1024px) {
  .ct-inner-content .supreme-element .featured-resources .featured-resources,
  .ct-section .supreme-element .featured-resources .featured-resources,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .featured-resources {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-resources,
  .ct-section .supreme-element .featured-resources,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources {
    --bs-gutter-y: 0rem;
  }
  .ct-inner-content .supreme-element .featured-resources .column-1, .ct-inner-content .supreme-element .featured-resources .column-2,
  .ct-section .supreme-element .featured-resources .column-1,
  .ct-section .supreme-element .featured-resources .column-2,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .column-1,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .column-2 {
    flex: 1 1 100%;
  }
  .ct-inner-content .supreme-element .featured-resources .card-content-wrapper,
  .ct-section .supreme-element .featured-resources .card-content-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-content-wrapper {
    flex-direction: column;
    height: 100%;
  }
  .ct-inner-content .supreme-element .featured-resources .card-image-wrapper,
  .ct-section .supreme-element .featured-resources .card-image-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-image-wrapper {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .ct-inner-content .supreme-element .featured-resources .card-text-wrapper,
  .ct-section .supreme-element .featured-resources .card-text-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-resources .card-text-wrapper {
    width: 100%;
  }
}
.ct-inner-content .supreme-element.divider,
.ct-section .supreme-element.divider,
[class*=oxy-supreme-elements] .supreme-element.divider {
  padding-bottom: var(--rem-500-rem);
  border-bottom: 1px solid var(--dark-oligos-100);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.divider,
  .ct-section .supreme-element.divider,
  [class*=oxy-supreme-elements] .supreme-element.divider {
    padding-bottom: var(--rem-200-rem);
  }
}
.ct-inner-content .supreme-element.blog-list,
.ct-section .supreme-element.blog-list,
[class*=oxy-supreme-elements] .supreme-element.blog-list {
  margin-bottom: var(--rem-500-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.blog-list .blog-list-heading,
  .ct-section .supreme-element.blog-list .blog-list-heading,
  [class*=oxy-supreme-elements] .supreme-element.blog-list .blog-list-heading {
    padding-left: 15px;
  }
}
@media (min-width: 993px) {
  .ct-inner-content .supreme-element.blog-list .blog-list-row,
  .ct-section .supreme-element.blog-list .blog-list-row,
  [class*=oxy-supreme-elements] .supreme-element.blog-list .blog-list-row {
    margin-right: calc(-0.5 * var(--rem-150-rem));
    margin-left: calc(-0.5 * var(--rem-150-rem));
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.blog-list .blog-list-row,
  .ct-section .supreme-element.blog-list .blog-list-row,
  [class*=oxy-supreme-elements] .supreme-element.blog-list .blog-list-row {
    padding: 0 10px;
  }
}
.ct-inner-content .supreme-element.blog-list atomic-search-interface atomic-search-layout,
.ct-section .supreme-element.blog-list atomic-search-interface atomic-search-layout,
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-interface atomic-search-layout {
  grid-template-areas: "atomic-section-search" "atomic-section-main" !important;
  grid-template-columns: 1fr !important;
}
.ct-inner-content .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=blog-filters],
.ct-section .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=blog-filters],
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=blog-filters] {
  display: flex;
  padding: var(--rem-150-rem) var(--rem-150-rem) var(--rem-150-rem) var(--rem-100-rem);
  border-radius: var(--border-radius-3);
  background: var(--helix-feather-500);
  justify-content: space-between;
  margin-bottom: var(--rem-150-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=blog-filters],
  .ct-section .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=blog-filters],
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=blog-filters] {
    justify-content: space-between;
    flex-direction: column;
    padding: var(--rem-150-rem);
    gap: var(--rem-150-rem);
  }
}
.ct-inner-content .supreme-element.blog-list atomic-breadbox,
.ct-section .supreme-element.blog-list atomic-breadbox,
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox {
  margin-bottom: var(--rem-150-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(label),
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(clear),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(label),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(clear),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(label),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(clear) {
    padding-left: 0;
    padding-top: 0;
  }
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(show-more),
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(show-less),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(show-more),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(show-less),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(show-more),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(show-less) {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(breadcrumb-list),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(breadcrumb-list),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(breadcrumb-list) {
    margin-top: 0;
    flex-wrap: wrap;
    position: relative;
  }
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(breadcrumb-label),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(breadcrumb-label),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(breadcrumb-label) {
    margin-right: var(--rem-050-rem);
  }
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(breadcrumb-button),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(breadcrumb-button),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(breadcrumb-button) {
    padding: 0;
    flex-wrap: wrap;
  }
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(breadcrumb-clear),
  .ct-section .supreme-element.blog-list atomic-breadbox::part(breadcrumb-clear),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(breadcrumb-clear) {
    display: none;
  }
  .ct-inner-content .supreme-element.blog-list atomic-breadbox::part(breadcrumb-value)::before,
  .ct-section .supreme-element.blog-list atomic-breadbox::part(breadcrumb-value)::before,
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-breadbox::part(breadcrumb-value)::before {
    content: "";
  }
}
.ct-inner-content .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=status] atomic-did-you-mean,
.ct-section .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=status] atomic-did-you-mean,
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-layout atomic-layout-section[section=status] atomic-did-you-mean {
  margin-bottom: 0;
}
.ct-inner-content .supreme-element.blog-list atomic-result-list::part(result-list),
.ct-section .supreme-element.blog-list atomic-result-list::part(result-list),
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-result-list::part(result-list) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--rem-200-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.blog-list atomic-result-list::part(result-list),
  .ct-section .supreme-element.blog-list atomic-result-list::part(result-list),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-result-list::part(result-list) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.blog-list atomic-result-list::part(result-list),
  .ct-section .supreme-element.blog-list atomic-result-list::part(result-list),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-result-list::part(result-list) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ct-inner-content .supreme-element.blog-list atomic-result-list::part(result-list-grid-clickable-container outline),
.ct-section .supreme-element.blog-list atomic-result-list::part(result-list-grid-clickable-container outline),
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-result-list::part(result-list-grid-clickable-container outline) {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.ct-inner-content .supreme-element.blog-list atomic-search-box::part(search-icon),
.ct-section .supreme-element.blog-list atomic-search-box::part(search-icon),
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(search-icon) {
  position: absolute;
  left: var(--rem-050-rem);
  top: 10px;
  pointer-events: none;
}
.ct-inner-content .supreme-element.blog-list atomic-search-box::part(wrapper),
.ct-section .supreme-element.blog-list atomic-search-box::part(wrapper),
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(wrapper) {
  border-radius: var(--border-radius-3);
  border: 1px solid var(--genome-mist-600);
  position: relative;
}
.ct-inner-content .supreme-element.blog-list atomic-search-box::part(input),
.ct-section .supreme-element.blog-list atomic-search-box::part(input),
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(input) {
  width: 388px;
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
  color: var(--bs-tertiary-color);
  font-family: var(--font-variables-font-family-font-family-primary), serif;
  font-size: var(--display-font-size-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: var(--rem-050-rem);
  padding-left: var(--rem-200-rem);
}
@media (max-width: 1399px) {
  .ct-inner-content .supreme-element.blog-list atomic-search-box::part(input),
  .ct-section .supreme-element.blog-list atomic-search-box::part(input),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(input) {
    width: 275px;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.blog-list atomic-search-box::part(input),
  .ct-section .supreme-element.blog-list atomic-search-box::part(input),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(input) {
    width: 236px;
  }
}
.ct-inner-content .supreme-element.blog-list atomic-search-box::part(submit-button),
.ct-section .supreme-element.blog-list atomic-search-box::part(submit-button),
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(submit-button) {
  width: auto;
  padding: var(--rem-050-rem) var(--rem-125-rem);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0 var(--border-radius-2) var(--border-radius-2) 0;
  background: linear-gradient(94deg, var(--blog-list-gradient-start), var(--blog-list-gradient-end));
  margin: -1px;
  color: var(--white);
  text-align: center;
  font-family: var(--font-variables-font-family-font-family-primary), serif;
  font-size: var(--display-font-size-base);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: --blog-list-gradient-start 0.5s ease, --blog-list-gradient-end 0.5s ease;
}
.ct-inner-content .supreme-element.blog-list atomic-search-box::part(submit-button):hover,
.ct-section .supreme-element.blog-list atomic-search-box::part(submit-button):hover,
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(submit-button):hover {
  --blog-list-gradient-start: rgb(62 17 126);
  --blog-list-gradient-end: rgb(1 179 255);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.blog-list atomic-search-box::part(submit-button),
  .ct-section .supreme-element.blog-list atomic-search-box::part(submit-button),
  [class*=oxy-supreme-elements] .supreme-element.blog-list atomic-search-box::part(submit-button) {
    position: absolute;
    right: 0;
    top: 1px;
    height: 100%;
  }
}
.ct-inner-content .supreme-element.blog-list atomic-load-more-results::part(load-more-results-button),
.ct-section .supreme-element.blog-list atomic-load-more-results::part(load-more-results-button),
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-load-more-results::part(load-more-results-button) {
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element.blog-list atomic-refine-toggle,
.ct-section .supreme-element.blog-list atomic-refine-toggle,
[class*=oxy-supreme-elements] .supreme-element.blog-list atomic-refine-toggle {
  display: none;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-containers,
.ct-section .supreme-element.blog-list .custom-dropdown-containers,
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-containers {
  display: flex;
  gap: var(--rem-125-rem);
  flex-wrap: wrap;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container,
.ct-section .supreme-element.blog-list .custom-dropdown-container,
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container {
  width: 256px;
  position: relative;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.blog-list .custom-dropdown-container,
  .ct-section .supreme-element.blog-list .custom-dropdown-container,
  [class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container {
    width: 240px;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.blog-list .custom-dropdown-container,
  .ct-section .supreme-element.blog-list .custom-dropdown-container,
  [class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container {
    width: 100%;
  }
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(facet),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(facet),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(facet) {
  border: 1px solid #dee2e6;
  border-radius: var(--border-radius-4);
  background-color: white;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  padding: 0;
  overflow: visible;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(label-button),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(label-button),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(label-button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--rem-050-rem) var(--rem-075-rem);
  color: var(--bs-tertiary-color);
  background: white;
  border-radius: var(--border-radius-4);
  width: 100%;
  cursor: pointer;
  -webkit-text-fill-color: #333;
  border: none;
  font-family: var(--font-variables-font-family-font-family-primary), serif;
  font-size: var(--display-font-size-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  z-index: 15;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(label-button-icon),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(label-button-icon),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(label-button-icon) {
  width: 16px;
  height: 16px;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.23483 3.48483C1.38128 3.33839 1.61872 3.33839 1.76517 3.48483L6 7.71967L10.2348 3.48483C10.3813 3.33839 10.6187 3.33839 10.7652 3.48483C10.9116 3.63128 10.9116 3.86872 10.7652 4.01517L6.26516 8.51516C6.11872 8.66161 5.88128 8.66161 5.73484 8.51516L1.23483 4.01517C1.08839 3.86872 1.08839 3.63128 1.23483 3.48483Z" fill="black"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  color: transparent;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(label-button-icon),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(label-button-icon),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(label-button-icon) {
  transform: rotate(0deg);
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet:not([is-collapsed])::part(label-button-icon),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet:not([is-collapsed])::part(label-button-icon),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet:not([is-collapsed])::part(label-button-icon) {
  transform: rotate(180deg);
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(label-button-icon),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(label-button-icon),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(label-button-icon) {
  transform: rotate(0deg);
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet:not([is-collapsed])::part(label-button-icon),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet:not([is-collapsed])::part(label-button-icon),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet:not([is-collapsed])::part(label-button-icon) {
  transform: rotate(180deg);
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox) {
  border: 1px solid #C1CDDE;
  border-radius: 5px;
  width: 16px;
  height: 16px;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(values),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(values),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(values) {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: var(--rem-075-rem) var(--rem-100-rem);
  padding-top: 8px;
  border: 1px solid #dee2e6;
  border-radius: 0 0 var(--border-radius-4) var(--border-radius-4);
  background: #FBFBFB;
  border-top: 0;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(values),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(values),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet[is-collapsed]::part(values) {
  display: none;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-link),
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-link),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-link),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: var(--rem-050-rem) 0;
  border: none;
  font-size: 14px;
  color: var(--bs-tertiary-color);
  cursor: pointer;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-link):hover,
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label):hover,
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-link):hover,
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label):hover,
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-link):hover,
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label):hover {
  color: var(--genome-primary-600);
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-count),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-count),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-count) {
  display: none;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox) {
  left: 0;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(value-checkbox-label) {
  padding-left: var(--rem-175-rem);
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(clear-button),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(clear-button),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(clear-button) {
  display: none;
}
.ct-inner-content .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(search-wrapper),
.ct-section .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(search-wrapper),
[class*=oxy-supreme-elements] .supreme-element.blog-list .custom-dropdown-container atomic-facet::part(search-wrapper) {
  display: none;
}
.ct-inner-content .supreme-element .blogs-common-title,
.ct-section .supreme-element .blogs-common-title,
[class*=oxy-supreme-elements] .supreme-element .blogs-common-title {
  font-weight: 500;
  margin-bottom: var(--rem-175-rem);
  margin-top: var(--rem-300-rem);
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .blogs-common-title,
  .ct-section .supreme-element .blogs-common-title,
  [class*=oxy-supreme-elements] .supreme-element .blogs-common-title {
    margin-top: var(--rem-150-rem);
  }
}
.ct-inner-content .supreme-element .featured-blogs,
.ct-section .supreme-element .featured-blogs,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs {
  width: -webkit-fill-available;
  --bs-gutter-x: var(--rem-200-rem);
  --bs-gutter-y: var(--rem-200-rem);
}
.ct-inner-content .supreme-element .featured-blogs .row,
.ct-section .supreme-element .featured-blogs .row,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .row {
  height: 100%;
  gap: var(--rem-200-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .row,
  .ct-section .supreme-element .featured-blogs .row,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .row {
    gap: 1.87rem;
  }
}
.ct-inner-content .supreme-element .featured-blogs .card-box,
.ct-section .supreme-element .featured-blogs .card-box,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box {
  display: block;
  text-decoration: none;
  border-radius: var(--border-radius-3);
  overflow: hidden;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .card-box,
  .ct-section .supreme-element .featured-blogs .card-box,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .featured-blogs .card-box .card-content,
.ct-section .supreme-element .featured-blogs .card-box .card-content,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content {
  padding: var(--rem-175-rem) var(--rem-125-rem);
  background-color: var(--helix-feather-500);
}
.ct-inner-content .supreme-element .featured-blogs .card-box .card-content .card-content-text,
.ct-section .supreme-element .featured-blogs .card-box .card-content .card-content-text,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content .card-content-text {
  display: flex;
  gap: var(--rem-250-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .featured-blogs .card-box .card-content .card-content-text,
  .ct-section .supreme-element .featured-blogs .card-box .card-content .card-content-text,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content .card-content-text {
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
.ct-inner-content .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title,
.ct-section .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title {
  width: 50%;
  line-height: 120%;
  color: var(--bio-orchid);
  margin-bottom: var(--rem-075-rem);
  font-weight: 500;
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title,
  .ct-section .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title,
  .ct-section .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-title {
    font-size: var(--display-font-size-lg);
  }
}
.ct-inner-content .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-text,
.ct-section .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-text,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-text {
  width: 50%;
  font-size: var(--display-font-size-base);
  color: var(--genome-mist-800);
  margin-bottom: var(--rem-075-rem);
  font-family: var(--font-variables-font-family-font-family-secondary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-text,
  .ct-section .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-text,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-box .card-content .card-content-text .card-text {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .featured-blogs .card-content-wrapper,
.ct-section .supreme-element .featured-blogs .card-content-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-content-wrapper {
  display: flex;
  gap: 0rem;
  width: 100%;
  align-items: center;
  height: 100%;
  background-color: var(--genome-mist-200);
  border-radius: var(--border-radius-3);
  overflow: hidden;
}
.ct-inner-content .supreme-element .featured-blogs .card-content-wrapper .card-title,
.ct-section .supreme-element .featured-blogs .card-content-wrapper .card-title,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-content-wrapper .card-title {
  line-height: 120%;
  color: var(--bio-orchid);
  margin-bottom: var(--rem-075-rem);
  font-weight: 500;
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 1080px) {
  .ct-inner-content .supreme-element .featured-blogs .card-content-wrapper .card-title,
  .ct-section .supreme-element .featured-blogs .card-content-wrapper .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-content-wrapper .card-title {
    font-size: var(--display-font-size-base);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .card-content-wrapper .card-title,
  .ct-section .supreme-element .featured-blogs .card-content-wrapper .card-title,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-content-wrapper .card-title {
    font-size: var(--display-font-size-lg);
  }
}
.ct-inner-content .supreme-element .featured-blogs .column-1 .card-image-wrapper,
.ct-section .supreme-element .featured-blogs .column-1 .card-image-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-1 .card-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ct-inner-content .supreme-element .featured-blogs .column-1 .card-image-wrapper .card-image,
.ct-section .supreme-element .featured-blogs .column-1 .card-image-wrapper .card-image,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-1 .card-image-wrapper .card-image {
  width: 100%;
  height: 319px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s linear;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .column-1 .card-box,
  .ct-section .supreme-element .featured-blogs .column-1 .card-box,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-1 .card-box {
    margin-bottom: 1.87rem;
  }
}
.ct-inner-content .supreme-element .featured-blogs .column-1 .card-box:hover .default-image,
.ct-section .supreme-element .featured-blogs .column-1 .card-box:hover .default-image,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-1 .card-box:hover .default-image {
  transform: scale(1.05);
}
.ct-inner-content .supreme-element .featured-blogs .column-2 .card-image-wrapper,
.ct-section .supreme-element .featured-blogs .column-2 .card-image-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-image-wrapper {
  position: relative;
  width: 33%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1080px) {
  .ct-inner-content .supreme-element .featured-blogs .column-2 .card-image-wrapper,
  .ct-section .supreme-element .featured-blogs .column-2 .card-image-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-image-wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .column-2 .card-image-wrapper,
  .ct-section .supreme-element .featured-blogs .column-2 .card-image-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-image-wrapper {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .featured-blogs .column-2 .card-image-wrapper .card-image,
.ct-section .supreme-element .featured-blogs .column-2 .card-image-wrapper .card-image,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .ct-inner-content .supreme-element .featured-blogs .column-2 .card-box.mobile-only,
  .ct-section .supreme-element .featured-blogs .column-2 .card-box.mobile-only,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-box.mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .column-2 .card-box .card-image,
  .ct-section .supreme-element .featured-blogs .column-2 .card-box .card-image,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-box .card-image {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ct-inner-content .supreme-element .featured-blogs .column-2 .card-box:hover .card-image,
.ct-section .supreme-element .featured-blogs .column-2 .card-box:hover .card-image,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 .card-box:hover .card-image {
  transform: scale(1.05);
}
.ct-inner-content .supreme-element .featured-blogs .card-text-wrapper,
.ct-section .supreme-element .featured-blogs .card-text-wrapper,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-text-wrapper {
  width: 67%;
  padding: 0.625rem var(--rem-125-rem);
}
@media (max-width: 1080px) {
  .ct-inner-content .supreme-element .featured-blogs .card-text-wrapper,
  .ct-section .supreme-element .featured-blogs .card-text-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-text-wrapper {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs .card-text-wrapper,
  .ct-section .supreme-element .featured-blogs .card-text-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-text-wrapper {
    padding: var(--rem-175-rem) var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .featured-blogs .card-label,
.ct-section .supreme-element .featured-blogs .card-label,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-label {
  font-size: var(--display-font-size-sm);
  margin-bottom: var(--rem-050-rem);
  font-weight: 700;
  line-height: 120%;
  color: var(--plasma-antibody);
  padding: 0.3125rem 0.625rem;
  border-radius: var(--rem-125-rem);
  background: var(--rna-lights-100, #E6CCFF);
  text-transform: capitalize;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element .featured-blogs .card-text,
.ct-section .supreme-element .featured-blogs .card-text,
[class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-text {
  color: var(--gray);
  margin-bottom: var(--rem-125-rem);
}
@media (max-width: 1024px) {
  .ct-inner-content .supreme-element .featured-blogs .featured-blogs,
  .ct-section .supreme-element .featured-blogs .featured-blogs,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .featured-blogs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .featured-blogs,
  .ct-section .supreme-element .featured-blogs,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs {
    --bs-gutter-y: 0rem;
  }
  .ct-inner-content .supreme-element .featured-blogs .column-1, .ct-inner-content .supreme-element .featured-blogs .column-2,
  .ct-section .supreme-element .featured-blogs .column-1,
  .ct-section .supreme-element .featured-blogs .column-2,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-1,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .column-2 {
    flex: 1 1 100%;
  }
  .ct-inner-content .supreme-element .featured-blogs .card-content-wrapper,
  .ct-section .supreme-element .featured-blogs .card-content-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-content-wrapper {
    flex-direction: column;
    height: 100%;
  }
  .ct-inner-content .supreme-element .featured-blogs .card-image-wrapper,
  .ct-section .supreme-element .featured-blogs .card-image-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-image-wrapper {
    width: 100%;
  }
  .ct-inner-content .supreme-element .featured-blogs .card-text-wrapper,
  .ct-section .supreme-element .featured-blogs .card-text-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .featured-blogs .card-text-wrapper {
    width: 100%;
  }
}
.ct-inner-content .supreme-element.oxy-supreme-elements-partnership-cards-section .element-container,
.ct-section .supreme-element.oxy-supreme-elements-partnership-cards-section .element-container,
[class*=oxy-supreme-elements] .supreme-element.oxy-supreme-elements-partnership-cards-section .element-container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 1rem;
}
.ct-inner-content .supreme-element.oxy-supreme-elements-partnership-cards-section .ct-div-block,
.ct-section .supreme-element.oxy-supreme-elements-partnership-cards-section .ct-div-block,
[class*=oxy-supreme-elements] .supreme-element.oxy-supreme-elements-partnership-cards-section .ct-div-block {
  max-width: 1399px;
  margin: 0 auto;
}
.ct-inner-content .supreme-element .partnership-section-title,
.ct-section .supreme-element .partnership-section-title,
[class*=oxy-supreme-elements] .supreme-element .partnership-section-title {
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-inner-content .supreme-element .partnership-cards-grid,
.ct-section .supreme-element .partnership-cards-grid,
[class*=oxy-supreme-elements] .supreme-element .partnership-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
  margin-bottom: 5rem;
  max-width: 1399px;
}
.ct-inner-content .supreme-element .partnership-card-link-wrapper,
.ct-section .supreme-element .partnership-card-link-wrapper,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease-in-out;
  background: var(--helix-feather-500);
}
.ct-inner-content .supreme-element .partnership-card,
.ct-section .supreme-element .partnership-card,
[class*=oxy-supreme-elements] .supreme-element .partnership-card {
  position: relative;
  max-width: 447px;
  padding: 1.5rem 2rem 1.75rem 2rem;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.ct-inner-content .supreme-element .partnership-card.text-center,
.ct-section .supreme-element .partnership-card.text-center,
[class*=oxy-supreme-elements] .supreme-element .partnership-card.text-center {
  text-align: center;
}
.ct-inner-content .supreme-element .partnership-card.text-right,
.ct-section .supreme-element .partnership-card.text-right,
[class*=oxy-supreme-elements] .supreme-element .partnership-card.text-right {
  text-align: right;
}
.ct-inner-content .supreme-element .partnership-card::before,
.ct-section .supreme-element .partnership-card::before,
[class*=oxy-supreme-elements] .supreme-element .partnership-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(237deg, var(--crispr-clear-500) 2.56%, var(--rna-lights-500) 75.75%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.ct-inner-content .supreme-element .partnership-card.idt-notch::before,
.ct-section .supreme-element .partnership-card.idt-notch::before,
[class*=oxy-supreme-elements] .supreme-element .partnership-card.idt-notch::before {
  clip-path: polygon(39px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 39px);
}
.ct-inner-content .supreme-element .partnership-card.idt-notch::after,
.ct-section .supreme-element .partnership-card.idt-notch::after,
[class*=oxy-supreme-elements] .supreme-element .partnership-card.idt-notch::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: var(--rem-250-rem);
  height: var(--rem-250-rem);
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
  box-shadow: 0 0 0 1px var(--white);
}
.ct-inner-content .supreme-element .partnership-card-link-wrapper:hover .partnership-card::before,
.ct-section .supreme-element .partnership-card-link-wrapper:hover .partnership-card::before,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-link-wrapper:hover .partnership-card::before {
  opacity: 1;
}
.ct-inner-content .supreme-element .partnership-card *,
.ct-section .supreme-element .partnership-card *,
[class*=oxy-supreme-elements] .supreme-element .partnership-card * {
  position: relative;
  z-index: 1;
}
.ct-inner-content .supreme-element .partnership-card-link-wrapper:hover .partnership-card-title,
.ct-inner-content .supreme-element .partnership-card-link-wrapper:hover .partnership-card-description,
.ct-section .supreme-element .partnership-card-link-wrapper:hover .partnership-card-title,
.ct-section .supreme-element .partnership-card-link-wrapper:hover .partnership-card-description,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-link-wrapper:hover .partnership-card-title,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-link-wrapper:hover .partnership-card-description {
  color: var(--white);
}
.ct-inner-content .supreme-element .partnership-card-title,
.ct-inner-content .supreme-element .partnership-card-description,
.ct-section .supreme-element .partnership-card-title,
.ct-section .supreme-element .partnership-card-description,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-title,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-description {
  transition: color 0.5s ease-in-out;
}
.ct-inner-content .supreme-element .partnership-card-title,
.ct-section .supreme-element .partnership-card-title,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-title {
  font-weight: 600;
  color: var(--bio-orchid-600);
  padding-bottom: 0.5rem;
  margin-bottom: 0.875rem;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element .partnership-card-description,
.ct-section .supreme-element .partnership-card-description,
[class*=oxy-supreme-elements] .supreme-element .partnership-card-description {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--gray);
  margin-bottom: 0rem;
  border-top: 1px solid var(--deep-affinity-200);
  padding-top: 0.875rem;
  font-family: var(--font-variables-font-family-font-family-secondary);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .partnership-cards-grid,
  .ct-section .supreme-element .partnership-cards-grid,
  [class*=oxy-supreme-elements] .supreme-element .partnership-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ct-inner-content .supreme-element .partnership-card,
  .ct-section .supreme-element .partnership-card,
  [class*=oxy-supreme-elements] .supreme-element .partnership-card {
    max-width: 100%;
  }
}
.ct-inner-content .supreme-element.element-container .testimonial-section-title,
.ct-section .supreme-element.element-container .testimonial-section-title,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-section-title {
  text-align: center;
  align-self: center;
  margin-bottom: var(--rem-200-rem);
  font-weight: 600;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: var(--rem-500-rem);
  max-width: 1062px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.element-container .testimonial-section-title,
  .ct-section .supreme-element.element-container .testimonial-section-title,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-section-title {
    margin-top: var(--rem-375-rem);
    max-width: 100%;
  }
}
.ct-inner-content .supreme-element.element-container .testimonials-grid,
.ct-section .supreme-element.element-container .testimonials-grid,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonials-grid {
  width: 100%;
  align-self: center;
  justify-content: center;
  position: relative;
}
.ct-inner-content .supreme-element.element-container .testimonial-card,
.ct-section .supreme-element.element-container .testimonial-card,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--helix-feather-500);
  max-width: 1062px;
  margin-bottom: var(--rem-750-rem);
  padding: var(--rem-400-rem) var(--rem-300-rem) var(--rem-600-rem);
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card,
  .ct-section .supreme-element.element-container .testimonial-card,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card {
    padding: var(--rem-300-rem) var(--rem-150-rem) var(--rem-300-rem);
    margin-bottom: 0;
  }
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message::before,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-message::before,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -28%;
  width: 68px;
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='46' viewBox='0 0 68 46' fill='none'%3E%3Cpath d='M0 29C0 13.4 8.4 0 23 0H27.6V7.4H25.2C15.2 7.4 0.6 14.4 3.4 31C6.6 23.8 11.4 23.4 14.4 23.4C20 23.4 24.8 28.2 24.8 34.6C24.8 41 20 45.8 13.4 45.8C5.4 45.8 0 39.4 0 29ZM63 0H67.6V7.4H65.2C55.2 7.4 40.6 14.4 43.4 31C46.6 23.8 51.4 23.4 54.4 23.4C60 23.4 64.8 28.2 64.8 34.6C64.8 41 60 45.8 53.4 45.8C45.4 45.8 40 39.4 40 29C40 13.4 48.4 0 63 0Z' fill='url(%23paint0_linear_7455_6367)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7455_6367' x1='33.8' y1='0' x2='33.8' y2='45.8' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238200FF'/%3E%3Cstop offset='1' stop-color='%2301B3FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message::before,
  .ct-section .supreme-element.element-container .testimonial-card .testimonial-message::before,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message::before,
  .ct-section .supreme-element.element-container .testimonial-card .testimonial-message::before,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message::before {
    top: 15px;
    width: 50px;
    height: 34px;
  }
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message::after,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-message::after,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -28%;
  width: 68px;
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='46' viewBox='0 0 68 46' fill='none'%3E%3Cpath d='M0 29C0 13.4 8.4 0 23 0H27.6V7.4H25.2C15.2 7.4 0.6 14.4 3.4 31C6.6 23.8 11.4 23.4 14.4 23.4C20 23.4 24.8 28.2 24.8 34.6C24.8 41 20 45.8 13.4 45.8C5.4 45.8 0 39.4 0 29ZM63 0H67.6V7.4H65.2C55.2 7.4 40.6 14.4 43.4 31C46.6 23.8 51.4 23.4 54.4 23.4C60 23.4 64.8 28.2 64.8 34.6C64.8 41 60 45.8 53.4 45.8C45.4 45.8 40 39.4 40 29ZM63 0H67.6V7.4H65.2C55.2 7.4 40.6 14.4 43.4 31C46.6 23.8 51.4 23.4 54.4 23.4C60 23.4 64.8 28.2 64.8 34.6C64.8 41 60 45.8 53.4 45.8C45.4 45.8 40 39.4 40 29C40 13.4 48.4 0 63 0Z' fill='url(%23paint0_linear_7455_6367)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7455_6367' x1='33.8' y1='0' x2='33.8' y2='45.8' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238200FF'/%3E%3Cstop offset='1' stop-color='%2301B3FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message::after,
  .ct-section .supreme-element.element-container .testimonial-card .testimonial-message::after,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message::after,
  .ct-section .supreme-element.element-container .testimonial-card .testimonial-message::after,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message::after {
    top: 15px;
    width: 50px;
    height: 34px;
  }
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-info,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-info,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-info {
  text-align: center;
  align-items: center;
  max-width: 233px;
  margin: var(--rem-200-rem) auto -230px;
  z-index: 2;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-info,
  .ct-section .supreme-element.element-container .testimonial-card .testimonial-info,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-info {
    margin-bottom: 0;
    margin-top: var(--rem-200-rem);
  }
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-info .testimonial-image-wrapper,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-info .testimonial-image-wrapper,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-info .testimonial-image-wrapper {
  text-align: center;
  margin-bottom: var(--rem-100-rem);
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-info .testimonial-image-wrapper img,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-info .testimonial-image-wrapper img,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-info .testimonial-image-wrapper img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-message,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message {
  text-align: center;
  max-width: 550px;
  position: relative;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message,
  .ct-section .supreme-element.element-container .testimonial-card .testimonial-message,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message {
    max-width: none;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message,
  .ct-section .supreme-element.element-container .testimonial-card .testimonial-message,
  [class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message {
    padding: 0 75px;
  }
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-message .testimonial-text,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-message .testimonial-text,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-message .testimonial-text {
  font-size: 1rem;
  color: var(--gene-strand-800);
  line-height: 150%;
  margin-bottom: 0;
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-name,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-name,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-name {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
  color: var(--gene-strand-800);
}
.ct-inner-content .supreme-element.element-container .testimonial-card .testimonial-job-title,
.ct-section .supreme-element.element-container .testimonial-card .testimonial-job-title,
[class*=oxy-supreme-elements] .supreme-element.element-container .testimonial-card .testimonial-job-title {
  color: var(--genome-mist-800);
  font-family: var(--font-variables-font-family-font-family-secondary);
  margin-bottom: 0;
}
.ct-inner-content .supreme-element.element-container .no-testimonials,
.ct-section .supreme-element.element-container .no-testimonials,
[class*=oxy-supreme-elements] .supreme-element.element-container .no-testimonials {
  text-align: center;
  color: var(--black);
  font-style: italic;
  font-size: 1rem;
  margin-top: var(--rem-200-rem);
}
.ct-inner-content .supreme-element .collaborators-grid,
.ct-section .supreme-element .collaborators-grid,
[class*=oxy-supreme-elements] .supreme-element .collaborators-grid {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborators-grid,
  .ct-section .supreme-element .collaborators-grid,
  [class*=oxy-supreme-elements] .supreme-element .collaborators-grid {
    padding: var(--rem-350-rem) 0;
  }
}
.ct-inner-content .supreme-element .collab-section-title,
.ct-section .supreme-element .collab-section-title,
[class*=oxy-supreme-elements] .supreme-element .collab-section-title {
  font-weight: 500;
  color: var(--dark-oligos-500);
  margin-bottom: 0.37rem;
}
.ct-inner-content .supreme-element .collab-content-section-title,
.ct-section .supreme-element .collab-content-section-title,
[class*=oxy-supreme-elements] .supreme-element .collab-content-section-title {
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-6, 28px);
  font-style: normal;
  line-height: 110%;
  color: var(--bio-orchid-800);
  background: linear-gradient(0deg, #3E1180 0%, #342C95 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-inner-content .supreme-element .collaborator-card,
.ct-section .supreme-element .collaborator-card,
[class*=oxy-supreme-elements] .supreme-element .collaborator-card {
  display: flex;
  flex-wrap: wrap;
  gap: var(--rem-375-rem);
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-card,
  .ct-section .supreme-element .collaborator-card,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-card {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.ct-inner-content .supreme-element .collab-image,
.ct-section .supreme-element .collab-image,
[class*=oxy-supreme-elements] .supreme-element .collab-image {
  flex: 0 0 400px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collab-image,
  .ct-section .supreme-element .collab-image,
  [class*=oxy-supreme-elements] .supreme-element .collab-image {
    flex: 0 0 100%;
  }
}
.ct-inner-content .supreme-element .collab-image img,
.ct-section .supreme-element .collab-image img,
[class*=oxy-supreme-elements] .supreme-element .collab-image img {
  width: 400px;
  height: auto;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collab-image img,
  .ct-section .supreme-element .collab-image img,
  [class*=oxy-supreme-elements] .supreme-element .collab-image img {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .collab-content,
.ct-section .supreme-element .collab-content,
[class*=oxy-supreme-elements] .supreme-element .collab-content {
  flex: 1;
}
.ct-inner-content .supreme-element .collab-content .collab-name,
.ct-section .supreme-element .collab-content .collab-name,
[class*=oxy-supreme-elements] .supreme-element .collab-content .collab-name {
  font-weight: 600;
  margin-bottom: 1.125rem;
}
.ct-inner-content .supreme-element .collab-content .collab-description, .ct-inner-content .supreme-element .collab-content .collab-sub-title,
.ct-section .supreme-element .collab-content .collab-description,
.ct-section .supreme-element .collab-content .collab-sub-title,
[class*=oxy-supreme-elements] .supreme-element .collab-content .collab-description,
[class*=oxy-supreme-elements] .supreme-element .collab-content .collab-sub-title {
  color: var(--genome-mist-800);
  font-size: 20px;
  line-height: 150%;
}
.ct-inner-content .supreme-element .collab-content .collab-sub-title,
.ct-section .supreme-element .collab-content .collab-sub-title,
[class*=oxy-supreme-elements] .supreme-element .collab-content .collab-sub-title {
  margin-bottom: var(--rem-100-rem);
}
.ct-inner-content .supreme-element .selected-collaborator-content-group,
.ct-section .supreme-element .selected-collaborator-content-group,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  padding-bottom: 5rem;
}
@media (max-width: 1400px) {
  .ct-inner-content .supreme-element .selected-collaborator-content-group,
  .ct-section .supreme-element .selected-collaborator-content-group,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group {
    display: block;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .selected-collaborator-content-group,
  .ct-section .supreme-element .selected-collaborator-content-group,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group {
    padding-bottom: var(--rem-350-rem);
  }
}
.ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content,
.ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content {
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  text-decoration: unset;
  width: 50%;
}
@media (max-width: 1400px) {
  .ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content,
  .ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content,
  .ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image,
.ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image {
  flex: 0 0 220px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image,
  .ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image {
    flex: 0 0 100%;
  }
}
.ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image img,
.ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image img,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-image img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details,
.ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details {
  padding: 1.9rem 1.4rem;
  flex: 1;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details,
  .ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details {
    padding: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details .collab-content-title,
.ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details .collab-content-title,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details .collab-content-title {
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--midnight-Blue);
  font-family: var(--font-variables-font-family-font-family-primary);
  transition: transform 0.3s ease-in-out;
}
.ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details .collab-content-type,
.ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details .collab-content-type,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content .collab-content-details .collab-content-type {
  font-size: var(--display-font-size-base);
  font-weight: 700;
  line-height: 140%;
  color: var(--dark-Purple);
  padding: 0.125rem 0.47rem;
  border-radius: var(--rem-125-rem);
  background: var(--rna-lights-100);
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}
.ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content:hover .collab-content-title,
.ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content:hover .collab-content-title,
[class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content:hover .collab-content-title {
  background: var(--Linear, linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content:first-child,
  .ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content:first-child,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content:first-child {
    margin-bottom: 1.875rem;
  }
  .ct-inner-content .supreme-element .selected-collaborator-content-group .selected-collaborator-content:last-child,
  .ct-section .supreme-element .selected-collaborator-content-group .selected-collaborator-content:last-child,
  [class*=oxy-supreme-elements] .supreme-element .selected-collaborator-content-group .selected-collaborator-content:last-child {
    margin-bottom: 0;
  }
}
.ct-inner-content .supreme-element.listing-row,
.ct-section .supreme-element.listing-row,
[class*=oxy-supreme-elements] .supreme-element.listing-row {
  width: 100%;
}
.ct-inner-content .supreme-element.listing-row .heading-title,
.ct-section .supreme-element.listing-row .heading-title,
[class*=oxy-supreme-elements] .supreme-element.listing-row .heading-title {
  font-weight: 600;
  margin-top: var(--rem-500-rem);
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-link,
.ct-section .supreme-element .collaborator-filters-grid .card-link,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-link {
  text-decoration: none;
  color: inherit;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-grid,
.ct-section .supreme-element .collaborator-filters-grid .card-grid,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(447px, 1fr));
  gap: 1.875rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}
@media (min-width: 993px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .card-grid,
  .ct-section .supreme-element .collaborator-filters-grid .card-grid,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-grid {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .card-grid,
  .ct-section .supreme-element .collaborator-filters-grid .card-grid,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-grid {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .card-grid,
  .ct-section .supreme-element .collaborator-filters-grid .card-grid,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-grid {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 20px;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .service-grid,
.ct-section .supreme-element .collaborator-filters-grid .service-grid,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  padding: 1.93rem 1.25rem 1.93rem 1.25rem;
  align-items: center;
  border-radius: var(--border-radius-3);
  background: var(--genome-mist-200);
  margin: var(--rem-250-rem) 0px;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .service-grid,
  .ct-section .supreme-element .collaborator-filters-grid .service-grid,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .service-grid {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper,
.ct-section .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper {
  margin-bottom: 0px;
  width: 473px;
  overflow-x: hidden;
  border-radius: var(--border-radius-4);
  border: 1px solid var(--border-gray);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
  position: relative;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper,
  .ct-section .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper:after,
.ct-section .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper:after,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yIDZsNiA2IDYtNiIvPgo8L3N2Zz4=");
  position: absolute;
  right: 12px;
  top: 11px;
  height: 14px;
  width: 16px;
  pointer-events: none;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper .collaborator-filter-dropdown,
.ct-section .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper .collaborator-filter-dropdown,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper .collaborator-filter-dropdown {
  word-wrap: normal;
  padding: 0.375rem var(--rem-200-rem) 0.375rem var(--rem-075-rem);
  width: 100%;
  border: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--gene-strand-800);
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper .collaborator-filter-dropdown,
  .ct-section .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper .collaborator-filter-dropdown,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .service-grid .collaborator-filter-wrapper .collaborator-filter-dropdown {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card,
.ct-section .supreme-element .collaborator-filters-grid .card,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card {
  background: var(--genome-mist-200);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card:hover .card-title,
.ct-section .supreme-element .collaborator-filters-grid .card:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card:hover .card-title {
  background: var(--Linear, linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-label,
.ct-section .supreme-element .collaborator-filters-grid .card-label,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-label {
  background-color: var(--deep-affinity-100);
  color: var(--deep-affinity-500);
  padding: 0.125rem 0.438rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  border-radius: 0 0 0.438rem 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font-variables-font-family-font-family-primary);
  z-index: 10;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-image,
.ct-section .supreme-element .collaborator-filters-grid .card-image,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-image {
  position: relative;
  overflow: hidden;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-image::after,
.ct-section .supreme-element .collaborator-filters-grid .card-image::after,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(302deg, rgba(107, 28, 219, 0.6) 0%, rgba(8, 161, 241, 0.6) 89.02%);
  background-blend-mode: exclusion;
  mix-blend-mode: color;
  pointer-events: none;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-image img,
.ct-section .supreme-element .collaborator-filters-grid .card-image img,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 21rem;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-content,
.ct-section .supreme-element .collaborator-filters-grid .card-content,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-content {
  padding: var(--rem-250-rem) 1.18rem 1.875rem 1.625rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-title,
.ct-section .supreme-element .collaborator-filters-grid .card-title,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-title {
  color: var(--midnight-Blue);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-family: var(--font-variables-font-family-font-family-primary);
  margin-bottom: 0;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card-description,
.ct-section .supreme-element .collaborator-filters-grid .card-description,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card-description {
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  margin: 0.625rem 0 var(--rem-125-rem);
  font-weight: 400;
  line-height: 140%;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .learn-more-cta,
.ct-section .supreme-element .collaborator-filters-grid .learn-more-cta,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .learn-more-cta {
  font-weight: bold;
  color: var(--midnight-Blue);
  display: inline-flex;
  align-items: center;
  margin-top: auto;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .arrow,
.ct-section .supreme-element .collaborator-filters-grid .arrow,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .arrow {
  position: relative;
  margin-top: var(--rem-125-rem);
}
.ct-inner-content .supreme-element .collaborator-filters-grid .arrow:after,
.ct-section .supreme-element .collaborator-filters-grid .arrow:after,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .arrow:after {
  content: "";
  background: url(/page/wp-content/uploads/left-arrow.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0px;
  left: 0;
  background-position: bottom left;
  transition: all 0.3s ease-in-out;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .card:hover .arrow:after,
.ct-section .supreme-element .collaborator-filters-grid .card:hover .arrow:after,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .card:hover .arrow:after {
  left: 15px;
  transition: all 0.3s ease-in-out;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup,
.ct-section .supreme-element .collaborator-filters-grid .popup,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup.open,
.ct-section .supreme-element .collaborator-filters-grid .popup.open,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup.open {
  display: flex;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-inner,
.ct-section .supreme-element .collaborator-filters-grid .popup-inner,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-inner {
  background: var(--white);
  padding: 59px 54px 94px;
  max-width: 1368px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-inner,
  .ct-section .supreme-element .collaborator-filters-grid .popup-inner,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-inner {
    padding: 30px;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-inner.single-div-popup,
.ct-section .supreme-element .collaborator-filters-grid .popup-inner.single-div-popup,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-inner.single-div-popup {
  width: 100%;
  max-width: 1080px;
  max-height: 100%;
  overflow-y: auto;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-close,
.ct-section .supreme-element .collaborator-filters-grid .popup-close,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-content,
.ct-section .supreme-element .collaborator-filters-grid .popup-content,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  gap: 80px;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-content,
  .ct-section .supreme-element .collaborator-filters-grid .popup-content,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-content,
  .ct-section .supreme-element .collaborator-filters-grid .popup-content,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-content {
    gap: 20px;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-content p,
.ct-section .supreme-element .collaborator-filters-grid .popup-content p,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-content p {
  color: var(--dark-Charcoal);
  font-family: var(--font-variables-font-family-font-family-secondary, Inter);
  font-size: var(--display-font-size-lg, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-left,
.ct-section .supreme-element .collaborator-filters-grid .popup-left,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 35px;
  width: 590px;
  align-items: flex-start;
  padding-right: 30px;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left,
  .ct-section .supreme-element .collaborator-filters-grid .popup-left,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left {
    width: 100%;
    padding-right: 0;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .content-wrapper,
.ct-section .supreme-element .collaborator-filters-grid .popup-left .content-wrapper,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .content-wrapper,
  .ct-section .supreme-element .collaborator-filters-grid .popup-left .content-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .content-wrapper {
    flex-direction: column;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .content-wrapper::after,
.ct-section .supreme-element .collaborator-filters-grid .popup-left .content-wrapper::after,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .content-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(302deg, rgba(107, 28, 219, 0.6) 0%, rgba(8, 161, 241, 0.6) 89.02%);
  background-blend-mode: exclusion;
  mix-blend-mode: color;
  pointer-events: none;
  z-index: 1;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .label-div,
.ct-section .supreme-element .collaborator-filters-grid .popup-left .label-div,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .label-div {
  width: 390.158px;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .label-div,
  .ct-section .supreme-element .collaborator-filters-grid .popup-left .label-div,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .label-div {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-left h3.collab_name, .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .collab_name.h3,
.ct-section .supreme-element .collaborator-filters-grid .popup-left h3.collab_name,
.ct-section .supreme-element .collaborator-filters-grid .popup-left .collab_name.h3,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left h3.collab_name,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .collab_name.h3 {
  font-size: var(--display-font-size-4);
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--bio-orchid-600) 0%, var(--crispr-clear-500) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-left h5.sub_title, .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .sub_title.h5,
.ct-section .supreme-element .collaborator-filters-grid .popup-left h5.sub_title,
.ct-section .supreme-element .collaborator-filters-grid .popup-left .sub_title.h5,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left h5.sub_title,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .sub_title.h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 390.158px;
  font-family: var(--font-variables-font-family-font-family-primary);
  color: var(--dark-oligos);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left h5.sub_title, .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left .sub_title.h5,
  .ct-section .supreme-element .collaborator-filters-grid .popup-left h5.sub_title,
  .ct-section .supreme-element .collaborator-filters-grid .popup-left .sub_title.h5,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left h5.sub_title,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left .sub_title.h5 {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-left img,
.ct-section .supreme-element .collaborator-filters-grid .popup-left img,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left img {
  position: relative;
  width: 130px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-left img,
  .ct-section .supreme-element .collaborator-filters-grid .popup-left img,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-left img {
    width: 100%;
    margin-top: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right,
.ct-section .supreme-element .collaborator-filters-grid .popup-right,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right {
  flex: 1 1 40%;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right ul,
.ct-section .supreme-element .collaborator-filters-grid .popup-right ul,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right ul li,
.ct-section .supreme-element .collaborator-filters-grid .popup-right ul li,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right ul li {
  background: var(--helix-feather-500);
  border-radius: 3px;
  display: flex;
  width: 484.685px;
  align-items: flex-start;
  margin-bottom: var(--rem-125-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .collaborator-filters-grid .popup-right ul li,
  .ct-section .supreme-element .collaborator-filters-grid .popup-right ul li,
  [class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right ul li {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right ul li a,
.ct-section .supreme-element .collaborator-filters-grid .popup-right ul li a,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right ul li a {
  text-decoration: none;
  color: inherit;
  padding: 20px 22px;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right ul li .content-title,
.ct-section .supreme-element .collaborator-filters-grid .popup-right ul li .content-title,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right ul li .content-title {
  color: var(--midnight-Blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right h4, .ct-inner-content .supreme-element .collaborator-filters-grid .popup-right .h4,
.ct-section .supreme-element .collaborator-filters-grid .popup-right h4,
.ct-section .supreme-element .collaborator-filters-grid .popup-right .h4,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right h4,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right .h4 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--bio-orchid-600) 0%, var(--crispr-clear-500) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right:empty,
.ct-section .supreme-element .collaborator-filters-grid .popup-right:empty,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right:empty {
  display: none;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .resource-type,
.ct-section .supreme-element .collaborator-filters-grid .resource-type,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .resource-type {
  color: var(--dark-Purple);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-radius: 20px;
  background: rgba(96, 0, 250, 0.1);
  padding: 0.125rem 0.47rem;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .load_more_btn,
.ct-section .supreme-element .collaborator-filters-grid .load_more_btn,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .load_more_btn {
  text-align: center;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper,
.ct-section .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper {
  margin-bottom: 0px;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button,
.ct-section .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button {
  font-family: var(--font-variables-font-family-font-family-primary);
  color: var(--midnight-Blue);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  background-color: transparent;
  padding-right: 30px;
  padding-left: 0;
  border-radius: 0;
  position: relative;
  border: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button:before,
.ct-section .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button:before,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button:before {
  content: url(/page/wp-content/uploads/2024/09/arrow-3-1.svg);
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button:after,
.ct-section .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button:after,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-load-more-wrapper .collaborator-load-more-button:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #781AFF 0%, var(--gardient-heading-2) 100%);
  z-index: 1;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-results-count,
.ct-section .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-results-count,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .load_more_btn .collaborator-results-count {
  color: var(--gray);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  margin-top: 12px;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right ul li:hover,
.ct-section .supreme-element .collaborator-filters-grid .popup-right ul li:hover,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right ul li:hover {
  cursor: pointer;
}
.ct-inner-content .supreme-element .collaborator-filters-grid .popup-right ul li:hover .content-title,
.ct-section .supreme-element .collaborator-filters-grid .popup-right ul li:hover .content-title,
[class*=oxy-supreme-elements] .supreme-element .collaborator-filters-grid .popup-right ul li:hover .content-title {
  background: linear-gradient(90deg, var(--rna-lights-500) 0%, var(--crispr-clear-500)) 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-inner-content .supreme-element .listing-row,
.ct-section .supreme-element .listing-row,
[class*=oxy-supreme-elements] .supreme-element .listing-row {
  padding-top: var(--rem-500-rem);
  width: 100%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .listing-row,
  .ct-section .supreme-element .listing-row,
  [class*=oxy-supreme-elements] .supreme-element .listing-row {
    padding-top: var(--rem-350-rem);
    padding-bottom: var(--rem-200-rem);
  }
}
.ct-inner-content .supreme-element .listing-row h2.heading-title, .ct-inner-content .supreme-element .listing-row .heading-title.h2,
.ct-section .supreme-element .listing-row h2.heading-title,
.ct-section .supreme-element .listing-row .heading-title.h2,
[class*=oxy-supreme-elements] .supreme-element .listing-row h2.heading-title,
[class*=oxy-supreme-elements] .supreme-element .listing-row .heading-title.h2 {
  font-weight: 600;
}
.ct-inner-content .supreme-element .provider-main-div .provider-card-grid,
.ct-section .supreme-element .provider-main-div .provider-card-grid,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(447px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .ct-inner-content .supreme-element .provider-main-div .provider-card-grid,
  .ct-section .supreme-element .provider-main-div .provider-card-grid,
  [class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card-grid {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .provider-main-div .provider-card-grid,
  .ct-section .supreme-element .provider-main-div .provider-card-grid,
  [class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card-grid {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .provider-main-div .provider-card-grid,
  .ct-section .supreme-element .provider-main-div .provider-card-grid,
  [class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card-grid {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.ct-inner-content .supreme-element .provider-main-div .service-grid,
.ct-section .supreme-element .provider-main-div .service-grid,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  padding: 1.93rem 1.25rem 1.93rem 1.25rem;
  align-items: center;
  border-radius: 3px;
  background: var(--genome-mist-200);
  margin: 40px 0px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .provider-main-div .service-grid,
  .ct-section .supreme-element .provider-main-div .service-grid,
  [class*=oxy-supreme-elements] .supreme-element .provider-main-div .service-grid {
    gap: 20px;
  }
}
.ct-inner-content .supreme-element .provider-main-div .service-grid .provider-filter-region,
.ct-section .supreme-element .provider-main-div .service-grid .provider-filter-region,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .service-grid .provider-filter-region {
  margin-bottom: 0px;
  position: relative;
}
.ct-inner-content .supreme-element .provider-main-div .service-grid .provider-filter-region:after,
.ct-section .supreme-element .provider-main-div .service-grid .provider-filter-region:after,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .service-grid .provider-filter-region:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yIDZsNiA2IDYtNiIvPgo8L3N2Zz4=");
  position: absolute;
  right: 12px;
  top: 11px;
  height: 14px;
  width: 16px;
  pointer-events: none;
}
.ct-inner-content .supreme-element .provider-main-div .service-grid .provider-filter-region select,
.ct-section .supreme-element .provider-main-div .service-grid .provider-filter-region select,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .service-grid .provider-filter-region select {
  word-wrap: normal;
  padding: 6px 32px 6px 12px;
  width: 375px;
  border-radius: var(--border-radius-4);
  border: 1px solid #DEE2E6;
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--gene-strand-800);
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .provider-main-div .service-grid .provider-filter-region select,
  .ct-section .supreme-element .provider-main-div .service-grid .provider-filter-region select,
  [class*=oxy-supreme-elements] .supreme-element .provider-main-div .service-grid .provider-filter-region select {
    width: 100%;
  }
}
.ct-inner-content .supreme-element .provider-main-div .service-grid .provider-filter-region select:focus-visible,
.ct-section .supreme-element .provider-main-div .service-grid .provider-filter-region select:focus-visible,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .service-grid .provider-filter-region select:focus-visible {
  outline-color: var(--atomic-primary-light);
}
.ct-inner-content .supreme-element .provider-main-div .provider-card,
.ct-section .supreme-element .provider-main-div .provider-card,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 22px;
  border-radius: 3px;
  background: var(--genome-mist-200);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: var(--gene-strand-800);
}
.ct-inner-content .supreme-element .provider-main-div .provider-card:hover,
.ct-section .supreme-element .provider-main-div .provider-card:hover,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card:hover {
  text-decoration: none;
}
.ct-inner-content .supreme-element .provider-main-div .provider-card:hover .card-link,
.ct-section .supreme-element .provider-main-div .provider-card:hover .card-link,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card:hover .card-link {
  color: var(--plasma-antibody-500);
}
.ct-inner-content .supreme-element .provider-main-div .provider-card:hover .card-link:after,
.ct-section .supreme-element .provider-main-div .provider-card:hover .card-link:after,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card:hover .card-link:after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6733%) hue-rotate(268deg) brightness(90%) contrast(120%);
}
.ct-inner-content .supreme-element .provider-main-div .provider-card:hover .card-title,
.ct-section .supreme-element .provider-main-div .provider-card:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card:hover .card-title {
  background: linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-inner-content .supreme-element .provider-main-div .provider-card:hover .card-footer:after,
.ct-section .supreme-element .provider-main-div .provider-card:hover .card-footer:after,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .provider-card:hover .card-footer:after {
  background: linear-gradient(90deg, var(--plasma-antibody-700) 0%, var(--crispr-clear-500) 100%);
}
.ct-inner-content .supreme-element .provider-main-div .card-badge,
.ct-section .supreme-element .provider-main-div .card-badge,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-badge {
  margin-bottom: 0.5rem;
  background-color: var(--deep-affinity-100);
  color: var(--deep-affinity-500);
  padding: 2px 7px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px 0px 7px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element .provider-main-div .card-logo,
.ct-section .supreme-element .provider-main-div .card-logo,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-logo {
  text-align: left;
  margin-bottom: 0.64rem;
}
.ct-inner-content .supreme-element .provider-main-div .card-logo img,
.ct-section .supreme-element .provider-main-div .card-logo img,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-logo img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 180px;
}
.ct-inner-content .supreme-element .provider-main-div .card-body,
.ct-section .supreme-element .provider-main-div .card-body,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-body {
  flex: 1;
}
.ct-inner-content .supreme-element .provider-main-div .card-body .card-title-wrapper,
.ct-section .supreme-element .provider-main-div .card-body .card-title-wrapper,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-body .card-title-wrapper {
  margin-bottom: 0.6rem;
}
.ct-inner-content .supreme-element .provider-main-div .card-body .card-title-wrapper .card-title,
.ct-section .supreme-element .provider-main-div .card-body .card-title-wrapper .card-title,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-body .card-title-wrapper .card-title {
  font-size: 1.5rem;
  color: var(--midnight-Blue);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s;
  font-family: var(--font-variables-font-family-font-family-primary);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.ct-inner-content .supreme-element .provider-main-div .card-body span.category_label,
.ct-section .supreme-element .provider-main-div .card-body span.category_label,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-body span.category_label {
  font-size: var(--display-font-size-sm);
  margin-bottom: var(--rem-050-rem);
  font-weight: 700;
  line-height: 120%;
  color: var(--dark-Purple);
  padding: 2px 7px;
  border-radius: var(--rem-125-rem);
  background: var(--rna-lights-100);
  text-transform: capitalize;
}
.ct-inner-content .supreme-element .provider-main-div .card-body .card-desc,
.ct-section .supreme-element .provider-main-div .card-body .card-desc,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-body .card-desc {
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--genome-mist-800);
  margin-top: 1.02rem;
}
.ct-inner-content .supreme-element .provider-main-div .card-footer,
.ct-section .supreme-element .provider-main-div .card-footer,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-footer {
  margin-top: 1rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
}
.ct-inner-content .supreme-element .provider-main-div .card-footer:after,
.ct-section .supreme-element .provider-main-div .card-footer:after,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-footer:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #781AFF 0%, var(--gardient-heading-2) 100%);
  z-index: 1;
}
.ct-inner-content .supreme-element .provider-main-div .card-footer .card-link,
.ct-section .supreme-element .provider-main-div .card-footer .card-link,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-footer .card-link {
  display: inline-block;
  color: var(--plasma-antibody-800);
  transition: all 0.3s;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  font-family: var(--font-variables-font-family-font-family-primary);
  position: relative;
}
.ct-inner-content .supreme-element .provider-main-div .card-footer .card-link:after,
.ct-section .supreme-element .provider-main-div .card-footer .card-link:after,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .card-footer .card-link:after {
  right: -20px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(/page/wp-content/uploads/External-icon.svg);
  content: "";
  position: absolute;
}
.ct-inner-content .supreme-element .provider-main-div .load_more_btn,
.ct-section .supreme-element .provider-main-div .load_more_btn,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .load_more_btn {
  text-align: center;
}
.ct-inner-content .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper,
.ct-section .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper {
  margin-bottom: 0px;
}
.ct-inner-content .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more,
.ct-section .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more {
  font-family: var(--font-variables-font-family-font-family-primary);
  color: var(--midnight-Blue);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  background-color: transparent;
  padding-right: 30px;
  padding-left: 0;
  border-radius: 0;
  position: relative;
  border: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ct-inner-content .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more:before,
.ct-section .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more:before,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more:before {
  content: url(/page/wp-content/uploads/2024/09/arrow-3-1.svg);
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
}
.ct-inner-content .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more:after,
.ct-section .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more:after,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .load_more_btn .provider-load-more-wrapper button.provider-load-more:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #781AFF 0%, var(--gardient-heading-2) 100%);
  z-index: 1;
}
.ct-inner-content .supreme-element .provider-main-div .load_more_btn .provider-counts,
.ct-section .supreme-element .provider-main-div .load_more_btn .provider-counts,
[class*=oxy-supreme-elements] .supreme-element .provider-main-div .load_more_btn .provider-counts {
  color: var(--genome-mist-800);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  margin-top: 12px;
}
.ct-inner-content .supreme-element .oxy-contact-hero-section,
.ct-section .supreme-element .oxy-contact-hero-section,
[class*=oxy-supreme-elements] .supreme-element .oxy-contact-hero-section {
  background-blend-mode: soft-light, normal, normal;
}
.ct-inner-content .supreme-element .contact-hero-container,
.ct-section .supreme-element .contact-hero-container,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container {
  max-width: 1140px;
  padding: var(--rem-375-rem) 0;
  text-align: center;
  margin: 0 auto;
}
.ct-inner-content .supreme-element .contact-hero-container a.contact-card-anchor,
.ct-section .supreme-element .contact-hero-container a.contact-card-anchor,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container a.contact-card-anchor {
  text-decoration: unset;
}
.ct-inner-content .supreme-element .contact-hero-container .card-divider,
.ct-section .supreme-element .contact-hero-container .card-divider,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .card-divider {
  width: 100%;
  height: 1px;
  background: var(--deep-affinity-200);
  margin: var(--rem-125-rem) auto;
}
.ct-inner-content .supreme-element .contact-hero-container .contact-hero-heading,
.ct-section .supreme-element .contact-hero-container .contact-hero-heading,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-heading {
  font-weight: 600;
  margin-bottom: var(--rem-250-rem);
  color: var(--white);
  transition: all 0.3s linear;
}
.ct-inner-content .supreme-element .contact-hero-container .contact-hero-subtext,
.ct-section .supreme-element .contact-hero-container .contact-hero-subtext,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-subtext {
  font-size: 1.1rem;
  margin-bottom: var(--rem-250-rem);
  color: var(--gray);
}
.ct-inner-content .supreme-element .contact-hero-container .contact-hero-card-grid,
.ct-section .supreme-element .contact-hero-container .contact-hero-card-grid,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-hero-container .contact-hero-card-grid,
  .ct-section .supreme-element .contact-hero-container .contact-hero-card-grid,
  [class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card-grid {
    display: block;
    padding: 0px 20px;
  }
}
.ct-inner-content .supreme-element .contact-hero-container .contact-hero-card,
.ct-section .supreme-element .contact-hero-container .contact-hero-card,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card {
  flex: 1 1 359px;
  width: 359px;
  background: var(--white);
  padding: 1.87rem 1.625rem;
  text-align: center;
  color: var(--bio-orchid-600);
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-hero-container .contact-hero-card,
  .ct-section .supreme-element .contact-hero-container .contact-hero-card,
  [class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ct-inner-content .supreme-element .contact-hero-container .contact-hero-card:hover,
.ct-section .supreme-element .contact-hero-container .contact-hero-card:hover,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card:hover {
  background: linear-gradient(237deg, var(--crispr-clear-500) 2.56%, var(--rna-lights-500) 75.75%), var(--helix-feather-500);
  transition: all 0.3s linear;
}
.ct-inner-content .supreme-element .contact-hero-container .contact-hero-card:hover .card-icon img,
.ct-section .supreme-element .contact-hero-container .contact-hero-card:hover .card-icon img,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card:hover .card-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
  transition: all 0.3s linear;
}
.ct-inner-content .supreme-element .contact-hero-container .contact-hero-card:hover .card-title, .ct-inner-content .supreme-element .contact-hero-container .contact-hero-card:hover .card-desc,
.ct-section .supreme-element .contact-hero-container .contact-hero-card:hover .card-title,
.ct-section .supreme-element .contact-hero-container .contact-hero-card:hover .card-desc,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card:hover .card-title,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .contact-hero-card:hover .card-desc {
  color: var(--white);
}
.ct-inner-content .supreme-element .contact-hero-container .card-icon img,
.ct-section .supreme-element .contact-hero-container .card-icon img,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .card-icon img {
  width: 5.625rem;
  height: 5.625rem;
  transition: all 0.3s linear;
}
.ct-inner-content .supreme-element .contact-hero-container .card-title,
.ct-section .supreme-element .contact-hero-container .card-title,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .card-title {
  font-size: var(--display-font-size-xl);
  font-weight: 500;
  line-height: 120%;
  color: var(--bio-orchid-600);
  transition: all 0.3s linear;
}
.ct-inner-content .supreme-element .contact-hero-container .card-desc,
.ct-section .supreme-element .contact-hero-container .card-desc,
[class*=oxy-supreme-elements] .supreme-element .contact-hero-container .card-desc {
  font-size: var(--display-font-size-base);
  color: var(--gray);
}
.ct-inner-content .supreme-element .contact-main-title,
.ct-section .supreme-element .contact-main-title,
[class*=oxy-supreme-elements] .supreme-element .contact-main-title {
  font-weight: 600;
  margin-bottom: var(--rem-375-rem);
  text-align: center;
  margin-top: var(--rem-625-rem);
  width: 100%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-main-title,
  .ct-section .supreme-element .contact-main-title,
  [class*=oxy-supreme-elements] .supreme-element .contact-main-title {
    margin: var(--rem-250-rem) 0;
  }
}
.ct-inner-content .supreme-element .region-selector-wrapper,
.ct-section .supreme-element .region-selector-wrapper,
[class*=oxy-supreme-elements] .supreme-element .region-selector-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .region-selector-wrapper,
  .ct-section .supreme-element .region-selector-wrapper,
  [class*=oxy-supreme-elements] .supreme-element .region-selector-wrapper {
    display: block;
  }
}
.ct-inner-content .supreme-element .region-selector-wrapper .contact-section-title,
.ct-section .supreme-element .region-selector-wrapper .contact-section-title,
[class*=oxy-supreme-elements] .supreme-element .region-selector-wrapper .contact-section-title {
  font-weight: 500;
  line-height: 120%;
  color: var(--bio-orchid-500);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .region-selector-wrapper .contact-section-title,
  .ct-section .supreme-element .region-selector-wrapper .contact-section-title,
  [class*=oxy-supreme-elements] .supreme-element .region-selector-wrapper .contact-section-title {
    margin-bottom: 20px;
  }
}
.ct-inner-content .supreme-element .region-selector-wrapper label,
.ct-section .supreme-element .region-selector-wrapper label,
[class*=oxy-supreme-elements] .supreme-element .region-selector-wrapper label {
  color: var(--heading-headings-color);
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-right: var(--rem-075-rem);
}
.ct-inner-content .supreme-element .region-selector-wrapper select,
.ct-section .supreme-element .region-selector-wrapper select,
[class*=oxy-supreme-elements] .supreme-element .region-selector-wrapper select {
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  border-radius: var(--border-radius-6);
  word-wrap: normal;
  padding: 6px var(--rem-075-rem);
  width: 264px;
  border: 1px solid var(--border-gray);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--gene-strand-800);
  margin-top: var(--rem-075-rem);
}
.ct-inner-content .supreme-element .region-selector-wrapper select#region-selector,
.ct-section .supreme-element .region-selector-wrapper select#region-selector,
[class*=oxy-supreme-elements] .supreme-element .region-selector-wrapper select#region-selector {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yIDZsNiA2IDYtNiIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 96%;
  -webkit-appearance: none;
  cursor: pointer;
}
.ct-inner-content .supreme-element .contact-country-info-region,
.ct-section .supreme-element .contact-country-info-region,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region {
  margin-bottom: var(--rem-625-rem);
  width: 100%;
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row {
  background: var(--helix-feather-500);
  border-radius: var(--border-radius-3);
  padding: 1.87rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row,
  .ct-section .supreme-element .contact-country-info-region .contact-region-info-row,
  [class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row {
    padding: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-region-name,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-region-name,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-region-name {
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 32px;
  color: var(--genetic-iris-500);
  border-bottom: 1px solid var(--dark-oligos-100);
  padding-bottom: 1.25rem;
  margin-bottom: var(--rem-250-rem);
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(437px, 1fr));
  row-gap: var(--rem-250-rem);
  -moz-column-gap: 1.87rem;
       column-gap: 1.87rem;
}
@media (max-width: 1400px) {
  .ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
  .ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
  .ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    row-gap: var(--rem-125-rem);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
  .ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item h4, .ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item .h4,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item h4,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item .h4,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item h4,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item .h4 {
  margin-bottom: 0.25rem;
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--heading-headings-color);
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a {
  color: var(--deep-affinity-400);
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a::after,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a::after,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--deep-affinity-400);
  transition: background 0.3s ease;
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a:hover,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a:hover,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a:hover {
  color: var(--plasma-antibody-800);
}
.ct-inner-content .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a:hover::after,
.ct-section .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a:hover::after,
[class*=oxy-supreme-elements] .supreme-element .contact-country-info-region .contact-region-info-row .contact-grid .contact-item a:hover::after {
  background: linear-gradient(90deg, var(--gardient-heading-1) 0%, var(--gardient-heading-2) 100%);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-country-info-region,
  .ct-section .supreme-element .contact-country-info-region,
  [class*=oxy-supreme-elements] .supreme-element .contact-country-info-region {
    margin-bottom: var(--rem-250-rem);
  }
}
.ct-inner-content .supreme-element .contact-additional-info,
.ct-section .supreme-element .contact-additional-info,
[class*=oxy-supreme-elements] .supreme-element .contact-additional-info {
  margin-top: var(--rem-625-rem);
}
.ct-inner-content .supreme-element .contact-additional-info .contact-subheading,
.ct-section .supreme-element .contact-additional-info .contact-subheading,
[class*=oxy-supreme-elements] .supreme-element .contact-additional-info .contact-subheading {
  font-weight: 500;
  line-height: 120%;
  color: var(--bio-orchid-500);
  font-size: 32px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-additional-info .contact-subheading,
  .ct-section .supreme-element .contact-additional-info .contact-subheading,
  [class*=oxy-supreme-elements] .supreme-element .contact-additional-info .contact-subheading {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .contact-additional-info,
  .ct-section .supreme-element .contact-additional-info,
  [class*=oxy-supreme-elements] .supreme-element .contact-additional-info {
    margin-top: var(--rem-250-rem);
  }
}
.ct-inner-content .supreme-element .additional-contact-grid,
.ct-section .supreme-element .additional-contact-grid,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .additional-contact-grid,
  .ct-section .supreme-element .additional-contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .additional-contact-grid {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .additional-contact-grid,
  .ct-section .supreme-element .additional-contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .additional-contact-grid {
    display: block;
  }
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item {
  background: var(--white);
  padding: 1rem;
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item h4, .ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item .h4,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item h4,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item .h4,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item h4,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item .h4 {
  margin-bottom: 0.25rem;
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--heading-headings-color);
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item a,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item a,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item a {
  color: var(--deep-affinity-400);
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item a::after,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item a::after,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--deep-affinity-400);
  transition: background 0.3s ease;
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item a:hover,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item a:hover,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item a:hover {
  color: var(--plasma-antibody-800);
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item a:hover::after,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item a:hover::after,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item a:hover::after {
  background: linear-gradient(90deg, var(--gardient-heading-1) 0%, var(--gardient-heading-2) 100%);
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item .wysiwyg-content,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item .wysiwyg-content,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item .wysiwyg-content {
  color: var(--dark-oligos-500);
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item .wysiwyg-content p,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item .wysiwyg-content p,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item .wysiwyg-content p {
  margin-bottom: 0;
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item.full-width,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item.full-width,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item.full-width {
  grid-column: span 3;
  margin-top: 8px;
}
.ct-inner-content .supreme-element .additional-contact-grid .additional-contact-item:last-child,
.ct-section .supreme-element .additional-contact-grid .additional-contact-item:last-child,
[class*=oxy-supreme-elements] .supreme-element .additional-contact-grid .additional-contact-item:last-child {
  padding-bottom: 0;
}
.ct-inner-content .supreme-element .section-main-title,
.ct-section .supreme-element .section-main-title,
[class*=oxy-supreme-elements] .supreme-element .section-main-title {
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.875rem;
  color: var(--bio-orchid-500);
  text-align: left;
  font-size: 32px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .section-main-title,
  .ct-section .supreme-element .section-main-title,
  [class*=oxy-supreme-elements] .supreme-element .section-main-title {
    font-size: 22px;
  }
}
.ct-inner-content .supreme-element .global-contact-section,
.ct-section .supreme-element .global-contact-section,
[class*=oxy-supreme-elements] .supreme-element .global-contact-section {
  margin-bottom: 1.87rem;
  background: var(--helix-feather-500);
  border-radius: var(--border-radius-3);
  padding: 1.875rem;
  width: 100%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .global-contact-section,
  .ct-section .supreme-element .global-contact-section,
  [class*=oxy-supreme-elements] .supreme-element .global-contact-section {
    margin-bottom: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .global-contact-section:last-child,
.ct-section .supreme-element .global-contact-section:last-child,
[class*=oxy-supreme-elements] .supreme-element .global-contact-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .global-contact-section:last-child,
  .ct-section .supreme-element .global-contact-section:last-child,
  [class*=oxy-supreme-elements] .supreme-element .global-contact-section:last-child {
    margin-bottom: 0;
  }
}
.ct-inner-content .supreme-element .global-contact-section .global-section-heading,
.ct-section .supreme-element .global-contact-section .global-section-heading,
[class*=oxy-supreme-elements] .supreme-element .global-contact-section .global-section-heading {
  font-weight: 500;
  line-height: 120%;
  color: var(--genetic-iris);
  border-radius: var(--border-radius-4);
  font-style: normal;
  font-size: 32px;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .global-contact-section .global-section-heading,
  .ct-section .supreme-element .global-contact-section .global-section-heading,
  [class*=oxy-supreme-elements] .supreme-element .global-contact-section .global-section-heading {
    font-size: 22px;
  }
}
.ct-inner-content .supreme-element .global-contact-section .global-contact-grid.with-divider,
.ct-section .supreme-element .global-contact-section .global-contact-grid.with-divider,
[class*=oxy-supreme-elements] .supreme-element .global-contact-section .global-contact-grid.with-divider {
  border-top: 1px solid var(--dark-oligos-100);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
.ct-inner-content .supreme-element .global-contact-grid,
.ct-section .supreme-element .global-contact-grid,
[class*=oxy-supreme-elements] .supreme-element .global-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(313px, 1fr));
  gap: 1.875rem;
}
@media (max-width: 1400px) {
  .ct-inner-content .supreme-element .global-contact-grid,
  .ct-section .supreme-element .global-contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .global-contact-grid {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .global-contact-grid,
  .ct-section .supreme-element .global-contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .global-contact-grid {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .global-contact-grid,
  .ct-section .supreme-element .global-contact-grid,
  [class*=oxy-supreme-elements] .supreme-element .global-contact-grid {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.ct-inner-content .supreme-element .contact-card,
.ct-section .supreme-element .contact-card,
[class*=oxy-supreme-elements] .supreme-element .contact-card {
  margin-top: 20px;
}
.ct-inner-content .supreme-element .contact-card .contact-location,
.ct-section .supreme-element .contact-card .contact-location,
[class*=oxy-supreme-elements] .supreme-element .contact-card .contact-location {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  color: var(--dark-oligos);
}
.ct-inner-content .supreme-element .contact-card .contact-address,
.ct-section .supreme-element .contact-card .contact-address,
[class*=oxy-supreme-elements] .supreme-element .contact-card .contact-address {
  white-space: pre-line;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--dark-oligos);
}
.ct-inner-content .supreme-element .contact-card .contact-address div,
.ct-section .supreme-element .contact-card .contact-address div,
[class*=oxy-supreme-elements] .supreme-element .contact-card .contact-address div {
  margin-top: 15px;
}
.ct-inner-content .supreme-element .contact-card .contact-address a,
.ct-section .supreme-element .contact-card .contact-address a,
[class*=oxy-supreme-elements] .supreme-element .contact-card .contact-address a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--dark-oligos-500);
  text-decoration: unset;
  position: relative;
}
.ct-inner-content .supreme-element .contact-card .contact-address a::after,
.ct-section .supreme-element .contact-card .contact-address a::after,
[class*=oxy-supreme-elements] .supreme-element .contact-card .contact-address a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--helix-feather-600);
  z-index: 1;
}
.ct-inner-content .supreme-element .contact-card .contact-address a:hover,
.ct-section .supreme-element .contact-card .contact-address a:hover,
[class*=oxy-supreme-elements] .supreme-element .contact-card .contact-address a:hover {
  color: var(--plasma-antibody-800);
  font-weight: 600;
}
.ct-inner-content .supreme-element .contact-card .contact-address a:hover::after,
.ct-section .supreme-element .contact-card .contact-address a:hover::after,
[class*=oxy-supreme-elements] .supreme-element .contact-card .contact-address a:hover::after {
  height: 2px;
  background: linear-gradient(90deg, var(--gardient-heading-1) 0%, var(--gardient-heading-2) 100%);
}
.ct-inner-content .supreme-element .contact-card .map-link a,
.ct-section .supreme-element .contact-card .map-link a,
[class*=oxy-supreme-elements] .supreme-element .contact-card .map-link a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--dark-oligos-500);
  text-decoration: unset;
  position: relative;
}
.ct-inner-content .supreme-element .contact-card .map-link a::before,
.ct-section .supreme-element .contact-card .map-link a::before,
[class*=oxy-supreme-elements] .supreme-element .contact-card .map-link a::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3m-3-8h3v3m0-3L9 6"/></svg>');
  position: absolute;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  z-index: 2;
  filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(205%) hue-rotate(162deg) brightness(99%) contrast(98%);
}
.ct-inner-content .supreme-element .contact-card .map-link a::after,
.ct-section .supreme-element .contact-card .map-link a::after,
[class*=oxy-supreme-elements] .supreme-element .contact-card .map-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--helix-feather-600);
  z-index: 1;
}
.ct-inner-content .supreme-element .contact-card .map-link a:hover,
.ct-section .supreme-element .contact-card .map-link a:hover,
[class*=oxy-supreme-elements] .supreme-element .contact-card .map-link a:hover {
  color: var(--plasma-antibody-800);
  font-weight: 600;
}
.ct-inner-content .supreme-element .contact-card .map-link a:hover::after,
.ct-section .supreme-element .contact-card .map-link a:hover::after,
[class*=oxy-supreme-elements] .supreme-element .contact-card .map-link a:hover::after {
  height: 2px;
  background: linear-gradient(90deg, var(--gardient-heading-1) 0%, var(--gardient-heading-2) 100%);
}
.ct-inner-content .supreme-element .contact-card .map-link a:hover::before,
.ct-section .supreme-element .contact-card .map-link a:hover::before,
[class*=oxy-supreme-elements] .supreme-element .contact-card .map-link a:hover::before {
  filter: brightness(0) saturate(100%) invert(17%) sepia(17%) saturate(4578%) hue-rotate(233deg) brightness(93%) contrast(124%);
}
.ct-inner-content .supreme-element.hero.service-hero,
.ct-section .supreme-element.hero.service-hero,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(117deg, #051522 42.32%, #052437 78.21%, #044666 101.04%);
}
.ct-inner-content .supreme-element.hero.service-hero .hero-image,
.ct-section .supreme-element.hero.service-hero .hero-image,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .hero-image {
  position: absolute;
  z-index: 0;
  width: 75%;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to left, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 55%);
  -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 55%);
  background-position: right;
  background-size: contain;
}
@media (min-width: 2200px) {
  .ct-inner-content .supreme-element.hero.service-hero .hero-image,
  .ct-section .supreme-element.hero.service-hero .hero-image,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .hero-image {
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 51%, rgba(0, 0, 0, 0) 90%);
            mask-image: linear-gradient(to left, rgb(0, 0, 0) 51%, rgba(0, 0, 0, 0) 90%);
    background-size: cover;
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .ct-inner-content .supreme-element.hero.service-hero .hero-image,
  .ct-section .supreme-element.hero.service-hero .hero-image,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .hero-image {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.hero.service-hero .hero-image,
  .ct-section .supreme-element.hero.service-hero .hero-image,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .hero-image {
    background-position: 60% 0%;
  }
}
.ct-inner-content .supreme-element.hero.service-hero .container,
.ct-section .supreme-element.hero.service-hero .container,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container {
  position: relative;
  z-index: 1;
  padding: 8.75rem 0 6.875rem;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .ct-inner-content .supreme-element.hero.service-hero .container,
  .ct-section .supreme-element.hero.service-hero .container,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container {
    padding-left: var(--rem-125-rem);
    padding-right: var(--rem-125-rem);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.hero.service-hero .container,
  .ct-section .supreme-element.hero.service-hero .container,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container {
    max-width: 100%;
    padding: var(--rem-525-rem) var(--rem-125-rem);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.hero.service-hero .container,
  .ct-section .supreme-element.hero.service-hero .container,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container {
    max-width: 100%;
    padding: var(--rem-325-rem) var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element.hero.service-hero .container .hero-title,
.ct-section .supreme-element.hero.service-hero .container .hero-title,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-title {
  display: flex;
  align-items: flex-start;
  color: var(--white);
  margin-bottom: var(--rem-125-rem);
  max-width: 890px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.hero.service-hero .container .hero-title,
  .ct-section .supreme-element.hero.service-hero .container .hero-title,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-title {
    max-width: 100%;
  }
}
.ct-inner-content .supreme-element.hero.service-hero .container .hero-text,
.ct-section .supreme-element.hero.service-hero .container .hero-text,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-text {
  color: var(--white);
  font-size: 22px;
  line-height: 140%;
  max-width: 860px;
  font-weight: 400;
  margin-bottom: 1.87rem;
  font-family: var(--font-variables-font-family-font-family-secondary);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.hero.service-hero .container .hero-text,
  .ct-section .supreme-element.hero.service-hero .container .hero-text,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-text {
    max-width: 100%;
    margin-bottom: var(--rem-125-rem);
    font-size: var(--display-font-size-lg);
  }
}
.ct-inner-content .supreme-element.hero.service-hero .container .hero-breadcrumb,
.ct-section .supreme-element.hero.service-hero .container .hero-breadcrumb,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-breadcrumb {
  color: var(--white);
  position: absolute;
  top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.hero.service-hero .container .hero-breadcrumb,
  .ct-section .supreme-element.hero.service-hero .container .hero-breadcrumb,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-breadcrumb {
    position: relative;
    margin-bottom: 1.5rem;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.hero.service-hero .container .hero-breadcrumb,
  .ct-section .supreme-element.hero.service-hero .container .hero-breadcrumb,
  [class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-breadcrumb {
    top: 0px;
  }
}
.ct-inner-content .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link,
.ct-section .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link {
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  line-height: 140%;
}
.ct-inner-content .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link:hover,
.ct-section .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link:hover,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}
.ct-inner-content .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link:after,
.ct-section .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link:after,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-breadcrumb .breadcrumb-link:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://devpages.idtdna.com/page/wp-content/uploads/breadcrumb-icon.svg);
}
.ct-inner-content .supreme-element.hero.service-hero .container .hero-breadcrumb span.breadcrumb-current,
.ct-section .supreme-element.hero.service-hero .container .hero-breadcrumb span.breadcrumb-current,
[class*=oxy-supreme-elements] .supreme-element.hero.service-hero .container .hero-breadcrumb span.breadcrumb-current {
  font-weight: 700;
  line-height: 140%;
}
.ct-inner-content .supreme-element .service-overview-row,
.ct-section .supreme-element .service-overview-row,
[class*=oxy-supreme-elements] .supreme-element .service-overview-row {
  padding: var(--rem-500-rem) 0;
  max-width: 1043px;
}
.ct-inner-content .supreme-element .service-overview-row .service-overview-title,
.ct-section .supreme-element .service-overview-row .service-overview-title,
[class*=oxy-supreme-elements] .supreme-element .service-overview-row .service-overview-title {
  margin-bottom: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-overview-row .service-overview-title,
  .ct-section .supreme-element .service-overview-row .service-overview-title,
  [class*=oxy-supreme-elements] .supreme-element .service-overview-row .service-overview-title {
    margin-bottom: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .service-overview-row p.service-overview-text,
.ct-section .supreme-element .service-overview-row p.service-overview-text,
[class*=oxy-supreme-elements] .supreme-element .service-overview-row p.service-overview-text {
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  color: var(--genome-mist-800);
  font-family: var(--font-variables-font-family-font-family-secondary);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-overview-row p.service-overview-text,
  .ct-section .supreme-element .service-overview-row p.service-overview-text,
  [class*=oxy-supreme-elements] .supreme-element .service-overview-row p.service-overview-text {
    font-size: var(--display-font-size-lg);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .service-overview-row,
  .ct-section .supreme-element .service-overview-row,
  [class*=oxy-supreme-elements] .supreme-element .service-overview-row {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-overview-row,
  .ct-section .supreme-element .service-overview-row,
  [class*=oxy-supreme-elements] .supreme-element .service-overview-row {
    padding: var(--rem-250-rem) 0;
  }
}
.ct-inner-content .supreme-element.service-overview .container,
.ct-section .supreme-element.service-overview .container,
[class*=oxy-supreme-elements] .supreme-element.service-overview .container {
  padding: 0;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .ct-inner-content .supreme-element.service-overview .container,
  .ct-section .supreme-element.service-overview .container,
  [class*=oxy-supreme-elements] .supreme-element.service-overview .container {
    padding-left: var(--rem-125-rem);
    padding-right: var(--rem-125-rem);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.service-overview .container,
  .ct-section .supreme-element.service-overview .container,
  [class*=oxy-supreme-elements] .supreme-element.service-overview .container {
    max-width: 100%;
    padding: 0 var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper,
.ct-section .supreme-element.feature-list-section .bullets-wrapper,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--rem-625-rem);
  margin-bottom: var(--rem-500-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper {
    flex-direction: column;
    align-items: center;
    gap: var(--rem-375-rem);
    margin-bottom: var(--rem-375-rem);
  }
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-image, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-image,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-image,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-image,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-image,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-image, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-image,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-image,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-image,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-image,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-image {
    min-width: 100%;
  }
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-image img, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-image img,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-image img,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-image img,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-image img,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-content, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-content,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-content,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-content,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-content,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-content {
  flex: 2;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-content, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-content,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-content,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-content,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-content,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-content {
    min-width: 100%;
  }
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-heading, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-heading,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-heading,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-heading,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-heading,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-heading {
  font-weight: 600;
  margin-bottom: 1.87rem;
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-heading, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-heading,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-heading,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-heading,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-heading,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-heading {
    margin-bottom: 1.437rem;
  }
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list li,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list li,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.87rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list li,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list li,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list li {
    margin-bottom: 1.437rem;
  }
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li:last-child, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list li:last-child,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li:last-child,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list li:last-child,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list li:last-child,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list li:last-child {
  margin-bottom: 0;
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon {
  color: var(--color-accent-primary, #00b0f0);
  margin-right: var(--rem-150-rem);
  margin-top: 4px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon {
    margin-top: 0;
  }
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon svg, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon svg,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon svg,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon svg,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon svg,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon svg {
  width: 28px;
  height: 28px;
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon .default-bullet, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon .default-bullet,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon .default-bullet,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon .default-bullet,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-list .icon .default-bullet,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-list .icon .default-bullet {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-text strong, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-text strong,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-text strong,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-text strong,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-text strong,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-text strong {
  font-size: var(--display-font-size-xl);
  line-height: 120%;
  font-weight: 500;
  color: var(--dark-oligos-500);
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-text small, .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-text .small, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-text small, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-text .small,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-text small,
.ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-text .small,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-text small,
.ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-text .small,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-text small,
[class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-text .small,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-text small,
[class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-text .small {
  display: block;
  margin-top: 15px;
  color: var(--genome-mist-800);
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
  font-family: var(--font-variables-font-family-font-family-secondary);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-text small, .ct-inner-content .supreme-element.service-bullets-section .bullets-wrapper .bullet-text .small, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-text small, .ct-inner-content .supreme-element.feature-list-section .bullets-wrapper .bullet-text .small,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-text small,
  .ct-section .supreme-element.service-bullets-section .bullets-wrapper .bullet-text .small,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-text small,
  .ct-section .supreme-element.feature-list-section .bullets-wrapper .bullet-text .small,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-text small,
  [class*=oxy-supreme-elements] .supreme-element.service-bullets-section .bullets-wrapper .bullet-text .small,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-text small,
  [class*=oxy-supreme-elements] .supreme-element.feature-list-section .bullets-wrapper .bullet-text .small {
    font-size: 20px;
    line-height: 26px;
  }
}
.ct-inner-content .supreme-element .service-bullets-section .bullet-heading,
.ct-section .supreme-element .service-bullets-section .bullet-heading,
[class*=oxy-supreme-elements] .supreme-element .service-bullets-section .bullet-heading {
  background: linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 61.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: var(--display-font-size-3);
  line-height: 120%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-bullets-section .bullet-heading,
  .ct-section .supreme-element .service-bullets-section .bullet-heading,
  [class*=oxy-supreme-elements] .supreme-element .service-bullets-section .bullet-heading {
    font-size: 28px;
  }
}
.ct-inner-content .supreme-element .service-image-text-row,
.ct-section .supreme-element .service-image-text-row,
[class*=oxy-supreme-elements] .supreme-element .service-image-text-row {
  padding: var(--rem-500-rem) 0;
  max-width: 1043px;
}
.ct-inner-content .supreme-element .service-image-text-row img,
.ct-section .supreme-element .service-image-text-row img,
[class*=oxy-supreme-elements] .supreme-element .service-image-text-row img {
  width: 100%;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .service-image-text-row,
  .ct-section .supreme-element .service-image-text-row,
  [class*=oxy-supreme-elements] .supreme-element .service-image-text-row {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-image-text-row,
  .ct-section .supreme-element .service-image-text-row,
  [class*=oxy-supreme-elements] .supreme-element .service-image-text-row {
    padding: var(--rem-375-rem) 0;
  }
}
.ct-inner-content .supreme-element .service-image-text-row .service-image-section__title,
.ct-section .supreme-element .service-image-text-row .service-image-section__title,
[class*=oxy-supreme-elements] .supreme-element .service-image-text-row .service-image-section__title {
  margin-bottom: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-image-text-row .service-image-section__title,
  .ct-section .supreme-element .service-image-text-row .service-image-section__title,
  [class*=oxy-supreme-elements] .supreme-element .service-image-text-row .service-image-section__title {
    margin-bottom: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .service-image-text-row .service-image-section__description,
.ct-section .supreme-element .service-image-text-row .service-image-section__description,
[class*=oxy-supreme-elements] .supreme-element .service-image-text-row .service-image-section__description {
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  color: var(--genome-mist-800);
  font-family: var(--font-variables-font-family-font-family-secondary);
  margin-bottom: var(--rem-250-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-image-text-row .service-image-section__description,
  .ct-section .supreme-element .service-image-text-row .service-image-section__description,
  [class*=oxy-supreme-elements] .supreme-element .service-image-text-row .service-image-section__description {
    font-size: var(--display-font-size-lg);
  }
}
.ct-inner-content .supreme-element .service-image-text-row .service-image-section__description.font-size-sm,
.ct-section .supreme-element .service-image-text-row .service-image-section__description.font-size-sm,
[class*=oxy-supreme-elements] .supreme-element .service-image-text-row .service-image-section__description.font-size-sm {
  font-size: var(--font-variables-font-size-font-size-sm, 14px) !important;
  line-height: 150%;
}
.ct-inner-content .supreme-element .service-image-text-row .service-image-section__description--below,
.ct-section .supreme-element .service-image-text-row .service-image-section__description--below,
[class*=oxy-supreme-elements] .supreme-element .service-image-text-row .service-image-section__description--below {
  margin-top: var(--rem-250-rem);
  margin-bottom: 0;
}
.ct-inner-content .supreme-element .service-image-text-row .service-image-section__under-image-description,
.ct-section .supreme-element .service-image-text-row .service-image-section__under-image-description,
[class*=oxy-supreme-elements] .supreme-element .service-image-text-row .service-image-section__under-image-description {
  font-style: normal;
  font-size: var(--display-font-size-base);
  font-weight: 400;
  line-height: 150%;
  color: var(--genome-mist-800);
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.ct-inner-content .supreme-element .content-columns,
.ct-section .supreme-element .content-columns,
[class*=oxy-supreme-elements] .supreme-element .content-columns {
  margin-top: var(--rem-100-rem);
  display: grid;
  gap: var(--rem-125-rem);
}
.ct-inner-content .supreme-element .content-columns.columns-2,
.ct-section .supreme-element .content-columns.columns-2,
[class*=oxy-supreme-elements] .supreme-element .content-columns.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.ct-inner-content .supreme-element .content-columns.columns-3,
.ct-section .supreme-element .content-columns.columns-3,
[class*=oxy-supreme-elements] .supreme-element .content-columns.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (: ) {
  .ct-inner-content .supreme-element .content-columns.columns-3,
  .ct-section .supreme-element .content-columns.columns-3,
  [class*=oxy-supreme-elements] .supreme-element .content-columns.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .content-columns,
  .ct-section .supreme-element .content-columns,
  [class*=oxy-supreme-elements] .supreme-element .content-columns {
    grid-template-columns: 1fr;
    gap: var(--rem-100-rem);
  }
}
.ct-inner-content .supreme-element .content-columns .column,
.ct-section .supreme-element .content-columns .column,
[class*=oxy-supreme-elements] .supreme-element .content-columns .column {
  min-width: 0;
}
.ct-inner-content .supreme-element .two-column-layout,
.ct-section .supreme-element .two-column-layout,
[class*=oxy-supreme-elements] .supreme-element .two-column-layout {
  margin-top: var(--rem-100-rem);
  display: flex;
  flex-wrap: nowrap;
  gap: var(--rem-125-rem);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .two-column-layout,
  .ct-section .supreme-element .two-column-layout,
  [class*=oxy-supreme-elements] .supreme-element .two-column-layout {
    flex-direction: column;
    gap: var(--rem-100-rem);
  }
}
.ct-inner-content .supreme-element.service-image-section .container, .ct-inner-content .supreme-element.image-text-section .container,
.ct-section .supreme-element.service-image-section .container,
.ct-section .supreme-element.image-text-section .container,
[class*=oxy-supreme-elements] .supreme-element.service-image-section .container,
[class*=oxy-supreme-elements] .supreme-element.image-text-section .container {
  padding: 0;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .ct-inner-content .supreme-element.service-image-section .container, .ct-inner-content .supreme-element.image-text-section .container,
  .ct-section .supreme-element.service-image-section .container,
  .ct-section .supreme-element.image-text-section .container,
  [class*=oxy-supreme-elements] .supreme-element.service-image-section .container,
  [class*=oxy-supreme-elements] .supreme-element.image-text-section .container {
    padding-left: var(--rem-125-rem);
    padding-right: var(--rem-125-rem);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.service-image-section .container, .ct-inner-content .supreme-element.image-text-section .container,
  .ct-section .supreme-element.service-image-section .container,
  .ct-section .supreme-element.image-text-section .container,
  [class*=oxy-supreme-elements] .supreme-element.service-image-section .container,
  [class*=oxy-supreme-elements] .supreme-element.image-text-section .container {
    max-width: 100%;
    padding: 0 var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .service-table-row,
.ct-section .supreme-element .service-table-row,
[class*=oxy-supreme-elements] .supreme-element .service-table-row {
  max-width: 1043px;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .service-table-row,
  .ct-section .supreme-element .service-table-row,
  [class*=oxy-supreme-elements] .supreme-element .service-table-row {
    max-width: 100%;
  }
}
.ct-inner-content .supreme-element .service-table-heading,
.ct-section .supreme-element .service-table-heading,
[class*=oxy-supreme-elements] .supreme-element .service-table-heading {
  margin-bottom: 30px;
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-table-heading,
  .ct-section .supreme-element .service-table-heading,
  [class*=oxy-supreme-elements] .supreme-element .service-table-heading {
    margin-bottom: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .service-table-description,
.ct-section .supreme-element .service-table-description,
[class*=oxy-supreme-elements] .supreme-element .service-table-description {
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
  color: var(--genome-mist-800);
  margin-bottom: 40px;
  font-family: var(--font-variables-font-family-font-family-secondary);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .service-table-description,
  .ct-section .supreme-element .service-table-description,
  [class*=oxy-supreme-elements] .supreme-element .service-table-description {
    font-size: var(--display-font-size-lg);
    margin-bottom: 30px;
  }
}
.ct-inner-content .supreme-element .service-table-content thead tr,
.ct-section .supreme-element .service-table-content thead tr,
[class*=oxy-supreme-elements] .supreme-element .service-table-content thead tr {
  background-color: var(--dark-oligos-500);
  color: var(--white);
  font-weight: 700;
}
.ct-inner-content .supreme-element .service-table-content table,
.ct-section .supreme-element .service-table-content table,
[class*=oxy-supreme-elements] .supreme-element .service-table-content table {
  width: 100%;
  border-collapse: collapse;
}
.ct-inner-content .supreme-element .service-table-content table tbody,
.ct-section .supreme-element .service-table-content table tbody,
[class*=oxy-supreme-elements] .supreme-element .service-table-content table tbody {
  vertical-align: baseline;
}
.ct-inner-content .supreme-element .service-table-content table th, .ct-inner-content .supreme-element .service-table-content table td,
.ct-section .supreme-element .service-table-content table th,
.ct-section .supreme-element .service-table-content table td,
[class*=oxy-supreme-elements] .supreme-element .service-table-content table th,
[class*=oxy-supreme-elements] .supreme-element .service-table-content table td {
  padding: var(--rem-100-rem);
  text-align: left;
}
.ct-inner-content .supreme-element .service-table-content table td,
.ct-section .supreme-element .service-table-content table td,
[class*=oxy-supreme-elements] .supreme-element .service-table-content table td {
  color: var(--gene-strand-800);
  line-height: 150%;
}
.ct-inner-content .supreme-element .service-table-content table tbody tr:nth-child(odd),
.ct-section .supreme-element .service-table-content table tbody tr:nth-child(odd),
[class*=oxy-supreme-elements] .supreme-element .service-table-content table tbody tr:nth-child(odd) {
  background-color: var(--helix-feather-500);
}
.ct-inner-content .supreme-element.service-table-section .container, .ct-inner-content .supreme-element.table-section .container,
.ct-section .supreme-element.service-table-section .container,
.ct-section .supreme-element.table-section .container,
[class*=oxy-supreme-elements] .supreme-element.service-table-section .container,
[class*=oxy-supreme-elements] .supreme-element.table-section .container {
  padding: 0;
  padding-top: 5rem;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .ct-inner-content .supreme-element.service-table-section .container, .ct-inner-content .supreme-element.table-section .container,
  .ct-section .supreme-element.service-table-section .container,
  .ct-section .supreme-element.table-section .container,
  [class*=oxy-supreme-elements] .supreme-element.service-table-section .container,
  [class*=oxy-supreme-elements] .supreme-element.table-section .container {
    padding-left: var(--rem-125-rem);
    padding-right: var(--rem-125-rem);
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.service-table-section .container, .ct-inner-content .supreme-element.table-section .container,
  .ct-section .supreme-element.service-table-section .container,
  .ct-section .supreme-element.table-section .container,
  [class*=oxy-supreme-elements] .supreme-element.service-table-section .container,
  [class*=oxy-supreme-elements] .supreme-element.table-section .container {
    max-width: 100%;
    padding: 0 var(--rem-125-rem);
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.service-table-section .container, .ct-inner-content .supreme-element.table-section .container,
  .ct-section .supreme-element.service-table-section .container,
  .ct-section .supreme-element.table-section .container,
  [class*=oxy-supreme-elements] .supreme-element.service-table-section .container,
  [class*=oxy-supreme-elements] .supreme-element.table-section .container {
    padding-top: var(--rem-350-rem);
  }
  .ct-inner-content .supreme-element.service-table-section .container .service-table-content, .ct-inner-content .supreme-element.table-section .container .service-table-content,
  .ct-section .supreme-element.service-table-section .container .service-table-content,
  .ct-section .supreme-element.table-section .container .service-table-content,
  [class*=oxy-supreme-elements] .supreme-element.service-table-section .container .service-table-content,
  [class*=oxy-supreme-elements] .supreme-element.table-section .container .service-table-content {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ct-inner-content .supreme-element.service-table-section .container .service-table-content table, .ct-inner-content .supreme-element.table-section .container .service-table-content table,
  .ct-section .supreme-element.service-table-section .container .service-table-content table,
  .ct-section .supreme-element.table-section .container .service-table-content table,
  [class*=oxy-supreme-elements] .supreme-element.service-table-section .container .service-table-content table,
  [class*=oxy-supreme-elements] .supreme-element.table-section .container .service-table-content table {
    min-width: 600px;
  }
}
.ct-inner-content .supreme-element.section-navigation, .ct-inner-content .supreme-element.service-menu-section,
.ct-section .supreme-element.section-navigation,
.ct-section .supreme-element.service-menu-section,
[class*=oxy-supreme-elements] .supreme-element.section-navigation,
[class*=oxy-supreme-elements] .supreme-element.service-menu-section {
  padding: 0;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .ct-inner-content .supreme-element.section-navigation, .ct-inner-content .supreme-element.service-menu-section,
  .ct-section .supreme-element.section-navigation,
  .ct-section .supreme-element.service-menu-section,
  [class*=oxy-supreme-elements] .supreme-element.section-navigation,
  [class*=oxy-supreme-elements] .supreme-element.service-menu-section {
    padding-left: var(--rem-125-rem);
    padding-right: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element.section-navigation, .ct-inner-content .supreme-element.service-menu-section,
.ct-section .supreme-element.section-navigation,
.ct-section .supreme-element.service-menu-section,
[class*=oxy-supreme-elements] .supreme-element.section-navigation,
[class*=oxy-supreme-elements] .supreme-element.service-menu-section {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .ct-inner-content .supreme-element.section-navigation, .ct-inner-content .supreme-element.service-menu-section,
  .ct-section .supreme-element.section-navigation,
  .ct-section .supreme-element.service-menu-section,
  [class*=oxy-supreme-elements] .supreme-element.section-navigation,
  [class*=oxy-supreme-elements] .supreme-element.service-menu-section {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .ct-inner-content .supreme-element.section-navigation, .ct-inner-content .supreme-element.service-menu-section,
  .ct-section .supreme-element.section-navigation,
  .ct-section .supreme-element.service-menu-section,
  [class*=oxy-supreme-elements] .supreme-element.section-navigation,
  [class*=oxy-supreme-elements] .supreme-element.service-menu-section {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element.section-navigation, .ct-inner-content .supreme-element.service-menu-section,
  .ct-section .supreme-element.section-navigation,
  .ct-section .supreme-element.service-menu-section,
  [class*=oxy-supreme-elements] .supreme-element.section-navigation,
  [class*=oxy-supreme-elements] .supreme-element.service-menu-section {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element.section-navigation, .ct-inner-content .supreme-element.service-menu-section,
  .ct-section .supreme-element.section-navigation,
  .ct-section .supreme-element.service-menu-section,
  [class*=oxy-supreme-elements] .supreme-element.section-navigation,
  [class*=oxy-supreme-elements] .supreme-element.service-menu-section {
    max-width: 100%;
  }
}
.ct-inner-content .supreme-element .supreme-section-tabs,
.ct-section .supreme-element .supreme-section-tabs,
[class*=oxy-supreme-elements] .supreme-element .supreme-section-tabs {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: var(--white);
}
.ct-inner-content .supreme-element .supreme-section-tabs .tab-links,
.ct-section .supreme-element .supreme-section-tabs .tab-links,
[class*=oxy-supreme-elements] .supreme-element .supreme-section-tabs .tab-links {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .supreme-section-tabs .tab-links,
  .ct-section .supreme-element .supreme-section-tabs .tab-links,
  [class*=oxy-supreme-elements] .supreme-element .supreme-section-tabs .tab-links {
    flex-direction: column;
  }
}
.ct-inner-content .supreme-element .supreme-section-tabs .tab-links .tab-link,
.ct-section .supreme-element .supreme-section-tabs .tab-links .tab-link,
[class*=oxy-supreme-elements] .supreme-element .supreme-section-tabs .tab-links .tab-link {
  margin-right: 2.187rem;
  position: relative;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .supreme-section-tabs .tab-links .tab-link,
  .ct-section .supreme-element .supreme-section-tabs .tab-links .tab-link,
  [class*=oxy-supreme-elements] .supreme-element .supreme-section-tabs .tab-links .tab-link {
    margin-right: 0;
    margin-bottom: var(--rem-050-rem);
  }
}
.ct-inner-content .supreme-element .supreme-section-tabs .tab-links .tab-link a,
.ct-section .supreme-element .supreme-section-tabs .tab-links .tab-link a,
[class*=oxy-supreme-elements] .supreme-element .supreme-section-tabs .tab-links .tab-link a {
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  padding: var(--rem-100-rem);
  color: var(--gray);
  transition: background-color 0.3s ease;
  font-family: var(--font-variables-font-family-font-family-secondary);
  border-bottom: 3px solid transparent;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .supreme-section-tabs .tab-links .tab-link a,
  .ct-section .supreme-element .supreme-section-tabs .tab-links .tab-link a,
  [class*=oxy-supreme-elements] .supreme-element .supreme-section-tabs .tab-links .tab-link a {
    display: block;
    width: 100%;
    font-size: var(--display-font-size-lg);
    padding: var(--rem-075-rem) var(--rem-100-rem);
  }
}
@media (min-width: 993px) {
  .ct-inner-content .supreme-element .tab-links .tab-link:hover a,
  .ct-section .supreme-element .tab-links .tab-link:hover a,
  [class*=oxy-supreme-elements] .supreme-element .tab-links .tab-link:hover a {
    background-color: var(--helix-feather);
    color: var(--deep-affinity-500);
  }
}
@media (min-width: 993px) {
  .ct-inner-content .supreme-element .tab-links .tab-link.active a,
  .ct-section .supreme-element .tab-links .tab-link.active a,
  [class*=oxy-supreme-elements] .supreme-element .tab-links .tab-link.active a {
    background-color: var(--helix-feather);
    color: var(--deep-affinity-500);
    border-bottom: 3px solid var(--deep-affinity-500);
  }
}
@media (min-width: 993px) {
  .ct-inner-content .supreme-element .tab-links .tab-link:hover a,
  .ct-section .supreme-element .tab-links .tab-link:hover a,
  [class*=oxy-supreme-elements] .supreme-element .tab-links .tab-link:hover a {
    border-bottom: 3px solid var(--deep-affinity-500);
  }
}
.ct-inner-content .supreme-element .tab-links .tab-link a:focus,
.ct-section .supreme-element .tab-links .tab-link a:focus,
[class*=oxy-supreme-elements] .supreme-element .tab-links .tab-link a:focus {
  outline: none;
}
.ct-inner-content .supreme-element .cta.dynamic-cta,
.ct-section .supreme-element .cta.dynamic-cta,
[class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  margin: var(--rem-625-rem) auto;
  background: lightgray 50%/cover no-repeat;
  margin-bottom: 0;
  padding: 3.812rem var(--rem-600-rem) 3.56rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta.dynamic-cta,
  .ct-section .supreme-element .cta.dynamic-cta,
  [class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
    margin: var(--rem-350-rem) 0;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .cta.dynamic-cta,
  .ct-section .supreme-element .cta.dynamic-cta,
  [class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
    gap: 3rem;
    padding: var(--rem-325-rem) var(--rem-625-rem);
    max-width: none;
  }
}
@media (max-width: 1399px) {
  .ct-inner-content .supreme-element .cta.dynamic-cta,
  .ct-section .supreme-element .cta.dynamic-cta,
  [class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
    gap: 5rem;
  }
}
@media (max-width: 480px) {
  .ct-inner-content .supreme-element .cta.dynamic-cta,
  .ct-section .supreme-element .cta.dynamic-cta,
  [class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta.dynamic-cta,
  .ct-section .supreme-element .cta.dynamic-cta,
  [class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
    flex-direction: column;
    align-items: start;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta.dynamic-cta,
  .ct-section .supreme-element .cta.dynamic-cta,
  [class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
    margin-bottom: 0;
  }
}
.ct-inner-content .supreme-element .cta.dynamic-cta.idt-notch,
.ct-inner-content .supreme-element .cta.dynamic-cta .idt-notch,
.ct-section .supreme-element .cta.dynamic-cta.idt-notch,
.ct-section .supreme-element .cta.dynamic-cta .idt-notch,
[class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta.idt-notch,
[class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta .idt-notch {
  clip-path: polygon(90px 0%, 100% 0, 100% 110%, 0 100%, 0% 90px);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .cta.dynamic-cta,
  .ct-section .supreme-element .cta.dynamic-cta,
  [class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta {
    padding: var(--rem-425-rem) var(--rem-325-rem);
  }
}
.ct-inner-content .supreme-element .cta.dynamic-cta .cta-title,
.ct-section .supreme-element .cta.dynamic-cta .cta-title,
[class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta .cta-title {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 13px;
}
.ct-inner-content .supreme-element .cta.dynamic-cta .cta-text,
.ct-section .supreme-element .cta.dynamic-cta .cta-text,
[class*=oxy-supreme-elements] .supreme-element .cta.dynamic-cta .cta-text {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0rem;
  font-size: 17px;
  line-height: 176%;
}
.ct-inner-content .supreme-element .related-cards,
.ct-section .supreme-element .related-cards,
[class*=oxy-supreme-elements] .supreme-element .related-cards {
  padding: 3.75rem 0;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .related-cards,
  .ct-section .supreme-element .related-cards,
  [class*=oxy-supreme-elements] .supreme-element .related-cards {
    padding: 2.5rem 0;
  }
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card,
.ct-section .supreme-element .related-cards.fade-in-animation .related-card,
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(1),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(1),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(1) {
  animation-delay: 0.1s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(2),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(2),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(2) {
  animation-delay: 0.2s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(3),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(3),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(3) {
  animation-delay: 0.3s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(4),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(4),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(4) {
  animation-delay: 0.4s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(5),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(5),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(5) {
  animation-delay: 0.5s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(6),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(6),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(6) {
  animation-delay: 0.6s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(7),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(7),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(7) {
  animation-delay: 0.7s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(8),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(8),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(8) {
  animation-delay: 0.8s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(9),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(9),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(9) {
  animation-delay: 0.9s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(10),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(10),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(10) {
  animation-delay: 1s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(11),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(11),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(11) {
  animation-delay: 1.1s;
}
.ct-inner-content .supreme-element .related-cards.fade-in-animation .related-card:nth-child(12),
.ct-section .supreme-element .related-cards.fade-in-animation .related-card:nth-child(12),
[class*=oxy-supreme-elements] .supreme-element .related-cards.fade-in-animation .related-card:nth-child(12) {
  animation-delay: 1.2s;
}
.ct-inner-content .supreme-element .related-cards__header,
.ct-section .supreme-element .related-cards__header,
[class*=oxy-supreme-elements] .supreme-element .related-cards__header {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .related-cards__header,
  .ct-section .supreme-element .related-cards__header,
  [class*=oxy-supreme-elements] .supreme-element .related-cards__header {
    margin-bottom: 2rem;
  }
}
.ct-inner-content .supreme-element .related-cards__title,
.ct-section .supreme-element .related-cards__title,
[class*=oxy-supreme-elements] .supreme-element .related-cards__title {
  margin-bottom: 1.875rem;
}
.ct-inner-content .supreme-element .related-cards__description,
.ct-section .supreme-element .related-cards__description,
[class*=oxy-supreme-elements] .supreme-element .related-cards__description {
  max-width: 900px;
  margin: 0 auto;
  color: var(--genome-mist-800);
}
.ct-inner-content .supreme-element .related-cards__grid,
.ct-section .supreme-element .related-cards__grid,
[class*=oxy-supreme-elements] .supreme-element .related-cards__grid {
  display: grid;
  gap: 1.875rem;
}
.ct-inner-content .supreme-element .related-cards__grid.columns-2,
.ct-section .supreme-element .related-cards__grid.columns-2,
[class*=oxy-supreme-elements] .supreme-element .related-cards__grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.ct-inner-content .supreme-element .related-cards__grid.columns-3,
.ct-section .supreme-element .related-cards__grid.columns-3,
[class*=oxy-supreme-elements] .supreme-element .related-cards__grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.ct-inner-content .supreme-element .related-cards__grid.columns-4,
.ct-section .supreme-element .related-cards__grid.columns-4,
[class*=oxy-supreme-elements] .supreme-element .related-cards__grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .ct-inner-content .supreme-element .related-cards__grid.columns-4,
  .ct-section .supreme-element .related-cards__grid.columns-4,
  [class*=oxy-supreme-elements] .supreme-element .related-cards__grid.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .related-cards__grid.columns-3, .ct-inner-content .supreme-element .related-cards__grid.columns-4,
  .ct-section .supreme-element .related-cards__grid.columns-3,
  .ct-section .supreme-element .related-cards__grid.columns-4,
  [class*=oxy-supreme-elements] .supreme-element .related-cards__grid.columns-3,
  [class*=oxy-supreme-elements] .supreme-element .related-cards__grid.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .related-cards__grid,
  .ct-section .supreme-element .related-cards__grid,
  [class*=oxy-supreme-elements] .supreme-element .related-cards__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.ct-inner-content .supreme-element .related-card,
.ct-section .supreme-element .related-card,
[class*=oxy-supreme-elements] .supreme-element .related-card {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.ct-inner-content .supreme-element .related-card__image,
.ct-section .supreme-element .related-card__image,
[class*=oxy-supreme-elements] .supreme-element .related-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 162px;
  background-color: var(--helix-feather-500);
}
.ct-inner-content .supreme-element .related-card__image.aspect-ratio-16-9,
.ct-section .supreme-element .related-card__image.aspect-ratio-16-9,
[class*=oxy-supreme-elements] .supreme-element .related-card__image.aspect-ratio-16-9 {
  height: auto;
  padding-bottom: 56.25%;
}
.ct-inner-content .supreme-element .related-card__image.aspect-ratio-4-3,
.ct-section .supreme-element .related-card__image.aspect-ratio-4-3,
[class*=oxy-supreme-elements] .supreme-element .related-card__image.aspect-ratio-4-3 {
  height: auto;
  padding-bottom: 75%;
}
.ct-inner-content .supreme-element .related-card__image.aspect-ratio-1-1,
.ct-section .supreme-element .related-card__image.aspect-ratio-1-1,
[class*=oxy-supreme-elements] .supreme-element .related-card__image.aspect-ratio-1-1 {
  height: auto;
  padding-bottom: 100%;
}
.ct-inner-content .supreme-element .related-card__image.aspect-ratio-3-2,
.ct-section .supreme-element .related-card__image.aspect-ratio-3-2,
[class*=oxy-supreme-elements] .supreme-element .related-card__image.aspect-ratio-3-2 {
  height: auto;
  padding-bottom: 66.67%;
}
.ct-inner-content .supreme-element .related-card__image img,
.ct-section .supreme-element .related-card__image img,
[class*=oxy-supreme-elements] .supreme-element .related-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aspect-ratio-16-9 .ct-inner-content .supreme-element .related-card__image img, .aspect-ratio-4-3 .ct-inner-content .supreme-element .related-card__image img, .aspect-ratio-1-1 .ct-inner-content .supreme-element .related-card__image img, .aspect-ratio-3-2 .ct-inner-content .supreme-element .related-card__image img,
.aspect-ratio-16-9 .ct-section .supreme-element .related-card__image img,
.aspect-ratio-4-3 .ct-section .supreme-element .related-card__image img,
.aspect-ratio-1-1 .ct-section .supreme-element .related-card__image img,
.aspect-ratio-3-2 .ct-section .supreme-element .related-card__image img,
.aspect-ratio-16-9 [class*=oxy-supreme-elements] .supreme-element .related-card__image img,
.aspect-ratio-4-3 [class*=oxy-supreme-elements] .supreme-element .related-card__image img,
.aspect-ratio-1-1 [class*=oxy-supreme-elements] .supreme-element .related-card__image img,
.aspect-ratio-3-2 [class*=oxy-supreme-elements] .supreme-element .related-card__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.ct-inner-content .supreme-element .related-card__content,
.ct-section .supreme-element .related-card__content,
[class*=oxy-supreme-elements] .supreme-element .related-card__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ct-inner-content .supreme-element .related-card__header,
.ct-section .supreme-element .related-card__header,
[class*=oxy-supreme-elements] .supreme-element .related-card__header {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.ct-inner-content .supreme-element .related-card__title-link,
.ct-section .supreme-element .related-card__title-link,
[class*=oxy-supreme-elements] .supreme-element .related-card__title-link {
  text-decoration: none;
  color: inherit;
}
.ct-inner-content .supreme-element .related-card__title,
.ct-section .supreme-element .related-card__title,
[class*=oxy-supreme-elements] .supreme-element .related-card__title {
  color: var(--rna-lights-800);
  margin: 0;
  transition: color 0.3s ease;
}
.related-card__title-link:hover .ct-inner-content .supreme-element .related-card__title,
.related-card__title-link:hover .ct-section .supreme-element .related-card__title,
.related-card__title-link:hover [class*=oxy-supreme-elements] .supreme-element .related-card__title {
  color: var(--crispr-clear-500);
}
.ct-inner-content .supreme-element .related-card__description,
.ct-section .supreme-element .related-card__description,
[class*=oxy-supreme-elements] .supreme-element .related-card__description {
  color: var(--genome-mist-800);
  margin: 0;
}
.ct-inner-content .supreme-element .related-card__links,
.ct-section .supreme-element .related-card__links,
[class*=oxy-supreme-elements] .supreme-element .related-card__links {
  display: flex;
  flex-direction: column;
}
.ct-inner-content .supreme-element .related-card__link-item,
.ct-section .supreme-element .related-card__link-item,
[class*=oxy-supreme-elements] .supreme-element .related-card__link-item {
  position: relative;
}
.ct-inner-content .supreme-element .related-card__link-item:not(:last-child),
.ct-section .supreme-element .related-card__link-item:not(:last-child),
[class*=oxy-supreme-elements] .supreme-element .related-card__link-item:not(:last-child) {
  border-bottom: 1px solid var(--gene-strand-100);
}
.ct-inner-content .supreme-element .related-card__link,
.ct-section .supreme-element .related-card__link,
[class*=oxy-supreme-elements] .supreme-element .related-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--dark-oligos-500);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.75rem 0;
  transition: all 0.3s ease;
}
.ct-inner-content .supreme-element .related-card__link:hover,
.ct-section .supreme-element .related-card__link:hover,
[class*=oxy-supreme-elements] .supreme-element .related-card__link:hover {
  color: var(--crispr-clear-500);
}
.ct-inner-content .supreme-element .related-card__link:hover .related-card__link-arrow,
.ct-section .supreme-element .related-card__link:hover .related-card__link-arrow,
[class*=oxy-supreme-elements] .supreme-element .related-card__link:hover .related-card__link-arrow {
  transform: translateX(3px);
}
.ct-inner-content .supreme-element .related-card__link-arrow,
.ct-section .supreme-element .related-card__link-arrow,
[class*=oxy-supreme-elements] .supreme-element .related-card__link-arrow {
  flex-shrink: 0;
  width: 17px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-inner-content .supreme-element .related-card__link-arrow svg,
.ct-section .supreme-element .related-card__link-arrow svg,
[class*=oxy-supreme-elements] .supreme-element .related-card__link-arrow svg {
  width: 100%;
  height: 100%;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ct-inner-content .supreme-element .gated-content-cta,
.ct-section .supreme-element .gated-content-cta,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta {
  padding: 3.75rem 0;
  background: linear-gradient(135deg, var(--dark-oligos-800) 0%, var(--dark-oligos-500) 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .gated-content-cta,
  .ct-section .supreme-element .gated-content-cta,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta {
    padding: 2.5rem 0;
  }
}
.ct-inner-content .supreme-element .gated-content-cta::before,
.ct-section .supreme-element .gated-content-cta::before,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grid)'/%3E%3C/svg%3E");
  opacity: 0.3;
  pointer-events: none;
}
.ct-inner-content .supreme-element .gated-content-cta__inner,
.ct-section .supreme-element .gated-content-cta__inner,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta__inner,
  .ct-section .supreme-element .gated-content-cta__inner,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.ct-inner-content .supreme-element .gated-content-cta__image,
.ct-section .supreme-element .gated-content-cta__image,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__image {
  flex-shrink: 0;
  width: 200px;
  height: 260px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta__image,
  .ct-section .supreme-element .gated-content-cta__image,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta__image {
    width: 150px;
    height: 195px;
    margin: 0 auto;
  }
}
.ct-inner-content .supreme-element .gated-content-cta__image img,
.ct-section .supreme-element .gated-content-cta__image img,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ct-inner-content .supreme-element .gated-content-cta__image::before,
.ct-section .supreme-element .gated-content-cta__image::before,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}
.ct-inner-content .supreme-element .gated-content-cta__content,
.ct-section .supreme-element .gated-content-cta__content,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__content {
  flex: 1;
  color: white;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta__content,
  .ct-section .supreme-element .gated-content-cta__content,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta__content {
    text-align: center;
  }
}
.ct-inner-content .supreme-element .gated-content-cta__title,
.ct-section .supreme-element .gated-content-cta__title,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__title {
  color: white;
  margin: 0 0 1rem;
}
.ct-inner-content .supreme-element .gated-content-cta__description,
.ct-section .supreme-element .gated-content-cta__description,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__description {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 600px;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta__description,
  .ct-section .supreme-element .gated-content-cta__description,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta__description {
    margin: 0 auto;
  }
}
.ct-inner-content .supreme-element .gated-content-cta__action,
.ct-section .supreme-element .gated-content-cta__action,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__action {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta__action,
  .ct-section .supreme-element .gated-content-cta__action,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta__action {
    text-align: center;
  }
}
.ct-inner-content .supreme-element .gated-content-cta__button,
.ct-section .supreme-element .gated-content-cta__button,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: linear-gradient(90deg, var(--gradient-plum-500) 0%, var(--crispr-clear-500) 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ct-inner-content .supreme-element .gated-content-cta__button::before,
.ct-section .supreme-element .gated-content-cta__button::before,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--crispr-clear-500) 0%, var(--gradient-plum-500) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ct-inner-content .supreme-element .gated-content-cta__button:hover,
.ct-section .supreme-element .gated-content-cta__button:hover,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(1, 179, 255, 0.4);
}
.ct-inner-content .supreme-element .gated-content-cta__button:hover::before,
.ct-section .supreme-element .gated-content-cta__button:hover::before,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__button:hover::before {
  opacity: 1;
}
.ct-inner-content .supreme-element .gated-content-cta__button:hover .button-arrow,
.ct-section .supreme-element .gated-content-cta__button:hover .button-arrow,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__button:hover .button-arrow {
  transform: translateX(3px);
}
.ct-inner-content .supreme-element .gated-content-cta__button span,
.ct-inner-content .supreme-element .gated-content-cta__button svg,
.ct-section .supreme-element .gated-content-cta__button span,
.ct-section .supreme-element .gated-content-cta__button svg,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__button span,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta__button svg {
  position: relative;
  z-index: 1;
}
.ct-inner-content .supreme-element .gated-content-cta .button-arrow,
.ct-section .supreme-element .gated-content-cta .button-arrow,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta .button-arrow {
  width: 1em;
  height: 1em;
  transition: transform 0.3s ease;
}
.ct-inner-content .supreme-element .gated-content-cta--image-right .gated-content-cta__inner,
.ct-section .supreme-element .gated-content-cta--image-right .gated-content-cta__inner,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta--image-right .gated-content-cta__inner {
  grid-template-columns: 1fr auto;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta--image-right .gated-content-cta__inner,
  .ct-section .supreme-element .gated-content-cta--image-right .gated-content-cta__inner,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta--image-right .gated-content-cta__inner {
    grid-template-columns: 1fr;
  }
}
.ct-inner-content .supreme-element .gated-content-cta--image-right .gated-content-cta__image,
.ct-section .supreme-element .gated-content-cta--image-right .gated-content-cta__image,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta--image-right .gated-content-cta__image {
  order: 2;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta--image-right .gated-content-cta__image,
  .ct-section .supreme-element .gated-content-cta--image-right .gated-content-cta__image,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta--image-right .gated-content-cta__image {
    order: -1;
  }
}
.ct-inner-content .supreme-element .gated-content-cta--image-right .gated-content-cta__content,
.ct-section .supreme-element .gated-content-cta--image-right .gated-content-cta__content,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta--image-right .gated-content-cta__content {
  order: 1;
}
.ct-inner-content .supreme-element .gated-content-cta--image-right .gated-content-cta__action,
.ct-section .supreme-element .gated-content-cta--image-right .gated-content-cta__action,
[class*=oxy-supreme-elements] .supreme-element .gated-content-cta--image-right .gated-content-cta__action {
  order: 1;
  margin-right: auto;
}
@media (max-width: 991px) {
  .ct-inner-content .supreme-element .gated-content-cta--image-right .gated-content-cta__action,
  .ct-section .supreme-element .gated-content-cta--image-right .gated-content-cta__action,
  [class*=oxy-supreme-elements] .supreme-element .gated-content-cta--image-right .gated-content-cta__action {
    order: 3;
    margin-right: 0;
  }
}
.ct-inner-content .supreme-element .idt-button-gradient,
.ct-section .supreme-element .idt-button-gradient,
[class*=oxy-supreme-elements] .supreme-element .idt-button-gradient {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: linear-gradient(90deg, var(--gradient-plum-500) 0%, var(--crispr-clear-500) 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ct-inner-content .supreme-element .idt-button-gradient:hover,
.ct-section .supreme-element .idt-button-gradient:hover,
[class*=oxy-supreme-elements] .supreme-element .idt-button-gradient:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(1, 179, 255, 0.4);
}
.ct-inner-content .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section,
.ct-section .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section,
[class*=oxy-supreme-elements] .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section {
  padding: var(--rem-500-rem) 0 var(--rem-475-rem) 0;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section,
  .ct-section .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section,
  [class*=oxy-supreme-elements] .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section {
    padding: var(--rem-300-rem) 0;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section,
  .ct-section .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section,
  [class*=oxy-supreme-elements] .supreme-element .supreme-element .oxy-supreme-elements-setup-steps-section {
    padding: var(--rem-250-rem) 0 var(--rem-025-rem) 0;
  }
}
.ct-inner-content .supreme-element .setup-steps.container,
.ct-section .supreme-element .setup-steps.container,
[class*=oxy-supreme-elements] .supreme-element .setup-steps.container {
  max-width: 1162px;
}
.ct-inner-content .supreme-element .setup-steps-title,
.ct-section .supreme-element .setup-steps-title,
[class*=oxy-supreme-elements] .supreme-element .setup-steps-title {
  margin-bottom: var(--rem-300-rem);
}
.ct-inner-content .supreme-element .setup-steps-title.heading-title,
.ct-section .supreme-element .setup-steps-title.heading-title,
[class*=oxy-supreme-elements] .supreme-element .setup-steps-title.heading-title {
  font-weight: 600;
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .setup-steps-title,
  .ct-section .supreme-element .setup-steps-title,
  [class*=oxy-supreme-elements] .supreme-element .setup-steps-title {
    margin-bottom: var(--rem-225-rem);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .setup-steps-title,
  .ct-section .supreme-element .setup-steps-title,
  [class*=oxy-supreme-elements] .supreme-element .setup-steps-title {
    margin-bottom: var(--rem-200-rem);
  }
}
.ct-inner-content .supreme-element .setup-steps-list,
.ct-section .supreme-element .setup-steps-list,
[class*=oxy-supreme-elements] .supreme-element .setup-steps-list {
  display: flex;
  flex-direction: column;
  gap: var(--rem-200-rem);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .setup-steps-list,
  .ct-section .supreme-element .setup-steps-list,
  [class*=oxy-supreme-elements] .supreme-element .setup-steps-list {
    gap: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .setup-step-item,
.ct-section .supreme-element .setup-step-item,
[class*=oxy-supreme-elements] .supreme-element .setup-step-item {
  border-bottom: 1px solid;
  padding-bottom: var(--rem-125-rem);
}
.ct-inner-content .supreme-element .setup-step-item:last-child,
.ct-section .supreme-element .setup-step-item:last-child,
[class*=oxy-supreme-elements] .supreme-element .setup-step-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ct-inner-content .supreme-element .setup-step-content,
.ct-section .supreme-element .setup-step-content,
[class*=oxy-supreme-elements] .supreme-element .setup-step-content {
  display: flex;
  flex-direction: row;
  gap: var(--rem-150-rem);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .setup-step-content,
  .ct-section .supreme-element .setup-step-content,
  [class*=oxy-supreme-elements] .supreme-element .setup-step-content {
    flex-direction: column;
    gap: var(--rem-100-rem);
  }
}
.ct-inner-content .supreme-element .setup-step-label,
.ct-section .supreme-element .setup-step-label,
[class*=oxy-supreme-elements] .supreme-element .setup-step-label {
  flex: 0 0 auto;
  min-width: 104px;
  font-family: var(--font-variables-font-family-font-family-primary);
  font-weight: 500;
  color: var(--dark-oligos-500);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .setup-step-label,
  .ct-section .supreme-element .setup-step-label,
  [class*=oxy-supreme-elements] .supreme-element .setup-step-label {
    min-width: auto;
  }
}
.ct-inner-content .supreme-element .setup-step-description,
.ct-section .supreme-element .setup-step-description,
[class*=oxy-supreme-elements] .supreme-element .setup-step-description {
  flex: 1;
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-weight: 400;
  color: var(--gene-strand-800);
}
.ct-inner-content .supreme-element .setup-step-description p,
.ct-section .supreme-element .setup-step-description p,
[class*=oxy-supreme-elements] .supreme-element .setup-step-description p {
  margin: 0;
}
.ct-inner-content .supreme-element .setup-step-description p strong,
.ct-section .supreme-element .setup-step-description p strong,
[class*=oxy-supreme-elements] .supreme-element .setup-step-description p strong {
  font-weight: 700;
  color: inherit;
}
.ct-inner-content .supreme-element .setup-step-description a,
.ct-section .supreme-element .setup-step-description a,
[class*=oxy-supreme-elements] .supreme-element .setup-step-description a {
  color: var(--deep-affinity-500);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.ct-inner-content .supreme-element .setup-step-description a:hover,
.ct-section .supreme-element .setup-step-description a:hover,
[class*=oxy-supreme-elements] .supreme-element .setup-step-description a:hover {
  color: var(--deep-affinity-400);
}
.ct-inner-content .supreme-element .setup-step-bullets,
.ct-section .supreme-element .setup-step-bullets,
[class*=oxy-supreme-elements] .supreme-element .setup-step-bullets {
  margin: var(--rem-125-rem) 0 0 0;
  padding-left: var(--rem-150-rem);
  list-style-type: disc;
  color: var(--gene-strand-800);
}
@media (max-width: 767px) {
  .ct-inner-content .supreme-element .setup-step-bullets,
  .ct-section .supreme-element .setup-step-bullets,
  [class*=oxy-supreme-elements] .supreme-element .setup-step-bullets {
    margin-top: var(--rem-100-rem);
    padding-left: var(--rem-125-rem);
  }
}
.ct-inner-content .supreme-element .setup-step-bullets li,
.ct-section .supreme-element .setup-step-bullets li,
[class*=oxy-supreme-elements] .supreme-element .setup-step-bullets li {
  margin-bottom: var(--rem-075-rem);
  line-height: 1.4;
}
.ct-inner-content .supreme-element .setup-step-bullets li:last-child,
.ct-section .supreme-element .setup-step-bullets li:last-child,
[class*=oxy-supreme-elements] .supreme-element .setup-step-bullets li:last-child {
  margin-bottom: 0;
}
.ct-inner-content .supreme-element .faq-accordion,
.ct-section .supreme-element .faq-accordion,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion {
  background: var(--white);
  border: 1px solid var(--membrane-grey-300);
  border-radius: var(--border-radius-3);
  overflow: hidden;
}
.ct-inner-content .supreme-element .faq-accordion-wrapper,
.ct-section .supreme-element .faq-accordion-wrapper,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion-wrapper {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
}
.ct-inner-content .supreme-element .faq-accordion-title,
.ct-section .supreme-element .faq-accordion-title,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion-title {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-bold);
  font-size: var(--display-font-size-3);
  line-height: 1.1;
  margin-bottom: 30px;
}
.ct-inner-content .supreme-element .faq-accordion .faq-item,
.ct-section .supreme-element .faq-accordion .faq-item,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-item {
  border-bottom: 1px solid var(--membrane-grey-300);
}
.ct-inner-content .supreme-element .faq-accordion .faq-item:last-child,
.ct-section .supreme-element .faq-accordion .faq-item:last-child,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-item:last-child {
  border-bottom: none;
}
.ct-inner-content .supreme-element .faq-accordion .faq-item.active .faq-header,
.ct-section .supreme-element .faq-accordion .faq-item.active .faq-header,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-item.active .faq-header {
  background: var(--bio-orchid-100);
  color: var(--bio-orchid-600);
}
.ct-inner-content .supreme-element .faq-accordion .faq-item.active .faq-chevron,
.ct-section .supreme-element .faq-accordion .faq-item.active .faq-chevron,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}
.ct-inner-content .supreme-element .faq-accordion .faq-header,
.ct-section .supreme-element .faq-accordion .faq-header,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-header {
  width: 100%;
  padding: 16px 20px;
  background: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--membrane-grey-800);
  text-align: left;
  transition: background-color 0.3s ease;
}
.ct-inner-content .supreme-element .faq-accordion .faq-header:hover,
.ct-section .supreme-element .faq-accordion .faq-header:hover,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-header:hover {
  background: var(--bio-orchid-50);
}
.ct-inner-content .supreme-element .faq-accordion .faq-header:focus,
.ct-section .supreme-element .faq-accordion .faq-header:focus,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-header:focus {
  outline: 2px solid var(--bio-orchid-600);
  outline-offset: -2px;
}
.ct-inner-content .supreme-element .faq-accordion .faq-question,
.ct-section .supreme-element .faq-accordion .faq-question,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-question {
  flex: 1;
  padding-right: 24px;
}
.ct-inner-content .supreme-element .faq-accordion .faq-chevron,
.ct-section .supreme-element .faq-accordion .faq-chevron,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-chevron {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-inner-content .supreme-element .faq-accordion .faq-chevron svg,
.ct-section .supreme-element .faq-accordion .faq-chevron svg,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-chevron svg {
  width: 100%;
  height: 100%;
}
.ct-inner-content .supreme-element .faq-accordion .faq-content,
.ct-section .supreme-element .faq-accordion .faq-content,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-content {
  overflow: hidden;
}
.ct-inner-content .supreme-element .faq-accordion .faq-answer,
.ct-section .supreme-element .faq-accordion .faq-answer,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer {
  padding: 16px 20px;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--genome-mist-800);
}
.ct-inner-content .supreme-element .faq-accordion .faq-answer p,
.ct-section .supreme-element .faq-accordion .faq-answer p,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer p {
  margin-bottom: 1em;
}
.ct-inner-content .supreme-element .faq-accordion .faq-answer p:last-child,
.ct-section .supreme-element .faq-accordion .faq-answer p:last-child,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer p:last-child {
  margin-bottom: 0;
}
.ct-inner-content .supreme-element .faq-accordion .faq-answer a,
.ct-section .supreme-element .faq-accordion .faq-answer a,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer a {
  color: var(--bio-orchid-600);
  text-decoration: underline;
}
.ct-inner-content .supreme-element .faq-accordion .faq-answer a:hover,
.ct-section .supreme-element .faq-accordion .faq-answer a:hover,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer a:hover {
  color: var(--bio-orchid-700);
}
.ct-inner-content .supreme-element .faq-accordion .faq-answer ul, .ct-inner-content .supreme-element .faq-accordion .faq-answer ol,
.ct-section .supreme-element .faq-accordion .faq-answer ul,
.ct-section .supreme-element .faq-accordion .faq-answer ol,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer ul,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
.ct-inner-content .supreme-element .faq-accordion .faq-answer li,
.ct-section .supreme-element .faq-accordion .faq-answer li,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer li {
  margin-bottom: 0.5em;
}
.ct-inner-content .supreme-element .faq-accordion-no-results,
.ct-section .supreme-element .faq-accordion-no-results,
[class*=oxy-supreme-elements] .supreme-element .faq-accordion-no-results {
  padding: 40px 20px;
  text-align: center;
  color: var(--genome-mist-800);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  background: var(--membrane-grey-100);
  border-radius: var(--border-radius-3);
}
@media (max-width: 992px) {
  .ct-inner-content .supreme-element .faq-accordion-title,
  .ct-section .supreme-element .faq-accordion-title,
  [class*=oxy-supreme-elements] .supreme-element .faq-accordion-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .ct-inner-content .supreme-element .faq-accordion .faq-header,
  .ct-section .supreme-element .faq-accordion .faq-header,
  [class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-header {
    padding: 12px 16px;
  }
  .ct-inner-content .supreme-element .faq-accordion .faq-answer,
  .ct-section .supreme-element .faq-accordion .faq-answer,
  [class*=oxy-supreme-elements] .supreme-element .faq-accordion .faq-answer {
    padding: 12px 16px;
  }
}

.supreme-element {
  font-size: var(--display-font-size-base);
  /* Hero BLOG */
}
.supreme-element.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(117deg, #051522 42.32%, #052437 78.21%, #044666 101.04%);
}
.supreme-element.hero .hero-image {
  position: absolute;
  z-index: 0;
  width: 75%;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%);
  -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%);
  background-position: right;
  background-size: cover;
}
@media (max-width: 767px) {
  .supreme-element.hero .hero-image {
    background-position: 60% 0%;
  }
}
.supreme-element.hero .blog-artical-hero.container {
  position: relative;
  z-index: 1;
  padding: var(--rem-625-rem) 0 var(--rem-425-rem);
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .supreme-element.hero .blog-artical-hero.container {
    padding-left: var(--rem-125-rem);
    padding-right: var(--rem-125-rem);
  }
}
@media (max-width: 992px) {
  .supreme-element.hero .blog-artical-hero.container {
    max-width: 100%;
    padding: var(--rem-325-rem) var(--rem-125-rem);
  }
}
.supreme-element.hero .blog-artical-hero.container .resource-type-label {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--rem-125-rem);
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #02FFFE;
  padding: 0.125rem 0.47rem;
  margin-bottom: 1rem;
}
.supreme-element.hero .blog-artical-hero.container .hero-title {
  display: flex;
  align-items: flex-start;
  color: var(--white);
  margin-bottom: var(--rem-100-rem);
  max-width: 1023px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: var(--rem-300-rem);
}
@media (max-width: 992px) {
  .supreme-element.hero .blog-artical-hero.container .hero-title {
    max-width: 100%;
    font-size: var(--rem-250-rem);
  }
}
.supreme-element.hero .blog-artical-hero.container .hero-text {
  color: var(--white);
  font-size: var(--display-font-size-lg);
  line-height: 150%;
  max-width: 1000px;
}
@media (max-width: 992px) {
  .supreme-element.hero .blog-artical-hero.container .hero-text {
    max-width: 100%;
  }
}
.supreme-element.hero .blog-artical-hero.container .meta-info {
  color: var(--white);
  gap: var(--rem-375-rem);
  display: flex;
  font-size: var(--display-font-size-sm);
}
.supreme-element.hero .blog-artical-hero.container .hero-authors {
  display: flex;
  color: var(--white);
  gap: var(--rem-375-rem);
  margin-top: 1.875rem;
}
.supreme-element.hero .blog-artical-hero.container .hero-breadcrumb {
  color: var(--white);
  position: absolute;
  top: var(--rem-125-rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 992px) {
  .supreme-element.hero .blog-artical-hero.container .hero-breadcrumb {
    position: relative;
    margin-bottom: 1.5rem;
    top: 0;
  }
}
.supreme-element.hero .blog-artical-hero.container .hero-breadcrumb a {
  text-decoration: none;
  font-family: var(--font-variables-font-family-font-family-primary);
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
  line-height: 150%;
}
.supreme-element.hero .blog-artical-hero.container .hero-breadcrumb a:hover {
  text-decoration: underline;
}
.supreme-element.hero .blog-artical-hero.container .hero-breadcrumb a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(180deg);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://devpages.idtdna.com/page/wp-content/uploads/breadcrumb-icon.svg);
}
.supreme-element.hero .blog-artical-hero.container hr.hero-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: var(--rem-250-rem) 0 1.875rem;
}
.supreme-element .post-hero-image-wrapper--contained .post-featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-3);
  display: block;
}
.supreme-element .post-hero-image-wrapper--full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.supreme-element .post-hero-image-wrapper--full .post-featured-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.supreme-element .post-hero-image-wrapper .post-featured-image {
  margin-bottom: var(--rem-250-rem);
}
@media (max-width: 767px) {
  .supreme-element .post-hero-image-wrapper .post-featured-image {
    margin-bottom: var(--rem-125-rem);
  }
}
.supreme-element.post-key-summary-wrapper.empty {
  padding-bottom: 30px;
}
.supreme-element.post-key-summary-wrapper .post-key-summary {
  border-radius: var(--border-radius-3);
  background: var(--helix-feather-500);
  padding: 1.875rem var(--rem-250-rem);
  margin: var(--rem-175-rem) 0;
}
@media (max-width: 767px) {
  .supreme-element.post-key-summary-wrapper .post-key-summary {
    padding: var(--rem-125-rem);
  }
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-heading {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-xl);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--heading-headings-color);
}
@media (max-width: 767px) {
  .supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-heading {
    font-size: 1.25rem;
  }
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content {
  margin: 0;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content.display-style-plain {
  padding-left: 0;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content.display-style-plain p {
  margin: 0 0 0.5rem 0;
  line-height: 150%;
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-lg);
  color: var(--genome-mist-800);
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content.display-style-plain p:last-child {
  margin-bottom: 0;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol) {
  padding-left: 1.5rem;
  list-style-type: disc;
  list-style-position: outside;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol).list-style-bullet {
  list-style-type: disc;
  list-style-position: outside;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol).list-style-numbered {
  list-style-type: decimal;
  list-style-position: outside;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol).list-style-check {
  list-style-type: none;
  padding-left: 0;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol).list-style-check li {
  position: relative;
  padding-left: 1.75rem;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol).list-style-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--crispr-clear-500);
  font-weight: bold;
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol) li {
  margin-bottom: 0.5rem;
  line-height: 150%;
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-lg);
  color: var(--genome-mist-800);
}
.supreme-element.post-key-summary-wrapper .post-key-summary .key-summary-content:is(ul, ol) li:last-child {
  margin-bottom: 0;
}
.supreme-element .post-content-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: var(--rem-175-rem);
}
.supreme-element .post-content-wrapper--narrow .post-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.supreme-element .post-content-wrapper--full .post-content {
  max-width: 100%;
}
.supreme-element .post-content-wrapper .container .post-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 60px !important;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-element .post-content-wrapper .container .post-content {
    gap: 40px !important;
    max-width: 100%;
    padding: 0 20px;
  }
}
.supreme-element .post-content-wrapper .container .post-content .acf-content-block {
  width: 100%;
  display: block;
  flex-shrink: 0;
}
.supreme-element .post-content-wrapper .container .post-content .acf-content-block h1 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block .h1 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block h2 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block .h2 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block h3 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block .h3 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block h4 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block .h4 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block h5 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block .h5 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block h6 + p, .supreme-element .post-content-wrapper .container .post-content .acf-content-block .h6 + p {
  margin-top: 1rem;
}
.supreme-element .post-content-wrapper .container .post-content h1, .supreme-element .post-content-wrapper .container .post-content .h1, .supreme-element .post-content-wrapper .container .post-content h2, .supreme-element .post-content-wrapper .container .post-content .h2, .supreme-element .post-content-wrapper .container .post-content h3, .supreme-element .post-content-wrapper .container .post-content .h3, .supreme-element .post-content-wrapper .container .post-content h4, .supreme-element .post-content-wrapper .container .post-content .h4, .supreme-element .post-content-wrapper .container .post-content h5, .supreme-element .post-content-wrapper .container .post-content .h5, .supreme-element .post-content-wrapper .container .post-content h6, .supreme-element .post-content-wrapper .container .post-content .h6 {
  font-family: var(--font-variables-font-family-font-family-primary);
  margin-bottom: var(--rem-175-rem);
  margin-top: 0;
  color: #212529;
  width: 100%;
}
@media (max-width: 767px) {
  .supreme-element .post-content-wrapper .container .post-content h1, .supreme-element .post-content-wrapper .container .post-content .h1, .supreme-element .post-content-wrapper .container .post-content h2, .supreme-element .post-content-wrapper .container .post-content .h2, .supreme-element .post-content-wrapper .container .post-content h3, .supreme-element .post-content-wrapper .container .post-content .h3, .supreme-element .post-content-wrapper .container .post-content h4, .supreme-element .post-content-wrapper .container .post-content .h4, .supreme-element .post-content-wrapper .container .post-content h5, .supreme-element .post-content-wrapper .container .post-content .h5, .supreme-element .post-content-wrapper .container .post-content h6, .supreme-element .post-content-wrapper .container .post-content .h6 {
    margin-bottom: var(--rem-125-rem);
  }
}
.supreme-element .post-content-wrapper .container .post-content h2, .supreme-element .post-content-wrapper .container .post-content .h2 {
  font-size: var(--display-font-size-5);
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .post-content-wrapper .container .post-content h2, .supreme-element .post-content-wrapper .container .post-content .h2 {
    font-size: var(--display-font-size-5);
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .post-content-wrapper .container .post-content h3, .supreme-element .post-content-wrapper .container .post-content .h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .post-content-wrapper .container .post-content h3, .supreme-element .post-content-wrapper .container .post-content .h3 {
    font-size: var(--display-font-size-6);
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .post-content-wrapper .container .post-content h4, .supreme-element .post-content-wrapper .container .post-content .h4 {
  font-size: var(--display-font-size-xl);
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .post-content-wrapper .container .post-content h4, .supreme-element .post-content-wrapper .container .post-content .h4 {
    font-size: var(--display-font-size-xl);
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .post-content-wrapper .container .post-content h5, .supreme-element .post-content-wrapper .container .post-content .h5 {
  font-size: var(--display-font-size-lg);
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 992px) {
  .supreme-element .post-content-wrapper .container .post-content h5, .supreme-element .post-content-wrapper .container .post-content .h5 {
    font-size: var(--display-font-size-lg);
    font-weight: 500;
    line-height: 120%;
  }
}
.supreme-element .post-content-wrapper .container .post-content p {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-lg, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--genome-mist-800, #5C6062);
  margin: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-element .post-content-wrapper .container .post-content p {
    font-size: var(--display-font-size-base);
  }
}
.supreme-element .post-content-wrapper .container .post-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.supreme-element .post-content-wrapper .container .post-content .wp-block-image {
  margin: 0;
  width: 100%;
}
.supreme-element .post-content-wrapper .container .post-content .wp-block-image img {
  border-radius: var(--border-radius-3) var(--border-radius-3) 0 0;
}
.supreme-element .post-content-wrapper .container .post-content .wp-block-image figcaption {
  margin: 0;
}
.supreme-element .post-content-wrapper .container .post-content .wp-block-image.acf-image-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
  width: 100%;
}
.supreme-element .post-content-wrapper .container .post-content .wp-block-image.acf-image-block img {
  max-height: 330px;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  align-self: stretch;
  border-radius: var(--border-radius-3) var(--border-radius-3) 0 0;
}
.supreme-element .post-content-wrapper .container .post-content figcaption,
.supreme-element .post-content-wrapper .container .post-content .image-caption,
.supreme-element .post-content-wrapper .container .post-content figure figcaption,
.supreme-element .post-content-wrapper .container .post-content .wp-block-image figcaption,
.supreme-element .post-content-wrapper .container .post-content .wp-block-image .image-caption {
  padding: 17px 13px !important;
  border-radius: 0px 0px var(--border-radius-3) var(--border-radius-3) !important;
  background: var(--genome-mist-200) !important;
  font-family: var(--font-variables-font-family-font-family-secondary) !important;
  font-size: var(--display-font-size-base) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  color: var(--genome-mist-800) !important;
  text-align: left !important;
  margin: 0 !important;
  display: block !important;
}
.supreme-element .post-content-wrapper .container .post-content ul, .supreme-element .post-content-wrapper .container .post-content ol {
  margin: 0;
  padding-left: 1.5rem;
  width: 100%;
}
.supreme-element .post-content-wrapper .container .post-content ul li, .supreme-element .post-content-wrapper .container .post-content ol li {
  margin-bottom: 0.5rem;
  line-height: 150%;
}
.supreme-element .post-content-wrapper .container .post-content blockquote {
  border-left: 4px solid var(--crispr-clear-500);
  padding-left: 1rem;
  margin: 0;
  font-style: italic;
  width: 100%;
}
.supreme-element .post-content-wrapper .container .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.supreme-element .post-content-wrapper .container .post-content table th, .supreme-element .post-content-wrapper .container .post-content table td {
  padding: 0.75rem;
  border: 1px solid var(--genome-mist-300);
  text-align: left;
}
.supreme-element .post-content-wrapper .container .post-content table th {
  background: var(--genome-mist-200);
  font-weight: 600;
}
.supreme-element .post-content-wrapper .container .post-content .ct-template {
  margin: 0;
  width: 100%;
}
.supreme-element .ct-section .oxy-supreme-elements-post-content figcaption,
.supreme-element .ct-inner-content .oxy-supreme-elements-post-content figcaption,
.supreme-element .ct-section .supreme-element figcaption,
.supreme-element .ct-inner-content .supreme-element figcaption,
.supreme-element .ct-section .post-content figcaption,
.supreme-element .ct-inner-content .post-content figcaption,
.supreme-element .ct-section .image-caption,
.supreme-element .ct-inner-content .image-caption {
  padding: 17px 13px !important;
  border-radius: 0px 0px var(--border-radius-3) var(--border-radius-3) !important;
  background: var(--genome-mist-200) !important;
  font-family: var(--font-variables-font-family-font-family-secondary) !important;
  font-size: var(--display-font-size-base) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  color: var(--genome-mist-800) !important;
  text-align: left !important;
  margin: 0 !important;
  display: block !important;
}
.supreme-element .supreme-acf-content-block {
  margin-bottom: 0;
}
.supreme-element .supreme-acf-content-block > * {
  margin-bottom: var(--rem-175-rem);
}
.supreme-element .post-content {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--rem-175-rem) !important;
}
.supreme-element .post-content.post-content--acf {
  gap: var(--rem-375-rem) !important;
}
@media (max-width: 992px) {
  .supreme-element .post-content.post-content--acf {
    gap: var(--rem-250-rem) !important;
  }
}
.supreme-element .post-content > h2, .supreme-element .post-content > .h2 {
  margin-top: var(--rem-200-rem);
}
.supreme-element .post-content > h2:first-of-type, .supreme-element .post-content > .h2:first-of-type {
  margin-top: 0;
}
.supreme-element .post-content p:not(.acf-cta-description), .supreme-element .post-content li {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-lg, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--genome-mist-800, #5C6062);
  margin: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-element .post-content p:not(.acf-cta-description), .supreme-element .post-content li {
    font-size: var(--display-font-size-base);
  }
}
.supreme-element .post-content p:not(.acf-cta-description):empty, .supreme-element .post-content li:empty {
  display: none;
}
.supreme-element .post-content table td, .supreme-element .post-content table th, .supreme-element .post-content table > thead > tr > th {
  border: 1px solid #e4e4e4;
}
.supreme-element .post-content table td, .supreme-element .post-content table th {
  vertical-align: middle;
}
.supreme-element .post-content table td ul, .supreme-element .post-content table th ul {
  margin-bottom: 0;
}
.supreme-element .post-content table td, .supreme-element .post-content table td li, .supreme-element .post-content table th, .supreme-element .post-content table th li {
  font-size: var(--display-font-size-sm);
  color: var(--genome-mist-800);
}
.supreme-element .post-content table th {
  background-color: #003b5c;
  color: #fff;
  font-weight: 400;
}
.supreme-element .post-content table .blank {
  font-size: 0 !important;
  background-color: transparent !important;
  visibility: hidden !important;
  border-color: transparent !important;
}
.supreme-element .post-content table th a, .supreme-element .post-content table th a:link, .supreme-element .post-content table th a:visited {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}
.supreme-element .post-content table th a:active, .supreme-element .post-content table th a:focus, .supreme-element .post-content table th a:hover {
  color: #bfe1eb;
}
.supreme-element .post-content table > thead > tr > th {
  border: 0;
  text-align: center;
}
.supreme-element .post-content table > thead > tr:nth-of-type(2) > th {
  background-color: #b1b3b3;
}
.supreme-element .post-content table .no-border, .supreme-element .post-content table .no-border * {
  border: 0 !important;
}
.supreme-element .post-content table tr.highlight > td, .supreme-element .post-content td.highlight, .supreme-element .post-content th.highlight {
  background-color: #48a9c5;
  color: #fff;
}
.supreme-element .post-content table tr.highlight-2 > td, .supreme-element .post-content td.highlight-2, .supreme-element .post-content th.highlight-2 {
  background-color: #bfcc80;
  color: #2e3315;
}
.supreme-element .post-content table tr.highlight-success > td, .supreme-element .post-content td.highlight-success, .supreme-element .post-content th.highlight-success {
  color: #454b1f;
  background-color: #e0e7c2;
}
.supreme-element .post-content table tr.highlight-warning > td, .supreme-element .post-content td.highlight-warning, .supreme-element .post-content th.highlight-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.supreme-element .post-content table tr.highlight-danger > td, .supreme-element .post-content td.highlight-danger, .supreme-element .post-content th.highlight-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.supreme-element .post-content p.footnote {
  font-size: var(--display-font-size-sm);
}
.supreme-element .acf-cta-block {
  margin: 0;
  width: 100%;
  border-radius: var(--border-radius-3);
  overflow: hidden;
}
.supreme-element .acf-cta-block .acf-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 124px;
  padding: var(--rem-300-rem) 61px;
}
@media (: ) {
  .supreme-element .acf-cta-block .acf-cta-content {
    flex-direction: column;
    gap: 2rem;
    padding: var(--rem-250-rem) var(--rem-200-rem);
    text-align: center;
  }
}
@media (max-width: 992px) {
  .supreme-element .acf-cta-block .acf-cta-content {
    padding: var(--rem-200-rem) var(--rem-125-rem);
  }
}
.supreme-element .acf-cta-block .acf-cta-text {
  flex: 1;
  min-width: 0;
}
.supreme-element .acf-cta-block .acf-cta-title {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-5);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 1rem 0;
}
@media (max-width: 992px) {
  .supreme-element .acf-cta-block .acf-cta-title {
    font-size: var(--display-font-size-6);
  }
}
.supreme-element .acf-cta-block .acf-cta-description {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  max-width: 509px;
}
@media (max-width: 992px) {
  .supreme-element .acf-cta-block .acf-cta-description {
    font-size: var(--display-font-size-base);
  }
}
.supreme-element .acf-cta-block .acf-cta-button-wrapper {
  flex-shrink: 0;
}
.supreme-element .acf-cta-block .acf-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 25px 16px 25px;
  border-radius: var(--border-radius-3);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  clip-path: polygon(1.125rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.125rem);
}
.supreme-element .acf-cta-block .acf-cta-button span {
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.supreme-element .acf-cta-block .acf-cta-button .acf-cta-icon,
.supreme-element .acf-cta-block .acf-cta-button .acf-cta-chevron {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.supreme-element .acf-cta-block .acf-cta-button .acf-cta-icon {
  width: 15px;
  height: 17px;
}
.supreme-element .acf-cta-block .acf-cta-button .acf-cta-chevron {
  width: 6px;
  height: 12px;
}
.supreme-element .acf-cta-block .acf-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.supreme-element .acf-cta-block.acf-cta-dark {
  background-image: url("/page/wp-content/plugins/supreme-oxy-widgets/images/cta-gradient.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-title {
  color: #FFFFFF;
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-description {
  color: #FFFFFF;
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-button {
  background: linear-gradient(100.449deg, rgb(160, 102, 251) 7.0531%, rgb(103, 255, 254) 102.11%);
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-button span {
  color: var(--dark-oligos);
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-button .acf-cta-icon,
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-button .acf-cta-chevron {
  color: var(--dark-oligos);
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -7px;
  width: 2.5rem;
  height: 3px;
  background: #A066FB;
  transform: rotate(-45deg);
  transition: height 0.3s ease, left 0.3s ease, background 0.3s ease;
  pointer-events: none;
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-button:hover {
  background: linear-gradient(100.449deg, rgb(103, 255, 254) 7.0531%, rgb(160, 102, 251) 102.11%);
}
.supreme-element .acf-cta-block.acf-cta-dark .acf-cta-button:hover::before {
  background: #9E6BFB;
}
.supreme-element .acf-cta-block.acf-cta-light {
  background: var(--genome-mist-200);
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-title {
  color: var(--heading-headings-color);
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-description {
  color: var(--genome-mist-800);
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button {
  background: transparent;
  border: 2px solid;
  -o-border-image: linear-gradient(100.449deg, rgb(160, 102, 251) 7.0531%, rgb(103, 255, 254) 102.11%) 1;
     border-image: linear-gradient(100.449deg, rgb(160, 102, 251) 7.0531%, rgb(103, 255, 254) 102.11%) 1;
  border-image-slice: 1;
  position: relative;
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button span {
  color: var(--dark-oligos);
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button .acf-cta-icon,
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button .acf-cta-chevron {
  color: var(--dark-oligos);
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -7px;
  width: 2.5rem;
  height: 3px;
  background: #A066FB;
  transform: rotate(-45deg);
  transition: height 0.3s ease, left 0.3s ease, background 0.3s ease;
  pointer-events: none;
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button:hover {
  background: linear-gradient(100.449deg, rgb(160, 102, 251) 7.0531%, rgb(103, 255, 254) 102.11%);
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button:hover span,
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button:hover .acf-cta-icon,
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button:hover .acf-cta-chevron {
  color: var(--white);
}
.supreme-element .acf-cta-block.acf-cta-light .acf-cta-button:hover::before {
  background: #9E6BFB;
}
.supreme-element.related-insights {
  margin-bottom: 80px;
}
.supreme-element.related-insights .insight-card-wrap {
  max-width: 456px;
  background: var(--genome-mist-200);
}
.supreme-element.related-insights .insight-card {
  background: var(--genome-mist-200);
  border-radius: var(--border-radius-3);
  text-decoration: unset;
}
.supreme-element.related-insights .insight-card:hover h4.insight-title, .supreme-element.related-insights .insight-card:hover .insight-title.h4 {
  background: var(--Linear, linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease-in-out;
}
.supreme-element.related-insights .insight-card:hover .insight-thumb img {
  transform: scale(1.05);
}
.supreme-element.related-insights .insight-thumb img {
  width: 100%;
  height: 100%;
  max-height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s linear;
}
.supreme-element.related-insights .card-content {
  padding: 1.875rem 1.375rem;
  background: var(--genome-mist-200);
}
.supreme-element.related-insights .related-insights-title {
  margin-bottom: 40px;
}
.supreme-element.related-insights h4.insight-title, .supreme-element.related-insights .insight-title.h4 {
  color: var(--bio-orchid);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.supreme-element.related-insights .insight-thumb {
  overflow: hidden;
  transition: all 0.25s linear;
}
.supreme-element.related-insights .insight-card span.research-tag {
  font-size: var(--display-font-size-base);
  margin-bottom: var(--rem-050-rem);
  font-weight: 700;
  line-height: 140%;
  color: var(--dark-Purple);
  padding: 0.125rem 0.47rem;
  border-radius: var(--rem-125-rem);
  background: var(--rna-lights-100);
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-right: 5px;
  display: inline-block;
}
.supreme-element.related-insights .research-tags {
  margin-bottom: 15px;
}
.supreme-element.related-insights .insight-card-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .supreme-element.related-insights .insight-card-group {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.supreme-element.share-post-sidebar {
  margin-top: var(--rem-200-rem);
  gap: var(--rem-250-rem);
  display: flex;
  flex-direction: column;
}
.supreme-element.share-post-sidebar.cta-sidebar {
  gap: 0;
}
.supreme-element.share-post-sidebar .research-areas-container .research-tags {
  display: flex;
  gap: 15px;
  align-items: center;
}
.supreme-element.share-post-sidebar .research-areas-container .research-tags span.research-tag {
  background: var(--dark-oligos-100);
  border-radius: 800px;
  padding: 0.125rem 0.47rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  color: var(--dark-oligos-700);
  transition: all 0.3s ease-in-out;
}
.supreme-element.share-post-sidebar .research-areas-container span.research-tag:hover {
  background: linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 100%);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.supreme-element.share-post-sidebar .share-post-div {
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-3);
  background: var(--helix-feather-500);
  padding: var(--rem-125-rem) var(--rem-150-rem) var(--rem-125-rem) var(--rem-250-rem);
  justify-content: space-between;
  gap: 1.125rem;
}
.supreme-element.share-post-sidebar .share-post-div h3, .supreme-element.share-post-sidebar .share-post-div .h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: var(--gene-strand-800);
  margin-bottom: 0;
}
.supreme-element.share-post-sidebar .share-icons {
  display: flex;
  gap: 0.5rem;
}
.supreme-element.share-post-sidebar .share-icons svg {
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.supreme-element.share-post-sidebar a.share-icon {
  display: inline-block;
  padding: 0.625rem 0.5rem;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, var(--rna-lights-500) 0%, var(--crispr-clear-600) 100%);
  color: var(--white);
  font-size: 1rem;
  line-height: 10px;
}
.supreme-element.share-post-sidebar a.share-icon:hover {
  border-radius: 1rem;
  background: linear-gradient(66deg, #4C56DF 35.96%, #2789D7 79.57%);
}

.oxy-dynamic-list > div:has(.divider):last-of-type .divider {
  padding-bottom: 0;
  border-bottom: none;
}

.blog-slider-div .supreme-element .cta {
  display: block;
}

.ct-section,
.ct-section .footer-nav-link,
.ct-section .footer-language,
.ct-section .footer-legal-link,
.ct-section .footer-trademark-content,
.ct-section .footer-copyright,
.ct-section .nav-promotion-text,
.ct-section .promotion-link,
.ct-section .promotion-button {
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.ct-section .ct-headline, .ct-section.header,
.ct-section .header-cart,
.ct-section .pre-header-link,
.ct-section .nav-item-text,
.ct-section .nav-level-0-item-text,
.ct-section .footer-nav-section-title,
.ct-section .footer-logo-text,
.ct-section .footer-contact-button,
.ct-section .pre-header-my-account-text,
.ct-section .locale-title,
.ct-section .locale-form-button,
.ct-section .nav-promotion-image-wrapper:has(.nav-promotion-overlay-text) .nav-promotion-overlay-text,
.ct-section .nav-promotion-title,
.ct-section .nav-level-0-company .nav-level-1-left-col .nav-level-1-item-text,
.ct-section .nav-level-0-company .nav-level-1-left-col .nav-level-2-item-text {
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-section .oxy-rich-text h1, .ct-section .oxy-rich-text .supreme-element .h1, .supreme-element .ct-section .oxy-rich-text .h1, .ct-section .oxy-rich-text h2, .ct-section .oxy-rich-text .supreme-element .h2, .supreme-element .ct-section .oxy-rich-text .h2, .ct-section .oxy-rich-text h3, .ct-section .oxy-rich-text .supreme-element .h3, .supreme-element .ct-section .oxy-rich-text .h3, .ct-section .oxy-rich-text h4, .ct-section .oxy-rich-text .supreme-element .h4, .supreme-element .ct-section .oxy-rich-text .h4, .ct-section .oxy-rich-text h5, .ct-section .oxy-rich-text .supreme-element .h5, .supreme-element .ct-section .oxy-rich-text .h5, .ct-section .oxy-rich-text h6, .ct-section .oxy-rich-text .supreme-element .h6, .supreme-element .ct-section .oxy-rich-text .h6 {
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-section .primary_btn {
  letter-spacing: 1.05px;
  font-size: 15px;
  font-weight: 600;
  color: #0c2433;
}

.ct-inner-content .ct-section p span a,
.ct-inner-content .ct-section p a {
  color: var(--anchor-link);
  font-weight: 500;
}

.ct-inner-content .ct-section .legacy-home-hero-whats-new {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.08px;
  color: var(--light-Purple);
  font-family: var(--font-variables-font-family-font-family-primary);
  line-height: normal;
}
.ct-inner-content .ct-section .legacy-home-hero-whats-new-title {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: var(--display-line-height-3);
  font-family: var(--font-variables-font-family-font-family-primary);
  text-align: left;
}
.ct-inner-content .ct-section .legacy-home-hero-whats-new-content p {
  color: var(--white);
  text-align: left;
  font-size: var(--display-font-size-base);
  font-weight: 400;
  line-height: var(--display-line-height-4);
  font-family: var(--font-variables-font-family-font-family-secondary);
}
.ct-inner-content .ct-section .legacy-home-hero-count {
  color: var(--white);
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: 12px;
  line-height: var(--display-line-height-5);
}
.ct-inner-content .ct-section .legacy-home-hero-title {
  color: var(--white);
  font-weight: 500;
  font-size: var(--display-font-size-1);
  font-family: var(--font-variables-font-family-font-family-primary);
  line-height: 104%;
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-home-hero-title {
    line-height: 115%;
    font-size: var(--display-font-size-1);
  }
}
.ct-inner-content .ct-section .legacy-home-hero-shape-the-future-content {
  color: var(--white);
  font-size: 30px;
  line-height: normal;
  font-weight: 400;
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-home-hero-shape-the-future-content {
    font-size: 24px;
  }
}
.ct-inner-content .ct-section .legacy-boundaries-block-titles {
  color: var(--oligos-black-title);
  font-family: var(--font-variables-font-family-font-family-primary);
  font-weight: 600;
  font-size: 27px;
  line-height: 2.063rem;
}
.ct-inner-content .ct-section .legacy-boundaries-block-content {
  color: var(--oligos-gray);
  font-weight: 400;
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-base);
  line-height: var(--display-line-height-4);
}
.ct-inner-content .ct-section .legacy-explore-more-cta {
  color: var(--midnight-Blue);
  font-weight: 600;
  letter-spacing: 1.05px;
  line-height: var(--display-line-height-2);
  text-transform: uppercase;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .ct-section .legacy-h2-white-heading {
  color: var(--white);
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .ct-inner-content .ct-section .legacy-h2-white-heading {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .ct-section .legacy-h2-white-heading {
    font-size: var(--display-font-size-3);
    line-height: normal;
  }
}
.ct-inner-content .ct-section .legacy-our-impact-counters div {
  color: var(--white);
  font-weight: 400;
  line-height: normal;
  font-size: var(--display-font-size-1);
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 1399px) {
  .ct-inner-content .ct-section .legacy-our-impact-counters div {
    font-size: 80px;
    line-height: normal;
  }
}
@media (max-width: 992px) {
  .ct-inner-content .ct-section .legacy-our-impact-counters div {
    font-size: 80px;
    line-height: normal;
  }
}
.ct-inner-content .ct-section .legacy-our-impact-counters-content {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: 21px;
  color: var(--white);
  font-weight: 400;
  line-height: 30px;
}
.ct-inner-content .ct-section .legacy-stay-upto-date-title {
  color: var(--white);
  font-weight: 600;
  line-height: normal;
}
.ct-inner-content .ct-section .legacy-stay-upto-date-contnet {
  color: var(--white);
  font-weight: 400;
  line-height: normal;
}
.ct-inner-content .ct-section .legacy-featured-block-titles {
  color: var(--oligos-black-title);
  font-family: var(--font-variables-font-family-font-family-primary);
  font-weight: 600;
  line-height: 140%;
  text-align: left;
  font-size: var(--display-font-size-xl);
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-featured-block-titles {
    font-size: var(--display-font-size-xl);
  }
}
.ct-inner-content .ct-section .legacy-featured-block-content {
  color: var(--oligos-black-title);
  font-weight: 400;
  line-height: var(--display-line-height-3);
  text-align: left;
}
.ct-inner-content .ct-section .legacy-primary_btn {
  letter-spacing: 1.05px;
  font-size: 15px;
  font-weight: 600;
  color: var(--dark-oligos-500);
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .ct-section .legacy-explore_more_txt {
  color: var(--midnight-Blue);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--display-line-height-2);
  letter-spacing: 1.05px;
  text-transform: uppercase;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: var(--font-variables-font-family-font-family-primary);
}
.ct-inner-content .ct-section .legacy-post_content_txt {
  font-weight: 600;
  font-family: var(--font-variables-font-family-font-family-primary);
  text-align: left;
  font-size: 22px;
  line-height: 145%;
  color: var(--dark-oligos-500);
}
.ct-inner-content .ct-section .legacy-member_name {
  font-size: var(--display-font-size-sm);
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  font-family: var(--font-variables-font-family-font-family-primary);
  color: var(--oligos-black-title);
}
.ct-inner-content .ct-section .legacy-member_address {
  font-size: var(--display-font-size-sm);
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  font-family: var(--font-variables-font-family-font-family-primary);
  color: var(--oligos-black-title);
}
.ct-inner-content .ct-section .legacy-section-gradient-heading {
  background: linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 106%;
  text-align: center;
  font-size: var(--display-font-size-2);
  font-family: var(--font-variables-font-family-font-family-primary);
}
@media (max-width: 992px) {
  .ct-inner-content .ct-section .legacy-section-gradient-heading {
    font-size: 50px;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-section-gradient-heading {
    line-height: 163%;
    font-size: var(--display-font-size-5);
  }
}
.ct-inner-content .ct-section .legacy-featured-title-with-gradient {
  font-size: var(--display-font-size-2);
  background: linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 61.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 106%;
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-featured-title-with-gradient {
    line-height: 115%;
  }
}
.ct-inner-content .ct-section .legacy-testimonial-content {
  color: var(--content-black);
  text-align: center;
  font-size: 17px;
  line-height: var(--display-line-height-4);
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-testimonial-content {
    line-height: normal;
  }
}
.ct-inner-content .ct-section .legacy-testimonial-client-name {
  font-weight: 600;
  font-size: var(--display-font-size-lg);
  line-height: var(--display-line-height-3);
  color: var(--ash-gray);
}
.ct-inner-content .ct-section .legacy-testimonial-client-designation {
  text-align: center;
  color: var(--ash-gray);
  font-weight: 400;
  font-size: var(--display-font-size-base);
  line-height: var(--display-line-height-3);
}
.ct-inner-content .ct-section .legacy-h2-small-white-heading {
  font-weight: 400;
  color: var(--white);
  font-size: 56px;
  line-height: normal;
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-h2-small-white-heading {
    font-size: var(--display-font-size-4);
    line-height: 2.87rem;
  }
}
.ct-inner-content .ct-section .legacy-small-featured-title-with-gradient {
  font-weight: 600;
  font-size: var(--display-font-size-3);
  line-height: 4.06rem;
  background: linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 61.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-small-featured-title-with-gradient {
    line-height: 2.87rem;
  }
}
.ct-inner-content .ct-section .legacy-latest-news-title {
  font-family: var(--font-variables-font-family-font-family-primary);
  color: var(--oligos-black-title);
  text-align: left;
  font-weight: 600;
  line-height: 2.12rem;
  font-size: var(--display-font-size-xl);
}
@media (max-width: 1400px) {
  .ct-inner-content .ct-section .legacy-latest-news-title {
    font-size: 22px;
    line-height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-latest-news-title {
    font-size: var(--display-font-size-xl);
    line-height: 2.12rem;
  }
}
.ct-inner-content .ct-section .legacy-h5-white-heading {
  text-align: left;
  color: var(--white);
  font-family: var(--font-variables-font-family-font-family-primary);
  font-size: var(--display-font-size-5);
  line-height: 2.62rem;
}
@media (max-width: 992px) {
  .ct-inner-content .ct-section .legacy-h5-white-heading {
    font-size: 25px;
    line-height: var(--display-line-height-2);
  }
}
.ct-inner-content .ct-section .legacy-company-overview-heading {
  font-size: 45px;
  line-height: 3.43rem;
  font-family: var(--font-variables-font-family-font-family-primary);
  font-weight: 500;
  background: linear-gradient(90deg, var(--heading-dark) 0%, var(--crispr-clear-500) 61.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-inner-content .ct-section .legacy-company-overview-text {
  font-size: 15px;
  line-height: var(--display-line-height-3);
  color: var(--oligos-black-title);
}
.ct-inner-content .ct-section .legacy-semi-bold {
  font-weight: 600;
}
.ct-inner-content .ct-section .legacy-h1-hero-white-heading {
  color: var(--white);
  font-weight: 500;
  font-size: var(--display-font-size-1);
  font-family: var(--font-variables-font-family-font-family-primary);
  line-height: 104%;
}
@media (max-width: 992px) {
  .ct-inner-content .ct-section .legacy-h1-hero-white-heading {
    line-height: 109%;
    font-size: var(--display-font-size-3);
  }
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-h1-hero-white-heading {
    line-height: 114%;
    font-size: var(--display-font-size-1);
  }
}
.ct-inner-content .ct-section .legacy-hero-white-para {
  color: var(--white);
  font-family: var(--font-variables-font-family-font-family-secondary);
  line-height: var(--display-line-height-2);
  font-size: var(--display-font-size-lg);
}
.ct-inner-content .ct-section .legacy-content-grey-text {
  text-align: center;
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: var(--display-font-size-lg);
  font-weight: 400;
  color: var(--gray);
  line-height: 2rem;
}
.ct-inner-content .ct-section .legacy-content-black-text, .ct-inner-content .ct-section .legacy-content-black-md-text, .ct-inner-content .ct-section .legacy-content-black-text-bold {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: 17px;
  line-height: var(--display-line-height-4);
  font-weight: 400;
  color: var(--content-black);
}
.ct-inner-content .ct-section .legacy-content-black-text-bold {
  font-weight: 600;
  text-align: center;
}
.ct-inner-content .ct-section .legacy-content-black-md-text {
  font-size: 18px;
  line-height: 1.75rem;
  color: var(--gray);
}
.ct-inner-content .ct-section .legacy-content-white-text {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: 17px;
  line-height: var(--display-line-height-4);
  text-align: center;
  color: var(--white);
  font-size: 17px;
  line-height: 24px;
}
.ct-inner-content .ct-section .legacy-content-white-text-bold {
  font-family: var(--font-variables-font-family-font-family-secondary);
  font-size: 30px;
  text-align: left;
  color: var(--white);
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .ct-inner-content .ct-section .legacy-content-white-text-bold {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-content-white-text-bold {
    font-size: var(--display-font-size-xl);
  }
}
.ct-inner-content .ct-section .legacy-vivid-purple-heading {
  color: var(--heading-dark);
  font-size: 35px;
  font-weight: 500;
  line-height: 2.12rem;
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-vivid-purple-heading {
    font-size: 27px;
  }
}
.ct-inner-content .ct-section .legacy-royal-blue-heading {
  color: var(--deep-affinity-500);
  font-size: var(--display-font-size-5);
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-royal-blue-heading {
    font-size: var(--display-font-size-5);
  }
}
.ct-inner-content .ct-section .legacy-royal-blue-heading-md {
  color: var(--deep-affinity-500);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .ct-inner-content .ct-section .legacy-royal-blue-heading-md {
    font-size: 18px;
    text-align: left;
  }
}
.ct-inner-content .ct-section .legacy-related-block-title {
  font-size: 20px;
  color: var(--heading-dark);
  font-weight: 600;
  line-height: var(--display-line-height-2);
  text-align: left;
}

.our_products_col:hover .legacy-boundaries-block-titles {
  background: linear-gradient(90deg, var(--gardient-heading-1) 9.57%, var(--gardient-heading-2) 91.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.our_products_col:hover .legacy-explore-more-cta {
  color: var(--granite-gray) !important;
}

.leftside_webinar_box:hover .legacy-featured-block-titles {
  background: linear-gradient(90deg, var(--gardient-heading-1) 0%, var(--crispr-clear-500) 94.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.leftside_webinar_box:hover .legacy-explore_more_txt {
  color: var(--gardient-heading-1);
}

.large_webinar_col:hover .post_content_txt {
  background: linear-gradient(87deg, var(--gardient-heading-1) 36.17%, var(--crispr-clear-500) 103.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.large_webinar_col:hover .legacy-explore_more_txt {
  color: var(--gardient-heading-1);
}

.large_webinar_col:hover .legacy-latest-news-title {
  background: linear-gradient(90deg, var(--gardient-heading-1) 0%, var(--crispr-clear-500) 94.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.ct-section a.relt-section:hover .legacy-related-block-title {
  color: var(--white);
}
/*# sourceMappingURL=style.css.map */