@charset "UTF-8";
/*
* Map for breakpoints
*/
:root {
  --container-width: 1300px;
  --Font-Weight-Regular: 400;
  --Font-Weight-medium: 500;
  --Font-Weight-Semi-Bold: 600;
  --Font-Weight-Bold: 700;
  --Font-Weight-Light: 300;
  --Font-Weight-Extra-Bold: 800;
  --Font-Family-Primary: "Chillax Variable", sans-serif;
  --font-size-6xl: clamp(40px, 3vw + 28.75px, 70px);
  --font-size-5xl: clamp(32px, 2.5vw + 22.63px, 56px);
  --font-size-4xl: clamp(26px, 2.5vw + 16.63px, 50px);
  --font-size-xxxl: clamp(24px, 1.6vw + 18px, 40px);
  --font-size-xxl: clamp(22px, 1vw + 18.25px, 32px);
  --font-size-xl: clamp(20px, 0.8vw + 17px, 28px);
  --font-size-lg: clamp(18px, 0.6vw + 15.75px, 24px);
  --font-size-md: clamp(16px, 0.6vw + 13.75px, 22px);
  --font-size-sm: clamp(14px, 0.4vw + 12.5px, 18px);
  --font-size-xs: clamp(12px, 0.4vw + 10.5px, 16px);
  --font-size-xxs: clamp(10px, 0.4vw + 8.5px, 14px);
  --font-size-xxxs: clamp(10px, 0.2vw + 9.25px, 12px);
  --line-height-6xl: clamp(45px, 3.5vw + 31.88px, 80px);
  --line-height-5xl: clamp(40px, 2.4vw + 31px, 64px);
  --line-height-4xl: clamp(32px, 2.8vw + 21.5px, 60px);
  --line-height-xxxl: clamp(30px, 2vw + 22.5px, 50px);
  --line-height-xxl: clamp(26px, 1.4vw + 20.75px, 40px);
  --line-height-xl: clamp(24px, 0.6vw + 21.75px, 30px);
  --line-height-lg: clamp(22px, 1.2vw + 17.5px, 34px);
  --line-height-md: clamp(20px, 0.6vw + 17.75px, 26px);
  --line-height-sm: clamp(18px, 0.6vw + 15.75px, 24px);
  --line-height-xs: clamp(16px, 0.6vw + 13.75px, 22px);
  --line-height-xxs: clamp(14px, 0.6vw + 11.75px, 20px);
  --line-height-xxxs: clamp(12px, 0.6vw + 9.75px, 18px);
  --paragraph-font-size: clamp(14px, 0.4vw + 12.5px, 18px);
  --paragraph-line-height: 1.5em;
  --paragraph-spacing: clamp(15px, 0.5vw + 13.13px, 20px);
}

.f-size-xxxs,
h1.f-size-xxxs,
h2.f-size-xxxs,
h3.f-size-xxxs,
h4.f-size-xxxs,
h5.f-size-xxxs,
h6.f-size-xxxs,
p.f-size-xxxs,
div.f-size-xxxs {
  font-size: var(--font-size-xxxs);
  line-height: var(--line-height-xxxs);
}

.f-size-xxs,
h1.f-size-xxs,
h2.f-size-xxs,
h3.f-size-xxs,
h4.f-size-xxs,
h5.f-size-xxs,
h6.f-size-xxs,
p.f-size-xxs,
div.f-size-xxs {
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
}

.f-size-xs,
h1.f-size-xs,
h2.f-size-xs,
h3.f-size-xs,
h4.f-size-xs,
h5.f-size-xs,
h6.f-size-xs,
p.f-size-xs,
div.f-size-xs {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}

.f-size-sm,
h1.f-size-sm,
h2.f-size-sm,
h3.f-size-sm,
h4.f-size-sm,
h5.f-size-sm,
h6.f-size-sm,
p.f-size-sm,
div.f-size-sm {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

.f-size-paragraph,
h1.f-size-paragraph,
h2.f-size-paragraph,
h3.f-size-paragraph,
h4.f-size-paragraph,
h5.f-size-paragraph,
h6.f-size-paragraph,
p.f-size-paragraph,
div.f-size-paragraph {
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-paragraph);
}

.f-size-md,
h1.f-size-md,
h2.f-size-md,
h3.f-size-md,
h4.f-size-md,
h5.f-size-md,
h6.f-size-md,
p.f-size-md,
div.f-size-md {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}

.f-size-lg,
h1.f-size-lg,
h2.f-size-lg,
h3.f-size-lg,
h4.f-size-lg,
h5.f-size-lg,
h6.f-size-lg,
p.f-size-lg,
div.f-size-lg {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}

.f-size-xl,
h1.f-size-xl,
h2.f-size-xl,
h3.f-size-xl,
h4.f-size-xl,
h5.f-size-xl,
h6.f-size-xl,
p.f-size-xl,
div.f-size-xl {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}

.f-size-xxl,
h1.f-size-xxl,
h2.f-size-xxl,
h3.f-size-xxl,
h4.f-size-xxl,
h5.f-size-xxl,
h6.f-size-xxl,
p.f-size-xxl,
div.f-size-xxl {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
}

.f-size-xxxl,
h1.f-size-xxxl,
h2.f-size-xxxl,
h3.f-size-xxxl,
h4.f-size-xxxl,
h5.f-size-xxxl,
h6.f-size-xxxl,
p.f-size-xxxl,
div.f-size-xxxl {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
}

.f-size-4xl,
h1.f-size-4xl,
h2.f-size-4xl,
h3.f-size-4xl,
h4.f-size-4xl,
h5.f-size-4xl,
h6.f-size-4xl,
p.f-size-4xl,
div.f-size-4xl {
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
}

.f-size-5xl,
h1.f-size-5xl,
h2.f-size-5xl,
h3.f-size-5xl,
h4.f-size-5xl,
h5.f-size-5xl,
h6.f-size-5xl,
p.f-size-5xl,
div.f-size-5xl {
  font-size: var(--font-size-5xl);
  line-height: var(--line-height-5xl);
}

.f-size-6xl,
h1.f-size-6xl,
h2.f-size-6xl,
h3.f-size-6xl,
h4.f-size-6xl,
h5.f-size-6xl,
h6.f-size-6xl,
p.f-size-6xl,
div.f-size-6xl {
  font-size: var(--font-size-6xl);
  line-height: var(--line-height-6xl);
}

.oxy-rich-text h2 {
  font-size: var(--font-size-5xl);
  line-height: var(--line-height-5xl);
  font-weight: var(--Font-Weight-Regular);
}

.oxy-rich-text h3 {
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
  font-weight: var(--Font-Weight-Regular);
}

.oxy-rich-text h4 {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
  font-weight: var(--Font-Weight-Regular);
}

.oxy-rich-text h5 {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  font-weight: var(--Font-Weight-Regular);
}

.oxy-rich-text h6 {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  font-weight: var(--Font-Weight-Regular);
}

.oxy-rich-text p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: var(--paragraph-spacing);
  font-weight: var(--Font-Weight-Regular);
  word-break: break-word;
}
.oxy-rich-text p:last-child {
  margin-bottom: 0;
}
.oxy-rich-text p strong {
  font-weight: var(--Font-Weight-Semi-Bold);
}
.oxy-rich-text p a {
  color: var(--Green-100);
}
.oxy-rich-text p a:hover {
  color: var(--Dark-Green);
}

.oxy-rich-text ul li {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: var(--spacing-xs);
  font-weight: var(--Font-Weight-Regular);
  word-break: break-word;
  color: var(--paragraph-text);
}
.oxy-rich-text ul li:last-child {
  margin-bottom: 0;
}
.oxy-rich-text ul li strong {
  font-weight: var(--Font-Weight-Semi-Bold);
}

:root {
  --spacing-xxxs: clamp(3px, -0.09vw + 4.35px, 4px);
  --spacing-xxs: clamp(4px, 0.09vw + 3.65px, 5px);
  --spacing-xs: clamp(8px, 0.19vw + 8.29px, 10px);
  --spacing-sm: clamp(10px, 0.47vw + 8.24px, 15px);
  --spacing-md: clamp(15px, 0.47vw + 13.24px, 20px);
  --spacing-lg: clamp(20px, 0.47vw + 18.24px, 25px);
  --spacing-xl: clamp(28px, 0.19vw + 27.29px, 30px);
  --spacing-xxl: clamp(30px, 2.82vw + 19.43px, 60px);
  --spacing-3xl: clamp(36px, 4.13vw + 20.52px, 80px);
  --spacing-4xl: clamp(40px, 5.63vw + 18.87px, 100px);
  --spacing-5xl: clamp(60px, 5.63vw + 38.87px, 120px);
  --spacing-6xl: clamp(70px, 6.57vw + 45.35px, 140px);
  --border-radius-border-radius-full: 100px;
  --border-radius-border-radius-xl: 40px;
  --border-radius-border-radius-Large: 20px;
  --border-radius-border-radius-mid: 8px;
  --border-radius-border-radius-0: 4px;
}

:root {
  --Black: #000000;
  --White-gray: #f9f9f9;
  --White: #ffffff;
  --Grey: #dadada;
  --Dark-Grey: #c0c0c0;
  --Light-Gray-Dots: #BCBCBC;
  --Transparent: transparent;
  --Light-Blue-100: #d0e4ff;
  --Light-Blue-80: #d9e9ff;
  --Light-Blue-60: #e3efff;
  --Light-Blue-40: #ecf4ff;
  --Light-Blue-20: #f6faff;
  --Yellow-100: #f9bb6e;
  --Yellow-80: #fac98b;
  --Yellow-60: #fbd6a8;
  --Yellow-40: #fde4c5;
  --Yellow-20: #fef1e2;
  --Brown-Yellow: #736c5b;
  --Dark-Blue-100: #19374f;
  --Dark-Blue-80: #475f72;
  --Dark-Blue-60: #758795;
  --Dark-Blue-40: #a3afb9;
  --Dark-Blue-20: #d1d7dc;
  --Blue-100: #69a2f7;
  --Blue-80: #87b5f9;
  --Blue-60: #a5c7fa;
  --Blue-40: #c3dafc;
  --Blue-20: #e1ecfd;
  --Dark-Green: #2bb34f;
  --Green-100: #55bf80;
  --Green-80: #77cc99;
  --Green-60: #99d9b3;
  --Green-40: #bbe5cc;
  --Green-20: #ddf2e6;
  --Green-Dark-Green: #2B834F;
  --heading-color-1: #151515; /* Black */
  --heading-color-2: #19374f; /* Dark Blue/100% */
  --paragraph-text: #151515; /* Black */
  --Field-Placeholder: #b4b4b4;
  --Paragraph-link: #008000; /* Green/Dark Green */
}

@media (min-width: 993px) {
  .mobile-only {
    display: none;
  }
}

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

.facetwp-template .resource-wrapper .featured-news-section__cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-xl) var(--spacing-xxl);
}
@media (max-width: 767px) {
  .facetwp-template .resource-wrapper .featured-news-section__cards-row {
    grid-template-columns: 1fr;
  }
}
.facetwp-template .resource-wrapper .featured-news-section__cards-row .featured-news-section__card--small {
  margin-right: 0;
  order: unset;
}
.facetwp-template .resource-wrapper .featured-news-section__cards-row .featured-news-section__card--small:hover .event-info {
  color: var(--White);
}
.facetwp-template .resource-wrapper .featured-news-section__cards-row .featured-news-section__card--small:hover .event-info img {
  filter: brightness(0) invert(1);
}
.facetwp-template .resource-wrapper .featured-news-section__cards-row .event-info {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  color: var(--heading-color-2);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  z-index: 1;
}
.facetwp-template .resource-wrapper .featured-news-section__cards-row .event-info div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.facetwp-template .resource-wrapper .featured-news-section__cards-row .event-info div img {
  transition: all 0.3s ease;
}
.facetwp-template .resource-wrapper:not(:first-child) {
  margin-top: var(--spacing-xl) !important;
}

