@charset "UTF-8";
:root {
  --Lunit-Teal: #00C9EA;
  --Lunit-Teal-darker: #0F95AB;
  --Black: #000000;
  --White: #FFFFFF;
  --Green: #56C14D;
  --Yellow: #FFC205;
  --Bright-Yellow: #FFE205;
  --Orange: #FF5321;
  --Orange-Darker: #CC421A;
  --Darker-Gray: #233232;
  --Dark-Grey: #5C6A6B;
  --Grey: #95A3A4;
  --Light-Gray: #CFD6D7;
  --Lightest-Gray: #EFF0F4;
  --Transparent: rgba(255, 255, 255, 0);
  --Extra-Light-Gray: #EBEBEB;
  --Heading-Color-1: #151515;
  --Heading-Color-2: #233232;
  --text: #233232;
  --Paragraph-link: #233232;
  --Shadow-Light: 0 2px 4px rgba(35, 50, 50, 0.1);
  --Shadow-Medium: 0 4px 8px rgba(35, 50, 50, 0.15);
  --Shadow-Heavy: 0 8px 16px rgba(35, 50, 50, 0.2);
}

.internal-link a {
  color: var(--Paragraph-link);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  overflow-wrap: anywhere;
}
.internal-link a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.internal-link-light a {
  color: var(--Lunit-Teal);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.internal-link-light a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

:root {
  --Font-Family-Heading: "ClashGrotesk", system-ui, sans-serif;
  --Font-Family-Body: "Lexend", system-ui, sans-serif;
  --Font-Weight-Light: 300;
  --Font-Weight-Regular: 400;
  --Font-Weight-Medium: 500;
  --Font-Weight-SemiBold: 600;
  --Font-Weight-Bold: 700;
  --Font-Weight-ExtraBold: 800;
  --Font-Weight-Black: 900;
  --Font-Size-Paragraph-f-size: var(--Font-Size-f-size-md);
  --Line-Height-Paragraph-line-height: var(--Line-Height-f-size-md);
  --Font-Size-f-size-6xl: clamp(45px, calc(45px + (100 - 45) * ((100vw - 320px) / (1600))), 100px);
  --Font-Size-f-size-5xl: clamp(40px, calc(40px + (80 - 40) * ((100vw - 320px) / (1600))), 80px);
  --Font-Size-f-size-4xl: clamp(35px, calc(35px + (60 - 35) * ((100vw - 320px) / (1600))), 60px);
  --Font-Size-f-size-xxxl: clamp(36px, calc(36px + (48 - 36) * ((100vw - 320px) / (1600))), 48px);
  --Font-Size-f-size-xxl: clamp(24px, calc(24px + (40 - 24) * ((100vw - 320px) / (1600))), 40px);
  --Font-Size-f-size-xl: clamp(20px, calc(20px + (32 - 20) * ((100vw - 320px) / (1600))), 32px);
  --Font-Size-f-size-lg: clamp(18px, calc(18px + (24 - 18) * ((100vw - 320px) / (1600))), 24px);
  --Font-Size-f-size-md: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (1600))), 20px);
  --Font-Size-f-size-sm: clamp(14px, calc(14px + (18 - 14) * ((100vw - 320px) / (1600))), 18px);
  --Font-Size-f-size-xs: clamp(14px, calc(14px + (16 - 14) * ((100vw - 320px) / (1600))), 16px);
  --Font-Size-f-size-xxs: clamp(12px, calc(12px + (14 - 12) * ((100vw - 320px) / (1600))), 14px);
  --Font-Size-f-size-xxxs: clamp(12px, 12px, 12px);
  --Line-Height-f-size-6xl: clamp(50px, calc(50px + (120 - 50) * ((100vw - 320px) / 1600)), 120px);
  --Line-Height-f-size-5xl: clamp(45px, calc(45px + (95 - 45) * ((100vw - 320px) / 1600)), 95px);
  --Line-Height-f-size-4xl: clamp(40px, calc(40px + (75 - 40) * ((100vw - 320px) / 1600)), 75px);
  --Line-Height-f-size-xxxl: clamp(36px, calc(36px + (64 - 36) * ((100vw - 320px) / 1600)), 64px);
  --Line-Height-f-size-xxl: clamp(32px, calc(32px + (50 - 32) * ((100vw - 320px) / 1600)), 50px);
  --Line-Height-f-size-xl: clamp(30px, calc(30px + (40 - 30) * ((100vw - 320px) / 1600)), 40px);
  --Line-Height-f-size-lg: clamp(28px, calc(28px + (34 - 28) * ((100vw - 320px) / 1600)), 34px);
  --Line-Height-f-size-md: clamp(24px, calc(24px + (28 - 24) * ((100vw - 320px) / 1600)), 28px);
  --Line-Height-f-size-sm: clamp(20px, calc(20px + (24 - 20) * ((100vw - 320px) / 1600)), 24px);
  --Line-Height-f-size-xs: clamp(18px, calc(18px + (22 - 18) * ((100vw - 320px) / 1600)), 22px);
  --Line-Height-f-size-xxs: clamp(16px, calc(16px + (18 - 16) * ((100vw - 320px) / 1600)), 18px);
  --Line-Height-f-size-xxxs: clamp(14px, calc(14px + (16 - 14) * ((100vw - 320px) / 1600)), 16px);
}
:root .f-size-xxxs,
:root h1.f-size-xxxs,
:root h2.f-size-xxxs,
:root h3.f-size-xxxs,
:root h4.f-size-xxxs,
:root h5.f-size-xxxs,
:root h6.f-size-xxxs,
:root p.f-size-xxxs,
:root div.f-size-xxxs {
  font-size: var(--Font-Size-f-size-xxxs) !important;
  line-height: var(--Line-Height-f-size-xxxs) !important;
}
:root .f-size-xxs,
:root h1.f-size-xxs,
:root h2.f-size-xxs,
:root h3.f-size-xxs,
:root h4.f-size-xxs,
:root h5.f-size-xxs,
:root h6.f-size-xxs,
:root p.f-size-xxs,
:root div.f-size-xxs {
  font-size: var(--Font-Size-f-size-xxs) !important;
  line-height: var(--Line-Height-f-size-xxs) !important;
}
:root .f-size-xs,
:root h1.f-size-xs,
:root h2.f-size-xs,
:root h3.f-size-xs,
:root h4.f-size-xs,
:root h5.f-size-xs,
:root h6.f-size-xs,
:root p.f-size-xs,
:root div.f-size-xs {
  font-size: var(--Font-Size-f-size-xs) !important;
  line-height: var(--Line-Height-f-size-xs) !important;
}
:root .f-size-sm,
:root h1.f-size-sm,
:root h2.f-size-sm,
:root h3.f-size-sm,
:root h4.f-size-sm,
:root h5.f-size-sm,
:root h6.f-size-sm,
:root p.f-size-sm,
:root div.f-size-sm {
  font-size: var(--Font-Size-f-size-sm) !important;
  line-height: var(--Line-Height-f-size-sm) !important;
}
:root .f-size-paragraph,
:root h1.f-size-paragraph,
:root h2.f-size-paragraph,
:root h3.f-size-paragraph,
:root h4.f-size-paragraph,
:root h5.f-size-paragraph,
:root h6.f-size-paragraph,
:root p.f-size-paragraph,
:root div.f-size-paragraph {
  font-size: var(--Paragraph-f-size) !important;
  line-height: var(--Paragraph-line-height) !important;
}
:root .f-size-md,
:root h1.f-size-md,
:root h2.f-size-md,
:root h3.f-size-md,
:root h4.f-size-md,
:root h5.f-size-md,
:root h6.f-size-md,
:root p.f-size-md,
:root div.f-size-md {
  font-size: var(--Font-Size-f-size-md) !important;
  line-height: var(--Line-Height-f-size-md) !important;
}
:root .f-size-lg,
:root h1.f-size-lg,
:root h2.f-size-lg,
:root h3.f-size-lg,
:root h4.f-size-lg,
:root h5.f-size-lg,
:root h6.f-size-lg,
:root p.f-size-lg,
:root div.f-size-lg {
  font-size: var(--Font-Size-f-size-lg) !important;
  line-height: var(--Line-Height-f-size-lg) !important;
}
:root .f-size-xl,
:root h1.f-size-xl,
:root h2.f-size-xl,
:root h3.f-size-xl,
:root h4.f-size-xl,
:root h5.f-size-xl,
:root h6.f-size-xl,
:root p.f-size-xl,
:root div.f-size-xl {
  font-size: var(--Font-Size-f-size-xl) !important;
  line-height: var(--Line-Height-f-size-xl) !important;
}
:root .f-size-xxl,
:root h1.f-size-xxl,
:root h2.f-size-xxl,
:root h3.f-size-xxl,
:root h4.f-size-xxl,
:root h5.f-size-xxl,
:root h6.f-size-xxl,
:root p.f-size-xxl,
:root div.f-size-xxl {
  font-size: var(--Font-Size-f-size-xxl) !important;
  line-height: var(--Line-Height-f-size-xxl) !important;
}
:root .f-size-xxxl,
:root h1.f-size-xxxl,
:root h2.f-size-xxxl,
:root h3.f-size-xxxl,
:root h4.f-size-xxxl,
:root h5.f-size-xxxl,
:root h6.f-size-xxxl,
:root p.f-size-xxxl,
:root div.f-size-xxxl {
  font-size: var(--Font-Size-f-size-xxxl) !important;
  line-height: var(--Line-Height-f-size-xxxl) !important;
}
:root .f-size-4xl,
:root h1.f-size-4xl,
:root h2.f-size-4xl,
:root h3.f-size-4xl,
:root h4.f-size-4xl,
:root h5.f-size-4xl,
:root h6.f-size-4xl,
:root p.f-size-4xl,
:root div.f-size-4xl {
  font-size: var(--Font-Size-f-size-4xl) !important;
  line-height: var(--Line-Height-f-size-4xl) !important;
}
:root .f-size-5xl,
:root h1.f-size-5xl,
:root h2.f-size-5xl,
:root h3.f-size-5xl,
:root h4.f-size-5xl,
:root h5.f-size-5xl,
:root h6.f-size-5xl,
:root p.f-size-5xl,
:root div.f-size-5xl {
  font-size: var(--Font-Size-f-size-5xl) !important;
  line-height: var(--Line-Height-f-size-5xl) !important;
}
:root .f-size-6xl,
:root h1.f-size-6xl,
:root h2.f-size-6xl,
:root h3.f-size-6xl,
:root h4.f-size-6xl,
:root h5.f-size-6xl,
:root h6.f-size-6xl,
:root p.f-size-6xl,
:root div.f-size-6xl {
  font-size: var(--Font-Size-f-size-6xl) !important;
  line-height: var(--Line-Height-f-size-6xl) !important;
}

@font-face {
  font-family: "ClashGrotesk";
  src: url("/en/wp-content/uploads/fonts/ClashGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ClashGrotesk";
  src: url("/en/wp-content/uploads/fonts/ClashGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ClashGrotesk";
  src: url("/en/wp-content/uploads/fonts/ClashGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ClashGrotesk";
  src: url("/en/wp-content/uploads/fonts/ClashGrotesk-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
body {
  font-family: var(--Font-Family-Body);
  text-rendering: geometricPrecision;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  text-rendering: geometricPrecision;
}

.ct-div-block h2 {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-f-size-xxxl);
}
.ct-div-block h3 {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-f-size-xxl);
}
.ct-div-block h4 {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-f-size-xl);
}

/*
* Map for breakpoints
*/
@media (min-width: 993px) {
  _::-webkit-full-page-media, _:future, :root .lunit-testimonials__separator {
    width: 2px;
  }
  _::-webkit-full-page-media, _:future, :root .lunit-technology-hero::before {
    background-size: 55%;
  }
}
@media (max-width: 1200px) {
  _::-webkit-full-page-media, _:future, :root .lunit-technology-hero__video-popup-close {
    top: -40px;
    right: -40px;
  }
}
.body-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-Paragraph-f-size);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Paragraph-line-height);
  color: var(--text);
  margin: 0 0 var(--spacing-md) 0;
}

.body-text-small {
  font-family: var(--Font-Family-Secondary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--text-light);
  margin: 0 0 var(--spacing-sm) 0;
}

.font-regular {
  font-weight: var(--Font-Weight-Regular);
}

.font-medium {
  font-weight: var(--Font-Weight-Medium);
}

.font-bold {
  font-weight: var(--Font-Weight-Bold);
}

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

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-underline {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: var(--Paragraph-link);
  transition: color 0.3s ease;
}
a:hover, a:focus {
  text-decoration: unset;
}

ul, ol {
  padding-left: 20px;
}

:root {
  /* Radius */
  --btn-radius-full: 100px;
  --btn-radius-mid: 8px;
  --btn-radius-0: 4px;
  /* Colors */
  --btn-primary-bg: var(--Black);
  --btn-primary-hover-bg: var(--Lunit-Teal);
  --btn-primary-color: var(--White);
  --btn-primary-hover-color: var(--Black);
  --btn-secondary-border-dark: var(--Black);
  --btn-secondary-border-light: var(--White);
  --btn-secondary-color-dark: var(--Black);
  --btn-secondary-color-light: var(--White);
  --btn-link-color: var(--Darker-Gray);
  --btn-link-color-dark: var(--White);
  /* Typography */
  --btn-font-family: "Lexend", system-ui, sans-serif;
  --btn-font-weight: 500;
  --btn-lg-font-size: 20px;
  --btn-md-font-size: 18px;
  --btn-sm-font-size: 14px;
  /* Spacing */
  --btn-lg-padding-x: 30px;
  --btn-lg-padding-y: 9px;
  --btn-md-padding-x: 24px;
  --btn-md-padding-y: 9px;
  --btn-sm-padding-x: 15px;
  --btn-sm-padding-y: 4px;
  /* States */
  --btn-transition: all 0.4s ease-in-out;
  --btn-focus-ring: 0 0 0 3px rgba(0, 200, 255, 0.4); /* Orange glow */
}

/* ==============================
   BASE BUTTON
   ============================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  border-radius: var(--btn-radius-full);
  border: none;
  cursor: pointer;
  transition: var(--btn-transition);
  gap: 10px;
  line-height: var(--Line-Height-f-size-sm);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  position: relative;
  /* Sizes */
  /* Icon inside button */
}
.btn:focus-visible {
  outline: none;
  box-shadow: var(--btn-focus-ring);
}
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-lg {
  font-size: var(--Font-Size-f-size-md);
  padding: var(--btn-lg-padding-y) var(--btn-lg-padding-x);
}
.btn.btn-md {
  font-size: var(--Font-Size-f-size-sm);
  padding: var(--btn-sm-padding-y) var(--btn-md-padding-x);
}
.btn.btn-sm {
  font-size: var(--Font-Size-f-size-xxs);
  padding: var(--btn-sm-padding-y) var(--btn-sm-padding-x);
  line-height: var(--Line-Height-f-size-xxs);
}
@media (max-width: 767px) {
  .btn.btn-lg, .btn.btn-md {
    font-size: var(--Font-Size-f-size-md);
    line-height: var(--Line-Height-f-size-sm);
    padding: var(--spacing-xs) var(--spacing-xl);
  }
  .btn.btn-sm {
    font-size: var(--Font-Size-f-size-xs);
    line-height: var(--Line-Height-f-size-sm);
    padding: 9px var(--spacing-lg);
  }
}
.btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

/* ==============================
   VARIANTS
   ============================== */
/* Primary */
.btn-primary {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-color);
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-color);
}

/* Secondary - Dark BG */
.btn-secondary-dark {
  background: transparent;
  color: var(--btn-secondary-color-light);
  border: 1px solid var(--btn-secondary-border-light);
}
.btn-secondary-dark:hover, .btn-secondary-dark:focus-visible {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-color);
  border-color: var(--btn-primary-hover-bg);
}

/* Secondary - Light BG */
.btn-secondary-light {
  background: var(--White);
  color: var(--btn-secondary-color-dark);
  border: 1px solid var(--btn-secondary-border-dark);
}
.btn-secondary-light:hover, .btn-secondary-light:focus-visible {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-color);
  border-color: var(--btn-primary-hover-bg);
}

