/* Converted Tailwind Config to scss */

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.service-tabs__overline {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
}

.service-tabs__heading {
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

.service-tabs__page[aria-active="false"] {
  display: none;
}

@media (min-width: 768px) {
  .service-tabs__tabs {
    min-width: 362px;
    padding-right: 28px;
  }
}

.service-tabs__tab-toggle {
  border-bottom: 1px solid #d7dade;
  outline-offset: -4px;
  outline-color: #005fe2 !important;
  height: 74px;
}

.service-tabs__tab-toggle[aria-expanded="true"] {
  border-radius: 5px;
  background-color: #edf6fe;
}

@media (min-width: 768px) {
  .service-tabs__tab-toggle[aria-expanded="true"] {
    background-color: #fff;
    border-bottom-width: 0;
  }
}

.service-tabs__tab-toggle[aria-expanded="true"] .service-tabs__tab-label {
  font-weight: 600;
}

@media (max-width: 767px) {
  .service-tabs__tab-toggle[aria-expanded="true"]::after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) {
  .service-tabs__tab-toggle::after {
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.service-tabs__tab-label {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #001742;
  font-weight: 400;
}

.service-tabs__tab-content[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.service-tabs__panel__title {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
}

@media (min-width: 768px) {
  .service-tabs__panel__title {
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: -0.5px;
    text-align: center;
    color: #001742;
    border-bottom: 1px solid #b8babd;
  }
}

.service-tabs__panel__subheading {
  font-family: NotoSerif, serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: #001742;
}

@media (min-width: 768px) {
  .service-tabs__panel__subheading {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
  }
}

.service-tabs__panel__list-items, .service-tabs__panel__content {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 768px) {
  .service-tabs__panel__list-items, .service-tabs__panel__content {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
  }
}

.service-tabs__panel__list-items a, .service-tabs__panel__content a {
  color: #005fe2;
}

.service-tabs__panel__list-items a:hover, .service-tabs__panel__content a:hover {
  text-decoration: underline;
}

.service-tabs__panel__image {
  height: 200px;
}

@media (min-width: 768px) {
  .service-tabs__panel__image {
    height: 240px;
  }
}

.service-tabs__panel__list-items::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #de5833;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  flex-basis: 20%;
  position: absolute;
}

@media (min-width: 1024px) {
  .service-tabs__panel__list-items::before {
    flex-basis: 5%;
  }
}

.service-tabs__panel__opco-heading {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
}

@media (min-width: 768px) {
  .service-tabs__panel__opco-heading {
    font-family: NotoSerif, serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
    text-align: left;
  }
}

.service-tabs__panel__opco-image {
  border-radius: 1.96875rem;
  box-shadow: 0 2px 7px 0 rgba(58, 58, 58, 0.2);
  max-width: 18.125rem;
  max-height: 3.9375rem;
  background-color: #001742;
  padding: 0.25rem 1.2rem;
}

@media (max-width: 767px) {
  .service-tabs__panel__opco-image {
    width: 16rem;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .service-tabs__panel__opco-image {
    max-width: 11.75rem;
  }
}

@media (min-width: 768px) {
  .service-tabs__panel__opco-image {
    max-height: 5rem;
  }
}

.service-tabs__panel__opco-image img {
  max-height: 100%;
  width: 100%;
}