.insight-filter-wrapper > .ct-headline {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  color: var(--Black);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-md);
}
.insight-filter-wrapper .ct-shortcode {
  display: flex;
  width: 305px;
  padding: var(--spacing-md, 20px);
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--border-radius-border-radius-mid, 8px);
  background: var(--Dark-Blue-100);
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories {
  margin-bottom: 0;
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox {
  position: relative;
  background-size: 18px 18px;
  margin-bottom: 11px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  background: none;
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox:before {
  box-shadow: none !important;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  content: "";
  transition: all 0.15s ease;
  background: var(--White);
  border-radius: 4px;
  border: 1px solid var(--Dark-Blue-60);
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox:last-child {
  margin-bottom: 0;
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox .facetwp-display-value {
  color: var(--White);
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox .facetwp-counter {
  color: var(--Dark-Blue-40);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox span {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  font-weight: var(--Font-Weight-Regular);
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox.checked::before {
  border: 1px solid var(--Black);
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox.checked:after {
  content: "" !important;
  position: absolute;
  background: url(/wp-content/uploads/2025/10/checked-icon.svg) no-repeat !important;
  width: 10px !important;
  height: 10px !important;
  left: 3px;
  top: 50%;
  border: none !important;
  transform: translateY(-50%);
}
.insight-filter-wrapper .ct-shortcode .facetwp-facet-categories .facetwp-checkbox.checked .facetwp-display-value {
  font-weight: var(--Font-Weight-Bold);
}

.facet-result-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 767px) {
  .facet-result-wrapper {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.facet-result-wrapper .facetwp-selections ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.facet-result-wrapper .facetwp-selections ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.facet-result-wrapper .facetwp-selections ul li .facetwp-selection-label {
  display: none;
}
.facet-result-wrapper .facetwp-selections ul li .facetwp-selection-value {
  background-image: url(/wp-content/uploads/2025/10/Facet-close-icon.svg);
  background-size: 20px;
  padding: 5px 35px 5px 10px;
  background-color: var(--Yellow-100);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  font-weight: var(--Font-Weight-medium);
  color: #233232;
  border-radius: var(--border-radius-border-radius-full);
  margin-right: 0px;
  background-position: right 6px top 50%;
}

.result-count-shortcode {
  display: flex;
  justify-content: end;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--Black);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
}
@media (max-width: 767px) {
  .result-count-shortcode {
    justify-content: start;
  }
}

.load-more-count-wrapper {
  display: flex;
  justify-content: center;
  padding-top: var(--spacing-xl);
  flex-direction: column;
  width: 100%;
}
.load-more-count-wrapper .facetwp-facet-load_more_resources {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.load-more-count-wrapper .facetwp-load-more {
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: var(--heading-color-1);
  text-decoration: none;
  border: 2px solid var(--heading-color-2);
  border-radius: var(--border-radius-border-radius-full);
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  padding: var(--spacing-xs) var(--spacing-lg);
  gap: var(--spacing-sm);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-weight: var(--Font-Weight-medium);
  font-family: var(--Font-Family-Primary);
}
.load-more-count-wrapper .facetwp-load-more.facetwp-hidden {
  display: none;
}
.load-more-count-wrapper .result-count-shortcode {
  justify-content: center;
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
}

.single-post .ct-div-block h2 {
  font-size: var(--font-size-5xl);
  line-height: var(--line-height-5xl);
  color: var(--heading-color-1);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-xl);
}
.single-post .ct-div-block h3 {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
  color: var(--heading-color-2);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-sm);
  margin-top: var(--spacing-sm) !important;
}
@media (max-width: 992px) {
  .single-post .ct-div-block h3 {
    margin-top: 18px !important;
  }
}
.single-post .ct-div-block h4 {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-2);
  font-weight: var(--Font-Weight-medium);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-sm);
  margin-top: var(--spacing-sm) !important;
}
@media (max-width: 992px) {
  .single-post .ct-div-block h4 {
    margin-top: 18px !important;
  }
}
.single-post .ct-div-block h5 {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  color: var(--heading-color-2);
  font-weight: var(--Font-Weight-medium);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-sm);
  margin-top: var(--spacing-sm) !important;
}
@media (max-width: 992px) {
  .single-post .ct-div-block h5 {
    margin-top: 18px !important;
  }
}
.single-post .ct-div-block h6 {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  color: var(--heading-color-2);
  font-weight: var(--Font-Weight-medium);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-sm);
  margin-top: var(--spacing-sm) !important;
}
.single-post .ct-div-block p {
  font-size: var(--font-size-sm);
  line-height: var(--paragraph-line-height);
  color: var(--paragraph-text);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-sm);
}
.single-post .ct-div-block p:last-child {
  margin-bottom: 0;
}
.single-post .ct-div-block p a {
  text-decoration: underline;
  color: var(--Green-Dark-Green);
}
.single-post .ct-div-block img {
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
  border-radius: var(--border-radius-border-radius-Large);
}
.single-post .ct-div-block .note-block {
  padding: var(--spacing-xl);
  background-color: var(--Yellow-20);
  border-radius: var(--border-radius-border-radius-Large);
}
.single-post .ct-div-block .note-block p {
  margin-bottom: 0;
}
.single-post .ct-div-block .note-block p:first-child {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  color: var(--Dark-Blue-100);
  font-weight: var(--Font-Weight-medium);
  font-family: var(--Font-Family-Primary);
  margin-bottom: var(--spacing-md);
}
.single-post .resource-content-section .content-toc-wrapper_content_wrapper {
  width: 100%;
  max-width: 68.21%;
}
.single-post .resource-content-section .content-toc-wrapper_toc_wrapper {
  max-width: 334px;
}
@media (max-width: 992px) {
  .single-post .resource-content-section .content-toc-wrapper {
    flex-direction: column-reverse !important;
    gap: 40px !important;
  }
  .single-post .resource-content-section .content-toc-wrapper_content_wrapper {
    width: 100% !important;
    max-width: 100%;
  }
  .single-post .resource-content-section .content-toc-wrapper_toc_wrapper .table-of-contents {
    padding-top: 0;
  }
}

/* Video Play Indicator Overlay */
.featured-news-section__video-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.3s ease;
}

.video-trigger:hover .featured-news-section__video-indicator {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Video Modal Styles */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-modal--active {
  opacity: 1;
}

.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.video-modal__container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 100000;
}

.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  z-index: 100001;
  transition: transform 0.2s ease;
}

.video-modal__close:hover {
  transform: scale(1.1);
}

.video-modal__content {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-modal__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-modal__video-wrapper iframe,
.video-modal__video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
}

body.modal-open {
  overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
  .video-modal__container {
    width: 95%;
  }
  .video-modal__close {
    top: -35px;
  }
  .featured-news-section__video-indicator {
    width: 50px;
    height: 50px;
  }
}
.content-toc-wrapper:has(.table-of-contents-wrapper:empty) .content-toc-wrapper_content_wrapper {
  max-width: 100% !important;
}

.content-toc-wrapper:has(.table-of-contents-wrapper:empty) {
  gap: 0 !important;
}

@media (max-width: 767px) {
  .insight-filter-wrapper .ct-shortcode {
    max-width: 100% !important;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  font-family: var(--Font-Family-Primary);
  margin-top: 0px !important;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

/*
* Map for breakpoints
*/
.btn-secondary, .btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-full);
  transition: all 0.5s;
}

.btn--lg {
  padding: var(--spacing-xs) var(--spacing-lg);
  gap: var(--spacing-sm);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-weight: var(--Font-Weight-medium);
}
@media (max-width: 767px) {
  .btn--lg {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-md);
  }
}
.btn--md {
  padding: var(--spacing-xxs) var(--spacing-md);
  gap: var(--spacing-xs);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  font-weight: var(--Font-Weight-medium);
}
@media (max-width: 767px) {
  .btn--md {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
}
.btn--sm {
  padding: var(--spacing-xxs) var(--spacing-sm);
  gap: var(--spacing-xs);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  font-weight: var(--Font-Weight-medium);
}

/* Wrapper behaves like .simple-header__cta-item */
.primary-button-wrapper {
  list-style: none;
  position: relative;
  border-radius: var(--border-radius-border-radius-full);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* On hover, inner button bg changes */
}
.primary-button-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--border-radius-border-radius-full);
  background: linear-gradient(var(--angle, -90deg), white 0%, var(--Green-100) 50%, var(--Green-100) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.primary-button-wrapper:hover::before {
  opacity: 1;
  animation: rotate-once 1s ease-out forwards;
}
.primary-button-wrapper:hover .btn.btn-primary {
  background-color: var(--Green-40);
  border: solid 2px transparent;
}

.primary-button-wrapper .btn-primary {
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Green-100);
  color: var(--heading-color-1);
  text-decoration: none;
  border: 2px solid var(--Green-100);
  border-radius: var(--border-radius-border-radius-full);
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

/* Secondary Button Wrapper - Similar to primary but with black border */
.secondary-button-wrapper {
  list-style: none;
  position: relative;
  border-radius: var(--border-radius-border-radius-full);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* On hover, inner button bg changes */
}
.secondary-button-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--border-radius-border-radius-full);
  background: linear-gradient(var(--angle, -90deg), white 0%, var(--heading-color-2) 50%, var(--heading-color-2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.secondary-button-wrapper:hover::before {
  opacity: 1;
  animation: rotate-once 1s ease-out forwards;
}
.secondary-button-wrapper:hover .btn.btn-secondary {
  background-color: var(--Dark-Blue-20);
  border: solid 2px transparent;
}

/* Animation + property registration */
@keyframes rotate-once {
  from {
    --angle: -90deg;
  }
  to {
    --angle: 360deg;
  }
}
@property --angle {
  syntax: "<angle>";
  initial-value: -90deg;
  inherits: false;
}
.btn-secondary {
  /* When inside secondary-button-wrapper */
}
.secondary-button-wrapper .btn-secondary {
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--heading-color-1);
  text-decoration: none;
  border: 2px solid var(--heading-color-2); /* Default 2px black border */
  border-radius: var(--border-radius-border-radius-full);
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.section-padding-top-6xl {
  padding-top: var(--spacing-6xl);
}

.section-padding-bottom-6xl {
  padding-bottom: var(--spacing-6xl);
}

.section-padding-top-5xl {
  padding-top: var(--spacing-5xl);
}

.section-padding-bottom-5xl {
  padding-bottom: var(--spacing-5xl);
}

.section-padding-top-4xl {
  padding-top: var(--spacing-4xl);
}

.section-padding-bottom-4xl {
  padding-bottom: var(--spacing-4xl);
}

.section-padding-top-3xl {
  padding-top: var(--spacing-3xl);
}

.section-padding-bottom-3xl {
  padding-bottom: var(--spacing-3xl);
}

.section-padding-top-xxl {
  padding-top: var(--spacing-xxl);
}

.section-padding-bottom-xxl {
  padding-bottom: var(--spacing-xxl);
}

.section-padding-top-xl {
  padding-top: var(--spacing-xl);
}

.section-padding-bottom-xl {
  padding-bottom: var(--spacing-xl);
}

.section-bg-with-padding {
  padding: var(--spacing-4xl) 0px;
  background-color: var(--White-gray);
}

.section-service-pattern {
  position: relative;
  z-index: 1;
}
.section-service-pattern::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/10/waveline-service.svg");
  width: 100%;
  height: -webkit-fill-available;
  left: 0;
  top: -85px;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (max-width: 1536px) {
  .section-service-pattern::before {
    background-position: top right 90px;
    left: 0;
  }
}
@media (max-width: 1280px) {
  .section-service-pattern::before {
    background-position: top right 20px;
  }
}
@media (max-width: 767px) {
  .section-service-pattern::before {
    display: none;
  }
}
.section-service-pattern .video-section__content {
  display: flex;
  gap: var(--spacing-xl);
  justify-content: space-between;
}
.section-service-pattern .video-section__content .video-section__heading {
  flex: 0 0 calc(44% - 15px);
}
@media (max-width: 992px) {
  .section-service-pattern .video-section__content .video-section__heading {
    flex: none;
    width: 100%;
  }
}
.section-service-pattern .video-section__content .video-section__description {
  flex: 0 0 calc(56% - 15px);
}
@media (max-width: 992px) {
  .section-service-pattern .video-section__content .video-section__description {
    flex: none;
    width: 100%;
  }
}

.oxy-popover_popup-content .ct-div-block {
  overflow: hidden;
}

header .ct-section-inner-wrap,
header .oxy-header-container {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  header {
    overflow: hidden;
  }
}
@media (min-width: 993px) {
  header {
    overflow: visible !important;
  }
  header.oxy-sticky-header-active {
    top: 25px !important;
    z-index: 100 !important;
  }
}

.oxy-simple-header {
  position: relative;
  width: 100%;
  padding: 20px;
  z-index: 1000;
  border-radius: var(--border-radius-border-radius-full, 100px);
  background: rgba(255, 255, 255, 0.8);
  max-width: 1400px;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 1536px) {
  .oxy-simple-header {
    margin: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .oxy-simple-header {
    padding: 11.5px 15px 0;
    border-radius: 0px;
    background: var(--White-gray);
    margin: 0px;
  }
}

.simple-header__container {
  max-width: 1442px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1001;
}
@media (max-width: 1536px) {
  .simple-header__container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .simple-header__container {
    padding: 0px;
  }
}
.simple-header__logo {
  flex-shrink: 0;
}
.simple-header__logo-link {
  display: block;
  text-decoration: none;
  max-height: 38px;
  position: relative;
}
.simple-header__logo-img {
  height: 38px;
  width: auto;
}
@media (max-width: 992px) {
  .simple-header__logo-img {
    height: 36px;
  }
}
.simple-header__logo-img--default {
  display: block;
}
@media (max-width: 992px) {
  body.mobile-menu-open .simple-header__logo-img--default {
    display: none;
  }
}
.simple-header__logo-img--mobile-menu {
  display: none;
}
@media (max-width: 992px) {
  body.mobile-menu-open .simple-header__logo-img--mobile-menu {
    display: block;
  }
}
.simple-header__nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .simple-header__nav {
    gap: var(--spacing-sm);
  }
}
@media (max-width: 992px) {
  .simple-header__nav--desktop {
    display: none;
  }
}
.simple-header__menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: var(--spacing-xl);
  position: relative;
}
@media (max-width: 1280px) {
  .simple-header__menu-list {
    gap: var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .simple-header__menu-list {
    gap: var(--spacing-sm);
    display: none;
  }
}
.simple-header__menu-list li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.simple-header__menu-list li.menu-item-has-children:hover > .simple-header__submenu {
  opacity: 1;
  visibility: visible;
}
.simple-header__menu-list li.menu-item-has-children:hover a.simple-header__menu-link:after {
  background-image: url(./plugins/supreme-general-plugin/images/icons/menu-white-arrow.svg);
}
.simple-header__menu-list li.menu-item-has-children a.simple-header__menu-link {
  padding: 10px 33px 10px 10px;
}
.simple-header__menu-list li.menu-item-has-children a.simple-header__menu-link:after {
  content: "";
  position: absolute;
  background-image: url(./plugins/supreme-general-plugin/images/icons/menu-black-arrow.svg);
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.simple-header__menu-list li a {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-medium);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--heading-color-1);
  text-decoration: none;
  padding: 10px;
}
@media (max-width: 1280px) {
  .simple-header__menu-list li a {
    font-size: var(--font-size-xs);
  }
}
@media (max-width: 992px) {
  .simple-header__menu-list li a {
    font-size: var(--Font-Size-f-size-xxs);
  }
}
.simple-header__menu-list li a:hover {
  color: var(--White-gray);
  background-color: var(--Dark-Blue-100);
  border-radius: 8px;
}
.simple-header__menu-list li:visited > a,
.simple-header__menu-list li:focus-within > a,
.simple-header__menu-list li:active > a,
.simple-header__menu-list li:hover > a {
  color: var(--White-gray);
}
.simple-header__menu-list li.menu-item-has-children:hover > a {
  color: var(--White-gray);
  background-color: var(--Dark-Blue-100);
  border-radius: 8px 8px 0px 0px;
}
.simple-header__menu-text {
  display: inline-block;
}
.simple-header .resources-menu .simple-header__submenu {
  right: 0px;
  left: inherit;
}
.simple-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--Dark-Blue-100);
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 10px 10px 10px;
  min-width: -moz-max-content;
  min-width: max-content;
  list-style: none;
  margin: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  border: 1px solid rgba(192, 192, 192, 0);
  z-index: auto;
}
.simple-header__submenu.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 8px;
}
.simple-header__submenu .simple-header__submenu {
  top: 0;
  left: 100%;
  margin-left: 8px;
}
.simple-header__submenu li {
  margin-top: 5px;
  position: relative;
  display: block;
}
.simple-header__submenu li.menu-item-has-children:hover > .simple-header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.simple-header__submenu li a {
  color: var(--White-gray);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-weight: var(--Font-Weight-Regular);
  padding: 10px 12.5px 10px 10px;
  display: block;
}
.simple-header__submenu li a:hover {
  color: #233232 !important;
  background-color: var(--Green-40);
  border-radius: 8px;
  font-weight: var(--Font-Weight-medium);
  padding: 10px;
}
.simple-header__submenu li:visited > a, .simple-header__submenu li:focus-within > a, .simple-header__submenu li:active > a, .simple-header__submenu li:hover > a {
  color: var(--light-orange-adimab);
}
.simple-header__submenu li.menu-item-has-children:hover > a {
  color: var(--light-orange-adimab);
}
.simple-header__submenu li.simple-header__cta-item a.simple-header__cta-button {
  background: none;
  color: var(--White-gray);
  padding: 0 16px;
  border-radius: 0;
  font-weight: var(--Font-Weight-Regular);
  font-size: 16px;
}
.simple-header__submenu li.simple-header__cta-item a.simple-header__cta-button:hover {
  background: none;
  color: var(--light-orange-adimab);
  box-shadow: none;
  transform: none;
}
.simple-header__cta {
  flex-shrink: 0;
}
.simple-header__cta-button {
  display: inline-block;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Medium);
  font-size: var(--Font-Size-f-size-xxs);
  line-height: 1.2;
  color: var(--Black);
  background-color: var(--White-gray);
  padding: 10px 24px;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .simple-header__cta-button {
    padding: 10px 20px;
    font-size: var(--Font-Size-f-size-xxxs);
  }
}
@media (max-width: 992px) {
  .simple-header {
    padding: 4px 0;
    z-index: 9999;
    position: relative;
  }
}
@media (: ) {
  .simple-header__nav {
    gap: var(--spacing-md);
  }
  .simple-header__menu-list {
    gap: var(--spacing-md);
  }
}

