/*
 * Webflow exports initialize interaction elements at opacity: 0 and then reveal
 * them from Webflow IX JavaScript. In this Jekyll migration, keep the static
 * page content visible even if those interactions do not initialize.
 */
html.w-mod-js [data-w-id][style*="opacity:0"],
html.w-mod-js [data-w-id][style*="opacity: 0"] {
  opacity: 1 !important;
}

body:has(.instruction-content-wrapper) {
  color: #f4f4f5;
}

.instruction-content-wrapper,
.instruction-content-wrapper .instructions,
.instruction-content-wrapper .margin-top-description,
.instruction-content-wrapper li {
  color: #f4f4f5;
}

.instruction-content-wrapper .opacity-50 {
  opacity: 1;
  color: #a7a7ad;
}

.instruction-content-wrapper .divider-line-instructions {
  background-color: rgba(255, 255, 255, 0.18);
}

.footer-component .link-4,
.footer-component .paragraph-3,
.footer-component .credits,
.footer-component .paragraph {
  color: #f4f4f5;
}

.footer-component .link-4:hover,
.footer-component .credits:hover {
  color: #a96cff;
}

.login-button,
.banner-button,
.blog-card,
.features-image-wrapper,
.price-card,
.faq-top {
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.login-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(138, 34, 255, 0.28);
}

.login-button:hover .button-elipse {
  transform: translate(-50%, -45%) scale(1.8);
  opacity: 0.35;
}

.banner-button-line .line-fill {
  width: 0;
  transition: width 260ms ease;
}

.banner-button:hover .line-fill {
  width: 100%;
}

.banner-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.banner-button .icon-wrapper {
  width: 1.75rem;
  min-width: 1.75rem;
  overflow: visible;
}

.banner-button .icon-wrapper .arrow {
  display: none;
}

.banner-button .icon-wrapper .arrow:first-child {
  display: block;
  width: 1rem;
  height: auto;
  opacity: 1;
  transition: transform 180ms ease, opacity 180ms ease;
}

.banner-button:hover .icon-wrapper .arrow:first-child {
  transform: translateX(4px);
}

.blog-card:hover,
.features-image-wrapper:hover,
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.faq-top {
  cursor: pointer;
}

.faq-top:hover {
  color: #ffffff;
  opacity: 0.86;
}

.faq-item .faq-top {
  cursor: pointer;
}

.faq-item .faq-bottom {
  display: none;
}

.faq-item.is-open .faq-bottom {
  display: block;
}

.faq-item .arrow {
  transition: transform 0.2s ease;
}

.faq-item.is-open .arrow {
  transform: rotate(180deg);
}

.footer-component .link-4 {
  color: #f4f4f5;
  text-decoration-color: rgba(244, 244, 245, 0.5);
}

.footer-component .link-4:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}
