.custom-header-with-line {
  font-weight: 500;
  font-size: 24px;
}
.custom-header-with-line:before {
  content: " ";
  width: 2px;
  height: 100%;
  display: inline-block;
  background-color: #1f52d2;
  position: absolute;
  left: -7px;
}
@media (max-width: 991px) {
  .custom-header-with-line:before {
    left: -3px;
  }
}

.tab-regions .nav {
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
}
.tab-regions .nav .nav-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f6fb;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 20px;
  border: 1px solid #dee2e6;
  min-width: 256px;
  border-bottom: 4px solid transparent;
}
.tab-regions .nav .nav-item svg {
  vertical-align: middle;
}
.tab-regions .nav .nav-item svg path {
  fill: #9ea8b5;
}
.tab-regions .nav .nav-item.active {
  color: #1f52d2;
  background-color: #f5f6fb;
  border-bottom: 4px solid #1f52d2;
}
.tab-regions .nav .nav-item.active svg path {
  fill: rgb(31, 82, 210);
}
@media (max-width: 1620px) {
  .tab-regions .nav .nav-item {
    min-width: 200px;
  }
}
@media (max-width: 1400px) {
  .tab-regions .nav .nav-item {
    min-width: inherit;
    margin-right: 5px;
  }
}
.tab-regions .tab-content {
  border: 1px solid rgb(222, 226, 230);
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-width: 0px;
}
.tab-regions .region-office-item img {
  vertical-align: middle;
}
.tab-regions .region-sub-text {
  color: rgb(31, 82, 210);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .tab-regions .tab-regions-desktop {
    display: none;
  }
}

.tab-regions-mobile .card {
  border-radius: 0px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
  background-color: #fff;
}
.tab-regions-mobile .card:has(.card-header a:not(.collapsed)) {
  border-color: rgb(31, 82, 210);
}
.tab-regions-mobile .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.tab-regions-mobile .card-header a {
  padding: 1.25rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: rgb(31, 82, 210) !important;
}
.tab-regions-mobile .card-header a.collapsed {
  color: rgb(43, 42, 42) !important;
}
.tab-regions-mobile .card-header a.collapsed svg path {
  fill: #9ea8b5;
}
.tab-regions-mobile .card-header a svg path {
  fill: rgb(31, 82, 210);
}
.tab-regions-mobile .card-header a .accordion-icon::after {
  content: " ";
  float: right;
  transition: transform 0.2s ease-in-out;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("/assets/images/ic_baseline-plus.svg");
}
.tab-regions-mobile .card-header a:not(.collapsed) .accordion-icon::after {
  background-image: url("/assets/images/ic_baseline-minus.svg");
}
.tab-regions-mobile .card-body {
  color: #6c757d;
}
.tab-regions-mobile .region-sub-text {
  color: #1f52d2;
  font-weight: 400;
  text-transform: uppercase;
}
.tab-regions-mobile .region-office-item {
  display: flex;
  align-items: center;
}
.tab-regions-mobile .region-office-item img {
  margin-right: 0.75rem;
}

/*# sourceMappingURL=regions.css.map */
