@charset "UTF-8";
/*
* Map for breakpoints
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
:root {
  --Font-Family-Primary: "Poppins";
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-size-6xl: 100px;
  --font-size-5xl: 80px;
  --font-size-4xl: 60px;
  --font-size-xxxl: 56px;
  --font-size-xxl: 40px;
  --font-size-xl: 28px;
  --font-size-lg: 24px;
  --font-size-md: 20px;
  --font-size-sm: 18px;
  --font-size-xs: 16px;
  --font-size-xxs: 14px;
  --font-size-xxxs: 12px;
  --Paragraph-f-size: 20px;
  --line-height-6xl: 120px;
  --line-height-5xl: 95px;
  --line-height-4xl: 65px;
  --line-height-xxxl: 64px;
  --line-height-xxl: 54px;
  --line-height-xl: 42px;
  --line-height-lg: 34px;
  --line-height-md: 30px;
  --line-height-sm: 29px;
  --line-height-xs: 26px;
  --line-height-xxs: 22px;
  --line-height-xxxs: 20px;
  --Paragraph-line-height: 30px;
}
@media (max-width: 767px) {
  :root {
    --font-size-6xl: 60px;
    --font-size-5xl: 50px;
    --font-size-4xl: 40px;
    --font-size-xxxl: 36px;
    --font-size-xxl: 30px;
    --font-size-xl: 26px;
    --font-size-lg: 20px;
    --font-size-md: 18px;
    --font-size-sm: 16px;
    --font-size-xs: 14px;
    --font-size-xxs: 14px;
    --font-size-xxxs: 14px;
    --Paragraph-f-size: 16px;
    --line-height-6xl: 70px;
    --line-height-5xl: 60px;
    --line-height-4xl: 48px;
    --line-height-xxxl: 46px;
    --line-height-xxl: 40px;
    --line-height-xl: 36px;
    --line-height-lg: 30px;
    --line-height-md: 28px;
    --line-height-sm: 26px;
    --line-height-xs: 24px;
    --line-height-xxs: 22px;
    --line-height-xxxs: 22px;
    --Paragraph-line-height: 26px;
  }
}
:root .f-size-xxxs,
:root h1.f-size-xxxs,
:root h2.f-size-xxxs,
:root h3.f-size-xxxs,
:root h4.f-size-xxxs,
:root h5.f-size-xxxs,
:root h6.f-size-xxxs,
:root p.f-size-xxxs,
:root div.f-size-xxxs {
  font-size: var(--font-size-xxxs) !important;
  line-height: var(--line-height-xxxs) !important;
}
:root .f-size-xxs,
:root h1.f-size-xxs,
:root h2.f-size-xxs,
:root h3.f-size-xxs,
:root h4.f-size-xxs,
:root h5.f-size-xxs,
:root h6.f-size-xxs,
:root p.f-size-xxs,
:root div.f-size-xxs {
  font-size: var(--font-size-xxs) !important;
  line-height: var(--line-height-xxs) !important;
}
:root .f-size-xs,
:root h1.f-size-xs,
:root h2.f-size-xs,
:root h3.f-size-xs,
:root h4.f-size-xs,
:root h5.f-size-xs,
:root h6.f-size-xs,
:root p.f-size-xs,
:root div.f-size-xs {
  font-size: var(--font-size-xs) !important;
  line-height: var(--line-height-xs) !important;
}
:root .f-size-sm,
:root h1.f-size-sm,
:root h2.f-size-sm,
:root h3.f-size-sm,
:root h4.f-size-sm,
:root h5.f-size-sm,
:root h6.f-size-sm,
:root p.f-size-sm,
:root div.f-size-sm {
  font-size: var(--font-size-sm) !important;
  line-height: var(--line-height-sm) !important;
}
:root .f-size-paragraph,
:root h1.f-size-paragraph,
:root h2.f-size-paragraph,
:root h3.f-size-paragraph,
:root h4.f-size-paragraph,
:root h5.f-size-paragraph,
:root h6.f-size-paragraph,
:root p.f-size-paragraph,
:root div.f-size-paragraph {
  font-size: var(--Paragraph-f-size) !important;
  line-height: var(--Paragraph-line-height) !important;
}
:root .f-size-md,
:root h1.f-size-md,
:root h2.f-size-md,
:root h3.f-size-md,
:root h4.f-size-md,
:root h5.f-size-md,
:root h6.f-size-md,
:root p.f-size-md,
:root div.f-size-md {
  font-size: var(--font-size-md) !important;
  line-height: var(--line-height-md) !important;
}
:root .f-size-lg,
:root h1.f-size-lg,
:root h2.f-size-lg,
:root h3.f-size-lg,
:root h4.f-size-lg,
:root h5.f-size-lg,
:root h6.f-size-lg,
:root p.f-size-lg,
:root div.f-size-lg {
  font-size: var(--font-size-lg) !important;
  line-height: var(--line-height-lg) !important;
}
:root .f-size-xl,
:root h1.f-size-xl,
:root h2.f-size-xl,
:root h3.f-size-xl,
:root h4.f-size-xl,
:root h5.f-size-xl,
:root h6.f-size-xl,
:root p.f-size-xl,
:root div.f-size-xl {
  font-size: var(--font-size-xl) !important;
  line-height: var(--line-height-xl) !important;
}
:root .f-size-xxl,
:root h1.f-size-xxl,
:root h2.f-size-xxl,
:root h3.f-size-xxl,
:root h4.f-size-xxl,
:root h5.f-size-xxl,
:root h6.f-size-xxl,
:root p.f-size-xxl,
:root div.f-size-xxl {
  font-size: var(--font-size-xxl) !important;
  line-height: var(--line-height-xxl) !important;
}
:root .f-size-xxxl,
:root h1.f-size-xxxl,
:root h2.f-size-xxxl,
:root h3.f-size-xxxl,
:root h4.f-size-xxxl,
:root h5.f-size-xxxl,
:root h6.f-size-xxxl,
:root p.f-size-xxxl,
:root div.f-size-xxxl {
  font-size: var(--font-size-xxxl) !important;
  line-height: var(--line-height-xxxl) !important;
}
:root .f-size-4xl,
:root h1.f-size-4xl,
:root h2.f-size-4xl,
:root h3.f-size-4xl,
:root h4.f-size-4xl,
:root h5.f-size-4xl,
:root h6.f-size-4xl,
:root p.f-size-4xl,
:root div.f-size-4xl {
  font-size: var(--font-size-4xl) !important;
  line-height: var(--line-height-4xl) !important;
}
:root .f-size-5xl,
:root h1.f-size-5xl,
:root h2.f-size-5xl,
:root h3.f-size-5xl,
:root h4.f-size-5xl,
:root h5.f-size-5xl,
:root h6.f-size-5xl,
:root p.f-size-5xl,
:root div.f-size-5xl {
  font-size: var(--font-size-5xl) !important;
  line-height: var(--line-height-5xl) !important;
}
:root .f-size-6xl,
:root h1.f-size-6xl,
:root h2.f-size-6xl,
:root h3.f-size-6xl,
:root h4.f-size-6xl,
:root h5.f-size-6xl,
:root h6.f-size-6xl,
:root p.f-size-6xl,
:root div.f-size-6xl {
  font-size: var(--font-size-6xl) !important;
  line-height: var(--line-height-6xl) !important;
}

:root {
  --spacing-xxxs: 3px;
  --spacing-xxs: 5px;
  --spacing-xs: 10px;
  --spacing-sm: 15px;
  --spacing-md: 20px;
  --spacing-lg: 25px;
  --spacing-xl: 30px;
  --spacing-xxl: 60px;
  --spacing-3xl: 80px;
  --spacing-4xl: 120px;
  --spacing-5xl: 190px;
  --border-radius-border-radius-full: 9999px;
  --border-radius-border-radius-mid: 15px;
}
@media (max-width: 767px) {
  :root {
    --spacing-xxxs: 4px;
    --spacing-xxs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 10px;
    --spacing-md: 15px;
    --spacing-lg: 20px;
    --spacing-xl: 28px;
    --spacing-xxl: 40px;
    --spacing-3xl: 54px;
    --spacing-4xl: 70px;
    --spacing-5xl: 95px;
  }
}

:root {
  --light-blue: #6782b4;
  --blue: #2c487a;
  --dark-blue: #152735;
  --yellow: #f0e13a;
  --green: #2aa191;
  --dark-green: #167a6d;
  --black: #000000;
  --white: #ffffff;
  --border: #dadada;
  --grey: #f0f0f0;
  --dark-grey: #acacac;
  --dark: #6a6a6a;
  --red: #d65959;
  --transparent: transparent;
  --paragraph-link: #167a6d;
  --heading-color-1: #2c487a;
  --heading-color-2: #192634;
  --heading-color-3: #2aa191;
  --paragraph-text: #1c2633;
  --paragraph-text-secondary: #6a6a6a;
  --Light-Blue: #6782b4;
  --Blue: #2c487a;
  --Dark-Blue: #152735;
  --Yellow: #f0e13a;
  --Green: #2aa191;
  --Dark-Green: #167a6d;
  --Black: #000000;
  --White: #ffffff;
  --Border: #dadada;
  --Grey: #f0f0f0;
  --Dark-Grey: #acacac;
  --Dark: #6a6a6a;
  --Red: #d65959;
  --Transparent: transparent;
  --paragraph-Field-Placeholder: #B4B4B4 ;
}

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

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

.oxy-supreme-tech-hero-section.news-hero .supreme-tech-hero-section {
  padding: 150px 0px;
}
@media (max-width: 767px) {
  .oxy-supreme-tech-hero-section.news-hero .supreme-tech-hero-section {
    padding: var(--spacing-4xl) 0px;
  }
}
.oxy-supreme-tech-hero-section.news-hero .supreme-tech-hero-section .container {
  width: 100%;
}

.info-platform .enablecomp-infobox {
  padding-top: 0px;
}

.info-human-intelligence .enablecomp-infobox .infobox-content .infobox-heading {
  max-width: 100% !important;
}

.About-community .infobox-description,
.About-community .infobox-heading {
  max-width: 950px;
  align-items: center;
}
.About-community .infobox-heading {
  margin-bottom: var(--spacing-sm) !important;
}

.info-content-spacing-sm-xl .infobox-content {
  gap: 0px !important;
}
.info-content-spacing-sm-xl .infobox-content .infobox-heading {
  margin-bottom: var(--spacing-sm);
}
.info-content-spacing-sm-xl .infobox-content .infobox-button {
  margin-top: var(--spacing-xl);
}

.tech-hero-disc-size .tech-hero-description {
  max-width: 883px;
}

.info-content-alignment .container .enablecomp-infobox {
  display: flex;
  flex-direction: column;
}
.info-content-alignment .container .infobox-content {
  display: flex;
  flex-direction: column;
}

.career-info-wrapper .container .enablecomp-infobox .infobox-image img {
  width: 400px;
}

.spacing-pt-lg .enablecomp-infobox {
  padding-top: var(--spacing-lg);
}

.spacing-pb-lg .enablecomp-infobox {
  padding-bottom: var(--spacing-lg);
}

body.search-results .ct-div-block,
body.search-results .ct-shortcode {
  width: 100%;
}

.search-listing-wrapper {
  word-wrap: break-word;
  word-break: break-word;
  gap: var(--spacing-md);
}
.search-listing-wrapper .search-results-div {
  width: 100%;
}
.search-listing-wrapper .search-results-div .search-block-link {
  display: flex;
  background: var(--White);
  border-radius: var(--border-radius-border-radius-mid);
  overflow: hidden;
  border: 1px solid var(--Border);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-lg);
  width: 100%;
  text-align: left;
  color: var(--paragraph-text);
}
.search-listing-wrapper .search-results-div .search-block-link:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px 0px, rgba(0, 0, 0, 0.1) 2px 2px 10px 0px;
  border: 1px solid var(--Yellow);
}

.ul-indentation .infobox-description {
  padding-left: var(--spacing-lg);
}
.ul-indentation .infobox-description ul {
  padding-left: var(--spacing-lg);
}
.ul-indentation ul {
  list-style: none;
}

.number-indent {
  display: inline-block;
  font-weight: var(--font-weight-semi-bold);
}

.breadcrumb-section .ct-shortcode span {
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  font-weight: var(--font-weight-semi-bold);
}
.breadcrumb-section .ct-shortcode span a {
  position: relative;
  padding-right: 20px;
}
.breadcrumb-section .ct-shortcode span a::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/Spacers.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
}
.breadcrumb-section .ct-shortcode span .breadcrumb_last {
  font-weight: var(--font-weight-regular);
  color: var(--paragraph-text);
}

.footer-top, .footer-divider {
  display: none !important;
}

.resource-wrapper .featured-resource-card {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: var(--spacing-md);
}
@media (max-width: 992px) {
  .resource-wrapper .featured-resource-card {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .resource-wrapper .featured-resource-card {
    width: 100%;
  }
}
.resource-wrapper .featured-resource-card .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
  background: var(--White, #FFF);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 3px solid transparent;
}
.resource-wrapper .featured-resource-card .card-link:hover {
  border: 3px solid var(--Yellow);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.resource-wrapper .featured-resource-card .card-wrapper {
  display: flex;
  background: var(--White);
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .resource-wrapper .featured-resource-card .card-wrapper {
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 767px) {
  .resource-wrapper .featured-resource-card {
    flex-direction: column;
    height: auto;
  }
}
.resource-wrapper .card-image-side {
  width: 174px;
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  align-self: center;
}
@media (max-width: 1200px) {
  .resource-wrapper .card-image-side {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .resource-wrapper .card-image-side {
    width: 100%;
    height: auto;
  }
}
.resource-wrapper .card-image-side .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.resource-wrapper .card-content-side {
  width: 100%;
  padding: var(--spacing-sm);
  display: flex;
  align-items: center;
  border-left: 3px solid var(--Dark-Green);
}
@media (max-width: 767px) {
  .resource-wrapper .card-content-side {
    width: 100%;
    padding: var(--spacing-lg);
    border-left: unset;
    border-top: 3px solid var(--Dark-Green);
  }
}
.resource-wrapper .card-content-side .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.resource-wrapper .featured-tag {
  align-self: flex-start;
}
.resource-wrapper .featured-tag span {
  display: inline-block;
  padding: var(--spacing-xxxs) var(--spacing-xs);
  background: var(--Grey);
  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(--Dark-Green);
  white-space: nowrap;
  border-radius: 4px;
}
.resource-wrapper .card-text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.resource-wrapper .card-text .card-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg) !important;
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-lg) !important;
  color: var(--Blue);
  margin: 0;
}
.resource-wrapper .card-text .card-description {
  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(--paragraph-text);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resource-wrapper .divider {
  height: 1px;
  background-color: var(--border);
}
.resource-wrapper .published-date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.resource-wrapper .published-date .date-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxxs);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xxxs);
  color: var(--paragraph-text-secondary);
  text-transform: uppercase;
}

.resources_sec .ct-section-inner-wrap {
  padding: var(--spacing-4xl) var(--spacing-md);
}
.resources_sec_wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .resources_sec_wrapper {
    flex-direction: column;
  }
}
.resources_sec_wrapper .resource-filter-col {
  width: 26.4%;
}
@media (max-width: 992px) {
  .resources_sec_wrapper .resource-filter-col {
    width: 100%;
  }
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper {
  width: 100%;
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .search-title {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-lg);
  margin-bottom: var(--spacing-xs);
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .filter-title {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  margin-bottom: var(--spacing-xs);
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode {
  width: 100%;
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search {
  margin-bottom: var(--spacing-lg);
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search .facetwp-input-wrap input {
  width: 100%;
  border: 1px solid var(--dark-grey);
  border-radius: var(--border-radius-border-radius-mid);
  padding: var(--spacing-xs) var(--spacing-md) var(--spacing-xs) 50px;
  font-family: var(--Font-Family-Primary);
  font-size: var(--Paragraph-f-size);
  font-weight: var(--font-weight-regular);
  line-height: var(--Paragraph-line-height);
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search .facetwp-input-wrap input::-moz-placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1; /* Firefox */
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search .facetwp-input-wrap input::placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1; /* Firefox */
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search .facetwp-input-wrap input:focus {
  outline: none;
  border-color: var(--Dark-Green);
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  opacity: 1;
  left: 20px;
  width: 20px;
}
.resources_sec_wrapper .resource-filter-col .resource-search-title-wrapper .ct-shortcode .facetwp-type-search .facetwp-input-wrap .facetwp-icon::before {
  background: url(/wp-content/uploads/2025/11/faceet-search-Icons.svg) no-repeat center center;
  animation: none;
  width: 20px;
}
.resources_sec_wrapper_filter_wrapper {
  background-color: var(--Grey);
  padding: var(--spacing-md) var(--spacing-sm);
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .resources_sec_wrapper_filter_wrapper {
    width: 100%;
  }
}
.resources_sec_wrapper_filter_wrapper_filter {
  width: 100%;
}
.resources_sec_wrapper_filter_wrapper_filter .ct-headline {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-md);
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.resources_sec_wrapper_filter_wrapper_filter .ct-headline:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: var(--dark-grey);
}
.resources_sec_wrapper_filter_wrapper_filter .ct-headline.facet-title {
  cursor: pointer;
}
.resources_sec_wrapper_filter_wrapper_filter .ct-headline.facet-title:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/11/filter-Icons.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}
.resources_sec_wrapper_filter_wrapper_filter .ct-headline.facet-title.active:before {
  transform: none;
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet {
  margin-bottom: 0;
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox {
  margin-bottom: var(--spacing-xs);
  background: unset !important;
  padding-left: 30px;
  position: relative;
  align-items: center;
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox:before {
  box-shadow: none !important;
  border: 1px solid var(--Blue);
  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;
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox.checked:before {
  background: var(--White);
  content: "";
  border-color: var(--Blue);
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox.checked:after {
  content: "" !important;
  position: absolute;
  background: url(/wp-content/uploads/2025/11/checked-icon.svg) no-repeat !important;
  width: 11px !important;
  height: 9px !important;
  left: 4px;
  top: 50%;
  border: none !important;
  transform: translateY(-50%);
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox.checked span {
  color: var(--Blue);
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox span {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
  padding-right: var(--spacing-xxs);
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox span.facetwp-counter {
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
}
.resources_sec_wrapper_filter_wrapper_filter .facetwp-facet .facetwp-checkbox:last-child {
  margin-bottom: var(--spacing-lg);
}
.resources_sec_wrapper_resources {
  max-width: 1000px;
}
.resources_sec_wrapper_resources .resource-result-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  align-items: baseline;
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 767px) {
  .resources_sec_wrapper_resources .resource-result-wrapper {
    gap: 15px;
  }
}
.resources_sec_wrapper_resources .resource-result-wrapper .facetwp-selections ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.resources_sec_wrapper_resources .resource-result-wrapper .facetwp-selections ul li {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.resources_sec_wrapper_resources .resource-result-wrapper .facetwp-selections ul li span.facetwp-selection-value {
  background-image: url(/wp-content/uploads/2025/11/close-Icons.svg);
  background-size: 20px;
  background-position: right 10px center;
  font-weight: var(--font-weight-regular);
  margin-right: 10px;
  background-color: var(--Blue);
  border: 1px solid var(--Blue);
  color: var(--White);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  border-radius: var(--border-radius-border-radius-full);
  padding: var(--spacing-xxxs) 40px var(--spacing-xxxs) var(--spacing-xs);
}
.resources_sec_wrapper_resources .resource-result-wrapper .facetwp-selections ul li span.facetwp-selection-label {
  display: none;
}
.resources_sec_wrapper_resources .resource-result-wrapper .resource-result {
  display: flex;
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
}
@media (max-width: 767px) {
  .resources_sec_wrapper_resources .resource-result-wrapper .selected-resource {
    max-width: 100%;
  }
}
.resources_sec_wrapper_resources .facetwp-type-pager {
  margin-bottom: 0;
  margin-top: var(--spacing-xl);
  justify-content: center;
  display: flex;
}
.resources_sec_wrapper_resources .facetwp-type-pager .facetwp-load-more {
  padding: var(--spacing-xs) var(--spacing-lg);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  border-radius: var(--border-radius-border-radius-full);
  background: var(--white-main);
  color: var(--Dark-Green);
  border: 2px solid var(--Dark-Green);
  font-weight: var(--font-weight-semi-bold);
  cursor: pointer;
  transition: all 0.3s ease;
}
.resources_sec_wrapper_resources .facetwp-type-pager .facetwp-load-more:hover {
  background: var(--Dark-Green);
  color: var(--White);
  border-color: var(--Dark-Green);
}

.single-resource .related-resources-section .related-resources-title, .single-news .related-resources-section .related-resources-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg) !important;
  line-height: var(--line-height-lg) !important;
}
.single-resource .related-resources-section .featured-resource-card, .single-news .related-resources-section .featured-resource-card {
  margin-bottom: var(--spacing-sm);
}
.single-resource .related-resources-section .featured-resource-card:last-child, .single-news .related-resources-section .featured-resource-card:last-child {
  margin-bottom: 0;
}
.single-resource .related-resources-section .featured-resource-card .card-content-side, .single-news .related-resources-section .featured-resource-card .card-content-side {
  border: none;
}
.single-resource .single_post_hero_section h1, .single-resource .single_post_hero_section h1 > span, .single-news .single_post_hero_section h1, .single-news .single_post_hero_section h1 > span {
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
  font-weight: var(--font-weight-bold);
}
.single-resource .single_post_dynamic_content_wrapper, .single-news .single_post_dynamic_content_wrapper {
  background-color: var(--Grey);
}
.single-resource .single_post_dynamic_content_wrapper img, .single-news .single_post_dynamic_content_wrapper img {
  margin: var(--spacing-md) 0;
  width: 100%;
}
.single-resource .single_post_dynamic_content_wrapper h2, .single-resource .single_post_dynamic_content_wrapper h2 > span, .single-news .single_post_dynamic_content_wrapper h2, .single-news .single_post_dynamic_content_wrapper h2 > span {
  font-size: var(--font-size-xxl) !important;
  line-height: var(--line-height-xxl) !important;
  font-weight: var(--font-weight-semi-bold);
}
.single-resource h2, .single-resource h2 > span, .single-news h2, .single-news h2 > span {
  font-size: var(--font-size-xxl) !important;
  line-height: var(--line-height-xxl) !important;
  font-weight: var(--font-weight-semi-bold);
}
.single-resource h3, .single-resource h3 > span, .single-news h3, .single-news h3 > span {
  font-size: var(--font-size-xl) !important;
  line-height: var(--line-height-xl) !important;
  font-weight: var(--font-weight-semi-bold);
}
.single-resource h4, .single-resource h4 > span, .single-news h4, .single-news h4 > span {
  font-size: var(--font-size-lg) !important;
  line-height: var(--line-height-lg) !important;
  font-weight: var(--font-weight-semi-bold);
}
.single-resource h5, .single-resource h5 > span, .single-news h5, .single-news h5 > span {
  font-size: var(--font-size-md) !important;
  line-height: var(--line-height-md) !important;
  font-weight: var(--font-weight-semi-bold);
}
.single-resource h6, .single-resource h6 > span, .single-news h6, .single-news h6 > span {
  font-size: var(--font-size-sm) !important;
  line-height: var(--line-height-sm) !important;
  font-weight: var(--font-weight-semi-bold);
}
.single-resource ul li, .single-resource ol li, .single-news ul li, .single-news ol li {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
  word-break: break-word;
}
.single-resource .breadcrumb-section .ct-shortcode span span:first-child, .single-news .breadcrumb-section .ct-shortcode span span:first-child {
  display: none;
}

.single-news .breadcrumb-section .ct-shortcode span span:first-child {
  display: inline !important;
}

.hero-resource .solution-overview-hero-section .solution-overview-hero-wrapper .solution-overview-hero-headings {
  text-align: right !important;
  color: var(--heading-color-1);
}
.hero-resource .solution-overview-hero-section .solution-overview-hero-wrapper .solution-overview-hero-headings h1 {
  font-weight: var(--font-weight-bold) !important;
}
.hero-resource .Supreme-hero-section {
  padding: 150px 0px;
}
@media (max-width: 767px) {
  .hero-resource .Supreme-hero-section {
    padding: var(--spacing-4xl) 0px;
  }
}
.hero-resource .Supreme-hero-section .hero-heading {
  text-align: right;
  color: var(--heading-color-1);
}
.hero-resource .Supreme-hero-section .hero-content .content-wrapper {
  max-width: 86%;
}
.hero-resource .Supreme-hero-section .hero-content .content-wrapper .hero-heading {
  text-align: right;
  color: var(--heading-color-1);
}
.hero-resource .Supreme-hero-section .alignment-start .hero-content .content-wrapper {
  max-width: 86%;
}
.hero-resource .Supreme-hero-section .alignment-start .hero-content .content-wrapper .hero-heading {
  text-align: left;
}

.subject-text a {
  font-weight: 400;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  font-family: var(--Font-Family-Primary);
}

body p {
  font-size: var(--Paragraph-f-size);
  line-height: var(--Paragraph-line-height);
  margin-top: 0;
  margin-bottom: var(--spacing-md);
}
body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body p {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
}
body div {
  font-size: var(--Paragraph-f-size);
  line-height: var(--Paragraph-line-height);
}
@media (max-width: 767px) {
  body div {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
}
body ul, body li {
  font-size: var(--Paragraph-f-size);
  line-height: var(--Paragraph-line-height);
}
@media (max-width: 767px) {
  body ul, body li {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
}

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

input.hs-button.primary.large, .secondary-btn, .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-semi-bold);
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--border-radius-border-radius-full);
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input.hs-button.primary.large:focus, .secondary-btn:focus, .primary-btn:focus {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
input.hs-button.primary.large:disabled, .secondary-btn:disabled, .primary-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.primary-btn {
  background: var(--dark-blue);
  color: var(--white);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: var(--spacing-xs) var(--spacing-lg);
}
.primary-btn:hover {
  background: var(--dark-green);
  color: var(--white);
  text-decoration: none;
}
.primary-btn.btn-lg {
  padding: var(--spacing-xs) var(--spacing-lg);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  min-height: 50px;
}
.primary-btn.btn-md {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  min-height: 48px;
}
.primary-btn.btn-sm {
  padding: var(--spacing-xxs) var(--spacing-md);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  border-radius: var(--border-radius-full);
  min-height: 40px;
}
.primary-btn:not(.btn-lg):not(.btn-md):not(.btn-sm) {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  min-height: 48px;
}

.secondary-btn {
  background: var(--white);
  color: var(--dark-green);
  border: 2px solid var(--dark-green);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: var(--spacing-xs) var(--spacing-lg);
}
.secondary-btn:hover {
  background: var(--dark-green);
  color: var(--white);
  border-color: var(--dark-green);
  text-decoration: none;
}
.secondary-btn.btn-lg {
  padding: var(--spacing-xs) var(--spacing-lg);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  min-height: 50px;
}
.secondary-btn.btn-md {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  min-height: 48px;
}
.secondary-btn.btn-sm {
  padding: var(--spacing-xxs) var(--spacing-md);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  border-radius: var(--border-radius-full);
  min-height: 40px;
}
.secondary-btn:not(.btn-lg):not(.btn-md):not(.btn-sm) {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  min-height: 48px;
}

.btn-lg {
  padding: var(--spacing-xs) var(--spacing-lg);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  min-height: 50px;
}

.btn-md {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  min-height: 48px;
}

.btn-sm {
  padding: var(--spacing-xxs) var(--spacing-md);
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-xxs);
  border-radius: var(--border-radius-full);
  min-height: 40px;
}

input.hs-button.primary.large {
  background: var(--dark-blue);
  color: var(--white);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: var(--spacing-xs) var(--spacing-lg);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  min-height: 50px;
}
input.hs-button.primary.large:hover {
  background: var(--dark-green);
  color: var(--white);
}
input.hs-button.primary.large:focus, input.hs-button.primary.large:active {
  outline: none;
  box-shadow: none;
}

.primary-btn svg,
.primary-btn i,
.secondary-btn svg,
.secondary-btn i {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.primary-btn:hover svg,
.primary-btn:hover i,
.secondary-btn:hover svg,
.secondary-btn:hover i {
  transform: translateX(2px);
}

.btn-group {
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .btn-group {
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  .btn-group .primary-btn,
  .btn-group .secondary-btn {
    width: 100%;
    justify-content: center;
  }
}

.primary-btn.loading,
.secondary-btn.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.primary-btn.loading::after,
.secondary-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid var(--white);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.primary-btn.btn-full,
.secondary-btn.btn-full {
  width: 100%;
  justify-content: center;
}

.primary-btn.btn-outline {
  background: transparent;
  color: var(--green);
  border: 2px solid var(--green);
}
.primary-btn.btn-outline:hover {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}

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

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

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

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

.section-padding-top-zero .supreme-element {
  padding-top: 0px;
}

.section-padding-bottom-zero .supreme-element {
  padding-bottom: 0px;
}

.spacing-primatives-x {
  margin-bottom: var(--spacing-xxxs);
}

.spacing-primatives-xxs {
  margin-bottom: var(--spacing-xxs);
}

.spacing-primatives-xs {
  margin-bottom: var(--spacing-xs);
}

.spacing-primatives-sm {
  margin-bottom: var(--spacing-sm);
}

.spacing-primatives-md {
  margin-bottom: var(--spacing-md);
}

.spacing-primatives-lg {
  margin-bottom: var(--spacing-lg);
}

.spacing-primatives-xl {
  margin-bottom: var(--spacing-xl);
}

.spacing-primatives-lg {
  margin-bottom: var(--spacing-xxl);
}
@media (max-width: 767px) {
  .spacing-primatives-lg {
    margin-bottom: var(--rem-200-rem);
  }
}

.spacing-primatives-xl {
  margin-bottom: var(--rem-250-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xl {
    margin-bottom: var(--rem-125-rem);
  }
}

.spacing-primatives-xxl {
  margin-bottom: var(--rem-281-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xxl {
    margin-bottom: var(--rem-187-rem);
  }
}

.spacing-primatives-3xl {
  margin-bottom: var(--rem-312-rem);
}

.spacing-primatives-4xl {
  margin-bottom: var(--rem-375-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-4xl {
    margin-bottom: var(--rem-187-rem);
  }
}

.spacing-primatives-5xl {
  margin-bottom: var(--rem-500-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-5xl {
    margin-bottom: var(--rem-250-rem);
  }
}

.spacing-primatives-6xl {
  margin-bottom: var(--rem-625-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-6xl {
    margin-bottom: var(--rem-375-rem);
  }
}

.btn-mt-sm a {
  margin-top: var(--spacing-sm);
}

.bg-grey .supreme-element {
  background-color: #f0f0f0;
}

.pt-0 .supreme-element {
  padding-top: 0px;
}

.pb-0 .supreme-element {
  padding-bottom: 0px;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

.supreme-element.white {
  background-color: var(--white);
}
.supreme-element.light-gray {
  background-color: var(--grey);
}
.supreme-element.dark {
  background-color: var(--blue);
}
.supreme-element.has-background-image {
  position: relative;
  overflow: hidden;
}
.supreme-element.has-background-image .enablecomp-infobox.image-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background-image: radial-gradient(circle at 20% 50%, var(--green) 0%, transparent 25%), radial-gradient(circle at 40% 30%, var(--light-blue) 0%, transparent 20%), radial-gradient(circle at 60% 70%, var(--green) 0%, transparent 15%), radial-gradient(circle at 80% 40%, var(--blue) 0%, transparent 25%);
  background-size: 200px 200px, 150px 150px, 100px 100px, 180px 180px;
  background-position: -50px 0, 0 -30px, 50px 100px, 150px 50px;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.supreme-element.has-background-image .enablecomp-infobox.image-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background-image: radial-gradient(circle at 80% 50%, var(--green) 0%, transparent 25%), radial-gradient(circle at 60% 30%, var(--light-blue) 0%, transparent 20%), radial-gradient(circle at 40% 70%, var(--green) 0%, transparent 15%), radial-gradient(circle at 20% 40%, var(--blue) 0%, transparent 25%);
  background-size: 200px 200px, 150px 150px, 100px 100px, 180px 180px;
  background-position: calc(100% + 50px) 0, 100% -30px, calc(100% - 50px) 100px, calc(100% - 150px) 50px;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.supreme-element.has-background-image .container {
  position: relative;
  z-index: 2;
}

.enablecomp-infobox {
  display: flex;
  gap: var(--spacing-xxl);
  align-items: center;
  padding: var(--spacing-4xl) 0;
}
@media (max-width: 992px) {
  .enablecomp-infobox {
    flex-direction: column;
    gap: var(--spacing-xxl) !important;
  }
  .enablecomp-infobox.image-left .infobox-image,
  .enablecomp-infobox.image-left .infobox-circle-numbers {
    order: 1;
  }
  .enablecomp-infobox.image-left .infobox-content {
    order: 2;
  }
  .enablecomp-infobox.image-right .infobox-image,
  .enablecomp-infobox.image-right .infobox-circle-numbers {
    order: 1;
  }
  .enablecomp-infobox.image-right .infobox-content {
    order: 2;
  }
}
.supreme-element.has-background-image .enablecomp-infobox {
  position: relative;
}
.supreme-element.white .enablecomp-infobox .infobox-heading {
  color: var(--heading-color-1);
}
.supreme-element.white .enablecomp-infobox .infobox-description {
  color: var(--paragraph-text);
}
.supreme-element.light-gray .enablecomp-infobox .infobox-heading {
  color: var(--heading-color-1);
}
.supreme-element.light-gray .enablecomp-infobox .infobox-description {
  color: var(--paragraph-text);
}
.supreme-element.dark .enablecomp-infobox .infobox-heading {
  color: var(--white);
}
.supreme-element.dark .enablecomp-infobox .infobox-description {
  color: var(--white);
}
.enablecomp-infobox.image-top {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.enablecomp-infobox.image-top .infobox-image,
.enablecomp-infobox.image-top .infobox-circle-numbers {
  order: 1;
}
.enablecomp-infobox.image-top .infobox-image img,
.enablecomp-infobox.image-top .infobox-circle-numbers img {
  max-width: 100%;
}
.enablecomp-infobox.image-top .infobox-content {
  order: 2;
}
.enablecomp-infobox.image-top .infobox-content .infobox-heading {
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
}
.enablecomp-infobox.image-bottom {
  grid-template-columns: 1fr;
}
.enablecomp-infobox.image-bottom .infobox-content {
  order: 1;
}
.enablecomp-infobox.image-bottom .infobox-content .infobox-heading {
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
  margin-bottom: var(--spacing-xl);
}
.enablecomp-infobox.image-bottom .infobox-image,
.enablecomp-infobox.image-bottom .infobox-circle-numbers {
  order: 2;
}
.enablecomp-infobox.image-bottom .infobox-image img,
.enablecomp-infobox.image-bottom .infobox-circle-numbers img {
  max-width: 100%;
}
.enablecomp-infobox.image-bottom .infobox-button-separate {
  order: 3;
  display: flex;
  justify-content: center;
  margin-top: 0px !important;
  margin-top: var(--spacing-xl);
}
.enablecomp-infobox.image-bottom .infobox-company-logos-separate {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-md);
  margin-top: 0;
  flex-wrap: wrap;
}
.enablecomp-infobox.image-bottom .infobox-company-logos-separate .company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.enablecomp-infobox.image-bottom .infobox-company-logos-separate .company-logo img {
  max-width: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .enablecomp-infobox.image-bottom .infobox-company-logos-separate {
    gap: var(--spacing-md);
  }
  .enablecomp-infobox.image-bottom .infobox-company-logos-separate .company-logo img {
    max-height: 50px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .enablecomp-infobox.image-bottom .infobox-company-logos-separate {
    gap: var(--spacing-sm);
  }
  .enablecomp-infobox.image-bottom .infobox-company-logos-separate .company-logo img {
    max-height: 40px;
    max-width: 80px;
  }
}
.enablecomp-infobox.image-right .infobox-content {
  gap: 30px;
}
.enablecomp-infobox.image-right .infobox-content .infobox-heading {
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
}
.enablecomp-infobox.image-left .infobox-image,
.enablecomp-infobox.image-left .infobox-circle-numbers {
  order: 1;
}
.enablecomp-infobox.image-left .infobox-content {
  order: 2;
  gap: 30px;
}
.enablecomp-infobox.image-left .infobox-content .infobox-heading {
  max-width: 670px;
}
@media (max-width: 992px) {
  .enablecomp-infobox.image-left .infobox-content .infobox-heading {
    max-width: 100%;
  }
}
.enablecomp-infobox.image-right-corner, .enablecomp-infobox.image-left-corner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 400px;
}
.enablecomp-infobox.image-right-corner .corner-mobile-image, .enablecomp-infobox.image-left-corner .corner-mobile-image {
  display: none;
}
.enablecomp-infobox.image-right-corner .infobox-content, .enablecomp-infobox.image-left-corner .infobox-content {
  position: relative;
  z-index: 2;
  gap: 30px;
  width: 60%;
}
@media (max-width: 992px) {
  .enablecomp-infobox.image-right-corner, .enablecomp-infobox.image-left-corner {
    flex-direction: column;
    min-height: auto;
    padding-top: 0 !important;
  }
  .enablecomp-infobox.image-right-corner .corner-mobile-image, .enablecomp-infobox.image-left-corner .corner-mobile-image {
    display: flex;
    order: 1;
    width: 100%;
  }
  .enablecomp-infobox.image-right-corner .corner-mobile-image img, .enablecomp-infobox.image-left-corner .corner-mobile-image img {
    width: 100%;
    max-width: 100%;
  }
  .enablecomp-infobox.image-right-corner .infobox-content, .enablecomp-infobox.image-left-corner .infobox-content {
    order: 2;
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
    align-items: flex-start;
  }
}
.enablecomp-infobox.image-right-corner {
  justify-content: flex-start;
}
.enablecomp-infobox.image-right-corner .infobox-content {
  margin-right: auto;
}
.enablecomp-infobox.image-left-corner {
  justify-content: flex-end;
}
.enablecomp-infobox.image-left-corner .infobox-content {
  margin-left: auto;
  text-align: right;
  align-items: flex-end;
}

.supreme-element.corner-bg-enablecomp-infobox-[class*=enablecomp-infobox-] {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.supreme-element:has(.enablecomp-infobox.image-right-corner) {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.supreme-element:has(.enablecomp-infobox.image-left-corner) {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1399px) {
  .supreme-element:has(.enablecomp-infobox.image-right-corner), .supreme-element:has(.enablecomp-infobox.image-left-corner) {
    background-size: 45%;
  }
}
@media (max-width: 992px) {
  .supreme-element:has(.enablecomp-infobox.image-right-corner), .supreme-element:has(.enablecomp-infobox.image-left-corner) {
    background-image: none !important;
  }
}
.supreme-element .infobox-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.supreme-element .infobox-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.supreme-element .infobox-image:empty::after {
  content: "Image Placeholder";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--dark-grey);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
}
.supreme-element .infobox-circle-numbers {
  position: relative;
  width: 520px;
  height: 373px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .supreme-element .infobox-circle-numbers {
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .supreme-element .infobox-circle-numbers {
    max-width: 320px;
    height: 550px;
  }
}
.supreme-element .infobox-circle-numbers.single-circle .circle-number-1, .supreme-element .infobox-circle-numbers.single-circle .circle-number-2 {
  width: 360px;
  height: 360px;
}
@media (max-width: 767px) {
  .supreme-element .infobox-circle-numbers.single-circle .circle-number-1, .supreme-element .infobox-circle-numbers.single-circle .circle-number-2 {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 992px) {
  .supreme-element .infobox-circle-numbers.single-circle {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .supreme-element .infobox-circle-numbers.single-circle {
    height: 300px;
  }
}
.supreme-element .circle-number {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  box-sizing: border-box;
  padding: 30px 10px 30px 15px;
  gap: 10px;
}
.supreme-element .circle-number .circle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  width: 100%;
}
.supreme-element .circle-number .circle-value-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.supreme-element .circle-number .circle-value {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-4xl, 60px);
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--line-height-4xl, 65px);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .supreme-element .circle-number .circle-value {
    font-size: var(--font-size-xxl);
    line-height: var(--line-height-xxl);
  }
}
.supreme-element .circle-number .circle-icon {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
}
.supreme-element .circle-number .circle-label {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Paragraph-f-size);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-paragraph, 30px);
  margin: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .supreme-element .circle-number .circle-label {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
}
.supreme-element .circle-number.circle-number-1 {
  width: 307px;
  height: 307px;
  left: 8px;
  top: 33px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .supreme-element .circle-number.circle-number-1 {
    width: 280px;
    height: 280px;
    left: 0px;
  }
}
@media (max-width: 1200px) {
  .supreme-element .circle-number.circle-number-1 {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 992px) {
  .supreme-element .circle-number.circle-number-1 {
    width: 240px;
    height: 240px;
    left: 0;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .supreme-element .circle-number.circle-number-1 {
    width: 300px;
    height: 300px;
    left: 0;
    top: 0px;
  }
}
.supreme-element .circle-number.circle-number-2 {
  width: 293px;
  height: 293px;
  left: 275px;
  top: 40px;
}
.supreme-element .circle-number.circle-number-2 .circle-label {
  font-size: var(--Font-Size-f-size-xs, 16px);
  line-height: var(--Line-Height-Line-height-f-size-xs, 26px);
}
@media (max-width: 1280px) {
  .supreme-element .circle-number.circle-number-2 {
    width: 260px;
    height: 260px;
    left: 245px;
  }
}
@media (max-width: 1200px) {
  .supreme-element .circle-number.circle-number-2 {
    width: 220px;
    height: 220px;
    left: 215px;
  }
}
@media (max-width: 992px) {
  .supreme-element .circle-number.circle-number-2 {
    width: 230px;
    height: 230px;
    left: 225px;
    top: 35px;
  }
}
@media (max-width: 767px) {
  .supreme-element .circle-number.circle-number-2 {
    width: 290px;
    height: 290px;
    left: 5px;
    top: 250px;
  }
}
@media (max-width: 992px) {
  .supreme-element .circle-number {
    padding: 25px 8px 25px 12px;
  }
  .supreme-element .circle-number .circle-icon {
    width: 40px;
    height: 40px;
  }
  .supreme-element .circle-number .circle-label {
    font-size: var(--Font-Size-f-size-xs, 16px);
    line-height: var(--Line-Height-Line-height-f-size-xs, 26px);
  }
}
@media (max-width: 767px) {
  .supreme-element .circle-number {
    padding: 20px 6px 20px 10px;
  }
  .supreme-element .circle-number .circle-icon {
    width: 32px;
    height: 32px;
  }
  .supreme-element .circle-number .circle-label {
    font-size: var(--Font-Size-f-size-xxs, 14px);
    line-height: var(--Line-Height-Line-height-f-size-xs, 21px);
  }
}
.supreme-element .infobox-content {
  display: flex;
  flex-direction: column;
}
.supreme-element .infobox-content.text-center {
  text-align: center;
  align-items: center;
}
.supreme-element .infobox-content.text-right {
  text-align: right;
}
.supreme-element .infobox-content.text-left {
  text-align: left;
}
.supreme-element .infobox-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxxl);
  margin: 0;
  word-wrap: break-word;
}
.supreme-element .infobox-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Paragraph-f-size);
  font-weight: var(--font-weight-regular);
  line-height: var(--Paragraph-line-height);
  margin: 0;
}
.supreme-element .infobox-description p {
  margin: 0 0 var(--spacing-md) 0;
}
.supreme-element .infobox-description p:last-child {
  margin-bottom: 0;
}
.supreme-element .infobox-description ul {
  margin-top: 0;
}
.supreme-element .infobox-description.two-column {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.supreme-element .infobox-description.two-column p {
  text-align: left;
}
.supreme-element .infobox-description.two-column p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .supreme-element .infobox-description.two-column {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--spacing-md);
  }
  .supreme-element .infobox-description.two-column p {
    flex: none;
  }
}
.supreme-element .infobox-company-logos {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  margin-top: 0;
  flex-wrap: wrap;
}
.supreme-element .infobox-company-logos.align-start {
  justify-content: flex-start;
}
.supreme-element .infobox-company-logos.align-center {
  justify-content: center;
  gap: var(--spacing-xxl);
  margin-top: var(--spacing-xxl);
}
.supreme-element .infobox-company-logos.align-center .company-logo img {
  max-width: 100%;
}
.supreme-element .infobox-company-logos.align-end {
  justify-content: flex-end;
}
.supreme-element .infobox-company-logos .company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.supreme-element .infobox-company-logos .company-logo img {
  max-width: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .supreme-element .infobox-company-logos .company-logo img {
    max-width: 90px;
  }
}
@media (max-width: 992px) {
  .supreme-element .infobox-company-logos {
    justify-content: center;
    gap: var(--spacing-md, 16px);
  }
}
.supreme-element .infobox-button .button-primary {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs, 8px);
}
.infobox-content.text-center .supreme-element .infobox-button {
  text-align: center;
}
.infobox-content.text-right .supreme-element .infobox-button {
  text-align: right;
}
.infobox-content.text-left .supreme-element .infobox-button {
  text-align: left;
}
@media (max-width: 992px) {
  .supreme-element {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl) !important;
  }
  .supreme-element.image-left .infobox-image,
  .supreme-element.image-left .infobox-circle-numbers {
    order: 1;
  }
  .supreme-element.image-left .infobox-content {
    order: 2;
  }
  .supreme-element.image-right .infobox-image,
  .supreme-element.image-right .infobox-circle-numbers {
    order: 1;
  }
  .supreme-element.image-right .infobox-content {
    order: 2;
  }
}

.client-success-story-sec .supreme-element .enablecomp-infobox .infobox-content {
  gap: 0;
}
.client-success-story-sec .supreme-element .enablecomp-infobox .infobox-content .infobox-subheading {
  font-weight: var(--font-weight-semi-bold);
  color: var(--blue);
  letter-spacing: 0.96px;
  margin-bottom: var(--spacing-sm);
}
.client-success-story-sec .supreme-element .enablecomp-infobox .infobox-content .infobox-heading {
  color: var(--heading-color-3);
  margin-bottom: var(--spacing-xl);
}
.client-success-story-sec .supreme-element .enablecomp-infobox .infobox-content .infobox-button {
  margin-top: var(--spacing-xl);
}

.optimize_revenue_section .enablecomp-infobox {
  padding: 0;
  align-items: flex-end;
}
.optimize_revenue_section .enablecomp-infobox .infobox-content.text-left {
  padding: var(--spacing-4xl) 0;
}
@media (max-width: 992px) {
  .optimize_revenue_section .enablecomp-infobox .infobox-content.text-left {
    padding: 0 0 var(--spacing-4xl) 0;
  }
}

.about-mission-vision-info .supreme-element {
  position: relative;
}
.about-mission-vision-info .supreme-element:has(.enablecomp-infobox.image-right-corner) {
  background-size: auto;
  background-position: right top;
}
@media (max-width: 992px) {
  .about-mission-vision-info .supreme-element:has(.enablecomp-infobox.image-right-corner) {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .about-mission-vision-info .supreme-element:has(.enablecomp-infobox.image-right-corner) {
    padding-top: 370px;
  }
}
.about-mission-vision-info .supreme-element:has(.enablecomp-infobox.image-left-corner) {
  background-size: auto;
  background-position: left top;
}
@media (max-width: 992px) {
  .about-mission-vision-info .supreme-element:has(.enablecomp-infobox.image-left-corner) {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .about-mission-vision-info .supreme-element:has(.enablecomp-infobox.image-left-corner) {
    padding-top: 370px;
  }
}
.about-mission-vision-info .supreme-element::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2026/01/about-mission-sec-img.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left top;
  z-index: 0;
}
@media (max-width: 992px) {
  .about-mission-vision-info .supreme-element::after {
    background-size: 50%;
    background-image: url(/wp-content/uploads/2026/01/about-mission-sec-img.png), url(/wp-content/uploads/2026/01/about-mission-right-top-pattern-.png);
  }
}
@media (max-width: 767px) {
  .about-mission-vision-info .supreme-element::after {
    background-size: 300px;
  }
}
.about-mission-vision-info .supreme-element::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2026/01/about-mission-right-top-pattern-.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  z-index: 0;
}
@media (max-width: 992px) {
  .about-mission-vision-info .supreme-element::before {
    display: none;
  }
}
.about-mission-vision-info .supreme-element .enablecomp-infobox .corner-mobile-image img {
  display: none;
}
.about-mission-vision-info .supreme-element .enablecomp-infobox .infobox-content .infobox-description h2 {
  color: var(--heading-color-3);
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
  margin-bottom: var(--spacing-xxs);
}
.about-mission-vision-info .supreme-element .enablecomp-infobox .infobox-content .infobox-description p {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  color: var(--heading-color-1);
}
.about-mission-vision-info .supreme-element .enablecomp-infobox .infobox-content .infobox-description p:first-of-type {
  margin-bottom: var(--spacing-xxl);
}

.solutions-overview-section {
  background: var(--Grey);
  padding: var(--spacing-4xl) 0;
}
.solutions-overview-section .solutions-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
}
.solutions-overview-section .solutions-header .solutions-title-icon img {
  margin-bottom: 7px;
}
.solutions-overview-section .solutions-header .solutions-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxxl);
  color: var(--heading-color-1);
  margin: 0 0 var(--spacing-lg) 0;
}
.solutions-overview-section .solutions-header .solutions-title a {
  color: var(--heading-color-1);
}
.solutions-overview-section .solutions-header .solutions-description {
  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;
}
.solutions-overview-section .solutions-container {
  width: 100%;
}
.solutions-overview-section .solutions-container .solutions-grid {
  display: grid;
  gap: var(--spacing-xl);
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1280px) {
  .solutions-overview-section .solutions-container .solutions-grid {
    padding: 0;
  }
}
.solutions-overview-section .solutions-container .solutions-grid[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.solutions-overview-section .solutions-container .solutions-grid[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.solutions-overview-section .solutions-container .solutions-grid[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .solutions-overview-section .solutions-container .solutions-grid[data-columns="4"] {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xxl);
  }
}
@media (max-width: 992px) {
  .solutions-overview-section .solutions-container .solutions-grid {
    gap: var(--spacing-xl);
  }
  .solutions-overview-section .solutions-container .solutions-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutions-overview-section .solutions-container .solutions-grid[data-columns="3"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutions-overview-section .solutions-container .solutions-grid[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .solutions-overview-section .solutions-container .solutions-grid {
    gap: var(--spacing-lg);
  }
  .solutions-overview-section .solutions-container .solutions-grid[data-columns="2"], .solutions-overview-section .solutions-container .solutions-grid[data-columns="3"], .solutions-overview-section .solutions-container .solutions-grid[data-columns="4"] {
    grid-template-columns: 1fr;
  }
}
.solutions-overview-section .solution-card {
  background: var(--White);
  border-radius: 20px;
  padding: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  gap: 29px;
  transition: all 0.3s ease;
}
.solutions-overview-section .solution-card.solution-card-white {
  background: var(--White);
  border: 3px solid var(--white);
}
.solutions-overview-section .solution-card.solution-card-white:hover {
  border: 3px solid var(--Yellow);
}
.solutions-overview-section .solution-card.solution-card-white:hover .solution-card-title {
  color: var(--dark-blue);
}
.solutions-overview-section .solution-card.solution-card-transparent {
  background: transparent;
  padding: 0;
}
.solutions-overview-section .solution-card .solution-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  margin-top: 16px;
  transition: all 0.3s ease;
  position: relative;
  text-transform: capitalize;
}
.solutions-overview-section .solution-card .solution-text-link::after {
  content: "›";
  transition: transform 0.3s ease;
  position: absolute;
  right: -15px;
}
.solutions-overview-section .solution-card .solution-text-link:hover::after {
  transform: translateX(2px);
}
.solutions-overview-section .solution-card .solution-link-wrapper {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  width: 100%;
}
.solutions-overview-section .solution-card .solution-link-wrapper:hover {
  text-decoration: none;
  color: inherit;
}
.solutions-overview-section .solution-card .solution-icon {
  width: 175px;
  height: 175px;
  flex-shrink: 0;
}
.solutions-overview-section .solution-card .solution-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s;
}
.solutions-overview-section .solution-card .solution-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  width: 100%;
  align-items: center;
}
.solutions-overview-section .solution-card .solution-content .solution-card-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xl);
  color: var(--heading-color-1);
  margin: 0;
  text-align: center;
}
.solutions-overview-section .solution-card .solution-content .solution-card-description {
  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;
}
.solutions-overview-section .solution-card .solution-content .solution-card-description p {
  margin: 0;
  text-align: center;
}
.solutions-overview-section .solution-card .solution-content .solution-card-description ul {
  margin: 0;
  padding-top: var(--spacing-sm);
}
@media (max-width: 992px) {
  .solutions-overview-section .solutions-header {
    margin-bottom: var(--spacing-xl);
  }
  .solutions-overview-section .solution-card {
    width: 100%;
    padding: var(--spacing-lg);
  }
  .solutions-overview-section .solution-card .solution-icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .solutions-overview-section .solution-card {
    padding: var(--spacing-md);
  }
  .solutions-overview-section .solution-card .solution-icon {
    width: 120px;
    height: 120px;
  }
}
.solutions-overview-section .solution-card-placeholder {
  opacity: 0.7;
  border: 2px dashed #ddd !important;
  background: #f9f9f9 !important;
}
.solutions-overview-section .solution-card-placeholder .placeholder-icon {
  width: 175px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 8px;
  color: #999;
}
.solutions-overview-section .solution-card-placeholder .placeholder-icon .dashicons {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.solutions-overview-section .solution-card-placeholder .solution-card-title {
  color: #666 !important;
}
.solutions-overview-section .solution-card-placeholder .solution-card-description {
  color: #888 !important;
  font-style: italic;
}

.trusted-providers-section .Supreme-providers-logo {
  padding-top: 0px;
}

.divider-spacing .solutions-overview-section {
  padding-top: var(--spacing-xl);
}
.divider-spacing .solutions-overview-section .solutions-header .solutions-title-icon {
  padding-bottom: var(--spacing-3xl);
}

.Supreme-contact-section {
  padding: var(--spacing-4xl) 0;
}
.Supreme-contact-section[data-background-type=background_color] {
  background: var(--Grey);
}
.Supreme-contact-section[data-background-type=background_image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.Supreme-contact-section[data-background-type=background_image] .contact-container {
  position: relative;
  z-index: 2;
}
.Supreme-contact-section .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-3xl);
}
@media (max-width: 1200px) {
  .Supreme-contact-section .contact-container {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .Supreme-contact-section .contact-container {
    flex-direction: column;
    gap: var(--spacing-xxl);
    align-items: flex-start;
  }
}
.Supreme-contact-section .contact-container.alignment-top {
  align-items: flex-start;
}
.Supreme-contact-section .contact-container.alignment-center {
  align-items: center;
}
.Supreme-contact-section .contact-container.alignment-bottom {
  align-items: flex-end;
}
.Supreme-contact-section .contact-content {
  flex: 0 0 574px;
}
@media (max-width: 1200px) {
  .Supreme-contact-section .contact-content {
    flex: 0 0 450px;
  }
}
@media (max-width: 992px) {
  .Supreme-contact-section .contact-content {
    flex: 1;
    max-width: 100%;
  }
}
.Supreme-contact-section .contact-content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 992px) {
  .Supreme-contact-section .contact-content .content-wrapper {
    gap: 10px;
  }
}
.Supreme-contact-section .contact-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-1);
  margin: 0;
}
.Supreme-contact-section .contact-description {
  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);
}
.Supreme-contact-section .contact-description p {
  margin: 0 0 var(--spacing-sm) 0;
}
.Supreme-contact-section .contact-description p:last-child {
  margin-bottom: 0;
}
.Supreme-contact-section .contact-form-wrapper {
  flex: 0 0 44.7%;
}
@media (max-width: 1280px) {
  .Supreme-contact-section .contact-form-wrapper {
    flex: auto;
  }
}
@media (max-width: 992px) {
  .Supreme-contact-section .contact-form-wrapper {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
}
.Supreme-contact-section .contact-form-wrapper .embedded-form-wrapper {
  width: 100%;
}
.Supreme-contact-section .Supreme-contact-default-form {
  width: 100%;
  max-width: 626px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Supreme-contact-section .Supreme-contact-default-form .form-row {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .Supreme-contact-section .Supreme-contact-default-form .form-row {
    flex-direction: column;
    gap: 20px;
  }
}
.Supreme-contact-section .Supreme-contact-default-form .form-group {
  flex: 1;
  position: relative;
}
.Supreme-contact-section .Supreme-contact-default-form .form-group:not(.form-row > .Supreme-contact-section .Supreme-contact-default-form .form-group) {
  width: 100%;
}
.Supreme-contact-section .Supreme-contact-default-form .form-input {
  width: 100%;
  min-height: 40px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #acacac;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #152735;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.Supreme-contact-section .Supreme-contact-default-form .form-input::-moz-placeholder {
  color: #b4b4b4;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.Supreme-contact-section .Supreme-contact-default-form .form-input::placeholder {
  color: #b4b4b4;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.Supreme-contact-section .Supreme-contact-default-form .form-input:focus {
  outline: none;
  border-color: #f0e13a;
  box-shadow: 0 0 0 2px rgba(240, 225, 58, 0.2);
}
.Supreme-contact-section .Supreme-contact-default-form .form-input:hover {
  border-color: #999999;
}
.Supreme-contact-section .Supreme-contact-default-form textarea.form-input {
  min-height: 130px;
  resize: vertical;
  align-items: flex-start;
  padding-top: 10px;
}
.Supreme-contact-section .Supreme-contact-default-form .select-group {
  position: relative;
}
.Supreme-contact-section .Supreme-contact-default-form .select-group .select-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzFjMjYzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 7px;
  padding-right: 50px;
  cursor: pointer;
}
.Supreme-contact-section .Supreme-contact-default-form .select-group .select-input:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iI2YwZTEzYSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
}
.Supreme-contact-section .Supreme-contact-default-form .form-submit-group {
  margin-top: 10px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .Supreme-contact-section .Supreme-contact-default-form {
    max-width: 100%;
  }
  .Supreme-contact-section .Supreme-contact-default-form .form-input {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 18px;
  }
}
.Supreme-contact-section.has-top-border {
  border-top: 1px solid #d1d1d1;
}

.hs_to_apply_for_a_position_click_here input {
  display: none;
}
.hs_to_apply_for_a_position_click_here span {
  font-size: var(--font-size-lg) !important;
  line-height: var(--line-height-lg) !important;
  margin-bottom: var(--spacing-md) !important;
}

.Supreme-award-section {
  padding: var(--spacing-4xl) 0;
}
.Supreme-award-section.has-background-color {
  background-color: var(--award-section-bg-color);
}
.Supreme-award-section.has-background-image {
  background-image: var(--award-section-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.Supreme-award-section.has-background-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.Supreme-award-section.has-background-image .container {
  position: relative;
  z-index: 2;
}
.Supreme-award-section[data-background-type=background_image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.Supreme-award-section[data-background-type=background_image]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.Supreme-award-section[data-background-type=background_image] .container {
  position: relative;
  z-index: 2;
}
.Supreme-award-section .award-container {
  display: flex;
  align-items: center;
  gap: var(--spacing-xxl);
}
@media (max-width: 992px) {
  .Supreme-award-section .award-container {
    flex-direction: column;
    gap: var(--spacing-2xl);
    text-align: center;
  }
}
.Supreme-award-section .award-heading {
  flex: 0 0 227px;
}
@media (max-width: 992px) {
  .Supreme-award-section .award-heading {
    flex: none;
    width: 100%;
  }
}
.Supreme-award-section .award-heading .heading-text {
  color: var(--heading-color-1);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-xxl);
  margin: 0;
}
@media (max-width: 992px) {
  .Supreme-award-section .award-heading .heading-text {
    margin-bottom: var(--spacing-md);
  }
}
.Supreme-award-section .awards-grid {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .Supreme-award-section .awards-grid {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .Supreme-award-section .awards-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.Supreme-award-section .award-item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
@media (max-width: 992px) {
  .Supreme-award-section .award-item {
    flex: 0 0 calc(50% - 8px);
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .Supreme-award-section .award-item {
    flex: 0 0 calc(100% - 16px);
    max-width: 200px;
  }
}
.Supreme-award-section .award-item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.Supreme-award-section .award-item img:nth-child(2) {
  max-width: 163px;
  max-height: 163px;
}
.Supreme-award-section .award-item img:nth-child(3) {
  max-width: 211px;
  max-height: 67px;
}
.Supreme-award-section .award-item img:nth-child(4) {
  max-width: 163px;
  max-height: 161px;
}
.Supreme-award-section .award-item img:nth-child(5) {
  max-width: 86px;
  max-height: 162px;
}
.Supreme-award-section .award-item img:nth-child(6) {
  max-width: 99px;
  max-height: 158px;
}

.Supreme-hero-section {
  padding: var(--spacing-4xl) 0;
}
@media (max-width: 992px) {
  .Supreme-hero-section.mobile-bg {
    background-position: top;
    padding-top: 80%;
    padding-bottom: 30px;
  }
}
.Supreme-hero-section .hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.Supreme-hero-section .hero-background-image-mobile {
  display: none;
}
.Supreme-hero-section[data-background=background_color] {
  background-color: var(--Grey);
}
.Supreme-hero-section[data-background=background_color] .hero-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--spacing-xxl);
}
.Supreme-hero-section[data-background=background_color] .hero-container[data-alignment=center] {
  justify-content: center;
}
.Supreme-hero-section[data-background=background_color] .hero-container[data-alignment=end] {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Supreme-hero-section[data-background=background_color] .hero-container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .Supreme-hero-section[data-background=background_color] .hero-container {
    gap: var(--spacing-xxl) !important;
  }
}
.Supreme-hero-section[data-background=background_color] .hero-container .hero-content:only-child {
  text-align: center;
  max-width: 786px;
  margin: 0 auto;
}
.Supreme-hero-section[data-background=background_image] {
  background-repeat: no-repeat;
  position: relative;
}
.Supreme-hero-section[data-background=background_image] .hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.Supreme-hero-section[data-background=background_image] .hero-container[data-alignment=start] {
  justify-content: flex-start;
}
.Supreme-hero-section[data-background=background_image] .hero-container[data-alignment=center] {
  justify-content: center;
}
@media (max-width: 992px) {
  .Supreme-hero-section[data-background=background_image][data-stack-mobile=yes] {
    background-image: none !important;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
  }
  .Supreme-hero-section[data-background=background_image][data-stack-mobile=yes] .hero-gradient-overlay {
    display: none !important;
  }
  .Supreme-hero-section[data-background=background_image][data-stack-mobile=yes] .hero-background-image-mobile {
    display: block;
    position: relative;
    width: 100%;
    order: 1;
  }
  .Supreme-hero-section[data-background=background_image][data-stack-mobile=yes] .hero-background-image-mobile img {
    width: 100%;
    height: auto;
    display: block;
  }
  .Supreme-hero-section[data-background=background_image][data-stack-mobile=yes] .hero-background-image-mobile .hero-gradient-overlay-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #FFF 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
  }
  .Supreme-hero-section[data-background=background_image][data-stack-mobile=yes] .container {
    order: 2;
    z-index: auto;
  }
}
.Supreme-hero-section .hero-image-wrapper {
  flex: 0 0 381px;
  width: 381px;
  height: 321px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .Supreme-hero-section .hero-image-wrapper {
    flex: none;
    max-width: 300px;
    height: 250px;
    width: 300px;
  }
}
.Supreme-hero-section .hero-image-wrapper .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-border-radius-mid);
}
.Supreme-hero-section .hero-content {
  width: 786px;
}
@media (max-width: 992px) {
  .Supreme-hero-section .hero-content {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
}
.Supreme-hero-section .hero-content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.Supreme-hero-section .hero-heading {
  color: var(--heading-color-1);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-5xl);
  margin: 0;
}
.Supreme-hero-section .hero-subheading {
  color: var(--heading-color-2);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-lg);
  margin: 0;
}
.Supreme-hero-section .hero-subheading.above-heading {
  font-family: var(--Font-Family-Primary, "Poppins");
  font-size: var(--font-size-xxl, 40px);
  font-weight: var(--Font-Weight-SemiBold, 600);
  line-height: var(--line-height-xxl, 54px);
  color: var(--heading-color-1, #2c487a);
  margin: 0;
}
.Supreme-hero-section .hero-description {
  color: var(--paragraph-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);
  margin: 0;
}
.Supreme-hero-section .hero-description p {
  margin: 0 0 var(--Paragraph-spacing) 0;
}
.Supreme-hero-section .hero-description p:last-child {
  margin-bottom: 0;
}
.Supreme-hero-section .hero-description p:not(:last-child) {
  margin: 0 0 var(--spacing-sm) 0;
}
.Supreme-hero-section .hero-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm, 15px);
  width: 100%;
  max-width: 786px;
  flex-wrap: wrap;
}
.Supreme-hero-section .hero-buttons-row {
  display: flex;
  gap: var(--spacing-sm, 15px);
  flex-wrap: wrap;
}
.Supreme-hero-section .hero-buttons-row a {
  flex: 0 0 auto;
}
.Supreme-hero-section .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xs, 10px) var(--spacing-lg, 25px);
  background-color: transparent;
  border: 2px solid var(--Dark-Green, #167a6d);
  border-radius: var(--border-radius-full, 99999px);
  font-family: var(--Font-Family-Primary, "Poppins");
  font-size: var(--font-size-md, 20px);
  font-weight: var(--Font-Weight-SemiBold, 600);
  line-height: var(--line-height-md, 30px);
  color: var(--Dark-Green, #167a6d);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}
.Supreme-hero-section .secondary-btn:hover {
  background-color: var(--Dark-Green, #167a6d);
  color: var(--White, #ffffff);
}

.single_post_hero_section h1 {
  color: var(--white);
}

.single_post_dynamic_content_wrapper p {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
  margin-top: 0px;
  margin-bottom: 30px;
}
.single_post_dynamic_content_wrapper p:last-child {
  margin-bottom: 0px;
}
.single_post_dynamic_content_wrapper img:last-child {
  margin-bottom: 0px;
}
.single_post_dynamic_content_wrapper h1, .single_post_dynamic_content_wrapper h2, .single_post_dynamic_content_wrapper h3, .single_post_dynamic_content_wrapper h4, .single_post_dynamic_content_wrapper h5, .single_post_dynamic_content_wrapper h6 {
  font-family: var(--Font-Family-Primary);
  color: var(--heading-color-1);
  margin-top: 0px;
  margin-bottom: 10px;
}
.single_post_dynamic_content_wrapper h1 {
  font-size: var(--font-size-5xl);
  line-height: var(--line-height-5xl);
}
.single_post_dynamic_content_wrapper h2 {
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-4xl);
}
.single_post_dynamic_content_wrapper h3 {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
}
.single_post_dynamic_content_wrapper h4 {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
}
.single_post_dynamic_content_wrapper h5 {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}
.single_post_dynamic_content_wrapper h6 {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}

.multi-btn .Supreme-hero-section .hero-buttons {
  margin-top: var(--spacing-sm);
}
.multi-btn .Supreme-hero-section .hero-buttons .hero-buttons-row {
  flex-wrap: wrap;
}

.Supreme-providers-logo {
  padding: var(--spacing-4xl) 0;
  background-color: var(--Grey);
}
.Supreme-providers-logo .providers-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  align-items: center;
  justify-content: center;
}
.Supreme-providers-logo .providers-heading {
  color: var(--heading-color-1);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-xxl);
  text-align: center;
  margin: 0;
  width: 100%;
}
.Supreme-providers-logo .providers-logos-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Supreme-providers-logo .providers-logos {
  display: flex;
  gap: var(--spacing-3xl);
  align-items: center;
  animation: auto-scroll 30s linear infinite;
}
.Supreme-providers-logo .providers-logos:hover {
  animation-play-state: paused;
}
@media (max-width: 992px) {
  .Supreme-providers-logo .providers-logos {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .Supreme-providers-logo .providers-logos {
    gap: var(--spacing-lg);
  }
}
.Supreme-providers-logo .providers-logos .no-logos-message {
  color: var(--text);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  text-align: center;
  padding: var(--spacing-xl);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 1px dashed var(--heading-color-1);
  margin: 0;
  white-space: nowrap;
}
.Supreme-providers-logo .provider-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-width: 180px;
}
@media (max-width: 992px) {
  .Supreme-providers-logo .provider-logo {
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .Supreme-providers-logo .provider-logo {
    min-width: 120px;
  }
}
.Supreme-providers-logo .provider-logo:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.Supreme-providers-logo .provider-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.Supreme-providers-logo .provider-logo .logo-image {
  max-height: 60px;
  max-width: 180px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes auto-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.Supreme-testimonials {
  background-color: var(--Blue);
  padding: var(--spacing-4xl) var(--spacing-md);
  position: relative;
  overflow: hidden;
}
.Supreme-testimonials.background-color {
  background-color: var(--background-color);
}
.Supreme-testimonials.background-image {
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Supreme-testimonials.background-corner_images {
  background-color: var(--background-color);
}
.Supreme-testimonials.background-corner_images.has-left-corner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-image: var(--left-corner-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .Supreme-testimonials.background-corner_images.has-left-corner::before {
    width: 120px;
  }
}
.Supreme-testimonials.background-corner_images.has-right-corner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-image: var(--right-corner-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .Supreme-testimonials.background-corner_images.has-right-corner::after {
    width: 120px;
  }
}
.Supreme-testimonials .testimonial-section-title {
  color: var(--White);
  text-align: center;
  margin-bottom: var(--spacing-lg);
}
.Supreme-testimonials .testimonials-container {
  max-width: 1383px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xl);
  z-index: 10;
}
@media (max-width: 992px) {
  .Supreme-testimonials .testimonials-container {
    gap: var(--spacing-lg);
    flex-direction: column;
  }
}
.Supreme-testimonials .testimonial-nav {
  background: transparent;
  width: 0;
  height: 0;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  z-index: 2;
  padding: 0;
  margin: 0 var(--spacing-md);
}
@media (max-width: 767px) {
  .Supreme-testimonials .testimonial-nav {
    margin: var(--spacing-md);
    padding: revert;
  }
}
.Supreme-testimonials .testimonial-nav img {
  width: 45px;
  height: 45px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .Supreme-testimonials .testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .Supreme-testimonials .testimonial-nav {
    position: relative;
    top: unset;
    transform: none;
  }
}
.Supreme-testimonials .testimonial-nav.testimonial-nav-left {
  left: 30px;
}
@media (max-width: 767px) {
  .Supreme-testimonials .testimonial-nav.testimonial-nav-left {
    left: unset;
    position: absolute;
    bottom: 60px;
    right: 51%;
  }
}
.Supreme-testimonials .testimonial-nav.testimonial-nav-right {
  right: 30px;
}
@media (max-width: 767px) {
  .Supreme-testimonials .testimonial-nav.testimonial-nav-right {
    right: -30px;
    bottom: -8px;
  }
}
.Supreme-testimonials .testimonials-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-2xl);
  max-width: 100%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 992px) {
  .Supreme-testimonials .testimonials-content {
    padding: 0 var(--spacing-xxl);
  }
}
.Supreme-testimonials .testimonials-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Supreme-testimonials .testimonials-track {
  display: flex;
  width: 100% !important;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Supreme-testimonials .testimonial-slide {
  width: 100%;
  flex-shrink: 0;
  opacity: 1;
  transform: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: center;
  justify-content: center;
  padding: 0 0 36px;
  position: relative;
}
.Supreme-testimonials .testimonial-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}
.Supreme-testimonials .testimonial-quote {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-md);
  color: var(--White);
  margin: 0;
  max-width: 1000px;
  width: 100%;
}
.Supreme-testimonials .testimonial-quote p {
  margin-top: 0;
  margin-bottom: var(--spacing-sm);
}
.Supreme-testimonials .testimonial-quote p:last-child {
  margin-bottom: 0;
}
.Supreme-testimonials .testimonial-author {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: center;
  text-align: center;
}
.Supreme-testimonials .author-name {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-lg);
  color: var(--Green);
  font-style: normal;
  margin: 0;
}
.Supreme-testimonials .author-details {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  color: var(--Green);
  opacity: 0.8;
}
.Supreme-testimonials .testimonial-link {
  margin-top: var(--spacing-sm);
}
.Supreme-testimonials .testimonials-pagination {
  display: flex;
  gap: var(--spacing-xxs);
  align-items: center;
  justify-content: center;
}
.Supreme-testimonials .pagination-dot {
  width: auto;
  height: auto;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Supreme-testimonials .pagination-dot:hover {
  background: rgba(255, 255, 255, 0.5);
}
.Supreme-testimonials .pagination-dot.active {
  background: var(--White);
}
.Supreme-testimonials .no-testimonials-message {
  color: var(--White);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  text-align: center;
  padding: var(--spacing-2xl);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Supreme-testimonials {
    padding: var(--spacing-4xl) var(--spacing-md);
  }
  .Supreme-testimonials .testimonials-content {
    padding: 0;
  }
}

.Supreme-leadership-team {
  background: var(--White);
  padding-top: var(--spacing-4xl);
}
.Supreme-leadership-team .leadership-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  align-items: center;
  justify-content: center;
}
.Supreme-leadership-team .leadership-header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .Supreme-leadership-team .leadership-header {
    gap: var(--spacing-xxs);
  }
}
.Supreme-leadership-team .leadership-header .leadership-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-4xl);
  color: var(--heading-color-1);
  margin: 0;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
}
.Supreme-leadership-team .leadership-header .leadership-description {
  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;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .Supreme-leadership-team .leadership-header .leadership-description {
    white-space: normal;
  }
}
@media (max-width: 992px) {
  .Supreme-leadership-team .leadership-header .leadership-description {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .Supreme-leadership-team .leadership-header .leadership-description {
    white-space: normal;
  }
}
.Supreme-leadership-team .leadership-grid {
  display: grid;
  gap: var(--spacing-lg);
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.Supreme-leadership-team .leadership-grid.grid-align-left {
  justify-content: start;
}
.Supreme-leadership-team .leadership-grid.grid-align-center {
  justify-content: center;
}
.Supreme-leadership-team .leadership-grid.grid-align-right {
  justify-content: end;
}
.Supreme-leadership-team .leadership-grid.grid-gap-small {
  gap: var(--spacing-md);
}
@media (max-width: 767px) {
  .Supreme-leadership-team .leadership-grid.grid-gap-small {
    gap: var(--spacing-sm);
  }
}
.Supreme-leadership-team .leadership-grid.grid-gap-medium {
  gap: var(--spacing-lg);
}
.Supreme-leadership-team .leadership-grid.grid-gap-large {
  gap: var(--spacing-xl);
}
.Supreme-leadership-team .leadership-grid.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.Supreme-leadership-team .leadership-grid.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.Supreme-leadership-team .leadership-grid.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1280px) {
  .Supreme-leadership-team .leadership-grid.grid-cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .Supreme-leadership-team .leadership-grid.grid-cols-3, .Supreme-leadership-team .leadership-grid.grid-cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .Supreme-leadership-team .leadership-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .Supreme-leadership-team .leadership-grid.mobile-align-left {
    justify-content: start;
  }
  .Supreme-leadership-team .leadership-grid.mobile-align-center {
    justify-content: center;
  }
  .Supreme-leadership-team .leadership-grid.mobile-align-right {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .Supreme-leadership-team .leadership-grid {
    grid-template-columns: 1fr !important;
    gap: var(--spacing-lg);
  }
  .Supreme-leadership-team .leadership-grid.grid-gap-small {
    gap: var(--spacing-sm);
  }
  .Supreme-leadership-team .leadership-grid.grid-gap-medium {
    gap: var(--spacing-md);
  }
  .Supreme-leadership-team .leadership-grid.grid-gap-large {
    gap: var(--spacing-lg);
  }
}
@media (max-width: 480px) {
  .Supreme-leadership-team .leadership-grid {
    gap: var(--spacing-sm);
  }
  .Supreme-leadership-team .leadership-grid.grid-gap-small {
    gap: var(--spacing-xs);
  }
  .Supreme-leadership-team .leadership-grid.grid-gap-medium {
    gap: var(--spacing-sm);
  }
  .Supreme-leadership-team .leadership-grid.grid-gap-large {
    gap: var(--spacing-md);
  }
}
.Supreme-leadership-team .leadership-member {
  background: var(--White);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 450px;
  flex-shrink: 0;
}
.Supreme-leadership-team .leadership-member:hover {
  border: 1px solid var(--yellow);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.Supreme-leadership-team .leadership-member:hover .member-image-frame img {
  transform: scale(1.03);
  width: 100%;
}
.Supreme-leadership-team .leadership-member .member-image-frame {
  height: 330px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: var(--Grey);
}
.Supreme-leadership-team .leadership-member .member-image-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.Supreme-leadership-team .leadership-member .member-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
}
.Supreme-leadership-team .leadership-member .member-content .member-name {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  color: var(--heading-color-1);
  margin: 0;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
}
.Supreme-leadership-team .leadership-member .member-content .member-position {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  color: var(--paragraph-text);
  margin: 0;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
}
.Supreme-leadership-team .leadership-member .member-content .member-bio-section {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0 0;
}
.Supreme-leadership-team .leadership-member .member-content .member-bio-section .member-bio-text {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-semi-bold);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--dark-blue);
  white-space: nowrap;
}
@media (max-width: 992px) {
  .Supreme-leadership-team .leadership-member {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .Supreme-leadership-team .leadership-member {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
}

.leadership-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xl);
}
.leadership-modal .leadership-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.leadership-modal .leadership-modal-content {
  position: relative;
  background: var(--White);
  border-radius: 15px;
  padding: var(--spacing-xxl);
  max-width: 1024px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  animation: modalSlideIn 0.3s ease-out;
}
.leadership-modal .leadership-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .leadership-modal .leadership-modal-close {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .leadership-modal .leadership-modal-close img {
    width: 28px;
    height: 28px;
  }
}
.leadership-modal .leadership-modal-body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.leadership-modal .modal-member-info {
  display: flex;
  gap: var(--spacing-xl);
  align-items: center;
}
@media (max-width: 1200px) {
  .leadership-modal .modal-member-info {
    gap: var(--spacing-lg);
  }
}
@media (max-width: 992px) {
  .leadership-modal .modal-member-info {
    gap: var(--spacing-lg);
  }
}
@media (max-width: 767px) {
  .leadership-modal .modal-member-info {
    flex-direction: column;
    gap: var(--spacing-md);
  }
}
@media (max-width: 480px) {
  .leadership-modal .modal-member-info {
    gap: var(--spacing-sm);
  }
}
.leadership-modal .modal-member-image {
  flex-shrink: 0;
  width: 235px;
  height: 172px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--Grey);
}
@media (max-width: 1280px) {
  .leadership-modal .modal-member-image {
    width: 220px;
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .leadership-modal .modal-member-image {
    width: 200px;
    height: 150px;
  }
}
@media (max-width: 992px) {
  .leadership-modal .modal-member-image {
    width: 180px;
    height: 135px;
  }
}
@media (max-width: 767px) {
  .leadership-modal .modal-member-image {
    width: 100%;
    height: 200px;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .leadership-modal .modal-member-image {
    height: 180px;
    max-width: 250px;
  }
}
.leadership-modal .modal-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership-modal .modal-member-details {
  flex: 1;
  display: flex;
  max-width: 453px;
  flex-direction: column;
  gap: var(--spacing-xxs);
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .leadership-modal .modal-member-details {
    gap: var(--spacing-xs);
    width: 100%;
    text-align: center;
  }
}
.leadership-modal .modal-member-details h3 {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  color: var(--heading-color-1);
  margin: 0;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
}
.leadership-modal .modal-member-details p {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  color: var(--paragraph-text);
  margin: 0;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
}
.leadership-modal .modal-member-details .modal-logo {
  margin-top: var(--spacing-sm);
}
@media (max-width: 767px) {
  .leadership-modal .modal-member-details .modal-logo {
    margin-top: var(--spacing-xs);
  }
}
.leadership-modal .modal-member-details .modal-logo img {
  max-width: 75px;
  max-height: 19px;
  width: auto;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}
.leadership-modal .modal-member-details .modal-logo img:hover {
  opacity: 0.8;
}
.leadership-modal .modal-member-bio {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--Paragraph-f-size);
  line-height: var(--Paragraph-line-height);
  color: var(--paragraph-text);
}
.leadership-modal .modal-member-bio p {
  margin-bottom: var(--spacing-sm);
}
.leadership-modal .modal-member-bio p:last-child {
  margin: 0;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
body.modal-open {
  overflow: hidden;
}

.Supreme-header {
  position: relative;
  z-index: 1000;
}
.Supreme-header .header-top-nav {
  background-color: var(--Blue);
  padding: var(--spacing-xs) 0;
}
.Supreme-header .header-top-nav .top-nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Supreme-header .header-top-nav .top-nav-container .top-nav-menu {
  display: flex;
  gap: var(--spacing-sm);
}
.Supreme-header .header-top-nav .top-nav-container .top-nav-menu a {
  padding: 0 var(--spacing-xs);
  color: var(--White);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  font-weight: var(--font-weight-regular);
  transition: color 0.3s ease;
}
.Supreme-header .header-top-nav .top-nav-container .top-nav-menu a:hover {
  color: var(--green);
}
.Supreme-header .header-top-nav .top-nav-container .top-nav-menu a:last-child {
  font-weight: var(--font-weight-semi-bold);
}
.Supreme-header .header-top-nav .top-nav-container .top-nav-menu a.join-team-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Supreme-header .header-main-nav {
  background-color: var(--White);
  padding: var(--spacing-xxs) 0;
  border-bottom: 1px solid #e5e5e5;
}
.Supreme-header .header-main-nav .container {
  max-width: 1620px;
}
.Supreme-header .header-main-nav .container .main-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-sm) 0;
}
.Supreme-header .header-logo {
  flex: 0 0 auto;
  max-width: 329px;
  display: flex;
  align-items: center;
  outline: none;
}
@media (max-width: 1200px) {
  .Supreme-header .header-logo {
    max-width: 220px;
  }
}
@media (max-width: 992px) {
  .Supreme-header .header-logo {
    max-width: 200px;
  }
}
.Supreme-header .header-logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.Supreme-header .header-logo a {
  display: block;
  line-height: 0;
  outline: none;
}
.Supreme-header .header-logo .logo-placeholder {
  background-color: #f0f0f0;
  border: 2px dashed #ccc;
  border-radius: var(--spacing-sm);
  padding: var(--spacing-sm) var(--spacing-md);
  color: #999;
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  text-align: center;
}
.Supreme-header .header-nav-wrapper {
  display: flex;
  gap: var(--spacing-xxl);
  align-items: center;
  position: relative;
}
@media (max-width: 1399px) {
  .Supreme-header .header-nav-wrapper {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 1200px) {
  .Supreme-header .header-nav-wrapper {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 1080px) {
  .Supreme-header .header-nav-wrapper {
    gap: var(--spacing-sm);
  }
}
.Supreme-header .header-cta-button {
  position: relative;
  z-index: 1001;
}
.Supreme-header .header-main-menu {
  display: flex;
  gap: var(--spacing-xxl);
  align-items: center;
}
.Supreme-header .header-main-menu .main-menu-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: var(--spacing-xxl);
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1399px) {
  .Supreme-header .header-main-menu .main-menu-list {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 1200px) {
  .Supreme-header .header-main-menu .main-menu-list {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 1080px) {
  .Supreme-header .header-main-menu .main-menu-list {
    gap: var(--spacing-md);
  }
}
.Supreme-header .header-main-menu .menu-item {
  position: relative;
}
.Supreme-header .header-main-menu .menu-item.active > a {
  color: var(--green);
}
.Supreme-header .header-main-menu .menu-item.has-dropdown {
  position: relative;
}
.Supreme-header .header-main-menu .menu-item.has-dropdown > .menu-link {
  display: flex;
  align-items: center;
  gap: var(--spacing-xxs);
}
.Supreme-header .header-main-menu .menu-item.has-dropdown .dropdown-arrow {
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: var(--spacing-xxs);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5 5L10 0' fill='%23192634'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.Supreme-header .header-main-menu .menu-item.has-dropdown:hover .dropdown-arrow, .Supreme-header .header-main-menu .menu-item.has-dropdown.show-dropdown .dropdown-arrow {
  transform: rotate(180deg);
}
.Supreme-header .header-main-menu .mega-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
  padding-top: 35px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 1200px) {
  .Supreme-header .header-main-menu .mega-menu-dropdown {
    padding-top: 30px;
  }
}
.Supreme-header .header-main-menu .mega-menu-dropdown.show-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-container {
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border-top: 1px solid var(--border, #dadada);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left {
  background: var(--grey, #f0f0f0);
  display: flex;
  flex-direction: column;
  width: 376px;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item {
  padding: var(--spacing-sm, 15px);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--heading-color-2, #192634);
  font-family: var(--Font-Family-Primary, "Poppins");
  font-size: var(--font-size-sm, 18px);
  font-weight: var(--font-weight-semi-bold, 600);
  line-height: var(--line-height-sm, 29px);
  gap: var(--spacing-xs, 10px);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item a span:first-child {
  flex: 1;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item a .menu-item-icon {
  margin-right: var(--spacing-xs, 10px);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item a .mega-menu-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item a .mega-menu-arrow svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item a .mega-menu-description {
  display: block;
  font-size: var(--font-size-xs, 14px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-xs, 21px);
  color: var(--paragraph-text, #666666);
  margin-top: var(--spacing-xxs, 4px);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item:hover, .Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-left .mega-menu-item.active {
  background: var(--yellow);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right {
  background: var(--White);
  border-left: 1px solid var(--yellow);
  padding: 0 var(--spacing-sm);
  min-width: 300px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right.show-right-column {
  display: block;
  opacity: 1;
  visibility: visible;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right .mega-menu-submenu {
  display: none;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right .mega-menu-submenu.active {
  display: block;
  animation: fadeIn 0.2s ease;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right .mega-menu-submenu .mega-menu-submenu-item {
  margin-bottom: var(--spacing-sm);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right .mega-menu-submenu .mega-menu-submenu-item a {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs, 10px);
  padding: var(--spacing-sm) 0 0;
  text-decoration: none;
  color: var(--heading-color-2);
  font-family: var(--Font-Family-Primary, "Poppins");
  font-size: var(--font-size-xs, 16px);
  font-weight: 500;
  line-height: var(--line-height-xs, 24px);
  transition: all 0.2s ease;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right .mega-menu-submenu .mega-menu-submenu-item a .menu-item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right .mega-menu-submenu .mega-menu-submenu-item a:hover {
  color: var(--green, #2aa191);
}
.Supreme-header .header-main-menu .mega-menu-dropdown .mega-menu-right .mega-menu-submenu .mega-menu-submenu-item .submenu-description {
  display: block;
  font-size: var(--font-size-xxs, 12px);
  color: var(--paragraph-text, #666666);
  margin-top: var(--spacing-xxxs, 2px);
}
.Supreme-header .header-main-menu .mega-menu-dropdown.no-third-level .mega-menu-left {
  border-right: none;
  width: -moz-max-content;
  width: max-content;
}
.Supreme-header .header-main-menu .mega-menu-dropdown.no-third-level .mega-menu-left .mega-menu-item:hover, .Supreme-header .header-main-menu .mega-menu-dropdown.no-third-level .mega-menu-left .mega-menu-item.active {
  background: transparent;
}
.Supreme-header .header-main-menu .mega-menu-dropdown.no-third-level .mega-menu-left .mega-menu-item:hover a, .Supreme-header .header-main-menu .mega-menu-dropdown.no-third-level .mega-menu-left .mega-menu-item.active a {
  color: var(--green);
}
.Supreme-header .header-main-menu .mega-menu-dropdown.no-third-level .mega-menu-right {
  display: none !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-5px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.Supreme-header .header-main-menu a {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semi-bold);
  color: var(--Dark-Blue);
  text-decoration: none;
  line-height: var(--line-height-sm);
  transition: color 0.3s ease;
  display: block;
}
.Supreme-header .header-main-menu a:hover {
  color: var(--green);
}
@media (max-width: 1200px) {
  .Supreme-header .header-main-menu {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .Supreme-header .header-main-menu {
    display: none;
  }
}
.Supreme-header .mm__hamburger,
.Supreme-header .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
@media (max-width: 992px) {
  .Supreme-header .mm__hamburger,
  .Supreme-header .mobile-menu-toggle {
    display: flex;
  }
}
.Supreme-header .mm__hamburger span,
.Supreme-header .mobile-menu-toggle span {
  display: block;
  inline-size: var(--spacing-md);
  block-size: 2px;
  background: var(--green);
  transition: 0.3s;
}
.Supreme-header .mm__hamburger.is-active span,
.Supreme-header .mobile-menu-toggle.is-active span {
  display: none;
}
.Supreme-header .mm,
.Supreme-header .mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--White);
  color: var(--White);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 993px) {
  .Supreme-header .mm,
  .Supreme-header .mobile-menu-overlay {
    display: none !important;
  }
}
.Supreme-header .mm.is-open,
.Supreme-header .mobile-menu-overlay.is-open {
  transform: translateX(0);
}
.Supreme-header .mm[aria-hidden=true],
.Supreme-header .mobile-menu-overlay[aria-hidden=true] {
  pointer-events: none;
}
.Supreme-header .mm__mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-md) var(--spacing-lg);
  background: var(--White);
  flex-shrink: 0;
}
.Supreme-header .mm__mobile-logo {
  max-width: 200px;
}
@media (max-width: 767px) {
  .Supreme-header .mm__mobile-logo {
    max-width: 142px;
  }
}
.Supreme-header .mm__mobile-logo a {
  display: inline-block;
  text-decoration: none;
}
.Supreme-header .mm__mobile-logo a img {
  max-height: 100%;
  width: 100%;
}
.Supreme-header .mm__mobile-logo a.text-logo {
  color: var(--White);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  font-family: var(--Font-Family-Primary);
}
.Supreme-header .mm__close-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxxs);
}
.Supreme-header .mm__close-button span {
  display: block;
  width: var(--spacing-md);
  height: 2px;
  background: var(--White);
  transition: all 0.3s ease;
}
.Supreme-header .mm__close-button span:nth-child(1) {
  transform: rotate(45deg) translate(var(--spacing-xxxs), var(--spacing-xxxs));
}
.Supreme-header .mm__close-button span:nth-child(2) {
  opacity: 0;
}
.Supreme-header .mm__close-button span:nth-child(3) {
  transform: rotate(-45deg) translate(var(--spacing-xxxs), calc(-1 * var(--spacing-xxxs)));
}
.Supreme-header .mm__close-button:hover span {
  background: var(--green);
}
.Supreme-header .mm__content {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.Supreme-header .mm__content #mm-panel-root .menu-item:nth-last-child(2) {
  border-bottom: none;
}
.Supreme-header .mm__panel {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0 0 0 0;
  background: var(--White);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.Supreme-header .mm__panel:first-child {
  border-top: 1px solid var(--Grey);
}
.Supreme-header .mm__panel.is-active {
  transform: translateX(0);
  z-index: 2;
}
.Supreme-header .mm__panel.is-active:nth-last-child(2) {
  border-bottom: 1px solid #d1d1d1;
}
.Supreme-header .mm__panel.is-left {
  transform: translateX(-100%);
  z-index: 1;
}
.Supreme-header .mm__header {
  padding: var(--spacing-sm) var(--spacing-lg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Grey);
  font-weight: var(--font-weight-semi-bold);
}
.Supreme-header .mm__back {
  color: var(--green);
  text-decoration: none;
  font-size: var(--font-size-xxs);
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--Font-Family-Primary);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-weight: var(--font-weight-regular);
}
.Supreme-header .mm__back:hover {
  color: var(--green);
}
.Supreme-header .mm__item {
  border-bottom: 1px solid var(--Grey);
  position: relative;
}
.Supreme-header .mm__item.primary-btn {
  margin: 17px var(--spacing-md);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-xs) var(--spacing-lg);
}
.Supreme-header .mm__item.primary-btn > .mm__link {
  padding: 0;
  font-weight: var(--font-weight-semi-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  color: var(--White);
}
.Supreme-header .mm__item.primary-btn:hover > .mm__link {
  color: var(--White);
}
.Supreme-header .mm__link {
  display: block;
  padding: var(--spacing-sm) var(--spacing-md);
  text-decoration: none;
  color: var(--paragraph-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);
  transition: all 0.3s ease;
}
.Supreme-header .mm__expander {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--White);
  font-size: var(--font-size-sm);
  cursor: pointer;
  width: var(--spacing-xl);
  height: var(--spacing-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .Supreme-header .mm__expander {
    right: 2px;
  }
}
.Supreme-header .mm__expander img {
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .Supreme-header .header-top-nav {
    display: none;
  }
  .Supreme-header .header-main-menu {
    display: none;
  }
  .Supreme-header .header-cta-button {
    display: none;
  }
  .Supreme-header .header-nav-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .Supreme-header .main-nav-container {
    padding: var(--spacing-xs) var(--spacing-sm);
  }
}
.Supreme-header .header-nav-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .Supreme-header .header-nav-wrapper {
    position: initial;
  }
}
.Supreme-header .mobile-search-expandable {
  display: flex;
  align-items: center;
}
.Supreme-header .mobile-search-expandable .mobile-search-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Supreme-header .mobile-search-expandable .mobile-search-toggle .search-icon-desktop {
  display: inline-block;
}
.Supreme-header .mobile-search-expandable .mobile-search-toggle .search-icon-mobile {
  display: none;
}
@media (max-width: 992px) {
  .Supreme-header .mobile-search-expandable .mobile-search-toggle .search-icon-desktop {
    display: none;
  }
  .Supreme-header .mobile-search-expandable .mobile-search-toggle .search-icon-mobile {
    display: inline-block;
  }
}
.Supreme-header .mobile-search-expandable .mobile-search-form {
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--White);
  border-radius: var(--border-radius-border-radius-mid);
  z-index: 1000;
  width: 77%;
  display: none;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .Supreme-header .mobile-search-expandable .mobile-search-form {
    width: 100%;
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 767px) {
  .Supreme-header .mobile-search-expandable .mobile-search-form {
    width: 100%;
    padding: 0 var(--spacing-lg);
  }
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-input {
  flex: 1;
  width: 100%;
  padding: var(--spacing-xs) var(--spacing-md);
  padding-right: 50px;
  border: 1px solid var(--border, #dadada);
  border-radius: var(--border-radius-border-radius-mid, 15px);
  font-family: var(--Font-Family-Primary, "Poppins");
  font-size: var(--font-size-sm, 18px);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-input {
    padding: var(--spacing-sm) var(--spacing-md);
  }
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-input:focus {
  outline: none;
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-input::-moz-placeholder {
  color: var(--paragraph-text);
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-input::placeholder {
  color: var(--paragraph-text);
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-close {
  position: absolute;
  right: var(--spacing-xs);
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
}
@media (max-width: 992px) {
  .Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-close {
    right: var(--spacing-xl);
  }
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-close .close-icon-desktop {
  display: inline-block;
}
.Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-close .close-icon-mobile {
  display: none;
}
@media (max-width: 992px) {
  .Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-close .close-icon-desktop {
    display: none;
  }
  .Supreme-header .mobile-search-expandable .mobile-search-form .mobile-search-close .close-icon-mobile {
    display: inline-block;
  }
}
.Supreme-header .mm__close-button .mm-close-icon-desktop {
  display: inline-block;
}
.Supreme-header .mm__close-button .mm-close-icon-mobile {
  display: none;
}
@media (max-width: 992px) {
  .Supreme-header .mm__close-button .mm-close-icon-desktop {
    display: none;
  }
  .Supreme-header .mm__close-button .mm-close-icon-mobile {
    display: inline-block;
  }
}
.Supreme-header .cta-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-lg);
}
.Supreme-header .cta-popup-overlay .cta-popup-container {
  position: relative;
  background-color: var(--White);
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: var(--spacing-xxl) var(--spacing-xl);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.Supreme-header .cta-popup-overlay .cta-popup-container .cta-popup-close {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  background: transparent;
  border: none;
  padding: var(--spacing-xs);
  cursor: pointer;
  color: var(--Gray-600);
  transition: color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.Supreme-header .cta-popup-overlay .cta-popup-container .cta-popup-content {
  margin-top: var(--spacing-md);
}

body.mobile-menu-open {
  overflow: hidden;
}

body.popup-open {
  overflow: hidden;
}

.supreme-footer {
  background: var(--dark-blue);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.supreme-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: var(--green);
  z-index: 1;
}
.supreme-footer .container {
  padding-top: var(--spacing-4xl);
  padding-bottom: var(--spacing-4xl);
  position: relative;
  z-index: 2;
}
.supreme-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing-xxl);
  gap: var(--spacing-3xl);
}
.supreme-footer .footer-top .footer-description {
  flex: 1;
  max-width: 1000px;
}
.supreme-footer .footer-top .footer-description p {
  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);
  margin: 0;
}
.supreme-footer .footer-top .footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  width: 225px;
  flex-shrink: 0;
}
.supreme-footer .footer-top .footer-cta .secondary-link {
  color: var(--white);
  text-decoration: none;
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xs);
  text-align: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: color 0.3s ease;
}
.supreme-footer .footer-top .footer-cta .secondary-link:hover {
  color: var(--green);
}
@media (max-width: 992px) {
  .supreme-footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl);
  }
  .supreme-footer .footer-top .footer-description {
    max-width: 100%;
  }
  .supreme-footer .footer-top .footer-cta {
    align-items: flex-start;
    width: 100%;
  }
}
.supreme-footer .footer-divider-line {
  height: 1px;
  opacity: 0.2;
  background: var(--border);
  margin: 0 0 var(--spacing-xl) 0;
}
@media (max-width: 767px) {
  .supreme-footer .footer-divider-line {
    display: none;
  }
}
.supreme-footer .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 65px;
}
@media (max-width: 992px) {
  .supreme-footer .footer-main {
    flex-direction: column;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
  }
}
.supreme-footer .footer-main .footer-brand {
  flex: 0 0 413px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .supreme-footer .footer-main .footer-brand {
    flex: none;
    width: 100%;
  }
}
.supreme-footer .footer-main .footer-brand .footer-logo {
  margin-bottom: var(--spacing-xl);
}
.supreme-footer .footer-main .footer-brand .footer-logo a {
  display: inline-block;
}
.supreme-footer .footer-main .footer-brand .footer-logo a img {
  height: 76px;
  width: auto;
  max-width: 413px;
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-brand .footer-logo a img {
    max-width: 250px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .supreme-footer .footer-main .footer-brand .footer-logo img {
    height: 50px;
  }
}
.supreme-footer .footer-main .footer-brand .company-tagline {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-md);
  color: var(--white);
  margin: 0 0 var(--spacing-xs) 0;
}
.supreme-footer .footer-main .footer-brand .company-address {
  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);
  margin: 0;
}
.supreme-footer .footer-main .footer-menus {
  flex: 1;
  display: flex;
  gap: var(--spacing-xxl);
  justify-content: flex-start;
}
.supreme-footer .footer-main .footer-menus[data-columns="2"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.supreme-footer .footer-main .footer-menus[data-columns="3"] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-xxl);
}
.supreme-footer .footer-main .footer-menus[data-columns="3"] > .footer-menu-column:first-child {
  flex: 0 0 330px;
}
.supreme-footer .footer-main .footer-menus[data-columns="3"] > .footer-menu-column-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}
.supreme-footer .footer-main .footer-menus[data-columns="3"] > .footer-menu-column-group:first-of-type {
  flex: 0 0 171px;
}
.supreme-footer .footer-main .footer-menus[data-columns="3"] > .footer-menu-column-group:last-of-type {
  flex: 1 1 auto;
}
.supreme-footer .footer-main .footer-menus[data-columns="4"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.supreme-footer .footer-main .footer-menus[data-columns="6"] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-xxl);
}
@media (max-width: 1280px) {
  .supreme-footer .footer-main .footer-menus[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .supreme-footer .footer-main .footer-menus[data-columns="6"] {
    gap: var(--spacing-lg);
  }
}
@media (max-width: 992px) {
  .supreme-footer .footer-main .footer-menus {
    gap: var(--spacing-lg);
  }
  .supreme-footer .footer-main .footer-menus[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .supreme-footer .footer-main .footer-menus[data-columns="3"] {
    flex-direction: column;
    width: 100%;
  }
  .supreme-footer .footer-main .footer-menus[data-columns="3"] > .footer-menu-column:first-child,
  .supreme-footer .footer-main .footer-menus[data-columns="3"] > .footer-menu-column-group {
    flex: none;
    width: 100%;
  }
  .supreme-footer .footer-main .footer-menus[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-menus {
    gap: 0;
  }
  .supreme-footer .footer-main .footer-menus[data-columns="2"], .supreme-footer .footer-main .footer-menus[data-columns="3"], .supreme-footer .footer-main .footer-menus[data-columns="4"], .supreme-footer .footer-main .footer-menus[data-columns="6"] {
    grid-template-columns: 1fr;
    width: 100%;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--dark);
  }
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-menus > .footer-menu-column:first-child h4 {
    border-top: none;
  }
}
.supreme-footer .footer-main .footer-menus .footer-menu-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 992px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column.no-child-menu-selected {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column {
    padding: 0;
  }
}
.supreme-footer .footer-main .footer-menus .footer-menu-column:first-child {
  flex: 0 0 330px;
  max-width: 330px;
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column:first-child {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 0;
    gap: 0;
  }
}
.supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(2), .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(3) {
  flex: 0 0 171px;
  max-width: 171px;
}
@media (max-width: 992px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(2), .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(3) {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 0;
    gap: 0;
  }
}
.supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(4), .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(5), .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(6) {
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(4), .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(5), .supreme-footer .footer-main .footer-menus .footer-menu-column:nth-child(6) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column.no-child-menu-selected h4 {
    cursor: pointer;
  }
  .supreme-footer .footer-main .footer-menus .footer-menu-column.no-child-menu-selected h4::after {
    display: none !important;
  }
  .supreme-footer .footer-main .footer-menus .footer-menu-column.no-child-menu-selected h4 a {
    width: 100%;
  }
}
.supreme-footer .footer-main .footer-menus .footer-menu-column h4 {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-lg);
  color: var(--white);
  padding: var(--spacing-xs);
  margin: 0;
}
.supreme-footer .footer-main .footer-menus .footer-menu-column h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: var(--font-weight-bold);
}
.supreme-footer .footer-main .footer-menus .footer-menu-column h4 a:hover {
  color: var(--green);
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column h4 {
    cursor: pointer !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    position: relative;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 8px !important;
    margin-bottom: 0 !important;
    border-top: 1px solid var(--dark);
    transition: all 0.3s ease;
  }
  .supreme-footer .footer-main .footer-menus .footer-menu-column h4.active {
    border-bottom: none;
  }
  .supreme-footer .footer-main .footer-menus .footer-menu-column h4 a {
    flex: 1;
    z-index: 2;
    position: relative;
    pointer-events: auto;
    padding-right: 40px;
    cursor: pointer;
  }
  .supreme-footer .footer-main .footer-menus .footer-menu-column h4::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(/wp-content/plugins/supreme-general-plugin/images/icons/footer-dropdown-white-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    z-index: 3;
    padding: 8px;
  }
}
.supreme-footer .footer-main .footer-menus .footer-menu-column h4.active::after {
  transform: translateY(-50%) rotate(180deg) !important;
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links {
  list-style: none;
  padding: 0 0 0 var(--spacing-xs);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 767px) {
  .supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links {
    display: none;
    opacity: 0;
    overflow: hidden;
    padding: 0px 8px 0px 8px;
    margin: 0;
    border-bottom: none;
  }
  .supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links.active {
    display: flex;
    flex-direction: column;
    opacity: 1;
    padding: 0px 8px 20px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li {
  margin-bottom: 0;
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li:last-child {
  margin-bottom: 0;
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li.has-children {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li.has-children a.menu-subheading {
  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);
  text-decoration: none;
  transition: color 0.3s ease;
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li.has-children a.menu-subheading:hover {
  color: var(--green);
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li.has-children .submenu {
  list-style: none;
  padding: 0 0 0 var(--spacing-xs);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li.has-children .submenu li a {
  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);
  text-decoration: none;
  transition: color 0.3s ease;
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li.has-children .submenu li a:hover {
  color: var(--green);
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li:not(.has-children) a {
  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);
  text-decoration: none;
  transition: color 0.3s ease;
}
.supreme-footer .footer-main .footer-menus .footer-menu-column .footer-menu-links > li:not(.has-children) a:hover {
  color: var(--green);
}
.supreme-footer .footer-main .footer-menus .footer-menu-column-group .footer-menu-links {
  gap: var(--spacing-xs);
}
.supreme-footer .footer-bottom {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
  padding: var(--spacing-xs) 0 var(--spacing-xs);
}
@media (max-width: 767px) {
  .supreme-footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--spacing-sm) 0 var(--spacing-sm);
  }
}
.supreme-footer .footer-bottom .footer-bottom-left .social-link {
  display: inline-block;
}
.supreme-footer .footer-bottom .footer-bottom-left .social-link img {
  height: auto;
  width: 101px;
}
.supreme-footer .footer-bottom .footer-bottom-center {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 767px) {
  .supreme-footer .footer-bottom .footer-bottom-center {
    text-align: center;
    gap: var(--spacing-sm);
    flex-direction: column;
    align-items: center;
  }
}
.supreme-footer .footer-bottom .footer-bottom-center .footer-page-menu {
  display: flex;
  gap: var(--spacing-xl);
}
@media (max-width: 767px) {
  .supreme-footer .footer-bottom .footer-bottom-center .footer-page-menu {
    gap: var(--spacing-sm);
  }
}
.supreme-footer .footer-bottom .footer-bottom-center .copyright,
.supreme-footer .footer-bottom .footer-bottom-center .legal-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: none;
  transition: color 0.3s ease;
}
.supreme-footer .footer-bottom .footer-bottom-center .legal-link:hover {
  color: var(--green);
  text-decoration: underline;
}

.supreme-contact-hero {
  background: var(--grey);
  padding: var(--spacing-4xl) 0;
  position: relative;
  overflow: hidden;
}
.supreme-contact-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: -733px;
  width: 1284px;
  height: 1284px;
  background-image: url(/wp-content/uploads/2025/10/contact-top-corner-bg.png);
  background-repeat: no-repeat;
  z-index: 0;
}
.supreme-contact-hero.has-background-color {
  background-color: var(--contact-hero-bg-color, var(--grey));
}
.supreme-contact-hero.has-background-image {
  background-image: var(--contact-hero-bg-image);
  background-size: 53%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.supreme-contact-hero.has-background-image.has-background-color {
  background-color: var(--contact-hero-bg-color, var(--grey));
}
.supreme-contact-hero .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}
@media (max-width: 1399px) {
  .supreme-contact-hero .container {
    padding: 0 var(--spacing-lg);
  }
}
@media (max-width: 767px) {
  .supreme-contact-hero .container {
    padding: 0 var(--spacing-md);
  }
}
.supreme-contact-hero .contact-hero-wrapper {
  display: flex;
  gap: var(--spacing-xxl);
  align-items: start;
}
@media (max-width: 1280px) {
  .supreme-contact-hero .contact-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.supreme-contact-hero .hero-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  flex: 0 0 39%;
}
.supreme-contact-hero .hero-text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.supreme-contact-hero .hero-text .hero-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-5xl);
  color: var(--green);
  margin: 0;
}
.supreme-contact-hero .hero-text .hero-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
}
.supreme-contact-hero .hero-text .hero-description p {
  margin: 0;
}
.supreme-contact-hero .office-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.supreme-contact-hero .office-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}
.supreme-contact-hero .office-header .office-logo {
  display: flex;
  align-items: center;
}
.supreme-contact-hero .office-header .office-logo .logo-text {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--font-weight-bold);
  color: var(--green);
  font-size: var(--font-size-md);
}
.supreme-contact-hero .office-header .office-label {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-lg);
  color: var(--heading-color-1);
  margin: 0;
}
.supreme-contact-hero .office-details {
  display: flex;
  gap: var(--spacing-xl);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .supreme-contact-hero .office-details {
    flex-direction: column;
    gap: var(--spacing-md);
  }
}
.supreme-contact-hero .office-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.supreme-contact-hero .office-section .section-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-md);
  color: var(--dark-blue);
  margin: 0;
}
.supreme-contact-hero .address-info {
  display: flex;
  gap: var(--spacing-xs);
  align-items: flex-start;
  max-width: 262px;
}
.supreme-contact-hero .address-info .location-icon {
  color: var(--heading-color-1);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.supreme-contact-hero .address-info .address-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
}
.supreme-contact-hero .address-info .address-text p {
  margin: 0;
}
.supreme-contact-hero .contact-details {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
}
.supreme-contact-hero .contact-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}
.supreme-contact-hero .contact-item .contact-icon {
  color: var(--heading-color-1);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.supreme-contact-hero .contact-item .contact-link {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: var(--paragraph-link);
  text-decoration: none;
}
.supreme-contact-hero .contact-item .contact-link:hover {
  color: var(--green);
  text-decoration: underline;
}
.supreme-contact-hero .divider-vertical {
  width: 2px;
  height: 127px;
  background: var(--yellow);
  align-self: center;
}
@media (max-width: 767px) {
  .supreme-contact-hero .divider-vertical {
    width: 100%;
    height: 2px;
  }
}
.supreme-contact-hero .form-container {
  background: var(--white);
  border-radius: var(--border-radius-border-radius-mid);
  padding: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  flex: 0 0 56.5%;
}
.supreme-contact-hero .form-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-1);
  text-align: center;
  margin: 0;
}
.supreme-contact-hero .form-tabs {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(0px, auto));
}
@media (max-width: 767px) {
  .supreme-contact-hero .form-tabs {
    grid-template-columns: 1fr;
    gap: var(--spacing-xxs);
  }
}
.supreme-contact-hero .tab-item {
  flex: 1;
  padding: var(--spacing-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 1px solid #d6d6d6;
  position: relative;
  background: var(--grey);
}
@media (max-width: 767px) {
  .supreme-contact-hero .tab-item {
    flex: auto;
    min-width: calc(50% - var(--spacing-xxs));
    border: 1px solid #d6d6d6;
    border-radius: var(--border-radius-border-radius-0);
  }
}
@media (max-width: 767px) {
  .supreme-contact-hero .tab-item:first-child {
    border-left: 1px solid var(--dark-grey);
  }
}
.supreme-contact-hero .tab-item.active {
  background: var(--white);
  border-top: 4px solid var(--heading-color-1);
}
.supreme-contact-hero .tab-item.active span {
  color: var(--dark-blue);
}
@media (max-width: 767px) {
  .supreme-contact-hero .tab-item.active {
    border: 2px solid var(--heading-color-1);
  }
}
.supreme-contact-hero .tab-item .tab-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Paragraph-f-size);
  font-weight: var(--font-weight-bold);
  line-height: var(--Paragraph-line-height);
  color: var(--heading-color-1);
  text-align: center;
}
.supreme-contact-hero .tab-item:hover:not(.active) {
  background: rgba(255, 255, 255, 0.5);
}
.supreme-contact-hero .form-content .tab-content-wrapper {
  position: relative;
}
.supreme-contact-hero .form-content .tab-content {
  display: none;
}
.supreme-contact-hero .form-content .tab-content.active {
  display: block;
}
.supreme-contact-hero .form-content .default-form-message {
  background: var(--grey);
  border: 1px dashed var(--dark-grey);
  border-radius: var(--border-radius-border-radius-mid);
  padding: var(--spacing-xl);
  text-align: center;
}
.supreme-contact-hero .form-content .default-form-message p {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  color: var(--paragraph-text-secondary);
  margin: 0;
  font-style: italic;
}
.supreme-contact-hero .form-content .dummy-contact-form {
  position: relative;
}
.supreme-contact-hero .form-content .dummy-contact-form .contact-form {
  opacity: 0.7;
  pointer-events: none;
}
.supreme-contact-hero .form-content .dummy-contact-form .form-input:disabled,
.supreme-contact-hero .form-content .dummy-contact-form .form-select:disabled {
  background: var(--grey);
  cursor: not-allowed;
  color: var(--paragraph-text-secondary);
}
.supreme-contact-hero .form-content .dummy-contact-form .primary-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: var(--dark-grey);
  color: var(--paragraph-text-secondary);
}
.supreme-contact-hero .form-content .dummy-contact-form .primary-btn:disabled:hover {
  background: var(--dark-grey);
  color: var(--paragraph-text-secondary);
}
.supreme-contact-hero .form-content .dummy-contact-form input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.supreme-contact-hero .form-content .dummy-contact-form .form-checkbox label {
  color: var(--paragraph-text-secondary);
  cursor: not-allowed;
}
.supreme-contact-hero .form-content .contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.supreme-contact-hero .form-content .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-sm);
}
@media (max-width: 767px) {
  .supreme-contact-hero .form-content .form-row {
    grid-template-columns: 1fr;
  }
}
.supreme-contact-hero .form-content .form-field {
  position: relative;
}
.supreme-contact-hero .form-content .form-input,
.supreme-contact-hero .form-content .form-select {
  width: 100%;
  height: 50px;
  padding: var(--spacing-xs) var(--spacing-md);
  border: 1px solid #acacac;
  border-radius: 15px;
  font-family: var(--Font-Family-Primary);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
  line-height: 29px;
  background: var(--white);
  transition: border-color 0.3s ease;
}
.supreme-contact-hero .form-content .form-input::-moz-placeholder, .supreme-contact-hero .form-content .form-select::-moz-placeholder {
  color: #b4b4b4;
  font-family: var(--Font-Family-Primary);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
  line-height: 29px;
}
.supreme-contact-hero .form-content .form-input::placeholder,
.supreme-contact-hero .form-content .form-select::placeholder {
  color: #b4b4b4;
  font-family: var(--Font-Family-Primary);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
  line-height: 29px;
}
.supreme-contact-hero .form-content .form-input:focus,
.supreme-contact-hero .form-content .form-select:focus {
  outline: none;
  border-color: var(--green);
}
.supreme-contact-hero .form-content .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b4b4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  color: #b4b4b4;
  padding-right: 50px;
}
.supreme-contact-hero .form-content .form-select option {
  color: var(--paragraph-text);
  font-family: var(--Font-Family-Primary);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
}
.supreme-contact-hero .form-content .form-select:not(:-moz-placeholder-shown) {
  color: var(--paragraph-text);
}
.supreme-contact-hero .form-content .form-select:not(:placeholder-shown) {
  color: var(--paragraph-text);
}
.supreme-contact-hero .form-content .form-checkbox {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}
.supreme-contact-hero .form-content .form-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
  border: 1px solid var(--dark-grey);
  border-radius: 2px;
}
.supreme-contact-hero .form-content .form-checkbox label {
  font-family: var(--Font-Family-Primary);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
  line-height: 29px;
  color: #152735;
  cursor: pointer;
}
.supreme-contact-hero .form-content .recaptcha-placeholder {
  background: transparent;
  border-radius: var(--border-radius-border-radius-0);
  padding: 0;
  text-align: left;
  border: none;
  margin: 0;
}
.supreme-contact-hero .form-content .recaptcha-placeholder .recaptcha-box {
  background: #f9f9f9;
  border: 1px solid var(--dark-grey);
  border-radius: var(--border-radius-border-radius-0);
  padding: var(--spacing-md);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  width: 279px;
  height: 70px;
  position: relative;
}
.supreme-contact-hero .form-content .recaptcha-placeholder .recaptcha-box .recaptcha-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-grey);
  border-radius: 2px;
  background: var(--white);
  position: relative;
}
.supreme-contact-hero .form-content .recaptcha-placeholder .recaptcha-box .recaptcha-checkbox::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--green);
  font-size: 12px;
  font-weight: bold;
}
.supreme-contact-hero .form-content .recaptcha-placeholder .recaptcha-box .recaptcha-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  color: var(--paragraph-text);
  font-weight: var(--font-weight-regular);
}
.supreme-contact-hero .form-content .recaptcha-placeholder .recaptcha-box .recaptcha-logo {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-family: var(--Font-Family-Primary);
  font-size: 10px;
  color: var(--paragraph-text-secondary);
  font-weight: var(--font-weight-regular);
}
.supreme-contact-hero .form-content .recaptcha-placeholder p {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-sm);
  color: var(--paragraph-text-secondary);
  margin: 0;
}
.supreme-contact-hero .contact-hero-wrapper {
  position: relative;
  z-index: 1;
}

