<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-center{
    text-align: center;
}
.tr-modal{
  cursor: pointer;
}
.tr-modal:hover{
  color: #f90;
}
.vc-form__input label.error,
.vc-form__capcha label.error{
  color: #dd6e6d;
}
.vc-form__capcha #captcha{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.vc-form__message{
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #b8daff;
  border-radius: 0.25rem;
  color: #004085;
  background-color: #cce5ff;
}
.vc-form__results{
  width: 80%;
  margin: 20px auto;
  background: #fffce6;
  padding: 30px;
  font-weight: bold;
  font-size: 16px;
}
.vc-form__results span{
  color: #dd6e6d;
}
.vc-form__results ul{
  padding-left: 4rem;
}
.vc-form__results ul li + li{
  margin-top: 10px;
}
.fancybox-content.modal-viewer{
  padding: 0;
  width: 500px;
}
.fancybox-content.modal-viewer .fancybox-button{
  color: #fff;
}
.modal-viewer h3{
  background-color: #17469e;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  margin: 0;
}
.modal-viewer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-viewer ul li{
  display: flex;
  padding: 8px;
  font-size: 1.6rem;
}
.modal-viewer ul li:nth-child(2n){
  background-color: #f5f5f5;
}
.modal-viewer ul li:hover{
  background-color: #dbe9ff;
}
.modal-viewer ul li span{
  width: 50%;
  font-size: 1.6rem;
}</pre></body></html>