/* 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 6px;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}

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

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

/* line 67, 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 77, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-button.active .tab-indicator {
  display: block;
}

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

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

/* line 91, 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 99, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

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

/* line 109, 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 118, app/assets/stylesheets/customer/footer.scss */
.footer-css .tab-links a:hover {
  color: #08AF86;
}

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

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

/* line 133, 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 141, app/assets/stylesheets/customer/footer.scss */
.footer-css .app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

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

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

/* line 159, 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 168, app/assets/stylesheets/customer/footer.scss */
.footer-css .social-icon:hover {
  color: #08AF86;
}

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

/* line 177, 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 183, 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 191, 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 200, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-mobile {
    display: none;
  }
  /* line 204, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-desktop {
    display: block;
    padding: 48px 80px 64px;
  }
  /* line 209, 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 216, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-column {
    min-width: 179px;
  }
  /* line 220, app/assets/stylesheets/customer/footer.scss */
  .footer-css .about-column {
    max-width: 468px;
  }
  /* line 224, 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 232, 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 240, app/assets/stylesheets/customer/footer.scss */
  .footer-css .badge-img-desktop {
    height: 40px;
    display: block;
  }
  /* line 245, app/assets/stylesheets/customer/footer.scss */
  .footer-css .about-column .app-badges {
    margin-bottom: 16px;
  }
  /* line 249, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  /* line 255, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-links li {
    margin-bottom: 12px;
  }
  /* line 259, 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 268, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-links a:hover {
    color: #08AF86;
  }
  /* line 272, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
  }
  /* line 277, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-bottom .copyright-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  /* line 283, 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 292, app/assets/stylesheets/customer/footer.scss */
  .footer-css .footer-desktop {
    padding: 48px 140px 64px;
  }
}

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