/* Link */
.btn-link,
.btn-link-dark {
  background: transparent;
  border: none;
  padding: 0;
  font-size: var(--btn-lg-font-size);
  border-radius: var(--btn-radius-mid);
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible,
.btn-link-dark:hover,
.btn-link-dark:focus-visible {
  -webkit-text-decoration: var(--btn-link-hover-underline);
          text-decoration: var(--btn-link-hover-underline);
}

.btn-link {
  color: var(--btn-link-color);
}

.btn-link-dark {
  color: var(--btn-link-color-dark);
}

/* List item with anchor and icon */
.list-item-icon li:has(> a), .list-item-icon li:has(> span a) {
  display: flex;
  align-items: center;
  font-weight: var(--Font-Weight-Medium);
  gap: var(--spacing-sm);
  margin-bottom: 5px;
}
.list-item-icon li:has(> a) a, .list-item-icon li:has(> span a) a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--text);
  gap: var(--spacing-xs);
}
.list-item-icon li:has(> a) a::after, .list-item-icon li:has(> span a) a::after {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  transition: background-image 0.3s ease;
  /* Default (black circle, white arrow) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Ccircle cx='11.5' cy='11.1455' r='11' fill='black'/%3E%3Cpath d='M8.47461 5.37061L14.5246 10.8706L8.47461 16.3706' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.list-item-icon li:hover a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.list-item-icon li:hover a::after {
  /* Hover (teal circle, black arrow) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9Z' fill='%2300C9EA'/%3E%3Cpath d='M6.5249 4.27499L10.661 8.03505C11.0974 8.43181 11.0974 9.11817 10.661 9.51493L6.5249 13.275' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.link-with-icon a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--text);
  gap: var(--spacing-xs);
  width: -moz-fit-content;
  width: fit-content;
}
.link-with-icon a::after {
  content: "";
  flex-shrink: 0;
  margin-top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  transition: background-image 0.3s ease;
  /* Default (black circle, white arrow) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Ccircle cx='11.5' cy='11.1455' r='11' fill='black'/%3E%3Cpath d='M8.47461 5.37061L14.5246 10.8706L8.47461 16.3706' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.link-with-icon a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.link-with-icon a:hover::after {
  /* Hover (teal circle, black arrow) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9Z' fill='%2300C9EA'/%3E%3Cpath d='M6.5249 4.27499L10.661 8.03505C11.0974 8.43181 11.0974 9.11817 10.661 9.51493L6.5249 13.275' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.card_dark_gradient {
  position: relative;
  background: var(--Darker-Gray);
  overflow: hidden;
  height: 100%;
}
.card_dark_gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  pointer-events: none;
  background: radial-gradient(50.27% 24.55% at 127.43% 100%, var(--Bright-Yellow) 61.78%, rgba(255, 194, 5, 0) 100%), radial-gradient(36.13% 27.7% at 100% 108.78%, var(--Green) 13.95%, rgba(86, 193, 77, 0) 100%), radial-gradient(53.41% 62.42% at 104.04% 128.98%, var(--Lunit-Teal) 50.51%, rgba(0, 201, 234, 0) 100%);
  opacity: 0;
  z-index: 1;
}
.card_dark_gradient:hover:before {
  opacity: 1;
  transform: scale(1.02);
}

.card_light_gradient {
  position: relative;
  overflow: hidden;
  background: var(--Darker-Gray);
  height: 100%;
  padding: 30px;
  border-radius: 20px;
}
.card_light_gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  pointer-events: none;
  background: radial-gradient(50.27% 24.55% at 127.43% 100%, var(--Bright-Yellow) 61.78%, rgba(255, 194, 5, 0) 100%), radial-gradient(36.13% 27.7% at 100% 108.78%, var(--Green) 13.95%, rgba(86, 193, 77, 0) 100%), radial-gradient(53.41% 62.42% at 104.04% 128.98%, var(--Lunit-Teal) 50.51%, rgba(0, 201, 234, 0) 100%);
  opacity: 0;
  z-index: 1;
}
.card_light_gradient:hover:before {
  opacity: 1;
  transform: scale(1.02);
}

.caption-text {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-f-size-xxs);
}

.lunit-technology__text ul li {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  margin-bottom: 8px;
}
.lunit-technology__text ul li :first-child {
  margin-bottom: 0;
}

.biopharma-infobox h2.supreme-investor-hero__main-title .supreme-investor-hero__main-title--dark-grey {
  max-width: 1250px;
}

.oxy-rich-text {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
}
.oxy-rich-text p {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
}

.pb-0 > * {
  padding-bottom: 0px !important;
}

.pt-0 > * {
  padding-top: 0px !important;
}

.pt-4xl {
  padding-top: var(--spacing-4xl) !important;
}

.pb-4xl {
  padding-bottom: var(--spacing-4xl) !important;
}

.pb-5xl > * {
  padding-bottom: var(--spacing-5xl) !important;
}

.oxy-lunit-hero.technology-banner-section .lunit-hero__content {
  max-width: 1200px;
}

.supbox-technology-page .lunit-technology-hero::before {
  content: unset;
}

.media-center__section:not(:first-child) .media-center__social-icon--youtube img:hover {
  content: none;
  background: url("/en/wp-content/uploads/2025/10/X-hover.svg") no-repeat center/contain;
}

.lunit-company-details:not(:last-child) {
  margin-bottom: var(--spacing-xl);
}
.lunit-company-details h3 {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-f-size-xl);
}
.lunit-company-details a {
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-f-size-xs);
  font-weight: var(--Font-Weight-Medium);
}

.contact-us-banner .lunit-hero--dark .lunit-hero__content {
  max-width: 750px;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.table-wrapper table {
  width: 100%;
  border-radius: 8px;
  background: rgba(239, 240, 244, 0.5);
  padding: var(--spacing-md);
  border-spacing: 0;
}
.table-wrapper table thead {
  border-radius: 8px;
  background-color: var(--White);
}
.table-wrapper table thead tr {
  margin-bottom: var(--spacing-xs);
}
.table-wrapper table thead tr th {
  color: var(--Heading-Color-1);
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  padding: var(--spacing-xs);
  text-align: left;
}
.table-wrapper table tbody tr td {
  border-bottom: 1px solid var(--Light-Gray);
  color: var(--Heading-Color-1);
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  padding: var(--spacing-xs);
}
.table-wrapper table tbody tr:last-child td {
  border-bottom: none;
}
.table-wrapper table tbody tr:first-child td {
  padding-top: var(--spacing-md);
}
@media (max-width: 767px) {
  .table-wrapper table {
    min-width: 700px;
  }
}
@media (max-width: 992px) {
  .table-wrapper.text-large table {
    min-width: 1350px;
  }
}
@media (max-width: 767px) {
  .table-wrapper.text-large table {
    min-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .thankyou-page .lunit-hero-wrapper {
    padding-bottom: 413px !important;
  }
}
@media (max-width: 992px) {
  .thankyou-page .lunit-hero-wrapper {
    padding: 200px 0 !important;
  }
}
.thankyou-page .lunit-hero-wrapper .lunit-hero__container {
  justify-content: center;
  display: flex;
}
.thankyou-page .lunit-hero-wrapper .lunit-hero__container .lunit-hero__content {
  text-align: center;
  align-items: center;
  max-width: 1026px;
}
.thankyou-page .lunit-hero-wrapper .lunit-hero__container .lunit-hero__content .lunit-hero__headline {
  text-align: center;
  align-items: center;
  text-wrap: auto;
}
.thankyou-page .lunit-hero-wrapper .lunit-hero__container .lunit-hero__content .lunit-hero__text-group {
  text-align: center;
  align-items: center;
}
.thankyou-page .lunit-hero-wrapper .lunit-hero__container .lunit-hero__content .lunit-hero__description {
  text-align: center;
  align-items: center;
  text-wrap: auto;
  max-width: 100%;
}

.inline-logo {
  max-width: 220px;
}
@media (max-width: 767px) {
  .inline-logo {
    max-width: 200px;
  }
}
.inline-logo--sm {
  max-width: 150px;
}
@media (max-width: 767px) {
  .inline-logo--sm {
    max-width: 100px;
  }
}

.biopharma-infobox h2.supreme-investor-hero__main-title.supreme-investor-hero__main-title--dark-grey {
  max-width: 1250px;
}

.listing-row {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .listing-row {
    padding: 0px var(--spacing-md);
  }
}
.listing-row .listing-row-section {
  width: 100%;
}

.publication-listing-section, .resource-listing-section {
  padding-bottom: var(--spacing-4xl);
}

.resource-wrapper {
  display: grid;
  gap: var(--spacing-md);
  align-items: stretch;
  margin-bottom: var(--spacing-md);
}
.resource-wrapper.two-columns {
  grid-template-columns: 1fr 1fr;
}
.resource-wrapper .supreme-resource__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--Darker-Gray);
  overflow: hidden;
  text-decoration: none;
  border-radius: 20px;
  height: 100%;
  transition: color 0.3s ease;
  margin-bottom: 0;
}
.resource-wrapper .supreme-resource__card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  pointer-events: none;
  background: radial-gradient(25% 44% at 110.43% 100%, var(--Bright-Yellow) 45%, rgba(255, 194, 5, 0) 100%), radial-gradient(58.13% 100% at 100% 100%, var(--Green) 0%, rgba(86, 193, 77, 0) 0%), radial-gradient(45.41% 122% at 120.04% 126.98%, var(--Lunit-Teal) 67%, rgba(0, 201, 234, 0) 100%), var(--Darker-Gray);
  opacity: 0;
  z-index: 1;
}
.resource-wrapper .supreme-resource__card:hover:before {
  opacity: 1;
  transform: scale(1.02);
}

.supreme-resource__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  padding: var(--spacing-xl);
  justify-content: flex-end;
  align-items: flex-start;
}
.supreme-resource__card-content .supreme-resource__card-meta {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  width: 100%;
  flex-wrap: wrap;
  padding-right: 30px;
}
.supreme-resource__card-content .supreme-resource__card-meta:empty {
  display: none;
}
.supreme-resource__card-content .supreme-resource__card-meta .supreme-resource__card-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xxxs) var(--spacing-xxs);
  background: var(--White);
  color: var(--Darker-Gray);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xs);
  border-radius: 4px;
  flex-shrink: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.supreme-resource__card-content .supreme-resource__card-meta .supreme-resource__card-date {
  color: var(--White);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxs);
  flex: 1;
}
.supreme-resource__card-content .supreme-resource__card-title {
  color: var(--White);
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  margin: 0;
  flex: 1;
}
.supreme-resource__card-content .supreme-resource__card-footer {
  color: var(--White);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxs);
  flex: 1;
  display: contents;
}

.facetwp-type-pager {
  display: flex;
  justify-content: center;
  margin-bottom: var(--spacing-md) !important;
}
.facetwp-type-pager .facetwp-load-more {
  font-size: var(--Font-Size-f-size-md);
  padding: var(--btn-lg-padding-y) var(--btn-lg-padding-x);
  background: var(--White);
  color: var(--btn-secondary-color-dark);
  border: 1px solid var(--btn-secondary-border-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  border-radius: var(--btn-radius-full);
  cursor: pointer;
  transition: var(--btn-transition);
  gap: 10px;
  line-height: var(--Line-Height-f-size-sm);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
}
.facetwp-type-pager .facetwp-load-more:hover {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-color);
  border-color: var(--btn-primary-hover-bg);
}
.facetwp-type-pager .facetwp-hidden {
  pointer-events: none;
  opacity: 0.5;
  display: none;
}

.facetwp-facet.facetwp-type-search {
  display: block;
  background-color: rgba(239, 240, 244, 0.5);
  border-radius: 8px;
  padding: var(--spacing-lg) var(--spacing-md);
  margin-bottom: 32px;
}
.facetwp-facet.facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  left: 15px;
  right: inherit;
  opacity: 1;
}
.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon:before {
  background: url("/en/wp-content/uploads/2025/09/search-icon.svg") no-repeat center;
  transform: none !important;
  animation: none !important;
}
.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-search {
  width: 100%;
  padding: 12px 20px 12px 55px;
  border: 1px solid var(--Grey);
  font-family: var(--Font-Family-Body);
  border-radius: 4px;
  background: var(--White);
  font-size: var(--Font-Size-Paragraph-f-size);
  line-height: var(--Line-Height-f-size-md);
  font-weight: var(--Font-Weight-Light);
}
.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-search:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-search::-moz-placeholder {
  color: #B4B4B4;
}
.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-search::placeholder {
  color: #B4B4B4;
}

.count-section {
  margin-bottom: 20px;
  gap: 50px;
}
@media (max-width: 992px) {
  .count-section {
    display: block !important;
  }
  .count-section > div {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.count-section .result-count {
  min-width: 200px;
  display: flex;
  justify-content: flex-end;
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-sm);
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: var(--Black);
}
.count-section .result-count .facetwp-counts {
  display: inline-block;
}
.count-section .facetwp-selections ul {
  margin: 0px;
  padding-left: 0px;
}
.count-section .facetwp-selections ul li .facetwp-selection-label {
  display: none;
}
.count-section .facetwp-selections ul li .facetwp-selection-value {
  position: relative;
  background-color: #FFEEB9;
  padding: 5px 35px 5px 10px;
  border-radius: 100px;
  color: var(--Paragraph-text, #233232);
  font-family: var(--Font-Family-Body, Lexend);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: 500;
  line-height: var(--Line-Height-f-size-xs);
  margin-bottom: 10px;
  background-image: none;
}
.count-section .facetwp-selections ul li .facetwp-selection-value::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/en/wp-content/uploads/2025/09/filter-close.svg") no-repeat center/contain;
}

.bottom-result-count {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--Black);
}

.Sidebar-section h2 {
  color: var(--Heading-Color-1);
  font-size: var(--Font-Size-f-size-xxl);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Line-Height-f-size-xxl);
  margin-bottom: var(--spacing-md);
}
.Sidebar-section .filter-section {
  border-radius: var(--border-radius-border-radius-mid, 8px);
  background: rgba(239, 240, 244, 0.5);
  padding: var(--spacing-lg) var(--spacing-md);
}
.Sidebar-section .filter-section .facetwp-facet {
  margin-bottom: var(--spacing-xl);
}
.Sidebar-section .filter-section > .ct-div-block {
  border-bottom: 1px solid var(--Light-Gray);
  width: 100%;
  margin-top: var(--spacing-xl);
}
.Sidebar-section .filter-section > .ct-div-block .filter-title {
  color: var(--Heading-Color-1);
  font-size: var(--Font-Size-f-size-lg);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-f-size-lg);
  margin-bottom: var(--spacing-xs);
}
.Sidebar-section .filter-section > .ct-div-block .facetwp-type-checkboxes .checked .facetwp-display-value {
  font-weight: 700;
}
.Sidebar-section .filter-section > .ct-div-block:first-child {
  margin-top: 0px;
}
.Sidebar-section .filter-section > .ct-div-block:last-child {
  border-bottom: none;
}
.Sidebar-section .filter-section > .ct-div-block:last-child .facetwp-facet {
  margin-bottom: 0px;
}

.facetwp-facet .facetwp-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
  cursor: pointer;
  background-image: none !important;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .facetwp-facet .facetwp-checkbox {
    margin-bottom: 8px;
  }
}
.facetwp-facet .facetwp-checkbox .facetwp-display-value {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  padding-right: 0px;
  font-weight: 400;
}

.facetwp-facet .facetwp-counter {
  margin-left: 0px;
  color: var(--Dark-Grey, #5C6A6B);
  font-size: var(--Font-Size-f-size-xxs);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-f-size-xxs);
}

.facetwp-facet .facetwp-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border: 1px solid #5C6A6B;
  border-radius: 4px;
  background: #fff;
}

.facetwp-facet .facetwp-checkbox.checked::before {
  background: #ffffff url("/en/wp-content/uploads/2025/09/check.svg") no-repeat center/12px 12px;
}

.supreme-video-modal-wrapper .supreme-resource__card {
  position: relative;
}
.supreme-video-modal-wrapper .supreme-resource__card-video-indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  width: clamp(32px, 5vw, 48px);
  height: clamp(32px, 5vw, 48px);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  pointer-events: none;
}
.supreme-video-modal-wrapper .supreme-resource__card-video-indicator svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}
.supreme-video-modal-wrapper .supreme-resource__card:hover .supreme-resource__card-video-indicator {
  background: rgba(255, 0, 0, 0.9);
  transform: scale(1.1);
}
.supreme-video-modal-wrapper .supreme-resource__card.video-trigger {
  cursor: pointer;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.video-modal--active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.video-modal__container {
  position: relative;
  width: min(90%, 1000px);
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  z-index: 100000;
}
.video-modal__close {
  position: fixed;
  top: clamp(15px, 3vh, 25px);
  right: clamp(15px, 3vw, 25px);
  width: clamp(36px, 4vw, 44px);
  height: clamp(36px, 4vw, 44px);
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100001;
  transition: all 0.3s ease;
}
.video-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.video-modal__close svg {
  width: 60%;
  height: 60%;
}
.video-modal__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.video-modal__video-wrapper iframe,
.video-modal__video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
}
.video-modal__loading:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

body.modal-open {
  overflow: hidden !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .video-modal__container {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .video-modal__video-wrapper {
    height: 100vh;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-modal__video-wrapper iframe,
  .video-modal__video-wrapper video {
    position: relative;
    max-height: 100vh;
  }
}
@media print {
  .video-modal,
  .supreme-resource__card-video-indicator {
    display: none !important;
  }
}
.filter-section .ct-shortcode {
  width: 100%;
}

.facetwp-facet-media_hub_date .facetwp-checkbox .mh-year-text {
  display: none;
}
.facetwp-facet-media_hub_date .facetwp-checkbox.mh-year {
  font-weight: 600;
  position: relative;
}
.facetwp-facet-media_hub_date .facetwp-checkbox.mh-year .mh-angle-icon {
  display: inline-block;
  margin-left: 8px;
  font-size: 30px;
  transition: transform 0.3s ease;
  color: #666;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}
.facetwp-facet-media_hub_date .facetwp-checkbox.mh-year .mh-angle-icon:hover {
  color: #333;
}
.facetwp-facet-media_hub_date .facetwp-checkbox.mh-year.is-open .mh-angle-icon {
  transform: rotate(180deg);
}
.facetwp-facet-media_hub_date .facetwp-checkbox.mh-month {
  margin-left: 30px;
  font-size: 0.95rem;
  opacity: 0.9;
}
.facetwp-facet-media_hub_date .facetwp-checkbox.mh-month:hover {
  opacity: 1;
}

:root {
  --spacing-xxxs: 3px;
  --spacing-xxs: 5px;
  --spacing-xs: 10px;
  --spacing-sm: 15px;
  --spacing-md: 20px;
  --spacing-lg: 24px;
  --spacing-xl: 30px;
  --spacing-xxl: 60px;
  --spacing-3xl: 80px;
  --spacing-4xl: 120px;
  --spacing-5xl: 140px;
  --spacing-6xl: 190px;
  --container-spacing: 40px;
}
@media (max-width: 767px) {
  :root {
    --spacing-xxxs: 2px;
    --spacing-xxs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 10px;
    --spacing-md: 15px;
    --spacing-lg: 18px;
    --spacing-xl: 20px;
    --spacing-xxl: 30px;
    --spacing-3xl: 54px;
    --spacing-4xl: 60px;
    --spacing-5xl: 80px;
    --spacing-6xl: 190px;
    --container-spacing: 15px;
  }
}

.oxy-supreme-elements-about-section {
  width: 100%;
}

.oxy-supreme-elements-latest-insights {
  width: 100%;
}

.oxy-supreme-elements-upcoming-events {
  width: 100%;
}

.oxy-supreme-home-events {
  width: 100%;
}

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

h1 {
  color: var(--Lunit-Teal);
}

.supreme-investor-section-wrapper {
  padding: var(--spacing-4xl) 0;
  position: relative;
  background: var(--White);
}

.supreme-investor-section-wrapper.bg-grey {
  background: var(--Lightest-Gray);
}

.supreme-investor-section-wrapper:has(.supreme-investor-hero[data-background=gradient-blue]) {
  background: radial-gradient(12.63% 30.43% at 0% 0%, rgba(0, 201, 234, 0.2) 0%, rgba(0, 201, 234, 0) 100%);
}

.supreme-investor-section-wrapper.bg-gradient-blue {
  background: radial-gradient(12.63% 30.43% at 0% 0%, rgba(0, 201, 234, 0.2) 0%, rgba(0, 201, 234, 0) 100%);
}

.supreme-investor-section-wrapper.bg-gray {
  background: var(--Lightest-Gray);
}

.black-infobox.supreme-investor-section-wrapper {
  background: var(--Black);
}
.black-infobox .supreme-investor-hero__heading--dark-grey {
  color: var(--White);
}
.black-infobox .supreme-investor-hero__description {
  color: var(--White);
}
.black-infobox .supreme-investor-hero__video-wrapper::before, .black-infobox .supreme-investor-hero__video-wrapper::after {
  content: unset;
}

.supreme-investor-hero {
  /* Subscribe Section */
}
.supreme-investor-hero__main-heading {
  max-width: 1440px;
  display: flex;
  margin: 0 auto;
  margin-bottom: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-investor-hero__main-heading {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}
.supreme-investor-hero__main-heading--center {
  text-align: center;
  justify-content: center;
}
.supreme-investor-hero__main-heading--left {
  justify-content: left;
  text-align: left;
}
.supreme-investor-hero__main-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  margin: 0;
  max-width: 1040px;
  text-wrap: balance;
}
.supreme-investor-hero__main-title--black {
  color: var(--Black);
}
.supreme-investor-hero__main-title--dark-grey {
  color: var(--Heading-Color-1);
}
.supreme-investor-hero__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-investor-hero__container {
    padding: 0px var(--container-spacing);
    gap: calc(var(--spacing-xl) + 10px);
  }
}
@media (max-width: 992px) {
  .supreme-investor-hero__container {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
}
.supreme-investor-hero__container--row {
  flex-direction: row;
}
.supreme-investor-hero__container--row .supreme-investor-hero__content {
  width: 46%;
  max-width: 677px;
}
.supreme-investor-hero__container--row .supreme-investor-hero__image-wrapper {
  width: 54%;
  max-width: 705px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--row {
    flex-direction: column;
  }
  .supreme-investor-hero__container--row .supreme-investor-hero__content,
  .supreme-investor-hero__container--row .supreme-investor-hero__image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.supreme-investor-hero__container--column {
  flex-direction: column;
  align-items: stretch;
  gap: var(--spacing-xl);
  width: 100%;
  max-width: 664px;
}
.supreme-investor-hero__container--column .supreme-investor-hero__content,
.supreme-investor-hero__container--column .supreme-investor-hero__image-wrapper {
  width: 100%;
  max-width: 100%;
}
.supreme-investor-hero__container--row.supreme-investor-hero__container--align-top {
  align-items: flex-start;
}
.supreme-investor-hero__container--row.supreme-investor-hero__container--align-center {
  align-items: center;
}
.supreme-investor-hero__container--content-left-image-right {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--content-left-image-right {
    flex-direction: column;
  }
}
.supreme-investor-hero__container--image-left-content-right {
  flex-direction: row;
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--image-left-content-right {
    flex-direction: column;
  }
}
.supreme-investor-hero__container--no-image {
  justify-content: center;
}
.supreme-investor-hero__container--no-image .supreme-investor-hero__content {
  width: 100%;
  max-width: 677px;
}
.supreme-investor-hero__container--no-image .supreme-investor-hero__image-wrapper {
  display: none;
}
.supreme-investor-hero__container--no-image.supreme-investor-hero__container--content-align-left {
  justify-content: flex-start;
}
.supreme-investor-hero__container--no-image.supreme-investor-hero__container--content-align-left .supreme-investor-hero__content {
  text-align: left;
}
.supreme-investor-hero__container--no-image.supreme-investor-hero__container--content-align-center {
  justify-content: center;
}
.supreme-investor-hero__container--no-image.supreme-investor-hero__container--content-align-center .supreme-investor-hero__content {
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.supreme-investor-hero__container--no-image.supreme-investor-hero__container--content-align-center .supreme-investor-hero__content .supreme-investor-hero__description-section {
  align-items: center;
}
.supreme-investor-hero__container--no-image.supreme-investor-hero__container--content-align-center .supreme-investor-hero__content .supreme-investor-hero__description-section .supreme-investor-hero__description {
  text-align: center;
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--no-image {
    justify-content: center;
  }
  .supreme-investor-hero__container--no-image .supreme-investor-hero__content {
    text-align: center;
  }
}
.supreme-investor-hero__container--two-sections {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--spacing-4xl);
  max-width: 1440px;
  position: relative;
}
.supreme-investor-hero__container--two-sections::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--Grey);
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--two-sections::after {
    content: unset;
  }
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--two-sections {
    flex-direction: column;
    gap: var(--spacing-4xl);
  }
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section--first {
  max-width: calc(50% - var(--spacing-lg));
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--first {
    max-width: 100%;
    gap: var(--spacing-xl);
  }
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section--second {
  max-width: calc(50% - var(--spacing-lg));
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--second {
    max-width: 100%;
    gap: var(--spacing-xl);
  }
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section--image-top-content-bottom .supreme-investor-hero__content {
  order: 2;
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section--image-top-content-bottom .supreme-investor-hero__image-wrapper {
  order: 1;
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section--content-top-image-bottom .supreme-investor-hero__content {
  order: 1;
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--content-top-image-bottom .supreme-investor-hero__content {
    order: 2;
  }
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section--content-top-image-bottom .supreme-investor-hero__image-wrapper {
  order: 2;
}
@media (max-width: 992px) {
  .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--content-top-image-bottom .supreme-investor-hero__image-wrapper {
    order: 1;
  }
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section .supreme-investor-hero__content {
  width: 100%;
}
.supreme-investor-hero__container--two-sections .supreme-investor-hero__section .supreme-investor-hero__image-wrapper {
  width: 100%;
}
@media (max-width: 1280px) {
  .supreme-investor-hero__container--two-sections .supreme-investor-hero__secondary-ctas {
    flex-direction: column;
    gap: var(--spacing-md);
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (: ) {
  .supreme-investor-hero__container--two-sections {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
  .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--first, .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--second {
    max-width: 100%;
  }
}
.supreme-investor-hero__image-wrapper {
  line-height: 0px;
}
.supreme-investor-hero__video-wrapper {
  line-height: 0px;
  max-width: 706px;
  max-height: 460px;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.supreme-investor-hero__video-wrapper.video-playing {
  cursor: default;
}
.supreme-investor-hero__video-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.7px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.supreme-investor-hero__video-wrapper::before {
  content: "";
  position: absolute;
  width: 0.7px;
  height: 100%;
  background: #ffffff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.supreme-investor-hero__video {
  width: 100%;
  height: auto;
  max-width: 706px;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.supreme-investor-hero__video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.supreme-investor-hero__video-play-icon svg {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.supreme-investor-hero__video-play-icon.hidden {
  opacity: 0;
  visibility: hidden;
}
.supreme-investor-hero__embed-wrapper {
  line-height: 0px;
  max-width: 706px;
  max-height: 460px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.supreme-investor-hero__embed-wrapper iframe,
.supreme-investor-hero__embed-wrapper video {
  width: 100%;
  height: auto;
  max-width: 706px;
  max-height: 460px;
  display: block;
}
.supreme-investor-hero__section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.supreme-investor-hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .supreme-investor-hero__content {
    flex: 1;
  }
}
.supreme-investor-hero__heading {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  margin: 0;
  text-wrap: balance;
}
.supreme-investor-hero__heading--black {
  color: var(--Black);
}
.supreme-investor-hero__heading--dark-grey {
  color: var(--Heading-Color-1);
}
.supreme-investor-hero__short-description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Darker-Gray);
  margin-bottom: 10px;
  width: 100%;
}
.supreme-investor-hero__description-section {
  display: flex;
  flex-direction: column;
}
.supreme-investor-hero__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: 0;
  width: 100%;
}
.supreme-investor-hero__description p {
  margin: 0 0 15px;
}
.supreme-investor-hero__description p:last-child {
  margin-bottom: 0;
}
.supreme-investor-hero__cta-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  max-width: 610px;
  margin-top: var(--spacing-xxl);
}
@media (max-width: 767px) {
  .supreme-investor-hero__cta-section {
    max-width: 100%;
  }
}
.supreme-investor-hero__primary-cta {
  padding: var(--spacing-xs) var(--spacing-xl);
  border-radius: 100px;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-sm);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  transition: var(--btn-transition);
  align-self: flex-start;
}
@media (max-width: 767px) {
  .supreme-investor-hero__primary-cta {
    align-self: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.supreme-investor-hero__secondary-ctas {
  display: flex;
  gap: var(--spacing-xxl);
  margin-left: var(--spacing-xl);
}
@media (max-width: 1480px) {
  .supreme-investor-hero__secondary-ctas {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .supreme-investor-hero__secondary-ctas {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 360px) {
  .supreme-investor-hero__secondary-ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm);
  }
}
.supreme-investor-hero__secondary-cta {
  background: transparent;
  color: var(--text);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-sm);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.supreme-investor-hero__secondary-cta span svg circle {
  transition: all 0.3s ease-in-out;
}
.supreme-investor-hero__secondary-cta span svg path {
  transition: all 0.3s ease-in-out;
}
.supreme-investor-hero__secondary-cta:hover span svg circle {
  fill: var(--Lunit-Teal);
  transition: all 0.3s ease-in-out;
}
.supreme-investor-hero__secondary-cta:hover span svg path {
  stroke: var(--Black);
  transition: all 0.3s ease-in-out;
}
.supreme-investor-hero__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.supreme-investor-hero__image-wrapper {
  border-radius: var(--spacing-md);
}
@media (max-width: 992px) {
  .supreme-investor-hero__image-wrapper {
    flex: 1;
  }
}
.supreme-investor-hero__image {
  width: 100%;
  height: 100%;
  border-radius: var(--spacing-md);
  -o-object-fit: cover;
     object-fit: cover;
}
.supreme-investor-hero__image-caption {
  margin: var(--spacing-sm) 10px 0;
  color: var(--text);
  text-align: center;
}
.supreme-investor-hero__image-caption--left {
  text-align: left;
}
.supreme-investor-hero__image-caption--center {
  text-align: center;
}
@media (max-width: 992px) {
  .supreme-investor-hero__image-caption {
    text-align: left;
  }
}
.supreme-investor-hero__subscribe {
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-investor-hero__subscribe {
    max-width: 100%;
  }
}
.supreme-investor-hero__subscribe-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-lg);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-lg);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-investor-hero__subscribe-form {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
}
.supreme-investor-hero__gravity-form {
  width: 100%;
  position: relative;
}
.supreme-investor-hero__gravity-form .gform_wrapper {
  max-width: 100%;
  margin: 0;
}
.supreme-investor-hero__gravity-form .gform_wrapper form {
  position: relative;
  max-width: 465px;
}
@media (max-width: 1200px) {
  .supreme-investor-hero__gravity-form .gform_wrapper form {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .supreme-investor-hero__gravity-form .gform_wrapper form {
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .supreme-investor-hero__gravity-form .gform_wrapper form {
    max-width: 340px;
  }
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield {
  margin-bottom: 0;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield .gfield_label {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Medium);
  color: var(--Heading-Color-1);
  margin-bottom: var(--spacing-xs);
  display: block;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=email],
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=text] {
  width: 100%;
  height: 100%;
  max-width: 409px;
  padding: var(--spacing-xs) var(--spacing-xs);
  border: 1px solid var(--Grey);
  border-radius: 4px;
  background: var(--White);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  font-weight: var(--Font-Weight-Light);
  color: var(--Darker-Gray);
  outline: none;
  transition: border-color 0.3s ease;
  box-shadow: unset;
}
@media (max-width: 1200px) {
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=email],
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=text] {
    max-width: 344px;
  }
}
@media (max-width: 767px) {
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=email],
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=text] {
    max-width: 304px;
  }
}
@media (max-width: 480px) {
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=email],
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=text] {
    max-width: 280px;
  }
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=email]:focus,
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=text]:focus {
  border-color: unset;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder, .supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder {
  color: var(--Grey);
  opacity: 1;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=email]::placeholder,
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield input[type=text]::placeholder {
  color: var(--Grey);
  opacity: 1;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield .ginput_container_consent .gfield_consent_description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  color: var(--Darker-Gray);
  line-height: 1.4;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield .ginput_container_consent input[type=checkbox] {
  margin-right: var(--spacing-xs);
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gform_fields {
  gap: var(--spacing-md);
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield-choice-input {
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid var(--Dark-Grey);
  background: var(--White);
  cursor: pointer;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gfield-choice-input:focus {
  outline: none;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_body .gform-field-label {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Light);
  color: var(--text);
  margin-bottom: 0;
  margin-left: 10px;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_footer {
  margin-top: 0px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 46px;
  height: 46px;
}
@media (max-width: 1200px) {
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_footer {
    top: 3px;
    width: 38px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_footer {
    top: 0px;
  }
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_footer input[type=image] {
  width: 46px;
  height: 46px;
  background: var(--Black);
  color: var(--White);
  border: none;
  border-radius: 100px;
  padding: 10px;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Medium);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 1200px) {
  .supreme-investor-hero__gravity-form .gform_wrapper .gform_footer input[type=image] {
    width: 38px;
    height: 30px;
  }
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_footer input[type=image]:hover {
  background: var(--Lunit-Teal);
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_footer input[type=image]:focus {
  outline: none;
}
.supreme-investor-hero__gravity-form .gform_wrapper .validation_message {
  color: var(--Orange-Darker);
  font-family: var(--font-family-subheads-body, Lexend);
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_validation_errors:focus {
  outline: none;
}
.supreme-investor-hero__gravity-form .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: var(--Orange-Darker);
  font-family: var(--font-family-subheads-body, Lexend);
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
}
.supreme-investor-hero__thank-you-message {
  width: 100%;
  padding: var(--spacing-lg);
  background: rgba(32, 211, 64, 0.1);
  border-radius: 8px;
  border: 1px solid var(--Brand-Colors-Primary-Adenine-Green);
  text-align: center;
}
.supreme-investor-hero__thank-you-message .thank-you-content h4 {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-lg);
  font-weight: var(--Font-Weight-SemiBold);
  color: var(--Brand-Colors-Primary-Adenine-Green);
  margin: 0 0 var(--spacing-sm) 0;
}
.supreme-investor-hero__thank-you-message .thank-you-content p {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Regular);
  color: var(--Darker-Gray);
  margin: 0;
  line-height: 1.5;
}
.supreme-investor-hero__thank-you-message .reset-form {
  margin-top: var(--spacing-md);
  background: transparent;
  border: 1px solid var(--Brand-Colors-Primary-Adenine-Green);
  color: var(--Brand-Colors-Primary-Adenine-Green);
  padding: var(--spacing-xs) var(--spacing-md);
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  transition: all 0.3s ease;
}
.supreme-investor-hero__thank-you-message .reset-form:hover {
  background: var(--Brand-Colors-Primary-Adenine-Green);
  color: var(--White);
}
.supreme-investor-hero__form-container {
  position: relative;
  width: 100%;
}
.supreme-investor-hero__subscribe-input-wrapper {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  width: 100%;
}
.supreme-investor-hero__subscribe-input {
  flex: 1;
  padding: var(--spacing-xs) var(--spacing-xs);
  border: 1px solid var(--Grey);
  border-radius: 4px;
  background: var(--White);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Darker-Gray);
  outline: none;
  transition: border-color 0.3s ease;
}
.supreme-investor-hero__subscribe-input:focus {
  border-color: unset;
}
.supreme-investor-hero__subscribe-input::-moz-placeholder {
  color: var(--Grey);
  opacity: 1;
}
.supreme-investor-hero__subscribe-input::placeholder {
  color: var(--Grey);
  opacity: 1;
}
.supreme-investor-hero__subscribe-button {
  width: 46px;
  height: 46px;
  background: var(--Black);
  border: none;
  border-radius: 100px;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .supreme-investor-hero__subscribe-button {
    width: 30px;
    height: 30px;
  }
}
.supreme-investor-hero__subscribe-button svg {
  width: 23px;
  height: 24px;
}
@media (max-width: 767px) {
  .supreme-investor-hero__subscribe-button svg {
    width: 10px;
    height: 20px;
  }
}
.supreme-investor-hero__subscribe-button svg path {
  stroke-width: 2px;
  stroke: var(--White);
}
.supreme-investor-hero__subscribe-button:hover {
  background: var(--Lunit-Teal);
}
.supreme-investor-hero__subscribe-button:hover svg path {
  stroke: var(--Black);
}
.supreme-investor-hero__subscribe-button.loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.supreme-investor-hero__subscribe-button.loading svg {
  animation: spin 1s linear infinite;
}
.supreme-investor-hero__subscribe-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.supreme-investor-hero__subscribe-button:disabled:hover {
  background: var(--Black);
}
.supreme-investor-hero__subscribe-button:disabled:hover svg path {
  stroke: var(--White);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.supreme-investor-hero__subscribe-consent {
  width: 100%;
}
.supreme-investor-hero__consent-wrapper {
  display: flex;
  gap: var(--spacing-xs);
  align-items: flex-start;
  cursor: pointer;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xs);
  color: var(--Darker-Gray);
}
.supreme-investor-hero__consent-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.supreme-investor-hero__consent-checkmark {
  width: 20px;
  height: 20px;
  background: var(--White);
  border: 1px solid var(--Dark-Grey);
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.supreme-investor-hero__consent-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid var(--Darker-Gray);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.supreme-investor-hero__consent-checkbox:checked ~ .supreme-investor-hero__consent-checkmark {
  background: var(--White);
}
.supreme-investor-hero__consent-checkbox:checked ~ .supreme-investor-hero__consent-checkmark::after {
  display: block;
}
.supreme-investor-hero__consent-text {
  color: var(--Darker-Gray);
}
.supreme-investor-hero__privacy-link {
  text-decoration: underline;
  text-underline-position: from-font;
}
.supreme-investor-hero__privacy-link:hover {
  text-decoration: underline;
}

.bg-gradient .supreme-investor-hero__heading {
  color: var(--Black);
}

.disable-right-border .supreme-investor-hero__container--two-sections::after {
  content: unset;
}
.disable-right-border .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--first {
  max-width: 610px;
}
@media (max-width: 1399px) {
  .disable-right-border .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--first {
    max-width: 48%;
  }
}
@media (max-width: 992px) {
  .disable-right-border .supreme-investor-hero__container--two-sections .supreme-investor-hero__section--first {
    max-width: 100%;
  }
}

/**
 * Lunit Infobox Privacy Policy Popup Styles
 * 
 * Custom modal styles for the privacy policy popup in Lunit Infobox
 * Based on the team modal design but with privacy-specific modifications
 */
.lunit-privacy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.lunit-privacy-modal.modal-show {
  display: flex !important;
}
.lunit-privacy-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.lunit-privacy-modal__content {
  position: relative;
  border-radius: 0;
  max-width: 1023px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
}
@media (max-width: 1480px) {
  .lunit-privacy-modal__content {
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .lunit-privacy-modal__content {
    max-width: 95vw;
    max-height: 95vh;
  }
}
.lunit-privacy-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  background: transparent;
  border: none;
  width: 47px;
  height: 47px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--Black);
}
.lunit-privacy-modal__close img {
  width: 27px;
  height: 27px;
}
@media (max-width: 767px) {
  .lunit-privacy-modal__close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.lunit-privacy-modal__container {
  display: flex;
  gap: 60px;
  padding: 60px 43px 60px 43px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.lunit-privacy-modal__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background: url(/en/wp-content/plugins/supreme-general-plugin/images/team-popup-pattern.svg);
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  .lunit-privacy-modal__container::after {
    background-size: 80% 100%;
  }
}
.lunit-privacy-modal__container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(12.57% 14.64% at 100.05% 99.95%, #FFE205 0%, rgba(255, 194, 5, 0) 100%), radial-gradient(14.07% 19.78% at 100.05% 99.95%, #56C14D 0%, rgba(86, 193, 77, 0) 100%), radial-gradient(25.2% 37.22% at 100.05% 99.95%, #00C9EA 20.01%, rgba(0, 201, 234, 0.1) 66.15%, rgba(0, 201, 234, 0) 100%), #FFF;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .lunit-privacy-modal__container::before {
    background: radial-gradient(20.57% 8.64% at 100.05% 99.95%, #FFE205 0%, rgba(255, 194, 5, 0) 100%), radial-gradient(24.07% 7.78% at 100.05% 99.95%, #56C14D 0%, rgba(86, 193, 77, 0) 100%), radial-gradient(45.2% 17.22% at 100.05% 99.95%, #00C9EA 20.01%, rgba(0, 201, 234, 0.1) 66.15%, rgba(0, 201, 234, 0) 100%), #FFF;
  }
}
@media (max-width: 992px) {
  .lunit-privacy-modal__container {
    flex-direction: column;
    gap: 30px;
    padding: 60px 20px;
  }
}
.lunit-privacy-modal__info-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .lunit-privacy-modal__info-section {
    width: 100%;
    padding-right: 0;
  }
}
.lunit-privacy-modal__info-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  height: 100%;
}
.lunit-privacy-modal__member-details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 800px;
}
@media (max-width: 992px) {
  .lunit-privacy-modal__member-details {
    max-width: 100%;
  }
}
.lunit-privacy-modal__name {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.lunit-privacy-modal__bio {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--text);
  margin-bottom: 20px;
}
.lunit-privacy-modal__bio p {
  margin: 0 0 16px 0;
}
.lunit-privacy-modal__bio p:last-child {
  margin-bottom: 0;
}
.lunit-privacy-modal__bio p:nth-child(3) {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .lunit-privacy-modal__bio p:nth-child(3) {
    margin-bottom: 16px;
  }
}

body.modal-open {
  overflow: hidden !important;
}

.supreme-investor-hero {
  transition: filter 0.3s ease;
}

.submit-icon {
  background: url("/en/wp-content/uploads/2025/10/investors-submit-arrow.svg") no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease;
}
.submit-icon:hover {
  transform: scale(1.1);
}

.lunit-hero {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.lunit-hero--has-bg-image {
  background-image: var(--hero-bg-image);
  background-size: var(--hero-bg-size, auto);
  background-position: var(--hero-bg-position, 100% 30%);
  background-repeat: no-repeat;
  transition: background-position 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .lunit-hero--has-bg-image {
    background-size: var(--hero-bg-size-tablet, var(--hero-bg-size, auto));
    background-position-y: 100%;
    background-position: var(--hero-bg-position-tablet, var(--hero-bg-position, 100% 100%));
  }
}
@media (max-width: 992px) {
  .lunit-hero--has-bg-image {
    background-size: var(--hero-bg-size-mobile, var(--hero-bg-size-tablet, var(--hero-bg-size, auto)));
    background-position: var(--hero-bg-position-mobile, var(--hero-bg-position-tablet, var(--hero-bg-position, right bottom)));
  }
}
@media (max-width: 1399px) {
  .lunit-hero .lunit-hero.lunit-hero-wrapper.lunit-hero--has-product-image:before {
    background: radial-gradient(25.58% 36.75% at 98.07% 3.74%, var(--Orange) 0%, rgba(255, 83, 33, 0.1) 62.98%, rgba(255, 83, 33, 0) 99.99%), radial-gradient(12.32% 15.96% at 0% 100%, var(--Bright-Yellow) 21.82%, rgba(255, 194, 5, 0) 100%), radial-gradient(17.05% 21.99% at 0% 100%, var(--Green) 30%, rgba(86, 193, 77, 0) 100%), radial-gradient(23.63% 32.37% at 0% 102.08%, var(--Lunit-Teal) 57.5%, rgba(0, 201, 234, 0.4) 78.36%, rgba(0, 201, 234, 0) 100%), linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 60%);
  }
}
@media (max-width: 767px) {
  .lunit-hero .lunit-hero.lunit-hero-wrapper.lunit-hero--has-product-image:before {
    background: radial-gradient(48.49% 33.36% at 102.17% 0%, #FF5321 0%, rgba(255, 83, 33, 0.1) 62.98%, rgba(255, 83, 33, 0) 99.99%), radial-gradient(15.77% 10.79% at 0% 103.15%, #FFE205 21.82%, rgba(255, 194, 5, 0) 100%), radial-gradient(18.09% 12.16% at 3.69% 101.55%, #56C14D 36.41%, rgba(86, 193, 77, 0) 100%), radial-gradient(37.82% 38.47% at 0.66% 121.84%, #00C9EA 70.62%, rgba(0, 201, 234, 0.4) 87.58%, rgba(0, 201, 234, 0) 100%), linear-gradient(165deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.1) 70%);
  }
}
.lunit-hero--has-bg-video {
  position: relative;
}
.lunit-hero__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.lunit-hero__video {
  position: absolute;
  bottom: 0%;
  right: 0%;
  min-height: 100%;
  width: 1200px;
  height: auto;
  max-width: auto;
  max-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  will-change: auto;
  backface-visibility: hidden;
  will-change: auto;
  backface-visibility: hidden;
}
@media (prefers-reduced-data: reduce) {
  .lunit-hero__video {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lunit-hero__video {
    display: none;
  }
}
.lunit-hero__video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.lunit-hero__video-background.video-error {
  background-image: var(--hero-video-poster);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lunit-hero__video-background.video-error .lunit-hero__video {
  display: none;
}
@media (max-width: 767px) {
  .lunit-hero__video-background {
    background-image: var(--hero-video-poster-mobile, var(--hero-video-poster));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .lunit-hero__video-background .lunit-hero__video {
    display: none;
  }
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lunit-hero--has-bg-embed {
  position: relative;
}
.lunit-hero__embed-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.lunit-hero__embed-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
.lunit-hero__embed-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .lunit-hero__embed-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .lunit-hero__embed-container iframe {
    width: 177.78vh;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .lunit-hero__embed-container {
    display: none;
  }
}
.lunit-hero__embed-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lunit-hero__embed-poster {
    z-index: 1;
  }
}
.lunit-hero__embed-play-button {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.lunit-hero__embed-play-button:hover {
  opacity: 1;
  transform: scale(1.1);
}
.lunit-hero__embed-play-button svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.lunit-hero--embed-ready .lunit-hero__embed-poster {
  display: none;
}
@media (max-width: 767px) {
  .lunit-hero--has-mobile-bg-image {
    background-image: var(--hero-bg-image-mobile);
    background-size: cover;
    background-position: 0% 100%;
    background-repeat: no-repeat;
  }
}
.lunit-hero--dark .lunit-hero__content {
  max-width: 839px;
  margin-bottom: 1px;
}
.lunit-hero--dark .lunit-hero__content .lunit-single-post-hero__back-link {
  margin-bottom: 24px;
}
.lunit-hero--dark .lunit-hero__content .lunit-single-post-hero__back-link .back-to-list-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--White);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.lunit-hero--dark .lunit-hero__content .lunit-single-post-hero__back-link .back-to-list-link:hover {
  opacity: 0.8;
}
.lunit-hero--dark .lunit-hero__content .lunit-single-post-hero__back-link .back-to-list-link svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.lunit-hero--dark .lunit-hero__content .lunit-single-post-hero__back-link .back-to-list-link span {
  white-space: nowrap;
}
.lunit-hero--dark .lunit-hero__content .lunit-single-post-hero__meta {
  display: flex;
  gap: 24px;
  color: var(--White);
}
.lunit-hero--dark .lunit-hero__content .lunit-single-post-hero__social-sharing .social-sharing-links .social-link {
  color: var(--White);
}
.lunit-hero--dark .lunit-hero__text-group {
  max-width: 100%;
}
.lunit-hero--dark .lunit-hero__headline {
  color: var(--White);
}
.lunit-hero--dark .lunit-hero__subheading {
  color: var(--White);
}
.lunit-hero--dark .lunit-hero__description {
  color: var(--White);
  max-width: 100%;
}
.lunit-hero--dark .lunit-hero__description p {
  margin: 0;
  margin-bottom: var(--spacing-sm);
}
.lunit-hero--dark .lunit-hero__description p:last-child {
  margin-bottom: 0;
}
.lunit-hero--light .lunit-hero__headline {
  color: var(--Heading-Color-1);
}
.lunit-hero--light .lunit-hero__subheading {
  color: var(--Heading-Color-2);
}
.lunit-hero--light .lunit-hero__description {
  color: var(--text);
}
.lunit-hero__container {
  position: relative;
  z-index: 10;
  top: -29px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1480px) {
  .lunit-hero__container {
    padding: 0px var(--container-spacing);
  }
}
.lunit-hero__hero-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  width: 100%;
}
.lunit-hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  max-width: 1104px;
  width: 100%;
}
.lunit-hero__product-layout {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-3xl);
  width: 100%;
}
@media (max-width: 992px) {
  .lunit-hero__product-layout {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .lunit-hero__product-layout {
    flex-direction: column-reverse;
    gap: var(--spacing-xxl);
  }
}
.lunit-hero__content-column {
  max-width: 679px;
  width: 50%;
  padding-top: var(--spacing-xxl);
}
@media (max-width: 1399px) {
  .lunit-hero__content-column {
    padding-top: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .lunit-hero__content-column {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .lunit-hero__content-column {
    width: 100%;
    padding-top: 0;
  }
}
.lunit-hero__product-column {
  width: 50%;
  max-width: 670px;
}
@media (max-width: 992px) {
  .lunit-hero__product-column {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .lunit-hero__product-column {
    width: 100%;
  }
}
.lunit-hero__product-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lunit-hero__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lunit-hero__headline {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-5xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-5xl);
  margin: 0;
  text-wrap: balance;
}
.lunit-hero__text-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  max-width: 915px;
}
.lunit-hero__subheading {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxl);
  margin: 0;
}
.lunit-hero__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  margin: 0;
  text-wrap: balance;
  max-width: 90%;
}
@media (max-width: 1480px) {
  .lunit-hero__description {
    max-width: 68%;
  }
}
@media (max-width: 992px) {
  .lunit-hero__description {
    text-wrap: auto;
    max-width: 100%;
  }
}
.lunit-hero__buttons {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 767px) {
  .lunit-hero__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lunit-hero__logos {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: var(--spacing-xl);
}
@media (max-width: 767px) {
  .lunit-hero__logos {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-lg);
  }
}
.lunit-hero__logo-item {
  display: flex;
  align-items: center;
}
.lunit-hero__logo-item img {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}
.lunit-hero__logo-item a {
  display: flex;
  align-items: center;
}
.lunit-hero__logo-item a:hover img {
  opacity: 0.8;
}
.lunit-hero__caption {
  margin-bottom: 0;
  max-width: 560px;
}
.lunit-hero__caption p {
  margin-bottom: var(--spacing-sm);
}
.lunit-hero__caption p:last-child {
  margin-bottom: 0;
}
.lunit-hero.lunit-hero-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  bottom: 0px;
  left: 0px;
}
.lunit-hero.lunit-hero-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  z-index: 2;
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--light {
  background-color: #fff;
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--light::before {
  background: radial-gradient(25.58% 36.75% at 98.07% 3.74%, var(--Orange) 0%, rgba(255, 83, 33, 0.1) 62.98%, rgba(255, 83, 33, 0) 99.99%), radial-gradient(17.32% 24.96% at 0% 100%, var(--Bright-Yellow) 21.82%, rgba(255, 194, 5, 0) 100%), radial-gradient(24.05% 48.99% at 0% 100%, var(--Green) 30%, rgba(86, 193, 77, 0) 100%), radial-gradient(36.63% 58.37% at 0% 102.08%, var(--Lunit-Teal) 57.5%, rgba(0, 201, 234, 0.4) 78.36%, rgba(0, 201, 234, 0) 100%), linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 110%);
  background-repeat: no-repeat;
  background-position: 100% 0%;
}
@media (max-width: 1399px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--light::before {
    background: radial-gradient(25.58% 36.75% at 98.07% 3.74%, var(--Orange) 0%, rgba(255, 83, 33, 0.1) 62.98%, rgba(255, 83, 33, 0) 99.99%), radial-gradient(17.32% 24.96% at 0% 100%, var(--Bright-Yellow) 21.82%, rgba(255, 194, 5, 0) 100%), radial-gradient(24.05% 48.99% at 0% 100%, var(--Green) 30%, rgba(86, 193, 77, 0) 100%), radial-gradient(36.63% 58.37% at 0% 102.08%, var(--Lunit-Teal) 57.5%, rgba(0, 201, 234, 0.4) 78.36%, rgba(0, 201, 234, 0) 100%), linear-gradient(90deg, rgb(255, 255, 255) 26%, rgba(255, 255, 255, 0) 110%);
  }
}
@media (max-width: 767px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--light::before {
    background: radial-gradient(48.49% 33.36% at 102.17% 0%, #FF5321 0%, rgba(255, 83, 33, 0.1) 62.98%, rgba(255, 83, 33, 0) 99.99%), radial-gradient(23.77% 21.79% at 0% 103.15%, #FFE205 21.82%, rgba(255, 194, 5, 0) 100%), radial-gradient(33.09% 26.16% at 3.69% 101.55%, #56C14D 36.41%, rgba(86, 193, 77, 0) 100%), radial-gradient(52.82% 57.47% at 0.66% 121.84%, #00C9EA 70.62%, rgba(0, 201, 234, 0.4) 87.58%, rgba(0, 201, 234, 0) 100%), linear-gradient(90deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.5) 110%);
  }
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--light::after {
  content: "";
  background: url(/en/wp-content/plugins/supreme-general-plugin/images/Light-Banner-Pattern.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
}
@media (max-width: 1200px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--light::after {
    background-size: 80%;
  }
}
@media (max-width: 767px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--light::after {
    background: url(/en/wp-content/plugins/supreme-general-plugin/images/Light-Banner-Pattern-mobile.svg);
    width: 100%;
    height: 86px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    left: unset;
    right: 0px;
  }
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--light .lunit-hero__caption {
  color: var(--text);
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--light.lunit-hero--has-product-image {
  padding-bottom: 71px;
}
@media (max-width: 1200px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--light.lunit-hero--has-product-image {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--light.lunit-hero--has-product-image {
    padding-bottom: 71px;
  }
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--dark {
  background-color: black;
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--dark::before {
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background: radial-gradient(13.94% 25.53% at 98.99% 1.65%, #FF5321 0%, rgba(255, 83, 33, 0.1) 63%, rgba(255, 83, 33, 0) 100%), radial-gradient(26.73% 50.43% at 0% 100%, rgba(86, 193, 77, 0.8) 24.23%, rgba(0, 201, 234, 0.5) 47.44%, rgba(0, 201, 234, 0) 85.64%), linear-gradient(90deg, #1B1B1B 33.45%, rgba(27, 27, 27, 0) 130%);
}
@media (min-width: 1920px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--dark::before {
    background: radial-gradient(13.94% 25.53% at 98.99% 1.65%, #FF5321 0%, rgba(255, 83, 33, 0.1) 63%, rgba(255, 83, 33, 0) 100%), radial-gradient(20.73% 50.43% at 0% 100%, rgba(86, 193, 77, 0.8) 24.23%, rgba(0, 201, 234, 0.5) 47.44%, rgba(0, 201, 234, 0) 85.64%), linear-gradient(90deg, #1B1B1B 50.45%, rgba(27, 27, 27, 0) 130%);
  }
}
@media (max-width: 992px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--dark::before {
    background: radial-gradient(24.84% 25.53% at 103% 0.65%, #FF5321 0%, rgba(255, 83, 33, 0.1) 63%, rgba(255, 83, 33, 0) 100%), radial-gradient(28.73% 33.43% at 0% 100%, rgba(86, 193, 77, 0.8) 24.23%, rgba(0, 201, 234, 0.5) 47.44%, rgba(0, 201, 234, 0) 81.64%), linear-gradient(90deg, #1B1B1B 33.45%, rgba(27, 27, 27, 0) 130%);
  }
}
@media (max-width: 767px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--dark::before {
    background: radial-gradient(42.94% 22.53% at 105.99% 0.65%, #FF5321 0%, rgba(255, 83, 33, 0.1) 63%, rgba(255, 83, 33, 0) 100%), radial-gradient(44.73% 33.43% at 0% 100%, rgba(86, 193, 77, 0.8) 24.23%, rgba(0, 201, 234, 0.5) 47.44%, rgba(0, 201, 234, 0) 81.64%), linear-gradient(90deg, #1B1B1B 33.45%, rgba(27, 27, 27, 0) 130%);
  }
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--dark::after {
  content: "";
  background: url(/en/wp-content/plugins/supreme-general-plugin/images/Dark-Banner-Pattern.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
}
@media (max-width: 1200px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--dark::after {
    background-size: 70%;
  }
}
@media (max-width: 767px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--dark::after {
    background-size: 100%;
  }
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--dark .lunit-hero__caption {
  color: var(--White);
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--has-product-image .lunit-hero__container .lunit-hero__headline {
  font-size: var(--Font-Size-f-size-5xl);
  line-height: var(--Line-Height-f-size-5xl);
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--has-product-image .lunit-hero__container .lunit-hero__description {
  max-width: 100%;
}
.lunit-hero.lunit-hero-wrapper.lunit-hero--has-product-image::after {
  content: "";
  background: url(/en/wp-content/plugins/supreme-general-plugin/images/Light-Banner-Product-Pattern.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
}
@media (max-width: 767px) {
  .lunit-hero.lunit-hero-wrapper.lunit-hero--has-product-image::after {
    background: url(/en/wp-content/plugins/supreme-general-plugin/images/Light-Banner-Pattern-mobile.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}

section .lunit-hero.lunit-hero-wrapper.lunit-hero--light {
  padding: 230px 0 275px;
}
@media (max-width: 1200px) {
  section .lunit-hero.lunit-hero-wrapper.lunit-hero--light {
    padding: 211px 0px 200px;
  }
}
@media (max-width: 992px) {
  section .lunit-hero.lunit-hero-wrapper.lunit-hero--light {
    padding: 147px 0px 118px;
  }
}
@media (max-width: 767px) {
  section .lunit-hero.lunit-hero-wrapper.lunit-hero--light {
    padding: 119px 0px 118px;
  }
}
section .lunit-hero.lunit-hero-wrapper.lunit-hero--light .lunit-hero__headline {
  font-size: var(--Font-Size-f-size-6xl);
  line-height: var(--Line-Height-f-size-6xl);
  max-width: 1080px;
}
section .lunit-hero.lunit-hero-wrapper.lunit-hero--dark {
  padding-top: 245px;
  padding-bottom: 191px;
}
@media (max-width: 1200px) {
  section .lunit-hero.lunit-hero-wrapper.lunit-hero--dark {
    padding: 211px 0px 200px;
  }
}
@media (max-width: 992px) {
  section .lunit-hero.lunit-hero-wrapper.lunit-hero--dark {
    padding: 147px 0px 118px;
  }
}
@media (max-width: 767px) {
  section .lunit-hero.lunit-hero-wrapper.lunit-hero--dark {
    padding: 119px 0px 95px;
  }
}

.supreme-lunit-benefits-wrapper {
  padding: var(--spacing-4xl) 0;
  position: relative;
}

.supreme-lunit-benefits__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1480px) {
  .supreme-lunit-benefits__container {
    padding: 0 var(--container-spacing);
  }
}
.supreme-lunit-benefits__header {
  width: 100%;
  text-align: center;
  margin-bottom: var(--spacing-xxl);
}
.supreme-lunit-benefits__header--left {
  text-align: left;
}
.supreme-lunit-benefits__header--center {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.supreme-lunit-benefits__section-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxxl);
  color: var(--Heading-Color-2);
  margin: 0 0 var(--spacing-xl) 0;
}
.supreme-lunit-benefits__section-description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Heading-Color-1);
  margin: 0;
  max-width: 1000px;
}
.supreme-lunit-benefits__section-description p {
  margin: 0;
  line-height: inherit;
}
.supreme-lunit-benefits__cards {
  display: flex;
  gap: var(--spacing-xl);
  width: 100%;
  align-items: stretch;
}
.supreme-lunit-benefits__cards--4 .supreme-lunit-benefits__card {
  width: calc(25% - var(--spacing-xl) * 3 / 4);
  max-width: 350px;
}
@media (min-width: 993px) {
  .supreme-lunit-benefits__cards--4 .supreme-lunit-benefits__card {
    width: calc(50% - var(--spacing-xl) / 2);
  }
}
@media (max-width: 992px) {
  .supreme-lunit-benefits__cards--4 .supreme-lunit-benefits__card {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 993px) {
  .supreme-lunit-benefits__cards--4 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.supreme-lunit-benefits__cards--3 .supreme-lunit-benefits__card {
  width: calc(33.333% - var(--spacing-xl) * 2 / 3);
  max-width: 460px;
}
@media (max-width: 992px) {
  .supreme-lunit-benefits__cards--3 .supreme-lunit-benefits__card {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .supreme-lunit-benefits__cards {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.supreme-lunit-benefits__card {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(239, 240, 244, 0.1);
  border-top: 1px solid var(--Lunit-Teal);
  border-radius: 0;
  padding: var(--spacing-xxl) var(--spacing-xl) var(--spacing-xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  transition: all 0.3s ease;
  flex: 1;
}
@media (max-width: 992px) {
  .supreme-lunit-benefits__card {
    width: 100%;
    max-width: 100%;
    padding: var(--spacing-lg);
  }
}
.supreme-lunit-benefits__card-icon {
  width: 90px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.supreme-lunit-benefits__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.supreme-lunit-benefits__card-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  width: 100%;
}
.supreme-lunit-benefits__card-title {
  font-family: var(--Font-Family-Heading, "Clash Grotesk Variable");
  font-size: var(--Font-Size-f-size-xl, 32px);
  font-weight: var(--Font-Weight-Regular, 400);
  line-height: var(--Line-Height-f-size-xl, 40px);
  color: var(--Heading-Color-2, #233232);
  margin: 0;
}
.supreme-lunit-benefits__card-description {
  font-family: var(--Font-Family-Body, "Lexend");
  font-size: var(--Font-Size-f-size-md, 20px);
  font-weight: var(--Font-Weight-Light, 300);
  line-height: var(--Line-Height-f-size-md, 28px);
  color: var(--Heading-Color-1, #151515);
  margin: 0;
}
.supreme-lunit-benefits__card-description p {
  margin: 0 0 var(--spacing-xs);
}
.supreme-lunit-benefits__card-description ul {
  padding-left: 0px;
  margin: 20px 0 0;
  list-style: none;
}
.supreme-lunit-benefits__card-description ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .supreme-lunit-benefits__card {
    width: 100%;
    padding: var(--spacing-lg) var(--spacing-md);
  }
}
.supreme-lunit-solutions-wrapper {
  padding: var(--spacing-4xl) 0;
  position: relative;
  background: var(--White);
}

.supreme-lunit-solutions__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3xl);
}
@media (max-width: 1480px) {
  .supreme-lunit-solutions__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
@media (max-width: 992px) {
  .supreme-lunit-solutions__container {
    gap: var(--spacing-xxl);
  }
}
.supreme-lunit-solutions__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  text-align: center;
  text-wrap: balance;
}
.supreme-lunit-solutions__main-heading {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
  text-align: center;
}
.supreme-lunit-solutions__grid {
  display: grid;
  gap: var(--spacing-xxl, 60px);
  width: 100%;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1190px;
}
.supreme-lunit-solutions__grid--1 {
  grid-template-columns: 1fr;
  max-width: 545px;
  margin: 0 auto;
}
.supreme-lunit-solutions__grid--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1795px;
}
@media (max-width: 1399px) {
  .supreme-lunit-solutions__grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.supreme-lunit-solutions__grid--4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 2400px;
}
@media (min-width: 993px) {
  .supreme-lunit-solutions__grid--4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1190px;
  }
}
.supreme-lunit-solutions__grid--5 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1795px;
}
@media (max-width: 1399px) {
  .supreme-lunit-solutions__grid--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.supreme-lunit-solutions__grid--6 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1795px;
}
@media (max-width: 1399px) {
  .supreme-lunit-solutions__grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .supreme-lunit-solutions__grid {
    grid-template-columns: 1fr;
    max-width: 545px;
    margin: 0 auto;
  }
}
.supreme-lunit-solutions__card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
  max-width: 545px;
  position: relative;
}
@media (max-width: 992px) {
  .supreme-lunit-solutions__card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-lunit-solutions__card {
    flex-direction: column-reverse;
  }
}
.supreme-lunit-solutions__card.card_light_gradient .supreme-lunit-solutions__solution-title {
  color: var(--White);
}
.supreme-lunit-solutions__card.card_light_gradient .supreme-lunit-solutions__solution-description {
  color: var(--White);
}
.supreme-lunit-solutions__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.supreme-lunit-solutions__card-icon img {
  width: auto;
  max-width: 120px;
}
.supreme-lunit-solutions__card-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs, 10px);
  align-items: center;
  text-align: center;
  z-index: 1;
}
.supreme-lunit-solutions__solution-title {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Heading-Color-2);
  margin: 0;
  text-align: center;
}
.supreme-lunit-solutions__solution-description {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: 0;
  text-align: center;
}
.supreme-lunit-solutions__card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.supreme-lunit-solutions__card-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transition: transform 0.3s ease;
}
.supreme-lunit-solutions__disclaimer {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-f-size-xs);
  color: var(--Dark-Grey);
  margin-top: var(--spacing-sm);
  text-align: center;
}

.supreme-leadership-principles {
  position: relative;
  width: 100%;
}
.supreme-leadership-principles__container {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1480px) {
  .supreme-leadership-principles__container {
    padding: 0 var(--container-spacing);
  }
}
.supreme-leadership-principles__content {
  height: 100%;
}
.supreme-leadership-principles__header {
  margin-bottom: var(--spacing-4xl);
  max-width: 1092px;
}
@media (max-width: 767px) {
  .supreme-leadership-principles__header {
    max-width: 100%;
  }
}
.supreme-leadership-principles__header--center {
  text-align: center;
}
.supreme-leadership-principles__header--center h2 {
  margin: 0 auto;
}
.supreme-leadership-principles__header h2 {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--text);
  margin-bottom: var(--spacing-xl);
}
.supreme-leadership-principles__description {
  font-family: var(--Font-Family-Secondary);
  font-size: var(--Font-Size-Paragraph-f-size);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-Paragraph-line-height);
  color: var(--text);
  margin: 0;
  max-width: 948px;
}
.supreme-leadership-principles__description p {
  margin: 0;
}
.supreme-leadership-principles__header--center .supreme-leadership-principles__description {
  margin-left: auto;
  margin-right: auto;
}
.supreme-leadership-principles__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-leadership-principles__grid {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xxl);
  align-items: start;
  margin-top: var(--spacing-xxl);
}
@media (max-width: 767px) {
  .supreme-leadership-principles__grid {
    flex-direction: column-reverse;
  }
}
.supreme-leadership-principles__grid--image-left {
  flex-direction: row;
}
@media (max-width: 767px) {
  .supreme-leadership-principles__grid--image-left {
    flex-direction: column;
  }
}
.supreme-leadership-principles__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  width: 53%;
  max-width: 734px;
}
@media (max-width: 767px) {
  .supreme-leadership-principles__list {
    width: 100%;
    max-width: 100%;
  }
}
.supreme-leadership-principles__item {
  background: linear-gradient(90deg, rgba(207, 214, 215, 0.5) 0%, rgba(239, 240, 244, 0.5) 100%);
  border-radius: var(--btn-radius-mid);
  transition: all 0.3s ease-in-out;
}
.supreme-leadership-principles__item--expanded .supreme-leadership-principles__icon--plus, .supreme-leadership-principles__item--active .supreme-leadership-principles__icon--plus {
  opacity: 0;
  transform: rotate(90deg);
}
.supreme-leadership-principles__item--expanded .supreme-leadership-principles__icon--minus, .supreme-leadership-principles__item--active .supreme-leadership-principles__icon--minus {
  opacity: 1;
  transform: rotate(0);
}
.supreme-leadership-principles__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-xl);
  gap: 43px;
  text-align: left;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--Heading-Color-1);
}
@media (max-width: 767px) {
  .supreme-leadership-principles__trigger {
    gap: var(--spacing-xl);
  }
}
.supreme-leadership-principles__item-content {
  flex: 1;
  min-width: 0;
}
.supreme-leadership-principles__item-heading {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  max-width: 563px;
}
@media (max-width: 992px) {
  .supreme-leadership-principles__item-heading {
    max-width: 90%;
  }
}
.supreme-leadership-principles__principle-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xl);
}
.supreme-leadership-principles__principle-content {
  height: 100%;
  padding: 5px var(--spacing-sm) var(--spacing-lg) var(--spacing-xl);
  max-width: 96%;
}
@media (max-width: 992px) {
  .supreme-leadership-principles__principle-content {
    max-width: 90%;
  }
}
.supreme-leadership-principles__principle-content ul {
  padding-left: 20px;
  margin: 0;
}
.supreme-leadership-principles__principle-content ul li {
  margin-bottom: 20px;
}
.supreme-leadership-principles__principle-content ul li:last-child {
  margin-bottom: 0;
}
.supreme-leadership-principles__principle-category {
  font-size: var(--Font-Size-Paragraph-f-size);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Paragraph-line-height);
  color: var(--Heading-Color-2);
  margin: 0;
}
.supreme-leadership-principles__item-icon {
  position: relative;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .supreme-leadership-principles__item-icon {
    width: 31px;
    height: 28px;
  }
}
.supreme-leadership-principles__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.supreme-leadership-principles__icon--plus {
  opacity: 1;
  transform: rotate(0);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.supreme-leadership-principles__icon--plus svg circle, .supreme-leadership-principles__icon--plus svg line {
  transition: all 0.3s ease-in-out;
}
.supreme-leadership-principles__icon--plus:hover svg circle, .supreme-leadership-principles__icon--plus:hover svg line {
  stroke: rgb(0, 201, 234);
  transition: all 0.3s ease-in-out;
}
.supreme-leadership-principles__icon--minus {
  opacity: 0;
  transform: rotate(-90deg);
  z-index: 0;
}
.supreme-leadership-principles__icon-bg {
  position: absolute;
  inset: 0;
  background-color: var(--Lightest-Gray);
  border-radius: 50%;
  opacity: 0.2;
}
.supreme-leadership-principles__content {
  font-size: var(--Font-Size-Paragraph-f-size);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-Paragraph-line-height);
  color: var(--text);
  margin: 0;
}
.supreme-leadership-principles__content[data-active=true] {
  display: block;
}
.supreme-leadership-principles__image {
  width: 44.9%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--Shadow-Light);
  max-width: 100%;
  position: relative;
  line-height: 0px;
}
@media (max-width: 767px) {
  .supreme-leadership-principles__image {
    width: 100%;
    max-width: 100%;
  }
}
.supreme-leadership-principles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supreme-principles-section {
  padding: var(--spacing-4xl) 0;
}
.supreme-principles-section.bg-gradient {
  background: radial-gradient(20.29% 23.7% at -3.78% -5.6%, #FF5321 0%, rgba(255, 83, 33, 0) 100%), radial-gradient(11.11% 11.07% at 100% 100%, #FFE205 11.58%, rgba(255, 194, 5, 0) 100%), radial-gradient(12.84% 15.33% at 100% 100%, #56C14D 0%, rgba(86, 193, 77, 0) 100%), radial-gradient(15.72% 17.05% at 100% 100%, #00C9EA 0%, rgba(0, 201, 234, 0.4) 63%, rgba(0, 201, 234, 0) 100%), #FFF;
}
@media (max-width: 992px) {
  .supreme-principles-section.bg-gradient {
    background: radial-gradient(20.29% 11.7% at 0.22% -3.6%, #FF5321 0%, rgba(255, 83, 33, 0) 100%), radial-gradient(17.11% 5.07% at 100% 100%, #FFE205 11.58%, rgba(255, 194, 5, 0) 100%), radial-gradient(16.84% 8.33% at 100% 100%, #56C14D 0%, rgba(86, 193, 77, 0) 100%), radial-gradient(23.72% 8.05% at 100% 100%, #00C9EA 0%, rgba(0, 201, 234, 0.4) 63%, rgba(0, 201, 234, 0) 100%), #FFF;
  }
}
.supreme-principles-section.bg-grey {
  background: var(--Lightest-Gray);
}

.lunit-technology {
  position: relative;
  background: radial-gradient(12.35% 25.47% at 0% 0.02%, rgba(0, 201, 234, 0.2) 0%, rgba(0, 201, 234, 0) 100%), radial-gradient(15.93% 21.86% at 100.03% 100%, rgba(255, 226, 5, 0.4) 25.07%, rgba(255, 194, 5, 0) 100%), radial-gradient(22.08% 46.4% at 100% 100.02%, rgba(86, 193, 77, 0.2) 38.34%, rgba(86, 193, 77, 0) 100%), radial-gradient(20.18% 47.2% at 100% 100.02%, rgba(0, 201, 234, 0.2) 42.37%, rgba(0, 201, 234, 0.08) 85.04%, rgba(0, 201, 234, 0) 100%), #EFF0F4;
  padding: var(--spacing-4xl) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lunit-technology {
    background: radial-gradient(34.01% 23.63% at 1.87% 0.73%, rgba(0, 201, 234, 0.2) 0%, rgba(0, 201, 234, 0) 100%), radial-gradient(30.02% 30.84% at 100.03% 100%, rgba(255, 226, 5, 0.4) 0.22%, rgba(255, 194, 5, 0) 100%), radial-gradient(44.78% 25.99% at 100% 100%, rgba(86, 193, 77, 0.2) 37.2%, rgba(86, 193, 77, 0) 100%), radial-gradient(59.73% 38.36% at 100% 100%, rgba(0, 201, 234, 0.2) 28.61%, rgba(0, 201, 234, 0.08) 69.54%, rgba(0, 201, 234, 0) 100%), #EFF0F4;
  }
}
.lunit-technology--gray-bg {
  background: var(--Lightest-Gray);
}
.lunit-technology--white-gradient {
  background: radial-gradient(12.35% 25.47% at 0% 0.02%, rgba(0, 201, 234, 0.2) 0%, rgba(0, 201, 234, 0) 100%), radial-gradient(15.93% 21.86% at 100.03% 100%, rgba(255, 226, 5, 0.4) 25.07%, rgba(255, 194, 5, 0) 100%), radial-gradient(22.08% 46.4% at 100% 100.02%, rgba(86, 193, 77, 0.2) 38.34%, rgba(86, 193, 77, 0) 100%), radial-gradient(20.18% 47.2% at 100% 100.02%, rgba(0, 201, 234, 0.2) 42.37%, rgba(0, 201, 234, 0.08) 85.04%, rgba(0, 201, 234, 0) 100%), #FFFFFF;
}
@media (max-width: 767px) {
  .lunit-technology--white-gradient {
    background: radial-gradient(34.01% 23.63% at 1.87% 0.73%, rgba(0, 201, 234, 0.2) 0%, rgba(0, 201, 234, 0) 100%), radial-gradient(30.02% 30.84% at 100.03% 100%, rgba(255, 226, 5, 0.4) 0.22%, rgba(255, 194, 5, 0) 100%), radial-gradient(44.78% 25.99% at 100% 100%, rgba(86, 193, 77, 0.2) 37.2%, rgba(86, 193, 77, 0) 100%), radial-gradient(59.73% 38.36% at 100% 100%, rgba(0, 201, 234, 0.2) 28.61%, rgba(0, 201, 234, 0.08) 69.54%, rgba(0, 201, 234, 0) 100%), #FFFFFF;
  }
}
.lunit-technology__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1480px) {
  .lunit-technology__container {
    padding: 0px var(--container-spacing);
  }
}
.lunit-technology__content {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 767px) {
  .lunit-technology__content {
    gap: var(--spacing-lg);
  }
}
.lunit-technology__heading {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Black);
  text-align: center;
  margin: 0;
  width: 100%;
  max-width: 1000px;
  text-wrap: balance;
}
.lunit-technology__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xxl);
  width: 100%;
}
@media (max-width: 767px) {
  .lunit-technology__body {
    gap: var(--spacing-xxl);
  }
}
.lunit-technology__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  max-width: 900px;
  width: 100%;
}
@media (max-width: 767px) {
  .lunit-technology__text {
    gap: var(--spacing-md);
  }
}
.lunit-technology__text ul {
  margin: 0px;
}
.lunit-technology__paragraph {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  text-align: center;
  margin: 0;
}
.lunit-technology__button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .lunit-technology .btn {
    padding: var(--spacing-xs) var(--spacing-lg);
  }
}
@media (max-width: 992px) {
  .lunit-technology__content {
    max-width: 100%;
  }
  .lunit-technology__text {
    max-width: 100%;
  }
}

@media (max-width: 1480px) {
  .supreme-lunit-technology-hero {
    padding: 0 var(--container-spacing);
  }
}
@media (max-width: 767px) {
  .supreme-lunit-technology-hero {
    padding: 0;
  }
}

.lunit-technology-hero {
  position: relative;
  background: var(--Black);
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  border-radius: var(--spacing-lg);
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lunit-technology-hero::after {
  content: "";
  position: absolute;
  background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(90deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1399px) {
  .lunit-technology-hero::after {
    background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(90deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero::after {
    background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(90deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%);
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero::after {
    z-index: 2;
    background: radial-gradient(41% 24% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%);
  }
}
@media (max-width: 1399px) {
  .lunit-technology-hero--has-video::after {
    background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(360deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero--has-video::after {
    background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(360deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%);
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero--has-video::after {
    z-index: 1;
    background: radial-gradient(41% 24% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%);
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero--has-video::before {
    z-index: 1 !important;
  }
}
.lunit-technology-hero::before {
  content: "";
  position: absolute;
  background-image: url(/en/wp-content/plugins/supreme-general-plugin/images/suprebox-bottom-pattern.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 170px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .lunit-technology-hero::before {
    background-size: 70%;
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero::before {
    background-image: url(/en/wp-content/plugins/supreme-general-plugin/images/suprebox-bottom-pattern-mobile.svg);
    background-size: auto;
    right: unset;
    background-position: right bottom;
    right: 0;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero {
    border-radius: 0;
  }
}
@media (max-width: 1399px) {
  .lunit-technology-hero {
    width: 100%;
    max-width: 100%;
    background-position: right bottom !important;
    padding: var(--spacing-3xl) 0 350px;
    min-height: auto;
    background-size: 49%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero {
    padding: var(--spacing-3xl) 0 250px;
  }
}
@media (max-width: 1399px) {
  .lunit-technology-hero--has-video {
    padding: var(--spacing-3xl) 0 !important;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero--has-video .lunit-technology-hero__content {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero--has-video .lunit-technology-hero__row {
    flex-direction: column-reverse;
    gap: var(--spacing-xl);
  }
}
@media (max-width: 1399px) {
  .lunit-technology-hero--grid-layout {
    padding: var(--spacing-3xl) 0 !important;
  }
}
.lunit-technology-hero--grid-layout .lunit-technology-hero__container {
  padding-right: 110px;
}
@media (max-width: 1439px) {
  .lunit-technology-hero--grid-layout .lunit-technology-hero__container {
    padding-right: var(--spacing-xxl);
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero--grid-layout .lunit-technology-hero__content {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero--grid-layout .lunit-technology-hero__grid-row {
    flex-direction: column-reverse;
    gap: var(--spacing-xxl);
  }
}
.lunit-technology-hero--grid-layout .lunit-technology-hero__grid-row .lunit-technology-hero__content {
  width: 60%;
  max-width: 736px;
}
@media (max-width: 992px) {
  .lunit-technology-hero--grid-layout .lunit-technology-hero__grid-row .lunit-technology-hero__content {
    width: 100%;
    max-width: 100%;
  }
}
.lunit-technology-hero--text_layout {
  display: flex;
  padding: var(--spacing-3xl) 0;
}
@media (max-width: 767px) {
  .lunit-technology-hero--text_layout {
    padding: var(--spacing-3xl) 0 !important;
  }
}
.lunit-technology-hero--text_layout::before {
  background-size: 40%;
  right: -20px;
}
@media (max-width: 992px) {
  .lunit-technology-hero--text_layout::before {
    background-size: 50%;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero--text_layout::before {
    background-size: 60%;
    right: -20px;
  }
}
.lunit-technology-hero--text_layout .lunit-technology-hero__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lunit-technology-hero--text_layout .lunit-technology-hero__content {
  max-width: 1100px;
  padding: 0;
}
.lunit-technology-hero--text_layout .lunit-technology-hero__header {
  max-width: 100%;
}
.lunit-technology-hero--text_layout .lunit-technology-hero__body {
  max-width: 100%;
}
@media (max-width: 767px) {
  .lunit-technology-hero {
    background-image: none !important;
    padding: var(--spacing-4xl) 0 0;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
}
.lunit-technology-hero__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-xxl);
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .lunit-technology-hero__container {
    padding: 0 var(--spacing-lg);
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero__container {
    padding: 0 var(--container-spacing);
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.lunit-technology-hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-xxl);
  width: 100%;
}
@media (max-width: 992px) {
  .lunit-technology-hero__row {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
}
.lunit-technology-hero__video-column {
  flex: 0 0 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .lunit-technology-hero__video-column {
    flex: 0 0 400px;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero__video-column {
    flex: 0 0 auto;
    width: 100%;
  }
}
.lunit-technology-hero__grid-column {
  width: 40%;
  max-width: 423px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .lunit-technology-hero__grid-column {
    width: 100%;
    max-width: 100%;
  }
}
.lunit-technology-hero__grid-image {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .lunit-technology-hero__grid-image {
    max-width: 300px;
  }
}
.lunit-technology-hero__grid-image img {
  max-width: 100%;
  border-radius: 8px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lunit-technology-hero__content {
  max-width: 1112px;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  position: relative;
  z-index: 3;
}
.lunit-technology-hero__row .lunit-technology-hero__content {
  max-width: none;
}
@media (max-width: 992px) {
  .lunit-technology-hero__content {
    max-width: 100%;
    padding: 0 0 var(--spacing-4xl);
    border-radius: 0;
  }
  .lunit-technology-hero__row .lunit-technology-hero__content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero__content {
    max-width: 100%;
    padding: 0;
  }
}
.lunit-technology-hero__header {
  max-width: 900px;
  width: 100%;
}
@media (max-width: 992px) {
  .lunit-technology-hero__header {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero__header {
    max-width: 100%;
  }
}
.lunit-technology-hero__heading {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--White);
  margin: 0;
  text-wrap: balance;
}
.lunit-technology-hero__subheading {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--White);
  margin: var(--spacing-md) 0 0 0;
  text-wrap: balance;
}
.lunit-technology-hero__body {
  max-width: 736px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1399px) {
  .lunit-technology-hero__body {
    max-width: 90%;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero__body {
    max-width: 100%;
    gap: var(--spacing-3xl);
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero__body {
    max-width: 100%;
    gap: var(--spacing-3xl);
  }
}
.lunit-technology-hero__text {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
}
.lunit-technology-hero__text p {
  margin: 0 0 var(--spacing-sm) 0;
}
.lunit-technology-hero__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lunit-technology-hero__text {
    font-size: var(--Font-Size-f-size-md);
    line-height: var(--Line-Height-f-size-md);
  }
}
.lunit-technology-hero__button-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lunit-technology-hero .btn {
    padding: var(--spacing-xs) var(--spacing-lg);
  }
}
.lunit-technology-hero__gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 300px;
  mix-blend-mode: screen;
  opacity: 1;
  z-index: 1;
}
.lunit-technology-hero__gradient-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .lunit-technology-hero__content {
    max-width: 100%;
  }
  .lunit-technology-hero__header {
    max-width: 100%;
  }
  .lunit-technology-hero__body {
    max-width: 100%;
    gap: var(--spacing-lg);
  }
}
.lunit-technology-hero__mobile-image {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  .lunit-technology-hero__mobile-image {
    width: 100%;
    margin-top: var(--spacing-lg);
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero__mobile-image {
    display: flex;
    width: 100%;
    margin-top: var(--spacing-lg);
    z-index: 1;
    align-items: end;
    text-align: right;
    justify-content: flex-end;
  }
}
.lunit-technology-hero__mobile-image img {
  width: 85%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.lunit-technology-hero__mobile-image img[src*=mobile] {
  max-width: 320px;
}
.lunit-technology-hero__video-trigger {
  position: relative;
  width: 500px;
  height: 350px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 3;
  pointer-events: auto;
  border-radius: var(--spacing-md);
}
@media (max-width: 1399px) {
  .lunit-technology-hero__video-trigger {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero__video-trigger {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .lunit-technology-hero__video-trigger {
    height: 300px;
  }
}
.lunit-technology-hero__video-trigger:hover .lunit-technology-hero__video-trigger-icon {
  transform: translate(-50%, -50%) scale(1.1);
}
.lunit-technology-hero__video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.lunit-technology-hero__video-trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
  pointer-events: none;
}
.lunit-technology-hero__video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xl);
}
.lunit-technology-hero__video-popup.active {
  display: flex;
}
@media (max-width: 767px) {
  .lunit-technology-hero__video-popup {
    padding: var(--spacing-md);
  }
}
.lunit-technology-hero__video-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
.lunit-technology-hero__video-popup-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 2;
}
@media (max-width: 767px) {
  .lunit-technology-hero__video-popup-content {
    width: 100%;
  }
}
.lunit-technology-hero__video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 48px;
  line-height: 1;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .lunit-technology-hero__video-popup-close {
    font-size: 36px;
    width: 36px;
    height: 36px;
  }
}
.lunit-technology-hero__video-popup-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
}
.lunit-technology-hero__popup-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lunit-technology-hero__video-content {
  width: 100%;
  max-width: 500px;
  border-radius: var(--spacing-md);
  overflow: hidden;
  background: var(--Black);
}
@media (max-width: 1399px) {
  .lunit-technology-hero__video-content {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero__video-content {
    max-width: 100%;
    border-radius: var(--spacing-xs);
  }
}
.lunit-technology-hero__video {
  width: 100%;
  height: auto;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1399px) {
  .lunit-technology-hero__video {
    min-height: 225px;
  }
}
@media (max-width: 992px) {
  .lunit-technology-hero__video {
    min-height: 200px;
  }
}
.lunit-technology-hero__embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.lunit-technology-hero__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.lunit-technology-hero__video-wrapper.lunit-technology-hero__video-bg {
  display: none;
}
.lunit-technology-hero__embed-wrapper.lunit-technology-hero__embed-bg {
  display: none;
}
.lunit-technology-hero__decorative img {
  will-change: auto;
}
.lunit-technology-hero--bg-right-top {
  background-position: right top;
}
.lunit-technology-hero--bg-right-center {
  background-position: right center;
}
.lunit-technology-hero--bg-right-bottom {
  background-position: right bottom;
}
.lunit-technology-hero--custom-position {
  background-position: var(--tech-hero-bg-position, right center);
}
.lunit-technology-hero--align-left .lunit-technology-hero__content {
  text-align: left;
}
.lunit-technology-hero--align-left .lunit-technology-hero__header {
  text-align: left;
}
.lunit-technology-hero--align-left .lunit-technology-hero__body {
  text-align: left;
}
.lunit-technology-hero--align-left .lunit-technology-hero__button-wrapper {
  text-align: left;
  justify-content: flex-start;
}
.lunit-technology-hero--align-center .lunit-technology-hero__content {
  text-align: center;
  align-items: center;
}
.lunit-technology-hero--align-center .lunit-technology-hero__header {
  text-align: center;
}
.lunit-technology-hero--align-center .lunit-technology-hero__body {
  text-align: center;
  align-items: center;
}
.lunit-technology-hero--align-center .lunit-technology-hero__button-wrapper {
  text-align: center;
  justify-content: center;
}
.lunit-technology-hero--align-center:not(.lunit-technology-hero--has-video) .lunit-technology-hero__container {
  justify-content: center;
}
.lunit-technology-hero--align-center:not(.lunit-technology-hero--has-video) .lunit-technology-hero__content {
  margin: 0 auto;
}

.insight-cxr-technology-section .lunit-technology-hero__mobile-image {
  position: relative;
}
.insight-cxr-technology-section .lunit-technology-hero__mobile-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000000 30%, rgba(27, 27, 27, 0) 70%);
  z-index: 4;
}

.lunit-testimonials {
  position: relative;
  background: var(--Black);
  padding: var(--spacing-4xl) 0 140px;
  overflow: hidden;
}
.lunit-testimonials::after {
  content: "";
  position: absolute;
  background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(90deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1399px) {
  .lunit-testimonials::after {
    background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(90deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
  }
}
@media (max-width: 992px) {
  .lunit-testimonials::after {
    background: radial-gradient(18.79% 40% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%), linear-gradient(90deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%);
  }
}
@media (max-width: 767px) {
  .lunit-testimonials::after {
    z-index: 2;
    background: radial-gradient(41% 24% at 100% 104.06%, rgba(86, 193, 77, 0.8) 10.86%, rgba(0, 201, 234, 0.5) 44.88%, rgba(0, 201, 234, 0) 68.35%);
  }
}
.lunit-testimonials::before {
  content: "";
  position: absolute;
  background-image: url(/en/wp-content/plugins/supreme-general-plugin/images/suprebox-bottom-pattern.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 170px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .lunit-testimonials::before {
    background-size: 55%;
  }
}
@media (max-width: 767px) {
  .lunit-testimonials::before {
    background-image: url(/en/wp-content/plugins/supreme-general-plugin/images/suprebox-bottom-pattern-mobile.svg);
    background-size: auto;
    right: unset;
    background-position: right bottom;
    right: 0;
    z-index: 3;
  }
}
@media (max-width: 1480px) {
  .lunit-testimonials {
    padding-left: var(--container-spacing);
    padding-right: var(--container-spacing);
  }
}
@media (max-width: 992px) {
  .lunit-testimonials {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
@media (max-width: 767px) {
  .lunit-testimonials {
    padding: var(--spacing-4xl) var(--container-spacing);
  }
}
.lunit-testimonials__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.lunit-testimonials__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.lunit-testimonials__header {
  width: 100%;
  display: flex;
  gap: var(--spacing-xl);
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 767px) {
  .lunit-testimonials__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
.lunit-testimonials__heading {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--White);
  margin: 0;
  max-width: 800px;
  text-wrap: balance;
}
.lunit-testimonials__testimonials {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing-4xl) + 7px);
  width: 100%;
}
@media (max-width: 1200px) {
  .lunit-testimonials__testimonials {
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 992px) {
  .lunit-testimonials__testimonials {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .lunit-testimonials__testimonials {
    gap: var(--spacing-4xl);
  }
}
.lunit-testimonials__testimonial {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  min-width: 0;
  max-width: 70%;
}
@media (max-width: 992px) {
  .lunit-testimonials__testimonial {
    max-width: 100%;
  }
}
.lunit-testimonials__testimonial-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.lunit-testimonials__category {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-SemiBold);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: 0;
}
.lunit-testimonials__quote {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--White);
  margin: 0;
  quotes: none;
}
.lunit-testimonials__quote p {
  margin: 0 0 var(--spacing-sm) 0;
}
.lunit-testimonials__quote p:last-child {
  margin-bottom: 0;
}
.lunit-testimonials__author {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
}
.lunit-testimonials__author--multiple-images {
  flex-direction: column;
  align-items: flex-start;
}
.lunit-testimonials__author--multiple-images .lunit-testimonials__author-images {
  gap: var(--spacing-md);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.lunit-testimonials__author-image {
  flex-shrink: 0;
  width: 92px;
  height: 92px;
  border-radius: 4.64px;
  overflow: hidden;
}
.lunit-testimonials__author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lunit-testimonials__author-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxxs);
  min-width: 0;
}
.lunit-testimonials__author-name {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xs);
  color: var(--White);
  margin: 0;
}
.lunit-testimonials__author-title {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxs);
  color: var(--White);
  margin: 0;
}
.lunit-testimonials__separator {
  width: 1px;
  background: var(--Dark-Grey);
  align-self: stretch;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .lunit-testimonials__separator {
    display: block;
    width: 100%;
    height: 1px;
  }
}
.lunit-testimonials__logos {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lunit-testimonials__logos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 89px;
  gap: var(--spacing-md);
  width: 100%;
}
@media (max-width: 992px) {
  .lunit-testimonials__logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .lunit-testimonials__logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lunit-testimonials__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 4px;
  max-width: 140px;
}
.lunit-testimonials__logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .lunit-testimonials__logo-item {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .lunit-testimonials__author-image {
    width: 72px;
    height: 72px;
  }
}
.lunit-testimonials__testimonials--slider {
  position: relative;
}
.lunit-testimonials__testimonials--slider .lunit-testimonials__testimonial,
.lunit-testimonials__testimonials--slider .lunit-testimonials__logos {
  transition: opacity 0.5s ease-in-out-in-out;
}
.lunit-testimonials__slider-nav {
  display: flex;
  gap: var(--spacing-sm);
  justify-content: flex-start;
  position: relative;
  z-index: 10;
}
.lunit-testimonials__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--White);
  border: 1px solid var(--Black);
  color: var(--Black);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 9px;
}
@media (max-width: 992px) {
  .lunit-testimonials__nav-btn {
    width: 32px;
    height: 32px;
    padding: 7px;
  }
}
.lunit-testimonials__nav-btn svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.lunit-testimonials__nav-btn:hover {
  background: var(--Lunit-Teal);
}
.lunit-testimonials__nav-btn:hover svg {
  filter: invert(1);
  transition: transform 0.3s ease-in-out;
}
.lunit-testimonials__nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.lunit-testimonials__nav-btn--prev svg {
  transform: rotate(0deg);
}
.lunit-testimonials__nav-btn--next svg {
  transform: rotate(0deg);
}

.supreme-team-section {
  padding: var(--spacing-4xl) 0;
  position: relative;
}

.supreme-team-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-team-container {
    padding: 0 var(--container-spacing);
  }
}

.supreme-team-heading {
  width: 100%;
}
.supreme-team-heading--left {
  text-align: left;
}
.supreme-team-heading--center {
  text-align: center;
}
@media (max-width: 767px) {
  .supreme-team-heading--center {
    text-align: left;
  }
}

.supreme-team-title {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  color: var(--Heading-Color-1);
  margin: 0;
}
@media (max-width: 767px) {
  .supreme-team-title {
    text-align: center;
  }
}

.supreme-team-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: var(--spacing-xs);
  flex-wrap: wrap;
  background: #eff0f4;
  border-radius: 100px;
  padding: var(--spacing-sm);
  box-sizing: border-box;
  max-width: 1397px;
}
@media (max-width: 767px) {
  .supreme-team-tabs {
    border-radius: 20px;
    padding: var(--spacing-xl);
    max-width: 100%;
  }
}
.supreme-team-tabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xs) var(--spacing-md);
  background: transparent;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-Paragraph-f-size);
  line-height: var(--Line-Height-Paragraph-f-size);
  color: var(--text);
  white-space: nowrap;
  position: relative;
}
.supreme-team-tabs__tab:hover {
  background: var(--Lunit-Teal);
  color: var(--Black);
}
.supreme-team-tabs__tab--active {
  background: var(--Lunit-Teal);
  color: var(--Black);
}

.supreme-team-grid {
  display: grid;
  -moz-column-gap: var(--spacing-xl);
       column-gap: var(--spacing-xl);
  row-gap: var(--spacing-xxl);
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
@media (min-width: 993px) {
  .supreme-team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .supreme-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xl);
  }
}

.supreme-team-card {
  max-width: 338px;
  border-radius: 8px;
  padding: 0;
  text-align: left;
  transition: all 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  cursor: pointer;
}
@media (max-width: 992px) {
  .supreme-team-card {
    margin: 0 auto;
  }
}
.supreme-team-card--clickable {
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .supreme-team-card {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
    height: auto;
  }
}
.supreme-team-card__effect {
  position: relative;
  width: 100%;
  height: auto;
}
.supreme-team-card__bg {
  border-radius: 8px 8px 0 0;
  background: var(--Light-Gray);
  max-width: 337.108px;
  width: 100%;
  height: 307px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1399px) {
  .supreme-team-card__bg {
    height: 70%;
  }
}
.supreme-team-card__photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
  flex-shrink: 0;
}
.supreme-team-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  position: relative;
  z-index: 1;
}
.supreme-team-card__gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 337.108px;
  width: 100%;
  height: 307px;
  opacity: 0;
  z-index: 0;
  background-size: 100% 200%;
  background-position: bottom;
  transition: background-position 0.8s ease, opacity 0.6s ease;
  border-radius: 8px 8px 0 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: radial-gradient(49.67% 49.67% at 56.95% 101.63%, #FFE205 40.95%, rgba(255, 226, 5, 0) 86.28%), radial-gradient(70.55% 62.96% at 92.16% 100%, #56C14D 32.94%, rgba(86, 193, 77, 0) 100%), radial-gradient(64.17% 64.17% at 50% 100%, #00C9EA 17.74%, rgba(0, 201, 234, 0) 100%), var(--Light-Gray, #CFD6D7);
}
@media (max-width: 1399px) {
  .supreme-team-card__gradient-overlay {
    height: 70%;
  }
}
.supreme-team-card:hover .supreme-team-card__gradient-overlay {
  opacity: 1;
  background-position: top;
}
.supreme-team-card__content {
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: gap 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .supreme-team-card__content {
    height: auto;
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
}
.supreme-team-card__name {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: 29px;
  line-height: 38px;
  color: var(--Heading-Color-1);
  margin: 0;
  transition: color 0.3s ease;
}
@media (max-width: 1480px) {
  .supreme-team-card__name {
    font-size: 29px;
  }
}
@media (max-width: 1399px) {
  .supreme-team-card__name {
    font-size: var(--Font-Size-f-size-xl);
    line-height: var(--Line-Height-f-size-xl);
  }
}
.supreme-team-card:hover .supreme-team-card__name {
  color: var(--Black);
}
.supreme-team-card__position {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--Heading-Color-2);
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.supreme-team-card:hover .supreme-team-card__position {
  transition: all 0.3s ease-in-out;
  color: var(--Black);
}

@media (max-width: 992px) {
  .supreme-team-card {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .supreme-team-card {
    max-width: 280px;
  }
}
.supreme-team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}
.supreme-team-modal.modal-show {
  display: flex !important;
}
.supreme-team-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.supreme-team-modal__content {
  position: relative;
  border-radius: 0;
  max-width: 1023px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
}
@media (max-width: 1480px) {
  .supreme-team-modal__content {
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .supreme-team-modal__content {
    max-width: 95vw;
    max-height: 95vh;
  }
}
.supreme-team-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  background: transparent;
  border: none;
  width: 47px;
  height: 47px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--Black, #000000);
}
.supreme-team-modal__close img {
  width: 27px;
  height: 27px;
}
@media (max-width: 767px) {
  .supreme-team-modal__close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.supreme-team-modal__container {
  display: flex;
  gap: 60px;
  padding: 60px 43px 0 43px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.supreme-team-modal__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background: url(/en/wp-content/plugins/supreme-general-plugin/images/team-popup-pattern.svg);
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  .supreme-team-modal__container::after {
    background-size: 80% 100%;
  }
}
.supreme-team-modal__container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(12.57% 14.64% at 100.05% 99.95%, #FFE205 0%, rgba(255, 194, 5, 0) 100%), radial-gradient(14.07% 19.78% at 100.05% 99.95%, #56C14D 0%, rgba(86, 193, 77, 0) 100%), radial-gradient(25.2% 37.22% at 100.05% 99.95%, #00C9EA 20.01%, rgba(0, 201, 234, 0.1) 66.15%, rgba(0, 201, 234, 0) 100%), #FFF;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .supreme-team-modal__container::before {
    background: radial-gradient(20.57% 8.64% at 100.05% 99.95%, #FFE205 0%, rgba(255, 194, 5, 0) 100%), radial-gradient(24.07% 7.78% at 100.05% 99.95%, #56C14D 0%, rgba(86, 193, 77, 0) 100%), radial-gradient(45.2% 17.22% at 100.05% 99.95%, #00C9EA 20.01%, rgba(0, 201, 234, 0.1) 66.15%, rgba(0, 201, 234, 0) 100%), #FFF;
  }
}
@media (max-width: 992px) {
  .supreme-team-modal__container {
    flex-direction: column;
    gap: 30px;
    padding: 60px 20px;
  }
}
.supreme-team-modal__image-section {
  flex-shrink: 0;
  width: 446px;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: end;
}
@media (max-width: 1439px) {
  .supreme-team-modal__image-section {
    min-height: 500px;
  }
}
@media (max-width: 992px) {
  .supreme-team-modal__image-section {
    width: 100%;
    min-height: auto;
    order: 1;
    max-width: 250px;
  }
}
.supreme-team-modal__member-photo {
  width: 100%;
  height: auto;
  position: relative;
}
.supreme-team-modal__member-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
.supreme-team-modal__info-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 432px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .supreme-team-modal__info-section {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}
.supreme-team-modal__info-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  height: 100%;
}
.supreme-team-modal__member-details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 409px;
}
@media (max-width: 992px) {
  .supreme-team-modal__member-details {
    max-width: 100%;
  }
}
.supreme-team-modal__name {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-team-modal__position {
  font-family: var(--Font-Family-Body, "Lexend");
  font-weight: var(--Font-Weight-Bold, 700);
  font-size: var(--Font-Size-Paragraph-f-size);
  line-height: var(--Line-Height-Paragraph-f-size);
  color: var(--Heading-Color-2, #233232);
  margin: 0;
}
.supreme-team-modal__social-links {
  display: flex;
  gap: 16px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.supreme-team-modal__social-links a svg path {
  transition: all 0.3s ease-in-out;
}
.supreme-team-modal__social-links a:hover svg path {
  fill: var(--Lunit-Teal);
  transition: all 0.3s ease-in-out;
}
.supreme-team-modal__bio {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--text);
  margin-bottom: 20px;
}
.supreme-team-modal__bio p {
  margin: 0 0 16px 0;
}
.supreme-team-modal__bio p:last-child {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .supreme-team-modal__bio p:last-child {
    margin-bottom: 0px;
  }
}
.supreme-team-modal__bio p:nth-child(3) {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .supreme-team-modal__bio p:nth-child(3) {
    margin-bottom: 0px;
  }
}

body.modal-open {
  overflow: hidden;
}

.supreme-lunit-partnership-logos {
  background-color: var(--Lightest-Gray);
  padding: var(--spacing-4xl) 0;
}
.supreme-lunit-partnership-logos__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3xl);
}
@media (max-width: 1480px) {
  .supreme-lunit-partnership-logos__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
.supreme-lunit-partnership-logos__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--spacing-xl);
  max-width: 1150px;
}
.supreme-lunit-partnership-logos__title {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-lunit-partnership-logos__description {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: 0;
  max-width: 100%;
}
.supreme-lunit-partnership-logos__description h3 {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  margin-bottom: var(--spacing-md);
}
.supreme-lunit-partnership-logos__logos {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .supreme-lunit-partnership-logos__logos {
    height: auto;
  }
}
.supreme-lunit-partnership-logos__logos::before, .supreme-lunit-partnership-logos__logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 54px;
  z-index: 2;
  pointer-events: none;
}
.supreme-lunit-partnership-logos__logos::before {
  left: 0;
  background: linear-gradient(to right, var(--Lightest-Gray), var(--Transparent));
}
.supreme-lunit-partnership-logos__logos::after {
  right: 0;
  background: linear-gradient(to left, var(--Lightest-Gray), var(--Transparent));
}
.supreme-lunit-partnership-logos__logos-container {
  display: flex;
  align-items: center;
  gap: var(--spacing-xxl);
  white-space: nowrap;
  will-change: transform;
}
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.supreme-lunit-partnership-logos__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  transition: all 0.3s ease;
}
.supreme-lunit-partnership-logos__logo-image {
  max-height: 100%;
  max-width: 200px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.supreme-lunit-partnership-logos__logos.is-static {
  height: auto;
  overflow: visible;
}
.supreme-lunit-partnership-logos__logos.is-static::before, .supreme-lunit-partnership-logos__logos.is-static::after {
  display: none;
}
.supreme-lunit-partnership-logos .is-static .supreme-lunit-partnership-logos__logos-container {
  display: grid;
  gap: var(--spacing-xxl);
  white-space: normal;
  will-change: auto;
  align-items: center;
  justify-items: center;
  justify-content: center;
  grid-auto-rows: 64px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1200px) {
  .supreme-lunit-partnership-logos .is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .supreme-lunit-partnership-logos .is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
}
@media (max-width: 767px) {
  .supreme-lunit-partnership-logos .is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}
@media (max-width: 480px) {
  .supreme-lunit-partnership-logos .is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--spacing-xxl);
  }
}
.supreme-lunit-partnership-logos__logos[data-logos-per-row="3"].is-static .supreme-lunit-partnership-logos__logos-container {
  grid-template-columns: repeat(3, 1fr);
}
.supreme-lunit-partnership-logos__logos[data-logos-per-row="4"].is-static .supreme-lunit-partnership-logos__logos-container {
  grid-template-columns: repeat(4, 1fr);
}
.supreme-lunit-partnership-logos__logos[data-logos-per-row="5"].is-static .supreme-lunit-partnership-logos__logos-container {
  grid-template-columns: repeat(5, 1fr);
}
.supreme-lunit-partnership-logos__logos[data-logos-per-row="6"].is-static .supreme-lunit-partnership-logos__logos-container {
  grid-template-columns: repeat(6, 1fr);
}
.supreme-lunit-partnership-logos__logos[data-logos-per-row="7"].is-static .supreme-lunit-partnership-logos__logos-container {
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.supreme-lunit-partnership-logos__logos[data-logos-per-row="8"].is-static .supreme-lunit-partnership-logos__logos-container {
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .supreme-lunit-partnership-logos__logos[data-logos-per-row].is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
    gap: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .supreme-lunit-partnership-logos__logos[data-logos-per-row].is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  .supreme-lunit-partnership-logos__logos[data-logos-per-row].is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 1200px) {
  .supreme-lunit-partnership-logos__logos[data-logos-per-row="7"].is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0px;
  }
}
@media (max-width: 1600px) {
  .supreme-lunit-partnership-logos__logos[data-logos-per-row="8"].is-static .supreme-lunit-partnership-logos__logos-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0px;
  }
}

.supreme-lunit-products {
  background: var(--Black);
  position: relative;
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
}
.supreme-lunit-products__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}
@media (max-width: 1480px) {
  .supreme-lunit-products__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
.supreme-lunit-products__heading {
  display: flex;
  justify-content: center;
  text-align: center;
}
.supreme-lunit-products__main-title {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--White);
  margin: 0;
  max-width: 945px;
  text-wrap: balance;
}
.supreme-lunit-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-xl);
  align-items: start;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(7) {
  grid-column: 1;
  grid-row: 3;
}
.supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}
.supreme-lunit-products__card-link {
  height: 100%;
}
.supreme-lunit-products__card {
  background: var(--Darker-Gray);
  border-radius: var(--spacing-md);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.supreme-lunit-products__card-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: var(--spacing-md);
  border-top-right-radius: var(--spacing-md);
  z-index: 2;
  line-height: 0px;
}
.supreme-lunit-products__card-image--icon {
  width: 150px;
  justify-content: left;
  position: relative;
  display: flex;
  align-items: center;
}
.supreme-lunit-products__card-image--icon .supreme-lunit-products__image {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.supreme-lunit-products__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.supreme-lunit-products__card-content {
  padding: var(--spacing-xl);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.supreme-lunit-products__card-title {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--White);
  margin: 0;
}
.supreme-lunit-products__card-description {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: 0;
}
.supreme-lunit-products__card-disclaimer {
  color: var(--White);
}

@media (max-width: 1200px) {
  .supreme-lunit-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(7) {
    grid-column: 1;
    grid-row: 4;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(8) {
    grid-column: 2;
    grid-row: 4;
  }
}
@media (max-width: 767px) {
  .supreme-lunit-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .supreme-lunit-products__grid {
    grid-template-columns: 1fr;
  }
  .supreme-lunit-products__grid .supreme-lunit-products__card:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }
}
.supreme-stats-wrapper {
  padding: var(--spacing-4xl) 0;
  background: transparent;
}
.supreme-stats-wrapper .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (max-width: 1480px) {
  .supreme-stats-wrapper .container {
    padding: 0 var(--container-spacing);
  }
}
.supreme-stats-wrapper .stats-header {
  text-align: center;
  margin-bottom: var(--spacing-xl);
}
.supreme-stats-wrapper .stats-header .stats-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxxl);
  color: var(--Darker-Gray);
  margin: 0;
}
@media (max-width: 767px) {
  .supreme-stats-wrapper .stats-header .stats-title {
    font-size: var(--Font-Size-f-size-xl);
    line-height: var(--Line-Height-f-size-xl);
  }
}
.supreme-stats-wrapper .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 159px;
  width: 100%;
  align-items: start;
  justify-items: center;
}
.supreme-stats-wrapper .stats-grid.stats-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.supreme-stats-wrapper .stats-grid.stats-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.supreme-stats-wrapper .stats-grid.stats-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .supreme-stats-wrapper .stats-grid.stats-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.supreme-stats-wrapper .stats-grid.stats-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1480px) {
  .supreme-stats-wrapper .stats-grid {
    gap: var(--spacing-3xl);
  }
}
@media (max-width: 1200px) {
  .supreme-stats-wrapper .stats-grid.stats-grid-4, .supreme-stats-wrapper .stats-grid.stats-grid-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-3xl);
  }
  .supreme-stats-wrapper .stats-grid.stats-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {
  .supreme-stats-wrapper .stats-grid.stats-grid-4, .supreme-stats-wrapper .stats-grid.stats-grid-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-4xl) calc(var(--spacing-4xl) + 10px);
  }
}
@media (max-width: 992px) {
  .supreme-stats-wrapper .stats-grid.stats-grid-4, .supreme-stats-wrapper .stats-grid.stats-grid-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xxl) calc(var(--spacing-xxl) + 10px);
  }
}
.supreme-stats-wrapper .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-xxs);
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .supreme-stats-wrapper .stat-item {
    align-items: center;
    text-align: center;
    max-width: 300px;
  }
}
.supreme-stats-wrapper .stat-number {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-6xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-6xl);
  color: var(--Darker-Gray);
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1480px) {
  .supreme-stats-wrapper .stat-number {
    font-size: var(--Font-Size-f-size-5xl);
    line-height: var(--Line-Height-f-size-5xl);
  }
}
@media (max-width: 767px) {
  .supreme-stats-wrapper .stat-number {
    font-size: var(--Font-Size-f-size-6xl);
    line-height: var(--Line-Height-f-size-6xl);
  }
}
.supreme-stats-wrapper .stat-line {
  height: 0;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
.supreme-stats-wrapper .stat-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -1px;
  background: var(--Grey);
  height: 1.2px;
}
@media (max-width: 767px) {
  .supreme-stats-wrapper .stat-line {
    margin: var(--spacing-xxs) 0;
  }
}
.supreme-stats-wrapper .stat-description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Black);
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .supreme-stats-wrapper .stat-description {
    font-size: var(--Font-Size-f-size-md);
    line-height: var(--Line-Height-f-size-md);
  }
}
@media (max-width: 992px) {
  .supreme-stats-wrapper {
    padding: var(--spacing-3xl) 0;
  }
}
@media (max-width: 767px) {
  .supreme-stats-wrapper {
    padding: var(--spacing-4xl) 0;
  }
}