.simple-header--dark {
  background: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.simple-header--light {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.simple-header--light .simple-header__menu-list li a {
  color: var(--color-text-dark);
}
.simple-header--light .simple-header__menu-list li a:hover {
  color: var(--orange-adimab);
}
.simple-header--light .simple-header__cta-button {
  background-color: var(--orange-adimab);
  color: var(--White-gray);
}
.simple-header--light .simple-header__cta-button:hover {
  background-color: var(--orange-adimab-dark);
}

.simple-header__hamburger {
  display: none;
  width: 25px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 9999999;
  position: relative;
}
@media (max-width: 992px) {
  .simple-header__hamburger {
    display: flex;
  }
}
.simple-header__hamburger svg {
  transition: all 0.3s ease;
  opacity: 1;
}
.simple-header__hamburger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/uploads/2025/10/Close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.simple-header__hamburger.is-active svg {
  opacity: 0;
  transform: scale(0);
}
.simple-header__hamburger.is-active::after {
  opacity: 1;
}
.simple-header__hamburger.is-active.fallback-close svg {
  opacity: 1;
  transform: scale(1);
}
.simple-header__hamburger.is-active.fallback-close svg path {
  transform-origin: center;
  animation: hamburgerToX 0.3s ease forwards;
}
.simple-header__hamburger.is-active.fallback-close::after {
  opacity: 0;
}
.simple-header__mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: var(--Black);
  color: var(--White-gray);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  display: none;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .simple-header__mobile-menu {
    display: block;
  }
}
.simple-header__mobile-menu.is-open {
  transform: translateX(0);
}
.simple-header__mobile-menu[aria-hidden=true] {
  pointer-events: none;
}
.simple-header__mobile-panel {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0 0 0 0;
  background: var(--Dark-Blue-100);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding-top: 80px;
}
.simple-header__mobile-panel.is-active {
  transform: translateX(0);
  z-index: 2;
}
.simple-header__mobile-panel.is-left {
  transform: translateX(-100%);
  z-index: 1;
}
.simple-header__mobile-header {
  padding: 9px 10px;
  border-bottom: 1px solid rgba(249, 187, 110, 0.4);
  background: var(--Dark-Blue-80);
  font-weight: var(--Font-Weight-Semi-Bold);
}
.simple-header__mobile-back {
  color: var(--White);
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  font-family: var(--Font-Family-Primary);
  background-color: transparent;
  border: none;
  position: relative;
  padding-left: 25px;
}
.simple-header__mobile-back:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/10/Arrow-left-back-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.simple-header__mobile-back:hover {
  color: var(--light-orange-adimab);
}
.simple-header__mobile-item {
  border-bottom: 1px solid rgba(249, 187, 110, 0.4);
  position: relative;
}
.simple-header__mobile-item--has-children .simple-header__mobile-expander {
  display: block;
  height: 100%;
  width: 45px;
  right: 0px;
  background-color: var(--Dark-Blue-80);
  border-left: 1px solid rgba(249, 187, 110, 0.4);
}
.simple-header__mobile-item--has-children .simple-header__mobile-expander svg {
  width: 10px;
  height: 18px;
  position: relative;
  right: -2px;
}
.simple-header__mobile-link {
  display: block;
  padding: 15px 60px 15px 15px;
  text-decoration: none;
  color: var(--White-gray);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  font-size: 18px;
  line-height: 24px;
}
.simple-header__mobile-link.simple-header__mobile-cta {
  background: var(--light-orange-adimab);
  color: var(--Black);
  font-weight: var(--Font-Weight-Bold);
  margin: 16px;
  border-radius: 100px;
  text-align: center;
}
.simple-header__mobile-link.simple-header__mobile-cta:hover {
  background: var(--orange-adimab);
}
.simple-header__mobile-expander {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--White-gray);
  font-size: 18px;
  cursor: pointer;
  font-family: var(--Font-Family-Primary);
  width: 24px;
  height: 24px;
  display: none;
}
.simple-header__mobile-expander:hover {
  color: var(--light-orange-adimab);
}

@keyframes hamburgerToX {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
body.mobile-menu-open {
  overflow: hidden;
}
@media (max-width: 992px) {
  body.mobile-menu-open {
    position: fixed;
    width: 100%;
  }
}

.simple-header__mobile-menu.is-open {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 999 !important;
  min-height: 100vh;
}

.simple-header__mobile-menu-content > ul:first-of-type > li:first-child {
  border-top: 1px solid rgba(249, 187, 110, 0.4);
}

.simple-header__mobile-menu-content > ul:first-of-type > li:last-child {
  margin: 27px 15px;
  list-style: none;
  position: relative;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  height: 44px;
}
.simple-header__mobile-menu-content > ul:first-of-type > li:last-child::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  background: linear-gradient(var(--angle, -90deg), white 0%, #55bf80 50%, #55bf80 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.simple-header__mobile-menu-content > ul:first-of-type > li:last-child:hover::before {
  opacity: 1;
  animation: rotate-once 1s ease-out forwards;
}
.simple-header__mobile-menu-content > ul:first-of-type > li:last-child:hover a {
  background-color: #DDF2E6;
  color: var(--heading-color-1);
}
.simple-header__mobile-menu-content > ul:first-of-type > li:last-child a {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #55bf80;
  color: #151515;
  font-weight: var(--Font-Weight-medium);
  text-decoration: none;
  border-radius: 33px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0 25px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.simple-header__cta-item {
  list-style: none;
  position: relative;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simple-header__cta-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  background: linear-gradient(var(--angle, -90deg), white 0%, #55bf80 50%, #55bf80 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.simple-header__cta-item:hover::before {
  opacity: 1;
  animation: rotate-once 1s ease-out forwards;
}
.simple-header__cta-item:hover .simple-header__cta-button {
  background-color: #DDF2E6;
  border-radius: 35px;
  color: var(--heading-color-1);
}

/* Anchor styled as button */
.simple-header__cta-button {
  width: 98%;
  height: 94%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #55bf80;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
  font-size: 24px;
  font-family: "Belanosima", sans-serif;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 10px 25px !important;
}

/* Text inside */
.simple-header__menu-text {
  pointer-events: none;
}

/* Keyframes for rotating gradient */
@keyframes rotate-once {
  from {
    --angle: -90deg;
  }
  to {
    --angle: 360deg;
  }
}
/* Custom property for animation */
@property --angle {
  syntax: "<angle>";
  initial-value: -90deg;
  inherits: false;
}
.no-bg-option .Supreme-who-we-are {
  background: none !important;
}

.no-border-option .Supreme-who-we-are__stats-wrapper {
  border-top: none !important;
}

.Supreme-who-we-are {
  background: var(--White-gray);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.Supreme-who-we-are .who-we-are-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1536px) {
  .Supreme-who-we-are .who-we-are-container {
    padding: 0 var(--spacing-md);
  }
}
.Supreme-who-we-are[style*="--bg-pattern-url"] .Supreme-who-we-are__heading::before {
  content: "";
  position: absolute;
  top: -65px;
  right: 0px;
  width: 363px;
  height: 278px;
  padding: 7px 9px 7px 7px;
  background-image: var(--bg-pattern-url);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .Supreme-who-we-are[style*="--bg-pattern-url"] .Supreme-who-we-are__heading::before {
    top: -50px;
    left: 50%;
    width: 217px;
    height: 230px;
    background-image: var(--bg-pattern-url-mobile);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .Supreme-who-we-are[style*="--bg-pattern-url"] .Supreme-who-we-are__heading::before {
    width: 102px;
    height: 77px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
}
.Supreme-who-we-are__content {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-3xl);
  width: 100%;
}
@media (max-width: 992px) {
  .Supreme-who-we-are__content {
    flex-direction: column;
    gap: var(--spacing-2xl);
    margin-bottom: var(--spacing-3xl);
  }
}
@media (max-width: 767px) {
  .Supreme-who-we-are__content {
    margin-bottom: 0;
  }
}
.Supreme-who-we-are__main {
  display: flex;
  flex: 1;
  gap: var(--spacing-xl);
  padding-top: var(--spacing-4xl);
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 992px) {
  .Supreme-who-we-are__main {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.Supreme-who-we-are__heading {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  color: var(--heading-color-1);
  position: relative;
}
@media (max-width: 992px) {
  .Supreme-who-we-are__heading {
    text-align: center;
  }
}
.Supreme-who-we-are__title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-5xl);
  color: var(--heading-color-1);
  margin: 0;
  text-align: left;
  z-index: 1;
}
.Supreme-who-we-are__text-content {
  flex: 1;
  max-width: 614px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  color: var(--paragraph-text);
  padding-top: var(--spacing-md);
  z-index: 1;
}
@media (max-width: 992px) {
  .Supreme-who-we-are__text-content {
    max-width: 100%;
  }
}
.Supreme-who-we-are__subtitle {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-md);
  color: var(--heading-color-1);
  margin: 0;
}
.Supreme-who-we-are__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--paragraph-text);
}
.Supreme-who-we-are__description p {
  margin: 0 0 var(--spacing-md) 0;
}
.Supreme-who-we-are__description p:last-child {
  margin-bottom: 0;
}
.Supreme-who-we-are__button-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: var(--spacing-md);
}
@media (max-width: 767px) {
  .Supreme-who-we-are__button-wrapper {
    padding-top: var(--spacing-lg);
  }
}
.Supreme-who-we-are__stats-wrapper {
  width: 100%;
  border-top: 1px solid var(--Dark-Blue-20);
}
@media (max-width: 767px) {
  .Supreme-who-we-are__stats-wrapper {
    border-top: none;
  }
}
.Supreme-who-we-are__stats {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .Supreme-who-we-are__stats {
    flex-direction: column;
    gap: 0;
    padding: 0px;
  }
}
.Supreme-who-we-are__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
  padding: var(--spacing-xl);
  text-align: center;
  position: relative;
  justify-content: center;
}
.Supreme-who-we-are__stat:not(:last-child) {
  border-right: 1px solid var(--Dark-Blue-20);
}
@media (max-width: 767px) {
  .Supreme-who-we-are__stat:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--Dark-Blue-20);
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .Supreme-who-we-are__stat:not(:first-child) {
    padding-top: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .Supreme-who-we-are__stat:first-child {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .Supreme-who-we-are__stat:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .Supreme-who-we-are__stat {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    padding: var(--spacing-xxl) var(--spacing-md);
  }
}
.Supreme-who-we-are__stat-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color-2);
}
.Supreme-who-we-are__stat-icon svg {
  width: 100%;
  height: 100%;
}
.Supreme-who-we-are__stat-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Supreme-who-we-are__stat-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: center;
}
@media (max-width: 767px) {
  .Supreme-who-we-are__stat-content {
    align-items: flex-start;
    text-align: left;
  }
}
.Supreme-who-we-are__stat-value {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-2);
  margin: 0;
}
@media (max-width: 767px) {
  .Supreme-who-we-are__stat-value.f-size-xxl {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
  }
}
.Supreme-who-we-are__stat-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--paragraph-text);
  max-width: 389px;
}

.supreme-element .Supreme-who-we-are {
  position: relative;
}

@media (max-width: 767px) {
  .home .Supreme-who-we-are__stats {
    padding: var(--spacing-4xl) 0;
  }
}
@media (max-width: 767px) {
  .home .Supreme-who-we-are__stat {
    padding-right: 0;
    padding-left: 0;
  }
}
.oxy-supreme-home-hero-banner {
  position: sticky;
  top: 0;
}
.oxy-supreme-home-hero-banner ~ * {
  transform: translateZ(0);
}

.home-hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--White-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spacing-6xl) var(--spacing-4xl) 0;
  overflow: hidden;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .home-hero-banner {
    padding: 95px var(--spacing-md) 0;
    gap: var(--spacing-6xl);
    display: block;
  }
}
.home-hero-banner__container {
  width: 100%;
  max-width: 1076px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-hero-banner__container {
    max-width: 100%;
  }
}
.home-hero-banner__hero-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
}
@media (max-width: 767px) {
  .home-hero-banner__hero-wrap {
    gap: var(--spacing-lg);
  }
}
.home-hero-banner__content-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  position: relative;
}
.home-hero-banner__main-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-6xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-6xl);
  color: var(--Dark-Blue-100);
  text-align: center;
  margin: 0;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 767px) {
  .home-hero-banner__main-title {
    min-width: 100%;
  }
}
.home-hero-banner__description {
  width: 100%;
  max-width: 854px;
  display: flex;
  flex-direction: column;
  gap: var(--paragraph-spacing);
}
.home-hero-banner__description p {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--paragraph-text);
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .home-hero-banner__description {
    max-width: 100%;
  }
}
.home-hero-banner__buttons-container {
  display: flex;
  gap: var(--spacing-xl);
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home-hero-banner__buttons-container {
    gap: var(--spacing-lg);
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.home-hero-banner__discover-button {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
}
.home-hero-banner__discover-link {
  color: var(--heading-color-2);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  font-weight: var(--Font-Weight-medium);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.home-hero-banner__discover-link img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .home-hero-banner__discover-link img {
    width: 15px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-hero-banner__discover-link {
    gap: 0;
    padding-top: var(--spacing-lg);
  }
}
.home-hero-banner.video-ended .home-hero-banner__discover-button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
}
.home-hero-banner__button-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .home-hero-banner__button-wrapper {
    flex: 1 1 auto;
    min-width: 150px;
  }
}
.home-hero-banner__media-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-border-radius-Large);
}
@media (max-width: 767px) {
  .home-hero-banner__media-wrapper {
    height: auto;
    border-radius: var(--border-radius-border-radius-mid);
  }
}
.home-hero-banner__media-wrapper--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-hero-banner__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  mix-blend-mode: darken;
  margin-inline: auto;
  max-width: 100%;
}

