/* line 1, app/assets/stylesheets/visor.scss */
.swiper-button-prev {
  color: white;
}

/* line 5, app/assets/stylesheets/visor.scss */
.swiper-button-next {
  color: white;
}

/* line 9, app/assets/stylesheets/visor.scss */
.anim-scale-in {
  animation-name: scaleIn;
  animation-duration: 0.25s;
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

/* line 15, app/assets/stylesheets/visor.scss */
.hover-grow {
  transition: transform 0.3s ease-in-out;
}

/* line 19, app/assets/stylesheets/visor.scss */
.hover-grow:hover {
  transform: scale(1.05);
}

/* line 23, app/assets/stylesheets/visor.scss */
.trix-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 29, app/assets/stylesheets/visor.scss */
.button-flat {
  color: #737373;
  border: none;
  border-radius: 30px;
  background-color: #D9D9D9;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

/* line 38, app/assets/stylesheets/visor.scss */
.button-active {
  color: #000;
  background-color: #F4F4F4;
  border: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4), -4px -4px 8px white;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

/* line 49, app/assets/stylesheets/visor.scss */
.button-flat:active,
.button-flat.button-pressed {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4), inset -2px -2px 4px rgba(255, 255, 255, 0.9);
}

/* line 56, app/assets/stylesheets/visor.scss */
.tabs {
  display: flex;
  background-color: #e0e0e0;
  border-radius: 30px;
  padding: 4px;
  width: 100%;
  font-weight: bold;
  color: #737373;
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.5), inset -3px -3px 5px white;
}

/* line 68, app/assets/stylesheets/visor.scss */
.tab {
  padding: 6px 20px;
  background-color: transparent;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  width: 50%;
}

/* line 78, app/assets/stylesheets/visor.scss */
.tab.active {
  background-color: #f4f4f4;
  color: #000;
  box-shadow: 2px 2px 2px 0px #00000040, -2px -2px 2px 0px #FFFFFF;
}

/* line 84, app/assets/stylesheets/visor.scss */
#products-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 89, app/assets/stylesheets/visor.scss */
#products-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/visor.scss */
#products-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

/* line 106, app/assets/stylesheets/visor.scss */
.glow-effect {
  box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.6);
}

/* line 112, app/assets/stylesheets/visor.scss */
#visor-term .button-with-glow {
  position: relative;
  overflow: hidden;
}

/* line 116, app/assets/stylesheets/visor.scss */
#visor-term .button-with-glow::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.02), transparent);
  pointer-events: none;
}

/* line 125, app/assets/stylesheets/visor.scss */
#visor-term .button-with-glow.active::after {
  opacity: 1;
}

/* line 129, app/assets/stylesheets/visor.scss */
#visor-term .button-with-glow:not(.active)::after {
  opacity: 0;
}

/* line 134, app/assets/stylesheets/visor.scss */
.button-unpressed {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
  background-color: #D9D9D9;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

/* line 146, app/assets/stylesheets/visor.scss */
.button:hover {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4), inset -1px -1px 0 rgba(255, 255, 255, 0.9);
}

/* line 151, app/assets/stylesheets/visor.scss */
.button-pressed {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #f2f2f2;
  padding: 10px 30px;
  border: none;
  border-radius: 35px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px white;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

/* line 165, app/assets/stylesheets/visor.scss */
.button-unpressed:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  /* line 170, app/assets/stylesheets/visor.scss */
  #benefits-slider .drop-shadow-2xl.shadow-4xl::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 50px;
    border-style: solid;
    border-color: transparent transparent #161616 transparent;
    display: block;
  }
}

/* line 184, app/assets/stylesheets/visor.scss */
.fe-highlight {
  background: linear-gradient(270deg, #000000 -12.28%, #C92A54 73.52%, #E9580D 179.26%);
  background-clip: text;
  color: transparent;
}

/* Swiper CSS loaded via CDN or vendored in Phase 2 */
/* Bootstrap Icons CSS loaded via CDN (Phase 1) */
/* line 1, app/assets/stylesheets/faq.scss */
.faq_items .faq_item .cross_button:before {
  content: "";
  display: block;
  width: 24px;
  height: 0px;
  border-bottom: solid 2px white;
  position: relative;
  top: 12px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

/* line 13, app/assets/stylesheets/faq.scss */
.faq_items .faq_item.active .cross_button:before {
  transform: rotate(360deg);
  transition: all 0.5s ease;
}

/* line 18, app/assets/stylesheets/faq.scss */
.faq_items .faq_item .cross_button:after {
  content: "";
  display: block;
  width: 24px;
  height: 0px;
  border-bottom: solid 2px white;
  position: relative;
  top: 10px;
}
