<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 86:10 Unexpected "{"
Line 86:19 Expected ":"
Line 88:17 Expected identifier but found whitespace
Line 88:19 Unexpected "{"
Line 88:28 Expected ":"
Line 88:57 Expected ":"

**/


.blog__title{margin:0 20px;font-size: max(2.8rem, min(calc(4vw + 1rem), 3.6rem));}
  .card__information{display:flex;flex-direction:column;}
  .blog__posts{padding-left:0!important;padding-inline-start: 40px;margin: 0 20px;}
  .blog__post{width:100%;list-style-type:none;}
  .article-card__excerpt{font-size:13px;letter-spacing:-0.02em;}

.template-main-faq__top-article p,.template-main-faq__top-article div,details{font-family: Roboto Mono;
font-size: 12px;
font-weight: 400;
line-height: 16.8px;
letter-spacing: -0.02em;
text-align: left;
}
.article-title{max-width: calc(100% - 6rem);font-family: Roboto Condensed;
font-size: 14px;
font-weight: 500;
line-height: 13.44px;
letter-spacing: -0.02em;
text-align: left;
}
.template-main-faq__top-article summary {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
}
.icon-caret2 {
transition: transform 0.3s;
margin-left: 10px;
width: 20px;
height:8px;
position: absolute;
top:0.83em;right:0;
  transform: rotate(180deg);
}
details[open] .icon-caret2 {
transform: rotate(360deg);margin-top: -30px;
}
  

.blog__post.article:not(:last-child) {
border-bottom: 1px solid #000!important;
}

#faq-footer{
margin: 0 auto;
margin-top: 100px;
padding:0 16px;
}
#faq-footer hr{margin: 30px auto;
max-width: 768px;
width: 100%;}
.faqmore{font-family: Roboto Condensed;
font-size: 26px;
font-weight: 500;
line-height: 24.96px;
letter-spacing: -0.02em;
text-align: center;text-transform:uppercase;
}

.faqemail{
font-family: Roboto Mono;
font-size: 12px;
font-weight: 400;
line-height: 16.8px;
letter-spacing: -0.02em;
text-align: center;
}

  @media screen and (max-width: 768px) {
.blogbanner-pc{display:none;}   
  }
@media screen and (min-width: 769px) {
.section-{{ section.id }}-padding {
  padding-top: 0;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
 .blog__posts{margin: 0 auto;max-width:1022px;}
#faq-footer{
padding:0;
}
.icon-caret2 {
width: 38px;
height:15px;
}
  .article-title{
font-size: 26px;
font-weight: 500;
line-height: 24.96px;

}
details[open]{margin-top:25px;margin-bottom:45px;}
}
.blog{background-color:#fffdfa;}

</pre></body></html>