/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
body {
  background-color: #0d1b2a !important;
  color: #a0aec0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1rem;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1.125rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
  color: #a0aec0;
}
a {
  color: #40b93c;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: #5dd55a;
}
.button, .btn, button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.025em;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.button:focus, .btn:focus, button[type="submit"]:focus {
  outline: 2px solid #40b93c;
  outline-offset: 2px;
}
.button-primary, .btn-primary {
  background: #40b93c !important;
  border-color: #40b93c !important;
  color: #ffffff !important;
}
.button-primary:hover, .btn-primary:hover {
  background: #5dd55a !important;
  border-color: #5dd55a !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(64, 185, 60, 0.3);
}
.button-primary:active, .btn-primary:active {
  background: #2d8a2b !important;
  transform: translateY(0);
}
.button-secondary, .btn-secondary {
  background: transparent !important;
  border: 2px solid #40b93c !important;
  color: #40b93c !important;
}
.button-secondary:hover, .btn-secondary:hover {
  background: #40b93c !important;
  color: #ffffff !important;
}
.button-ghost, .btn-ghost {
  background: transparent !important;
  border: 1px solid #2d3e50 !important;
  color: #ffffff !important;
}
.button-ghost:hover, .btn-ghost:hover {
  border-color: #40b93c !important;
  color: #40b93c !important;
}
.button-large, .btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
.button-small, .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
#g-navigation, .g-navigation {
  background: #0d1b2a !important;
  border-bottom: 1px solid #2d3e50;
  padding: 1rem 0;
}
#g-navigation .g-container, .g-navigation .g-container {
  display: flex;
  align-items: center;
}
#g-header, .g-header {
  background: #0d1b2a;
}
#g-header:has(.g-system-messages:empty), #g-header:has(#system-message-container:empty), .g-header:has(.g-system-messages:empty), .g-header:has(#system-message-container:empty) {
  display: none;
}
.g-system-messages:empty, #system-message-container:empty {
  display: none;
}
#g-mainbar, .g-mainbar {
  background: #0d1b2a;
  padding: 2rem 0;
}
.g-section-alt, #g-intro, #g-features, #g-above {
  background: #1b2838;
}
.card, .g-card {
  background: #243447;
  border: 1px solid #2d3e50;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.card:hover, .g-card:hover {
  border-color: #444444;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.card .card-title, .card h3, .card h4, .g-card .card-title, .g-card h3, .g-card h4 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.card .card-text, .card p, .g-card .card-text, .g-card p {
  color: #a0aec0;
}
.g-main-nav .g-toplevel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-main-nav .g-menu-item > a, .g-main-nav .g-menu-item > .g-menu-item-container {
  color: #a0aec0;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease;
  text-decoration: none;
}
.g-main-nav .g-menu-item > a:hover, .g-main-nav .g-menu-item > .g-menu-item-container:hover {
  color: #ffffff;
}
.g-main-nav .g-menu-item.active > a, .g-main-nav .g-menu-item.active > .g-menu-item-container {
  color: #40b93c;
}
.g-main-nav .g-dropdown {
  background: #1b2838;
  border: 1px solid #2d3e50;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  padding: 0.5rem 0;
}
.g-main-nav .g-dropdown .g-menu-item > a {
  padding: 0.5rem 1.5rem;
}
.g-main-nav .g-dropdown .g-menu-item > a:hover {
  background: #2a2a2a;
  color: #40b93c;
}
.g-lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 100;
}
.g-lang-switcher .lang-link {
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 0.2s;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 101;
  display: inline-block;
}
.g-lang-switcher .lang-link:hover {
  color: #40b93c;
}
.g-lang-switcher .lang-link.active {
  color: #f8fafc;
  background: rgba(64, 185, 60, 0.15);
}
.g-lang-switcher .lang-divider {
  color: #334155;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea, select {
  background: #1b2838;
  border: 1px solid #2d3e50;
  border-radius: 8px;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  transition: border-color 0.15s ease;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #40b93c;
  box-shadow: 0 0 0 3px rgba(64, 185, 60, 0.15);
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, textarea::placeholder, select::placeholder {
  color: #718096;
}
label {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: block;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #a0aec0 !important;
}
.text-muted {
  color: #718096 !important;
}
.text-accent {
  color: #40b93c !important;
}
.bg-primary {
  background-color: #0d1b2a !important;
}
.bg-secondary {
  background-color: #1b2838 !important;
}
.bg-card {
  background-color: #243447 !important;
}
.bg-accent {
  background-color: #40b93c !important;
}
.accent, .highlight {
  color: #40b93c;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #40b93c;
  margin-top: 0.5rem;
}
.section-subtitle {
  font-size: 1.125rem;
  color: #a0aec0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  .button-large, .btn-lg {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    width: 100%;
  }
  .g-main-nav .g-toplevel {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
.g-footer-top {
  background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
  padding: 3rem 0;
}
.g-footer-top .footer-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.g-footer-top .footer-cta-content {
  flex: 1;
  min-width: 300px;
}
.g-footer-top .footer-cta-title {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.g-footer-top .footer-cta-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin: 0;
}
.g-footer-top .footer-cta-action .button {
  background: #243447;
  color: #fff;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.g-footer-top .footer-cta-action .button:hover {
  background: #40b93c;
  border-color: #40b93c;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 168, 120, 0.4);
}
.g-footer-main {
  background: #0d1b2a;
  padding: 3rem 0;
}
.g-footer-main > .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.g-footer-main .g-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2rem;
  width: 100%;
}
.g-footer-main .g-block {
  box-sizing: border-box;
}
.g-footer-main .g-block.size-25 {
  flex: 0 0 calc(25% - 1.5rem) !important;
  width: calc(25% - 1.5rem) !important;
  max-width: calc(25% - 1.5rem) !important;
}
@media (max-width: 992px) {
  .g-footer-main .g-block.size-25 {
    flex: 0 0 calc(50% - 1rem) !important;
    width: calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
  }
}
@media (max-width: 576px) {
  .g-footer-main .g-block.size-25 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.footer-section-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #00a878;
  display: inline-block;
}
.footer-brand-wrapper .footer-logo {
  margin-bottom: 1rem;
}
.footer-brand-wrapper .footer-logo-img {
  max-height: 50px;
  width: auto;
}
.footer-brand-wrapper .footer-logo-text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-brand-wrapper .footer-tagline {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.footer-brand-wrapper .footer-established {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0;
}
.footer-brand-wrapper .footer-established i {
  margin-right: 0.5rem;
  color: #00a878;
}
.footer-links-wrapper .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-wrapper .footer-links-list li {
  margin-bottom: 0.75rem;
}
.footer-links-wrapper .footer-links-list li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.footer-links-wrapper .footer-links-list li a:hover {
  color: #00a878;
  padding-left: 5px;
}
.footer-contact-wrapper .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.footer-contact-wrapper .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}
.footer-contact-wrapper .footer-contact-list li i {
  color: #00a878;
  width: 20px;
  margin-right: 0.75rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.footer-contact-wrapper .footer-contact-list li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact-wrapper .footer-contact-list li a:hover {
  color: #00a878;
}
.footer-contact-wrapper .footer-contact-cta {
  background: transparent;
  border: 2px solid #00a878;
  color: #00a878;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.footer-contact-wrapper .footer-contact-cta:hover {
  background: #243447;
  color: #fff;
}
.footer-map-wrapper .footer-map-container {
  width: 100%;
  height: 180px !important;
  min-height: 180px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-map-wrapper .footer-map-container iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 180px;
  border: none;
  display: block;
}
.footer-map-wrapper .footer-map-caption {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  margin: 0;
}
.footer-map-wrapper .footer-map-caption i {
  color: #00a878;
  margin-right: 0.5rem;
}
.g-footer-bottom {
  background: #091522;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.g-footer-bottom > .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.g-footer-bottom .g-grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.g-footer-bottom .g-block.size-50 {
  flex: 0 0 auto !important;
  width: auto !important;
}
.g-footer-bottom .g-block.size-35 {
  flex: 0 0 auto !important;
  width: auto !important;
}
.g-footer-bottom .g-block.size-15 {
  flex: 0 0 auto !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .g-footer-bottom .g-grid {
    flex-direction: column;
    text-align: center;
  }
  .g-footer-bottom .g-block {
    width: 100% !important;
  }
}
.footer-copyright-wrapper .copyright-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}
.footer-copyright-wrapper .copyright-text .copyright-additional {
  margin-left: 0.5rem;
}
.footer-social-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social-wrapper .footer-social-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.footer-social-wrapper .footer-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.75rem;
}
.footer-social-wrapper .footer-social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-wrapper .footer-social-list li a i {
  font-size: 1rem;
}
.footer-social-wrapper .footer-social-list li a:hover {
  background: #243447;
  color: #fff;
  transform: translateY(-3px);
}
.g-footer-bottom .g-totop {
  display: inline-flex;
}
.g-footer-bottom .g-totop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: #243447;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.75rem;
}
.g-footer-bottom .g-totop a::before {
  content: "";
  font-family: FontAwesome;
  font-size: 1rem;
}
.g-footer-bottom .g-totop a:hover {
  background: #40b93c;
  border-color: #40b93c;
  transform: translateY(-3px);
}
.g-logo img, .g-logo-gci img {
  max-height: 45px;
  width: auto;
}
.blog-featured h1, .blog-featured h2, .item-page h1, .item-page h2 {
  color: #ffffff;
}
.blog-featured .page-header h1, .item-page .page-header h1 {
  border-bottom: 1px solid #2d3e50;
  padding-bottom: 1rem;
}
.alert {
  border-radius: 8px;
}
.alert.alert-error {
  background: rgba(220, 53, 69, 0.15);
  border-color: #dc3545;
  color: #f8d7da;
}
.alert.alert-success {
  background: rgba(64, 185, 60, 0.15);
  border-color: #40b93c;
  color: #5dd55a;
}
.g-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
  overflow: hidden;
}
.g-hero::before {
  display: none;
}
.g-hero-overlay {
  display: none;
}
.g-hero .g-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 1.5rem;
  background: transparent;
}
.g-hero-content {
  padding: 3rem 0;
}
.g-hero-tagline {
  font-size: 1.125rem;
  font-weight: 500;
  color: #40b93c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.g-hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.g-hero-title .highlight, .g-hero-title strong {
  color: #40b93c;
}
.g-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #a0aec0;
  margin-bottom: 1rem;
}
.g-hero-description {
  font-size: 1.125rem;
  color: #a0aec0;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.g-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.g-hero-ctas .button {
  min-width: 180px;
}
@media (max-width: 767px) {
  .g-hero {
    min-height: 60vh !important;
    padding: 2rem 0;
  }
  .g-hero-title {
    font-size: 2rem;
  }
  .g-hero-subtitle {
    font-size: 1.125rem;
  }
  .g-hero-tagline {
    font-size: 1rem;
  }
  .g-hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .g-hero-ctas .button {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-hero-title {
    font-size: 2.5rem;
  }
}
.g-feature-cards {
  padding: 5rem 0;
}
.g-feature-cards--bg-primary {
  background: #0d1b2a;
}
.g-feature-cards--bg-secondary {
  background: #1b2838;
}
.g-feature-cards--bg-transparent {
  background: transparent;
}
.g-feature-cards-header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.g-feature-cards-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.g-feature-cards-title.has-accent::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #40b93c;
  margin: 1rem auto 0;
}
.g-feature-cards-subtitle {
  font-size: 1.125rem;
  color: #a0aec0;
  line-height: 1.6;
}
.g-feature-cards-grid {
  display: grid;
  gap: 1.5rem;
}
.g-feature-cards-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.g-feature-cards-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.g-feature-cards-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.g-feature-card {
  padding: 2rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.g-feature-card--bordered {
  background: #243447;
  border: 1px solid #2d3e50;
}
.g-feature-card--bordered:hover {
  border-color: #40b93c;
  transform: translateY(-4px);
}
.g-feature-card--elevated {
  background: #243447;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.g-feature-card--elevated:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}
.g-feature-card--flat {
  background: transparent;
  padding: 1.5rem;
}
.g-feature-card--flat:hover {
  background: rgba(36, 52, 71, 0.5);
}
.g-feature-card-icon {
  margin-bottom: 1.5rem;
}
.g-feature-card-icon i {
  font-size: 2.5rem;
  color: #40b93c;
}
.g-feature-card-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.g-feature-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.g-feature-card-description {
  font-size: 1rem;
  color: #a0aec0;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.g-feature-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #40b93c;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.15s ease;
}
.g-feature-card-link i {
  font-size: 0.75em;
  transition: transform 0.15s ease;
}
.g-feature-card-link:hover {
  color: #5dd55a;
}
.g-feature-card-link:hover i {
  transform: translateX(4px);
}
.g-feature-cards--top .g-feature-card {
  text-align: center;
}
.g-feature-cards--top .g-feature-card-icon {
  display: flex;
  justify-content: center;
}
.g-feature-cards--left .g-feature-card {
  display: flex;
  gap: 1.5rem;
  text-align: left;
}
.g-feature-cards--left .g-feature-card-icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
.g-feature-cards--inline .g-feature-card-icon {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.g-feature-cards--inline .g-feature-card-icon i {
  font-size: 1.5rem;
}
.g-feature-cards--inline .g-feature-card-title {
  display: inline;
}
@media (max-width: 767px) {
  .g-feature-cards {
    padding: 2rem 0;
  }
  .g-feature-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .g-feature-cards-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-feature-cards-grid--tablet-1 {
    grid-template-columns: 1fr !important;
  }
  .g-feature-cards-grid--tablet-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .g-feature-cards-grid--tablet-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
#feature-cards-2002-particle .g-feature-cards-grid, #feature-cards-3002-particle .g-feature-cards-grid {
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 900px;
  margin: 0 auto;
}
.g-trust-bar {
  padding: 2rem 0;
}
.g-trust-bar--bg-primary {
  background: #0d1b2a;
}
.g-trust-bar--bg-secondary {
  background: #1b2838;
}
.g-trust-bar--bg-accent {
  background: rgba(64, 185, 60, 0.05);
}
.g-trust-bar--bordered {
  border-top: 1px solid #2d3e50;
  border-bottom: 1px solid #2d3e50;
}
.g-trust-bar-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.g-trust-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.g-trust-item-icon {
  margin-bottom: 0.25rem;
}
.g-trust-item-icon i {
  font-size: 1.5rem;
  color: #40b93c;
}
.g-trust-item-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #40b93c;
  line-height: 1.2;
}
.g-trust-item-label {
  display: block;
  font-size: 0.875rem;
  color: #a0aec0;
  text-transform: lowercase;
  max-width: 120px;
}
.g-trust-bar--cards .g-trust-item {
  background: #243447;
  border-radius: 8px;
  padding: 1.5rem;
  min-width: 150px;
}
.g-trust-bar--bordered .g-trust-bar-items {
  gap: 2rem;
}
.g-trust-bar--bordered .g-trust-item {
  position: relative;
  padding: 0 2rem;
}
.g-trust-bar--bordered .g-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #2d3e50;
}
@media (max-width: 767px) {
  .g-trust-bar {
    padding: 1.5rem 0;
  }
  .g-trust-bar-items {
    gap: 1.5rem;
  }
  .g-trust-item {
    flex: 0 0 calc(50% - $spacing-lg);
  }
  .g-trust-item:not(:last-child)::after {
    display: none;
  }
  .g-trust-item-value {
    font-size: 1.5rem;
  }
  .g-trust-item-label {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-trust-bar-items {
    gap: 2rem;
  }
}
.g-industry-selector {
  padding: 5rem 0;
}
.g-industry-selector--bg-primary {
  background: #0d1b2a;
}
.g-industry-selector--bg-secondary {
  background: #1b2838;
}
.g-industry-selector-header {
  text-align: center;
  margin-bottom: 3rem;
}
.g-industry-selector-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.g-industry-selector-prompt {
  font-size: 1.125rem;
  color: #a0aec0;
  font-style: italic;
}
.g-industry-selector-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.g-industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  background: #243447;
  border: 2px solid #2d3e50;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.g-industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #40b93c;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.g-industry-card:hover {
  border-color: #40b93c;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.g-industry-card:hover::before {
  transform: scaleX(1);
}
.g-industry-card:hover .g-industry-card-icon i {
  transform: scale(1.1);
}
.g-industry-card:hover .g-industry-card-arrow {
  opacity: 1;
  transform: translateX(0);
}
.g-industry-card-icon {
  margin-bottom: 1.5rem;
}
.g-industry-card-icon i {
  font-size: 4rem;
  color: #40b93c;
  transition: transform 0.3s ease;
}
.g-industry-card-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.g-industry-card-description {
  font-size: 1rem;
  color: #a0aec0;
  line-height: 1.6;
  max-width: 280px;
}
.g-industry-card-arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.15s ease;
}
.g-industry-card-arrow i {
  font-size: 1.25rem;
  color: #40b93c;
}
@media (max-width: 767px) {
  .g-industry-selector {
    padding: 2rem 0;
  }
  .g-industry-selector-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .g-industry-card {
    padding: 2rem 1.5rem;
  }
  .g-industry-card-icon i {
    font-size: 3rem;
  }
  .g-industry-card-label {
    font-size: 1.25rem;
  }
}
.g-main-nav .g-dropdown {
  background: #1b2838 !important;
  border: 1px solid #2d3e50;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  padding: 0.5rem 0;
  min-width: 220px;
}
.g-main-nav .g-dropdown .g-menu-item > a, .g-main-nav .g-dropdown .g-menu-item > .g-menu-item-container {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #a0aec0;
  transition: all 0.15s ease;
}
.g-main-nav .g-dropdown .g-menu-item > a:hover, .g-main-nav .g-dropdown .g-menu-item > .g-menu-item-container:hover {
  background: #2a2a2a;
  color: #40b93c;
}
.g-main-nav .g-dropdown .g-menu-item.active > a {
  color: #40b93c;
  background: rgba(64, 185, 60, 0.1);
}
.g-main-nav .g-menu-item.g-mega-menu, .g-main-nav .g-menu-item[data-menu-megamenu="1"] {
  position: static;
}
.g-main-nav .g-menu-item.g-mega-menu > .g-dropdown, .g-main-nav .g-menu-item[data-menu-megamenu="1"] > .g-dropdown {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.g-main-nav .g-menu-item.g-mega-menu > .g-dropdown .g-menu-item, .g-main-nav .g-menu-item[data-menu-megamenu="1"] > .g-dropdown .g-menu-item {
  flex: 1 1 calc(25% - $spacing-lg);
  min-width: 200px;
}
.g-main-nav .g-menu-item.g-mega-menu > .g-dropdown .g-menu-item > a, .g-main-nav .g-menu-item[data-menu-megamenu="1"] > .g-dropdown .g-menu-item > a {
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #2d3e50;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.g-main-nav .g-menu-item[class*="products"] > .g-dropdown, .g-main-nav .g-menu-item[class*="produits"] > .g-dropdown {
  max-height: 400px;
  overflow-y: auto;
}
.g-main-nav .g-menu-item[class*="products"] > .g-dropdown::-webkit-scrollbar, .g-main-nav .g-menu-item[class*="produits"] > .g-dropdown::-webkit-scrollbar {
  width: 6px;
}
.g-main-nav .g-menu-item[class*="products"] > .g-dropdown::-webkit-scrollbar-track, .g-main-nav .g-menu-item[class*="produits"] > .g-dropdown::-webkit-scrollbar-track {
  background: #0d1b2a;
}
.g-main-nav .g-menu-item[class*="products"] > .g-dropdown::-webkit-scrollbar-thumb, .g-main-nav .g-menu-item[class*="produits"] > .g-dropdown::-webkit-scrollbar-thumb {
  background: #2d3e50;
  border-radius: 3px;
}
.g-main-nav .g-menu-item[class*="products"] > .g-dropdown::-webkit-scrollbar-thumb:hover, .g-main-nav .g-menu-item[class*="produits"] > .g-dropdown::-webkit-scrollbar-thumb:hover {
  background: #40b93c;
}
.g-offcanvas {
  background: #0d1b2a !important;
}
.g-offcanvas .g-offcanvas-content {
  padding: 1.5rem;
}
.g-offcanvas .g-menu-item {
  border-bottom: 1px solid #2d3e50;
}
.g-offcanvas .g-menu-item > a, .g-offcanvas .g-menu-item > .g-menu-item-container {
  display: block;
  padding: 1rem;
  color: #a0aec0;
}
.g-offcanvas .g-menu-item > a:hover, .g-offcanvas .g-menu-item > .g-menu-item-container:hover {
  color: #40b93c;
}
.g-offcanvas .g-menu-item.active > a {
  color: #40b93c;
}
.g-offcanvas .g-menu-item .g-menu-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-offcanvas .g-sublevel {
  padding-left: 1.5rem;
  border-left: 2px solid #2d3e50;
  margin-left: 1rem;
}
.g-offcanvas .g-sublevel .g-menu-item {
  border-bottom: none;
}
.g-offcanvas .g-sublevel .g-menu-item > a {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.g-menu-toggle {
  color: #ffffff;
  background: transparent;
  border: none;
  padding: 0.5rem;
}
.g-menu-toggle .g-menu-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
  transition: all 0.15s ease;
}
.g-menu-toggle:hover .g-menu-toggle-bar {
  background: #40b93c;
}
#g-navigation .g-grid {
  align-items: center;
}
#g-navigation .g-grid > .g-block:first-child {
  flex: 0 0 180px !important;
  width: 180px !important;
}
#g-navigation .g-grid > .g-block:nth-child(2) {
  flex: 1 1 auto !important;
  width: auto !important;
}
#g-navigation .g-grid > .g-block:nth-child(3) {
  flex: 0 0 80px !important;
  width: 80px !important;
}
#g-navigation .g-grid > .g-block:last-child {
  flex: 0 0 160px !important;
  width: 160px !important;
}
.g-main-nav .g-toplevel {
  flex-wrap: nowrap;
}
.g-main-nav .g-toplevel > .g-menu-item {
  white-space: nowrap;
}
.g-main-nav .g-toplevel > .g-menu-item > a, .g-main-nav .g-toplevel > .g-menu-item > .g-menu-item-container {
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
}
#g-navigation .button-primary {
  white-space: nowrap;
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
}
.article-info, .article-info-term, .com-content-article__info {
  display: none !important;
}
.createdby, .created-by, .com-content-article__created-by, .category-name, .com-content-article__category, .published, .publish-date, .com-content-article__publish-date, .create-date, .com-content-article__create-date, .modified-date, .com-content-article__modified-date, .hits, .com-content-article__hits {
  display: none !important;
}
.com-content-article__tags, .article-tags, .tags {
  display: none !important;
}
.com-content-article__navigation, .article-navigation, .pager, .pagenav, .pagination-nav, nav[aria-label="Pagination"] {
  display: none !important;
}
dd.createdby, dd.category-name, dd.published, dd.hits, dl.article-info {
  display: none !important;
}
@media (min-width: 1280px) {
  #g-navigation .g-grid {
    gap: 1rem;
  }
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 200px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    flex: 1 1 auto !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 90px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 160px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #g-navigation .g-grid {
    gap: 0.5rem;
  }
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 160px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    flex: 1 1 auto !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 70px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 130px !important;
  }
  .g-main-nav .g-toplevel > .g-menu-item > a, .g-main-nav .g-toplevel > .g-menu-item > .g-menu-item-container {
    padding: 0.5rem 0.5rem !important;
    font-size: 0.85rem !important;
  }
  #g-navigation .button-primary {
    padding: 0.5rem 0.8rem !important;
    font-size: 0.8rem !important;
  }
  .g-lang-switcher {
    font-size: 0.85rem;
  }
  .g-lang-switcher .lang-link {
    padding: 0.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 150px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    display: none !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 60px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 120px !important;
  }
  .g-offcanvas-toggle {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  #g-navigation .g-grid {
    padding: 0.5rem;
  }
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 120px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    display: none !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 50px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 auto !important;
  }
  .g-lang-switcher .lang-divider {
    display: none;
  }
  .g-lang-switcher .lang-link {
    padding: 0.25rem !important;
    font-size: 0.85rem;
  }
  #g-navigation .button-primary {
    padding: 0.5rem !important;
    font-size: 0;
  }
  #g-navigation .button-primary::before {
    content: "\\f073";
    font-family: FontAwesome;
    font-size: 1rem;
  }
}
.g-lang-switcher {
  position: relative;
  z-index: 100;
}
.g-lang-switcher .lang-link {
  position: relative;
  z-index: 101;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
@media (min-width: 1280px) {
  #g-navigation .g-grid {
    gap: 1rem;
  }
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 200px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    flex: 1 1 auto !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 90px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 160px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #g-navigation .g-grid {
    gap: 0.5rem;
  }
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 160px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    flex: 1 1 auto !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 70px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 130px !important;
  }
  .g-main-nav .g-toplevel > .g-menu-item > a, .g-main-nav .g-toplevel > .g-menu-item > .g-menu-item-container {
    padding: 0.5rem 0.5rem !important;
    font-size: 0.85rem !important;
  }
  #g-navigation .button-primary {
    padding: 0.5rem 0.8rem !important;
    font-size: 0.8rem !important;
  }
  .g-lang-switcher {
    font-size: 0.85rem;
  }
  .g-lang-switcher .lang-link {
    padding: 0.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 150px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    display: none !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 60px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 120px !important;
  }
  .g-offcanvas-toggle {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  #g-navigation .g-grid {
    padding: 0.5rem;
  }
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 120px !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    display: none !important;
  }
  #g-navigation .g-grid > .g-block:nth-child(3) {
    flex: 0 0 50px !important;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 auto !important;
  }
  .g-lang-switcher .lang-divider {
    display: none;
  }
  .g-lang-switcher .lang-link {
    padding: 0.25rem !important;
    font-size: 0.85rem;
  }
  #g-navigation .button-primary {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.75rem !important;
  }
}
.g-lang-switcher {
  position: relative;
  z-index: 100;
}
.g-lang-switcher .lang-link {
  position: relative;
  z-index: 101;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
#g-navigation .g-block:last-child {
  position: relative;
  z-index: 99;
}
.g-related-products {
  padding: 4rem 0;
}
.g-related-products.g-bg-primary {
  background: #0d1b2a;
}
.g-related-products.g-bg-secondary {
  background: #1b2838;
}
.g-related-products.g-bg-transparent {
  background: transparent;
}
.g-related-products .g-section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.g-related-products .g-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.g-related-products .g-section-subtitle {
  font-size: 1.125rem;
  color: #a0aec0;
}
.g-products-grid {
  display: grid;
  gap: 1.5rem;
}
.g-products-grid.g-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.g-products-grid.g-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.g-products-grid.g-grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.g-product-card {
  position: relative;
  background: #243447;
  border: 1px solid #2d3e50;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.g-product-card:hover {
  border-color: #40b93c;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.g-product-card:hover .g-product-card__icon i {
  transform: scale(1.1);
  color: #5dd55a;
}
.g-product-card__link {
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.g-product-card__badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background: rgba(64, 185, 60, 0.2);
  color: #40b93c;
}
.g-product-card__badge.g-badge--ai-intelligence {
  background: rgba(147, 51, 234, 0.2);
  color: #a855f7;
}
.g-product-card__badge.g-badge--field-data {
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}
.g-product-card__badge.g-badge--connected-ops {
  background: rgba(249, 115, 22, 0.2);
  color: #fb923c;
}
.g-product-card__badge.g-badge--visualization {
  background: rgba(64, 185, 60, 0.2);
  color: #40b93c;
}
.g-product-card__icon {
  text-align: center;
  margin-bottom: 1rem;
}
.g-product-card__icon i {
  font-size: 2.5rem;
  color: #40b93c;
  transition: all 0.3s ease;
}
.g-product-card__name {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.25rem;
}
.g-product-card__tagline {
  font-size: 0.875rem;
  color: #a0aec0;
  text-align: center;
  line-height: 1.4;
}
.g-product-card--compact .g-product-card__link {
  padding: 1rem;
}
.g-product-card--compact .g-product-card__icon i {
  font-size: 1.75rem;
}
.g-product-card--compact .g-product-card__name {
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .g-products-grid.g-grid-cols-4, .g-products-grid.g-grid-cols-6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .g-related-products {
    padding: 2rem 0;
  }
  .g-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }
  .g-product-card__icon i {
    font-size: 2rem;
  }
  .g-product-card__name {
    font-size: 0.875rem;
  }
  .g-product-card__tagline {
    display: none;
  }
}
.g-main-nav .g-dropdown {
  min-width: 280px !important;
}
.g-main-nav .g-dropdown .g-menu-item > a, .g-main-nav .g-dropdown .g-menu-item > .g-menu-item-container {
  white-space: normal !important;
  line-height: 1.4;
  padding: 0.625rem 1.25rem !important;
}
.g-main-nav .g-dropdown .g-menu-item .g-menu-item-title {
  display: block;
  white-space: normal;
}
.g-main-nav .g-menu-item[class*="products"] > .g-dropdown, .g-main-nav .g-menu-item[class*="produits"] > .g-dropdown {
  min-width: 320px !important;
}
.g-main-nav .g-menu-item[class*="solutions"] > .g-dropdown {
  min-width: 340px !important;
}
.services-overview .intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.services-overview .intro-text p {
  font-size: 1.125rem;
  color: #a0aec0;
  line-height: 1.7;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.service-card {
  background: #243447;
  border: 1px solid #2d3e50;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
.service-card:hover {
  border-color: #40b93c;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.service-card:hover .service-icon i {
  transform: scale(1.1);
  color: #5dd55a;
}
.service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}
.service-card p {
  font-size: 1rem;
  color: #a0aec0;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.service-icon {
  margin-bottom: 1.5rem;
}
.service-icon i {
  font-size: 3rem;
  color: #40b93c;
  transition: all 0.3s ease;
}
.g-main-nav .g-dropdown {
  min-width: 300px !important;
  width: auto !important;
  max-width: 400px !important;
}
.g-main-nav .g-dropdown .g-dropdown-column {
  width: 100% !important;
}
.g-main-nav .g-dropdown .g-grid {
  width: 100% !important;
}
.g-main-nav .g-dropdown .g-block {
  width: 100% !important;
  flex: 0 0 100% !important;
}
.g-main-nav .g-dropdown .g-sublevel {
  width: 100% !important;
}
.g-main-nav .g-dropdown .g-sublevel .g-menu-item {
  width: 100% !important;
}
.g-main-nav .g-dropdown .g-sublevel .g-menu-item > a, .g-main-nav .g-dropdown .g-sublevel .g-menu-item > .g-menu-item-container {
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem 1.25rem !important;
  font-size: 0.9rem;
}
.g-main-nav .g-dropdown .g-sublevel .g-menu-item .g-menu-item-title {
  white-space: nowrap !important;
}
.g-main-nav .g-menu-item.g-parent[class*="produits"] > .g-dropdown, .g-main-nav .g-menu-item.g-parent[class*="products"] > .g-dropdown {
  min-width: 340px !important;
}
.g-main-nav .g-menu-item.g-parent[class*="solutions"] > .g-dropdown {
  min-width: 380px !important;
}
.g-main-nav .g-menu-item.g-parent[class*="services"] > .g-dropdown {
  min-width: 280px !important;
}
.g-main-nav .g-dropdown {
  min-width: auto !important;
  width: max-content !important;
  max-width: none !important;
}
.g-main-nav .g-dropdown .g-sublevel .g-menu-item > a, .g-main-nav .g-dropdown .g-sublevel .g-menu-item > .g-menu-item-container {
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: nowrap !important;
}
.g-main-nav .g-dropdown {
  width: auto !important;
  min-width: max-content !important;
}
.g-main-nav .g-dropdown .g-dropdown-column, .g-main-nav .g-dropdown .g-grid, .g-main-nav .g-dropdown .g-block, .g-main-nav .g-dropdown .g-sublevel {
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
}
.g-main-nav .g-dropdown .g-block {
  flex: 0 0 auto !important;
}
.g-main-nav .g-dropdown .g-sublevel .g-menu-item {
  width: auto !important;
  min-width: max-content !important;
}
.g-main-nav .g-dropdown .g-sublevel .g-menu-item > a, .g-main-nav .g-dropdown .g-sublevel .g-menu-item > .g-menu-item-container {
  display: block;
  width: auto !important;
  min-width: max-content !important;
  padding-right: 2rem !important;
}
.fa {
  font-family: FontAwesome !important;
  font-weight: normal !important;
}
.fa:before {
  content: unset;
}
.fa-tree:before {
  content: "" !important;
}
.fa-industry:before {
  content: "" !important;
}
.fa-database:before {
  content: "" !important;
}
.fa-users:before {
  content: "" !important;
}
.fa-leaf:before {
  content: "" !important;
}
.fa-wifi:before {
  content: "" !important;
}
.fa-calendar:before {
  content: "" !important;
}
.fa-cubes:before {
  content: "" !important;
}
.fa-flag:before {
  content: "" !important;
}
.fa-comments:before {
  content: "" !important;
}
.fa-arrow-right:before {
  content: "" !important;
}
.fa-map-marker:before {
  content: "" !important;
}
.fa-phone:before {
  content: "" !important;
}
.fa-envelope:before {
  content: "" !important;
}
.fa-clock-o:before {
  content: "" !important;
}
.fa-linkedin:before {
  content: "" !important;
}
.fa-facebook:before {
  content: "" !important;
}
.fa-youtube:before {
  content: "" !important;
}
.fa-bars:before {
  content: "" !important;
}
.fa-globe:before {
  content: "" !important;
}
.fa-road:before {
  content: "" !important;
}
.fa-wpforms:before {
  content: "" !important;
}
.fa-cloud-upload:before {
  content: "" !important;
}
.fa-commenting:before {
  content: "" !important;
}
.fa-graduation-cap:before {
  content: "" !important;
}
.fa-truck:before {
  content: "" !important;
}
.fa-bolt:before {
  content: "" !important;
}
.fa-tachometer:before {
  content: "" !important;
}
.fa-cube:before {
  content: "" !important;
}
.fa-chevron-up:before {
  content: "" !important;
}
.fa-cog:before {
  content: "" !important;
}
.fa-cogs:before {
  content: "" !important;
}
#g-footer-cta, .g-footer-top, footer.g-footer-top {
  background: #1b2838 !important;
  color: #e0e6ed !important;
}
#g-footer-main, .g-footer-main, footer.g-footer-main {
  background: #0d1b2a !important;
  color: #a0aec0 !important;
}
#g-footer-main h4, #g-footer-main .footer-section-title, .g-footer-main h4, .g-footer-main .footer-section-title, footer.g-footer-main h4, footer.g-footer-main .footer-section-title {
  color: #ffffff !important;
}
#g-footer-main a, .g-footer-main a, footer.g-footer-main a {
  color: #a0aec0 !important;
}
#g-footer-main a:hover, .g-footer-main a:hover, footer.g-footer-main a:hover {
  color: #40b93c !important;
}
#g-footer-bottom, .g-footer-bottom, footer.g-footer-bottom {
  background: #081420 !important;
  color: #718096 !important;
  border-top: 1px solid #1b2838;
}
#g-footer-bottom a, .g-footer-bottom a, footer.g-footer-bottom a {
  color: #718096 !important;
}
#g-footer-bottom a:hover, .g-footer-bottom a:hover, footer.g-footer-bottom a:hover {
  color: #40b93c !important;
}
.footer-cta-wrapper {
  background: transparent !important;
}
.footer-cta-title {
  color: #ffffff !important;
}
.footer-cta-desc {
  color: #a0aec0 !important;
}
.g-trust-bar-items {
  align-items: flex-start !important;
}
.g-trust-item {
  align-items: center;
}
.g-trust-item .g-trust-item-icon {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-trust-item .g-trust-item-value {
  height: auto;
  min-height: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.g-trust-item .g-trust-item-label {
  text-align: center;
}
@media (max-width: 767px) {
  .g-trust-bar-items {
    align-items: flex-start !important;
  }
}
.g-why-section .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.g-trust-section .g-container, .g-industry-section .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .g-why-section .g-container, .g-trust-section .g-container, .g-industry-section .g-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.g-trust-bar-items {
  flex-wrap: nowrap !important;
  gap: 1rem !important;
  justify-content: space-between !important;
}
.g-trust-item {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0 0.5rem;
}
.g-trust-item .g-trust-item-label {
  max-width: none;
  font-size: 0.75rem;
}
.g-trust-item .g-trust-item-value {
  font-size: 1.75rem;
}
@media (max-width: 1024px) {
  .g-trust-bar-items {
    flex-wrap: wrap !important;
    gap: 1.5rem !important;
  }
  .g-trust-item {
    flex: 0 0 calc(33.33% - 1rem) !important;
  }
}
@media (max-width: 767px) {
  .g-trust-item {
    flex: 0 0 calc(50% - 1rem) !important;
  }
}
.g-totop a, .g-totop #g-totop {
  color: #718096 !important;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.g-totop a:hover, .g-totop #g-totop:hover {
  color: #40b93c !important;
}
.g-totop a i, .g-totop #g-totop i {
  color: inherit !important;
  font-size: 1rem;
  margin-left: 0.25rem;
}
.g-totop-floating {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
.g-totop-floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #243447 !important;
  border: 1px solid #2d3e50;
  border-radius: 50%;
  color: #a0aec0 !important;
}
.g-totop-floating a:hover {
  background: #40b93c !important;
  border-color: #40b93c;
  color: #ffffff !important;
}
.com-content-article:has(.page-hero) > .page-header {
  display: none !important;
}
.products-overview-page ~ .page-header, .page-hero ~ .page-header {
  display: none !important;
}
.fa-lightbulb-o:before {
  content: "" !important;
}
.industry-cta-wrapper .industry-cta-action {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.industry-cta-wrapper .industry-cta-action .button {
  margin: 0;
}
.cta-section, .footer-cta-action, [class*="-cta-action"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cta-section .button, .cta-section .btn, .footer-cta-action .button, .footer-cta-action .btn, [class*="-cta-action"] .button, [class*="-cta-action"] .btn {
  margin: 0;
}
.g-industry-solutions .g-container, .g-industry-hero-section .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.industry-cta-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .g-industry-solutions .g-container, .g-industry-hero-section .g-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .industry-cta-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.g-lang-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-lang-switcher .lang-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.4rem 0.6rem;
}
.g-lang-switcher .lang-link.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-lang-switcher .lang-divider {
  display: flex;
  align-items: center;
  line-height: 1;
}
#g-navigation .g-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
#g-navigation .g-grid > .g-block:first-child {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 200px;
}
#g-navigation .g-grid > .g-block:nth-child(2) {
  flex: 1 1 auto !important;
  width: auto !important;
  display: flex;
  justify-content: center;
}
#g-navigation .g-grid > .g-block:nth-child(3), #g-navigation .g-grid > .g-block:last-child {
  flex: 0 0 auto !important;
  width: auto !important;
  margin-left: auto;
}
#g-navigation .g-block:last-child {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
}
.g-lang-switcher {
  background: transparent;
}
#g-navigation .g-block:last-child {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
}
#g-footer-bottom .g-block, #g-footer-main .g-block, #g-footer-cta .g-block {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
}
#g-footer-bottom .g-totop {
  text-align: right;
}
#g-footer-bottom .g-totop a {
  color: #718096 !important;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#g-footer-bottom .g-totop a:hover {
  color: #40b93c !important;
}
#g-footer-bottom .g-totop a i {
  color: inherit !important;
}
.g-totop, #g-footer-bottom .g-totop, .g-block .g-totop {
  background: transparent !important;
}
.g-totop a, .g-totop #g-totop, #g-footer-bottom .g-totop a, #g-footer-bottom .g-totop #g-totop, .g-block .g-totop a, .g-block .g-totop #g-totop {
  background: transparent !important;
  color: #718096 !important;
  font-size: 0.75rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.g-totop a:hover, .g-totop #g-totop:hover, #g-footer-bottom .g-totop a:hover, #g-footer-bottom .g-totop #g-totop:hover, .g-block .g-totop a:hover, .g-block .g-totop #g-totop:hover {
  color: #40b93c !important;
  background: transparent !important;
}
.g-totop a i, .g-totop a i.fa, .g-totop a i.fa-chevron-up, .g-totop #g-totop i, .g-totop #g-totop i.fa, .g-totop #g-totop i.fa-chevron-up, #g-footer-bottom .g-totop a i, #g-footer-bottom .g-totop a i.fa, #g-footer-bottom .g-totop a i.fa-chevron-up, #g-footer-bottom .g-totop #g-totop i, #g-footer-bottom .g-totop #g-totop i.fa, #g-footer-bottom .g-totop #g-totop i.fa-chevron-up, .g-block .g-totop a i, .g-block .g-totop a i.fa, .g-block .g-totop a i.fa-chevron-up, .g-block .g-totop #g-totop i, .g-block .g-totop #g-totop i.fa, .g-block .g-totop #g-totop i.fa-chevron-up {
  background: transparent !important;
  color: inherit !important;
  font-size: 0.875rem;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  border-radius: 0 !important;
}
#g-totop, a#g-totop {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.g-totop a::before, .g-totop a::after, #g-totop::before, #g-totop::after {
  display: none !important;
  content: none !important;
}
.g-totop a, .g-totop #g-totop {
  background: #243447 !important;
  color: #a0aec0 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.375rem !important;
  border: 1px solid #2d3e50 !important;
  font-size: 0.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}
