<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 89:13 Expected identifier but found whitespace
Line 89:15 Unexpected "{"
Line 89:23 Expected ":"

**/


/* CSS from section stylesheet tags */
.faq-section .top-headings{
  margin-bottom: 40px;
  color: #fff;
}
.faq__tags {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.faq__tags .faq__tags-tag {
  border: 1px solid;
  padding: 10px;
  margin: 0 8px;
  border-radius: 4px;
}
.faq__block-main .faq__block-title {
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  padding: 26px 40px;
  background: #e6e6e6;
  position: relative;
  text-transform: uppercase;
}
.faq__block-main .faq__block-title .faq__block-title-symbol {
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: none;
}
.faq__block-main .faq__block-title .faq__block-title-symbol:before {
  content: "";
  width: 10px;
  height: 2px;
  transition: 0.3s;
  background: black;
}
.faq__block-main .faq__block-title .faq__block-title-symbol:after {
  content: "";
  width: 2px;
  height: 10px;
  transition: 0.3s;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__block-main .faq__block-title .faq__block-title-symbol:before {
  width: 20px;
  height: 4px;
}
.faq__block-main .faq__block-title .faq__block-title-symbol:after {
  height: 20px;
  width: 4px;
}
.faq__block-main.tab--open .faq__block-title .faq__block-title-symbol:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq__block-main.tab--open .faq__block-title .faq__block-title-symbol:after {
  display: none;
}
.faq__block-main__questions:not(.expand) {
  display: none;
}
.faq__block-faq .faq__item {
  position: relative;
  cursor: pointer;
  border-radius: 16px;
  background: {{ faq_bg }};
  text-align: left;
  margin-bottom: 8px;
}
.faq__block-faq .faq__item a {
  color: #DA2F35;
}
.faq__block-faq .faq__item .faq__item-answer {
  padding: 6px 80px 32px 16px;  
  display: none;
  text-align: left;    
}
.faq__block-faq .faq__item .faq__item-answer p:not(:last-child) {
  margin-bottom: 20px;
}
.faq__block-faq .faq__item .faq__item-question {
  padding: 20px 40px 20px 16px;  
  position: relative;
  margin: 0;
  line-height: 120%;
  font-size: 20px;
}
.faq__block-faq .faq__item .faq__item-question .faq__item-symbol {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: none;  
}
.faq__block-faq .faq__item .faq__item-question .faq__item-symbol .icon{
  color: #333;
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  transition: .3s;
}
.faq__block-faq
  .faq__item.tab--open
  .faq__item-question
  .faq__item-symbol .icon {
  transform: translateY(-50%);
}

@media screen and (max-width: 798px){
  .faq__block-faq .faq__item .faq__item-question {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .faq__block-faq .faq__item .faq__item-answer{
    padding: 8px 30px 32px 16px;
  }
}</pre></body></html>