/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Unexpected "{"
Line 8:3 Expected identifier but found "'faqs-custom.css'"

**/
{{ 'faqs-custom.css' | asset_url | stylesheet_tag }}

.PageLayout__Section--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  align-self: flex-start; }

.PageLayout__Section--sticky {
  top: 100px; }

.FaqSummary {
  list-style: none;
  margin: 0;
  padding: 0; }

.FaqSummary__Item {
  margin-bottom: 12px; }

.FaqSummary__Link {
  display: block; }

.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block; }

.FaqSummary__LinkLabel::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left center;
  background: currentColor;
  transition: transform 0.2s linear; }

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  transform: scale(1, 1); }

.Faq__Section {
  margin-bottom: 20px; }

.Anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden; }

.Anchor {
  top: calc(-1 * (100px)); }

.Faq__Item {
  position: relative;
  margin: 14px 0; }

.Faq__Icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #6a6a6a;
  transition: all 0.3s ease-in-out;  
 }

.Faq__Icon svg {
  width: 11px;
  height: 11px;
  vertical-align: baseline; 
  transform: rotate(-90deg);
}

.Faq__ItemWrapper {
  padding-left: 26px; }

.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  cursor: pointer; 
  font-size: 1.6rem;
}

.Faq__AnswerWrapper {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s; }

.Faq__Item[aria-expanded="true"] .Faq__AnswerWrapper {
  visibility: visible;
  transition: height 0.25s ease-in-out; }

.Faq__Answer {
  padding: 16px 0 22px 0; 
  line-height: 1.4;
  color: #111;
}

.Rte p:last-child, .Rte blockquote:last-child, .Rte ul:last-child, .Rte ol:last-child, .Rte h1:last-child, .Rte h2:last-child, .Rte h3:last-child, .Rte h4:last-child, .Rte h5:last-child, .Rte h6:last-child {
  margin-bottom: 0; }

.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0; }

.Rte::after {
  content: '';
  display: block;
  clear: both; }

.Faq__Section ~ .Faq__Section {
  margin-top: 34px; }

.Faq__Item[aria-expanded="true"] .Faq__Icon {
  transform: rotateZ(90deg);
  color: #1c1b1b; }

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important; } }
@media screen and (min-width: 641px) {
  .Faq__Section ~ .Faq__Section {
    margin-top: 60px; }

  .Faq__Section {
    margin-bottom: 34px; }

  .u-h1, .Rte h1 {
    font-size: 20px; }

  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px; }

  .PageLayout__Section {
    flex: 1 0 0; }

  .PageLayout {
    display: flex;
    flex-wrap: nowrap; }

  .PageLayout__Section--secondary {
    flex: 1 1 200px;
    max-width: 200px; }

  .PageLayout__Section:first-child {
    margin-bottom: 0; } }
.PageLayout__Section:first-child {
  margin-bottom: 60px; }

@media screen and (min-width: 1008px) {
  .PageLayout__Section--secondary {
    flex-basis: 235px;
    max-width: 235px; } }
@media screen and (min-width: 1240px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px; }

  .PageLayout__Section--secondary {
    flex-basis: 290px;
    max-width: 290px; } }