.supreme-partnering-section {
  padding: var(--spacing-4xl) 0;
  background: var(--White);
}
.supreme-partnering-section__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-partnering-section__container {
    padding-left: var(--container-spacing);
    padding-right: var(--container-spacing);
  }
}
@media (max-width: 992px) {
  .supreme-partnering-section__container {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
@media (max-width: 767px) {
  .supreme-partnering-section__container {
    padding: var(--spacing-4xl) var(--container-spacing);
  }
}
.supreme-partnering-section__heading {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  align-items: flex-start;
}
.supreme-partnering-section__heading--left {
  align-items: flex-start;
}
.supreme-partnering-section__heading--left .supreme-partnering-section__title {
  text-align: left;
}
.supreme-partnering-section__heading--center {
  align-items: center;
}
.supreme-partnering-section__heading--center .supreme-partnering-section__title {
  text-align: center;
}
.supreme-partnering-section__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Black);
  width: 100%;
  margin: 0;
}
.supreme-partnering-section__grid {
  display: flex;
  gap: var(--spacing-xl);
  align-items: stretch;
  justify-content: left;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-partnering-section__grid {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .supreme-partnering-section__grid {
    gap: var(--spacing-lg);
  }
}
.supreme-partnering-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49%;
  max-width: 706px;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding: 245px var(--spacing-xl) var(--spacing-xl);
  border-radius: 30px;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.supreme-partnering-section__card:after, .supreme-partnering-section__card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  pointer-events: none;
}
.supreme-partnering-section__card:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 59.12%);
  opacity: 1;
}
.supreme-partnering-section__card:before {
  background: radial-gradient(30.27% 17.55% at 102.13% 100%, var(--Bright-Yellow) 16.78%, rgba(255, 194, 5, 0) 100%), radial-gradient(5.13% 10.7% at 100% 100.78%, var(--Green) 3.95%, rgba(86, 193, 77, 0) 100%), radial-gradient(41.41% 26.42% at 100.04% 100.98%, var(--Lunit-Teal) 27.51%, rgba(0, 201, 234, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 51.93%);
  opacity: 0;
  z-index: 1;
}
.supreme-partnering-section__card:hover:before {
  opacity: 1;
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .supreme-partnering-section__card {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-partnering-section__card {
    border-radius: 20px;
    padding-top: 295px;
  }
}
.supreme-partnering-section__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .supreme-partnering-section__card-bg {
    background-position: 40% 100%;
  }
}
.supreme-partnering-section__card:hover .supreme-partnering-section__card-bg {
  transform: scale(1.2);
}
.supreme-partnering-section__card:hover .supreme-partnering-section__card-decoration {
  right: -72px;
  bottom: 0px;
}
.supreme-partnering-section__card:hover .btn {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-color);
  border-color: var(--btn-primary-hover-bg);
  transition: background 0.5s, color 0.5s, border-color 0.5s;
}
.supreme-partnering-section__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: flex-start;
  width: 100%;
}
.supreme-partnering-section__card-text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: flex-start;
  width: 100%;
}
.supreme-partnering-section__card-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--White);
  width: 100%;
  margin: 0;
  text-wrap: balance;
}
.supreme-partnering-section__card-description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .supreme-partnering-section .btn {
    padding: var(--spacing-xs) var(--spacing-lg);
  }
}

