@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Regular.woff") format("woff");
}

@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Bold.woff") format("woff");
  font-weight: 700;
}

.tab-content .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block;
}

.tab-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tab-content .tab-pane p {
  margin-bottom: 1.88rem;
}

.tab-nav {
  display: flex;
}

.tab-nav .tab-item-title {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
}

.tab-nav .tab-item-title p {
  letter-spacing: .0313rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.tab-nav .tab-item-title.active p {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}


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