.algert-scroll-synced-tabs-widget {
  display: grid;
  grid-template-columns: var(--left-column-width, 450px) var(--right-column-width, 1fr);
  column-gap: var(--column-gap, 4.5rem);
  overflow: visible;
}
@media (max-width: 767.98px) {
  .algert-scroll-synced-tabs-widget {
    grid-template-columns: 1fr;
  }
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-heading {
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .algert-scroll-synced-tabs-widget .tabs-container .tabs-heading {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper {
    position: sticky;
    top: var(--sticky-top, 0px);
    align-self: start;
  }
}
@media (max-width: 767.98px) {
  .algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper {
    display: none;
  }
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item {
  background: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem;
  padding: 1.25rem;
}
@media (max-width: 991.98px) {
  .algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item {
    padding: 1rem;
    column-gap: 1rem;
  }
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item .icon {
  flex-shrink: 0;
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item .tab-content {
  flex: 1;
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item .tab-content .label {
  margin: 0;
  color: inherit;
  transition: margin-bottom 0.2s ease;
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item .tab-content .description {
  display: none;
  margin: 0;
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item.active .tab-content .label {
  margin-bottom: 0.5rem;
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item.active .tab-content .description {
  display: block;
}
.algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .algert-scroll-synced-tabs-widget .tabs-container .tabs-wrapper .scrolling-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.algert-scroll-synced-tabs-widget .content-wrapper {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .algert-scroll-synced-tabs-widget .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--content-row-gap, 1.5rem);
  }
}
.algert-scroll-synced-tabs-widget .content-wrapper .image-item {
  overflow: visible;
}
.algert-scroll-synced-tabs-widget .content-wrapper .image-item .image-wrapper {
  width: 100%;
  margin-bottom: var(--content-row-gap, 1.5rem);
  overflow: visible;
}
@media (max-width: 767.98px) {
  .algert-scroll-synced-tabs-widget .content-wrapper .image-item .image-wrapper {
    margin-bottom: 0;
  }
}
.algert-scroll-synced-tabs-widget .content-wrapper .image-item .image-wrapper .image-bleed {
  width: 100%;
  overflow: visible;
  will-change: transform, opacity;
}
.algert-scroll-synced-tabs-widget .content-wrapper .image-item .image-wrapper .image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .algert-scroll-synced-tabs-widget .content-wrapper .image-item .text-content {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .algert-scroll-synced-tabs-widget .content-wrapper .image-item .text-content {
    max-width: calc(100dvw - 2rem);
  }
}
.algert-scroll-synced-tabs-widget .content-wrapper .image-item .text-content .label {
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: inherit;
}
.algert-scroll-synced-tabs-widget .content-wrapper .image-item .text-content .description {
  display: block;
  margin: 0;
}

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