.hbspt-form {
  /* hide hubspot blurb */
  /* ============================
    FIELD VALIDATION & COLORS
    ============================ */
  /* Remove focus outline/glow globally */
  /* 🔴 Error state (required but empty) */
  /* 🟢 Valid state (filled correctly) */
  /* 🟢 File input – after a file is selected */
  /* Smooth color transitions for nicer UX */
  /* ---------- Inputs / Textareas / Select ---------- */
  /* Select with custom arrow */
  /* ---------- File input (attachment) matches other inputs ---------- */
  /* ---------- Checkboxes ---------- */
  /* ---------- Errors & misc ---------- */
}
.hbspt-form .hs-richtext.hs-main-font-element {
  display: none;
}
.hbspt-form .hs-input:focus,
.hbspt-form textarea.hs-input:focus,
.hbspt-form select.hs-input:focus,
.hbspt-form .hs-fieldtype-file .input:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--Dark-Grey) !important; /* default neutral border */
}
.hbspt-form .hs-form-field.error .hs-input,
.hbspt-form .hs-form-field.error select.hs-input,
.hbspt-form .hs-form-field.error textarea.hs-input,
.hbspt-form .hs-form-field.hs-error .hs-input,
.hbspt-form .hs-form-field.hs-error select.hs-input,
.hbspt-form .hs-form-field.hs-error textarea.hs-input,
.hbspt-form .hs-form-field:has(.hs-error-msg) .hs-input,
.hbspt-form .hs-form-field:has(.hs-error-msg) select.hs-input,
.hbspt-form .hs-form-field:has(.hs-error-msg) textarea.hs-input {
  border-color: var(--red) !important;
  color: var(--red);
}
.hbspt-form .hs-form-field.error .hs-fieldtype-file .input,
.hbspt-form .hs-form-field.hs-error .hs-fieldtype-file .input,
.hbspt-form .hs-form-field:has(.hs-error-msg) .hs-fieldtype-file .input {
  border-color: var(--red) !important;
}
.hbspt-form .hs-input:valid,
.hbspt-form textarea.hs-input:valid,
.hbspt-form select.hs-input:not(.is-placeholder) {
  border-color: var(--dark-green) !important;
  color: var(--paragraph-text) !important;
}
.hbspt-form .hs-fieldtype-file .input.has-file {
  border-color: var(--dark-green) !important;
}
.hbspt-form .hs-fieldtype-file .input.has-file .file-name-display {
  color: var(--paragraph-text);
}
.hbspt-form .hs-input,
.hbspt-form .hs-fieldtype-file .input {
  transition: border-color 0.25s ease, color 0.25s ease;
}
.hbspt-form .hs-input {
  border-radius: 15px;
  border: 1px solid var(--Dark-Grey);
  background: var(--white);
  font-family: var(--Font-Family-Primary);
  color: var(--paragraph-Field-Placeholder);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  font-weight: var(--font-weight-regular);
  padding: var(--spacing-xs) var(--spacing-md) !important;
  min-height: 40px;
  width: 100%;
  margin-bottom: var(--spacing-md) !important;
  /* placeholder color */
  /* focus */
}
.hbspt-form .hs-input::-moz-placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1;
}
.hbspt-form .hs-input::placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1;
}
.hbspt-form .hs-input::-webkit-input-placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1;
}
.hbspt-form .hs-input::-moz-placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1;
}
.hbspt-form .hs-input:-ms-input-placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1;
}
.hbspt-form .hs-input::-ms-input-placeholder {
  color: var(--paragraph-Field-Placeholder);
  opacity: 1;
}
.hbspt-form .hs-input:focus {
  outline: 2px solid var(--Light-Blue);
  outline-offset: 2px;
  border-color: var(--Light-Blue);
}
.hbspt-form textarea.hs-input {
  resize: vertical;
}
.hbspt-form select.hs-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("/wp-content/uploads/2025/10/downarrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 12px !important;
  /* HubSpot marks unselected state */
}
.hbspt-form select.hs-input.is-placeholder {
  color: var(--paragraph-Field-Placeholder) !important;
}
.hbspt-form select.hs-input option[disabled] {
  color: var(--paragraph-Field-Placeholder);
}
.hbspt-form .hs-fieldtype-file {
  position: relative;
  /* the real <input type="file"> – keep functional, hide visually */
  /* visible control styled like other inputs */
  /* file name looks like text inside the input */
}
.hbspt-form .hs-fieldtype-file .hs-input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.hbspt-form .hs-fieldtype-file .input {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid var(--Dark-Grey);
  background: var(--white);
  min-height: 40px;
  padding: var(--spacing-xs) calc(var(--spacing-md) + 34px) var(--spacing-xs) var(--spacing-md);
  margin-bottom: var(--spacing-md);
  cursor: pointer;
  transition: border-color 0.2s ease;
  width: 50%;
  /* placeholder text (same color as inputs) */
  /* paperclip icon */
  /* when file selected (class can be added by HubSpot or tiny JS), hide placeholder */
}
@media (max-width: 767px) {
  .hbspt-form .hs-fieldtype-file .input {
    width: 100%;
  }
}
.hbspt-form .hs-fieldtype-file .input:hover {
  border-color: var(--Light-Blue);
}
.hbspt-form .hs-fieldtype-file .input::before {
  content: "Add attachment";
  color: var(--paragraph-Field-Placeholder);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
.hbspt-form .hs-fieldtype-file .input::after {
  content: "";
  position: absolute;
  right: var(--spacing-md);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 01-8.49-8.49l9.19-9.19a4 4 0 015.66 5.66l-9.2 9.19a2 2 0 01-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.hbspt-form .hs-fieldtype-file .input.has-file::before {
  display: none;
}
.hbspt-form .hs-fieldtype-file .file-name-display {
  position: relative;
  z-index: 0;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  color: var(--Dark-Blue); /* readable selected state */
}
.hbspt-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hbspt-form .hs-form-booleancheckbox-display span {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  color: var(--Dark-Blue);
  line-height: var(--line-height-md);
}
.hbspt-form .inputs-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.hbspt-form .hs-input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--Light-Blue);
  background: var(--white);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  padding: 10px !important;
  margin: 0 !important;
  min-height: unset;
}
.hbspt-form .hs-input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid var(--dark-green);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 0 !important;
}
.hbspt-form .hs_error_rollup {
  display: none;
}
.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 var(--spacing-md);
}
.hbspt-form label.hs-error-msg.hs-main-font-element {
  color: var(--red);
}
.hbspt-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0;
}

