/**
 * Theme Name:  Buro
 */
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.faq-section {
  display: block;
  float: left;
  width: 100%;
}
.faq-section .wrap_float {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.faq-section .section-left {
  max-width: 464px;
}
.faq-section .section-right {
  max-width: 658px;
}
.faq-section .accordion-block {
  margin: 0;
}
.faq-section .accordion-block .accordion-item:first-child .accordion-item-title {
  padding-top: 0;
}
.faq-section .accordion-block .accordion-item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1230px) {
  .faq-section .section-left {
    max-width: 440px;
  }
  .faq-section .section-right {
    max-width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-section .wrap_float {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .faq-section .section-left {
    margin-bottom: 30px;
  }
  .faq-section .section-left,
  .faq-section .section-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .faq-section .section-left .subtitle {
    margin-bottom: 20px;
  }
}
