/* BEGIN: Marquee Section
-----------------------------------*/
.section-page--marquee_bar {
	padding: 15px 0;
	color: var(--teak-white);
	overflow: hidden;
}

.section-page--marquee_bar .section-wrapper {
  max-width: none;
  width: 100%;
  overflow: hidden;
}

.section-page--marquee_bar .section-content {
	width: auto;
	max-width: none;
	margin: auto;
}

.section-page--marquee_bar .marquee-items {
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.section-page--marquee_bar .marquee-item {
	flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 40px;
  padding-right: 40px;
}

.section-page--marquee_bar .marquee-items .marquee-item__text {
	font-family: var(--teak-heading-font);
	font-size: 18px;
	font-weight: 700;
}

.section-page--marquee_bar .marquee-items .marquee-item__logo {
	width: 22px;
	height: 21px;
}

.section-page--marquee_bar .marquee-items .marquee-item__logo svg {
	vertical-align: top;
}