/* Submitted message */
.submitted-message.hs-main-font-element {
  color: var(--heading-color-1);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-xxl);
  text-align: center;
  margin: 0;
  width: 100%;
}

.supreme-tech-hero-section {
  position: relative;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: var(--spacing-5xl) 0 var(--spacing-4xl);
  background-color: var(--Blue);
}
.supreme-tech-hero-section .hero-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.supreme-tech-hero-section .tech-hero-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 1190px;
  width: 100%;
}
.supreme-tech-hero-section .tech-hero-content[data-align=left] {
  align-items: flex-start;
  text-align: left;
}
.supreme-tech-hero-section .tech-hero-content[data-align=right] {
  align-items: flex-end;
  text-align: right;
}
.supreme-tech-hero-section .tech-hero-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-5xl);
  color: var(--white);
  margin: 0;
}
@media (max-width: 992px) {
  .supreme-tech-hero-section .tech-hero-title {
    font-size: var(--font-size-4xl);
    line-height: var(--line-height-4xl);
  }
}
@media (max-width: 767px) {
  .supreme-tech-hero-section .tech-hero-title {
    font-size: var(--font-size-xxxl);
    line-height: var(--line-height-xxxl);
  }
}
.supreme-tech-hero-section .tech-hero-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-lg);
  color: var(--white);
}
@media (max-width: 992px) {
  .supreme-tech-hero-section .tech-hero-description {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
  }
}
@media (max-width: 767px) {
  .supreme-tech-hero-section .tech-hero-description {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
}
.supreme-tech-hero-section .tech-hero-description p {
  margin: 0 0 var(--spacing-md) 0;
}
.supreme-tech-hero-section .tech-hero-description p:last-child {
  margin-bottom: 0;
}
.supreme-tech-hero-section .tech-hero-description .description-part-1 {
  margin-bottom: var(--spacing-md);
}
.supreme-tech-hero-section .tech-hero-description .description-part-2 {
  margin-bottom: 0;
}
.supreme-tech-hero-section .tech-hero-content * {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (prefers-contrast: high) {
  .supreme-tech-hero-section::before {
    opacity: 0.9;
  }
}
@media (prefers-reduced-motion: reduce) {
  .supreme-tech-hero-section .tech-hero-content {
    transition: none;
  }
}

.oxy-supreme-tech-hero-section {
  width: 100%;
}

.intelligence-numbers-section {
  background: linear-gradient(180deg, var(--white) 40%, var(--grey) 20%);
  padding-bottom: var(--spacing-md);
}

.intelligence-numbers-container {
  max-width: 100%;
  margin: 0 auto;
}

.numbers-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xxl, 60px);
  position: relative;
  z-index: 0;
}
@media (max-width: 1080px) {
  .numbers-wrapper {
    gap: var(--spacing-xl);
  }
}
@media (max-width: 767px) {
  .numbers-wrapper {
    gap: var(--spacing-lg);
    flex-direction: column;
  }
}

