<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq-banner {
  position: relative; }
  .faq-banner .faq-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .faq-banner .faq-banner-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 150px;
    position: relative;
    z-index: 1; }
    @media (min-width: 769px) {
      .faq-banner .faq-banner-content {
        min-height: 270px; } }
    @media (min-width: 769px) {
      .faq-banner .faq-banner-content {
        min-height: 350px; } }
  .faq-banner .faq-banner-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 769px) {
      .faq-banner .faq-banner-text {
        font-size: 35px; } }

.faq .nav {
  display: none; }
  @media (min-width: 769px) {
    .faq .nav {
      display: -ms-flexbox;
      display: flex;
      margin: 85px 0 0;
      padding-top: 15px; } }

.faq .nav-item {
  margin: 0 20px 0 0; }
  .faq .nav-item:last-of-type {
    margin: 0; }

.faq .nav-link {
  border: 1px solid #f2f3f5;
  font-size: 20px;
  padding: 14px 30px; }
  @media (min-width: 769px) {
    .faq .nav-link {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .faq .nav-link {
      font-size: 20px; } }
  .faq .nav-link:hover, .faq .nav-link.active {
    border-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    font-weight: 600; }

.tab-pane h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 10px; }
  @media (min-width: 769px) {
    .tab-pane h3 {
      font-size: 16px;
      margin: 45px 0 20px; } }
  @media (min-width: 1025px) {
    .tab-pane h3 {
      font-size: 18px;
      margin: 40px 0 15px; } }

.tab-pane p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px; }
  @media (min-width: 769px) {
    .tab-pane p {
      font-size: 16px; } }

.faq-select-block {
  position: relative;
  height: 60px; }
  @media (min-width: 769px) {
    .faq-select-block {
      display: none; } }
  .faq-select-block .faq-select {
    background: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0;
    width: 100%;
    height: 60px; }
  .faq-select-block .faq-select-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    opacity: 0.4;
    z-index: 1; }
  .faq-select-block .faq-select-background {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.1);
    z-index: 0; }

.faq-contact {
  margin: 30px 0 60px; }
  @media (min-width: 769px) {
    .faq-contact {
      margin: 30px 0 0; } }
  .faq-contact .faq-contact-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.1); }
    @media (min-width: 769px) {
      .faq-contact .faq-contact-body {
        -ms-flex-direction: row;
            flex-direction: row;
        border: 1px solid #d5d7de;
        box-shadow: none; } }
  .faq-contact .faq-contact-body-col {
    -ms-flex: 1 0 37%;
        flex: 1 0 37%; }
    .faq-contact .faq-contact-body-col:first-child {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .faq-contact .faq-contact-body-col:last-child .faq-contact-inner::after {
      display: none; }
  .faq-contact .faq-contact-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 100%;
    padding: 19px; }
    @media (min-width: 769px) {
      .faq-contact .faq-contact-inner {
        padding: 20px 15px 20px 30px; } }
    @media (min-width: 1025px) {
      .faq-contact .faq-contact-inner {
        padding: 20px 50px; } }
    .faq-contact .faq-contact-inner::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      height: 1px;
      width: 90%;
      background-color: #d5d7de;
      transform: translate(-50%, 0%); }
      @media (min-width: 769px) {
        .faq-contact .faq-contact-inner::after {
          top: 50%;
          left: 100%;
          height: 65px;
          width: 1px;
          transform: translate(0%, -50%); } }
  .faq-contact .faq-contact-title {
    font-size: 22px;
    font-weight: 600; }
  .faq-contact .faq-contact-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
  .faq-contact .faq-contact-icon {
    -ms-flex: 0 0 23px;
        flex: 0 0 23px;
    margin-right: 10px; }
    @media (min-width: 769px) {
      .faq-contact .faq-contact-icon {
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
        margin-right: 20px;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; } }
    @media (min-width: 1025px) {
      .faq-contact .faq-contact-icon {
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
        margin-right: 45px; } }
    .faq-contact .faq-contact-icon .i-phone {
      width: 23px;
      height: 23px; }
      @media (min-width: 1025px) {
        .faq-contact .faq-contact-icon .i-phone {
          width: 45px;
          height: 45px; } }
    .faq-contact .faq-contact-icon .i-mail {
      width: 23px;
      height: 23px; }
      @media (min-width: 1025px) {
        .faq-contact .faq-contact-icon .i-mail {
          width: 45px;
          height: 45px; } }
  .faq-contact .faq-contact-text {
    font-weight: 600;
    font-size: 14px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .faq-contact .faq-contact-text .text-title {
      color: #d80b3a;
      margin: 0; }
    .faq-contact .faq-contact-text .text-subtitle {
      font-size: 16px;
      margin: 0; }
      @media (min-width: 769px) {
        .faq-contact .faq-contact-text .text-subtitle {
          font-size: 14px; } }
      @media (min-width: 769px) {
        .faq-contact .faq-contact-text .text-subtitle {
          font-size: 16px; } }
    .faq-contact .faq-contact-text .text-information {
      font-weight: 300;
      margin: 0;
      color: #37262d;
      font-size: 13px; }
      @media (min-width: 769px) {
        .faq-contact .faq-contact-text .text-information {
          font-size: 14px; } }

/*# sourceMappingURL=faq.css.map*/</pre></body></html>