.video-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.video-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  z-index: 100000;
}

.video-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
  z-index: 100001;
}
.video-popup-close:hover {
  opacity: 0.7;
}

.video-popup-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}
.video-popup-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

@media (max-width: 992px) {
  .video-popup-content {
    width: 95%;
  }
  .video-popup-close {
    top: -40px;
    right: -5px;
    font-size: 35px;
  }
}
body.video-popup-active .oxy-supreme-home-hero-banner {
  z-index: 100 !important;
}

/**
 * Infobox Component Styles
 * 
 * Features:
 * - Flexbox layout with image left/right positioning
 * - Responsive: Image on top, content below on mobile
 * - BEM naming convention
 * - CSS variables for all spacing and typography
 */
.infobox {
  background: var(--white, #fff);
  padding-bottom: var(--spacing-4xl);
  position: relative;
}
.infobox__container {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xxl);
}
@media (max-width: 1536px) {
  .infobox__container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .infobox__container {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
}
.infobox__content {
  flex: 1;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .infobox__content {
    max-width: 100%;
  }
}
.infobox__eyebrow {
  color: var(--heading-color-2, #19374f);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  font-weight: var(--Font-Weight-medium);
  font-family: var(--Font-Family-Primary);
  margin: 0;
}
.infobox__heading {
  color: var(--heading-color-1, #151515);
  font-size: var(--font-size-5xl);
  line-height: var(--line-height-5xl);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  margin: 0;
}
.infobox__description {
  color: var(--paragraph-text, #151515);
  font-size: var(--font-size-sm);
  line-height: var(--Paragraph-line-height, 24px);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  margin: 0;
}
.infobox__button-wrapper {
  margin-top: 0;
}
.infobox__image-wrapper {
  flex: 1;
  border-radius: var(--border-radius-border-radius-Large, 20px);
  overflow: hidden;
  min-width: 0;
  height: 470px;
}
@media (max-width: 992px) {
  .infobox__image-wrapper {
    width: 100%;
  }
}
@media (: ) {
  .infobox__image-wrapper {
    height: 400px;
  }
}
.infobox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.infobox__video-wrapper {
  height: auto;
}
@media (: ) {
  .infobox__video-wrapper {
    height: auto;
  }
}
.infobox--image-left .infobox__container {
  flex-direction: row;
}
@media (max-width: 992px) {
  .infobox--image-left .infobox__container {
    flex-direction: column;
  }
}
.infobox--image-left .infobox__image-wrapper {
  order: 1;
}
@media (max-width: 992px) {
  .infobox--image-left .infobox__image-wrapper {
    order: 1;
  }
}
.infobox--image-left .infobox__content {
  order: 2;
}
@media (max-width: 992px) {
  .infobox--image-left .infobox__content {
    order: 2;
  }
}
.infobox--image-right .infobox__container {
  flex-direction: row;
}
@media (max-width: 992px) {
  .infobox--image-right .infobox__container {
    flex-direction: column;
  }
}
.infobox--image-right .infobox__image-wrapper {
  order: 2;
}
@media (max-width: 992px) {
  .infobox--image-right .infobox__image-wrapper {
    order: 1;
  }
}
.infobox--image-right .infobox__content {
  order: 1;
}
@media (max-width: 992px) {
  .infobox--image-right .infobox__content {
    order: 2;
  }
}
.infobox__download-button {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs);
  padding: 0;
  background: transparent;
  border: none;
  border-radius: var(--border-radius-border-radius-mid, 8px);
  color: var(--Green-Dark-Green, #2b834f);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-sm);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.infobox__download-button:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.infobox__download-button-text {
  white-space: nowrap;
}
.infobox__download-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.Supreme-testimonial-section {
  background: var(--Dark-Blue-100);
  padding: var(--spacing-4xl) 0;
  position: relative;
  overflow: hidden;
}
.Supreme-testimonial-section .testimonial-section-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1536px) {
  .Supreme-testimonial-section .testimonial-section-container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .Supreme-testimonial-section .testimonial-section-container {
    padding: 0 var(--spacing-md);
  }
}
.Supreme-testimonial-section[style*="--bg-pattern-url"]::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  width: 455px;
  height: 444px;
  background-image: var(--bg-pattern-url);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transform: scaleY(1);
}
@media (max-width: 992px) {
  .Supreme-testimonial-section[style*="--bg-pattern-url"]::before {
    top: -32px;
    right: -32px;
    left: auto;
    transform: none;
    width: 200px;
    height: 195px;
    opacity: 1;
    z-index: 10;
    background-size: contain;
    display: block;
    filter: brightness(1.5) contrast(1.2);
  }
}
@media (max-width: 767px) {
  .Supreme-testimonial-section[style*="--bg-pattern-url"]::before {
    top: -13px;
    right: -13px;
    width: 83px;
    height: 83px;
  }
}
.Supreme-testimonial-section__header {
  margin-bottom: var(--spacing-xl);
  position: relative;
  z-index: 1;
}
.Supreme-testimonial-section__title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-5xl);
  color: var(--White);
  margin: 0;
}
.Supreme-testimonial-section__testimonials {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__testimonials {
    padding-bottom: var(--spacing-xl);
  }
}
.Supreme-testimonial-section__grid {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
.Supreme-testimonial-section__grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  bottom: -22px;
  width: 1px;
  background: var(--Brown-Yellow);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__grid::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 1px;
    min-height: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .Supreme-testimonial-section__grid::-webkit-scrollbar {
    display: none;
  }
}
.Supreme-testimonial-section__column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.Supreme-testimonial-section__column--left {
  max-width: 610px;
}
.Supreme-testimonial-section__column--right {
  max-width: 610px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__column {
    display: contents;
  }
}
.Supreme-testimonial-section__testimonial {
  position: relative;
  z-index: 2;
  width: 100%;
}
.Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(1) {
  padding-top: 20px;
  padding-bottom: var(--spacing-xxl);
}
.Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  right: -21px;
  bottom: 0;
  height: 1px;
  background: var(--Brown-Yellow);
  z-index: 1;
}
@media (max-width: 1536px) {
  .Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(1)::before {
    right: -14px;
  }
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(1)::before {
    right: 0;
  }
}
.Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 18px;
  width: 31px;
  height: 38px;
  background-image: url("/wp-content/uploads/2025/10/right-edge-border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  transform: translateY(50%);
}
@media (max-width: 1536px) {
  .Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(1)::after {
    right: -30px;
  }
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(1)::after {
    display: none;
  }
}
.Supreme-testimonial-section__column--left .Supreme-testimonial-section__testimonial:nth-child(2) {
  padding-top: var(--spacing-xxl);
}
.Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(1) {
  padding-top: 132px;
  padding-bottom: var(--spacing-xxl);
}
.Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(1)::before {
  content: "";
  position: absolute;
  left: -21px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--Brown-Yellow);
  z-index: 1;
}
@media (max-width: 1536px) {
  .Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(1)::before {
    left: -13px;
  }
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(1)::before {
    left: 0;
  }
}
.Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(1)::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -17px;
  width: 31px;
  height: 38px;
  background-image: url("/wp-content/uploads/2025/10/right-edge-border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  transform: translateY(50%) rotate(180deg);
}
@media (max-width: 1536px) {
  .Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(1)::after {
    left: -31px;
  }
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(1)::after {
    display: none;
  }
}
.Supreme-testimonial-section__column--right .Supreme-testimonial-section__testimonial:nth-child(2) {
  padding-top: var(--spacing-xxl);
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__testimonial {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    padding-bottom: var(--spacing-lg) !important;
    padding-top: var(--spacing-lg) !important;
    border-bottom: none !important;
    display: block;
  }
  .Supreme-testimonial-section__testimonial:not(:last-child) {
    margin-bottom: var(--spacing-xl);
  }
  .Supreme-testimonial-section__testimonial::before {
    display: none !important;
  }
  .Supreme-testimonial-section__testimonial::after {
    display: none !important;
  }
}
.Supreme-testimonial-section__slider-controls {
  display: none;
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__slider-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xl);
    margin-top: var(--spacing-2xl);
  }
}
.Supreme-testimonial-section__slider-buttons {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: var(--spacing-xl);
  margin-top: auto;
}
.Supreme-testimonial-section__slider-button {
  width: 80px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--Green-100, #55BF80);
  background: transparent;
  color: var(--White);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px;
}
.Supreme-testimonial-section__slider-button img {
  transition: filter 0.3s ease;
}
.Supreme-testimonial-section__slider-button:hover {
  background: var(--Green-100, #55BF80);
  color: var(--White);
}
.Supreme-testimonial-section__slider-button:hover img {
  filter: brightness(0) invert(1);
}
.Supreme-testimonial-section__slider-button:active {
  transform: scale(0.95);
}
.Supreme-testimonial-section__slider-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border-color: rgba(85, 191, 128, 0.4);
}
.Supreme-testimonial-section__slider-button:disabled:hover {
  background: transparent;
}
.Supreme-testimonial-section__slider-button:disabled:hover img {
  filter: none;
}
.Supreme-testimonial-section__slider-button.next-button img {
  transform: rotate(180deg);
}
.Supreme-testimonial-section__slider-dots {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  height: 10px;
}
.Supreme-testimonial-section__slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--Light-Gray-Dots);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.Supreme-testimonial-section__slider-dot.active {
  background: var(--Yellow-100);
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.Supreme-testimonial-section__slider-dot:hover:not(.active) {
  background: var(--Light-Gray-Dots);
}
.Supreme-testimonial-section__card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  position: relative;
  min-height: 300px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .Supreme-testimonial-section__card {
    min-height: auto;
  }
}
.Supreme-testimonial-section__profile {
  display: flex;
  gap: var(--spacing-md);
  align-items: flex-end;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__profile {
    gap: var(--spacing-lg);
  }
}
.Supreme-testimonial-section__image-wrapper {
  flex-shrink: 0;
  width: 283px;
  height: 219px;
  border-radius: var(--border-radius-border-radius-mid);
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__image-wrapper {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .Supreme-testimonial-section__image-wrapper {
    width: 140px;
  }
}
.Supreme-testimonial-section__image-wrapper .Supreme-testimonial-section__quote-icon {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 75px;
  height: 54px;
  z-index: 3;
}
.Supreme-testimonial-section__image-wrapper .Supreme-testimonial-section__quote-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__image-wrapper .Supreme-testimonial-section__quote-icon {
    width: 60px;
    height: 43px;
    bottom: -12px;
  }
}
.Supreme-testimonial-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: var(--border-radius-border-radius-mid);
}
.Supreme-testimonial-section__client-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
  min-width: 0;
  justify-content: flex-end;
  min-height: 100px;
}
.Supreme-testimonial-section__name {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Semi-Bold);
  line-height: var(--line-height-sm);
  color: var(--White);
  margin: 0;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__name {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}
.Supreme-testimonial-section__position {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--White);
  margin: 0;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__position {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}
.Supreme-testimonial-section__text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--White);
}
.Supreme-testimonial-section__text p {
  margin: 0 0 var(--spacing-md) 0;
}
.Supreme-testimonial-section__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__text {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}
.Supreme-testimonial-section__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .Supreme-testimonial-section__lines {
    display: none;
  }
}
.Supreme-testimonial-section__line {
  position: absolute;
  background: transparent;
}
.Supreme-testimonial-section__line::before, .Supreme-testimonial-section__line::after {
  content: "";
  position: absolute;
  background: var(--Yellow-Brown-Yellow);
}
.Supreme-testimonial-section__line--vertical {
  left: 50%;
  top: 450px;
  width: 1px;
  height: 316px;
  transform: translateX(-50%);
  background: var(--Yellow-Brown-Yellow);
}
.Supreme-testimonial-section__line--vertical::after {
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid var(--Yellow-Brown-Yellow);
  transform: translateX(-50%);
  background: transparent;
}
.Supreme-testimonial-section__line--horizontal-1 {
  left: 0;
  top: 42px;
  width: 650px;
  height: 418px;
  border: 1px solid var(--Yellow-Brown-Yellow);
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 20px;
}
.Supreme-testimonial-section__line--horizontal-1::after {
  right: -15px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid var(--Yellow-Brown-Yellow);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(180deg);
  background: transparent;
}
.Supreme-testimonial-section__line--horizontal-2 {
  right: 0;
  top: 618px;
  width: 650px;
  height: 513px;
  border: 1px solid var(--Yellow-Brown-Yellow);
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 20px;
}
.Supreme-testimonial-section__line--horizontal-2::before {
  left: -15px;
  top: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid var(--Yellow-Brown-Yellow);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  background: transparent;
}

.supreme-element .Supreme-testimonial-section {
  position: relative;
}

/**
 * Featured News Section Component Styles
 * 
 * Features:
 * - Desktop: 1 large featured card + 2 small cards
 * - Mobile: 3 cards in horizontal scroll
 * - BEM na    // Hover effects on entire card
    &:hover {
      .featured-news-section__card-content {
        background: #77CC99;
      }

      .featured-news-section__card-title {
        color: var(--white, #fff);
      }

      .featured-news-section__card-image img {
        transform: scaleY(1.15);
      }
    }n
 * - CSS variables for spacing and colors
 * - Responsive breakpoint: 992px
 */