@media (max-width: 992px) {
  .supreme-partnering-section {
    padding: 0;
  }
  .supreme-partnering-section__container {
    gap: var(--spacing-xl);
  }
  .supreme-partnering-section__heading {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .supreme-partnering-section__container {
    gap: var(--spacing-xxl);
  }
  .supreme-partnering-section__heading {
    gap: var(--spacing-lg);
  }
  .supreme-partnering-section__grid {
    gap: var(--spacing-lg);
  }
  .supreme-partnering-section__card-content {
    gap: var(--spacing-xl);
  }
}
.supreme-featured-news-publications {
  padding: var(--spacing-4xl) 0;
  background: var(--White);
  position: relative;
  /* container */
  /* header */
  /* heading group */
  /* title */
  /* buttons */
  /* cards row */
  /* card wrapper */
  /* single card */
  /* optional decoration on hover (kept as-is) */
  /* image */
  /* content */
  /* meta row */
  /* category pill */
  /* date */
  /* title */
  /* responsive tweaks — scoped to component */
}
.supreme-featured-news-publications__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-featured-news-publications__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__container {
    padding-right: 0px;
  }
}
@media (max-width: 1480px) {
  .supreme-featured-news-publications__container:has(.supreme-featured-news-publications__cards--4-cards) {
    padding-right: var(--container-spacing);
  }
}
.supreme-featured-news-publications__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--spacing-xxl);
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
  }
}
.supreme-featured-news-publications__heading {
  flex: 1;
  max-width: 906px;
}
.supreme-featured-news-publications__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-featured-news-publications__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: var(--spacing-xl) 0 0 0;
  max-width: 840px;
}
.supreme-featured-news-publications__buttons {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__buttons {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    gap: var(--spacing-sm);
    position: absolute;
    bottom: 120px;
    left: 17px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__buttons {
    bottom: 60px;
  }
}
@media screen and (max-width: 360px) {
  .supreme-featured-news-publications__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm);
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__buttons .btn {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    font-size: var(--Font-Size-f-size-sm);
  }
}
.supreme-featured-news-publications__cards {
  display: flex;
  gap: var(--spacing-xl);
  align-items: stretch;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__cards {
    gap: var(--spacing-lg);
    flex-direction: row;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__cards {
    overflow-x: scroll;
  }
}
.supreme-featured-news-publications__cards--2-cards .supreme-featured-news-publications__card-wrapper {
  flex: 1;
  max-width: calc(50% - var(--spacing-xl) / 2);
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__cards--2-cards .supreme-featured-news-publications__card-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__cards--2-cards .supreme-featured-news-publications__card-wrapper {
    max-width: 330px;
  }
}
.supreme-featured-news-publications__cards--2-cards .supreme-featured-news-publications__card-wrapper .supreme-featured-news-publications__card {
  max-width: 705px;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__cards--2-cards .supreme-featured-news-publications__card-wrapper .supreme-featured-news-publications__card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__cards--2-cards .supreme-featured-news-publications__card-wrapper .supreme-featured-news-publications__card {
    width: 330px;
  }
}
.supreme-featured-news-publications__cards--3-cards .supreme-featured-news-publications__card-wrapper {
  flex: 1;
  max-width: calc(33.333% - var(--spacing-xl) * 2 / 3);
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__cards--3-cards .supreme-featured-news-publications__card-wrapper {
    max-width: 100%;
  }
}
.supreme-featured-news-publications__cards--4-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__cards--4-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.supreme-featured-news-publications__cards--4-cards .supreme-featured-news-publications__card-wrapper {
  max-width: 100%;
}
.supreme-featured-news-publications__cards--4-cards .supreme-featured-news-publications__card-wrapper .supreme-featured-news-publications__card {
  max-width: 100%;
  width: 100%;
}
.supreme-featured-news-publications__cards--4-cards .supreme-featured-news-publications__card-wrapper .supreme-featured-news-publications__card-image {
  display: none;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__cards--4-cards .supreme-featured-news-publications__card-wrapper:last-child {
    margin-right: 0px;
  }
}
.supreme-featured-news-publications__card-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__card-wrapper:last-child {
    margin-right: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__card-wrapper:last-child {
    margin-right: var(--spacing-md);
  }
}
.supreme-featured-news-publications__card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  /* Initial background (fully visible) */
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__card {
    width: 330px;
  }
}
.supreme-featured-news-publications__card:hover .supreme-featured-news-publications__card-content::before {
  opacity: 1;
  transform: scaleY(1);
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__card:hover .supreme-featured-news-publications__card-content::before {
    opacity: 0;
    transform: scaleY(0.7);
  }
}
.supreme-featured-news-publications__card:hover .supreme-featured-news-publications__card-decoration {
  bottom: -110px;
  right: -50px;
  width: 370px;
}
.supreme-featured-news-publications__card-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}
.supreme-featured-news-publications__card-image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: var(--spacing-md) var(--spacing-md) 0 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-featured-news-publications__card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  padding: var(--spacing-xl);
  justify-content: flex-start;
  align-items: flex-start;
  background: var(--Darker-Gray);
  /* Hover background (grows and fades in) */
}
.supreme-featured-news-publications__card-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  pointer-events: none;
  background: radial-gradient(53.27% 40.55% at 127.43% 100%, var(--Bright-Yellow) 50.78%, rgba(255, 194, 5, 0) 100%), radial-gradient(37.13% 28.7% at 100% 111.78%, var(--Green) 14.95%, rgba(86, 193, 77, 0) 100%), radial-gradient(48.41% 83.42% at 104.04% 128.98%, var(--Lunit-Teal) 54.51%, rgba(0, 201, 234, 0) 100%), var(--Darker-Gray);
  opacity: 0;
  z-index: 1;
}
.supreme-featured-news-publications__card-content:hover:before {
  opacity: 1;
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__card-content {
    align-items: flex-start;
    padding: var(--spacing-xl);
    gap: var(--spacing-xl);
    padding-bottom: 56px;
  }
}
.supreme-featured-news-publications__card-meta {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  width: 100%;
  z-index: 1;
}
.supreme-featured-news-publications__card-header {
  z-index: 1;
}
.supreme-featured-news-publications__card-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xxxs) var(--spacing-xxs);
  background: var(--White);
  color: var(--Darker-Gray);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xs);
  border-radius: 4px;
  flex-shrink: 0;
}
.supreme-featured-news-publications__card-date {
  color: var(--White);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxs);
  flex: 1;
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__card-date {
    position: absolute;
    bottom: 20px;
  }
}
.supreme-featured-news-publications__card-title {
  color: var(--White);
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip; /* removes the dots */
  white-space: normal;
}
.supreme-featured-news-publications__card-caption {
  margin-top: var(--spacing-md);
  color: var(--White);
}
.supreme-featured-news-publications__card-caption p {
  margin: 0;
}
@media (max-width: 992px) {
  .supreme-featured-news-publications__container {
    gap: var(--spacing-xl);
  }
  .supreme-featured-news-publications__header {
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications__container {
    gap: var(--spacing-xxl);
  }
  .supreme-featured-news-publications__buttons {
    gap: var(--spacing-sm);
  }
  .supreme-featured-news-publications__cards {
    gap: var(--spacing-md);
  }
}
@media screen and (max-width: 360px) {
  .supreme-featured-news-publications {
    padding: 0 0 180px;
  }
}
@media (max-width: 992px) {
  .supreme-featured-news-publications:has(.supreme-featured-news-publications__buttons) {
    padding-bottom: 194px;
  }
}
@media (max-width: 767px) {
  .supreme-featured-news-publications:has(.supreme-featured-news-publications__buttons) {
    padding-bottom: 133px;
  }
}

.supreme-feature-media-hub {
  padding: var(--spacing-4xl) 0;
  background: var(--White);
  position: relative;
  /* container */
  /* header */
  /* heading group */
  /* title */
  /* buttons */
  /* cards row */
  /* card wrapper */
  /* single card */
  /* optional decoration on hover (kept as-is) */
  /* image */
  /* content */
  /* meta row */
  /* category pill */
  /* date */
  /* title */
  /* responsive tweaks — scoped to component */
}
.supreme-feature-media-hub__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-feature-media-hub__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
.supreme-feature-media-hub__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--spacing-xxl);
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
  }
}
.supreme-feature-media-hub__heading {
  flex: 1;
  max-width: 906px;
}
.supreme-feature-media-hub__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-feature-media-hub__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: var(--spacing-xl) 0 0 0;
  max-width: 840px;
}
.supreme-feature-media-hub__buttons {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__buttons {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    gap: var(--spacing-sm);
    position: absolute;
    bottom: 60px;
    left: 17px;
    z-index: 1;
  }
}
@media screen and (max-width: 360px) {
  .supreme-feature-media-hub__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm);
  }
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__buttons .btn {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    font-size: var(--Font-Size-f-size-sm);
  }
}
.supreme-feature-media-hub__cards {
  display: flex;
  gap: var(--spacing-xl);
  align-items: stretch;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__cards {
    gap: var(--spacing-lg);
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__cards {
    overflow-x: scroll;
  }
}
.supreme-feature-media-hub__cards--2-cards .supreme-feature-media-hub__card-wrapper {
  flex: 1;
  max-width: calc(50% - var(--spacing-xl) / 2);
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__cards--2-cards .supreme-feature-media-hub__card-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__cards--2-cards .supreme-feature-media-hub__card-wrapper {
    max-width: 330px;
  }
}
.supreme-feature-media-hub__cards--2-cards .supreme-feature-media-hub__card-wrapper .supreme-feature-media-hub__card {
  max-width: 705px;
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__cards--2-cards .supreme-feature-media-hub__card-wrapper .supreme-feature-media-hub__card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__cards--2-cards .supreme-feature-media-hub__card-wrapper .supreme-feature-media-hub__card {
    width: 330px;
  }
}
.supreme-feature-media-hub__cards--3-cards .supreme-feature-media-hub__card-wrapper {
  flex: 1;
  max-width: calc(33.333% - var(--spacing-xl) * 2 / 3);
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__cards--3-cards .supreme-feature-media-hub__card-wrapper {
    max-width: 100%;
  }
}
.supreme-feature-media-hub__card-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.supreme-feature-media-hub__card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  background: var(--Darker-Gray);
  overflow: hidden;
  text-decoration: none;
  border-radius: 20px;
  height: 100%;
  cursor: pointer;
  /* hover gradient layer (grows from bottom) */
}
.supreme-feature-media-hub__card.video-card {
  cursor: pointer;
}
.supreme-feature-media-hub__card.video-card .video-play-button {
  opacity: 1;
}
.supreme-feature-media-hub__card.video-card:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.supreme-feature-media-hub__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(50.27% 24.55% at 127.43% 100%, var(--Bright-Yellow) 61.78%, rgba(255, 194, 5, 0) 100%), radial-gradient(36.13% 27.7% at 100% 108.78%, var(--Green) 13.95%, rgba(86, 193, 77, 0) 100%), radial-gradient(53.41% 62.42% at 104.04% 128.98%, var(--Lunit-Teal) 50.51%, rgba(0, 201, 234, 0) 100%), var(--Darker-Gray);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform-origin: bottom;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.supreme-feature-media-hub__card:hover::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__card:hover::before {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__card {
    width: 330px;
  }
}
.supreme-feature-media-hub__card:hover .supreme-feature-media-hub__card-decoration {
  bottom: -110px;
  right: -50px;
  width: 370px;
}
.supreme-feature-media-hub__card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}
.supreme-feature-media-hub__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--spacing-md) var(--spacing-md) 0 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-feature-media-hub__card-image.no-image {
  display: none;
}
.supreme-feature-media-hub__card-image .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0.9;
  z-index: 2;
}
.supreme-feature-media-hub__card-image .video-play-button svg {
  width: 24px;
  height: 24px;
  margin-left: 2px;
}
.supreme-feature-media-hub__card-image .video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.supreme-feature-media-hub__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  padding: var(--spacing-xl);
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__card-content {
    align-items: flex-start;
    padding: var(--spacing-xl);
    gap: var(--spacing-xl);
    padding-bottom: 56px;
  }
}
.supreme-feature-media-hub__card-meta {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  width: 100%;
}
.supreme-feature-media-hub__card-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xxxs) var(--spacing-xxs);
  background: var(--White);
  color: var(--text);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xs);
  border-radius: 4px;
  flex-shrink: 0;
}
.supreme-feature-media-hub__card-date {
  color: var(--White);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxs);
  flex: 1;
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__card-date {
    position: absolute;
    bottom: 20px;
  }
}
.supreme-feature-media-hub__card-title {
  color: var(--White);
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  margin: 0;
  flex: 1;
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__card-title {
    font-size: var(--Font-Size-f-size-xl);
    line-height: var(--Line-Height-f-size-xl);
    font-weight: var(--Font-Weight-Medium);
  }
}
@media (max-width: 992px) {
  .supreme-feature-media-hub__container {
    gap: var(--spacing-xl);
  }
  .supreme-feature-media-hub__header {
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__container {
    gap: var(--spacing-xxl);
  }
  .supreme-feature-media-hub__buttons {
    gap: var(--spacing-sm);
  }
  .supreme-feature-media-hub__cards {
    gap: var(--spacing-md);
  }
}
@media screen and (max-width: 360px) {
  .supreme-feature-media-hub {
    padding: 0 0 180px;
  }
}
.supreme-feature-media-hub__no-posts {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
.supreme-feature-media-hub__no-posts .no-posts-message {
  text-align: center;
  padding: var(--spacing-4xl) var(--spacing-xl);
  background: var(--Gray-50);
  border-radius: 20px;
  max-width: 600px;
}
.supreme-feature-media-hub__no-posts .no-posts-message h3 {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-SemiBold);
  color: var(--Heading-Color-1);
  margin: 0 0 var(--spacing-md) 0;
}
.supreme-feature-media-hub__no-posts .no-posts-message p {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Regular);
  color: var(--text);
  margin: 0;
  line-height: var(--Line-Height-f-size-md);
}
@media (max-width: 767px) {
  .supreme-feature-media-hub__no-posts .no-posts-message {
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
  .supreme-feature-media-hub__no-posts .no-posts-message h3 {
    font-size: var(--Font-Size-f-size-lg);
  }
  .supreme-feature-media-hub__no-posts .no-posts-message p {
    font-size: var(--Font-Size-f-size-sm);
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-lg);
}
.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.video-modal-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  background: var(--Brand-Colors-Primary-White);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
}
.video-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-lg);
  border-bottom: 1px solid var(--Gray-200);
  background-color: var(--White);
}
.video-modal-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-lg);
  font-weight: var(--Font-Weight-SemiBold);
  color: var(--Heading-Color-1);
  margin: 0;
  padding-right: var(--spacing-md);
}
.video-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text);
  flex-shrink: 0;
}
.video-modal-close:hover {
  background: var(--Gray-100);
  color: var(--Heading-Color-1);
}
.video-modal-close svg {
  width: 20px;
  height: 20px;
}
.video-modal-body {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.video-modal-body .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-modal-body .video-container iframe,
.video-modal-body .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-modal-body .video-container video {
  background: var(--Brand-Colors-Primary-Black);
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 767px) {
  .video-modal {
    padding: var(--spacing-md);
  }
  .video-modal-content {
    max-height: 95vh;
  }
  .video-modal-header {
    padding: var(--spacing-md);
  }
  .video-modal-title {
    font-size: var(--Font-Size-f-size-md);
  }
  .video-modal-close {
    width: 36px;
    height: 36px;
  }
  .video-modal-close svg {
    width: 18px;
    height: 18px;
  }
}

body.modal-open {
  overflow: hidden;
}

.video-popup-fallback {
  text-align: center;
  padding: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.video-popup-fallback .popup-icon {
  color: #007cba;
  margin-bottom: 20px;
}
.video-popup-fallback .popup-title {
  margin-bottom: 16px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.video-popup-fallback .popup-description {
  margin-bottom: 24px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.video-popup-fallback .popup-button {
  display: inline-block;
  background: #007cba;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.video-popup-fallback .popup-button:hover {
  background: #005a87;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}
.video-popup-fallback .popup-help {
  margin-top: 20px;
  font-size: 14px;
  color: #888;
}

.supreme-featured-resources {
  padding: var(--spacing-4xl) 0;
  background: var(--White);
  position: relative;
  /* Container with consistent max-width and spacing */
  /* Header section with flexible alignment */
  /* Main title styling */
  /* Description text styling */
  /* Cards container with optimized responsive behavior */
  /* Card wrapper for proper flex behavior */
  /* Individual card styling with enhanced accessibility */
  /* Card content with improved spacing */
  /* Icon styling with fallback support */
  /* Card caption styling (appears below button) */
  /* Fallback icon placeholder */
  /* Typography improvements */
  /* Enhanced button styling */
  /* Navigation wrapper */
  /* Navigation arrows */
}
.supreme-featured-resources__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1480px) {
  .supreme-featured-resources__container {
    padding: 0 var(--container-spacing);
  }
}
@media (max-width: 992px) {
  .supreme-featured-resources__container {
    padding-right: 0px;
  }
}
.supreme-featured-resources__header {
  text-align: left;
  padding-bottom: var(--spacing-xxl);
}
.supreme-featured-resources__header--left {
  text-align: left;
}
.supreme-featured-resources__header--center {
  text-align: center;
}
.supreme-featured-resources__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-featured-resources__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}
.supreme-featured-resources__cards {
  display: flex;
  gap: var(--spacing-xl);
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.supreme-featured-resources__cards::-webkit-scrollbar {
  display: none;
}
.supreme-featured-resources__cards .supreme-featured-resources__card {
  max-width: 460px;
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards .supreme-featured-resources__card {
    max-width: 320px;
  }
}
.supreme-featured-resources__cards--4-cards, .supreme-featured-resources__cards--5-cards {
  scroll-snap-type: x mandatory;
  padding-bottom: var(--spacing-md);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.supreme-featured-resources__cards--4-cards .supreme-featured-resources__card-wrapper, .supreme-featured-resources__cards--5-cards .supreme-featured-resources__card-wrapper {
  scroll-snap-align: start;
}
.supreme-featured-resources__cards--4-cards .supreme-featured-resources__card, .supreme-featured-resources__cards--5-cards .supreme-featured-resources__card {
  width: 460px;
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards--4-cards .supreme-featured-resources__card, .supreme-featured-resources__cards--5-cards .supreme-featured-resources__card {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .supreme-featured-resources__cards--4-cards .supreme-featured-resources__card, .supreme-featured-resources__cards--5-cards .supreme-featured-resources__card {
    width: 330px;
  }
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards--4-cards__card-wrapper:last-child, .supreme-featured-resources__cards--5-cards__card-wrapper:last-child {
    margin-right: 0;
  }
}
.supreme-featured-resources__cards--6-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--spacing-xl);
  overflow-x: visible;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards--6-cards {
    display: flex;
    overflow-x: auto;
  }
}
.supreme-featured-resources__cards--no-scrolling.supreme-featured-resources__cards--3-cards, .supreme-featured-resources__cards--no-scrolling.supreme-featured-resources__cards--4-cards {
  overflow-x: visible !important;
  scroll-snap-type: none;
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards--no-scrolling.supreme-featured-resources__cards--3-cards, .supreme-featured-resources__cards--no-scrolling.supreme-featured-resources__cards--4-cards {
    overflow-x: visible !important;
  }
}
.supreme-featured-resources__cards--no-descriptions:not(.supreme-featured-resources__cards--3-cards) .supreme-featured-resources__card {
  max-width: 337px !important;
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards--no-descriptions:not(.supreme-featured-resources__cards--3-cards) .supreme-featured-resources__card {
    max-width: 250px !important;
  }
}
.supreme-featured-resources__cards--no-descriptions:not(.supreme-featured-resources__cards--3-cards) .supreme-featured-resources__card-wrapper {
  max-width: 337px !important;
}
@media (max-width: 992px) {
  .supreme-featured-resources__cards--no-descriptions:not(.supreme-featured-resources__cards--3-cards) .supreme-featured-resources__card-wrapper {
    max-width: 250px !important;
  }
}
@media (min-width: 993px) {
  .supreme-featured-resources__cards--6-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
}
.supreme-featured-resources__card-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-featured-resources__card-wrapper {
    flex-shrink: 0;
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .supreme-featured-resources__card-wrapper:last-child {
    margin-right: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .supreme-featured-resources__card-wrapper:last-child {
    margin-right: var(--spacing-md);
  }
}
.supreme-featured-resources__card {
  background: var(--Darker-Gray);
  border-radius: 20px;
  padding: var(--spacing-xxl);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: block;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: var(--Darker-Gray);
}
@media (max-width: 1399px) {
  .supreme-featured-resources__card {
    padding: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .supreme-featured-resources__card {
    padding: var(--spacing-xxl);
  }
}
.supreme-featured-resources__card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  pointer-events: none;
  background: radial-gradient(50.27% 24.55% at 127.43% 100%, var(--Bright-Yellow) 61.78%, transparent 100%), radial-gradient(36.13% 27.7% at 100% 108.78%, var(--Green) 13.95%, transparent 100%), radial-gradient(53.41% 62.42% at 104.04% 128.98%, var(--Lunit-Teal) 50.51%, transparent 100%), var(--Darker-Gray);
  opacity: 0;
  z-index: 1;
}
.supreme-featured-resources__card:hover:before {
  opacity: 1;
  transform: scale(1.02);
}
.supreme-featured-resources__card:hover, .supreme-featured-resources__card:focus {
  box-shadow: var(--Shadow-Medium);
}
.supreme-featured-resources__card:hover::before, .supreme-featured-resources__card:focus::before {
  opacity: 1;
  transform: scaleY(1);
}
.supreme-featured-resources__card:hover .supreme-featured-resources__card-button-icon, .supreme-featured-resources__card:focus .supreme-featured-resources__card-button-icon {
  background: var(--Lunit-Teal);
}
@media (hover: none) {
  .supreme-featured-resources__card:hover, .supreme-featured-resources__card:focus {
    transform: none;
    box-shadow: none;
  }
  .supreme-featured-resources__card:hover::before, .supreme-featured-resources__card:focus::before {
    opacity: 0;
    transform: scaleY(0);
  }
}
.supreme-featured-resources__card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.supreme-featured-resources__card-text {
  line-height: 0px;
}
.supreme-featured-resources__card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-sm);
  flex-shrink: 0;
}
.supreme-featured-resources__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.supreme-featured-resources__card-caption {
  color: var(--White);
}
.supreme-featured-resources__card-caption p {
  margin: 0;
}
.supreme-featured-resources__card-icon-placeholder {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--White);
  margin-bottom: var(--spacing-sm);
}
.supreme-featured-resources__card-icon-placeholder svg {
  width: 24px;
  height: 24px;
}
.supreme-featured-resources__card-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--White);
}
.supreme-featured-resources__card-description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: var(--spacing-xs) 0 0 0;
  flex-grow: 1;
}
.supreme-featured-resources__card-button {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  color: var(--White);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-sm);
  margin-top: auto;
  transition: all 0.3s ease;
}
.supreme-featured-resources__card-button-text {
  white-space: normal;
}
.supreme-featured-resources__card-button-icon {
  width: 22px;
  height: 22px;
  background: var(--White);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .supreme-featured-resources__card-button-icon {
    width: 16px;
    height: 17px;
  }
}
.supreme-featured-resources__card-button-icon svg {
  width: 100%;
  height: 100%;
  color: var(--Black);
}
.supreme-featured-resources__header-wrapper {
  display: flex;
  justify-content: space-between;
}
.supreme-featured-resources__nav-wrapper {
  display: flex;
  justify-content: center;
  gap: var(--spacing-lg);
  position: relative;
  margin-top: 7px;
}
@media (max-width: 992px) {
  .supreme-featured-resources__nav-wrapper {
    margin-right: 22px;
    margin-top: 11.3px;
  }
}
@media (max-width: 480px) {
  .supreme-featured-resources__nav-wrapper {
    margin-top: 6px;
    margin-right: 10px;
    gap: var(--spacing-sm);
  }
}
.supreme-featured-resources__nav-wrapper--standalone {
  justify-content: flex-end;
  margin-bottom: var(--spacing-md);
}
.supreme-featured-resources__nav {
  position: relative;
  width: 51px;
  height: 52px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
  color: var(--Black);
  padding: 0;
}
@media (max-width: 992px) {
  .supreme-featured-resources__nav {
    width: 30px;
    height: 31px;
  }
}
.supreme-featured-resources__nav--prev:hover {
  content: url("/en/wp-content/plugins/supreme-general-plugin/images/prev-button-arrow-hover.svg");
  transition: all 0.3s ease-in-out;
}
.supreme-featured-resources__nav--next:hover {
  content: url("/en/wp-content/plugins/supreme-general-plugin/images/next-button-arrow-hover.svg");
  transition: all 0.3s ease-in-out;
}
.supreme-featured-resources__nav svg {
  width: 100%;
  height: 100%;
}
.supreme-featured-resources__nav.hidden {
  opacity: 0.7;
  content: initial;
}
.supreme-featured-resources__nav.hidden:focus {
  outline: none;
  box-shadow: unset;
}

