/* 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";
.at-about-modern {
  padding: 80px 0;
  position: relative;
}
.at-about-modern .at-features-grid {
  margin-bottom: 30px;
  gap: 15px;
}
.at-about-modern .at-features-grid:last-child {
  margin-bottom: 0;
}
.at-about-modern .at-features-grid .g-block.size-33 {
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
}
.at-section-header {
  margin-bottom: 60px;
}
.at-section-header.at-text-center {
  text-align: center;
}
.at-section-header .at-title {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
}
.at-section-header .at-title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  margin: 0 auto;
  border-radius: 2px;
}
.at-about-content {
  margin-bottom: 80px;
}
.at-about-content .at-section-title {
  font-size: 2.2rem;
  color: #2c3e50;
  margin-bottom: 30px;
  font-weight: 600;
}
.at-about-content .at-about-text {
  padding-right: 20px;
}
.at-about-content .at-about-text .at-intro-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 20px;
  line-height: 1.6;
}
.at-about-content .at-about-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5a6c7d;
  margin-bottom: 20px;
}
.at-mission-card {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  padding: 40px 35px;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 123, 255, 0.2);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: none;
  color: white;
}
.at-mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(25px, -25px);
}
.at-mission-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transform: translate(-40px, 40px);
}
.at-mission-card .at-mission-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.at-mission-card .at-mission-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.at-mission-card .at-mission-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.at-why-choose-section {
  margin-bottom: 50px;
}
.at-why-choose-section .at-why-header {
  text-align: center;
}
.at-why-choose-section .at-why-header .at-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}
.at-why-choose-section .at-why-header .at-tagline {
  font-size: 1.3rem;
  color: #007bff;
  font-weight: 600;
  font-style: italic;
}
.at-features-grid {
  margin-bottom: 30px;
}
.at-features-grid:last-child {
  margin-bottom: 0;
}
.at-feature-card {
  background: white;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 123, 255, 0.1);
  margin-bottom: 0;
}
.at-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 123, 255, 0.15);
  border-color: #007bff;
}
.at-feature-card:hover .at-feature-accent {
  width: 100%;
}
.at-feature-card:hover .at-feature-number {
  transform: scale(1.05);
  background: linear-gradient(135deg, #007bff, #0056b3);
}
.at-feature-card .at-feature-number {
  font-size: 2.8rem;
  font-weight: 900;
  color: white;
  background: linear-gradient(135deg, #28a745, #20c997);
  width: 90px;
  height: 90px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
  flex-shrink: 0;
}
.at-feature-card .at-feature-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.at-feature-card .at-feature-content .at-feature-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
  flex-shrink: 0;
}
.at-feature-card .at-feature-content .at-feature-desc {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  flex-grow: 1;
}
.at-feature-card .at-feature-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #007bff, #0056b3);
  transition: width 0.4s ease;
}
.at-feature-card:not(:has(.at-feature-number)) .at-feature-content {
  justify-content: center;
  text-align: center;
}
.at-feature-card:not(:has(.at-feature-number)) .at-feature-content .at-feature-title {
  font-size: 1.3rem;
  margin-bottom: 18px;
  color: #007bff;
}
.at-feature-card:not(:has(.at-feature-number)) .at-feature-content .at-feature-desc {
  font-size: 1rem;
}
.at-feature-card:not(:has(.at-feature-number))::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px;
}
.at-services {
  padding: 80px 0;
  width: 100%;
}
.at-services .at-section-header {
  margin-bottom: 60px;
  text-align: center;
}
.at-services .at-section-header .at-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}
.at-services .at-section-header .at-section-desc {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.at-services .g-grid {
  gap: 20px;
}
.at-services .g-grid .g-block.size-50 {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.at-services .g-grid .g-block.size-25 {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
}
.at-services .at-service-category {
  background: white;
  padding: 40px 35px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 123, 255, 0.1);
  height: 100%;
  margin-bottom: 30px;
  width: 100%;
}
.at-services .at-service-category .at-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}
.at-services .at-service-category .at-category-desc {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 20px;
  font-weight: 600;
}
.at-services .at-service-category .at-service-list {
  list-style: none;
  padding: 0;
}
.at-services .at-service-category .at-service-list li {
  padding: 8px 0;
  font-size: 1rem;
  color: #5a6c7d;
  position: relative;
  padding-left: 20px;
}
.at-services .at-service-category .at-service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}
.at-services .at-turnkey-solutions {
  background: #f8f9fa;
  padding: 50px 40px;
  border-radius: 16px;
  border: 1px solid rgba(0, 123, 255, 0.1);
  width: 100%;
}
.at-services .at-turnkey-solutions .at-title {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
.at-services .at-turnkey-solutions .at-category-desc {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}
.at-services .at-turnkey-solutions .at-solution-item {
  background: white;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 123, 255, 0.1);
  transition: all 0.3s ease;
  width: 100%;
}
.at-services .at-turnkey-solutions .at-solution-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.1);
  border-color: #007bff;
}
.at-services .at-turnkey-solutions .at-solution-item h4 {
  font-size: 1.1rem;
  color: #2c3e50;
  margin: 0;
  font-weight: 600;
}
.at-products {
  padding: 80px 0;
}
.at-products .at-section-header {
  margin-bottom: 60px;
  text-align: center;
}
.at-products .at-section-header .at-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}
.at-products .at-section-header .at-section-desc {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.at-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}
.at-products-grid .at-product-item {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 123, 255, 0.1);
  text-align: center;
}
.at-products-grid .at-product-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 123, 255, 0.12);
  border-color: #007bff;
}
.at-products-grid .at-product-item:hover .at-product-accent {
  width: 100%;
}
.at-products-grid .at-product-item:hover .at-product-icon {
  transform: scale(1.1);
}
.at-products-grid .at-product-item:hover h4 {
  color: #007bff;
}
.at-products-grid .at-product-item .at-product-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  display: block;
}
.at-products-grid .at-product-item h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.at-products-grid .at-product-item .at-product-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #007bff, #0056b3);
  transition: width 0.4s ease;
}
.at-products-grid .at-product-item.at-category-bakery .at-product-accent {
  background: linear-gradient(90deg, #dc3545, #c82333);
}
.at-products-grid .at-product-item.at-category-snacks .at-product-accent {
  background: linear-gradient(90deg, #fd7e14, #e55100);
}
.at-products-grid .at-product-item.at-category-beverages .at-product-accent {
  background: linear-gradient(90deg, #20c997, #17a2b8);
}
.at-products-grid .at-product-item.at-category-processing .at-product-accent {
  background: linear-gradient(90deg, #6f42c1, #563d7c);
}
.at-contact {
  padding: 80px 0;
}
.at-contact .at-section-header {
  margin-bottom: 60px;
  text-align: center;
}
.at-contact .at-section-header .at-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}
.at-contact .at-contact-info {
  padding-right: 30px;
}
.at-contact .at-contact-info .at-title {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 30px;
  font-weight: 700;
}
.at-contact .at-contact-info .at-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.at-contact .at-contact-info .at-contact-item .at-contact-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  margin-top: 5px;
  color: #007bff;
}
.at-contact .at-contact-info .at-contact-item .at-contact-details h4 {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 5px;
  font-weight: 600;
}
.at-contact .at-contact-info .at-contact-item .at-contact-details p {
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}
.at-contact .at-contact-info .at-contact-item .at-contact-details p a {
  color: #007bff;
  text-decoration: none;
}
.at-contact .at-contact-info .at-contact-item .at-contact-details p a:hover {
  text-decoration: underline;
}
.at-contact .at-contact-form {
  background: white;
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 123, 255, 0.1);
  border: 1px solid rgba(0, 123, 255, 0.1);
}
.at-contact .at-contact-form .at-title {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}
.at-contact .at-contact-form .at-form .at-form-group {
  margin-bottom: 20px;
}
.at-contact .at-contact-form .at-form .at-form-group .at-input, .at-contact .at-contact-form .at-form .at-form-group .at-select, .at-contact .at-contact-form .at-form .at-form-group .at-textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.at-contact .at-contact-form .at-form .at-form-group .at-input:focus, .at-contact .at-contact-form .at-form .at-form-group .at-select:focus, .at-contact .at-contact-form .at-form .at-form-group .at-textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.at-contact .at-contact-form .at-form .at-form-group .at-textarea {
  resize: vertical;
  min-height: 120px;
}
.at-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.at-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
  text-decoration: none;
  color: white;
}
.at-button.at-button-large {
  padding: 18px 40px;
  font-size: 1.1rem;
}
.at-button.at-button-secondary {
  background: transparent;
  border: 2px solid #007bff;
  color: #007bff;
}
.at-button.at-button-secondary:hover {
  background: #007bff;
  color: white;
}
.at-hero {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.at-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.at-hero .at-hero-content {
  position: relative;
  z-index: 2;
}
.at-hero .at-hero-content .at-company-name .at-title {
  font-size: 4rem;
  font-weight: 900;
  color: white;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.at-hero .at-hero-content .at-tagline .at-subtitle {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}
.at-hero .at-hero-content .at-tagline .at-subtitle-secondary {
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.at-hero .at-hero-content .at-intro-text .at-lead {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.at-hero .at-hero-content .at-hero-actions .at-button {
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .at-features-grid .g-block.size-33 {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
  .at-services .g-grid .g-block.size-50 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .at-services .g-grid .g-block.size-25 {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 992px) {
  .at-about-modern, .at-services, .at-products, .at-contact {
    padding: 60px 0;
  }
  .at-section-header .at-title {
    font-size: 2.5rem;
  }
  .at-why-header .at-section-title {
    font-size: 2rem;
  }
  .at-feature-card {
    height: auto;
    min-height: 200px;
  }
  .at-mission-card {
    padding: 35px 25px;
  }
  .at-about-content .at-about-text {
    padding-right: 15px;
  }
  .at-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .at-hero {
    padding: 80px 0;
  }
  .at-hero .at-hero-content .at-company-name .at-title {
    font-size: 3rem;
  }
  .at-hero .at-hero-content .at-tagline .at-subtitle {
    font-size: 1.8rem;
  }
  .at-features-grid .g-block.size-33 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .at-services .g-grid .g-block.size-50 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .at-services .g-grid .g-block.size-25 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .at-section-header .at-title {
    font-size: 2rem;
  }
  .at-about-content .at-section-title {
    font-size: 1.8rem;
  }
  .at-about-content .at-about-text {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .at-why-header .at-section-title {
    font-size: 1.7rem;
  }
  .at-feature-card {
    padding: 30px 25px;
    height: auto;
    min-height: 180px;
    margin-bottom: 0;
  }
  .at-feature-card .at-feature-number {
    width: 70px;
    height: 70px;
    font-size: 2.2rem;
  }
  .at-feature-card .at-feature-title {
    font-size: 1.1rem;
  }
  .at-feature-card .at-feature-desc {
    font-size: 0.9rem;
  }
  .at-mission-card {
    padding: 30px 20px;
    text-align: center;
  }
  .at-mission-card .at-mission-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .at-mission-card .at-mission-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .at-mission-card .at-mission-text {
    font-size: 1rem;
  }
  .at-products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .at-contact-info {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .at-hero {
    padding: 60px 0;
  }
  .at-hero .at-hero-content .at-company-name .at-title {
    font-size: 2.5rem;
  }
  .at-hero .at-hero-content .at-tagline .at-subtitle {
    font-size: 1.5rem;
  }
  .at-hero .at-hero-content .at-tagline .at-subtitle-secondary {
    font-size: 1.2rem;
  }
  .at-hero .at-hero-content .at-intro-text .at-lead {
    font-size: 1.1rem;
  }
  .at-features-grid .g-block.size-33, .at-services .g-grid .g-block.size-50, .at-services .g-grid .g-block.size-25, .g-grid .g-block.size-40, .g-grid .g-block.size-60 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .at-features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .at-features-grid .g-block {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .at-about-modern, .at-services, .at-products, .at-contact {
    padding: 40px 0;
  }
  .at-feature-card {
    padding: 25px 20px;
  }
  .at-about-content {
    margin-bottom: 60px;
  }
  .at-why-choose-section {
    margin-bottom: 40px;
  }
  .at-mission-card {
    padding: 25px 15px;
  }
  .at-hero {
    padding: 40px 0;
  }
  .at-hero .at-hero-content .at-company-name .at-title {
    font-size: 2rem;
  }
  .at-hero .at-hero-content .at-hero-actions .at-button {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
}
@keyframes atFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.at-feature-card, .at-product-item {
  animation: atFadeInUp 0.6s ease forwards;
}
.at-mission-card {
  animation: atFadeInUp 0.8s ease forwards;
}
.com-content-category__table {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 123, 255, 0.1);
  overflow: hidden;
  margin: 30px 0;
}
.com-content-category__table.table-striped, .com-content-category__table.table-bordered, .com-content-category__table.table-hover {
  border: none;
}
.com-content-category__table.table-striped thead th, .com-content-category__table.table-bordered thead th, .com-content-category__table.table-hover thead th {
  border: none;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 20px 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.com-content-category__table.table-striped thead th a, .com-content-category__table.table-bordered thead th a, .com-content-category__table.table-hover thead th a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.com-content-category__table.table-striped thead th a:hover, .com-content-category__table.table-bordered thead th a:hover, .com-content-category__table.table-hover thead th a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.com-content-category__table.table-striped tbody tr, .com-content-category__table.table-bordered tbody tr, .com-content-category__table.table-hover tbody tr {
  border: none;
  transition: all 0.3s ease;
}
.com-content-category__table.table-striped tbody tr:nth-child(even), .com-content-category__table.table-bordered tbody tr:nth-child(even), .com-content-category__table.table-hover tbody tr:nth-child(even) {
  background: #f8f9fa;
}
.com-content-category__table.table-striped tbody tr:nth-child(odd), .com-content-category__table.table-bordered tbody tr:nth-child(odd), .com-content-category__table.table-hover tbody tr:nth-child(odd) {
  background: white;
}
.com-content-category__table.table-striped tbody tr:hover, .com-content-category__table.table-bordered tbody tr:hover, .com-content-category__table.table-hover tbody tr:hover {
  background: rgba(0, 123, 255, 0.05);
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}
.com-content-category__table.table-striped tbody tr th.list-title, .com-content-category__table.table-bordered tbody tr th.list-title, .com-content-category__table.table-hover tbody tr th.list-title {
  border: none;
  padding: 20px 25px;
  font-weight: 600;
}
.com-content-category__table.table-striped tbody tr th.list-title a, .com-content-category__table.table-bordered tbody tr th.list-title a, .com-content-category__table.table-hover tbody tr th.list-title a {
  color: #2c3e50;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.4;
  transition: all 0.3s ease;
  display: block;
}
.com-content-category__table.table-striped tbody tr th.list-title a:hover, .com-content-category__table.table-bordered tbody tr th.list-title a:hover, .com-content-category__table.table-hover tbody tr th.list-title a:hover {
  color: #007bff;
  text-decoration: none;
  padding-left: 5px;
}
.com-content-category__table.table-striped tbody tr td.list-edit, .com-content-category__table.table-bordered tbody tr td.list-edit, .com-content-category__table.table-hover tbody tr td.list-edit {
  border: none;
  padding: 20px 25px;
  text-align: center;
  vertical-align: middle;
}
.com-content-category__table.table-striped tbody tr td.list-edit a, .com-content-category__table.table-bordered tbody tr td.list-edit a, .com-content-category__table.table-hover tbody tr td.list-edit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}
.com-content-category__table.table-striped tbody tr td.list-edit a:hover, .com-content-category__table.table-bordered tbody tr td.list-edit a:hover, .com-content-category__table.table-hover tbody tr td.list-edit a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
  color: white;
  text-decoration: none;
}
.com-content-category__table.table-striped tbody tr td.list-edit a .icon-edit, .com-content-category__table.table-bordered tbody tr td.list-edit a .icon-edit, .com-content-category__table.table-hover tbody tr td.list-edit a .icon-edit {
  font-size: 1rem;
}
.com-content-category__table.table-striped tbody tr td.list-edit a div[role="tooltip"], .com-content-category__table.table-bordered tbody tr td.list-edit a div[role="tooltip"], .com-content-category__table.table-hover tbody tr td.list-edit a div[role="tooltip"] {
  display: none;
}
.com-content-category__table caption.visually-hidden {
  position: static;
  clip: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 15px 25px;
  background: #f8f9fa;
  border-bottom: 1px solid rgba(0, 123, 255, 0.1);
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .com-content-category__table {
    margin: 20px 0;
    border-radius: 8px;
  }
  .com-content-category__table.table-striped thead th, .com-content-category__table.table-bordered thead th, .com-content-category__table.table-hover thead th {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
  .com-content-category__table.table-striped tbody tr th.list-title, .com-content-category__table.table-bordered tbody tr th.list-title, .com-content-category__table.table-hover tbody tr th.list-title {
    padding: 15px 20px;
  }
  .com-content-category__table.table-striped tbody tr th.list-title a, .com-content-category__table.table-bordered tbody tr th.list-title a, .com-content-category__table.table-hover tbody tr th.list-title a {
    font-size: 1rem;
  }
  .com-content-category__table.table-striped tbody tr td.list-edit, .com-content-category__table.table-bordered tbody tr td.list-edit, .com-content-category__table.table-hover tbody tr td.list-edit {
    padding: 15px 20px;
  }
  .com-content-category__table.table-striped tbody tr td.list-edit a, .com-content-category__table.table-bordered tbody tr td.list-edit a, .com-content-category__table.table-hover tbody tr td.list-edit a {
    padding: 8px 16px;
    font-size: 0.85rem;
    gap: 6px;
  }
  .com-content-category__table caption.visually-hidden {
    padding: 12px 20px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .com-content-category__table.table-striped thead th, .com-content-category__table.table-bordered thead th, .com-content-category__table.table-hover thead th {
    padding: 12px 15px;
    font-size: 0.8rem;
  }
  .com-content-category__table.table-striped tbody tr th.list-title, .com-content-category__table.table-bordered tbody tr th.list-title, .com-content-category__table.table-hover tbody tr th.list-title {
    padding: 12px 15px;
  }
  .com-content-category__table.table-striped tbody tr th.list-title a, .com-content-category__table.table-bordered tbody tr th.list-title a, .com-content-category__table.table-hover tbody tr th.list-title a {
    font-size: 0.95rem;
    line-height: 1.3;
  }
  .com-content-category__table.table-striped tbody tr td.list-edit, .com-content-category__table.table-bordered tbody tr td.list-edit, .com-content-category__table.table-hover tbody tr td.list-edit {
    padding: 12px 15px;
  }
  .com-content-category__table.table-striped tbody tr td.list-edit a, .com-content-category__table.table-bordered tbody tr td.list-edit a, .com-content-category__table.table-hover tbody tr td.list-edit a {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
  .com-content-category__table.table-striped tbody tr td.list-edit a .icon-edit, .com-content-category__table.table-bordered tbody tr td.list-edit a .icon-edit, .com-content-category__table.table-hover tbody tr td.list-edit a .icon-edit {
    font-size: 0.9rem;
  }
  .com-content-category__table caption.visually-hidden {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}
.com-content-categories__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin: 40px 0;
  padding: 0;
}
.com-content-categories__items .com-content-categories__item {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 123, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  position: relative;
}
.com-content-categories__items .com-content-categories__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3, #20c997);
  opacity: 0;
  transition: all 0.3s ease;
}
.com-content-categories__items .com-content-categories__item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 123, 255, 0.15);
  border-color: #007bff;
}
.com-content-categories__items .com-content-categories__item:hover::before {
  opacity: 1;
}
.com-content-categories__items .com-content-categories__item:hover .com-content-categories__item-title a {
  color: #007bff;
  transform: translateX(5px);
}
.com-content-categories__items .com-content-categories__item:hover .com-content-categories__item-title a::after {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper {
  padding: 35px 30px;
}
.com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title {
  margin: 0;
}
.com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a::before {
  content: attr(href);
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a::after {
  content: "→";
  font-size: 1.2rem;
  font-weight: 700;
  color: #007bff;
  transform: translateX(-10px) scale(0.8);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: auto;
}
.com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a:hover {
  text-decoration: none;
}
.com-content-categories__items .com-content-categories__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(0, 123, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(20px, -20px);
  transition: all 0.3s ease;
}
.com-content-categories__items .com-content-categories__item:hover::after {
  transform: translate(15px, -15px) scale(1.2);
  background: radial-gradient(circle, rgba(0, 123, 255, 0.1) 0%, transparent 70%);
}
.com-content-categories__item-enhanced .com-content-categories__item-description {
  padding: 0 30px 25px;
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  margin-top: -10px;
}
.com-content-categories__item-enhanced .com-content-categories__item-count {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .com-content-categories__items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0;
  }
  .com-content-categories__items .com-content-categories__item {
    border-radius: 12px;
  }
  .com-content-categories__items .com-content-categories__item:hover {
    transform: translateY(-4px) scale(1.01);
  }
  .com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper {
    padding: 25px 20px;
  }
  .com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a {
    font-size: 1.2rem;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .com-content-categories__items {
    gap: 15px;
    margin: 20px 0;
  }
  .com-content-categories__items .com-content-categories__item {
    border-radius: 10px;
  }
  .com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper {
    padding: 20px 15px;
  }
  .com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a {
    font-size: 1.1rem;
    gap: 10px;
  }
  .com-content-categories__items .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a::after {
    font-size: 1rem;
  }
}
.com-content-categories__items--compact {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.com-content-categories__items--compact .com-content-categories__item .com-content-categories__item-title-wrapper {
  padding: 25px 20px;
}
.com-content-categories__items--compact .com-content-categories__item .com-content-categories__item-title-wrapper .com-content-categories__item-title a {
  font-size: 1.2rem;
  gap: 12px;
}
.com-content-categories__items--compact .com-content-categories__item:hover {
  transform: translateY(-4px);
}
.my-hero {
  height: 100vh;
  min-height: 100vh;
}
.my-hero .g-content, .my-hero .g-particle, .my-hero .g-owlcarousel, .my-hero .owl-carousel {
  height: 100vh;
  min-height: 100vh;
}
.my-hero .g-owlcarousel-item, .my-hero .g-owlcarousel-item-wrapper {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-hero .g-owlcarousel-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.my-hero .g-owlcarousel-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.my-hero .g-owlcarousel-item-content-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .my-hero {
    height: 100vh;
    min-height: 100vh;
  }
  .my-hero .g-content, .my-hero .g-particle, .my-hero .g-owlcarousel, .my-hero .owl-carousel, .my-hero .g-owlcarousel-item, .my-hero .g-owlcarousel-item-wrapper {
    height: 100vh;
    min-height: 100vh;
  }
  @supports (-webkit-touch-callout: none) {
    .my-hero {
      height: -webkit-fill-available;
      min-height: -webkit-fill-available;
    }
    .my-hero .g-content, .my-hero .g-particle, .my-hero .g-owlcarousel, .my-hero .owl-carousel, .my-hero .g-owlcarousel-item, .my-hero .g-owlcarousel-item-wrapper {
      height: -webkit-fill-available;
      min-height: -webkit-fill-available;
    }
  }
}
@media (max-width: 480px) {
  .my-hero {
    height: 100vh;
    min-height: 100vh;
  }
  .my-hero .g-content, .my-hero .g-particle, .my-hero .g-owlcarousel, .my-hero .owl-carousel, .my-hero .g-owlcarousel-item, .my-hero .g-owlcarousel-item-wrapper {
    height: 100vh;
    min-height: 100vh;
  }
  @supports (-webkit-touch-callout: none) {
    .my-hero {
      height: -webkit-fill-available;
      min-height: -webkit-fill-available;
    }
    .my-hero .g-content, .my-hero .g-particle, .my-hero .g-owlcarousel, .my-hero .owl-carousel, .my-hero .g-owlcarousel-item, .my-hero .g-owlcarousel-item-wrapper {
      height: -webkit-fill-available;
      min-height: -webkit-fill-available;
    }
  }
}
#g-navigation .my-language-select {
  display: block;
}
@media (max-width: 768px) {
  #g-navigation .my-language-select {
    display: none !important;
  }
}
.partners_wrapped_eB9ZQHf8 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.partners_wrapped_eB9ZQHf8 .partner_card {
  background: #d6d6d6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1rem;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.partners_wrapped_eB9ZQHf8 .partner_card .partner_logo {
  display: block;
  padding: 4px;
  width: 110px;
  height: 80px;
  object-fit: contain;
  background: #c2c2c2;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.partners_wrapped_eB9ZQHf8 .partner_card .partner_info .partner_name {
  font-size: 1.1rem;
  font-weight: bold;
}
.partners_wrapped_eB9ZQHf8 .partner_card .partner_info .partner_flag {
  width: 1.7em;
  margin: 0.5rem 0;
  vertical-align: middle;
}
.partners_wrapped_eB9ZQHf8 .partner_card .partner_info .partner_desc {
  font-size: 0.95em;
  color: #666;
  margin-top: 0.3rem;
}
.team-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.team-section .team-intro {
  text-align: center;
  margin-bottom: 60px;
}
.team-section .team-intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.team-section .team-intro h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 2px;
}
.team-section .team-intro p {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: 30px auto 0;
  line-height: 1.7;
}
.team-section .team-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.team-section .team-member {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.team-section .team-member:hover {
  transform: translateX(8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
}
.team-section .team-member:hover .member-image img {
  transform: scale(1.05);
}
.team-section .team-member .member-image {
  position: relative;
  width: 280px;
  min-width: 280px;
  height: 280px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-section .team-member .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.team-section .team-member .member-info {
  padding: 35px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.team-section .team-member .member-info h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.team-section .team-member .member-info .member-role {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
}
.team-section .team-member .member-info .member-email {
  margin: 0 0 20px 0;
}
.team-section .team-member .member-info .member-email a {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  color: #666;
  text-decoration: none;
  padding: 10px 18px;
  background: #f8fafc;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  width: fit-content;
}
.team-section .team-member .member-info .member-email a:before {
  content: "✉";
  margin-right: 8px;
  font-size: 1rem;
}
.team-section .team-member .member-info .member-email a:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: translateX(2px);
}
.team-section .team-member .member-info .member-bio {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
  position: relative;
  padding-left: 20px;
  flex: 1;
}
.team-section .team-member .member-info .member-bio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #2563eb, #3b82f6);
  border-radius: 2px;
  opacity: 0.3;
}
.team-section[dir="rtl"] .team-intro h2 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.team-section[dir="rtl"] .team-intro p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.team-section[dir="rtl"] .team-member {
  flex-direction: row-reverse;
}
.team-section[dir="rtl"] .team-member:hover {
  transform: translateX(-8px);
}
.team-section[dir="rtl"] .team-member .member-info h3 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.team-section[dir="rtl"] .team-member .member-info .member-role {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.team-section[dir="rtl"] .team-member .member-info .member-email a:before {
  margin-right: 0;
  margin-left: 8px;
}
.team-section[dir="rtl"] .team-member .member-info .member-bio {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
}
.team-section[dir="rtl"] .team-member .member-info .member-bio:before {
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .team-section .team-member .member-image {
    width: 240px;
    min-width: 240px;
    height: 240px;
  }
  .team-section .team-member .member-info {
    padding: 30px;
  }
  .team-section .team-member .member-info h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .team-section {
    padding: 40px 15px;
  }
  .team-section .team-intro {
    margin-bottom: 40px;
  }
  .team-section .team-intro h2 {
    font-size: 2rem;
  }
  .team-section .team-intro p {
    font-size: 1rem;
  }
  .team-section .team-grid {
    gap: 25px;
  }
  .team-section .team-member {
    flex-direction: column;
    align-items: stretch;
  }
  .team-section .team-member:hover {
    transform: translateY(-8px);
  }
  .team-section .team-member .member-image {
    width: 100%;
    min-width: 100%;
    height: 320px;
    max-height: 320px;
  }
  .team-section .team-member .member-info {
    padding: 25px 20px;
  }
  .team-section .team-member .member-info h3 {
    font-size: 1.3rem;
  }
  .team-section .team-member .member-info .member-role {
    font-size: 0.85rem;
  }
  .team-section .team-member .member-info .member-bio {
    font-size: 0.9rem;
  }
  .team-section[dir="rtl"] .team-member {
    flex-direction: column;
  }
  .team-section[dir="rtl"] .team-member:hover {
    transform: translateY(-8px);
  }
}
@media (max-width: 480px) {
  .team-section .team-member .member-image {
    height: 280px;
    max-height: 280px;
  }
  .team-section .team-member .member-info {
    padding: 20px 15px;
  }
  .team-section .team-member .member-info .member-email a {
    font-size: 0.85rem;
    padding: 8px 14px;
  }
}
@media print {
  .team-section .team-member {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
  }
}
.search-module .mod-finder .awesomplete ul[role="listbox"] {
  background: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.search-module .mod-finder .awesomplete ul[role="listbox"] li[role="option"] {
  color: #000000 !important;
  padding: 10px 15px;
  transition: background-color 0.2s ease;
}
.search-module .mod-finder .awesomplete ul[role="listbox"] li[role="option"] mark {
  color: #000000 !important;
  background-color: #ffeb3b;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 2px;
}
.search-module .mod-finder .awesomplete ul[role="listbox"] li[role="option"]:hover, .search-module .mod-finder .awesomplete ul[role="listbox"] li[role="option"][aria-selected="true"] {
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  cursor: pointer;
}
.search-module .mod-finder .awesomplete ul[role="listbox"] li[role="option"]:active {
  background-color: #e0e0e0 !important;
}
#g-header {
  background-image: none !important;
  background-color: transparent !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}
#g-header .g-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
#g-header .g-grid {
  margin: 0 !important;
  padding: 0 !important;
  height: 80px !important;
}
#g-header .g-block {
  padding: 0 !important;
  margin: 0 !important;
  height: 80px !important;
}
#g-header .g-block.size-100 {
  width: 100% !important;
}
#g-header .g-content {
  padding: 0 !important;
  margin: 0 !important;
  height: 80px !important;
}
#g-header .platform-content {
  padding: 0 !important;
  margin: 0 !important;
  height: 80px !important;
  width: 100% !important;
}
.moduletable.ribbon {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
  overflow: visible !important;
}
.moduletable.ribbon .mod-custom, .moduletable.ribbon #mod-custom120 {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 80px !important;
}
.moduletable.ribbon .product-ribbon {
  width: 100vw !important;
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.moduletable.ribbon .product-ribbon::before, .moduletable.ribbon .product-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 80px;
  z-index: 2;
  pointer-events: none;
}
.moduletable.ribbon .product-ribbon::before {
  left: 0;
  background: linear-gradient(to right, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
}
.moduletable.ribbon .product-ribbon::after {
  right: 0;
  background: linear-gradient(to left, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
}
.moduletable.ribbon .product-ribbon:hover .product-ribbon-track {
  animation-play-state: paused;
}
.moduletable.ribbon .product-ribbon-track {
  display: flex;
  align-items: center;
  animation: scrollProducts 80s linear infinite;
  width: fit-content;
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
}
.moduletable.ribbon .product-item {
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
}
.moduletable.ribbon .product-item img {
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
  width: auto !important;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  display: block;
}
.moduletable.ribbon .product-item img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
@keyframes scrollProducts {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  #g-header {
    height: 80px !important;
  }
  .moduletable.ribbon .product-ribbon, .moduletable.ribbon .product-ribbon-track, .moduletable.ribbon .product-item, .moduletable.ribbon .product-item img {
    height: 80px !important;
    max-height: 80px !important;
    min-height: 80px !important;
  }
  .moduletable.ribbon .product-item {
    padding: 0 15px;
  }
  .moduletable.ribbon .product-ribbon::before, .moduletable.ribbon .product-ribbon::after {
    width: 60px;
  }
}
@media (max-width: 480px) {
  #g-header {
    height: 80px !important;
  }
  .moduletable.ribbon .product-ribbon, .moduletable.ribbon .product-ribbon-track, .moduletable.ribbon .product-item, .moduletable.ribbon .product-item img {
    height: 80px !important;
    max-height: 80px !important;
    min-height: 80px !important;
  }
  .moduletable.ribbon .product-item {
    padding: 0 12px;
  }
  .moduletable.ribbon .product-ribbon::before, .moduletable.ribbon .product-ribbon::after {
    width: 40px;
  }
}
/*# sourceMappingURL=custom_12.css.map */