.number-circle {
  width: 300px;
  height: 300px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 30px 15px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .number-circle {
    width: 220px;
    height: 220px;
    padding: 24px 8px 24px 12px;
  }
}
@media (max-width: 767px) {
  .number-circle {
    width: 200px;
    height: 200px;
    padding: 20px 8px 20px 10px;
  }
}

.number-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--spacing-xxxs, 3px);
  width: 100%;
  color: var(--white, #ffffff);
}

.number-value {
  font-family: var(--Font-Family-Primary), "Poppins", sans-serif;
  font-size: var(--font-size-4xl, 40px);
  font-weight: var(--Font-Weight-Bold, 700);
  line-height: var(--line-height-4xl, 54px);
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
@media (max-width: 992px) {
  .number-value {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .number-value {
    font-size: 28px;
    line-height: 36px;
  }
}

.number-label {
  font-family: var(--Font-Family-Primary), "Poppins", sans-serif;
  font-size: var(--font-size-md, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-xs, 26px);
  margin: 0;
  width: 100%;
  min-width: 100%;
}
@media (max-width: 767px) {
  .number-label {
    font-size: 14px;
    line-height: 22px;
  }
}

.intelligence-accordion-section {
  background-color: var(--grey);
  padding: var(--spacing-4xl) 0;
}

.intelligence-accordion-container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  position: relative;
}
@media (max-width: 1399px) {
  .intelligence-accordion-container {
    padding: 0 var(--spacing-lg);
  }
}

.intelligence-accordion-main-layout {
  display: flex;
  gap: var(--spacing-xxl);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .intelligence-accordion-main-layout {
    flex-direction: column;
    gap: var(--spacing-xxl) !important;
  }
}

.intelligence-accordion-content-column {
  flex: 0 0 497px;
  width: 497px;
}
@media (max-width: 992px) {
  .intelligence-accordion-content-column {
    flex: 1;
    width: 100%;
  }
}
.intelligence-accordion-content-column .primary-btn {
  margin-top: var(--spacing-lg);
}

.intelligence-section-title {
  font-family: var(--Font-Family-Primary), sans-serif;
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-1);
  margin: 0 0 var(--spacing-xl, 30px) 0;
}