/* When the first child has the no-scrolling class, show nav-wrapper below 1480px */
@media (max-width: 1479px) {
  .supreme-featured-resources__container:has(.supreme-featured-resources__cards--no-scrolling) > .supreme-featured-resources__nav-wrapper {
    display: flex;
  }
}
/* Hide again above 1480px */
@media (min-width: 1480px) {
  .supreme-featured-resources__container:has(.supreme-featured-resources__cards--no-scrolling) > .supreme-featured-resources__nav-wrapper {
    display: none;
  }
}
@media (min-width: 993px) {
  .supreme-featured-resources__container:has(.supreme-featured-resources__cards--3-cards) .supreme-featured-resources__nav-wrapper {
    display: none;
  }
}
@media (max-width: 992px) {
  .supreme-featured-resources__container:has(.supreme-featured-resources__cards--3-cards) .supreme-featured-resources__nav-wrapper {
    padding-top: var(--spacing-md);
  }
}

@media (min-width: 993px) {
  .supreme-featured-resources__container .supreme-featured-resources__cards--3-cards {
    justify-content: center;
  }
}

.two-column-content-wrapper .two-column-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: var(--spacing-4xl) 0;
}
.two-column-content-wrapper .two-column-content__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
  gap: var(--spacing-xxl);
  justify-content: space-between;
}
@media (max-width: 1480px) {
  .two-column-content-wrapper .two-column-content__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
@media (max-width: 992px) {
  .two-column-content-wrapper .two-column-content__container {
    flex-direction: column;
    gap: var(--spacing-4xl);
  }
}
.two-column-content-wrapper .two-column-content__left {
  max-width: 654px;
}
.two-column-content-wrapper .two-column-content__right {
  max-width: 660px;
}
.two-column-content-wrapper .two-column-content__block {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  border-left: 1px solid var(--Lunit-Teal);
  padding-left: calc(var(--spacing-xxl) - 1px);
}
.two-column-content-wrapper .two-column-content__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  margin: 0;
}
.two-column-content-wrapper .two-column-content__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
}
.two-column-content-wrapper .two-column-content__description p {
  margin: 0 0 var(--spacing-md) 0;
}
.two-column-content-wrapper .two-column-content__description p:last-child {
  margin-bottom: 0;
}
.two-column-content-wrapper .two-column-content--light {
  background-color: var(--White);
}
.two-column-content-wrapper .two-column-content--light .two-column-content__label {
  color: var(--Lunit-Teal);
}
.two-column-content-wrapper .two-column-content--light .two-column-content__title {
  color: var(--Heading-Color-1);
}
.two-column-content-wrapper .two-column-content--light .two-column-content__description {
  color: var(--Darker-Gray);
}
.two-column-content-wrapper .two-column-content--dark {
  background: var(--Black);
}
.two-column-content-wrapper .two-column-content--dark .two-column-content__block {
  padding-left: 0px;
  border-left: none;
}
.two-column-content-wrapper .two-column-content--dark .two-column-content__label {
  color: var(--Lunit-Teal);
}
.two-column-content-wrapper .two-column-content--dark .two-column-content__title {
  color: var(--White);
}
.two-column-content-wrapper .two-column-content--dark .two-column-content__description {
  color: var(--White);
}
.two-column-content-wrapper .two-column-content--dark .two-column-content__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--Dark-Grey);
}
@media (max-width: 992px) {
  .two-column-content-wrapper .two-column-content--dark .two-column-content__container::after {
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
  }
}

.supreme-faq-section {
  padding: var(--spacing-4xl) 0;
  background: var(--White);
  position: relative;
  /* container */
  /* header */
  /* main title */
  /* questions container */
  /* individual faq item */
  /* item header (clickable area) */
  /* content area */
  /* heading container */
  /* question text */
  /* category text */
  /* answer text */
  /* icon container */
  /* icon background */
  /* individual icons */
}
.supreme-faq-section__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-faq-section__container {
    padding: 0 var(--container-spacing);
  }
}
.supreme-faq-section__header {
  text-align: center;
  width: 100%;
  max-width: 802px;
}
.supreme-faq-section__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-faq-section__questions {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  width: 100%;
}
.supreme-faq-section__item {
  background: linear-gradient(90deg, rgba(207, 214, 215, 0.5) 0%, rgba(239, 240, 244, 0.5));
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-faq-section__item--expanded .supreme-faq-section__item-answer {
  display: block !important;
  padding: 5px var(--spacing-xl) var(--spacing-lg);
}
.supreme-faq-section__item--expanded .supreme-faq-section__icon--plus {
  opacity: 0;
  transform: rotate(90deg);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-faq-section__item--expanded .supreme-faq-section__icon--minus {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-faq-section__item-header {
  display: flex;
  align-items: center;
  gap: 43px;
  padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-xl);
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
.supreme-faq-section__item-content {
  flex: 1;
  min-width: 0;
}
.supreme-faq-section__item-heading {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  max-width: 1200px;
}
.supreme-faq-section__item-question {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--Heading-Color-1);
  margin: 0;
  width: 100%;
}
.supreme-faq-section__item-category {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Heading-Color-1);
  margin: -10px 0 var(--spacing-md);
  width: 100%;
}
.supreme-faq-section__item-category:empty {
  display: none;
}
.supreme-faq-section__item-answer {
  display: none;
  overflow: hidden;
  max-width: 923px;
}
.supreme-faq-section__item-answer--collapsed {
  display: none;
}
.supreme-faq-section__item-answer p {
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: 0 0 var(--spacing-sm);
}
.supreme-faq-section__item-answer p:last-child, .supreme-faq-section__item-answer p:nth-last-child(2) {
  margin-bottom: 0;
}
.supreme-faq-section__item-icon {
  position: relative;
  width: 50px;
  height: 51px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supreme-faq-section__icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.supreme-faq-section__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.supreme-faq-section__icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-faq-section__icon--plus {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-faq-section__icon--plus:hover svg circle, .supreme-faq-section__icon--plus:hover svg line {
  stroke: rgb(0, 201, 234);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-faq-section__icon--minus {
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
@media (max-width: 767px) {
  .supreme-faq-section {
    padding: var(--spacing-4xl) 0;
  }
  .supreme-faq-section__item-header {
    gap: var(--spacing-lg);
    padding: var(--spacing-sm) var(--spacing-xs) var(--spacing-sm) var(--spacing-lg);
  }
  .supreme-faq-section__questions {
    gap: var(--spacing-lg);
  }
}
@media (max-width: 767px) {
  .supreme-faq-section__item-icon {
    width: 30px;
    height: 28px;
  }
}

.supreme-footer {
  position: relative;
  background: var(--Lightest-Gray);
  overflow: hidden;
  padding: var(--spacing-xxl) 0 116px;
  position: relative;
  z-index: 0;
}
.supreme-footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  background: url(/en/wp-content/plugins/supreme-general-plugin/images/Footer-Pattern-Left.svg);
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  z-index: 0;
}
@media (max-width: 1480px) {
  .supreme-footer::after {
    background-size: 60%;
    background-position: 0% 100%;
  }
}
@media (max-width: 767px) {
  .supreme-footer::after {
    background: url(/en/wp-content/plugins/supreme-general-plugin/images/Footer-Pattern-Mobile.svg);
    width: 350px;
    height: 80px;
    bottom: 0px;
    left: unset;
    right: 0px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 374px) {
  .supreme-footer::after {
    background-size: 85%;
    background-position: 100% 100%;
  }
}
.supreme-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(12.99% 20.36% at 99.17% 1.65%, rgba(255, 83, 33, 0.8) 0%, rgba(255, 83, 33, 0.1) 62.98%, rgba(255, 83, 33, 0) 99.99%), radial-gradient(17.32% 24.96% at 0% 100%, #FFE205 21.82%, rgba(255, 194, 5, 0) 100%), radial-gradient(24.05% 48.99% at 0% 100%, #56C14D 30%, rgba(86, 193, 77, 0) 100%), radial-gradient(36.63% 58.37% at 0% 102.08%, #00C9EA 57.5%, rgba(0, 201, 234, 0.4) 78.36%, rgba(0, 201, 234, 0) 100%), #EFF0F4;
  bottom: 0px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}
@media (max-width: 767px) {
  .supreme-footer::before {
    background: radial-gradient(36.18% 21.79% at 98% 0.93%, #FF5321 0%, rgba(255, 83, 33, 0.1) 62.98%, rgba(255, 83, 33, 0) 99.99%), radial-gradient(23.95% 20.28% at 0% 100%, #FFE205 0%, rgba(255, 194, 5, 0) 100%), radial-gradient(50.32% 16.07% at 1.33% 100%, #56C14D 0%, rgba(86, 193, 77, 0) 100%), radial-gradient(69% 33% at 0% 100%, #00C9EA 0%, rgba(0, 201, 234, 0.4) 67.35%, rgba(0, 201, 234, 0) 100%), #EFF0F4;
  }
}
@media (max-width: 992px) {
  .supreme-footer {
    padding: var(--spacing-xxl) 0;
  }
}
@media (max-width: 767px) {
  .supreme-footer {
    padding: var(--spacing-4xl) 0px;
  }
}
.supreme-footer__container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 71px;
}
@media (max-width: 1480px) {
  .supreme-footer__container {
    padding: 0 var(--container-spacing);
  }
}
.supreme-footer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-footer__header {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-lg);
  }
}
.supreme-footer__logo {
  height: 50px;
}
.supreme-footer__logo img {
  height: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-footer__logo {
    height: 36px;
  }
  .supreme-footer__logo img {
    height: 36px;
  }
}
.supreme-footer__content {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xxl);
  position: relative;
}
@media (max-width: 1200px) {
  .supreme-footer__content {
    gap: var(--spacing-xl);
  }
}
.supreme-footer__cancer-screening-section {
  margin-bottom: var(--spacing-xxl);
  max-width: 440px;
  width: 32%;
}
@media (max-width: 992px) {
  .supreme-footer__cancer-screening-section {
    margin-bottom: 0px;
    min-width: 100%;
    max-width: 100%;
  }
}
.supreme-footer__menus-wrapper {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 992px) {
  .supreme-footer__menus-wrapper {
    gap: 0;
  }
}
.supreme-footer__other-menus-section {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xxl);
}
@media (max-width: 992px) {
  .supreme-footer__other-menus-section {
    gap: var(--spacing-xl);
  }
}
.supreme-footer__top-menus-group {
  position: relative;
}
@media (max-width: 992px) {
  .supreme-footer__top-menus-group {
    width: 100%;
  }
}
.supreme-footer__bottom-menus-group {
  position: relative;
  display: flex;
  gap: var(--spacing-xxl);
}
@media (max-width: 1200px) {
  .supreme-footer__bottom-menus-group {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .supreme-footer__bottom-menus-group {
    flex-direction: column;
    gap: var(--spacing-xxl);
  }
}
.supreme-footer__links-grid {
  display: flex;
  gap: var(--spacing-xxl);
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .supreme-footer__links-grid {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .supreme-footer__links-grid {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .supreme-footer__links-grid {
    flex-direction: column;
    gap: 0;
  }
}
.supreme-footer__right-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 992px) {
  .supreme-footer__right-section {
    gap: var(--spacing-sm);
  }
}
.supreme-footer__right-columns {
  display: flex;
  gap: var(--spacing-xxl);
  align-items: flex-start;
}
@media (max-width: 1439px) {
  .supreme-footer__right-columns {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .supreme-footer__right-columns {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .supreme-footer__right-columns {
    flex-direction: column;
    gap: 0;
  }
}
.supreme-footer__accordion-header {
  display: none;
  width: 100%;
  padding: var(--spacing-sm) 0;
  border: none;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .supreme-footer__accordion-header:last-child {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .supreme-footer__accordion-header {
    display: flex;
    padding: var(--spacing-xl) 0 0;
  }
}
.supreme-footer__accordion-header:focus {
  outline: none;
}
.supreme-footer__column--expanded .supreme-footer__accordion-header {
  border-bottom: 1px solid var(--Dark-Grey);
  padding-bottom: 4px;
}
.supreme-footer__stacked-section--expanded .supreme-footer__accordion-header {
  border-bottom: 1px solid var(--Dark-Grey);
  padding-bottom: 4px;
}
.supreme-footer__accordion-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  text-align: left;
}
.supreme-footer__accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.supreme-footer__accordion-icon svg {
  width: 100%;
  height: 100%;
}
.supreme-footer__accordion-icon svg path {
  stroke: #5C6A6B;
}
.supreme-footer__column--expanded .supreme-footer__accordion-icon {
  transform: rotate(180deg);
}
.supreme-footer__stacked-section--expanded .supreme-footer__accordion-icon {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .supreme-footer__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .supreme-footer__column--expanded .supreme-footer__accordion-content {
    max-height: 1000px;
  }
  .supreme-footer__stacked-section--expanded .supreme-footer__accordion-content {
    max-height: 1000px;
  }
}
.supreme-footer__column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  min-width: 213px;
}
.supreme-footer__column:last-child {
  min-width: 190px;
}
@media (max-width: 1200px) {
  .supreme-footer__column:last-child {
    min-width: 140px;
  }
}
@media (max-width: 992px) {
  .supreme-footer__column:last-child {
    min-width: 100%;
    max-width: 100%;
    gap: 0;
  }
}
@media (max-width: 1280px) {
  .supreme-footer__column {
    min-width: 120px;
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .supreme-footer__column {
    min-width: 100%;
    gap: 0;
  }
}
.supreme-footer__column--wide {
  max-width: 440px;
}
@media (max-width: 992px) {
  .supreme-footer__column--wide {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-footer__column--wide {
    min-width: 100%;
  }
}
.supreme-footer__column--stacked {
  display: flex;
  flex-direction: column;
  min-width: 190px;
}
@media (max-width: 1280px) {
  .supreme-footer__column--stacked {
    min-width: 120px;
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .supreme-footer__column--stacked {
    min-width: 100%;
    gap: 0;
  }
}
.supreme-footer__column--stacked.first-col {
  min-width: 213px;
}
@media (max-width: 992px) {
  .supreme-footer__column--stacked.first-col {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .supreme-footer__column {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-footer__column {
    min-width: 100%;
  }
}
.supreme-footer__blank-space {
  height: var(--spacing-xxl);
  min-height: 40px;
}
@media (max-width: 992px) {
  .supreme-footer__blank-space {
    display: none;
  }
}
.supreme-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spacing-xl);
  width: 100%;
  max-width: 440px;
}
@media (max-width: 992px) {
  .supreme-footer__bottom {
    align-items: flex-start;
    gap: var(--spacing-xl);
  }
}
.supreme-footer__stacked-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
@media (max-width: 992px) {
  .supreme-footer__stacked-section {
    gap: 0;
  }
}
.supreme-footer__column-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Darker-Gray);
  margin: 0;
  border-bottom: 1.1px solid var(--Dark-Grey);
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .supreme-footer__column-title {
    display: none;
  }
}
.supreme-footer__column-content {
  display: flex;
  gap: var(--spacing-xxl);
}
.supreme-footer__column--wide .supreme-footer__column-content {
  gap: var(--spacing-xxl);
}
@media (max-width: 1200px) {
  .supreme-footer__column--wide .supreme-footer__column-content {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .supreme-footer__column-content {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .supreme-footer__column-content {
    flex-direction: column;
    gap: var(--spacing-sm);
  }
}
.supreme-footer__links-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 992px) {
  .supreme-footer__links-group {
    margin-top: 4px;
  }
}
.supreme-footer__link {
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxs);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--Paragraph-link);
  text-decoration: none;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}
.supreme-footer__link:hover {
  transition: all 0.3s ease-in-out;
  color: var(--Lunit-Teal-darker);
}
.supreme-footer__social {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-end;
  width: 100%;
  max-width: 214px;
}
@media (max-width: 992px) {
  .supreme-footer__social {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
  }
  .supreme-footer__social .supreme-footer__social-group {
    flex-direction: row;
    gap: var(--spacing-md);
    width: 100%;
    justify-content: space-between;
  }
  .supreme-footer__social .supreme-footer__social-group .supreme-footer__social-links {
    gap: var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .supreme-footer__social .supreme-footer__social-group {
    justify-content: flex-start;
    gap: var(--spacing-xs);
  }
}
.supreme-footer__social-group {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .supreme-footer__social-group {
    justify-content: space-between;
    width: 100%;
  }
}
.supreme-footer__social-label {
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxs);
  color: var(--Darker-Gray);
}
.supreme-footer__social-links {
  display: flex;
  gap: var(--spacing-sm);
  width: 70px;
}
.supreme-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.supreme-footer__social-link path {
  transition: all 0.3s ease-in-out;
}
.supreme-footer__social-link:hover path {
  fill: var(--Lunit-Teal-darker);
  transition: all 0.3s ease-in-out;
}
.supreme-footer__social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.supreme-footer__social-link--text {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  color: var(--Darker-Gray);
  width: auto;
  height: auto;
}
.supreme-footer__social-link--text:hover {
  color: var(--Lunit-Teal-darker);
}
.supreme-footer__legal {
  display: flex;
  gap: var(--spacing-sm);
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 992px) {
  .supreme-footer__legal {
    align-items: flex-start;
    gap: var(--spacing-xl);
    flex-direction: column-reverse;
    width: 100%;
  }
}
.supreme-footer__address {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
  text-align: right;
}
@media (max-width: 992px) {
  .supreme-footer__address {
    text-align: left;
  }
}
.supreme-footer__copyright, .supreme-footer__address-text {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxxs);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxxs);
  color: var(--Darker-Gray);
  margin: 0;
}
.supreme-footer__copyright {
  line-height: var(--Line-Height-f-size-xxs);
}
.supreme-footer__policy-links {
  display: flex;
  gap: var(--spacing-xs);
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .supreme-footer__policy-links {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--spacing-xs);
  }
}
@media (max-width: 992px) {
  .supreme-footer__policy-links {
    gap: var(--spacing-md);
  }
}
.supreme-footer__policy-column {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .supreme-footer__policy-column {
    flex-direction: column;
    gap: var(--spacing-md);
  }
}
.supreme-footer__policy-link {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxs);
  color: var(--Darker-Gray);
  text-decoration: none;
  transition: color 0.3s ease;
}
.supreme-footer__policy-link:hover {
  color: var(--Lunit-Teal-darker);
}
@media (max-width: 992px) {
  .supreme-footer .btn {
    padding: var(--spacing-xs) var(--spacing-lg);
  }
}

