<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*FAQ*/
.FAQ_title {
    height: 50px;
    background-color: #0093CB;
    margin: 0px 0px 15px -18px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
  }

  .FAQ_panel {
    border: none!important;
    box-shadow: none!important;
    margin-top:20px;
  }

  h4&gt;a:hover,
  h4&gt;a:checked,
  h4&gt;a:focus {
    text-decoration: none!important;
  }

  .FAQ_panel_body {
    border-top: solid #000 1px!important;

    margin-bottom: 20px!important;
    padding-left: 10px!important;
  }

  .panel-title&gt;a{
    color: #fff;
  }

  .FAQ_collapse_title {
    background-color: #92a0a8!important;
    color: #fff!important;
    font-weight: bold;
    width: max-content!important;
    border: none!important;
    margin-left: -12px!important;
    margin-bottom: 15px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
  }

  .brochure {
    background-color: #36ab69;
    border-radius: 0.5em;
    text-align: center;
    height: 45px;
    padding: 9px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
  }

  .brochure&gt;a,
  .brochure&gt;a:focus,
  .brochure&gt;a:active,
  .brochure&gt;a:hover {
    text-decoration: none;
    color: #fff!important;
  }

  .no-padding {
    padding: 0;
  }


  @media only screen and (max-width:1199px){

    .FAQ_collapse_title{
      width: 100%!important;
    }

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