.intelligence-content-text {
  font-family: var(--Font-Family-Primary), sans-serif;
  font-size: var(--Paragraph-f-size, 20px);
  font-weight: var(--font-weight-regular);
  line-height: var(--Paragraph-line-height, 30px);
  color: var(--paragraph-text, #1c2633);
}
.intelligence-content-text p {
  margin-bottom: var(--spacing-sm, 15px);
  margin-top: 0;
}
.intelligence-content-text p:last-child {
  margin-bottom: 0;
}

.intelligence-accordion-items-column {
  flex: 1;
  min-width: 0;
}
@media (max-width: 992px) {
  .intelligence-accordion-items-column {
    width: 100%;
  }
}

.intelligence-accordion-wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .intelligence-accordion-wrapper {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}

.accordion-sub-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm, 15px);
}
.accordion-sub-column.accordion-single-column {
  max-width: none;
}

.accordion-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm, 15px);
}
.accordion-column.accordion-single-column {
  max-width: 100%;
}
@media (max-width: 992px) {
  .accordion-column.accordion-single-column {
    max-width: 100%;
    margin: 0;
  }
}

.accordion-item {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.accordion-item.expanded {
  border-color: #f0e13a;
}
@media (max-width: 767px) {
  .accordion-item {
    border-radius: 12px;
  }
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 29px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .accordion-header {
    padding: var(--spacing-lg);
    gap: var(--spacing-md);
  }
}
@media (max-width: 767px) {
  .accordion-header {
    padding: var(--spacing-md);
    gap: var(--spacing-sm);
  }
}
.accordion-item.expanded .accordion-header {
  padding-bottom: var(--spacing-sm, 15px);
}
@media (max-width: 767px) {
  .accordion-item.expanded .accordion-header {
    padding-bottom: var(--spacing-xs);
  }
}

.accordion-title-text {
  font-family: var(--Font-Family-Primary), sans-serif;
  font-size: var(--font-size-xl);
  font-weight: var(--Font-Weight-Bold, 700);
  line-height: var(--line-height-xl);
  color: var(--heading-color-1);
  margin: 0;
  flex: 1;
}

.accordion-icon {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color-1);
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.accordion-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.accordion-item.expanded .accordion-icon {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .accordion-icon {
    width: 30px;
    height: 30px;
  }
}

.accordion-content {
  display: none;
}
.accordion-item.expanded .accordion-content {
  display: block;
}

.accordion-content-inner {
  padding: 0 var(--spacing-xl) var(--spacing-xl);
  font-family: var(--Font-Family-Primary), sans-serif;
  font-size: var(--Paragraph-f-size, 20px);
  font-weight: var(--font-weight-regular);
  line-height: var(--Paragraph-line-height, 30px);
  color: var(--paragraph-text);
}
.accordion-content-inner p {
  margin: 0 0 var(--spacing-sm) 0;
}
.accordion-content-inner p:last-child {
  margin-bottom: 0;
}
.accordion-content-inner ul,
.accordion-content-inner ol {
  margin: 0 0 var(--spacing-sm) 0;
  padding-left: var(--spacing-lg);
}
.accordion-content-inner ul:last-child,
.accordion-content-inner ol:last-child {
  margin-bottom: 0;
}
.accordion-content-inner li {
  margin-bottom: var(--spacing-xs);
}
.accordion-content-inner li:last-child {
  margin-bottom: 0;
}

.accordion-content {
  overflow: hidden;
  transition: height 0.3s ease;
}

.tech-acc-sec {
  position: relative;
}
.tech-acc-sec::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/11/tech-accordion-bottom-left-pattern-img.png);
  background-repeat: no-repeat;
  width: 355px;
  height: 257px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.tech-acc-sec::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/11/tech-accordion-top-right-pattern-img.png);
  background-repeat: no-repeat;
  width: 352px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}