@media (max-width: 991px) {
  .supreme-footer__container {
    gap: var(--spacing-xl);
  }
  .supreme-footer__content {
    gap: var(--spacing-lg);
  }
}
@media (max-width: 992px) {
  .supreme-footer__container {
    gap: var(--spacing-xxl);
  }
  .supreme-footer__content {
    gap: 0;
    flex-direction: column;
  }
}
.supreme-footer__column.supreme-footer__column--stacked.first-col .supreme-footer__stacked-section:last-child {
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .supreme-footer__column.supreme-footer__column--stacked.first-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1120px) {
  .supreme-footer__column.supreme-footer__column--stacked.first-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 110px;
  }
}
@media (max-width: 1025px) {
  .supreme-footer__column.supreme-footer__column--stacked.first-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 130px;
  }
}
@media (max-width: 992px) {
  .supreme-footer__column.supreme-footer__column--stacked.first-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 0px;
  }
}
.supreme-footer__column.supreme-footer__column--stacked.second-col .supreme-footer__stacked-section:last-child {
  margin-bottom: 114px;
}
@media (max-width: 1280px) {
  .supreme-footer__column.supreme-footer__column--stacked.second-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 134px;
  }
}
@media (min-width: 1025px) and (max-width: 1120px) {
  .supreme-footer__column.supreme-footer__column--stacked.second-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 144px;
  }
}
@media (max-width: 1025px) {
  .supreme-footer__column.supreme-footer__column--stacked.second-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 164px;
  }
}
@media (max-width: 992px) {
  .supreme-footer__column.supreme-footer__column--stacked.second-col .supreme-footer__stacked-section:last-child {
    margin-bottom: 0px;
  }
}

.lunit-header {
  background: transparent;
  padding: 29px 0;
  position: absolute;
  width: 100%;
}
.lunit-header__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .lunit-header__container {
    padding-left: var(--container-spacing);
    padding-right: var(--container-spacing);
  }
}
.lunit-header__content {
  display: flex;
  align-items: center;
  gap: 201px;
  width: 100%;
  position: relative;
  z-index: 6;
}
@media (max-width: 1480px) {
  .lunit-header__content {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .lunit-header__content {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .lunit-header__content {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .lunit-header__content {
    gap: 15px;
  }
}
.lunit-header__logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}
.lunit-header__logo {
  width: 165px;
  height: auto;
}
@media (max-width: 1480px) {
  .lunit-header__logo {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .lunit-header__logo {
    width: 120px;
  }
}
.lunit-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hero-dark-theme .lunit-header .lunit-header__top-link,
.hero-dark-theme .lunit-header .lunit-header__menu-link {
  color: var(--White);
}
.hero-dark-theme .lunit-header .lunit-header__mobile-menu-btn svg path {
  filter: invert(1);
}
.hero-dark-theme .lunit-header .lunit-header__logo img {
  filter: invert(1);
}
.hero-dark-theme .lunit-header .lunit-header__nav-section.active .lunit-header__logo img {
  filter: invert(0);
}
.hero-dark-theme .lunit-header .lunit-header__country-selector svg path {
  stroke: var(--White);
}
@media (min-width: 993px) {
  .hero-dark-theme .lunit-header .lunit-header__cta .lunit-header__cta-button {
    background: var(--White);
    color: var(--Black);
  }
  .hero-dark-theme .lunit-header .lunit-header__cta .lunit-header__cta-button:hover {
    background: var(--btn-primary-hover-bg);
    color: var(--btn-primary-hover-color);
  }
}
@media (max-width: 992px) {
  .hero-dark-theme .lunit-header .lunit-header__nav-section .lunit-header__menu-link {
    color: var(--Darker-Gray) !important;
  }
  .hero-dark-theme .lunit-header .lunit-header__nav-section .lunit-header__top-link {
    color: var(--Darker-Gray) !important;
  }
  .hero-dark-theme .lunit-header .lunit-header__nav-section .lunit-header__close-btn svg line {
    stroke: var(--Darker-Gray) !important;
  }
}
.lunit-header__cta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 3px;
}
@media (max-width: 992px) {
  .lunit-header__cta {
    order: 3;
    padding: 15px 15px 0 15px;
    border-top: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: -80px;
    position: relative;
    z-index: 10;
  }
}
.lunit-header__cta-button {
  padding: 7px 24px !important;
}
@media (max-width: 1200px) {
  .lunit-header__cta-button {
    padding: 5px 20px !important;
    font-size: var(--Font-Size-f-size-xs) !important;
    line-height: var(--Line-Height-f-size-xs) !important;
  }
}
@media (max-width: 992px) {
  .lunit-header__cta-button {
    padding: 8px 20px !important;
  }
}

.lunit-header__menu li.has-dropdown:hover {
  position: relative;
  z-index: 1002;
}
.lunit-header__menu li.has-dropdown:hover::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  pointer-events: none;
}
.lunit-header__menu li.has-dropdown:hover .lunit-mega-menu-dropdown {
  z-index: 1001;
}
.lunit-header__menu li.has-dropdown:hover .lunit-header__menu-link {
  position: relative;
  z-index: 1003;
}

.lunit-header__nav-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
  max-width: 1440px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 1480px) {
  .lunit-header__nav-section {
    gap: 15px;
  }
}
.lunit-header__nav-container {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 3px;
  max-width: 898px;
}
@media (max-width: 992px) {
  .lunit-header__nav-container {
    display: none !important;
  }
}
.lunit-header__top-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
@media (max-width: 992px) {
  .lunit-header__top-nav {
    display: none;
  }
}
.lunit-header__top-links {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0px;
  margin: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .lunit-header__top-links {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .lunit-header__top-links {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .lunit-header__top-links {
    gap: 12px;
  }
}
.lunit-header__top-link {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Font-Size-f-size-xxs);
  color: var(--Black);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.lunit-header__country-selector {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}
@media (max-width: 992px) {
  .lunit-header__country-selector {
    display: none;
  }
}
.lunit-header__country-selector:hover::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  pointer-events: none;
}
.lunit-header__country-selector svg {
  width: 100%;
  height: 100%;
}
.lunit-header__divider {
  width: 100%;
  max-width: 892px;
  height: 1px;
  background-color: var(--Light-Gray);
}
@media (max-width: 992px) {
  .lunit-header__divider {
    max-width: none;
  }
}
.lunit-header__main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .lunit-header__main-nav {
    order: 1;
    width: 100%;
    justify-content: flex-start;
  }
}
.lunit-header__menu {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1480px) {
  .lunit-header__menu {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .lunit-header__menu {
    gap: 10px;
  }
}
.lunit-header__menu .menu-item-object-page a {
  border-radius: 8px;
}
.lunit-header__menu-item {
  margin: 0;
  padding: 0;
}
.lunit-header__menu-link {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--Black);
  text-decoration: none;
  white-space: nowrap;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.5s ease;
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 1480px) {
  .lunit-header__menu-link {
    padding: 6px;
  }
}
@media (max-width: 1200px) {
  .lunit-header__menu-link {
    font-size: var(--Font-Size-f-size-xxs);
    line-height: var(--Line-Height-f-size-xxs);
    padding: 6px;
  }
}
.lunit-header__menu-link:hover {
  color: var(--Darker-Gray) !important;
  background-color: #EFF0F4 !important;
}
.lunit-header__menu li.has-dropdown:hover > .lunit-header__menu-link {
  color: var(--Darker-Gray) !important;
  background-color: #EFF0F4 !important;
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .lunit-header__menu li.has-dropdown {
    font-size: var(--Font-Size-f-size-xxs);
    line-height: var(--Line-Height-f-size-xxs);
  }
}
@media (max-width: 767px) {
  .lunit-header__menu li.has-dropdown {
    font-size: var(--Font-Size-f-size-xxs);
    line-height: var(--Line-Height-f-size-xxs);
  }
}
.lunit-header .menu-item-no-link {
  cursor: default;
  pointer-events: none;
}

.lunit-header__menu li.has-dropdown.simple-menu .lunit-mega-menu-dropdown .lunit-mega-menu-left {
  max-width: 191px;
  min-width: 191px;
  flex: 0 0 191px;
}
.lunit-header__menu li.has-dropdown.simple-menu.larg-width .lunit-mega-menu-dropdown .lunit-mega-menu-left {
  max-width: 245px;
  min-width: 245px;
  flex: 0 0 245px;
}