.featured-news-section {
  background: var(--white, #fff);
  padding: var(--spacing-4xl, 100px) 0;
  position: relative;
  z-index: 0;
}
.featured-news-section__container {
  max-width: var(--container-width, 1300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl, 30px);
}
@media (max-width: 1536px) {
  .featured-news-section__container {
    padding: 0 var(--spacing-md, 20px);
  }
}
@media (max-width: 992px) {
  .featured-news-section__container {
    padding: 0 var(--spacing-md, 20px);
    gap: var(--spacing-xxl, 60px);
  }
}
.featured-news-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-xxl, 60px);
}
@media (max-width: 992px) {
  .featured-news-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xxl, 60px);
    order: 1;
  }
}
.featured-news-section__heading {
  color: var(--heading-color-1, #151515);
  font-size: var(--font-size-5xl, 56px);
  line-height: var(--line-height-5xl, 64px);
  font-weight: var(--Font-Weight-Regular, 400);
  font-family: var(--Font-Family-Primary, "Chillax Variable", sans-serif);
  margin: 0;
  flex: 1;
}
@media (max-width: 992px) {
  .featured-news-section__heading {
    font-size: var(--font-size-5xl, 56px);
    line-height: var(--line-height-5xl, 64px);
  }
}
.featured-news-section__buttons {
  display: flex;
  gap: var(--spacing-md, 20px);
  align-items: center;
}
@media (max-width: 992px) {
  .featured-news-section__buttons--desktop {
    display: none;
  }
}
.featured-news-section__buttons--mobile {
  display: none;
}
@media (max-width: 992px) {
  .featured-news-section__buttons--mobile {
    display: flex;
    width: 100%;
    order: 4;
    flex-wrap: wrap;
  }
}
.featured-news-section .secondary-button-wrapper {
  display: flex;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.featured-news-section .secondary-button-wrapper .btn-secondary {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.featured-news-section__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl, 60px);
}
@media (max-width: 992px) {
  .featured-news-section__content {
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: var(--spacing-md, 20px);
    padding-right: var(--spacing-md, 20px);
    margin-right: calc(var(--spacing-md, 20px) * -1);
    flex-direction: row;
    scroll-behavior: smooth;
    cursor: grab;
    order: 3;
  }
  .featured-news-section__content:active {
    cursor: grabbing;
  }
}
.featured-news-section__card--featured {
  display: flex;
  align-items: stretch;
  min-height: 328px;
  border-radius: var(--border-radius-Large, 20px);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.featured-news-section__card--featured:hover .featured-news-section__card-content {
  background: var(--Green-100);
}
.featured-news-section__card--featured:hover .featured-news-section__card-content:after {
  opacity: 1;
}
.featured-news-section__card--featured:hover .featured-news-section__card-title {
  color: var(--white, #fff);
}
.featured-news-section__card--featured:hover .featured-news-section__card-image img {
  transform: scale(1.3);
}
@media (max-width: 992px) {
  .featured-news-section__card--featured {
    flex-direction: column;
    flex: 0 0 327px;
    scroll-snap-align: start;
    height: auto;
    margin-right: var(--spacing-lg, 25px);
    align-items: stretch;
    order: 1;
    min-height: auto;
  }
}
.featured-news-section__card--featured .featured-news-section__card-content {
  background: var(--White-gray, #f9f9f9);
  padding: var(--spacing-xl, 30px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md, 20px);
  width: 679px;
  min-height: 328px;
  height: 328px;
  justify-content: center;
  position: relative;
  z-index: 1;
  align-self: stretch;
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featured-news-section__card--featured .featured-news-section__card-content:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/Logo_Card_Hover-large.svg);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 393px;
  height: 328px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
@media (max-width: 992px) {
  .featured-news-section__card--featured .featured-news-section__card-content:after {
    background-image: url(/wp-content/uploads/2025/10/Logo_Card-Small_Hover.svg);
    right: 0;
    width: 170px;
    height: 194px;
    left: unset;
  }
}
@media (max-width: 992px) {
  .featured-news-section__card--featured .featured-news-section__card-content {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex: 1;
    min-height: auto;
  }
}
.featured-news-section__card--featured .featured-news-section__card-image {
  flex: 1;
  min-height: 328px;
  height: 328px;
  position: relative;
  align-self: stretch;
}
@media (max-width: 992px) {
  .featured-news-section__card--featured .featured-news-section__card-image {
    flex: none;
    height: 159px;
    min-height: 159px;
    order: -1;
  }
}
.featured-news-section__card--featured .featured-news-section__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featured-news-section__card--featured .featured-news-section__card-title {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-1);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary, "Chillax Variable", sans-serif);
  margin: 0;
  transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-news-section__cards-row {
  display: flex;
  gap: var(--spacing-xxl, 60px);
  align-items: stretch;
}
@media (max-width: 992px) {
  .featured-news-section__cards-row {
    display: contents;
  }
}
.featured-news-section__card--small {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-Large, 20px);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
  flex: 1;
  min-width: 0;
}
.featured-news-section__card--small:hover .featured-news-section__card-content {
  background: var(--Green-100);
}
.featured-news-section__card--small:hover .featured-news-section__card-content:after {
  opacity: 1;
}
.featured-news-section__card--small:hover .featured-news-section__card-title {
  color: var(--white, #fff);
}
@media (max-width: 992px) {
  .featured-news-section__card--small {
    flex: 0 0 327px;
    scroll-snap-align: start;
    margin-right: var(--spacing-lg, 25px);
  }
  .featured-news-section__card--small:first-child {
    order: 2;
  }
  .featured-news-section__card--small:last-child {
    order: 3;
  }
}
.featured-news-section__card--small .featured-news-section__card-image-wrapper {
  height: 230px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .featured-news-section__card--small .featured-news-section__card-image-wrapper {
    height: 159px;
  }
}
.featured-news-section__card--small .featured-news-section__card-image-small {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.featured-news-section__card--small .featured-news-section__card-content {
  background: var(--White-gray, #f9f9f9);
  padding: var(--spacing-xl, 30px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md, 20px);
  flex: 1;
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.featured-news-section__card--small .featured-news-section__card-content:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/Logo_Card-Small_Hover.svg);
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 194px;
  opacity: 0;
  transition: all 0.5s ease;
}
.featured-news-section__card--small .featured-news-section__card-title {
  font-size: var(--font-size-xxl, 32px);
  line-height: var(--line-height-xxl, 40px);
  color: var(--heading-color-1, #151515);
  font-weight: var(--Font-Weight-Regular, 400);
  font-family: var(--Font-Family-Primary, "Chillax Variable", sans-serif);
  margin: 0;
  transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-news-section__tag-wrapper {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--border-radius-full, 100px);
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}
.featured-news-section__tag-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: var(--Dark-Blue-20);
  border-radius: var(--border-radius-full, 100px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.featured-news-section__tag-wrapper:hover::before, .featured-news-section__card--small:hover .featured-news-section__tag-wrapper::before, .featured-news-section__card--featured:hover .featured-news-section__tag-wrapper::before {
  width: 100%;
  background: var(--white, #fff);
}
.featured-news-section__tag {
  background: transparent;
  color: var(--heading-color-2, #19374f);
  font-size: var(--font-size-sm, 18px);
  line-height: var(--Paragraph-line-height, 24px);
  font-weight: var(--Font-Weight-Regular, 400);
  font-family: var(--Font-Family-Primary, "Chillax Variable", sans-serif);
  padding: var(--spacing-xxxs, 3px) var(--spacing-xs, 10px);
  border-radius: var(--border-radius-full, 100px);
  display: inline-block;
  position: relative;
  z-index: 1;
}

/**
 * Featured Insight Component Styles
 * 
 * Features:
 * - Large featured card with image and content
 * - Hover effects with background color change
 * - Logo overlay on hover
 * - Responsive design
 */
.featured-insight {
  background: var(--White);
  padding: var(--spacing-3xl, 100px) 0;
  position: relative;
  z-index: 0;
}
.featured-insight__container {
  max-width: var(--container-width, 1300px);
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .featured-insight__container {
    padding: 0 var(--spacing-md, 20px);
  }
}
@media (max-width: 992px) {
  .featured-insight__container {
    padding: 0 var(--spacing-md, 20px);
  }
}
.featured-insight__card {
  display: flex;
  align-items: flex-end;
  height: 328px;
  border-radius: var(--border-radius-Large, 20px);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.featured-insight__card .event-info {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  color: var(--heading-color-2);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  z-index: 1;
}
.featured-insight__card .event-info div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.featured-insight__card .event-info div img {
  transition: all 0.3s ease;
}
.featured-insight__card:hover .featured-insight__card-content {
  background: var(--Green-100);
}
.featured-insight__card:hover .featured-insight__card-content:after {
  opacity: 1;
}
.featured-insight__card:hover .featured-insight__card-title {
  color: var(--white, #fff);
}
.featured-insight__card:hover .event-info {
  color: var(--White);
}
.featured-insight__card:hover .event-info img {
  filter: brightness(0) invert(1);
}
.featured-insight__card:hover .featured-insight__card-image img {
  transform: scale(1.3);
}
@media (max-width: 992px) {
  .featured-insight__card {
    height: auto;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .featured-insight__card {
    flex-direction: column;
    height: auto;
    align-items: stretch;
  }
}
.featured-insight__card:hover .featured-insight__tag-wrapper::before, .featured-news-section__card--small:hover .featured-insight__card::before, .featured-news-section__card--featured:hover .featured-insight__card::before {
  width: 100%;
  background: var(--white, #fff);
}
.featured-insight__card-content {
  background: var(--White-gray);
  padding: var(--spacing-xl, 30px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md, 20px);
  width: 52%;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featured-insight__card-content:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/Logo_Card_Hover-large.svg);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 393px;
  height: 328px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
@media (max-width: 767px) {
  .featured-insight__card-content:after {
    background-image: url(/wp-content/uploads/2025/10/Logo_Card-Small_Hover.svg);
    right: 0;
    width: 170px;
    height: 194px;
    left: unset;
  }
}
@media (max-width: 992px) {
  .featured-insight__card-content {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex: 1;
  }
}
.featured-insight__card-image {
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featured-insight__card-image {
    flex: none;
    height: auto;
    order: -1;
  }
}
.featured-insight__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featured-insight__tag-wrapper {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--border-radius-full, 100px);
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
.featured-insight__tag-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: var(--Dark-Blue-20);
  border-radius: var(--border-radius-full, 100px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.featured-insight__tag {
  background: transparent;
  color: var(--heading-color-2, #19374f);
  font-size: var(--font-size-sm, 18px);
  line-height: var(--Paragraph-line-height, 24px);
  font-weight: var(--Font-Weight-Regular, 400);
  font-family: var(--Font-Family-Primary, "Chillax Variable", sans-serif);
  padding: var(--spacing-xxxs, 3px) var(--spacing-xs, 10px);
  border-radius: var(--border-radius-full, 100px);
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.featured-insight__card-title {
  font-size: var(--font-size-xxl, 32px);
  line-height: var(--line-height-xxl, 40px);
  color: var(--heading-color-1, #151515);
  font-weight: var(--Font-Weight-Regular, 400);
  font-family: var(--Font-Family-Primary, "Chillax Variable", sans-serif);
  margin: 0;
  transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Supreme-cta-banner {
  background: var(--White);
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  margin-bottom: var(--spacing-4xl);
  border-radius: var(--border-radius-border-radius-Large);
  display: flex;
  align-items: center;
  margin-left: var(--spacing-md);
  margin-right: var(--spacing-md);
}
@media (max-width: 992px) {
  .Supreme-cta-banner {
    min-height: 300px;
  }
}
.Supreme-cta-banner__background-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: var(--border-radius-border-radius-Large);
}
.Supreme-cta-banner__background-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  border-radius: var(--border-radius-border-radius-Large);
}
.Supreme-cta-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background: var(--Dark-Blue-100);
  z-index: 1;
  border-radius: var(--border-radius-border-radius-Large);
  opacity: 0.8;
}
.Supreme-cta-banner .cta-banner-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  position: relative;
  z-index: 2;
  height: 100%;
}
.Supreme-cta-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-xl);
  text-align: center;
  height: 100%;
  padding: var(--spacing-xxl) var(--spacing-xl);
}
@media (max-width: 992px) {
  .Supreme-cta-banner__wrapper {
    padding: 0 var(--spacing-md);
  }
}
.Supreme-cta-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xs);
  max-width: 856px;
}
@media (max-width: 992px) {
  .Supreme-cta-banner__content {
    max-width: 100%;
    gap: var(--spacing-sm);
  }
}
.Supreme-cta-banner__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-4xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-4xl);
  color: var(--White-gray);
  margin: 0;
}
.Supreme-cta-banner__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--White-gray);
  margin: 0;
}
.Supreme-cta-banner__description p {
  margin: 0;
}
.Supreme-cta-banner__button-wrapper {
  margin-top: var(--spacing-md);
}
@media (max-width: 992px) {
  .Supreme-cta-banner__button-wrapper {
    margin-top: var(--spacing-sm);
    width: 100%;
  }
}

/**
 * Scitaris Footer Component Styles
 * 
 * Features:
 * - Dark blue background with decorative illustration
 * - Responsive layout: Grid (desktop) → Column (mobile)
 * - Mobile accordion for Services & Insights menus
 * - BEM naming convention
 * - CSS variables for all spacing and colors
 */
html {
  scroll-behavior: smooth;
}

.scitaris-footer {
  position: relative;
  background: var(--Dark-Blue-100);
  color: var(--White);
  padding: var(--spacing-5xl) 0 var(--spacing-xxl);
  overflow: hidden;
}
@media (max-width: 992px) {
  .scitaris-footer {
    padding: var(--spacing-4xl) 0;
  }
}
.scitaris-footer__container {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
@media (max-width: 992px) {
  .scitaris-footer__container {
    gap: var(--spacing-lg);
  }
}
.scitaris-footer__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/10/footer-green-wave.svg);
  pointer-events: none;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100%;
}
.scitaris-footer__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
.scitaris-footer__header .scitaris-footer__logo {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 992px) {
  .scitaris-footer__header {
    gap: var(--spacing-xxl);
  }
}
.scitaris-footer__logo img {
  height: 46px;
  width: auto;
  display: block;
}
@media (max-width: 992px) {
  .scitaris-footer__logo img {
    height: 40px;
  }
}
.scitaris-footer__tagline {
  color: var(--White);
  margin: 0;
  font-weight: var(----Font-Weight-Regular);
  max-width: 638px;
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 767px) {
  .scitaris-footer h2.scitaris-footer__tagline {
    font-size: var(--font-size-5xl);
    line-height: var(--line-height-5xl);
  }
}
.scitaris-footer__cta-wrapper {
  display: flex;
}
.scitaris-footer__content {
  display: flex;
  flex-direction: row;
  gap: 37px;
  justify-content: space-between;
  align-items: flex-start;
}
.scitaris-footer__content a:hover {
  color: var(--Green-100);
}
@media (max-width: 992px) {
  .scitaris-footer__content {
    flex-direction: column;
    gap: var(--spacing-5xl);
  }
}
.scitaris-footer__links {
  display: grid;
  grid-template-columns: auto auto;
  gap: var(--spacing-3xl);
  justify-content: flex-end;
  align-items: start;
  flex: 1;
}
@media (max-width: 992px) {
  .scitaris-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    order: 1;
  }
}
.scitaris-footer__column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.scitaris-footer__column--services {
  gap: var(--spacing-md);
}
.scitaris-footer__column--insights {
  gap: var(--spacing-md);
  width: 171px;
}
@media (max-width: 992px) {
  .scitaris-footer__column--insights {
    width: auto;
  }
}
@media (max-width: 992px) {
  .scitaris-footer__column {
    gap: 0;
  }
}
.scitaris-footer__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .scitaris-footer__section {
    gap: 0;
  }
}
.scitaris-footer__section-title {
  color: var(--White-gray);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  margin: 0;
  cursor: default;
}
.scitaris-footer__section-title--single {
  cursor: default;
}
@media (max-width: 992px) {
  .scitaris-footer__section-title--single {
    cursor: pointer;
    padding: 0;
  }
  .scitaris-footer__section-title--single::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .scitaris-footer__section-title {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    gap: 4px;
  }
  .scitaris-footer__section-title::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23f9f9f9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }
  .scitaris-footer__section-title.active::after {
    transform: rotate(180deg);
  }
}
.scitaris-footer__single-link {
  color: var(--White-gray);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.scitaris-footer__single-link:hover {
  color: var(--White);
}
.scitaris-footer__menu-links {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
}
@media (max-width: 992px) {
  .scitaris-footer__menu-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
    gap: 12px;
  }
  .scitaris-footer__menu-links.active {
    max-height: 500px;
  }
}
.scitaris-footer__menu-link {
  color: var(--Grey);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.scitaris-footer__menu-link:hover {
  color: var(--Green-100);
}
@media (max-width: 992px) {
  .scitaris-footer__menu-link {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .scitaris-footer__menu-link:last-child {
    margin-bottom: 10px;
  }
}
.scitaris-footer__social {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .scitaris-footer__social {
    padding-top: 10px;
  }
}
.scitaris-footer__social-link {
  display: inline-block;
  position: relative;
  transition: opacity 0.5s ease;
}
.scitaris-footer__social-icon {
  width: 24px;
  height: 24px;
  display: block;
  transition: opacity 0.5s ease;
}
.scitaris-footer__social-icon--default {
  opacity: 1;
}
.scitaris-footer__social-icon--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.scitaris-footer__social-link:hover .scitaris-footer__social-icon--default {
  opacity: 0;
}
.scitaris-footer__social-link:hover .scitaris-footer__social-icon--hover {
  opacity: 1;
}
.scitaris-footer__contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--spacing-md);
  max-width: 762px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .scitaris-footer__contact-info {
    max-width: 60%;
  }
}
@media (max-width: 992px) {
  .scitaris-footer__contact-info {
    gap: var(--spacing-md);
    max-width: 80%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .scitaris-footer__contact-info {
    max-width: 262px;
  }
}
.scitaris-footer__email {
  color: var(--White);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-weight: 700;
}
.scitaris-footer__email a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.scitaris-footer__email a:hover {
  color: var(--Green-100);
}
.scitaris-footer__addresses {
  display: flex;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .scitaris-footer__addresses {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.scitaris-footer__address {
  color: var(--White);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  flex: 0 0 auto;
  max-width: 262px;
}
@media (max-width: 1280px) {
  .scitaris-footer__address {
    max-width: calc(33.3% - 60px);
  }
}
@media (max-width: 992px) {
  .scitaris-footer__address {
    max-width: 100%;
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
}
.scitaris-footer .address-2 {
  max-width: 224px;
}
.scitaris-footer .address-3 {
  max-width: 181px;
}
.scitaris-footer__imprint {
  color: var(--White);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  margin-top: var(--spacing-sm);
}
@media (max-width: 992px) {
  .scitaris-footer__imprint {
    margin-top: 0;
  }
}
.scitaris-footer__imprint-link {
  color: var(--White);
  text-decoration: none;
  transition: color 0.3s ease;
}
.scitaris-footer__imprint-link:hover {
  color: var(--Grey);
}
.scitaris-footer__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--spacing-xl);
  margin-top: auto;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .scitaris-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xs);
    padding-top: 0px;
  }
}
.scitaris-footer__copyright {
  color: var(--White);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
}
.scitaris-footer__privacy {
  color: var(--White);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
}
.scitaris-footer__privacy-link {
  color: var(--White);
  text-decoration: none;
  transition: color 0.3s ease;
}
.scitaris-footer__privacy-link:hover {
  color: var(--Grey);
}
.scitaris-footer__background {
  position: absolute;
  top: 13%;
  right: 5%;
  pointer-events: none;
  z-index: -2;
  overflow: visible;
  aspect-ratio: 1/1;
  background: #19374F;
  border-radius: 50%;
  box-shadow: 0 0 50px var(--shadow-size) #55BF80;
  animation: pulse 1s linear infinite alternate-reverse;
  width: 25%;
}
@media (max-width: 992px) {
  .scitaris-footer__background {
    top: 5%;
    right: 6%;
  }
}
.scitaris-footer__bg-illustration {
  display: block;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.scitaris-footer__bg-illustration--desktop {
  display: none;
  position: absolute;
  right: 0;
  width: auto;
  max-height: 100%;
  opacity: 1;
}
@media (max-width: 992px) {
  .scitaris-footer__bg-illustration--desktop {
    display: none;
  }
}
.scitaris-footer__bg-illustration--mobile {
  display: none;
}
@media (max-width: 992px) {
  .scitaris-footer__bg-illustration--mobile {
    display: none;
    position: absolute;
    top: 288px;
    right: 0;
    width: auto;
    max-height: 100%;
    opacity: 1;
  }
}

@property --shadow-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 20px;
}
@keyframes pulse {
  from {
    --shadow-size: 20px;
  }
  to {
    --shadow-size: 40px;
  }
}
/**
 * Strategic Tabs Component Styles
 * 
 * Features:
 * - Desktop: Full-width tabs with border-bottom nav, active state with green border
 * - Background images with overlay, card overlay on right side
 * - Mobile: Horizontal scroll tabs with smooth CSS scroll
 * - Smooth transitions for tab switching (background crossfade + content fade-in)
 * - BEM naming convention
 * - CSS variables for consistency
 */
.strategic-tabs {
  position: relative;
  background: var(--White);
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .strategic-tabs {
    padding-top: var(--spacing-4xl);
    padding-bottom: 0px;
  }
}
.strategic-tabs__container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .strategic-tabs__container {
    padding: 0;
  }
}
.strategic-tabs__section-heading {
  font-size: 56px;
  line-height: 1.14;
  font-weight: 400;
  color: var(--heading-color-1);
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .strategic-tabs__section-heading {
    text-align: left;
    padding: 0 var(--spacing-md);
  }
}
.strategic-tabs__nav {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--Green-60);
  gap: 0;
  position: relative;
}
@media (max-width: 992px) {
  .strategic-tabs__nav {
    display: none;
  }
}
.strategic-tabs__tab-button {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  padding: 20px 20px 16px 20px;
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  font-weight: var(--Font-Weight-medium);
  color: var(--Dark-Blue-100);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 992px) {
  .strategic-tabs__tab-button {
    flex: 0 0 auto;
    min-width: 250px;
    font-size: 20px;
    padding: var(--spacing-md) var(--spacing-lg);
  }
}
.strategic-tabs__tab-button:hover {
  color: var(--Green-Dark-Green);
  border-bottom-color: var(--Green-100);
}
.strategic-tabs__tab-button.active {
  color: var(--Green-Dark-Green);
  border-bottom-color: var(--Green-100);
}
.strategic-tabs__content-wrapper {
  position: relative;
  width: 100%;
  height: 590px;
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .strategic-tabs__content-wrapper {
    height: auto;
    display: flex;
    gap: var(--spacing-md);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 0 var(--spacing-md);
    border-radius: 0;
    padding-bottom: 10px;
  }
}
.strategic-tabs__backgrounds {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .strategic-tabs__backgrounds {
    display: none;
  }
}
.strategic-tabs__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
}
.strategic-tabs__bg.active {
  opacity: 1;
}
.strategic-tabs__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.strategic-tabs__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.strategic-tabs__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  background-size: cover;
}
@media (max-width: 992px) {
  .strategic-tabs__content {
    position: relative;
    flex: 0 0 333px;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    justify-content: start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.strategic-tabs__content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strategic-tabs__image-heading {
  position: absolute;
  left: 53px;
  top: 180px;
  max-width: 530px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .strategic-tabs__image-heading {
    max-width: 330px;
  }
}
@media (max-width: 992px) {
  .strategic-tabs__image-heading--desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  .strategic-tabs__image-heading {
    position: inherit;
    top: 0;
    left: 0;
    max-width: none;
    margin: 0;
    z-index: 2;
    padding: 75px 15px 30px 15px;
  }
}
.strategic-tabs__image-heading h3 {
  font-weight: 500;
  color: var(--White-gray);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .strategic-tabs__image-heading h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.strategic-tabs__card {
  position: absolute;
  right: 0;
  top: 0;
  width: 582px;
  background: var(--White-gray);
  padding: var(--spacing-xxl) 60px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--spacing-xl);
  z-index: 2;
}
@media (max-width: 992px) {
  .strategic-tabs__card {
    position: relative;
    width: auto;
    right: auto;
    top: auto;
    padding: 30px 15px;
    border-radius: 20px;
    gap: var(--spacing-lg);
    margin: 10px 10px 75px 10px;
  }
}
.strategic-tabs__icon {
  width: 140px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: var(--spacing-lg);
}
@media (max-width: 992px) {
  .strategic-tabs__icon {
    width: 80px;
    height: 60px;
    margin-bottom: 0;
  }
}
.strategic-tabs__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.strategic-tabs__description {
  font-weight: 400;
  color: var(--paragraph-text);
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.strategic-tabs__description p {
  margin: 0;
}
.strategic-tabs__description p + p {
  margin-top: var(--spacing-md);
}

.error404 .common-hero-section__content {
  max-width: none;
}
.error404 .common-hero-section__content .common-hero-section__header {
  align-items: center;
}
.error404 .infobox__content {
  max-width: none;
  align-items: center;
}

.common-hero-section {
  position: relative;
  width: 100%;
  padding: var(--spacing-lg) 0 var(--spacing-xxl) 0;
  overflow: hidden;
}
.common-hero-section__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  z-index: 0;
  pointer-events: none;
}
.common-hero-section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.common-hero-section .container {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
}
.common-hero-section__wrap {
  background-color: rgba(71, 95, 114, 0.4);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: var(--border-radius-border-radius-Large);
  padding: var(--spacing-xxl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-xxl);
}
.common-hero-section__wrap--contact {
  gap: var(--spacing-xxl);
}
.common-hero-section__content {
  flex: 1;
  max-width: 628px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.common-hero-section__breadcrumbs {
  display: flex;
  align-items: center;
  gap: var(--spacing-xxxs);
  padding: var(--spacing-xs) 0;
}
.common-hero-section__breadcrumb-link {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xxs);
  color: var(--White);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  transition: opacity 0.3s ease;
}
.common-hero-section__breadcrumb-link:hover {
  opacity: 0.8;
}
.common-hero-section__breadcrumb-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.common-hero-section__breadcrumb-separator svg {
  width: 100%;
  height: 100%;
}
.common-hero-section__breadcrumb-current {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xxs);
  color: var(--White);
}
.common-hero-section__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  width: 100%;
}
.common-hero-section__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-6xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-6xl);
  color: var(--White);
  margin: 0;
}
.common-hero-section__content--dynamic .common-hero-section__heading {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
}
.common-hero-section__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--White);
}
.common-hero-section__description p {
  margin: 0;
}
.common-hero-section__description p:not(:last-child) {
  margin-bottom: var(--spacing-sm);
}
.common-hero-section__buttons {
  display: flex;
  align-items: flex-start;
}
.common-hero-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  background-color: var(--Green-100);
  border: 2px solid var(--Green-100);
  border-radius: var(--border-radius-border-radius-full);
  padding: var(--spacing-xs) var(--spacing-lg);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-sm);
  color: var(--heading-color-1);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.common-hero-section__button:hover {
  background-color: transparent;
  color: var(--White);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(85, 191, 128, 0.3);
}
.common-hero-section__button:active {
  transform: translateY(0);
}
.common-hero-section__pattern {
  position: relative;
  width: auto;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .common-hero-section__pattern {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .common-hero-section__pattern {
    width: 130px;
  }
}
.common-hero-section__pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-hero-section__content--dynamic {
  gap: var(--spacing-xl);
}
.common-hero-section__content--dynamic .common-hero-section__header {
  gap: 0;
  margin-bottom: 0;
}
.common-hero-section__content--dynamic .common-hero-section__heading {
  margin-bottom: 0;
}
.common-hero-section__post-info {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  height: 24px;
}
.common-hero-section__author {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xs);
  font-weight: var(--Font-Weight-Semi-Bold);
  line-height: var(--line-height-xs);
  color: var(--White);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.common-hero-section__author:hover {
  opacity: 0.8;
}
.common-hero-section__separator {
  width: 4px;
  height: 4px;
  background-color: var(--White);
  border-radius: 50%;
  display: inline-block;
}
.common-hero-section__reading-time {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xs);
  color: var(--White);
}
.common-hero-section__featured-image {
  position: relative;
  width: 41%;
  height: auto;
  flex-shrink: 0;
  border-radius: var(--border-radius-border-radius-Large);
  overflow: hidden;
}
@media (max-width: 767px) {
  .common-hero-section__featured-image {
    width: 100%;
    height: auto;
  }
}
.common-hero-section__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.common-hero-section__contact-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}
@media (max-width: 992px) {
  .common-hero-section__contact-content {
    width: 100%;
  }
}
.common-hero-section__contact-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.common-hero-section__contact-image {
  width: 100%;
}
.common-hero-section__contact-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius-border-radius-Large);
}
.common-hero-section__email {
  display: flex;
  align-items: center;
  gap: var(--spacing-xxxs);
}
.common-hero-section__email-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.common-hero-section__email-link {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-md);
  color: var(--White);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.common-hero-section__email-link:hover {
  opacity: 0.8;
}
.common-hero-section__divider {
  width: 100%;
  height: 1px;
  background-color: var(--Dark-Blue-60);
}
.common-hero-section__divider-vertical {
  width: 1px;
  align-self: stretch;
  background-color: var(--Dark-Blue-60);
  flex-shrink: 0;
}
.common-hero-section__note {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.common-hero-section__note-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-md);
  color: var(--Yellow-100);
  margin: 0;
}
.common-hero-section__note-description {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxxs);
}
.common-hero-section__note-line {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  flex-wrap: wrap;
}
.common-hero-section__note-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--White-gray);
  margin: 0;
}
.common-hero-section__note-link {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-md);
  color: var(--White);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.common-hero-section__note-link:hover {
  opacity: 0.8;
}
.common-hero-section__form-wrapper {
  flex-shrink: 0;
  width: 479px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.common-hero-section__form-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xxxl);
  color: var(--White);
  text-align: center;
  margin: 0;
}
.common-hero-section__form {
  width: 100%;
}
@media (max-width: 992px) {
  .common-hero-section .container {
    padding-top: 76px;
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  .common-hero-section__wrap {
    flex-direction: column-reverse;
    padding: var(--spacing-xl);
    gap: var(--spacing-xl);
  }
  .common-hero-section__content {
    max-width: 100%;
    gap: var(--spacing-lg);
    width: 100%;
  }
  .common-hero-section__featured-image {
    width: 100%;
    height: 300px;
  }
  .common-hero-section__divider-vertical {
    width: 100%;
    height: 1px;
  }
  .common-hero-section__form-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .common-hero-section__wrap {
    padding: var(--spacing-lg);
    gap: var(--spacing-lg);
  }
  .common-hero-section__content {
    gap: var(--spacing-md);
  }
  .common-hero-section__breadcrumbs {
    flex-wrap: wrap;
  }
  .common-hero-section__header {
    gap: var(--spacing-md);
  }
  .common-hero-section__button {
    width: 100%;
    justify-content: center;
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .common-hero-section__featured-image {
    width: 100%;
    height: 250px;
  }
  .common-hero-section__categories {
    gap: var(--spacing-xxs);
  }
  .common-hero-section__post-info {
    gap: var(--spacing-xs);
    flex-wrap: wrap;
  }
  .common-hero-section__separator {
    width: 3px;
    height: 3px;
  }
}

.wp-singular .common-hero-section__wrap {
  align-items: flex-start;
}

.gated-hero-banner .common-hero-section {
  padding-bottom: var(--spacing-4xl);
}
.gated-hero-banner .common-hero-section__contact-content {
  max-width: 476px;
}

.contact-hero-section .common-hero-section__contact-content {
  max-width: 430px;
}
@media (max-width: 992px) {
  .contact-hero-section .common-hero-section__contact-content {
    max-width: 100%;
  }
}
.contact-hero-section .common-hero-section__wrap--contact {
  background: linear-gradient(118deg, rgba(25, 55, 79, 0.5) 23.87%, rgba(25, 55, 79, 0.5) 57.36%);
}

.service-cards-section {
  position: relative;
  width: 100%;
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
}
.service-cards-section .container {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}
.service-cards-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  align-items: flex-end;
}
@media (max-width: 992px) {
  .service-cards-section__wrapper {
    gap: var(--spacing-xl);
  }
}
.service-cards-section__header {
  width: 100%;
}
.service-cards-section__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-5xl);
  color: var(--heading-color-1);
  margin: 0;
  max-width: 1069px;
}
.service-cards-section__heading p {
  margin: 0;
}
.service-cards-section__heading p:not(:last-child) {
  margin-bottom: 0;
}
.service-cards-section__cards {
  display: flex;
  gap: var(--spacing-xl);
  width: 100%;
}
@media (max-width: 992px) {
  .service-cards-section__cards {
    gap: var(--spacing-md);
    overflow-x: auto;
  }
}
.service-cards-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 540px;
  justify-content: flex-end;
  border-radius: var(--border-radius-border-radius-Large);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-cards-section__card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  background-image: linear-gradient(to top, var(--Dark-Blue-100) 20%, rgba(25, 55, 79, 0) 100%);
}
.service-cards-section__card:hover .service-cards-section__card-image img {
  transform: scale(1.15);
}
.service-cards-section__card:hover .service-cards-section__card-arrow {
  opacity: 1;
}
.service-cards-section__card:hover::before {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--Green-Dark-Green) 20%, rgba(43, 131, 79, 0) 100%);
}
@media (max-width: 992px) {
  .service-cards-section__card {
    height: 400px;
    position: relative;
    flex: 0 0 333px;
    overflow: hidden;
    margin-bottom: var(--spacing-sm);
  }
}
.service-cards-section__card-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 540px;
  overflow: hidden;
  z-index: 0;
}
.service-cards-section__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 992px) {
  .service-cards-section__card-image {
    width: 100%;
    height: 400px;
  }
}
.service-cards-section__card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  padding: var(--spacing-xl) var(--spacing-md) var(--spacing-xl) var(--spacing-md);
  margin-top: auto;
}
.service-cards-section__card-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-xxl);
  color: var(--White-gray);
  margin: 0;
}
.service-cards-section__card-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--White);
  margin: 0;
}
.service-cards-section__card-description p {
  margin: 0;
}
.service-cards-section__card-description p:not(:last-child) {
  margin-bottom: var(--spacing-sm);
}
.service-cards-section__card-arrow {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 992px) {
  .service-cards-section {
    padding: var(--spacing-xxl) 0;
  }
}
@media (max-width: 767px) {
  .service-cards-section {
    padding: var(--spacing-xl) 0;
  }
  .service-cards-section__card {
    height: 350px;
  }
  .service-cards-section__card-image {
    height: 350px;
  }
}

