/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-accordion .acc-item {
  padding: 2rem 0 2rem;
  border-top: 1px solid #e2e2e2; }
  .cp-accordion .acc-item.last {
    border-bottom: 1px solid #e2e2e2; }
  .cp-accordion .acc-item .accordion-body {
    margin-top: 3rem;
    padding-right: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-accordion .acc-item .accordion-body {
        margin-top: 1rem;
        padding-right: 0; } }
  .cp-accordion .acc-item .acc-head {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Gotham-Book";
    font-size: 2rem;
    line-height: 1.8rem;
    color: #4a4a4a;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 768px) {
      .cp-accordion .acc-item .acc-head {
        padding-right: 3rem;
        font-size: 1.6rem; } }
    .cp-accordion .acc-item .acc-head::after {
      display: inline-block;
      content: "\E92A";
      font-family: 'icomoon';
      font-size: 1.5rem;
      color: #bd001c;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(270deg); }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-item .acc-head::after {
          right: 0;
          font-size: 1.4rem;
          height: 0.9rem;
          top: 0.8rem; } }
    .cp-accordion .acc-item .acc-head.active {
      font-family: "Gotham-Bold"; }
      .cp-accordion .acc-item .acc-head.active::after {
        transform: translateY(-50%) rotate(90deg); }
        @media only screen and (max-width: 768px) {
          .cp-accordion .acc-item .acc-head.active::after {
            right: -0.9rem; } }
  .cp-accordion .acc-item .acc-cont {
    display: none; }
    .cp-accordion .acc-item .acc-cont.active {
      display: block; }
    @media only screen and (max-width: 768px) {
      .cp-accordion .acc-item .acc-cont {
        max-width: 81%; } }
    .cp-accordion .acc-item .acc-cont .questions {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      margin-bottom: 1.4rem;
      color: #3c3c3c;
      line-height: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-item .acc-cont .questions {
          margin-top: 2rem;
          margin-bottom: 0;
          font-size: 1.4rem;
          line-height: 1.6rem; } }
    .cp-accordion .acc-item .acc-cont .answer {
      font-size: 1.6rem;
      color: #3c3c3c;
      margin-bottom: 3rem;
      font-family: "Gotham-Book";
      line-height: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-item .acc-cont .answer {
          margin-top: 1rem;
          font-size: 1.4rem;
          line-height: 1.6rem; } }

.cp-accordion .note {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #3c3c3c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .cp-accordion .note {
      margin-top: 2rem;
      margin-bottom: 0rem; } }
  .cp-accordion .note .btn-link {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 0.3rem; }

.brnads_faq {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .brnads_faq {
      margin-bottom: 1rem; } }
  .brnads_faq .faq-heading {
    border: none;
    margin-right: 5rem;
    text-align: left;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #c2c2c2;
    padding-bottom: 0.9rem;
    font-family: "Gotham-Bold";
    min-width: auto;
    letter-spacing: -.38px; }
    @media only screen and (max-width: 768px) {
      .brnads_faq .faq-heading {
        margin-right: 2rem;
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -.28px;
        min-width: 6rem;
        padding-bottom: 0.5rem; } }
    .brnads_faq .faq-heading.active {
      color: #000000;
      font-family: "Gotham-Bold";
      border-bottom: 2px solid #007fff; }
      @media only screen and (max-width: 768px) {
        .brnads_faq .faq-heading.active {
          font-size: 1.8rem;
          line-height: 1.8rem;
          letter-spacing: -.28px;
          min-width: 6rem;
          padding-bottom: 0.5rem; } }

.cp-specification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-specification {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    .cp-specification .info-wrap {
      width: 100%; } }
  .cp-specification .list-item {
    min-width: 35rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: solid 1px #d8d8d8;
    padding: 2.5rem 0; }
    @media only screen and (max-width: 768px) {
      .cp-specification .list-item {
        padding: 2rem 0; }
        .cp-specification .list-item:first-child {
          padding-top: 0; } }
  .cp-specification .serialNum {
    width: 3.4rem;
    height: 3.3rem;
    background: #000000;
    color: #ffffff;
    font-size: 1.4rem;
    font-family: "Gotham-Book";
    border-radius: 50%;
    text-align: center;
    margin-right: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (max-width: 768px) {
      .cp-specification .serialNum {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem; } }
  .cp-specification .speci-title {
    font-family: "Gotham-Bold";
    font-size: 1.5rem;
    color: #1e1e1e;
    line-height: 1.8rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-specification .speci-title {
        font-size: 1.2rem; } }
  .cp-specification .desc {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #1e1e1e; }
    @media only screen and (max-width: 768px) {
      .cp-specification .desc {
        font-size: 1.6rem;
        line-height: 2rem; } }
  .cp-specification .specWrap {
    width: 90%; }
  .cp-specification .img-wrap {
    width: 78.4rem;
    height: 50rem;
    position: relative; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-specification .img-wrap {
        height: 100%; } }
    @media only screen and (max-width: 768px) {
      .cp-specification .img-wrap {
        -ms-flex-order: -1;
            order: -1;
        height: 24.9rem; } }