.lunit-header__menu li.has-dropdown {
  position: relative;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--gray-100, #EFF0F4);
  border-radius: 0px 8px 8px 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: all 0.5s ease;
  z-index: 1000;
  margin-top: 0;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown.show-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown.position-right {
  left: auto;
  right: 0;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-container {
  display: flex;
  text-align: left;
  min-width: -moz-max-content;
  min-width: max-content;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left {
  flex: 0 0 330px;
  min-width: 330px;
  padding: 10px 0px 10px 10px;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .has-sub-dropdown.lunit-mega-menu-item a {
  border-radius: 20px 0 0 20px;
  margin-right: 0px;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item {
  margin: 0 0 5px 0;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item a, .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: var(--text);
  text-decoration: none;
  border-radius: 50px;
  text-wrap: balance;
  transition: all 0.3s ease;
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-f-size-xs);
  font-weight: normal;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item a, .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item > span {
    font-size: var(--Font-Size-f-size-xxs);
    line-height: var(--Line-Height-f-size-xxs);
  }
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item a:hover, .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item > span:hover {
  background: #00C9EA;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item a span, .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item > span span {
  flex: 1;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item.active a, .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item.active > span {
  background: #00C9EA;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item .lunit-mega-menu-arrow {
  opacity: 0.5;
  transition: all 0.3s ease;
  margin-left: 10px;
  font-size: 16px;
  max-width: 20px;
  display: none;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item.active .lunit-mega-menu-arrow, .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-left .lunit-mega-menu-item:hover .lunit-mega-menu-arrow {
  opacity: 1;
  transform: translateX(2px);
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right {
  flex: 1;
  background: var(--White);
  border-radius: 8px;
  overflow-y: auto;
  border: 1px solid var(--Lunit-Teal);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right.has-active-child {
  display: block;
  opacity: 1;
  visibility: visible;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right::-webkit-scrollbar {
  width: 6px;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right::-webkit-scrollbar-track {
  background: var(--gray-100);
  border-radius: 3px;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right::-webkit-scrollbar-thumb {
  background: var(--gray-400);
  border-radius: 3px;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right::-webkit-scrollbar-thumb:hover {
  background: var(--gray-500);
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right .lunit-mega-menu-submenu {
  display: none;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right .lunit-mega-menu-submenu.active, .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right .lunit-mega-menu-submenu.force-show {
  display: block !important;
  animation: fadeInRight 0.3s ease;
  margin: 20px 0px;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right .lunit-mega-menu-submenu .lunit-mega-menu-submenu-item a {
  display: block;
  color: var(--black-main);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
  text-align: left;
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right .lunit-mega-menu-submenu .lunit-mega-menu-submenu-item.fourth-level-item a {
  padding: 10px 15px;
  color: var(--Darker-Gray);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: 400;
  line-height: var(--Line-Height-f-size-xxs);
  border-radius: 50px;
  text-wrap: balance;
}
@media (max-width: 1200px) {
  .lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right .lunit-mega-menu-submenu .lunit-mega-menu-submenu-item.fourth-level-item a {
    font-size: var(--Font-Size-f-size-xxs);
    line-height: var(--Line-Height-f-size-xxs);
  }
}
.lunit-header__menu li.has-dropdown .lunit-mega-menu-dropdown .lunit-mega-menu-right .lunit-mega-menu-submenu .lunit-mega-menu-submenu-item.fourth-level-item a:hover {
  background: var(--Lunit-Teal);
}
.lunit-header__menu li.has-dropdown.show-dropdown .lunit-mega-menu-dropdown, .lunit-header__menu li.has-dropdown:hover .lunit-mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.15);
}

.show-dropdown > a {
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.15);
  border-radius: 8px 8px 0px 0px;
}

.no-child a {
  border-radius: 8px;
}

.lunit-mega-menu-right .lunit-mega-submenu-group {
  margin-bottom: 15px;
  background-color: var(--Lightest-Gray);
  margin: 20px 15px !important;
  border-radius: 8px;
  padding: 10px;
}
.lunit-mega-menu-right .lunit-mega-submenu-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.lunit-mega-menu-right .lunit-mega-submenu-group .submenu-list-parent a {
  font-weight: 400;
  color: #5C6A6B;
  font-size: var(--Font-Size-f-size-xxxs);
  line-height: var(--Font-Size-f-size-xxxs);
  margin-bottom: 5px;
  display: block;
}
.lunit-mega-menu-right .lunit-mega-submenu-group .title-only a, .lunit-mega-menu-right .lunit-mega-submenu-group .title-only > span {
  color: #5C6A6B !important;
  font-size: var(--Font-Size-f-size-xxxs) !important;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-f-size-xxs) !important;
  text-transform: uppercase;
}
.lunit-mega-menu-right .lunit-mega-submenu-group .lunit-mega-menu-fourth-level .fourth-level-item {
  margin-bottom: 4px;
  max-width: 284px;
}
.lunit-mega-menu-right .lunit-mega-submenu-group .lunit-mega-menu-fourth-level .fourth-level-item a {
  font-size: 13px;
  color: var(--gray-700, #616161);
  padding: 6px 12px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.lunit-mega-menu-right .lunit-mega-menu-submenu-item:not(.submenu-list-parent):not(.fourth-level-item) {
  margin: 5px 15px;
}
.lunit-mega-menu-right .lunit-mega-menu-submenu-item:not(.submenu-list-parent):not(.fourth-level-item) a {
  display: block;
  padding: 10px 15px;
  color: var(--Darker-Gray) !important;
  font-size: var(--Font-Size-f-size-xxs) !important;
  font-weight: 400;
  line-height: var(--Line-Height-f-size-xxs);
  border-radius: 20px !important;
}
.lunit-mega-menu-right .lunit-mega-menu-submenu-item:not(.submenu-list-parent):not(.fourth-level-item) a:hover {
  background: var(--Lunit-Teal);
  border-radius: 20px;
}

.lunit-mega-menu-dropdown.has-fourth-level .lunit-mega-menu-right, .lunit-mega-menu-dropdown.has-third-level .lunit-mega-menu-right {
  min-width: 284px;
  margin: 10px 10px 10px 0px;
}
@media (max-width: 1480px) {
  .lunit-mega-menu-dropdown.has-fourth-level .lunit-mega-menu-right, .lunit-mega-menu-dropdown.has-third-level .lunit-mega-menu-right {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.lunit-mega-menu-dropdown.right-column-hidden .lunit-mega-menu-container {
  min-width: auto;
}
.lunit-mega-menu-dropdown.right-column-hidden .lunit-mega-menu-left {
  border-right: none;
  border-radius: 8px;
}

.lunit-header__mobile-menu-btn, .lunit-header__close-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: relative;
  z-index: 1001;
}
@media (max-width: 992px) {
  .lunit-header__mobile-menu-btn, .lunit-header__close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.lunit-header__mobile-menu-btn svg path, .lunit-header__close-btn svg path {
  fill: var(--Darker-Gray, #233232);
}
.lunit-header__mobile-menu-btn[aria-expanded=true] {
  display: none;
}
.lunit-header__close-btn {
  display: none;
  position: absolute;
  top: 25px;
  right: 15px;
}
@media (max-width: 992px) {
  .lunit-header__close-btn[aria-expanded=true] {
    display: flex;
  }
}
@media (max-width: 992px) {
  .lunit-header__close-btn {
    border: unset;
    display: block;
    position: relative;
    top: 0px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
}
.lunit-header__mobile-header {
  display: none;
}
@media (max-width: 992px) {
  .lunit-header__mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 34px;
    padding: 6.5px 15px;
  }
}
@media (max-width: 992px) {
  .lunit-header__nav-section {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--Lightest-Gray, #EFF0F4);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1000;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .lunit-header__nav-section.active {
    right: 0;
    visibility: visible;
    opacity: 1;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .lunit-header__menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }
  .lunit-header__menu li {
    width: 100%;
    border-bottom: 1px solid var(--Light-Gray, #CFD6D7);
    padding: 0px 15px;
  }
  .lunit-header__menu li a {
    font-family: var(--Font-Family-Body);
    font-size: var(--Font-Size-Paragraph-f-size);
    line-height: var(--Line-Height-Paragraph-line-height);
    font-weight: var(--Font-Weight-Regular);
    color: var(--Darker-Gray, #233232);
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .lunit-header__menu li a:after {
    content: "";
    width: 26px;
    height: 26px;
    padding: 4px;
    background-image: url("/en/wp-content/uploads/2025/09/forward-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .lunit-header__menu-link {
    font-size: var(--Font-Size-f-size-xs);
    line-height: var(--Line-Height-f-size-xs);
    height: auto;
    padding: 3px;
  }
}

@media (max-width: 992px) {
  .lunit-header__extra-actions {
    position: relative;
  }
}

.lunit-header__mobile-nav-content {
  display: none;
}
@media (max-width: 992px) {
  .lunit-header__mobile-nav-content {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

.lunit-header__mobile-language {
  display: none;
}
@media (max-width: 992px) {
  .lunit-header__mobile-language {
    display: block;
  }
  .lunit-header__mobile-language .gtranslate-switcher {
    right: unset;
    top: -15px;
    position: static;
    background: transparent;
    padding: 0;
    min-width: auto;
  }
  .lunit-header__mobile-language .gtranslate-switcher .gtranslate_wrapper {
    flex-direction: row-reverse;
    width: auto;
    padding: 0;
    padding-left: 10px;
  }
  .lunit-header__mobile-language .gtranslate-switcher select,
  .lunit-header__mobile-language .gtranslate-switcher a {
    display: block;
    padding: 0px 8px !important;
  }
  .lunit-header__mobile-language .lunit-header__language-links {
    display: flex;
    align-items: center;
    padding-top: var(--spacing-xl);
    padding-left: 18px;
    gap: 8px;
  }
  .lunit-header__mobile-language .lunit-header__language-links .lunit-header__language-text {
    font-family: var(--Font-Family-Body);
    font-size: var(--Font-Size-f-size-xs);
    line-height: var(--Line-Height-f-size-xs);
    color: var(--Paragraph-link);
    font-weight: var(--Font-Weight-Regular);
    padding: 4px 8px;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
  }
  .lunit-header__mobile-language .lunit-header__language-links .lunit-header__language-current {
    background-color: var(--Lunit-Teal);
    transition: all 0.3s ease-in-out;
  }
  .lunit-header__mobile-language .lunit-header__language-links .lunit-header__language-link:hover {
    background-color: var(--Lunit-Teal);
    transition: all 0.3s ease-in-out;
  }
}

.lunit-mobile-panel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: var(--Lightest-Gray, #EFF0F4);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.lunit-mobile-panel.active {
  display: block;
  transform: translateX(0);
  z-index: 2;
}
.lunit-mobile-panel#lunit-mobile-panel-root {
  position: static;
  transform: translateX(0);
  z-index: 1;
  min-height: auto;
}
.lunit-mobile-panel#lunit-mobile-panel-root.active {
  z-index: 2;
}
.lunit-mobile-panel .lunit-mobile-item.title-only .lunit-mobile-link {
  display: block;
  padding: 30px 15px 3px 15px;
  color: #5C6A6B;
  text-decoration: none;
  flex: 1;
  transition: color 0.3s ease;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.lunit-mobile-panel .lunit-mobile-item.title-only.no-top-space .lunit-mobile-link {
  padding-top: 5px;
}
.lunit-mobile-panel .lunit-mobile-item {
  border-bottom: 1px solid var(--Light-Gray);
  position: relative;
}
.lunit-mobile-panel .lunit-mobile-item--has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lunit-mobile-panel .lunit-mobile-item .lunit-mobile-link {
  display: block;
  padding: 9px 15px;
  color: var(--Darker-Gray);
  text-decoration: none;
  flex: 1;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.lunit-mobile-panel .lunit-mobile-item .lunit-mobile-expander {
  background: none;
  border: none;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.lunit-mobile-panel .lunit-mobile-item .lunit-mobile-expander svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.lunit-mobile-panel .lunit-mobile-header {
  margin-bottom: 10px;
}
.lunit-mobile-panel .lunit-mobile-header .lunit-mobile-back {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 20px;
  color: var(--vibrant-indigo-blue-100);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 0 15px;
  background-color: var(--White);
  border-radius: 50px;
}
.lunit-mobile-panel .lunit-mobile-header .lunit-mobile-back span {
  color: var(--Darker-Gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.lunit-mobile-panel .lunit-mobile-header .lunit-mobile-back svg {
  width: 10px;
  height: 16px;
}
.lunit-mobile-panel .lunit-mobile-separator {
  height: 1px;
  background: var(--Light-Gray);
  margin: 10px 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0.8;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0.8;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0.8;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .lunit-header__logo {
    width: 77px;
  }
}

.lunit-header__mobile-toggle {
  display: none;
}

.lunit-header__language-toggle {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.gtranslate-switcher {
  position: absolute;
  top: calc(100% + 10px);
  right: 20px;
  min-width: 45px;
  z-index: 10;
}
.gtranslate-switcher .gtranslate_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  background-color: #EFF0F4;
  padding: 10px;
  gap: 5px;
  width: 84px;
  align-items: center;
  border-radius: 8px;
}
.gtranslate-switcher .gtranslate_wrapper a.glink img {
  display: none;
}
.gtranslate-switcher .gtranslate_wrapper a.glink {
  border-radius: 100px;
  padding: 8px 18px;
  transition: all 0.3s ease-in-out;
}
.gtranslate-switcher .gtranslate_wrapper a.glink:hover, .gtranslate-switcher .gtranslate_wrapper a.glink.gt-current-lang {
  background-color: #00C9EA;
  transition: all 0.3s ease-in-out;
}
.gtranslate-switcher .gtranslate_wrapper a.glink span {
  font-size: var(--Font-Size-f-size-xs);
  color: #233232;
  font-weight: 400;
}

.timeline-section {
  background: var(--Black);
  position: relative;
  padding: var(--spacing-4xl) 0;
}
.timeline-section .timeline-section__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  padding: 0 var(--spacing-xl);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1480px) {
  .timeline-section .timeline-section__container {
    max-width: 100%;
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
.timeline-section .timeline-section__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  max-width: 711px;
}
@media (max-width: 767px) {
  .timeline-section .timeline-section__header {
    max-width: 100%;
  }
}
.timeline-section .timeline-section__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--White);
  margin: 0;
}
.timeline-section .timeline-section__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: 0;
}
.timeline-section .timeline-section__timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.timeline-section .timeline-section__years-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--Darker-Gray);
  padding-bottom: var(--spacing-xs);
  overflow: hidden;
}
@media (max-width: 992px) {
  .timeline-section .timeline-section__years-row {
    flex-direction: column;
    gap: var(--spacing-md);
    align-items: flex-start;
    overflow: visible;
  }
}
.timeline-section .timeline-section__years {
  flex: 1;
  display: flex;
  gap: var(--spacing-4xl);
  align-items: baseline;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  overflow: hidden;
  min-width: 0;
}
@media (max-width: 1200px) {
  .timeline-section .timeline-section__years {
    gap: var(--spacing-3xl);
    overflow-x: hidden;
  }
}
@media (max-width: 992px) {
  .timeline-section .timeline-section__years {
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 767px) {
  .timeline-section .timeline-section__years {
    gap: 50px;
    flex-wrap: nowrap;
    overflow-x: hidden;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .timeline-section .timeline-section__years {
    gap: 40px;
  }
}
.timeline-section .timeline-section__year {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  color: var(--White);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  text-align: center;
  transform: translateY(0);
  max-width: 100%;
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-f-size-4xl);
  opacity: 0.1;
}
.timeline-section .timeline-section__year:hover {
  opacity: 0.7;
}
.timeline-section .timeline-section__year--position-1 {
  opacity: 1;
}
.timeline-section .timeline-section__year--position-2 {
  opacity: 0.5;
}
.timeline-section .timeline-section__year--position-3 {
  opacity: 0.3;
}
.timeline-section .timeline-section__year--position-4 {
  opacity: 0.2;
}
.timeline-section .timeline-section__year--position-5 {
  opacity: 0.1;
}
.timeline-section .timeline-section__year--active {
  display: block;
}
.timeline-section .timeline-section__navigation {
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .timeline-section .timeline-section__navigation {
    gap: var(--spacing-xs);
    align-self: flex-end;
    margin-top: var(--spacing-sm);
  }
}
.timeline-section .timeline-section__nav-btn {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: unset;
  background: transparent;
  color: var(--White);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10;
  padding: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .timeline-section .timeline-section__nav-btn {
    width: 30px;
    height: 30px;
  }
}
.timeline-section .timeline-section__nav-btn:hover svg circle {
  fill: var(--Lunit-Teal);
  transition: all 0.3s ease-in-out;
}
.timeline-section .timeline-section__nav-btn:hover svg path {
  fill: var(--White);
  transition: all 0.3s ease-in-out;
}
.timeline-section .timeline-section__nav-btn svg {
  transition: all 0.3s ease-in-out;
}
.timeline-section .timeline-section__nav-btn svg circle {
  transition: all 0.3s ease-in-out;
}
.timeline-section .timeline-section__nav-btn svg path {
  transition: all 0.3s ease-in-out;
}
.timeline-section .timeline-section__nav-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.timeline-section .timeline-section__nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.1);
}
.timeline-section .timeline-section__nav-btn--next {
  transform: rotate(180deg);
}
.timeline-section .timeline-section__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 767px) {
  .timeline-section .timeline-section__content {
    gap: var(--spacing-2xl);
  }
}
.timeline-section .timeline-section__item {
  width: 100%;
  max-width: 100%;
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section .timeline-section__item--active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .timeline-section .timeline-section__item {
    max-width: 100%;
  }
}
.timeline-section .timeline-section__item-content .timeline-section__columns {
  display: flex;
  gap: var(--spacing-4xl);
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .timeline-section .timeline-section__item-content .timeline-section__columns {
    gap: var(--spacing-xxl);
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .timeline-section .timeline-section__item-content .timeline-section__columns {
    flex-direction: column;
    gap: var(--spacing-sm);
    overflow: visible;
  }
}
.timeline-section .timeline-section__item-content .timeline-section__column {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .timeline-section .timeline-section__item-content .timeline-section__column {
    min-width: calc(50% - var(--spacing-xl));
  }
}
@media (max-width: 767px) {
  .timeline-section .timeline-section__item-content .timeline-section__column {
    min-width: 100%;
    max-width: 100%;
  }
}
.timeline-section .timeline-section__item-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-section .timeline-section__item-content ul li {
  font-family: var(--Font-Family-Secondary);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xs);
  color: var(--White);
  position: relative;
  padding-left: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
  text-wrap: balance;
}
.timeline-section .timeline-section__item-content ul li:last-child {
  margin-bottom: 0;
}
.timeline-section .timeline-section__item-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--White);
}

.timeline-section__year,
.timeline-section__item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-section.loading .timeline-section__year,
.timeline-section.loading .timeline-section__nav-btn {
  pointer-events: none;
}

.media-center-wrapper {
  position: relative;
  overflow: hidden;
  padding: var(--spacing-4xl) 0;
  background: var(--Black);
}

.media-center {
  position: relative;
  z-index: 2;
}
.media-center__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .media-center__container {
    padding: 0 var(--container-spacing);
  }
}
.media-center__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  max-width: 888px;
}
@media (max-width: 992px) {
  .media-center__header {
    text-align: center;
  }
}
.media-center__heading {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--White);
  margin: 0;
}
.media-center__description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: 0;
}
.media-center__description p {
  margin: 0;
  line-height: inherit;
}
.media-center__sections {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--spacing-xxl);
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .media-center__sections {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .media-center__sections {
    flex-direction: column;
    height: auto;
    gap: var(--spacing-xl);
  }
}
.media-center__section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .media-center__section {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.media-center__section-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--White);
  margin: 0;
}
.media-center__section-links {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .media-center__section-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.media-center__social-icons {
  display: flex;
  align-items: flex-end;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .media-center__social-icons {
    align-items: center;
  }
}
.media-center__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.media-center__social-icon svg {
  display: block;
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon--youtube {
  width: 38px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon--youtube svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon--linkedin {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon--linkedin svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon--linkedin svg path {
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon:hover {
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon:hover svg {
  transition: all 0.3s ease-in-out;
}
.media-center__social-icon:hover svg path {
  fill: var(--Lunit-Teal);
  transition: all 0.3s ease-in-out;
}
.media-center__blog-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: var(--border-radius-mid);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--White);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.media-center__blog-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: var(--White);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.media-center__blog-link:hover::after {
  opacity: 0.7;
}
.media-center__separator {
  width: 1px;
  height: 99px;
  background: var(--Dark-Grey);
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .media-center__separator {
    width: 100%;
    height: 1px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .media-center__sections {
    gap: var(--spacing-lg, 24px);
  }
  .media-center__section-links {
    align-items: center;
    gap: var(--spacing-sm, 12px);
  }
  .media-center__social-icons {
    gap: var(--spacing-sm, 12px);
  }
  .media-center__social-icon--youtube {
    width: 32px;
    height: 33px;
  }
  .media-center__social-icon--linkedin {
    width: 26px;
    height: 26px;
  }
}
@media (prefers-contrast: high) {
  .media-center__social-icon:focus, .media-center__blog-link:focus {
    outline: 3px solid var(--White);
    outline-offset: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .media-center__social-icon, .media-center__blog-link {
    transition: none;
  }
  .media-center__social-icon:hover, .media-center__blog-link:hover {
    transform: none;
  }
}
.solutions-overview-wrapper {
  padding: var(--spacing-4xl) 0;
}

.solutions-overview__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .solutions-overview__container {
    padding: 0 var(--container-spacing);
  }
}
.solutions-overview__header {
  margin-bottom: var(--spacing-xxl);
}
@media (max-width: 992px) {
  .solutions-overview__header {
    margin-bottom: var(--spacing-xxl);
  }
}
.solutions-overview--heading-center .solutions-overview__header {
  text-align: center;
}
.solutions-overview--heading-left .solutions-overview__header {
  text-align: left;
}
.solutions-overview__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.solutions-overview__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}
.solutions-overview__divider hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, var(--Black) 0%, var(--White) 99.99%, var(--White) 100%);
  margin: 0;
}
.solutions-overview__category {
  display: flex;
  gap: var(--spacing-4xl);
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .solutions-overview__category {
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 992px) {
  .solutions-overview__category {
    flex-direction: column;
  }
}
.solutions-overview__category-main {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  flex: 0 0 auto;
  max-width: 468px;
}
@media (max-width: 992px) {
  .solutions-overview__category-main {
    max-width: 100%;
    width: 100%;
    gap: var(--spacing-md);
  }
}
.solutions-overview__category-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.solutions-overview__category-description {
  font-weight: var(--Font-Weight-Light);
}
.solutions-overview__category-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions-overview__category-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .solutions-overview__category-icon {
    width: 50px;
    height: 50px;
  }
}
.solutions-overview__category-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Black);
  margin: 0;
  flex: 1;
}
.solutions-overview__category-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .solutions-overview__category-description {
    max-width: 85%;
  }
}
.solutions-overview__category-description p {
  margin: 0;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin-bottom: 15px;
}
.solutions-overview__category-description p:last-child {
  margin-bottom: 0;
}
.solutions-overview__solutions {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .solutions-overview__solutions {
    padding-top: 0px;
  }
}
.solutions-overview__category[data-category=cancer-screening] .solutions-overview__solutions {
  gap: var(--spacing-3xl);
}
.solutions-overview__solutions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-3xl);
  max-width: 634px;
}
@media (max-width: 992px) {
  .solutions-overview__solutions-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: var(--spacing-lg);
  }
}
.solutions-overview__category[data-category=precision-oncology] .solutions-overview__solutions {
  max-width: 547px;
}
@media (max-width: 992px) {
  .solutions-overview__category[data-category=precision-oncology] .solutions-overview__solutions {
    width: 100%;
  }
}
.solutions-overview__solutions-single-column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.solutions-overview__solutions-column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  max-width: 277px;
}
@media (max-width: 992px) {
  .solutions-overview__solutions-column {
    max-width: 100%;
  }
}
.solutions-overview__solution-item {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxxs);
}
.solutions-overview__solution-link {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: var(--spacing-xs);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}
.solutions-overview__solution-link span svg circle {
  transition: all 0.3s ease-in-out;
}
.solutions-overview__solution-link span svg path {
  transition: all 0.3s ease-in-out;
}
.solutions-overview__solution-link:hover .solutions-overview__solution-title {
  text-decoration: underline;
}
.solutions-overview__solution-link:hover span svg circle {
  fill: var(--Lunit-Teal);
  transition: all 0.3s ease-in-out;
}
.solutions-overview__solution-link:hover span svg path {
  stroke: var(--Black);
  transition: all 0.3s ease-in-out;
}
.solutions-overview__solution-title {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--Paragraph-link);
}
.solutions-overview__solution-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.solutions-overview__solution-icon svg {
  width: 100%;
  height: 100%;
}
.solutions-overview__solution-description p, .solutions-overview__solution-description ul {
  margin: 12px 0px 0px;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--text);
}
.solutions-overview__solution-description ul {
  list-style: disc;
  padding-left: 27px;
}
.solutions-overview__solution-description ul li {
  margin-bottom: 0;
}
.solutions-overview__solution-description ul li:not(:last-child) {
  margin-bottom: 12px;
}

.lunit-single-post-content {
  display: block;
}
.lunit-single-post-content p img {
  max-width: 100%;
}

.lunit-working-section {
  padding: var(--spacing-4xl) 0;
  background: var(--Brand-Colors-Primary-White);
}
.lunit-working-section .lunit-working__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1480px) {
  .lunit-working-section .lunit-working__container {
    padding: 0 var(--container-spacing);
  }
}
.lunit-working-section .lunit-working__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacing-xxl);
  gap: var(--spacing-xxl);
  width: 100%;
}
@media (max-width: 767px) {
  .lunit-working-section .lunit-working__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lunit-working-section .lunit-working__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
  width: 80%;
  max-width: 1113px;
}
@media (max-width: 1480px) {
  .lunit-working-section .lunit-working__title {
    width: 70%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.lunit-working-section .lunit-working__details {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.lunit-working-section .lunit-working__card {
  background: linear-gradient(90deg, rgba(207, 214, 215, 0.5) 0%, rgba(239, 240, 244, 0.5) 100%);
  border-radius: 8px;
  padding: var(--spacing-lg) var(--spacing-xl);
  display: flex;
  align-items: flex-start;
}
.lunit-working-section .lunit-working__card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  height: 100%;
}
.lunit-working-section .lunit-working__card-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media (max-width: 767px) {
  .lunit-working-section .lunit-working__card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lunit-working-section .lunit-working__card-icon {
  flex-shrink: 0;
  width: 103px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lunit-working-section .lunit-working__card-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lunit-working-section .lunit-working__card-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Heading-Color-1);
  margin: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .lunit-working-section .lunit-working__card-title {
    width: 100%;
  }
}
.lunit-working-section .lunit-working__benefits-grid {
  display: grid;
  gap: var(--spacing-xxl);
  flex: 1;
  align-content: flex-start;
}
.lunit-working-section .lunit-working__benefits-grid--card1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 767px) {
  .lunit-working-section .lunit-working__benefits-grid--card1 {
    grid-template-columns: 1fr;
  }
}
.lunit-working-section .lunit-working__benefits-grid--card1 .lunit-working__benefits-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-direction: row;
  gap: var(--spacing-xl);
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .lunit-working-section .lunit-working__benefits-grid--card1 .lunit-working__benefits-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lunit-working-section .lunit-working__benefits-grid--card2, .lunit-working-section .lunit-working__benefits-grid--card3 {
  gap: var(--spacing-xl);
}
.lunit-working-section .lunit-working__benefits-column {
  display: flex;
  flex-direction: row;
  gap: 69px;
}
@media (max-width: 992px) {
  .lunit-working-section .lunit-working__benefits-column {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .lunit-working-section .lunit-working__benefits-column {
    flex-direction: column;
  }
}
.lunit-working__card--2 .lunit-working-section .lunit-working__benefits-column, .lunit-working__card--3 .lunit-working-section .lunit-working__benefits-column {
  gap: 58px;
}
@media (max-width: 992px) {
  .lunit-working__card--2 .lunit-working-section .lunit-working__benefits-column, .lunit-working__card--3 .lunit-working-section .lunit-working__benefits-column {
    gap: var(--spacing-xl);
  }
}
.lunit-working-section .lunit-working__benefit-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  max-width: 655px;
  width: 100%;
}
.lunit-working-section .lunit-working__benefit-title {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-SemiBold);
  line-height: var(--Line-Height-f-size-md);
  margin: 0;
}
.lunit-working-section .lunit-working__card--1 .lunit-working__benefit-title,
.lunit-working-section .lunit-working__card--3 .lunit-working__benefit-title {
  color: var(--Heading-Color-2);
}
.lunit-working-section .lunit-working__card--2 .lunit-working__benefit-title {
  color: var(--Heading-Color-1);
}
.lunit-working-section .lunit-working__benefit-description {
  color: var(--text);
  margin: 0;
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
}
.lunit-working-section .lunit-working__benefit-description p {
  margin: 0 0 var(--spacing-sm);
}
.lunit-working-section .lunit-working__benefit-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .lunit-working-section .lunit-working__card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .lunit-working-section .lunit-working__card-icon {
    width: 80px;
    height: 55px;
  }
  .lunit-working-section .lunit-working__benefits-grid--card1, .lunit-working-section .lunit-working__benefits-grid--card2, .lunit-working-section .lunit-working__benefits-grid--card3 {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
  }
}

.supreme-financial-documents {
  padding: var(--spacing-4xl) 0;
}
.supreme-financial-documents__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .supreme-financial-documents__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
.supreme-financial-documents__header {
  margin-bottom: var(--spacing-xl);
}
.supreme-financial-documents__main-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-5xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-5xl);
  color: var(--Heading-Color-1);
  margin: 0 0 var(--spacing-xxl) 0;
}
.supreme-financial-documents__subtitle, .supreme-financial-documents__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-financial-documents__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  overflow-x: auto;
}
.supreme-financial-documents__card {
  background: var(--Lightest-Gray);
  border-radius: 8px;
  padding: var(--spacing-md);
  width: 1440px;
}
@media (max-width: 992px) {
  .supreme-financial-documents__card {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__card {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.supreme-financial-documents__tabs {
  display: flex;
  padding: var(--spacing-xs) 0;
  flex-wrap: wrap;
}
.supreme-financial-documents__tab {
  background: transparent;
  border: none;
  border-radius: 100px;
  padding: var(--spacing-xs) var(--spacing-md);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-Paragraph-f-size);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Paragraph-line-height);
  color: var(--text);
  margin: 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.supreme-financial-documents__tab:hover, .supreme-financial-documents__tab.active {
  background: var(--Lunit-Teal);
  color: var(--Black);
}
.supreme-financial-documents__documents {
  overflow: hidden;
}
.supreme-financial-documents__table-header {
  display: flex;
  padding: var(--spacing-xs) var(--spacing-md);
  background: var(--White);
  border-radius: 8px;
}
.supreme-financial-documents__table-header--simple .supreme-financial-documents__header-cell--attachment {
  text-align: left;
}
.supreme-financial-documents__table-header--simple .supreme-financial-documents__cell--attachment {
  text-align: left;
}
.supreme-financial-documents__header-cell {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--Heading-Color-1);
}
.supreme-financial-documents__header-cell--files {
  text-align: left;
  flex: 0 0 335px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__header-cell--files {
    flex: 0 0 300px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__header-cell--files {
    flex: 0 0 250px;
  }
}
.supreme-financial-documents__header-cell--date {
  text-align: left;
  flex: 0 0 358px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__header-cell--date {
    flex: 0 0 250px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__header-cell--date {
    flex: 0 0 210px;
  }
}
.supreme-financial-documents__header-cell--language {
  text-align: left;
  flex: 0 0 297px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__header-cell--language {
    flex: 0 0 250px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__header-cell--language {
    flex: 0 0 210px;
  }
}
.supreme-financial-documents__header-cell--file-type {
  text-align: left;
  flex: 0 0 185px;
}
@media (max-width: 767px) {
  .supreme-financial-documents__header-cell--file-type {
    flex: 0 0 120px;
  }
}
.supreme-financial-documents__header-cell--attachment {
  text-align: right;
  flex: 0 0 181px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__header-cell--attachment {
    flex: 0 0 200px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__header-cell--attachment {
    flex: 0 0 130px;
  }
}
.supreme-financial-documents__year-content {
  display: none;
}
.supreme-financial-documents__year-content.active {
  display: block;
}
.supreme-financial-documents__row {
  display: flex;
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--Light-Gray);
  align-items: center;
}
.supreme-financial-documents__row:last-child {
  border-bottom: none;
}
.supreme-financial-documents__cell {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Heading-Color-1);
}
.supreme-financial-documents__cell--files {
  text-align: left;
  flex: 0 0 335px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__cell--files {
    flex: 0 0 300px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__cell--files {
    flex: 0 0 250px;
  }
}
.supreme-financial-documents__cell--date {
  text-align: left;
  flex: 0 0 358px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__cell--date {
    flex: 0 0 250px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__cell--date {
    flex: 0 0 210px;
  }
}
.supreme-financial-documents__cell--language {
  text-align: left;
  flex: 0 0 297px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__cell--language {
    flex: 0 0 250px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__cell--language {
    flex: 0 0 210px;
  }
}
.supreme-financial-documents__cell--file-type {
  text-align: left;
  flex: 0 0 185px;
}
@media (max-width: 767px) {
  .supreme-financial-documents__cell--file-type {
    flex: 0 0 120px;
  }
}
.supreme-financial-documents__cell--attachment {
  text-align: right;
  flex: 0 0 181px;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__cell--attachment {
    flex: 0 0 200px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__cell--attachment {
    flex: 0 0 130px;
  }
}
.supreme-financial-documents__download-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs);
  background: transparent;
  border: none;
  border-radius: var(--border-radius-mid);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.supreme-financial-documents__download-btn:hover {
  text-decoration: underline;
}
.supreme-financial-documents__download-btn:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: var(--Lunit-Teal);
}
.supreme-financial-documents__download-btn--disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.supreme-financial-documents__error-message {
  display: inline-block;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-xs);
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--border-radius-small);
  border: 1px solid rgba(220, 53, 69, 0.2);
  text-align: center;
  max-width: 120px;
  word-wrap: break-word;
}
.supreme-financial-documents__download-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.supreme-financial-documents__empty {
  padding: var(--spacing-md) var(--spacing-md);
  text-align: center;
}
.supreme-financial-documents__empty p {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-Paragraph-f-size);
  color: var(--text);
  margin: 0;
  opacity: 0.7;
}
.supreme-financial-documents__row--accordion {
  cursor: default;
}
.supreme-financial-documents .supreme-financial-documents__accordion-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2xs);
  background: transparent;
  border: 0;
  font: inherit;
  color: var(--text);
  cursor: pointer;
  padding: 0;
}
.supreme-financial-documents .supreme-financial-documents__accordion-toggle .supreme-financial-documents__accordion-icon .chev {
  display: inline-block;
  transition: transform 0.2s ease;
}
.supreme-financial-documents .supreme-financial-documents__accordion-toggle .supreme-financial-documents__accordion-icon .chev.chev-up {
  transform: rotate(180deg);
}
.supreme-financial-documents .supreme-financial-documents__accordion-toggle .supreme-financial-documents__accordion-icon .chev.chev-down {
  transform: rotate(180deg);
}
.supreme-financial-documents .supreme-financial-documents__accordion-toggle:has(.supreme-financial-documents__download-btn--inline) .supreme-financial-documents__accordion-icon {
  display: none;
}
.supreme-financial-documents__row-details {
  display: none;
  background: var(--White);
  border-left: 1px solid var(--Light-Gray);
  border-right: 1px solid var(--Light-Gray);
  border-bottom: 1px solid var(--Light-Gray);
  padding: 0 var(--spacing-md) var(--spacing-md);
  width: 100%;
}
.supreme-financial-documents__row-details .supreme-financial-documents__row-details-inner {
  padding: var(--spacing-lg) 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-sm);
}
@media (: ) {
  .supreme-financial-documents__row-details .supreme-financial-documents__row-details-inner {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
}
.supreme-financial-documents__row-details .supreme-financial-documents__row-details-inner .supreme-financial-documents__text-content .supreme-financial-documents__content-text p {
  margin-bottom: var(--spacing-sm);
  margin-top: 0px;
}
.supreme-financial-documents__row-details .supreme-financial-documents__row-details-inner .supreme-financial-documents__text-content .supreme-financial-documents__content-text ul li, .supreme-financial-documents__row-details .supreme-financial-documents__row-details-inner .supreme-financial-documents__text-content .supreme-financial-documents__content-text ol li {
  margin-bottom: var(--spacing-sm);
}
.supreme-financial-documents__row-details .supreme-financial-documents__image-content {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .supreme-financial-documents__row-details .supreme-financial-documents__image-content {
    flex-direction: column;
  }
}
.supreme-financial-documents__row-details .supreme-financial-documents__image-item {
  flex: 1;
  min-width: 200px;
}
@media (max-width: 767px) {
  .supreme-financial-documents__row-details .supreme-financial-documents__image-item {
    flex: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.supreme-financial-documents__row-details .supreme-financial-documents__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.supreme-financial-documents__row-details .supreme-financial-documents__details-actions {
  display: flex;
  gap: var(--spacing-sm);
  justify-content: flex-start;
  align-items: center;
}
@media (: ) {
  .supreme-financial-documents__row-details .supreme-financial-documents__details-actions {
    justify-content: flex-end;
  }
}
.supreme-financial-documents__accordion-toggle-snippet {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .supreme-financial-documents__accordion-toggle-snippet {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__accordion-toggle-snippet {
    max-width: 150px;
  }
}
.supreme-financial-documents__header-cell--attachment, .supreme-financial-documents__cell--attachment {
  text-align: right;
}

.supreme-financial-documents__year-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.supreme-financial-documents__year-content.active {
  opacity: 1;
}

.supreme-financial-documents__card--simple {
  width: 100%;
}
@media (max-width: 992px) {
  .supreme-financial-documents__card--simple {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__card--simple {
    width: 800px;
  }
}
@media (max-width: 480px) {
  .supreme-financial-documents__card--simple {
    width: 700px;
  }
}
.supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .supreme-financial-documents__cell.supreme-financial-documents__cell--attachment {
  text-align: left;
}
.supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .expand-text, .supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .collapse-text {
  color: var(--Paragraph-link);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Medium);
  line-height: var(--Line-Height-f-size-sm);
}
.supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .chev {
  border-radius: 100px;
  background: var(--Black);
  margin-left: 10px;
  margin-top: 8px;
  width: 19px;
  height: 18px;
}
.supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .supreme-financial-documents__cell--files {
  margin-right: 10px;
}
@media (min-width: 1400px) {
  .supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .supreme-financial-documents__cell--files {
    flex: 0 0 420px;
  }
}
@media (max-width: 992px) {
  .supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .supreme-financial-documents__cell--files {
    flex: 0 0 400px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__card--simple .supreme-financial-documents__row--simple .supreme-financial-documents__cell--files {
    flex: 0 0 250px;
  }
}
.supreme-financial-documents__card--simple .supreme-financial-documents__table-header--simple .supreme-financial-documents__header-cell--files {
  margin-right: 10px;
}
@media (min-width: 1400px) {
  .supreme-financial-documents__card--simple .supreme-financial-documents__table-header--simple .supreme-financial-documents__header-cell--files {
    text-align: left;
    flex: 0 0 420px;
  }
}
@media (max-width: 992px) {
  .supreme-financial-documents__card--simple .supreme-financial-documents__table-header--simple .supreme-financial-documents__header-cell--files {
    flex: 0 0 400px;
  }
}
@media (max-width: 767px) {
  .supreme-financial-documents__card--simple .supreme-financial-documents__table-header--simple .supreme-financial-documents__header-cell--files {
    flex: 0 0 250px;
  }
}

.lunit-open-positions {
  position: relative;
  background: radial-gradient(14.51% 22.22% at 0% 0.01%, rgba(0, 201, 234, 0.2) 0%, rgba(0, 201, 234, 0) 100%), radial-gradient(12.64% 14.85% at 100.03% 100%, rgba(255, 226, 5, 0.4) 0%, rgba(255, 194, 5, 0) 100%), radial-gradient(14.75% 26.98% at 100% 100.01%, rgba(86, 193, 77, 0.2) 32.38%, rgba(86, 193, 77, 0) 100%), radial-gradient(22.43% 47.49% at 100% 100.03%, rgba(0, 201, 234, 0.2) 15.2%, rgba(0, 201, 234, 0.08) 54.29%, rgba(0, 201, 234, 0) 100%);
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .lunit-open-positions {
    background: radial-gradient(30.51% 12.22% at 0% 0.01%, rgba(0, 201, 234, 0.3) 0%, rgba(0, 201, 234, 0) 100%), radial-gradient(22.64% 7.85% at 100.03% 100%, rgba(255, 226, 5, 0.4) 0%, rgba(255, 194, 5, 0) 100%), radial-gradient(19.75% 10.98% at 100% 100.01%, rgba(86, 193, 77, 0.2) 32.38%, rgba(86, 193, 77, 0) 100%), radial-gradient(40.43% 22.49% at 100% 100.03%, rgba(0, 201, 234, 0.2) 15.2%, rgba(0, 201, 234, 0.08) 54.29%, rgba(0, 201, 234, 0) 100%);
  }
}
.lunit-open-positions__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .lunit-open-positions__container {
    padding: 0 var(--container-spacing);
  }
}
.lunit-open-positions__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.lunit-open-positions__header-content {
  display: flex;
  gap: var(--spacing-xl);
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .lunit-open-positions__header-content {
    flex-direction: column;
  }
}
.lunit-open-positions__title-section {
  width: 50%;
  max-width: 643px;
}
@media (max-width: 1200px) {
  .lunit-open-positions__title-section {
    width: 100%;
    max-width: 100%;
  }
}
.lunit-open-positions__main-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  margin: 0;
  text-align: left;
}
.lunit-open-positions__company-info {
  flex: 1;
  max-width: 767px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 1200px) {
  .lunit-open-positions__company-info {
    max-width: 100%;
  }
}
.lunit-open-positions__company-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--Heading-Color-2);
  margin: 0;
}
.lunit-open-positions__company-description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  margin: 0;
}
.lunit-open-positions__jobs-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.lunit-open-positions__jobs-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Heading-Color-2);
  text-align: left;
  margin: 0;
}
.lunit-open-positions__jobs-container {
  background: var(--Lightest-Gray);
  border-radius: 20px;
  padding: var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  overflow-x: auto;
}
@media (max-width: 992px) {
  .lunit-open-positions__jobs-container {
    background: transparent;
    padding: 0;
    gap: var(--spacing-lg);
    overflow-x: visible;
  }
}
.lunit-open-positions__tabs {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .lunit-open-positions__tabs {
    width: 100%;
  }
}
.lunit-open-positions__tab-buttons {
  background: var(--Light-Gray);
  border-radius: 100px;
  padding: 5px;
  display: flex;
  gap: 0;
}
@media (max-width: 992px) {
  .lunit-open-positions__tab-buttons {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .lunit-open-positions__tab-buttons {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
  }
}
.lunit-open-positions__tab-button {
  background: transparent;
  border: none;
  padding: var(--spacing-xs) var(--spacing-md);
  border-radius: 100px;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .lunit-open-positions__tab-button {
    padding: var(--spacing-xxs) var(--spacing-sm);
    white-space: normal;
    text-wrap: balance;
  }
  .lunit-open-positions__tab-button:not(:last-child) {
    margin-bottom: var(--spacing-sm);
  }
}
.lunit-open-positions__tab-button.active {
  background: var(--Lunit-Teal);
  color: var(--Black);
}
.lunit-open-positions__tab-button:hover {
  background: var(--Lunit-Teal);
  color: var(--Black);
}
.lunit-open-positions__table-header {
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: var(--spacing-xs) var(--spacing-md);
  background: var(--White);
  margin-bottom: var(--spacing-xs);
}
@media (max-width: 992px) {
  .lunit-open-positions__table-header {
    display: none;
  }
}
.lunit-open-positions__header-cell {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--Heading-Color-1);
}
.lunit-open-positions__header-cell--title {
  flex: 0 0 530px;
}
@media (max-width: 1439px) {
  .lunit-open-positions__header-cell--title {
    flex: 0 0 470px;
  }
}
@media (max-width: 1200px) {
  .lunit-open-positions__header-cell--title {
    flex: 0 0 380px;
  }
}
.lunit-open-positions__header-cell--department {
  flex: 0 0 360px;
}
@media (max-width: 1439px) {
  .lunit-open-positions__header-cell--department {
    flex: 0 0 270px;
  }
}
@media (max-width: 1200px) {
  .lunit-open-positions__header-cell--department {
    flex: 0 0 160px;
  }
}
.lunit-open-positions__header-cell--location {
  flex: 1;
}
@media (max-width: 992px) {
  .lunit-open-positions__header-cell--location {
    flex: 0 0 150px;
  }
}
.lunit-open-positions__tab-content {
  display: none;
}
.lunit-open-positions__tab-content.active {
  display: block;
}
.lunit-open-positions__tab-content .lunit-open-positions__tab-footer {
  text-align: center;
  margin-top: var(--spacing-xl);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.lunit-open-positions__tab-content .lunit-open-positions__tab-footer div {
  max-width: 1000px;
}
.lunit-open-positions__tab-content .lunit-open-positions__tab-footer .lunit-open-positions__description-text {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
}
.lunit-open-positions__job-row-container {
  border-top: 1px solid var(--Light-Gray);
  transition: all 0.15s ease-in-out;
  margin-bottom: var(--spacing-xxs);
}
.lunit-open-positions__job-row-container:first-child {
  border-top: none;
}
.lunit-open-positions__job-row-container:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .lunit-open-positions__job-row-container {
    border-top: none;
    margin-bottom: var(--spacing-lg);
    background: var(--Lightest-Gray);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
}
.lunit-open-positions__job-row-container:hover {
  border-color: transparent;
  transition: all 0.15s ease-in-out;
}
.lunit-open-positions__job-row-container:hover .lunit-open-positions__job-cell--action-text {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.lunit-open-positions__job-row-container:hover .lunit-open-positions__job-cell--title {
  transition: all 0.3s ease-in-out;
  flex: 0 0 543px;
  padding-right: var(--spacing-xs);
}
@media (max-width: 1439px) {
  .lunit-open-positions__job-row-container:hover .lunit-open-positions__job-cell--title {
    flex: 0 0 470px;
  }
}
@media (max-width: 1200px) {
  .lunit-open-positions__job-row-container:hover .lunit-open-positions__job-cell--title {
    flex: 0 0 380px;
  }
}
.lunit-open-positions__job-row {
  display: flex;
  align-items: center;
  padding: var(--spacing-xl);
  transition: all 0.3s ease-in-out;
  border-radius: 120px;
}
.lunit-open-positions__job-row:hover {
  transition: all 0.3s ease-in-out;
  background: var(--Lunit-Teal);
}
@media (max-width: 992px) {
  .lunit-open-positions__job-row {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    border-radius: 0;
    background: transparent;
    gap: 0;
  }
  .lunit-open-positions__job-row:hover {
    background: transparent;
  }
}
.lunit-open-positions__job-cell {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell {
    flex: none !important;
    width: 100%;
    padding: var(--spacing-md) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    position: relative;
  }
  .lunit-open-positions__job-cell:last-child {
    border-bottom: none;
  }
  .lunit-open-positions__job-cell::before {
    content: attr(data-label);
    font-family: var(--Font-Family-Heading);
    font-weight: var(--Font-Weight-Regular);
    min-width: 110px;
    margin-right: var(--spacing-xl);
    flex-shrink: 0;
    font-size: var(--Font-Size-f-size-lg);
    line-height: var(--Line-Height-f-size-lg);
    color: var(--Heading-Color-1);
  }
}
.lunit-open-positions__job-cell--title {
  flex: 0 0 518px;
  padding-right: var(--spacing-xs);
  transition: all 0.3s ease-in-out;
}
.lunit-open-positions__job-cell--title p {
  margin: 0px;
}
@media (max-width: 1439px) {
  .lunit-open-positions__job-cell--title {
    flex: 0 0 460px;
  }
}
@media (max-width: 1200px) {
  .lunit-open-positions__job-cell--title {
    flex: 0 0 370px;
  }
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell--title::before {
    content: "Job Title";
  }
}
.lunit-open-positions__job-cell--department {
  flex: 0 0 360px;
  padding-right: var(--spacing-xs);
}
@media (max-width: 1439px) {
  .lunit-open-positions__job-cell--department {
    flex: 0 0 270px;
  }
}
@media (max-width: 1200px) {
  .lunit-open-positions__job-cell--department {
    flex: 0 0 160px;
  }
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell--department::before {
    content: "Department";
  }
}
.lunit-open-positions__job-cell--location {
  flex: 0 0 230px;
  padding-right: var(--spacing-xs);
}
@media (max-width: 1200px) {
  .lunit-open-positions__job-cell--location {
    flex: 0 0 170px;
  }
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell--location {
    flex: 0 0 150px;
  }
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell--location::before {
    content: "Location";
  }
}
.lunit-open-positions__job-cell--action {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell--action {
    justify-content: flex-start;
    padding: var(--spacing-md);
    margin: 0;
    border-radius: 0 0 20px 20px;
    color: var(--Heading-Color-1);
    font-weight: var(--Font-Weight-Medium);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }
  .lunit-open-positions__job-cell--action::before {
    content: "Apply Now";
    color: var(--Heading-Color-1);
    z-index: 2;
    position: relative;
  }
}
.lunit-open-positions__job-cell--action-text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-xs);
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell--action-text {
    display: none;
  }
}
.lunit-open-positions__job-cell--action-icon {
  display: flex;
  width: 22px;
  height: 22px;
}
@media (max-width: 992px) {
  .lunit-open-positions__job-cell--action-icon {
    width: 18px;
    height: 18px;
  }
}
.lunit-open-positions__job-cell--action-icon svg {
  width: 100%;
  height: 100%;
}
.lunit-open-positions__empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-md);
}
.lunit-open-positions__empty-state-content {
  text-align: center;
  max-width: 400px;
}
.lunit-open-positions__empty-state-icon {
  margin: 0 auto var(--spacing-lg);
  width: 48px;
  height: 48px;
  color: var(--Gray-400);
}
.lunit-open-positions__empty-state-icon svg {
  width: 100%;
  height: 100%;
}
.lunit-open-positions__empty-state-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-lg);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-lg);
  color: var(--Heading-Color-1);
  margin: 0 0 var(--spacing-xs) 0;
}
.lunit-open-positions__empty-state-message {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--text);
  margin: 0;
}

.lunit-photo-gallery {
  position: relative;
  background: var(--White);
  overflow: hidden;
}

.lunit-photo-gallery__container {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
  position: relative;
  padding: var(--spacing-4xl) 0;
  padding-bottom: 136px;
  background: var(--White);
}
@media (max-width: 992px) {
  .lunit-photo-gallery__container {
    padding-bottom: 85px;
  }
}

.lunit-photo-gallery__slider {
  position: relative;
  margin: 0 auto;
}
.lunit-photo-gallery__slider .slick-prev:not(.lunit-photo-gallery__nav-button),
.lunit-photo-gallery__slider .slick-next:not(.lunit-photo-gallery__nav-button) {
  display: none !important;
}
.lunit-photo-gallery__slider .slick-list {
  overflow: visible;
  padding: 0 !important;
}
@media (max-width: 992px) {
  .lunit-photo-gallery__slider .slick-list {
    overflow: hidden;
  }
}
.lunit-photo-gallery__slider .slick-track {
  display: flex !important;
  align-items: center;
}
.lunit-photo-gallery__slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  position: static;
}
.lunit-photo-gallery__slider .slick-slide {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.5;
  transform: scale(0.752);
  transform-origin: center center;
  margin: 0 16px;
}
.lunit-photo-gallery__slider .slick-slide > div {
  display: block;
  width: 100%;
  height: 100%;
}
.lunit-photo-gallery__slider .slick-slide.slick-center {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}
.lunit-photo-gallery__slider .slick-slide.slick-current {
  z-index: 10;
}
@media (max-width: 992px) {
  .lunit-photo-gallery__slider .slick-slide {
    margin: 0 8px;
  }
}

.lunit-photo-gallery__slide {
  outline: none;
  width: 880px;
  display: block !important;
}
@media (max-width: 1399px) {
  .lunit-photo-gallery__slide {
    width: 800px;
  }
}
@media (max-width: 1280px) {
  .lunit-photo-gallery__slide {
    width: 740px;
  }
}
@media (max-width: 1200px) {
  .lunit-photo-gallery__slide {
    width: 700px;
  }
}
@media (max-width: 992px) {
  .lunit-photo-gallery__slide {
    width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .lunit-photo-gallery__slide {
    width: 320px;
    max-width: 320px;
  }
}

.lunit-photo-gallery__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  width: 100%;
}
.lunit-photo-gallery__item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.lunit-photo-gallery__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
}