.full-container .intelligence-accordion-container {
  max-width: 1440px;
}

.workers-transfer-result-sec .solutions-accordion-section:before {
  background: linear-gradient(270deg, rgba(240, 240, 240, 0) 0%, #F0F0F0 17.71%);
}

.section-pattern-right-img {
  position: relative;
}
.section-pattern-right-img:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/11/workers-num-sec-pattern-img.svg);
  background-repeat: no-repeat;
  top: 128px;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  z-index: 0;
  background-size: auto;
}
@media (max-width: 992px) {
  .section-pattern-right-img:before {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .section-pattern-right-img:before {
    top: unset;
    background-position: right top 262px;
  }
}

.supreme-news-listing {
  background-color: var(--white);
  padding: var(--spacing-4xl) 0;
}
.supreme-news-listing .news-listing-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  justify-content: center;
}
.supreme-news-listing .news-count {
  align-self: flex-start;
  width: 100%;
}
.supreme-news-listing .news-count p {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Paragraph-f-size);
  line-height: var(--Paragraph-line-height);
  color: var(--paragraph-text);
  margin: 0;
}
.supreme-news-listing .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-xl);
  width: 100%;
}
@media (max-width: 1200px) {
  .supreme-news-listing .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .supreme-news-listing .news-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
}
.supreme-news-listing .news-card {
  background-color: var(--white);
  border-radius: 15px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  border: 1px solid transparent;
}
.supreme-news-listing .news-card.news-card-hidden {
  display: none;
}
.supreme-news-listing .news-card:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--yellow);
}
.supreme-news-listing .news-card .news-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.supreme-news-listing .news-card .news-card-image {
  height: 335px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.supreme-news-listing .news-card .news-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.supreme-news-listing .news-card .news-card-accent {
  height: 3px;
  background-color: var(--green);
  width: 100%;
}
.supreme-news-listing .news-card .news-card-content {
  padding: var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  flex-grow: 1;
}
.supreme-news-listing .news-card .news-card-meta {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  justify-content: flex-start;
}
.supreme-news-listing .news-card .news-card-category {
  background-color: var(--grey);
  color: var(--dark-green);
  padding: var(--spacing-xxxs) var(--spacing-xs);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xxs);
  display: inline-block;
  text-transform: capitalize;
}
.supreme-news-listing .news-card .news-card-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-lg);
  color: var(--blue);
  margin: 0;
  transition: color 0.3s ease;
}
.supreme-news-listing .news-card .news-card-excerpt {
  flex-grow: 1;
}
.supreme-news-listing .news-card .news-card-excerpt p {
  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(--paragraph-text);
  margin: 0;
}
.supreme-news-listing .news-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.supreme-news-listing .load-more-btn {
  background-color: transparent;
  border: 2px solid var(--dark-green);
  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-md);
  font-weight: var(--Font-Weight-Semi-Bold);
  line-height: var(--line-height-md);
  color: var(--dark-green);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
}
.supreme-news-listing .load-more-btn:hover {
  background-color: var(--dark-green);
  color: var(--white);
  transform: translateY(-2px);
}
.supreme-news-listing .load-more-btn:active {
  transform: translateY(0);
}
.supreme-news-listing .load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.supreme-news-listing .load-more-btn.loading {
  opacity: 0.7;
  cursor: wait;
}
.supreme-news-listing .load-more-btn.loading::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: var(--spacing-xs);
}
.supreme-news-listing .no-posts-message {
  grid-column: 1/-1;
  text-align: center;
  padding: var(--spacing-2xl);
}
.supreme-news-listing .no-posts-message p {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-Paragraph-f-size);
  color: var(--paragraph-text);
  margin: 0;
}
@media (max-width: 767px) {
  .supreme-news-listing .news-card .news-card-image {
    height: 250px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.oxy-supreme-news-listing {
  width: 100%;
}

.intelligent-tech-section {
  background-color: var(--White);
  background-size: contain;
  position: relative;
  overflow: hidden;
  padding: var(--spacing-4xl) 0;
  background-position: right;
  background-repeat: no-repeat;
}
.intelligent-tech-section .intelligent-tech-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: flex-start;
  justify-content: center;
  max-width: 57.5%;
}
@media (max-width: 767px) {
  .intelligent-tech-section .intelligent-tech-content {
    max-width: 100%;
  }
}
.intelligent-tech-section .intelligent-tech-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-4xl);
  color: var(--heading-color-1);
  margin: 0;
  min-width: 100%;
}
@media (max-width: 767px) {
  .intelligent-tech-section .intelligent-tech-heading {
    font-size: var(--font-size-xxxl);
    line-height: var(--line-height-xxxl);
  }
}
.intelligent-tech-section .intelligent-tech-bg-mobile {
  display: none;
  margin-bottom: var(--spacing-lg);
}
.intelligent-tech-section .intelligent-tech-bg-mobile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .intelligent-tech-section {
    background-image: none !important;
  }
  .intelligent-tech-section .intelligent-tech-wrapper {
    grid-template-columns: 1fr;
  }
  .intelligent-tech-section .intelligent-tech-bg-mobile {
    display: block;
  }
}
.intelligent-tech-section .intelligent-tech-description {
  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);
  min-width: 100%;
}
.intelligent-tech-section .intelligent-tech-description p {
  margin: 0 0 var(--spacing-sm) 0;
  white-space: pre-wrap;
}
.intelligent-tech-section .intelligent-tech-description p:last-child {
  margin-bottom: 0;
}