.g-totop a:hover, .g-totop #g-totop:hover {
  background: #40b93c !important;
  color: #ffffff !important;
  border-color: #40b93c !important;
}
.g-totop a i.fa, .g-totop #g-totop i.fa {
  font-size: 0.75rem !important;
}
#g-footer-bottom .g-block.size-15 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#g-footer-bottom #totop-1017-particle .g-totop a#g-totop, #g-footer-bottom #totop-1017-particle .g-totop a[href="#"], #g-footer-bottom [id*="totop"] .g-totop a#g-totop, #g-footer-bottom [id*="totop"] .g-totop a[href="#"] {
  background-color: #243447 !important;
  color: #a0aec0 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 6px !important;
  border: 1px solid #2d3e50 !important;
  font-size: 0.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  text-decoration: none !important;
}
#g-footer-bottom #totop-1017-particle .g-totop a#g-totop:hover, #g-footer-bottom #totop-1017-particle .g-totop a[href="#"]:hover, #g-footer-bottom [id*="totop"] .g-totop a#g-totop:hover, #g-footer-bottom [id*="totop"] .g-totop a[href="#"]:hover {
  background-color: #40b93c !important;
  color: #ffffff !important;
  border-color: #40b93c !important;
}
#g-footer-bottom #totop-1017-particle .g-totop a#g-totop::before, #g-footer-bottom #totop-1017-particle .g-totop a#g-totop::after, #g-footer-bottom #totop-1017-particle .g-totop a[href="#"]::before, #g-footer-bottom #totop-1017-particle .g-totop a[href="#"]::after, #g-footer-bottom [id*="totop"] .g-totop a#g-totop::before, #g-footer-bottom [id*="totop"] .g-totop a#g-totop::after, #g-footer-bottom [id*="totop"] .g-totop a[href="#"]::before, #g-footer-bottom [id*="totop"] .g-totop a[href="#"]::after {
  display: none !important;
}
#g-footer-bottom #totop-1017-particle .g-totop a#g-totop i.fa-chevron-up, #g-footer-bottom #totop-1017-particle .g-totop a[href="#"] i.fa-chevron-up, #g-footer-bottom [id*="totop"] .g-totop a#g-totop i.fa-chevron-up, #g-footer-bottom [id*="totop"] .g-totop a[href="#"] i.fa-chevron-up {
  font-size: 0.75rem !important;
  color: inherit !important;
}
#g-footer-bottom #totop-1017-particle .g-totop a#g-totop i.fa-chevron-up::before, #g-footer-bottom #totop-1017-particle .g-totop a[href="#"] i.fa-chevron-up::before, #g-footer-bottom [id*="totop"] .g-totop a#g-totop i.fa-chevron-up::before, #g-footer-bottom [id*="totop"] .g-totop a[href="#"] i.fa-chevron-up::before {
  content: "" !important;
}
.g-hero-section, #g-hero, .g-industry-hero-section, #g-industry-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem 2rem;
  background: transparent !important;
  border-top: 2px solid #40b93c;
  border-bottom: 2px solid #40b93c;
}
.g-hero-section::before, #g-hero::before, .g-industry-hero-section::before, #g-industry-hero::before {
  display: none !important;
}
.g-hero-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 4rem;
  background: rgba(13, 27, 42, 0.75);
  border-radius: 16px;
  border: 1px solid rgba(64, 185, 60, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: center;
}
.g-hero .g-container {
  position: relative;
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0;
}
.g-hero-tagline {
  font-size: 0.9rem;
  color: #40b93c;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  font-weight: 500;
}
.g-hero-title {
  font-size: 2.75rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.g-hero-title .highlight, .g-hero-title strong {
  color: #40b93c;
}
.g-hero-subtitle {
  font-size: 1.25rem;
  color: #a0aec0;
  margin-bottom: 0.75rem;
  font-weight: 400;
}
.g-hero-description {
  font-size: 1rem;
  color: #718096;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.g-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.g-hero-ctas .button {
  min-width: 180px;
}
@media (max-width: 1023px) {
  .g-hero-section, #g-hero {
    min-height: 75vh;
    padding: 3rem 1.5rem;
  }
  .g-hero-content, .g-hero .g-container {
    padding: 2.5rem 2rem;
    max-width: 90%;
  }
  .g-hero-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .g-hero-section, #g-hero {
    min-height: 70vh;
    padding: 2rem 1rem;
  }
  .g-hero-content, .g-hero .g-container {
    padding: 2rem 1.5rem;
    max-width: 95%;
    border-radius: 12px;
  }
  .g-hero-tagline {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }
  .g-hero-title {
    font-size: 1.75rem;
  }
  .g-hero-subtitle {
    font-size: 1rem;
  }
  .g-hero-ctas {
    flex-direction: column;
  }
  .g-hero-ctas .button {
    width: 100%;
  }
}
.products-overview-page ~ .g-related-products-section, body:has(.products-overview-page) .g-related-products-section, body:has(.products-overview-page) #g-related-products {
  display: none !important;
}
body.itemid-110 #g-related-products, body.itemid-111 #g-related-products, body.itemid-112 #g-related-products, body.itemid-113 #g-related-products, body.itemid-136 #g-related-products, body.itemid-137 #g-related-products, body.itemid-138 #g-related-products, body.itemid-139 #g-related-products {
  display: none !important;
}
.products-overview-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.products-overview-page .page-hero {
  text-align: center;
  padding: 3rem 0 4rem;
}
.products-overview-page .page-hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.products-overview-page .page-hero .intro {
  font-size: 1.25rem;
  color: #a0aec0;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}
.products-overview-page .product-suite {
  margin-bottom: 4rem;
  padding: 2.5rem;
  background: #1b2838;
  border-radius: 16px;
  border: 1px solid #2d3e50;
}
.products-overview-page .product-suite h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.products-overview-page .product-suite h2 i.fa {
  font-size: 1.5rem;
  color: #40b93c;
}
.products-overview-page .product-suite > p {
  font-size: 1.1rem;
  color: #a0aec0;
  margin-bottom: 2rem;
}
.products-overview-page .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
}
.products-overview-page .product-card {
  background: #243447;
  border: 1px solid #2d3e50;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
}
.products-overview-page .product-card:hover {
  border-color: #40b93c;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.products-overview-page .product-card:hover a {
  color: #5dd55a;
}
.products-overview-page .product-card:hover i.fa {
  color: #5dd55a;
  transform: scale(1.1);
}
.products-overview-page .product-card i.fa {
  font-size: 2rem;
  color: #40b93c;
  display: block;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.products-overview-page .product-card a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.products-overview-page .product-card p {
  font-size: 0.9rem;
  color: #a0aec0;
  margin: 0;
  line-height: 1.5;
}
.products-overview-page .cta-section {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(64, 185, 60, 0.1) 0%, rgba(64, 185, 60, 0.05) 100%);
  border-radius: 16px;
  border: 1px solid rgba(64, 185, 60, 0.2);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.products-overview-page .cta-section h2 {
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.products-overview-page .cta-section h2::before {
  display: none;
}
.products-overview-page .cta-section .button {
  min-width: 200px;
}
@media (max-width: 768px) {
  .products-overview-page .page-hero {
    padding: 2rem 0 3rem;
  }
  .products-overview-page .page-hero h1 {
    font-size: 2rem;
  }
  .products-overview-page .page-hero .intro {
    font-size: 1.1rem;
  }
  .products-overview-page .product-suite {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .products-overview-page .product-suite h2 {
    font-size: 1.4rem;
  }
  .products-overview-page .product-suite > p {
    padding-left: 0;
    font-size: 1rem;
  }
  .products-overview-page .products-grid {
    grid-template-columns: 1fr;
  }
  .products-overview-page .cta-section {
    padding: 2.5rem 1.5rem;
  }
  .products-overview-page .cta-section h2 {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=custom_19.css.map */