.lunit-photo-gallery__link {
  display: block;
  position: absolute;
  inset: 0;
  text-decoration: none;
  color: inherit;
  z-index: 1;
}
.lunit-photo-gallery__link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lunit-photo-gallery__nav-button {
  position: absolute;
  bottom: -100px;
  transform: translateX(0);
  width: 60px;
  height: 60px;
  border: none;
  background: var(--White);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.lunit-photo-gallery__nav-button.lunit-photo-gallery__nav-button--prev, .lunit-photo-gallery__nav-button.slick-prev {
  left: 50%;
  margin-left: -58.5px;
  top: unset;
  bottom: 0;
  width: 51px;
  height: 51px;
}
@media (max-width: 992px) {
  .lunit-photo-gallery__nav-button.lunit-photo-gallery__nav-button--prev, .lunit-photo-gallery__nav-button.slick-prev {
    margin-left: -38px;
  }
}
.lunit-photo-gallery__nav-button.lunit-photo-gallery__nav-button--next, .lunit-photo-gallery__nav-button.slick-next {
  left: 50%;
  margin-left: 8px;
  top: unset;
  bottom: 0;
  width: 51px;
  height: 51px;
}
@media (max-width: 992px) {
  .lunit-photo-gallery__nav-button.lunit-photo-gallery__nav-button--next, .lunit-photo-gallery__nav-button.slick-next {
    margin-left: 7px;
  }
}
@media (max-width: 992px) {
  .lunit-photo-gallery__nav-button {
    width: 40px;
    height: 40px;
    bottom: -80px;
  }
  .lunit-photo-gallery__nav-button svg {
    width: 18px;
    height: 18px;
  }
}

button {
  box-shadow: unset;
}
button.slick-prev, button.slick-next, button.slick-arrow {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  button.slick-prev, button.slick-next, button.slick-arrow {
    width: 30px !important;
    height: 30px !important;
  }
}
button.slick-prev img, button.slick-next img, button.slick-arrow img {
  width: 51px;
  height: 51px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  button.slick-prev img, button.slick-next img, button.slick-arrow img {
    width: 30px;
    height: 30px;
  }
}
button.slick-prev:before, button.slick-next:before, button.slick-arrow:before {
  content: unset;
}
button.slick-prev:hover img, button.slick-next:hover img, button.slick-arrow:hover img {
  transition: all 0.3s ease-in-out;
}
button.slick-prev:hover img {
  content: url("/en/wp-content/plugins/supreme-general-plugin/images/prev-button-arrow-hover.svg");
  transition: all 0.3s ease-in-out;
}
button.slick-next:hover img {
  content: url("/en/wp-content/plugins/supreme-general-plugin/images/next-button-arrow-hover.svg");
  transition: all 0.3s ease-in-out;
}

.lunit-photo-gallery__slider .slick-dots {
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .lunit-photo-gallery__slider .slick-dots {
    bottom: -140px;
    gap: 8px;
  }
}
.lunit-photo-gallery__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.lunit-photo-gallery__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid var(--Gray-400);
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.lunit-photo-gallery__slider .slick-dots li button::before {
  display: none;
}
.lunit-photo-gallery__slider .slick-dots li.slick-active button {
  background: unset;
  border-color: unset;
  width: 30px;
  border-radius: 5px;
}

.lunit-photo-gallery__no-images {
  text-align: center;
  padding: var(--spacing-4xl);
  font-family: var(--Font-Family-Secondary);
  font-size: var(--Font-Size-f-size-lg);
  color: var(--Gray-600);
  background: var(--Gray-50);
  border-radius: 16px;
  border: 2px dashed var(--Gray-300);
  margin: var(--spacing-xl) 0;
}

.lunit-photo-gallery__image:not([src]) {
  background: linear-gradient(90deg, var(--Gray-100) 25%, var(--Gray-200) 50%, var(--Gray-100) 75%);
  background-size: 200% 100%;
  animation: photoGalleryLoading 1.5s infinite;
}

@keyframes photoGalleryLoading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (max-width: 992px) {
  .lunit-photo-gallery__item {
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .lunit-photo-gallery__container {
    padding-bottom: 65px;
  }
  .lunit-photo-gallery__item {
    border-radius: 8px;
  }
}
/* =========================================================
   RAW MEDIA QUERIES to guarantee SM/PR/XS behavior
   (in case mixin ordering/cascade gets tricky)
   ========================================================= */
/* SM: 769px – 992px */
@media (min-width: 769px) and (max-width: 992px) {
  .lunit-photo-gallery__slider .slick-list {
    overflow: hidden;
  }
  .lunit-photo-gallery__slider .slick-slide {
    margin: 0 8px;
    transform: scale(0.88);
    opacity: 1;
  }
  .lunit-photo-gallery__slide {
    width: 500px; /* EDIT: fixed width (was 100%) */
    max-width: 500px; /* EDIT */
  }
}
/* PR: 481px – 767px */
@media (min-width: 481px) and (max-width: 767px) {
  .lunit-photo-gallery__slider .slick-list {
    overflow: hidden;
  }
  .lunit-photo-gallery__slider .slick-slide {
    margin: 0 8px;
    transform: scale(0.88);
    opacity: 1;
  }
  .lunit-photo-gallery__slide {
    width: 350px; /* EDIT: fixed width (was 100%) */
    max-width: 350px; /* EDIT */
  }
}
/* XS: ≤ 480px */
@media (max-width: 480px) {
  .lunit-photo-gallery__slider .slick-list {
    overflow: hidden;
  }
  .lunit-photo-gallery__slider .slick-slide {
    margin: 0 6px;
    transform: scale(0.88);
    opacity: 1;
  }
  .lunit-photo-gallery__slide {
    width: 250px; /* EDIT: fixed width (was 100%) */
    max-width: 250px; /* EDIT */
  }
}
.supreme-contact-form-wrapper {
  max-width: 1440px;
}
@media (max-width: 1200px) {
  .supreme-contact-form-wrapper {
    padding: var(--spacing-4xl) var(--container-spacing);
    display: flex;
    justify-content: flex-start;
  }
}

.supreme-contact-form {
  position: absolute;
  right: 200px;
  top: 280px;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid var(--Light-Gray);
  background: var(--Lightest-Gray);
  max-width: 580px;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .supreme-contact-form {
    right: max(40px, (100% - 1440px) / 2 + 200px);
  }
}
@media (: ) {
  .supreme-contact-form {
    top: 377px;
  }
}
@media (max-width: 1480px) {
  .supreme-contact-form {
    right: 40px;
    top: 360px;
  }
}
@media (max-width: 1200px) {
  .supreme-contact-form {
    position: relative;
    right: unset;
    top: unset;
    bottom: unset;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .supreme-contact-form {
    max-width: 580px;
  }
}
.supreme-contact-form__header {
  text-align: left;
  margin-bottom: var(--spacing-md);
  padding: var(--spacing-xl);
  padding-bottom: 0;
}
.supreme-contact-form__title {
  color: var(--Heading-Color-1);
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Family-Heading);
  line-height: var(--Line-Height-f-size-xxxl);
}
.supreme-contact-form__description {
  color: var(--text, #666666);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--Font-Size-f-size-lg, 24px);
  line-height: var(--Line-Height-f-size-lg, 36px);
}
.supreme-contact-form__tabs .tab-navigation {
  display: flex;
  padding: var(--spacing-xxs) var(--spacing-xl);
  margin-bottom: var(--spacing-sm);
  gap: var(--spacing-xs);
}
.supreme-contact-form__tabs .tab-content {
  border-top: 1px solid var(--Light-Gray);
}
.supreme-contact-form__tabs .tab-button {
  border: none;
  border-radius: 100px;
  background: transparent;
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--Font-Size-Paragraph-f-size);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Paragraph-line-height);
  font-family: var(--Font-Family-Body);
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.supreme-contact-form__tabs .tab-button__text {
  position: relative;
  z-index: 2;
}
.supreme-contact-form__tabs .tab-button:hover {
  color: var(--Lunit-Teal);
  background: var(--White);
}
.supreme-contact-form__tabs .tab-button.active {
  background: var(--Lunit-Teal);
  color: var(--Black);
}
.supreme-contact-form__tabs .tab-content .tab-panel {
  display: none;
}
.supreme-contact-form__tabs .tab-content .tab-panel.active {
  display: block;
}
.supreme-contact-form__form-wrapper .hubspot-form-wrapper,
.supreme-contact-form__form-wrapper .custom-hubspot-form {
  max-width: 100%;
}
.supreme-contact-form__form-wrapper .hubspot-form-wrapper iframe,
.supreme-contact-form__form-wrapper .custom-hubspot-form iframe {
  border-radius: 20px;
}
.supreme-contact-form.no-tabs .supreme-contact-form__form-wrapper {
  padding: var(--spacing-xxl);
}

@media screen and (min-width: 1361px) {
  .disable-right-border {
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .disable-right-border {
    padding-bottom: 350px !important;
  }
}
@media screen and (max-width: 1200px) {
  .disable-right-border {
    padding-bottom: var(--spacing-4xl) !important;
    padding-top: 0px;
  }
}
.supreme-committee-section {
  width: 100%;
  padding: var(--spacing-4xl) 0;
}

.supreme-committee-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
@media (max-width: 1480px) {
  .supreme-committee-container {
    padding: 0 var(--container-spacing);
  }
}

.supreme-committee__title {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-committee__content-wrapper {
  width: 100%;
  overflow-x: auto;
}
.supreme-committee__table {
  background: var(--Black);
  border-radius: 8px;
  padding: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 767px) {
  .supreme-committee__table {
    min-width: 800px;
  }
}
@media (max-width: 480px) {
  .supreme-committee__table {
    min-width: 750px;
  }
}
.supreme-committee__header {
  background: var(--Darker-Gray);
  border-radius: 8px;
  padding: 10px var(--spacing-lg);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-xs);
}
.supreme-committee__header-cell {
  display: flex;
  align-items: center;
}
.supreme-committee__header-cell:nth-child(1) {
  justify-content: flex-start;
}
.supreme-committee__header-cell:nth-child(2) {
  justify-content: center;
}
.supreme-committee__header-cell:nth-child(3) {
  justify-content: flex-end;
}
.supreme-committee__header-cell span {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--White);
  white-space: nowrap;
}
.supreme-committee__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.supreme-committee__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-xs);
  padding: 0 var(--spacing-lg);
}
.supreme-committee__cell {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.supreme-committee__cell--name {
  align-items: flex-start;
}
.supreme-committee__cell--chairperson {
  align-items: center;
}
.supreme-committee__cell--members {
  align-items: flex-end;
}
.supreme-committee__cell p {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: 0;
  white-space: nowrap;
}
.supreme-committee__divider {
  height: 1px;
  background: var(--Darker-Gray);
  width: 100%;
  margin: 0;
}

.supreme-downloadable-files-section {
  width: 100%;
  padding: var(--spacing-4xl) 0;
}

.supreme-downloadable-files-container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .supreme-downloadable-files-container {
    padding: 0 var(--container-spacing);
  }
}

.supreme-downloadable-files {
  background: var(--Lightest-Gray);
  border-radius: 8px;
  padding: var(--spacing-xl);
  display: flex;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .supreme-downloadable-files {
    flex-direction: column;
  }
}
.supreme-downloadable-files__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  flex-shrink: 0;
}
.supreme-downloadable-files__title {
  font-family: var(--Font-Family-Heading);
  font-weight: var(--Font-Weight-Light);
  color: var(--Heading-Color-1);
  margin: 0;
  width: 391px;
}
@media (max-width: 992px) {
  .supreme-downloadable-files__title {
    width: 100%;
  }
}
.supreme-downloadable-files__count {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-f-size-sm);
  color: var(--text);
  margin: 0;
}
.supreme-downloadable-files__content {
  flex: 1;
  border-left: 1px solid var(--Light-Gray);
  padding-left: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .supreme-downloadable-files__content {
    border-left: none;
    border-top: 1px solid var(--Light-Gray);
    padding-left: 0;
    padding-top: var(--spacing-lg);
  }
}
.supreme-downloadable-files__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xxl);
}
@media (max-width: 992px) {
  .supreme-downloadable-files__grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-xxs);
  }
}
.supreme-downloadable-files__column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
}
.supreme-downloadable-files__link {
  font-family: var(--Font-Family-Body);
  font-weight: var(--Font-Weight-Light);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Paragraph-link);
  text-decoration: none;
  padding: var(--spacing-xxs) var(--spacing-xs);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: var(--spacing-xs);
}
.supreme-downloadable-files__link .download-icon {
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 20px;
  padding: 3px 5px;
  background: var(--White);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
.supreme-downloadable-files__link .download-icon:after {
  content: "";
  background: url("/en/wp-content/plugins/supreme-general-plugin/images/download-file.svg");
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
  position: relative;
}
.supreme-downloadable-files__link:hover {
  transition: all 0.3s ease-in-out;
  background: var(--Lunit-Teal);
  color: var(--Black);
}
.supreme-downloadable-files__link:hover .download-icon {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.supreme-downloadable-files__button-wrapper {
  display: flex;
  align-items: center;
}
.supreme-downloadable-files__button-wrapper .btn-secondary-light {
  background-color: transparent;
}
.supreme-downloadable-files__button-wrapper .btn-secondary-light:hover {
  background-color: var(--Lunit-Teal);
}

.supreme-stock-price-wrapper {
  padding: var(--spacing-4xl) 0;
  background: var(--White);
}
.supreme-stock-price-wrapper .supreme-stock-price__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .supreme-stock-price-wrapper .supreme-stock-price__container {
    padding-right: var(--container-spacing);
    padding-left: var(--container-spacing);
  }
}
.supreme-stock-price-wrapper .supreme-stock-price__loading, .supreme-stock-price-wrapper .supreme-stock-price__error {
  text-align: center;
}
.supreme-stock-price-wrapper .supreme-stock-price__loading .loading-spinner, .supreme-stock-price-wrapper .supreme-stock-price__error .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--Light-Gray);
  border-top: 3px solid var(--Lunit-Teal);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto var(--spacing-md);
}
.supreme-stock-price-wrapper .supreme-stock-price__loading p, .supreme-stock-price-wrapper .supreme-stock-price__error p {
  font-family: var(--Font-Family-Body);
  color: var(--text);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
}
.supreme-stock-price-wrapper .supreme-stock-price__error p {
  color: var(--Lunit-Teal);
}
.supreme-stock-price-wrapper .supreme-stock-price__header {
  margin-bottom: var(--spacing-3xl);
}
@media (max-width: 992px) {
  .supreme-stock-price-wrapper .supreme-stock-price__header {
    margin-bottom: 0;
  }
}
.supreme-stock-price-wrapper .supreme-stock-price__header-left {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}
@media (max-width: 992px) {
  .supreme-stock-price-wrapper .supreme-stock-price__header-left {
    gap: var(--spacing-xl);
  }
}
.supreme-stock-price-wrapper .supreme-stock-price__title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-5xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-5xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-stock-price-wrapper .supreme-stock-price__code-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-stock-price-wrapper .supreme-stock-price__main-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--spacing-4xl);
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .supreme-stock-price-wrapper .supreme-stock-price__main-section {
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 992px) {
  .supreme-stock-price-wrapper .supreme-stock-price__main-section {
    grid-template-columns: 1fr;
    gap: var(--spacing-xxl);
  }
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-md);
  margin-bottom: var(--spacing-md);
  border-radius: 8px;
  background: var(--Lightest-Gray);
}
@media (max-width: 1280px) {
  .supreme-stock-price-wrapper .supreme-stock-price__price-section {
    flex-direction: column;
  }
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .current-price-display {
  max-width: 386px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 1280px) {
  .supreme-stock-price-wrapper .supreme-stock-price__price-section .current-price-display {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 993px) {
  .supreme-stock-price-wrapper .supreme-stock-price__price-section .current-price-display {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .supreme-stock-price-wrapper .supreme-stock-price__price-section .current-price-display {
    flex-direction: column;
  }
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .current-price-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xs);
  align-items: center;
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .current-price {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Darker-Gray);
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .price-change-info {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .price-change-info .change-values {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-xs);
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .price-change-info .change-values .change-amount {
  display: flex;
  flex-direction: row;
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .price-change-info .change-values .change-amount .change-direction {
  margin-left: 4px;
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .price-change-info .change-values .change-amount .change-direction svg {
  width: 12px;
  height: 10px;
  margin-bottom: 1.41px;
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .price-metadata {
  margin-top: var(--spacing-md);
}
@media (max-width: 1280px) {
  .supreme-stock-price-wrapper .supreme-stock-price__price-section .price-metadata {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .supreme-stock-price-wrapper .supreme-stock-price__price-section .price-metadata {
    width: 100%;
    text-align: left;
  }
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section .price-metadata .last-update {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
  color: var(--Dark-Grey);
  line-height: var(--Line-Height-f-size-xs);
  margin: 0;
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-up .current-price,
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-up .change-direction,
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-up .change-amount,
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-up .change-percent {
  color: #1AA00E;
}
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-down .current-price,
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-down .change-direction,
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-down .change-amount,
.supreme-stock-price-wrapper .supreme-stock-price__price-section.price-down .change-percent {
  color: #F93343;
}
.supreme-stock-price-wrapper .supreme-stock-price__details-section {
  width: 100%;
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table {
  padding: var(--spacing-md);
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--Light-Gray);
}
@media (max-width: 767px) {
  .supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-row {
    grid-template-columns: 1fr;
  }
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-row.kosdaq-row {
  grid-template-columns: 1fr;
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-row.kosdaq-row .kosdaq-item {
  border-right: none;
  max-width: 410px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-row.kosdaq-row .kosdaq-item {
    max-width: 100%;
    width: 100%;
  }
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-sm) var(--spacing-lg) var(--spacing-md) 0px;
}
@media (max-width: 767px) {
  .supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item:first-child {
    border-right: none;
    border-bottom: 1px solid var(--Light-Gray);
  }
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item:nth-child(2) {
  padding-left: var(--spacing-lg);
}
@media (max-width: 767px) {
  .supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item:nth-child(2) {
    padding-left: 0;
  }
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item .label {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item .value {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Darker-Gray);
  text-align: right;
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item.kosdaq-item .label {
  font-weight: var(--Font-Weight-Regular);
  color: var(--text);
}
.supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-item.kosdaq-item .kosdaq-value {
  font-weight: var(--Font-Weight-Light);
  color: #1AA00E;
}
@media (max-width: 767px) {
  .supreme-stock-price-wrapper .supreme-stock-price {
    padding: var(--spacing-3xl) 0;
  }
  .supreme-stock-price-wrapper .supreme-stock-price__main-section {
    gap: var(--spacing-xxl);
  }
  .supreme-stock-price-wrapper .supreme-stock-price__price-section {
    text-align: center;
    flex-direction: column;
  }
  .supreme-stock-price-wrapper .supreme-stock-price .stock-details-table .detail-row:not(.kosdaq-row) .detail-item:first-child {
    border-bottom: 1px solid var(--Light-Gray);
  }
}

.stock-up {
  color: #F93343 !important;
}

.stock-down {
  color: #1AA00E !important;
}

.stock-neutral {
  color: var(--Heading-Color-1) !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.supreme-shareholders-meeting {
  padding: var(--spacing-4xl) 0;
  background: var(--White);
  position: relative;
  padding-top: 0;
}
.supreme-shareholders-meeting__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  align-items: flex-start;
}
@media (max-width: 1480px) {
  .supreme-shareholders-meeting__container {
    padding: 0 var(--container-spacing);
  }
}
.supreme-shareholders-meeting__main-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--Heading-Color-1);
  width: 100%;
}
.supreme-shareholders-meeting__meeting-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.supreme-shareholders-meeting__meeting {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.supreme-shareholders-meeting__latest-content {
  background: var(--Lightest-Gray);
  padding: var(--spacing-sm) var(--spacing-md) var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
.supreme-shareholders-meeting__previous-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.supreme-shareholders-meeting__previous-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Heading-Color-2);
  margin: 0;
}
.supreme-shareholders-meeting__meeting-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: var(--spacing-xl);
}
.supreme-shareholders-meeting__meeting-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xxl);
  color: var(--Heading-Color-2);
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.supreme-shareholders-meeting__header-right {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
}
.supreme-shareholders-meeting__pdf-buttons {
  display: flex;
  gap: var(--spacing-md);
  align-items: flex-start;
}
.supreme-shareholders-meeting__pdf-button svg {
  width: 16px;
  height: 14.667px;
  flex-shrink: 0;
}
.supreme-shareholders-meeting__pdf-button svg path {
  transition: fill 0.3s ease;
}
.supreme-shareholders-meeting__pdf-button:hover svg path, .supreme-shareholders-meeting__pdf-button:focus-visible svg path {
  fill: var(--Black);
}
.supreme-shareholders-meeting__accordion {
  background: rgba(239, 240, 244, 0.5);
  border-radius: var(--btn-radius-mid);
  width: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-shareholders-meeting__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 43px;
  padding: var(--spacing-sm);
  cursor: pointer;
  border-radius: var(--btn-radius-mid);
  transition: background-color 0.3s ease;
}
.supreme-shareholders-meeting__accordion-header:hover {
  background: rgba(239, 240, 244, 0.8);
}
.supreme-shareholders-meeting__accordion-header-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.supreme-shareholders-meeting__accordion-title--collapsed {
  margin: 0;
}
.supreme-shareholders-meeting__accordion-body {
  padding: 0 var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s, padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-shareholders-meeting__accordion-body--expanded {
  max-height: 5000px;
  opacity: 1;
  visibility: visible;
  padding-top: var(--spacing-md);
  padding-bottom: var(--spacing-lg);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s, padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-shareholders-meeting__content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.supreme-shareholders-meeting__content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--spacing-md);
  padding-top: var(--spacing-xl);
}
.supreme-shareholders-meeting__content-header--no-icon {
  padding-top: 0;
}
.supreme-shareholders-meeting__content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.supreme-shareholders-meeting__accordion-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: 400;
  line-height: var(--Line-Height-f-size-xl);
  color: var(--Heading-Color-1);
  margin: 0;
}
.supreme-shareholders-meeting__accordion-description {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Paragraph-Text);
  margin: 0;
  max-width: 100%;
  white-space: pre-wrap;
}
.supreme-shareholders-meeting__accordion-icon-wrapper {
  flex-shrink: 0;
  width: 51px;
  height: 51px;
}
.supreme-shareholders-meeting__accordion-icon {
  position: relative;
  width: 51px;
  height: 51px;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supreme-shareholders-meeting__accordion-icon:focus-visible {
  outline: 2px solid var(--Black);
  outline-offset: 2px;
  border-radius: 4px;
}
.supreme-shareholders-meeting__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.supreme-shareholders-meeting__icon--plus {
  opacity: 1;
  transform: rotate(0deg);
}
.supreme-shareholders-meeting__icon--minus {
  opacity: 0;
  transform: rotate(-90deg);
}
.supreme-shareholders-meeting__meeting--expanded .supreme-shareholders-meeting__accordion-header {
  padding-left: 15px;
}
.supreme-shareholders-meeting__meeting--expanded .supreme-shareholders-meeting__icon--plus {
  opacity: 0;
  transform: rotate(90deg);
  pointer-events: none;
}
.supreme-shareholders-meeting__meeting--expanded .supreme-shareholders-meeting__icon--minus {
  opacity: 1;
  transform: rotate(0deg);
}
.supreme-shareholders-meeting__table-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin: var(--spacing-xl) 0;
}
.supreme-shareholders-meeting__table-section:last-child {
  margin-bottom: 0;
}
.supreme-shareholders-meeting__table-section:last-child .supreme-shareholders-meeting__table-row:last-child {
  padding-bottom: 0;
}
.supreme-shareholders-meeting__table-heading {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-paragraph-f-size);
  font-weight: 700;
  line-height: var(--Line-Height-paragraph-line-height);
  color: var(--Heading-Color-1);
  margin: 0;
  white-space: pre;
}
.supreme-shareholders-meeting__table {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  width: 100%;
}
.supreme-shareholders-meeting__table-header {
  background: var(--White);
  border-radius: var(--btn-radius-mid);
  padding: var(--spacing-xs) var(--spacing-md);
  display: flex;
  align-items: center;
}
.supreme-shareholders-meeting__table-header-cell {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: 400;
  line-height: var(--Line-Height-f-size-xl);
  color: var(--Heading-Color-1);
  white-space: pre;
}
.supreme-shareholders-meeting__table-header-cell--no {
  width: 190px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.supreme-shareholders-meeting__table-header-cell--agenda {
  width: 910px;
  display: flex;
  align-items: center;
}
.supreme-shareholders-meeting__table-header-cell--result {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.supreme-shareholders-meeting__table-body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.supreme-shareholders-meeting__table-row {
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--spacing-md);
  border-bottom: 1px solid var(--Light-Gray);
}
.supreme-shareholders-meeting__table-row:last-child {
  border-bottom: none;
}
.supreme-shareholders-meeting__table-cell {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Paragraph-Text);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.supreme-shareholders-meeting__table-cell--no {
  width: 210px;
  padding-left: var(--spacing-md);
  padding-right: 0;
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.supreme-shareholders-meeting__table-cell--agenda {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.supreme-shareholders-meeting__table-cell--result {
  flex: 1;
  min-width: 0;
  padding-right: var(--spacing-md);
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.supreme-shareholders-meeting__result-badge {
  background: var(--Light-Gray);
  border-radius: var(--btn-radius-0);
  padding: var(--spacing-xxxs) var(--spacing-xxs);
  display: inline-flex;
  align-items: center;
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: 400;
  line-height: var(--Line-Height-f-size-xxs);
  color: var(--Paragraph-Text);
  white-space: nowrap;
  text-transform: capitalize;
}
.supreme-shareholders-meeting__no-results {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--Paragraph-Text);
  text-align: center;
  padding: var(--spacing-xxl) 0;
  margin: 0;
}
@media (: ) {
  .supreme-shareholders-meeting__container {
    padding: 0 var(--spacing-lg);
  }
  .supreme-shareholders-meeting__meeting-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
  }
  .supreme-shareholders-meeting__meeting-title, .supreme-shareholders-meeting__previous-title {
    font-size: var(--Font-Size-f-size-lg);
    line-height: var(--Line-Height-f-size-lg);
  }
  .supreme-shareholders-meeting__pdf-buttons {
    width: 100%;
  }
  .supreme-shareholders-meeting__pdf-button {
    width: 100%;
    justify-content: center;
  }
  .supreme-shareholders-meeting__accordion-header {
    gap: var(--spacing-sm);
    padding: var(--spacing-sm);
  }
  .supreme-shareholders-meeting__accordion-title {
    font-size: var(--Font-Size-f-size-lg);
    line-height: var(--Line-Height-f-size-lg);
  }
  .supreme-shareholders-meeting__accordion-icon-wrapper, .supreme-shareholders-meeting__accordion-icon, .supreme-shareholders-meeting__icon {
    width: 45px;
    height: 45px;
  }
  .supreme-shareholders-meeting__accordion-icon-wrapper svg, .supreme-shareholders-meeting__accordion-icon svg, .supreme-shareholders-meeting__icon svg {
    width: 45px;
    height: 45px;
  }
  .supreme-shareholders-meeting__table-header, .supreme-shareholders-meeting__table-row {
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  .supreme-shareholders-meeting__table-header-cell, .supreme-shareholders-meeting__table-cell {
    width: 100% !important;
  }
  .supreme-shareholders-meeting__table-header-cell--no, .supreme-shareholders-meeting__table-header-cell--agenda, .supreme-shareholders-meeting__table-header-cell--result, .supreme-shareholders-meeting__table-cell--no, .supreme-shareholders-meeting__table-cell--agenda, .supreme-shareholders-meeting__table-cell--result {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .supreme-shareholders-meeting__table-header-cell--result, .supreme-shareholders-meeting__table-cell--result {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .supreme-shareholders-meeting {
    padding: var(--spacing-xl) 0;
  }
  .supreme-shareholders-meeting__meeting-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm);
  }
  .supreme-shareholders-meeting__pdf-buttons {
    flex-direction: column;
    width: 100%;
    gap: var(--spacing-xs);
  }
  .supreme-shareholders-meeting__pdf-button {
    justify-content: center;
    padding: var(--spacing-xxs) var(--spacing-md);
  }
  .supreme-shareholders-meeting__pdf-button span {
    font-size: var(--Font-Size-f-size-xs);
    line-height: var(--Line-Height-f-size-xs);
  }
  .supreme-shareholders-meeting__pdf-button svg {
    width: 14px;
    height: 13px;
  }
  .supreme-shareholders-meeting__accordion-header {
    padding: var(--spacing-xs);
    gap: var(--spacing-xs);
  }
  .supreme-shareholders-meeting__accordion-icon-wrapper {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .supreme-shareholders-meeting__accordion-icon {
    transform: scale(0.8);
  }
  .supreme-shareholders-meeting__icon {
    width: 40px;
    height: 40px;
  }
  .supreme-shareholders-meeting__icon svg {
    width: 40px;
    height: 40px;
  }
  .supreme-shareholders-meeting__table-header-cell {
    font-size: var(--Font-Size-f-size-md);
    line-height: var(--Line-Height-f-size-md);
  }
  .supreme-shareholders-meeting__table-header-cell--no {
    width: 15%;
  }
  .supreme-shareholders-meeting__table-header-cell--agenda {
    width: 70%;
  }
  .supreme-shareholders-meeting__table-header-cell--result {
    width: 15%;
  }
  .supreme-shareholders-meeting__table-cell {
    font-size: var(--Font-Size-f-size-sm);
    line-height: var(--Line-Height-f-size-sm);
  }
  .supreme-shareholders-meeting__table-cell--no {
    width: 15%;
  }
  .supreme-shareholders-meeting__table-cell--agenda {
    width: 70%;
  }
  .supreme-shareholders-meeting__table-cell--result {
    width: 15%;
  }
}
@media print {
  .supreme-shareholders-meeting__pdf-button, .supreme-shareholders-meeting__pdf-buttons, .supreme-shareholders-meeting__accordion-icon-wrapper {
    display: none !important;
  }
  .supreme-shareholders-meeting__accordion-body {
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-top: var(--spacing-md) !important;
    padding-bottom: var(--spacing-lg) !important;
  }
  .supreme-shareholders-meeting__meeting--expanded .supreme-shareholders-meeting__accordion-header {
    padding-bottom: var(--spacing-sm) !important;
  }
}

.lunit-single-publication-content {
  display: block;
  padding: var(--spacing-5xl) 0;
}
@media (max-width: 992px) {
  .lunit-single-publication-content {
    padding: var(--spacing-4xl) 0;
  }
}
.lunit-single-publication-content__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
}
@media (max-width: 992px) {
  .lunit-single-publication-content__container {
    padding: 0 var(--spacing-lg);
  }
}
.lunit-single-publication-content__layout {
  display: grid;
  gap: var(--spacing-3xl);
}
.lunit-single-publication-content__layout--with-sidebar {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 992px) {
  .lunit-single-publication-content__layout--with-sidebar {
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
  }
}
@media (max-width: 992px) {
  .lunit-single-publication-content__layout--with-sidebar {
    display: block;
  }
}
.lunit-single-publication-content__layout--full-width {
  grid-template-columns: 1fr;
}
.lunit-single-publication-content__content {
  display: flex;
  flex-direction: column;
}
.lunit-single-publication-content__body {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-Paragraph-f-size);
  line-height: var(--Line-Height-Paragraph-line-height);
  color: var(--text);
}
.lunit-single-publication-content__body p {
  margin-bottom: var(--spacing-lg);
  word-wrap: break-word;
}
.lunit-single-publication-content__body p:last-child {
  margin-bottom: 0;
}
.lunit-single-publication-content__body p img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.lunit-single-publication-content__body h1, .lunit-single-publication-content__body h2, .lunit-single-publication-content__body h3, .lunit-single-publication-content__body h4, .lunit-single-publication-content__body h5, .lunit-single-publication-content__body h6 {
  font-family: var(--Font-Family-Heading);
  color: var(--Heading-Color-1);
  margin-bottom: var(--spacing-md);
  margin-top: var(--spacing-xl);
}
.lunit-single-publication-content__body h1:first-child, .lunit-single-publication-content__body h2:first-child, .lunit-single-publication-content__body h3:first-child, .lunit-single-publication-content__body h4:first-child, .lunit-single-publication-content__body h5:first-child, .lunit-single-publication-content__body h6:first-child {
  margin-top: 0;
}
.lunit-single-publication-content__body h2 {
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Bold);
}
.lunit-single-publication-content__body h3 {
  font-size: var(--Font-Size-f-size-lg);
  font-weight: var(--Font-Weight-SemiBold);
}
.lunit-single-publication-content__body ul, .lunit-single-publication-content__body ol {
  margin-bottom: var(--spacing-lg);
  padding-left: var(--spacing-xl);
}
.lunit-single-publication-content__body li {
  margin-bottom: var(--spacing-xs);
}
.lunit-single-publication-content__body blockquote {
  border-left: 4px solid var(--Lunit-Teal);
  padding-left: var(--spacing-lg);
  margin: var(--spacing-xl) 0;
  font-style: italic;
}
.lunit-single-publication-content__sidebar {
  display: flex;
  flex-direction: column;
  position: relative;
}
.lunit-single-publication-content__sidebar-content {
  background: rgba(239, 240, 244, 0.5);
  border-radius: 8px;
  padding: var(--spacing-xl);
  position: sticky;
  top: var(--spacing-xl);
}
@media (max-width: 992px) {
  .lunit-single-publication-content__sidebar-content {
    position: static;
    padding: var(--spacing-lg);
  }
}
.lunit-single-publication-content__sidebar-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Light);
  color: var(--Heading-Color-1);
  padding-bottom: var(--spacing-sm);
  border-bottom: 2px solid var(--Lunit-Teal);
}
.lunit-single-publication-content__authors {
  margin-top: var(--spacing-md);
}
.lunit-single-publication-content__authors-text {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  color: var(--text);
}
.lunit-single-publication-content__authors-text p {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-f-size-md);
  margin-bottom: var(--spacing-sm);
}
.lunit-single-publication-content__authors-text p:last-child {
  margin-bottom: 0;
}
.lunit-single-publication-content__authors-text strong {
  font-weight: var(--Font-Weight-SemiBold);
  color: var(--Heading-Color-1);
}
.lunit-single-publication-content__authors-text em {
  font-style: italic;
  color: var(--Lunit-Teal);
}
.lunit-single-publication-content__authors-text br {
  margin-bottom: var(--spacing-xs);
}

/* Global Offices Component - Matches Figma Design */
.supreme-global-offices-wrapper {
  /* Section wrapper with radial gradient background */
  position: relative;
  background: var(--Black);
  padding: var(--spacing-4xl) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.supreme-global-offices-wrapper .supreme-global-offices {
  width: 100%;
  display: flex;
  justify-content: center;
  /* Section Title */
  /* Office Content */
  /* Partner Logos Section */
  /* Responsive adjustments */
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  box-sizing: border-box;
}
@media (max-width: 1480px) {
  .supreme-global-offices-wrapper .supreme-global-offices .global-offices-container {
    padding: 0 var(--container-spacing);
  }
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-header .global-offices-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-4xl);
  color: var(--White);
  margin: 0;
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  /* Headquarters (first office - full width) */
  /* Office grid container for offices 2-13 */
  /* Main office grid - 3 columns with consistent alignment */
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-section.office-headquarters .office-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-section.office-headquarters .office-info .office-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--White);
  margin: 0;
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-section.office-headquarters .office-info .office-address {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: 0;
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-grid-container {
  display: flex;
  flex-direction: column;
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-main-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-4xl);
  align-items: start;
}
@media (: ) {
  .supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 767px) {
  .supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-main-grid {
    grid-template-columns: 1fr;
  }
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-main-grid .office-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-main-grid .office-info .office-title {
  font-family: var(--Font-Family-Heading);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-xl);
  color: var(--White);
  margin: 0;
}
.supreme-global-offices-wrapper .supreme-global-offices .global-offices-content .office-main-grid .office-info .office-address {
  font-family: var(--Font-Family-Body);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Light);
  line-height: var(--Line-Height-f-size-md);
  color: var(--White);
  margin: 0;
}
.supreme-global-offices-wrapper .supreme-global-offices .partner-logos-section {
  display: flex;
  justify-content: center;
  padding: var(--spacing-md) 0 0 0;
}
.supreme-global-offices-wrapper .supreme-global-offices .partner-logos-section .partner-logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px;
  width: 1218px;
  height: 157.667px;
}
@media (max-width: 767px) {
  .supreme-global-offices-wrapper .supreme-global-offices .partner-logos-section .partner-logos-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: var(--spacing-lg);
    width: 100%;
    height: auto;
  }
}
.supreme-global-offices-wrapper .supreme-global-offices .partner-logos-section .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supreme-global-offices-wrapper .supreme-global-offices .partner-logos-section .partner-logo img {
  max-width: 100%;
  height: auto;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}
.supreme-global-offices-wrapper .supreme-global-offices .partner-logos-section .partner-logo img:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .supreme-global-offices-wrapper .supreme-global-offices .global-offices-container {
    padding: 0 var(--spacing-lg);
  }
  .supreme-global-offices-wrapper .supreme-global-offices .global-offices-header .global-offices-title {
    font-size: var(--Font-Size-f-size-xxxl);
    line-height: var(--Line-Height-f-size-xxxl);
  }
}
/*# sourceMappingURL=style.css.map */