.solutions-accordion-section,
.enablecomp-solutions-accordion-section {
  background-color: var(--White);
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: var(--spacing-4xl) 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.solutions-accordion-section:has(.alignment-start),
.enablecomp-solutions-accordion-section:has(.alignment-start) {
  background-position: right;
}
.solutions-accordion-section:has(.alignment-center), .solutions-accordion-section:has(.alignment-end),
.enablecomp-solutions-accordion-section:has(.alignment-center),
.enablecomp-solutions-accordion-section:has(.alignment-end) {
  background-position: center;
}
.solutions-accordion-section .solutions-accordion-wrapper.alignment-start,
.solutions-accordion-section .enablecomp-accordion-wrapper.alignment-start,
.enablecomp-solutions-accordion-section .solutions-accordion-wrapper.alignment-start,
.enablecomp-solutions-accordion-section .enablecomp-accordion-wrapper.alignment-start {
  display: flex;
  flex-direction: row;
}
.solutions-accordion-section .solutions-accordion-wrapper.alignment-center,
.solutions-accordion-section .enablecomp-accordion-wrapper.alignment-center,
.enablecomp-solutions-accordion-section .solutions-accordion-wrapper.alignment-center,
.enablecomp-solutions-accordion-section .enablecomp-accordion-wrapper.alignment-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.solutions-accordion-section .solutions-accordion-wrapper.alignment-end,
.solutions-accordion-section .enablecomp-accordion-wrapper.alignment-end,
.enablecomp-solutions-accordion-section .solutions-accordion-wrapper.alignment-end,
.enablecomp-solutions-accordion-section .enablecomp-accordion-wrapper.alignment-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .solutions-accordion-section .solutions-accordion-wrapper.alignment-start, .solutions-accordion-section .solutions-accordion-wrapper.alignment-center, .solutions-accordion-section .solutions-accordion-wrapper.alignment-end,
  .solutions-accordion-section .enablecomp-accordion-wrapper.alignment-start,
  .solutions-accordion-section .enablecomp-accordion-wrapper.alignment-center,
  .solutions-accordion-section .enablecomp-accordion-wrapper.alignment-end,
  .enablecomp-solutions-accordion-section .solutions-accordion-wrapper.alignment-start,
  .enablecomp-solutions-accordion-section .solutions-accordion-wrapper.alignment-center,
  .enablecomp-solutions-accordion-section .solutions-accordion-wrapper.alignment-end,
  .enablecomp-solutions-accordion-section .enablecomp-accordion-wrapper.alignment-start,
  .enablecomp-solutions-accordion-section .enablecomp-accordion-wrapper.alignment-center,
  .enablecomp-solutions-accordion-section .enablecomp-accordion-wrapper.alignment-end {
    display: block;
    flex-direction: unset;
    justify-content: unset;
  }
}
.solutions-accordion-section .solutions-accordion-content,
.solutions-accordion-section .enablecomp-accordion-content,
.enablecomp-solutions-accordion-section .solutions-accordion-content,
.enablecomp-solutions-accordion-section .enablecomp-accordion-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 57.5%;
}
@media (max-width: 767px) {
  .solutions-accordion-section .solutions-accordion-content,
  .solutions-accordion-section .enablecomp-accordion-content,
  .enablecomp-solutions-accordion-section .solutions-accordion-content,
  .enablecomp-solutions-accordion-section .enablecomp-accordion-content {
    max-width: 100%;
  }
}
.solutions-accordion-section .solutions-accordion-content .primary-btn,
.solutions-accordion-section .enablecomp-accordion-content .primary-btn,
.enablecomp-solutions-accordion-section .solutions-accordion-content .primary-btn,
.enablecomp-solutions-accordion-section .enablecomp-accordion-content .primary-btn {
  margin-top: var(--spacing-lg);
}
.solutions-accordion-section .solutions-accordion-heading,
.solutions-accordion-section .enablecomp-accordion-heading,
.enablecomp-solutions-accordion-section .solutions-accordion-heading,
.enablecomp-solutions-accordion-section .enablecomp-accordion-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-4xl);
  color: var(--heading-color-1);
  margin-bottom: var(--spacing-xl);
  min-width: 100%;
}
.solutions-accordion-section .solutions-accordion-bg-mobile,
.solutions-accordion-section .enablecomp-accordion-bg-mobile,
.enablecomp-solutions-accordion-section .solutions-accordion-bg-mobile,
.enablecomp-solutions-accordion-section .enablecomp-accordion-bg-mobile {
  display: none;
  margin-bottom: var(--spacing-lg);
}
.solutions-accordion-section .solutions-accordion-bg-mobile img,
.solutions-accordion-section .enablecomp-accordion-bg-mobile img,
.enablecomp-solutions-accordion-section .solutions-accordion-bg-mobile img,
.enablecomp-solutions-accordion-section .enablecomp-accordion-bg-mobile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .solutions-accordion-section,
  .enablecomp-solutions-accordion-section {
    background-image: none !important;
  }
  .solutions-accordion-section .solutions-accordion-wrapper,
  .solutions-accordion-section .enablecomp-accordion-wrapper,
  .enablecomp-solutions-accordion-section .solutions-accordion-wrapper,
  .enablecomp-solutions-accordion-section .enablecomp-accordion-wrapper {
    grid-template-columns: 1fr;
  }
  .solutions-accordion-section .solutions-accordion-bg-mobile,
  .solutions-accordion-section .enablecomp-accordion-bg-mobile,
  .enablecomp-solutions-accordion-section .solutions-accordion-bg-mobile,
  .enablecomp-solutions-accordion-section .enablecomp-accordion-bg-mobile {
    display: block;
  }
}
.solutions-accordion-section .solutions-accordion-description,
.solutions-accordion-section .enablecomp-accordion-description,
.enablecomp-solutions-accordion-section .solutions-accordion-description,
.enablecomp-solutions-accordion-section .enablecomp-accordion-description {
  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);
  min-width: 100%;
}
.solutions-accordion-section .solutions-accordion-description p,
.solutions-accordion-section .enablecomp-accordion-description p,
.enablecomp-solutions-accordion-section .solutions-accordion-description p,
.enablecomp-solutions-accordion-section .enablecomp-accordion-description p {
  margin: 0 0 var(--spacing-sm) 0;
  white-space: pre-wrap;
}
.solutions-accordion-section .solutions-accordion-description p:last-child,
.solutions-accordion-section .enablecomp-accordion-description p:last-child,
.enablecomp-solutions-accordion-section .solutions-accordion-description p:last-child,
.enablecomp-solutions-accordion-section .enablecomp-accordion-description p:last-child {
  margin-bottom: 0;
}
.solutions-accordion-section .solutions-accordion-items-wrapper,
.solutions-accordion-section .enablecomp-accordion-items-wrapper,
.enablecomp-solutions-accordion-section .solutions-accordion-items-wrapper,
.enablecomp-solutions-accordion-section .enablecomp-accordion-items-wrapper {
  width: 100%;
  margin-top: var(--spacing-sm);
}
.solutions-accordion-section .accordion-column,
.enablecomp-solutions-accordion-section .accordion-column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.solutions-accordion-section .accordion-column.accordion-single-column,
.enablecomp-solutions-accordion-section .accordion-column.accordion-single-column {
  max-width: none;
}
.solutions-accordion-section .accordion-item,
.enablecomp-solutions-accordion-section .accordion-item {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid var(--border);
  transition: all 0.3s ease;
}
.solutions-accordion-section .accordion-item.expanded,
.enablecomp-solutions-accordion-section .accordion-item.expanded {
  border-color: var(--yellow);
}
.solutions-accordion-section .accordion-item:hover,
.enablecomp-solutions-accordion-section .accordion-item:hover {
  border: 3px solid var(--yellow);
}
.solutions-accordion-section .expanded .accordion-header,
.enablecomp-solutions-accordion-section .expanded .accordion-header {
  padding-bottom: var(--spacing-sm);
}
@media (max-width: 767px) {
  .solutions-accordion-section .expanded .accordion-header,
  .enablecomp-solutions-accordion-section .expanded .accordion-header {
    padding-bottom: var(--spacing-xs);
  }
}
.solutions-accordion-section .accordion-header,
.enablecomp-solutions-accordion-section .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-sm) var(--spacing-xl);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: var(--spacing-lg);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .solutions-accordion-section .accordion-header,
  .enablecomp-solutions-accordion-section .accordion-header {
    padding: var(--spacing-lg);
    gap: var(--spacing-md);
  }
}
.solutions-accordion-section .accordion-title-text,
.enablecomp-solutions-accordion-section .accordion-title-text {
  font-family: var(--Font-Family-Primary), sans-serif;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-md);
  color: var(--heading-color-1);
  margin: 0;
  flex: 1;
}
.solutions-accordion-section .accordion-icon,
.enablecomp-solutions-accordion-section .accordion-icon {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color-1);
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.solutions-accordion-section .accordion-icon svg,
.enablecomp-solutions-accordion-section .accordion-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
.accordion-item.expanded .solutions-accordion-section .accordion-icon,
.accordion-item.expanded .enablecomp-solutions-accordion-section .accordion-icon {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .solutions-accordion-section .accordion-icon,
  .enablecomp-solutions-accordion-section .accordion-icon {
    width: 30px;
    height: 30px;
  }
}
.solutions-accordion-section .accordion-content,
.enablecomp-solutions-accordion-section .accordion-content {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion-item.expanded .solutions-accordion-section .accordion-content,
.accordion-item.expanded .enablecomp-solutions-accordion-section .accordion-content {
  display: block;
}
.solutions-accordion-section .accordion-content-inner,
.enablecomp-solutions-accordion-section .accordion-content-inner {
  padding: 0 var(--spacing-xl) var(--spacing-xl);
  font-family: var(--Font-Family-Primary), sans-serif;
  font-size: var(--Paragraph-f-size);
  font-weight: var(--font-weight-regular);
  line-height: var(--Paragraph-line-height);
  color: var(--paragraph-text);
}
@media (max-width: 767px) {
  .solutions-accordion-section .accordion-content-inner,
  .enablecomp-solutions-accordion-section .accordion-content-inner {
    padding: 0 var(--spacing-lg) var(--spacing-lg);
  }
}
.solutions-accordion-section .accordion-content-inner p,
.enablecomp-solutions-accordion-section .accordion-content-inner p {
  margin: 0 0 var(--spacing-sm) 0;
}
.solutions-accordion-section .accordion-content-inner p:last-child,
.enablecomp-solutions-accordion-section .accordion-content-inner p:last-child {
  margin-bottom: 0;
}
.solutions-accordion-section .accordion-content-inner ul,
.solutions-accordion-section .accordion-content-inner ol,
.enablecomp-solutions-accordion-section .accordion-content-inner ul,
.enablecomp-solutions-accordion-section .accordion-content-inner ol {
  margin: 0 0 var(--spacing-sm) 0;
  padding-left: var(--spacing-lg);
}
.solutions-accordion-section .accordion-content-inner ul:last-child,
.solutions-accordion-section .accordion-content-inner ol:last-child,
.enablecomp-solutions-accordion-section .accordion-content-inner ul:last-child,
.enablecomp-solutions-accordion-section .accordion-content-inner ol:last-child {
  margin-bottom: 0;
}
.solutions-accordion-section .accordion-content-inner li,
.enablecomp-solutions-accordion-section .accordion-content-inner li {
  margin-bottom: var(--spacing-xs);
}
.solutions-accordion-section .accordion-content-inner li:last-child,
.enablecomp-solutions-accordion-section .accordion-content-inner li:last-child {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .solutions-accordion-section .accordion-item,
  .solutions-accordion-section .accordion-header,
  .solutions-accordion-section .accordion-icon,
  .solutions-accordion-section .accordion-content,
  .enablecomp-solutions-accordion-section .accordion-item,
  .enablecomp-solutions-accordion-section .accordion-header,
  .enablecomp-solutions-accordion-section .accordion-icon,
  .enablecomp-solutions-accordion-section .accordion-content {
    transition: none;
  }
  .solutions-accordion-section .accordion-icon,
  .enablecomp-solutions-accordion-section .accordion-icon {
    transform: none;
  }
  .accordion-item.expanded .solutions-accordion-section .accordion-icon,
  .accordion-item.expanded .enablecomp-solutions-accordion-section .accordion-icon {
    transform: none;
  }
}

.workers-transfer-result-sec .solutions-accordion-section {
  background-size: 35%;
  background-position: right bottom;
}

.solutions-suites,
.enablecomp-solutions-suite {
  padding: var(--spacing-4xl) 0;
  background: var(--light-blue);
  position: relative;
  z-index: 2;
}
.solutions-suites:after,
.enablecomp-solutions-suite:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/10/Three-solutions-suites-right-bg-scaled.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.solutions-suites:before,
.enablecomp-solutions-suite:before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/10/Three-solutions-suites-left-bg-scaled.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.solutions-suites .container,
.enablecomp-solutions-suite .container {
  max-width: 1213px;
}
.solutions-suites .solutions-content-wrapper,
.enablecomp-solutions-suite .solutions-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: start;
}
@media (max-width: 767px) {
  .solutions-suites .solutions-content-wrapper,
  .enablecomp-solutions-suite .solutions-content-wrapper {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
}
.solutions-suites .solutions-cards-column,
.enablecomp-solutions-suite .solutions-cards-column {
  display: flex;
  flex-direction: column;
  gap: 55px;
  width: 696px;
}
@media (max-width: 1200px) {
  .solutions-suites .solutions-cards-column,
  .enablecomp-solutions-suite .solutions-cards-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .solutions-suites .solutions-cards-column,
  .enablecomp-solutions-suite .solutions-cards-column {
    order: 2;
    gap: var(--spacing-lg);
  }
}
.solutions-suites .solutions-suite-header .header-title-large,
.enablecomp-solutions-suite .solutions-suite-header .header-title-large {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xxxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxxl);
  color: var(--white);
  margin: 0 0 var(--spacing-xs) 0;
}
.solutions-suites .solutions-suite-header .header-title-small,
.enablecomp-solutions-suite .solutions-suite-header .header-title-small {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-xxl);
  color: var(--white);
  margin: 0;
}
.solutions-suites .solutions-card,
.enablecomp-solutions-suite .solutions-card {
  background: var(--white);
  border-radius: 20px;
  padding: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  height: auto;
  border: 3px solid var(--white);
  transition: all 0.3s ease;
}
.solutions-suites .solutions-card:hover,
.enablecomp-solutions-suite .solutions-card:hover {
  border: 3px solid var(--yellow);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .solutions-suites .solutions-card,
  .enablecomp-solutions-suite .solutions-card {
    padding: var(--spacing-md);
    gap: var(--spacing-md);
  }
}
.solutions-suites .solutions-card .card-header,
.enablecomp-solutions-suite .solutions-card .card-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media (max-width: 767px) {
  .solutions-suites .solutions-card .card-header,
  .enablecomp-solutions-suite .solutions-card .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--spacing-sm);
  }
}
.solutions-suites .solutions-card .card-header .card-icon,
.enablecomp-solutions-suite .solutions-card .card-header .card-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  order: -1;
}
.solutions-suites .solutions-card .card-header .card-icon img,
.enablecomp-solutions-suite .solutions-card .card-header .card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .solutions-suites .solutions-card .card-header .card-icon,
  .enablecomp-solutions-suite .solutions-card .card-header .card-icon {
    width: 70px;
    height: 70px;
  }
}
.solutions-suites .solutions-card .card-header .card-header-text,
.enablecomp-solutions-suite .solutions-card .card-header .card-header-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
}
.solutions-suites .solutions-card .card-header .card-title,
.enablecomp-solutions-suite .solutions-card .card-header .card-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-2);
  margin: 0;
}
.solutions-suites .solutions-card .card-header .card-header-subheading,
.enablecomp-solutions-suite .solutions-card .card-header .card-header-subheading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
  margin: 0;
}
.solutions-suites .solutions-card .card-content,
.enablecomp-solutions-suite .solutions-card .card-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  flex: 1;
}
.solutions-suites .solutions-card .card-main-content,
.enablecomp-solutions-suite .solutions-card .card-main-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.solutions-suites .solutions-card .card-main-content .body-text,
.enablecomp-solutions-suite .solutions-card .card-main-content .body-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;
}
.solutions-suites .solutions-card .card-main-content .card-content-subheading,
.enablecomp-solutions-suite .solutions-card .card-main-content .card-content-subheading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
  margin: 0;
}
.solutions-suites .solutions-card .card-bullets ul,
.enablecomp-solutions-suite .solutions-card .card-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxxs);
  padding-left: var(--spacing-sm);
}
.solutions-suites .solutions-card .card-bullets ul li,
.enablecomp-solutions-suite .solutions-card .card-bullets ul li {
  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);
  position: relative;
  padding-left: var(--spacing-md);
  margin: 0;
}
.solutions-suites .solutions-card .card-bullets ul li::before,
.enablecomp-solutions-suite .solutions-card .card-bullets ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--heading-color-1);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xs);
}
.solutions-suites .solutions-card .card-button,
.enablecomp-solutions-suite .solutions-card .card-button {
  background: var(--dark-blue);
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-md);
  padding: var(--spacing-xs) var(--spacing-lg);
  border-radius: var(--border-radius-border-radius-full);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  transition: all 0.3s ease;
  margin-top: var(--spacing-xxs);
}
.solutions-suites .solutions-card .card-button:hover,
.enablecomp-solutions-suite .solutions-card .card-button:hover {
  background: var(--dark-green);
  color: var(--white);
}
@media (max-width: 767px) {
  .solutions-suites .solutions-card .card-button,
  .enablecomp-solutions-suite .solutions-card .card-button {
    align-self: stretch;
    text-align: center;
    width: 100%;
  }
}
.solutions-suites .solutions-card .card-button .body-text-semibold,
.solutions-suites .solutions-card .card-button span,
.enablecomp-solutions-suite .solutions-card .card-button .body-text-semibold,
.enablecomp-solutions-suite .solutions-card .card-button span {
  margin: 0;
  font-weight: var(--font-weight-semi-bold);
}
.solutions-suites .solutions-image-column,
.enablecomp-solutions-suite .solutions-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: var(--spacing-xxxs);
}
@media screen and (max-width: 767px) {
  .solutions-suites .solutions-image-column,
  .enablecomp-solutions-suite .solutions-image-column {
    position: relative;
    order: 1;
  }
}
.solutions-suites .solutions-image-wrapper,
.enablecomp-solutions-suite .solutions-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.solutions-suites .solutions-image-wrapper img,
.enablecomp-solutions-suite .solutions-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions-suites .solutions-svg-section,
.enablecomp-solutions-suite .solutions-svg-section {
  position: relative;
}
.solutions-suites .solutions-svg-section svg,
.enablecomp-solutions-suite .solutions-svg-section svg {
  width: 100%;
  height: auto;
  display: block;
}
.solutions-suites .solutions-svg-section .suite-icon-overlay,
.enablecomp-solutions-suite .solutions-svg-section .suite-icon-overlay {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  width: 90px;
  height: 90px;
}
.solutions-suites .solutions-svg-section .suite-icon-overlay img,
.enablecomp-solutions-suite .solutions-svg-section .suite-icon-overlay img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.solutions-suites .solutions-svg-section .revenue-recovery-icon,
.enablecomp-solutions-suite .solutions-svg-section .revenue-recovery-icon {
  left: calc(15.3% - 45px);
  top: calc(29.4% - 45px);
}
.solutions-suites .solutions-svg-section .complex-claims-icon,
.enablecomp-solutions-suite .solutions-svg-section .complex-claims-icon {
  left: calc(72.4% - 45px);
  top: calc(13.9% - 45px);
}
.solutions-suites .solutions-svg-section .complex-denials-icon,
.enablecomp-solutions-suite .solutions-svg-section .complex-denials-icon {
  left: calc(53.8% - 45px);
  top: calc(86.1% - 45px);
}

