/** Shopify CDN: Minification failed

Line 82:0 Unexpected "}"

**/
.breadcum {
  background-color: #434263;
  padding: 15px 0;
  color: #A1A1D0;
}
.breadcum a {
  font-size: 15px;
  font-weight: 700;
  color: #F8F08A;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcum a:hover, .breadcum a.active {
  color: #A1A1D0;
}

.faq-section h3 {
  font-size: 30px;
  font-weight: 900;
  color: #A1A1D0;
  margin: 0 0 20px 0;
  line-height: 1;
}
.faq-section a {
  color: #F8F08A;
  font-weight: 700;
  text-decoration: none;
}

.accordion {
  margin: 40px auto 100px;
}
.at-tab {
  display: none;
  font-size: 18px;
  color: #A1A1D0;
  font-weight: 400;
  line-height: 30px;
  padding: 0 0 20px;
}
.at-title {
  cursor: pointer;
  position: relative;
}
.at-title:hover {
}
.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 40px;
  font-weight: 900;
}
.at-title.active:after {
  content: "-";
}
.at-item {
  border-bottom: 2px solid #F8F08A;
}
.at-title h2 {
  font-size: 25px;
  color: #F8F08A;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
  padding: 25px 40px 25px 0;
  margin: 0;
}
.accordion-header {
  text-align: center;
  color: white;
  padding: 20px 0;
}
}

@media only screen and (max-width: 768px) {
  .faq-section h3 {
    font-size: 20px;
  }
  .accordion {
    margin: 30px auto 80px;
  }
  .at-tab {
    font-size: 15px;
    line-height: 25px;
  }
  .at-title:after {
    font-size: 25px;
  }
  .at-title h2 {
    font-size: 20px;
    line-height: 25px;
  }
}