.faq-section {
  position: relative;
  width: 100%;
  padding: var(--spacing-4xl) 0;
  background-color: var(--White-gray);
  overflow: hidden;
}
.faq-section .container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}
.faq-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  position: relative;
}
.faq-section__pattern {
  position: absolute;
  top: -73px;
  left: 0;
  width: 146px;
  height: 146px;
  z-index: 0;
  pointer-events: none;
}
.faq-section__pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq-section__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-5xl);
  color: var(--heading-color-1);
  margin: 0;
  position: relative;
  z-index: 1;
}
.faq-section__items {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 1;
}
.faq-section__item {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--spacing-xl);
  border-bottom: 1px solid var(--Dark-Blue-40);
  gap: 0;
  transition: gap 0.4s ease-in-out;
}
.faq-section__item:not(:first-child) {
  padding-top: var(--spacing-xl);
}
.faq-section__item.is-open {
  gap: var(--spacing-lg);
}
.faq-section__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-xl);
  cursor: pointer;
}
.faq-section__question {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xxl);
  color: var(--Black);
  margin: 0;
  flex: 1;
  transition: color 0.3s ease;
}
.faq-section__item.is-open .faq-section__question {
  color: var(--Black);
}
.faq-section__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s ease;
}
.faq-section__toggle:focus {
  outline: none;
}
.faq-section__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .faq-section__icon {
    width: 18px;
    height: 18px;
  }
}
.faq-section__icon--plus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-section__item.is-open .faq-section__icon--plus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-section__icon--minus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq-section__item.is-open .faq-section__icon--minus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-section__answer-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.faq-section__answer {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--paragraph-text);
  margin: 0;
  max-width: 991px;
}
.faq-section__answer p {
  margin: 0;
}
.faq-section__answer p:not(:last-child) {
  margin-bottom: var(--spacing-sm);
}
.faq-section__cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-xl);
  padding: var(--spacing-xl);
  background-color: var(--Dark-Blue-100);
  border-radius: var(--border-radius-border-radius-Large);
  position: relative;
  z-index: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 992px) {
  .faq-section__cta-card {
    align-items: flex-start;
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .faq-section__cta-card {
    flex-direction: column;
  }
}
.faq-section__cta-content {
  flex: 1;
}
.faq-section__cta-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xxl);
  color: var(--White-gray);
  margin: 0;
  max-width: 583px;
}
.faq-section__cta-title p {
  margin: 0;
}
.faq-section__cta-title p:not(:last-child) {
  margin-bottom: 0;
}
.faq-section__cta-button-wrapper {
  flex-shrink: 0;
}
.faq-section__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-xs) var(--spacing-lg);
  background-color: var(--Green-100);
  border: 2px solid var(--Green-100);
  border-radius: var(--border-radius-border-radius-full);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-sm);
  color: var(--Black);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-section__cta-button:hover {
  background-color: transparent;
  color: var(--Green-100);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(85, 191, 128, 0.3);
}
.faq-section__cta-button:active {
  transform: translateY(0);
}