.revenue_recovery_suite {
  position: relative;
  z-index: 1;
}

.suite-hover-badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  background: #2BA191;
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  text-align: center;
  padding: 0 10px;
  pointer-events: none;
}

/**
 * Workers Compensation Solution Section
 * Displays comprehensive solution cards in a grid layout
 */
.Supreme-workers-compensation-solution {
  background: var(--blue, #2c487a);
  padding: var(--spacing-3xl, 80px) 0;
  position: relative;
  overflow: hidden;
}
.Supreme-workers-compensation-solution::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/11/our-comprehensive-sec-pattern-image.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 70px;
  left: -40px;
  z-index: 0;
  background-position: left bottom;
  background-size: contain;
}
.Supreme-workers-compensation-solution .container {
  position: relative;
}
.Supreme-workers-compensation-solution .section-heading {
  color: var(--white, #ffffff);
  text-align: center;
  margin: 0 auto var(--spacing-xl, 30px);
  max-width: 1222px;
}
.Supreme-workers-compensation-solution .cards-grid {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl, 30px);
}
.Supreme-workers-compensation-solution .cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-xl, 30px);
}
.Supreme-workers-compensation-solution .cards-row.cards-row-centered {
  grid-template-columns: repeat(2, 1fr);
  max-width: calc(66.666% + var(--spacing-xl, 30px) / 3);
  margin: 0 auto;
}
.Supreme-workers-compensation-solution .cards-row.cards-row-centered:has(.solution-card:only-child) {
  grid-template-columns: 1fr;
  max-width: calc((100% - 2 * var(--spacing-xl, 30px)) / 3);
}
.Supreme-workers-compensation-solution .solution-card {
  background: var(--white, #ffffff);
  border-radius: var(--border-radius-border-radius-mid, 15px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 446px;
}
.Supreme-workers-compensation-solution .card-header {
  background: var(--green, #2aa191);
  padding: var(--spacing-md, 20px);
}
.Supreme-workers-compensation-solution .card-title {
  color: var(--white, #ffffff);
  margin: 0;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.Supreme-workers-compensation-solution .card-body {
  background: var(--white, #ffffff);
  padding: var(--spacing-md, 20px);
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.Supreme-workers-compensation-solution .card-description {
  color: var(--paragraph-text);
  margin: 0;
  font-family: var(--Font-Family-Primary, "Poppins");
  font-size: var(--Paragraph-f-size, 20px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--Paragraph-line-height, 30px);
}
@media (max-width: 992px) {
  .Supreme-workers-compensation-solution .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-lg, 24px);
  }
  .Supreme-workers-compensation-solution .cards-row {
    display: contents;
  }
  .Supreme-workers-compensation-solution .cards-row.cards-row-centered {
    display: contents;
  }
}
@media (max-width: 767px) {
  .Supreme-workers-compensation-solution .cards-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-md, 16px);
  }
  .Supreme-workers-compensation-solution .cards-row {
    display: contents;
  }
  .Supreme-workers-compensation-solution .cards-row.cards-row-centered {
    display: contents;
  }
  .Supreme-workers-compensation-solution .solution-card {
    max-width: 100%;
  }
  .Supreme-workers-compensation-solution .card-header {
    padding: var(--spacing-md, 16px);
  }
}

.workers-compensation-hero {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-color: var(--blue, #2c487a);
  padding: var(--spacing-xxl, 60px) 0;
}
.workers-compensation-hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-sm, 20px);
  max-width: 1000px;
}
.workers-compensation-hero .hero-left {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-lg, 25px);
}
.workers-compensation-hero .hero-right {
  flex: 1;
}
.workers-compensation-hero .hero-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  border-radius: var(--border-radius-border-radius-full, 9999px);
}
.workers-compensation-hero .hero-icon-wrapper .hero-icon {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.workers-compensation-hero .hero-heading {
  color: var(--white, #ffffff);
  margin: 0;
  font-family: var(--Font-Family-Primary, "Poppins");
}
.workers-compensation-hero .hero-description,
.workers-compensation-hero .hero-description p {
  color: var(--white, #ffffff);
  margin: 0;
  font-family: var(--Font-Family-Primary, "Poppins");
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
@media (max-width: 767px) {
  .workers-compensation-hero {
    padding: var(--spacing-xl, 32px) 0;
  }
  .workers-compensation-hero .hero-left {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md, 20px);
  }
}
.workers-compensation-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2025/11/workers-hero-sec-left-pattern-img.svg);
  background-size: contain;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.workers-compensation-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2025/11/workers-hero-sec-right-pattern-img.svg);
  background-size: contain;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.supreme-webinar-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.supreme-webinar-popup .webinar-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.supreme-webinar-popup .webinar-popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  margin: 5vh auto;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: popupSlideIn 0.3s ease-out;
}
@media (max-width: 992px) {
  .supreme-webinar-popup .webinar-popup-content {
    width: 95%;
    max-height: 95vh;
    margin: 2.5vh auto;
  }
}
.supreme-webinar-popup .webinar-popup-close {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.supreme-webinar-popup .webinar-popup-body {
  position: relative;
  background-color: var(--White);
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: var(--spacing-xxl) var(--spacing-xl);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.supreme-webinar-popup .webinar-popup-body .hs-form {
  max-width: 100%;
}
.supreme-webinar-popup .webinar-popup-body form {
  max-width: 100%;
}
.supreme-webinar-popup .webinar-popup-body form input,
.supreme-webinar-popup .webinar-popup-body form textarea,
.supreme-webinar-popup .webinar-popup-body form select {
  width: 100%;
  max-width: 100%;
}
.supreme-webinar-popup .webinar-popup-body .hs-form-field,
.supreme-webinar-popup .webinar-popup-body .form-group {
  margin-bottom: var(--spacing-md);
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-overview-section {
  padding: var(--spacing-4xl) 0;
  background: var(--blue);
}
.product-overview-section .product-overview-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}
.product-overview-section .product-overview-header .header-title {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-4xl);
  color: var(--white);
  margin: 0;
  flex: 1;
}
.product-overview-section .product-cards-grid {
  display: grid;
  gap: var(--spacing-xl);
  grid-template-columns: repeat(2, minmax(0px, auto));
}
.product-overview-section .product-cards-grid:has(.product-card:nth-child(3):last-child) .product-card:nth-child(3) {
  grid-column: 1/-1;
  justify-self: center;
  max-width: calc(50% - var(--spacing-xl) / 2);
}
@media (max-width: 992px) {
  .product-overview-section .product-cards-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
  .product-overview-section .product-cards-grid:has(.product-card:nth-child(3):last-child) .product-card:nth-child(3) {
    grid-column: unset;
    justify-self: unset;
    max-width: unset;
  }
}
.product-overview-section .product-card {
  background: var(--white);
  border-radius: 20px;
  padding: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  height: 100%;
  border: 3px solid var(--white);
  transition: all 0.3s ease;
}
.product-overview-section .product-card:hover {
  border-color: var(--Yellow);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.product-overview-section .product-card .card-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-overview-section .product-card .card-header {
    flex-direction: column;
    text-align: center;
  }
}
.product-overview-section .product-card .card-header .card-title {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xxxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxxl);
  color: var(--blue);
  margin: 0;
  flex: 1;
}
.product-overview-section .product-card .card-icon {
  width: 142px;
  height: 142px;
  flex-shrink: 0;
}
.product-overview-section .product-card .card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .product-overview-section .product-card .card-icon {
    width: 100px;
    height: 100px;
  }
}
.product-overview-section .product-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 39px;
  flex: 1;
}
@media (max-width: 767px) {
  .product-overview-section .product-card .card-content {
    gap: var(--spacing-lg);
  }
}
.product-overview-section .product-card .card-main-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  flex: 1;
}
.product-overview-section .product-card .card-main-content .body-text {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
  margin: 0;
}
.product-overview-section .product-card .card-footer {
  display: flex;
  flex-direction: column;
  gap: 39px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .product-overview-section .product-card .card-footer {
    gap: var(--spacing-lg);
  }
}
.product-overview-section .product-card .card-bullets {
  display: flex;
  gap: var(--spacing-sm);
}
@media (max-width: 767px) {
  .product-overview-section .product-card .card-bullets {
    flex-direction: column;
    gap: 0;
  }
}
.product-overview-section .product-card .card-bullets .bullet-column {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-overview-section .product-card .card-bullets .bullet-column ul {
  margin: 0;
}
.product-overview-section .product-card .card-bullets .bullet-column li {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: var(--paragraph-text);
  position: relative;
  margin-bottom: 0;
}
.product-overview-section .product-card .card-bullets .bullet-column li:last-child {
  margin-bottom: 0;
}
.product-overview-section .product-card .card-button {
  background: var(--dark-blue);
  color: var(--white);
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-md);
  padding: var(--spacing-xs) var(--spacing-lg);
  border-radius: var(--border-radius-border-radius-full);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  transition: all 0.3s ease;
}
.product-overview-section .product-card .card-button:hover {
  background: var(--dark-green);
  color: var(--white);
}
@media (max-width: 767px) {
  .product-overview-section .product-card .card-button {
    align-self: stretch;
    text-align: center;
  }
}
.product-overview-section .product-card .card-button .body-text-semibold,
.product-overview-section .product-card .card-button span {
  margin: 0;
  font-weight: var(--font-weight-semi-bold);
}
.product-overview-section .product-card .card-separator {
  width: 100%;
  height: 1px;
  background: var(--grey-light, #d9d9d9);
}
.product-overview-section .product-card .card-stats {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .product-overview-section .product-card .card-stats {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product-overview-section .product-card .card-stats {
    flex-direction: column;
    gap: var(--spacing-xs);
    align-items: center;
  }
}
.product-overview-section .product-card .card-stats .stat-item {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  padding: 20px 5px 20px 5px;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.product-overview-section .product-card .card-stats .stat-item.stat-primary {
  background: var(--dark-green);
}
.product-overview-section .product-card .card-stats .stat-item.stat-primary .headline-xl,
.product-overview-section .product-card .card-stats .stat-item.stat-primary .stat-value {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxl);
  color: var(--white);
  margin: 0;
  text-align: center;
}
.product-overview-section .product-card .card-stats .stat-item.stat-primary .body-text-xs,
.product-overview-section .product-card .card-stats .stat-item.stat-primary .stat-label {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xs);
  color: var(--white);
  margin: 0;
  text-align: center;
}
.product-overview-section .product-card .card-stats .stat-item.stat-secondary {
  background: #DFEAFF;
}
.product-overview-section .product-card .card-stats .stat-item.stat-secondary .headline-xl,
.product-overview-section .product-card .card-stats .stat-item.stat-secondary .stat-value {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-1);
  margin: 0;
  text-align: center;
}
.product-overview-section .product-card .card-stats .stat-item.stat-secondary .body-text-xs,
.product-overview-section .product-card .card-stats .stat-item.stat-secondary .stat-label {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xs);
  color: var(--paragraph-text);
  margin: 0;
  text-align: center;
}
.product-overview-section .product-card .card-stats .stat-item.stat-accent {
  background: var(--grey);
}
.product-overview-section .product-card .card-stats .stat-item.stat-accent .headline-xl,
.product-overview-section .product-card .card-stats .stat-item.stat-accent .stat-value {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-xxl);
  color: var(--heading-color-3);
  margin: 0;
  text-align: center;
}
.product-overview-section .product-card .card-stats .stat-item.stat-accent .body-text-xs,
.product-overview-section .product-card .card-stats .stat-item.stat-accent .stat-label {
  font-family: var(--Font-Family-Primary, "Poppins", sans-serif);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xs);
  color: var(--paragraph-text);
  margin: 0;
  text-align: center;
}
.product-overview-section .product-card .card-stats .stat-value,
.product-overview-section .product-card .card-stats .stat-label {
  margin: 0;
}

.statistics-block-section {
  padding: var(--spacing-4xl) 0;
  background: var(--white);
}
.statistics-block-section .section-title {
  color: var(--heading-color-1);
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--line-height-xxl);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  width: 100%;
}
.statistics-block-section .statistics-grid {
  display: grid;
  gap: var(--spacing-3xl);
  align-items: start;
  padding: 0 47px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .statistics-block-section .statistics-grid {
    padding: 0;
  }
}
.statistics-block-section .statistics-grid[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.statistics-block-section .statistics-grid[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.statistics-block-section .statistics-grid[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .statistics-block-section .statistics-grid {
    gap: var(--spacing-xl);
  }
  .statistics-block-section .statistics-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .statistics-block-section .statistics-grid[data-columns="3"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .statistics-block-section .statistics-grid[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .statistics-block-section .statistics-grid {
    gap: var(--spacing-xxl);
    text-align: center;
  }
  .statistics-block-section .statistics-grid[data-columns="2"], .statistics-block-section .statistics-grid[data-columns="3"], .statistics-block-section .statistics-grid[data-columns="4"] {
    grid-template-columns: 1fr;
  }
}
.statistics-block-section .statistic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 382px;
  margin: 0 auto;
}
.statistics-block-section .statistic-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.statistics-block-section .statistic-value {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-5xl);
  color: var(--green);
  white-space: normal;
}
.statistics-block-section .statistic-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Paragraph-f-size);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-sm);
  color: var(--paragraph-text);
  text-align: center;
  max-width: 100%;
  margin: 0px;
}
.statistics-block-section.layout-vertical .statistics-grid {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
  gap: var(--spacing-3xl);
}
.statistics-block-section.text-left .statistic-item,
.statistics-block-section.text-left .statistic-content,
.statistics-block-section.text-left .statistic-description {
  text-align: left;
  align-items: flex-start;
}
.statistics-block-section.text-right .statistic-item,
.statistics-block-section.text-right .statistic-content,
.statistics-block-section.text-right .statistic-description {
  text-align: right;
  align-items: flex-end;
}

.statistics-block-section + .statistics-block-section {
  padding-top: 0;
}
/*# sourceMappingURL=style.css.map */