@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-tabs {
  position: relative;
}
.l-tabs__tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 1599.98px) {
  .l-tabs__tabs {
    gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__tabs {
    justify-content: flex-start;
    height: auto;
    overflow-x: auto;
    touch-action: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    gap: 20px;
  }
}
.l-tabs__tabs::-webkit-scrollbar {
  display: none;
}
.l-tabs__nav-item {
  height: 100%;
  flex: 1;
  text-align: center;
  color: #9f9f9f;
  font-family: "avenirbook", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.31;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-width: fit-content;
  padding: 0 20px;
  text-transform: uppercase;
  transition: 0.2s all;
}
.l-tabs__nav-item p {
  min-width: fit-content;
}
@media (max-width: 767.98px) {
  .l-tabs__nav-item {
    font-size: 0.875em;
    padding: 10px 20px;
  }
}
.is-active .l-tabs__nav-item {
  font-weight: bold;
  color: #483696;
}
.is-active .l-tabs__nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #483696;
  display: block;
  z-index: 1;
}
.l-tabs__tab {
  min-height: 50px;
}
@media (max-width: 767.98px) {
  .l-tabs__tab {
    height: 30px;
    min-width: fit-content;
  }
}
.l-tabs__tab-title {
  margin: 0;
}
.l-tabs__tab-responsive {
  display: none;
  transition: 0.3s all;
}
.is-active .l-tabs__tab-responsive {
  display: block;
}
.l-tabs__tab-content {
  background-color: #fafafa;
  display: none;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .l-tabs__tab-content {
    box-shadow: none;
    position: relative;
  }
}
.l-tabs__tab-content table {
  font-size: 1em !important;
}
.l-tabs__tab-content table td {
  font-weight: normal !important;
  padding: 0 10px 0 0 !important;
  width: revert-layer !important;
}
.l-tabs__tab-content .container-fluid, .l-tabs__tab-content .col-md-7 {
  padding: 0;
}
.l-tabs__tab-content.is-active {
  height: auto;
  min-height: 690px;
  display: block;
}
@media (max-width: 1599.98px) {
  .l-tabs__tab-content.is-active {
    min-height: 552px;
  }
}
@media (max-width: 1199.98px) {
  .l-tabs__tab-content.is-active {
    min-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .l-tabs__tab-content.is-active {
    min-height: 420px;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__tab-content.is-active {
    padding: 0;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .l-tabs__tab-content.is-active {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__tab-content--scroll {
    max-height: 250px;
    overflow-y: scroll;
  }
}
.l-tabs__tab-gallery {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 690px;
}
@media (max-width: 1599.98px) {
  .l-tabs__tab-gallery {
    min-height: 552px;
  }
}
@media (max-width: 1199.98px) {
  .l-tabs__tab-gallery {
    min-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .l-tabs__tab-gallery {
    min-height: 420px;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__tab-gallery {
    min-height: 0;
  }
}
.l-tabs .slick-list,
.l-tabs .slick-track {
  height: 100%;
}
.l-tabs__tab-gallery-item {
  height: 100%;
  width: 100%;
}
.l-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-tabs__tabs-content {
  position: relative;
  display: block;
}
@media (max-width: 767.98px) {
  .l-tabs__tabs-content {
    background: #fff;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .l-tabs__tabs-content {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__tabs-content .l-tabs__tab-content-header:first-child {
    border-top: none;
  }
}
.l-tabs__tab-content-header {
  display: none;
  color: #000;
  font-size: 1.125em;
  line-height: 1;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 767.98px) {
  .l-tabs__tab-content-header {
    font-size: 0.875em;
    line-height: normal;
    font-weight: 500;
  }
}
.l-tabs__tab-content-header.is-active {
  font-weight: bold;
}
.l-tabs__tab-image-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.l-tabs__tab-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-tabs__tab-text-container {
  text-align: left;
  padding-right: 50px;
}
@media (max-width: 1599.98px) {
  .l-tabs__tab-text-container {
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__tab-text-container {
    padding-right: 0;
  }
}
.l-tabs__tab-content-text {
  font-size: 1.125em;
  line-height: 1.56;
  text-align: left;
  color: #222;
  font-weight: normal;
  margin-top: 35px;
  text-transform: none;
}
@media (max-width: 1599.98px) {
  .l-tabs__tab-content-text {
    font-size: 0.9em;
    margin-top: 28px;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__tab-content-text {
    font-size: 0.875em;
    line-height: 1.71;
    margin-top: 20px;
  }
}
.l-tabs__tab-content-text strong {
  font-weight: bold;
}
.l-tabs table tr {
  background-color: transparent !important;
}
.l-tabs__text-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  z-index: 100;
  margin: 0 80px;
  max-width: 270px;
  padding: 90px 0;
}
@media (max-width: 1599.98px) {
  .l-tabs__text-container {
    margin: 0 64px;
    padding: 72px 0;
  }
}
@media (max-width: 1199.98px) {
  .l-tabs__text-container {
    margin: 0 50px;
    padding: 50px 0 70px;
  }
}
@media (max-width: 991.98px) {
  .l-tabs__text-container {
    margin: 0 20px;
    padding: 20px 0 70px;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__text-container {
    max-width: none;
  }
}
.l-tabs__title {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.23;
  color: #483696;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .l-tabs__title {
    font-size: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .l-tabs__title {
    font-size: 1.25em;
  }
}
.l-tabs__description {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: normal;
  color: #000;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .l-tabs__description {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  .l-tabs__description {
    font-size: 0.875em;
  }
}
.l-tabs__arrows {
  pointer-events: all;
}
.l-tabs__arrows .slick-next,
.l-tabs__arrows .slick-prev {
  bottom: 0;
  top: auto;
}
.l-tabs__arrows .slick-next {
  right: auto;
  left: 100px;
}
.l-tabs__arrows .slick-arrow {
  background: url("../../../img/icons/arrow-right.svg") no-repeat center center;
}