#coupon-types[data-astro-cid-kjl3a7ca] h3[data-astro-cid-kjl3a7ca]:after {
  content: '';
}
.tab-button[data-astro-cid-5diyck6b] {
  border-radius: 1rem 1rem 0 0;
  background-color: #eaeaea;
  color: #666;
}
.tab-button[data-astro-cid-5diyck6b].active {
  background-color: #3b88b4;
  color: #fff;
  border-bottom: 2px solid #3b88b4;
}
#to-use-cpon {
  display: none;
}
.breadcrumb-nav {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.breadcrumb-nav a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.breadcrumb-nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(2 47 122 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.breadcrumb-nav a {
  transition: color 0.2s ease-in-out;
}
.breadcrumb-nav .current-page {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.title {
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(2 47 138 / var(--tw-text-opacity, 1));
  font-size: 40px;
  line-height: 1.2em;
  @media (max-width: 1024px) {
    font-size: 32px;
    line-height: 1.6em;
  }
}
.h2 {
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(2 47 138 / var(--tw-text-opacity, 1));
  font-size: 32px;
  line-height: 1.2em;
  @media (max-width: 1024px) {
    font-size: 24px;
  }
  &.sm {
    font-size: 28px;
    @media (max-width: 1024px) {
      font-size: 24px;
    }
  }
}
.desk {
  .h3 {
    font-size: 18px;
    line-height: 1.75rem;
  }
  .h3 {
    font-weight: 600;
  }
  .h3 {
    font-size: 18px;
    line-height: 1.4em;
    @media (max-width: 1024px) {
      font-size: 14px;
      line-height: 1.6rem;
    }
  }
}
.coupon-card {
  border-radius: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition:
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
.coupon-card:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(-2px);
}
.tab-button {
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
.tab-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.tab-button.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tab-content {
  transition: opacity 0.3s ease-in-out;
}
.faq-q,
.faq-a {
  font-family:
    Roboto Variable,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(2 47 138 / var(--tw-text-opacity, 1));
  font-size: 40px;
  line-height: 1em;
  @media (max-width: 1024px) {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .accordion-title {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    border-top: 1px solid #b5b5b5;
  }
  .accordion-title:first-child {
    border-top: none;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out;
    opacity: 0;
  }
  .accordion-content.active {
    max-height: 100%;
    opacity: 1;
    padding-bottom: 2.5rem;
  }
  .accordion-title:before,
  .accordion-title:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 4px;
    background-color: currentColor;
    transition:
      transform 0.3s ease-in-out,
      opacity 0.3s ease-in-out;
  }
  .accordion-title:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .accordion-title:after {
    transform: translateY(-50%);
  }
  .accordion-title.active:before {
    transform: translateY(-50%) rotate(0);
    opacity: 0;
  }
  .accordion-title.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.rotate-180 {
  transform: rotate(180deg);
}
.coupon-shadow {
  box-shadow: 0 4px 20px #0000001a;
}
@media (max-width: 1024px) {
  .coupon-card {
    padding: 1rem 0.75rem 2.5rem;
  }
  .tab-button {
    padding: 0.75rem 1rem;
    font-size: 14px;
    line-height: 1.25rem;
  }
}
