/* Footer Styles */
/* line 3, app/assets/stylesheets/customer/footer.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/customer/footer.scss */
.footer-css {
  /* Footer Base */
  /* Mobile Footer Styles */
  /* Tab Navigation */
  /* Tab Content */
  /* Mobile Bottom Section */
  /* Desktop Footer Styles */
  /* Large Desktop Styles */
  /* Tablet Styles */
}

/* line 11, app/assets/stylesheets/customer/footer.scss */
.footer-css body {
  font-family: 'Work Sans', sans-serif;
  background: #f5f5f5;
}

/* line 17, app/assets/stylesheets/customer/footer.scss */
.footer-css .footer {
  background-color: #102348;
  border-top: 1px solid #102348;
  color: #fff;
}

/* line 23, app/assets/stylesheets/customer/footer.scss */
.footer-css .footer-container {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/customer/footer.scss */
.footer-css .footer-mobile {
  display: block;
}

/* line 33, app/assets/stylesheets/customer/footer.scss */
.footer-css .footer-desktop {
  display: none;
}

/* line 38, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-navigation {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 43, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-button {
  flex: 1;
  padding: 16px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

/* line 58, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-button:hover {
  color: #fff;
}

/* line 62, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-button.active {
  color: #fff;
}

/* line 66, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #08AF86;
  display: none;
}

/* line 76, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-button.active .tab-indicator {
  display: block;
}

/* line 81, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-content {
  display: none;
  padding: 24px 16px;
}

/* line 86, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-content.active {
  display: block;
}

/* line 90, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

/* line 98, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 104, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-links li {
  margin-bottom: 12px;
}

/* line 108, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-links a {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #b8b8b8;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* line 117, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-links a:hover {
  color: #08AF86;
}

/* line 122, app/assets/stylesheets/customer/footer.scss */
.footer-css .mobile-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 16px;
}

/* line 127, app/assets/stylesheets/customer/footer.scss */
.footer-css .app-section,
.footer-css .social-section {
  margin-bottom: 24px;
}

/* line 132, app/assets/stylesheets/customer/footer.scss */
.footer-css .section-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}

/* line 140, app/assets/stylesheets/customer/footer.scss */
.footer-css .app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* line 147, app/assets/stylesheets/customer/footer.scss */
.footer-css .badge-img {
  height: 36px;
  display: block;
}

/* line 152, app/assets/stylesheets/customer/footer.scss */
.footer-css .social-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* line 158, app/assets/stylesheets/customer/footer.scss */
.footer-css .social-icon {
  color: #d1d1d1;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 167, app/assets/stylesheets/customer/footer.scss */
.footer-css .social-icon:hover {
  color: #08AF86;
}

/* line 171, app/assets/stylesheets/customer/footer.scss */
.footer-css .icon {
  width: 20px;
  height: 20px;
}

/* line 176, app/assets/stylesheets/customer/footer.scss */
.footer-css .copyright-section {
  padding-top: 16px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 182, app/assets/stylesheets/customer/footer.scss */
.footer-css .copyright-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #d1d1d1;
  margin-bottom: 8px;
}

/* line 190, app/assets/stylesheets/customer/footer.scss */
.footer-css .disclaimer-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

@media (min-width: 1024px) {
  /* line 199, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-mobile {
    display: none;
  }
  /* line 203, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-desktop {
    display: block;
    padding: 48px 80px 64px;
  }
  /* line 208, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-grid {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 48px 64px;
    margin-bottom: 48px;
  }
  /* line 215, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-column {
    min-width: 179px;
  }
  /* line 219, app/assets/stylesheets/customer/footer.scss */
  .footer-css .about-column {
    max-width: 468px;
  }
  /* line 223, app/assets/stylesheets/customer/footer.scss */
  .footer-css .column-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #f5f5f5;
    margin-bottom: 24px;
  }
  /* line 231, app/assets/stylesheets/customer/footer.scss */
  .footer-css .about-description {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #b8b8b8;
    margin-bottom: 32px;
  }
  /* line 239, app/assets/stylesheets/customer/footer.scss */
  .footer-css .badge-img-desktop {
    height: 40px;
    display: block;
  }
  /* line 244, app/assets/stylesheets/customer/footer.scss */
  .footer-css .about-column .app-badges {
    margin-bottom: 16px;
  }
  /* line 248, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  /* line 254, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-links li {
    margin-bottom: 12px;
  }
  /* line 258, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-links a {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #d1d1d1;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  /* line 267, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-links a:hover {
    color: #08AF86;
  }
  /* line 271, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
  }
  /* line 276, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-bottom .copyright-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  /* line 282, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-bottom .disclaimer-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 1100px;
  }
}

@media (min-width: 1280px) {
  /* line 291, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-desktop {
    padding: 48px 140px 64px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 298, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-mobile {
    display: block;
  }
  /* line 302, app/assets/stylesheets/customer/footer.scss */
  .footer-css .tab-navigation {
    justify-content: center;
  }
  /* line 306, app/assets/stylesheets/customer/footer.scss */
  .footer-css .tab-button {
    flex: 0 1 auto;
    min-width: 120px;
  }
  /* line 311, app/assets/stylesheets/customer/footer.scss */
  .footer-css .tab-content {
    padding: 32px 32px;
  }
  /* line 315, app/assets/stylesheets/customer/footer.scss */
  .footer-css .mobile-bottom {
    padding: 32px 32px;
  }
  /* line 319, app/assets/stylesheets/customer/footer.scss */
  .footer-css .app-section,
.footer-css .social-section {
    display: inline-block;
    margin-right: 48px;
    vertical-align: top;
  }
}
