
@media all {
  .tabs__nav-link {
    display: block;
    text-decoration: none;
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #e3eff6;
    font-weight: 500;
    font-size: 0.88889rem;
    line-height: 1.25; }
    .tabs__nav-link.active {
      color: #0c173c;
      border-color: #1b82c4;
      font-weight: 600; }
    .tabs__nav-link:hover, .tabs__nav-link:focus {
      text-decoration: none;
      background-color: #e3eff6;
      color: #1b82c4;
      border-color: #9fc6de; } }

@media all and (min-width: 992px) {
  .tabs .accordion__content--tab.collapse {
    display: block; }
  .tabs .accordion__content--tab {
    border: 0 none; } }

@media all and (max-width: 991.98px) {
  .tabs {
    margin-bottom: 1.5em; }
    .tabs .tab-pane {
      display: block !important;
      opacity: 1; } }