.oxy-supreme-divider {
  position: relative;
}

.divider {
  position: absolute;
  z-index: 1;
  top: -70px;
}
.divider__image {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .divider__image {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 992px) {
  .wp-singular .divider {
    top: 50%;
    transform: translateY(-50%);
  }
  .wp-singular .divider__image {
    width: 50% !important;
    max-width: 50% !important;
  }
}

.team-section {
  position: relative;
  width: 100%;
  padding: var(--spacing-4xl) 0 0 0;
  overflow: hidden;
}
.team-section__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-5xl);
  color: var(--heading-color-1);
  text-align: center;
  margin: 0 0 var(--spacing-xxl) 0;
}
.team-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-xl);
  row-gap: var(--spacing-3xl);
}
@media (max-width: 1024px) {
  .team-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
    row-gap: var(--spacing-xxl);
  }
}
.team-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 360px;
  background-color: var(--White-gray);
  border-radius: var(--border-radius-border-radius-Large);
  overflow: hidden;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media (max-width: 480px) {
  .team-section__card {
    width: 300px;
    margin: 0 auto;
  }
}
.team-section__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(25, 55, 79, 0) 0%, var(--Dark-Blue-100) 50%);
  z-index: 2;
  pointer-events: none;
}
.team-section__card:hover {
  background-color: var(--Green-40);
}
.team-section__image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 50%;
     object-position: center 50%;
}
.team-section__profile {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: var(--spacing-md) var(--spacing-xs);
  color: var(--White);
}
.team-section__member-name {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-lg);
  color: var(--White);
  margin: 0;
}
.team-section__member-position {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--White);
  margin: 0;
}
@media (max-width: 992px) {
  .team-section {
    padding: var(--spacing-xxl) 0 0 0;
  }
  .team-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
    row-gap: var(--spacing-xxl);
  }
  .team-section__profile {
    padding: var(--spacing-sm) var(--spacing-xs);
  }
}
@media (max-width: 767px) {
  .team-section {
    padding: var(--spacing-xl) 0;
  }
  .team-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
    row-gap: var(--spacing-lg);
  }
}
@media (max-width: 480px) {
  .team-section__grid {
    grid-template-columns: 1fr;
  }
}
.team-section__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team-section__modal.is-active {
  display: block;
  opacity: 1;
}
.team-section__modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.team-section__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1340px;
  border-radius: var(--border-radius-border-radius-Large);
  overflow: hidden;
  box-shadow: 0 var(--spacing-xxl) 80px rgba(25, 55, 79, 0.18);
  display: flex;
  flex-direction: row;
  padding: 0 var(--spacing-md);
  max-height: 90vh;
}
.team-section__modal-close {
  position: absolute;
  top: 30px;
  right: 35px;
  z-index: 10;
  width: var(--spacing-xl);
  height: var(--spacing-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--Dark-Blue-100);
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 767px) {
  .team-section__modal-close {
    top: 10px;
    right: 20px;
  }
}
.team-section__modal-layout {
  display: flex;
  height: 100%;
  max-height: 90vh;
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
}
.team-section__modal-sidebar {
  width: 306px;
  background-color: var(--Light-Blue-40);
  padding: var(--spacing-xxl) var(--spacing-xl);
  overflow-y: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.team-section__modal-sidebar-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xxl);
  color: #233232;
  margin: 0 0 var(--spacing-xl) 0;
  text-align: center;
}
.team-section__modal-categories {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .team-section__modal-categories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767px) {
  .team-section__modal-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team-section__modal-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xxs) 0;
  transition: all 0.3s ease;
  cursor: default;
  gap: var(--spacing-xs);
}
.team-section__modal-category:hover .team-section__modal-category-icon {
  display: none;
}
.team-section__modal-category:hover .team-section__modal-category-content {
  display: block;
}
.team-section__modal-category-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
}
.team-section__modal-category-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  transition: display 0.3s ease;
}
.team-section__modal-category-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-md);
  color: var(--heading-color-1);
  margin: 0;
  text-align: center;
}
.team-section__modal-category-content {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--paragraph-text);
  display: none;
  text-align: center;
  padding: 0 var(--spacing-xs);
  transition: display 0.3s ease;
}
.team-section__modal-main {
  flex: 1;
  padding: var(--spacing-xxl) var(--spacing-xl);
  overflow: auto;
  background-color: var(--White);
  display: flex;
  gap: var(--spacing-xxl);
  align-items: flex-start;
}
.team-section__modal-image-wrapper {
  width: 43.5%;
  height: auto;
  border-radius: var(--border-radius-border-radius-Large);
  overflow: hidden;
  flex-shrink: 0;
  background-color: var(--Green-20);
  display: flex;
  max-width: 375px;
}
.team-section__modal-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-section__modal-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.team-section__modal-name {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-1);
  margin: 0;
}
.team-section__modal-position {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: #233232;
  margin: 0 0 var(--spacing-xs) 0;
}
.team-section__modal-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  color: var(--Blue-100);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.team-section__modal-bio {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: #233232;
  text-align: left;
  margin: 0;
}
@media (max-width: 992px) {
  .team-section__modal-layout {
    flex-direction: column-reverse;
    overflow: auto;
  }
  .team-section__modal-sidebar {
    width: 100%;
  }
  .team-section__modal-main {
    flex-direction: column;
    overflow: clip;
  }
  .team-section__modal-image-wrapper {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 374/451;
  }
}
@media (max-width: 480px) {
  .team-section__modal-image-wrapper {
    max-width: 220px;
  }
}

@supports (-webkit-touch-callout: none) {
  .team-section .team-section__modal-content {
    max-height: 90dvh;
    max-height: -webkit-fill-available;
    max-height: calc(100vh - 80px);
  }
  .team-section .team-section__modal-layout {
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    max-height: 90dvh;
    max-height: -webkit-fill-available;
  }
  .team-section .team-section__modal-main {
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    max-height: 90dvh;
    max-height: -webkit-fill-available;
  }
  .team-section .team-section__modal-sidebar {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 767px) {
    .team-section .team-section__modal-content {
      max-height: 85dvh;
      max-height: calc(100vh - 100px);
    }
    .team-section .team-section__modal-layout {
      max-height: 85dvh;
      max-height: calc(100vh - 100px);
      flex-direction: column;
    }
    .team-section .team-section__modal-main {
      max-height: none;
      overflow: visible;
      flex: 1 1 auto;
    }
    .team-section .team-section__modal-sidebar {
      flex-shrink: 0;
      width: 100%;
    }
  }
}
.oxy-supreme-company-values-section.pattern-enable {
  position: relative;
}
.oxy-supreme-company-values-section.pattern-enable::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/10/values-pattern-left.svg");
  width: 292px;
  height: 300px;
  left: 0;
  bottom: -53px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .oxy-supreme-company-values-section.pattern-enable::before {
    background-size: 80%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 992px) {
  .oxy-supreme-company-values-section.pattern-enable::before {
    display: none;
  }
}
.oxy-supreme-company-values-section.pattern-enable::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/10/values-pattern-right.svg");
  width: 292px;
  height: 300px;
  right: 0;
  bottom: -53px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .oxy-supreme-company-values-section.pattern-enable::after {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right;
    bottom: -24px;
  }
}
@media (max-width: 992px) {
  .oxy-supreme-company-values-section.pattern-enable::after {
    display: none;
  }
}

.company-values-section {
  position: relative;
  width: 100%;
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
}
.company-values-section__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-5xl);
  color: var(--heading-color-1);
  text-align: center;
  margin: 0 0 var(--spacing-xxl) 0;
}
.company-values-section__heading--has-description {
  margin-bottom: var(--spacing-xl);
}
.company-values-section__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--heading-color-1);
  text-align: center;
  margin: 0 0 var(--spacing-xxl) 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.company-values-section__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--spacing-xxl);
  row-gap: var(--spacing-xxl);
  justify-items: center;
}
@media (max-width: 992px) {
  .company-values-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-lg);
  }
}
@media (max-width: 767px) {
  .company-values-section__grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-xxl);
  }
}
.company-values-section__value {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.company-values-section__value:nth-child(4):nth-last-child(2) {
  grid-column: 2/4;
}
.company-values-section__value:nth-child(5):last-child {
  grid-column: 4/6;
}
.company-values-section__value:nth-child(4):last-child {
  grid-column: 3/5;
}
@media (max-width: 992px) {
  .company-values-section__value {
    grid-column: span 1 !important;
  }
}
.company-values-section__value {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xxs);
  text-align: center;
  max-width: 390px;
  width: 100%;
}
.company-values-section__icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.company-values-section__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-values-section__value-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xl);
  font-weight: var(--Font-Weight-medium);
  line-height: var(--line-height-xl);
  color: var(--heading-color-2);
  margin: 0;
  max-width: 389px;
  margin-bottom: 5px;
}
.company-values-section__value-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-sm);
  color: var(--heading-color-1);
  margin: 0;
  max-width: 389px;
}
.company-values-section--align-left .company-values-section__heading,
.company-values-section--align-left .company-values-section__description {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.company-values-section--align-left .company-values-section__grid {
  justify-items: start;
}
.company-values-section--align-left .company-values-section__value {
  align-items: flex-start;
  text-align: left;
}
.company-values-section--align-center .company-values-section__heading,
.company-values-section--align-center .company-values-section__description {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.company-values-section--align-center .company-values-section__grid {
  justify-items: center;
}
.company-values-section--align-center .company-values-section__value {
  align-items: center;
  text-align: center;
}
.company-values-section--align-right .company-values-section__heading,
.company-values-section--align-right .company-values-section__description {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.company-values-section--align-right .company-values-section__grid {
  justify-items: end;
}
.company-values-section--align-right .company-values-section__value {
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 992px) {
  .company-values-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-values-section__grid > .company-values-section__value:nth-child(1),
  .company-values-section__grid > .company-values-section__value:nth-child(2),
  .company-values-section__grid > .company-values-section__value:nth-child(3),
  .company-values-section__grid > .company-values-section__value:nth-child(4),
  .company-values-section__grid > .company-values-section__value:nth-child(5) {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .company-values-section__grid {
    grid-template-columns: 1fr;
  }
}

/**
 * Video Section Styles
 * 
 * A video player section with centered play button overlay
 * Features: autoplay, loop, poster image, custom play button, heading & description
 */
.content-alignment-class .video-section__content {
  position: relative;
  display: flex;
  gap: var(--spacing-xxl);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}

.pattern-with-bg {
  padding: var(--spacing-4xl) 0px;
  background-color: var(--White-gray);
}

.video-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.video-section .container {
  width: 100%;
}
.video-section__pattern {
  position: absolute;
  left: 0;
  top: -83px;
  width: 287px;
  height: 293px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media (max-width: 992px) {
  .video-section__pattern {
    width: 150px;
    height: 150px;
    top: -40px;
  }
}
.video-section__pattern-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-section__content {
  position: relative;
  display: flex;
  gap: var(--spacing-xxl);
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  z-index: 2;
  padding-bottom: var(--spacing-xxl);
}
@media (max-width: 992px) {
  .video-section__content {
    flex-direction: column;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
  }
}
.video-section__heading {
  flex: 0 0 calc(44% - 36px);
  min-width: 0;
  color: var(--heading-color-1);
  font-weight: normal;
  text-wrap: balance;
  position: relative;
}
.video-section__heading::before {
  content: url(/wp-content/uploads/2025/11/our_vision_our_mission.svg);
  position: absolute;
  margin-top: calc(var(--spacing-4xl) * -1);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 992px) {
  .video-section__heading {
    flex: none;
    width: 100%;
  }
}
.video-section__description {
  flex: 0 0 calc(56% - 24px);
  min-width: 0;
  color: var(--paragraph-text);
  line-height: 1.33;
}
.video-section__description p {
  margin: 0;
}
.video-section__description p:not(:last-child) {
  margin-bottom: var(--paragraph-spacing, 15px);
}
@media (max-width: 992px) {
  .video-section__description {
    flex: none;
    width: 100%;
  }
}
.video-section__container {
  position: relative;
  width: 100%;
  height: 504px;
  border-radius: var(--border-radius-Large, 20px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-color: var(--color-gray-light, #f0f0f0);
}
.video-section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-Large, 20px);
}
.video-section__video--iframe {
  -o-object-fit: fill;
     object-fit: fill;
  border: none;
}
.video-section__placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-Large, 20px);
}
.video-section__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--color-text-muted, #999);
  font-size: var(--font-size-md, 18px);
}
.video-section__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119px;
  height: 119px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0px;
}
@media (max-width: 992px) {
  .video-section__play-button {
    width: 75px;
    height: 75px;
  }
}
.video-section__play-button:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}
.video-section__play-button:focus {
  outline: 2px solid var(--color-primary, #2b834f);
  outline-offset: 4px;
}
.video-section__play-icon {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .video-section__container {
    height: 250px;
  }
}
.video-section__youtube-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--border-radius-Large, 20px);
  overflow: hidden;
}

.video-section__container {
  /* gradient */
  /* responsive iframe with a 16:9 aspect ratio */
  /* play button */
  /* Post-click styles */
}
.video-section__container lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-Large, 20px);
}
.video-section__container lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.54) 14%, rgba(0, 0, 0, 0.15) 54%, rgba(0, 0, 0, 0.05) 72%, rgba(0, 0, 0, 0) 94%);
  height: 99px;
  width: 100%;
  border-radius: var(--border-radius-Large, 20px) var(--border-radius-Large, 20px) 0 0;
}
.video-section__container lite-youtube:hover::before {
  color: white;
}
.video-section__container lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-section__container lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  border-radius: var(--border-radius-Large, 20px);
}
.video-section__container lite-youtube > .lyt-playbtn {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/68px 48px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}
.video-section__container lite-youtube:hover > .lyt-playbtn,
.video-section__container lite-youtube .lyt-playbtn:focus {
  filter: none;
}
.video-section__container lite-youtube.lyt-activated {
  cursor: unset;
}
.video-section__container lite-youtube.lyt-activated::before,
.video-section__container lite-youtube.lyt-activated > .lyt-playbtn {
  opacity: 0;
  pointer-events: none;
}
.video-section__container .lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.Supreme-explore-scitaris {
  background-color: var(--Light-Blue-40);
  padding: var(--spacing-4xl) 0;
  position: relative;
}
.Supreme-explore-scitaris .explore-scitaris-container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .Supreme-explore-scitaris .explore-scitaris-container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris .explore-scitaris-container {
    padding: 0 var(--spacing-sm);
  }
}
.Supreme-explore-scitaris__header {
  margin-bottom: var(--spacing-xxl);
}
.Supreme-explore-scitaris__title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-5xl);
  color: var(--heading-color-1);
  margin: 0;
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris__title {
    font-size: var(--font-size-xxl);
    line-height: var(--line-height-xxl);
  }
}
.Supreme-explore-scitaris__content {
  display: flex;
  gap: 53px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris__content {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
}
.Supreme-explore-scitaris__left-column {
  flex: 1;
  min-width: 0;
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris__left-column {
    width: 100%;
  }
}
.Supreme-explore-scitaris__decorative-line {
  flex-shrink: 0;
  width: 7px;
  padding-top: 18px;
  display: flex;
  align-items: flex-start;
}
.Supreme-explore-scitaris__decorative-line img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris__decorative-line {
    display: none;
  }
}
.Supreme-explore-scitaris__text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.Supreme-explore-scitaris__section-block {
  display: flex;
  gap: var(--spacing-xl);
  position: relative;
}
.Supreme-explore-scitaris__section-block:nth-child(1)::before, .Supreme-explore-scitaris__section-block:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 20px;
  height: calc(100% + var(--spacing-xl) - 5px);
  width: 1px;
  background-color: var(--Green-Dark-Green);
  z-index: 0;
}
.Supreme-explore-scitaris__step-dot {
  width: 7px;
  height: 7px;
  background-color: var(--Green-Dark-Green);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 10px;
  z-index: 1;
  position: relative;
  top: 15px;
}
.Supreme-explore-scitaris__section-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.Supreme-explore-scitaris__section-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-2);
  margin: 0;
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris__section-title {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
  }
}
.Supreme-explore-scitaris__section-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Paragraph-f-size);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Paragraph-line-height);
  color: var(--paragraph-text);
  margin: 0;
  max-width: 579px;
}
@media (max-width: 1024px) {
  .Supreme-explore-scitaris__section-text {
    max-width: 100%;
  }
}
.Supreme-explore-scitaris .secondary-button-wrapper {
  display: flex;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: calc(12px + var(--spacing-xl));
}
.Supreme-explore-scitaris .secondary-button-wrapper .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris .secondary-button-wrapper .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
.Supreme-explore-scitaris__button-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  transition: filter 0.3s ease;
}
.Supreme-explore-scitaris__right-column {
  flex-shrink: 0;
  width: 631px;
}
@media (max-width: 1536px) {
  .Supreme-explore-scitaris__right-column {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .Supreme-explore-scitaris__right-column {
    width: 100%;
  }
}
.Supreme-explore-scitaris__image-wrapper {
  width: 100%;
  height: auto;
  max-height: 615px;
  border-radius: var(--border-radius-border-radius-Large);
  overflow: hidden;
  position: relative;
}
.Supreme-explore-scitaris__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: var(--border-radius-border-radius-Large);
}

.supreme-element .Supreme-explore-scitaris {
  position: relative;
}

.table-of-contents {
  display: block;
  width: 100%;
  max-width: 334px !important;
  padding-top: var(--spacing-4xl);
}
.table-of-contents--sticky {
  position: sticky !important;
  top: 20px !important;
  z-index: 1000 !important;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.table-of-contents__title {
  font-size: var(--font-size-xxl) !important;
  line-height: var(--line-height-xxl) !important;
  color: var(--Black) !important;
  margin: 0 0 var(--spacing-xs) 0 !important;
}
.table-of-contents__nav {
  background-color: var(--Dark-Blue-100);
  border-radius: var(--border-radius-border-radius-mid);
  padding: var(--spacing-xs);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.table-of-contents__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxxs);
}
.table-of-contents__item {
  margin: 0;
  padding: 0;
}
.table-of-contents__item::marker {
  color: var(--White);
}
.table-of-contents__item--level-1 > .table-of-contents__link {
  padding: var(--spacing-xs);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  font-weight: var(--Font-Weight-Regular);
  border-radius: var(--border-radius-border-radius-mid);
  transition: background-color 0.3s ease;
}
.table-of-contents__item--level-1 > .table-of-contents__link:hover, .table-of-contents__item--level-1 > .table-of-contents__link.active {
  background-color: var(--Green-40);
  color: var(--Dark-Blue-100);
  font-weight: var(--Font-Weight-medium);
}
.table-of-contents__item--level-1 > .table-of-contents__link:hover p, .table-of-contents__item--level-1 > .table-of-contents__link:hover ul, .table-of-contents__item--level-1 > .table-of-contents__link:hover li, .table-of-contents__item--level-1 > .table-of-contents__link.active p, .table-of-contents__item--level-1 > .table-of-contents__link.active ul, .table-of-contents__item--level-1 > .table-of-contents__link.active li {
  color: var(--Dark-Blue-100);
}
.table-of-contents__item--level-1 > .table-of-contents__link p {
  margin-bottom: 0px !important;
  line-height: var(--line-height-sm);
}
.table-of-contents__item--level-1 > .table-of-contents__link ul {
  margin-top: 3px;
  padding-left: 23px;
}
.table-of-contents__item--level-1 > .table-of-contents__link ul li {
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  list-style: disc;
}
.table-of-contents__item--level-1 > .table-of-contents__link ul li::marker {
  font-size: 12px;
}
.table-of-contents__item--level-1 > .table-of-contents__link ul li:hover {
  color: var(--Green-Dark-Green);
  font-weight: var(--Font-Weight-medium);
}
.table-of-contents__item--level-2 {
  margin-left: 21px;
}
.table-of-contents__item--level-2 > .table-of-contents__link {
  padding: var(--spacing-xxxs) var(--spacing-xs);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  font-weight: var(--Font-Weight-Regular);
  transition: opacity 0.3s ease;
}
.table-of-contents__item--level-2 > .table-of-contents__link:hover, .table-of-contents__item--level-2 > .table-of-contents__link.active {
  opacity: 1;
  font-weight: var(--Font-Weight-medium);
}
.table-of-contents__link {
  display: block;
  color: var(--White-gray);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.table-of-contents__link:hover {
  color: var(--White);
}
.table-of-contents__link.active {
  color: var(--White);
  font-weight: var(--Font-Weight-medium);
}
.table-of-contents__sublist {
  margin: var(--spacing-xxxs) 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxxs);
}
.table-of-contents__placeholder {
  padding: var(--spacing-xs);
  text-align: center;
}
.table-of-contents__loading {
  color: var(--White-gray);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  font-style: italic;
  opacity: 0.6;
}
@media (: ) {
  .table-of-contents {
    padding-top: var(--spacing-xl);
  }
  .table-of-contents--sticky {
    position: static;
  }
}

@font-face {
  font-family: "Chillax Variable";
  src: url("./sass/fonts/Chillax-Variable.woff2") format("woff2"), url("./sass/fonts/Chillax-Variable.woff") format("woff"), url("./sass/fonts/Chillax-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
/* Use it */
body {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

/* gradient */
lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
  background-image: linear-gradient(180deg, rgb(0 0 0/67%) 0%, rgb(0 0 0/54%) 14%, rgb(0 0 0/15%) 54%, rgb(0 0 0/5%) 72%, rgb(0 0 0/0%) 94%);
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: hsl(0deg 0% 93.33%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

lite-youtube:hover::before {
  color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lyt-playbtn {
  display: block;
  /* Make the button element cover the whole area for a large hover/click target… */
  width: 100%;
  height: 100%;
  /* …but visually it's still the same size */
  background: no-repeat center/68px 48px;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}

lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*# sourceMappingURL=style.css.map */