.market-segment__page .market__section .section__headline {
  margin-top: 40px;
}
.market-segment__page .market__section .section__background {
  display: none;
}
.market-segment__page .market__section .container {
  padding-top: 0;
  padding-bottom: 0;
}
#BambooHR {
  overflow: hidden !important;
}
.openingsAtP2S {
  height: 100%;
  overflow-y: auto;
}
.case-ss-section .row {
  width: 100%;
}
.fp-scroller.scrollable--height {
  height: 100%;
}
.openingsAtP2S .container {
  padding: 0 40px;
}
/* .formHolder {
	height: 850px;
} */
.hero {
  color: #ffffff;
  height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
}
.loremBlock p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
}
.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}
.hero .section__background {
  z-index: 1;
}
.section__content.rows {
  align-items: flex-start;
}
.hero .container {
  position: relative;
  z-index: 5;
}

.section__content-textContent {
  overflow-y: auto;
}

.hero__title {
  font: 400 70px/120% "GTWalsheimBold";
  max-width: 1000px;
  margin: 0 auto;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 150px;
}
.hero__subtitle {
  font: 400 25px/34px "GTWalsheimBold";
  text-transform: capitalize;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}
.scrollButton {
  position: relative;
  background: url("../img/anim-icon.svg") no-repeat right top;
  background-size: contain;
  width: 70px;
  height: 40px;
  margin: 0 auto;
}

.market__section {
  height: 100%;
  position: relative;
}
.section-video {
  height: 100vh;
}

.market__section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.market__section .container,
#teamSection .container,
.faq .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-twoColumn .container {
  justify-content: space-between;
}
.openingsForm__form button em {
  display: none;
}
.team {
  padding: 70px 0;
}
section,
.openingsForm,
.team,
.faq {
  height: 100%;
}
.section-oneColumn .ml-auto {
  margin-left: auto;
}
.section-oneColumn .m-center {
  margin: 0 auto;
}
.section-oneColumn .section__content-bg {
  margin-bottom: 15px;
}
.section__headline {
  font: 400 70px/100% "GTWalsheimBold";
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px auto;
}

.market__section .col-3 {
  width: 25%;
}
.team .col-3 {
  width: 25%;
}
.market__section .col-1 {
  width: 100%;
}

.section-twoColumn .content-scrollable .col-6 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}
.section-twoColumn .content-scrollable .col-4 {
  justify-content: flex-start;
  align-items: flex-start;
}
.section-twoColumn .col-6,
.section-twoColumn .col-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.section-twoColumn .col-4,
.section-oneColumn .col-4 {
  padding: 0 !important;
}
.section-twoColumn .content-left.col-6 .section__content-bg {
  margin-right: 15px;
}
.section-twoColumn .content-right.col-6 .section__content-bg {
  margin-left: 15px;
}
.section-twoColumn img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.section-twoColumn .section__content-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block !important;
}
.case-ss-section .content-scrollable .section__content-bg {
  margin-bottom: 24vh;
  transition: all 1s ease-in-out;
}
.case-ss-section .content-scrollable .section__content-bg:first-child {
  margin-top: 100vh;
}
@media (max-height: 850px) {
  /* .section__content-bg:after {
		display: none;
	} */
  body .section__content-bg {
    overflow-y: auto;
  }
  body .section__content-bg.scrollEnd:before {
    display: none;
  }
  .market__section .col-4 {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .section-twoColumn .container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .market__section .col-4 {
    padding: 0;
  }
  .section__teamCol {
    margin-left: 16%;
    width: 100%;
    max-width: 270px;
  }
}
.col-4 {
  position: relative;
}
.section__content-bg .col-4::before {
  position: absolute;
  top: 0;
  left: 7.5px;
  width: calc(100% - 15px);
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;
}
.section__content-bg li {
  font: 400 18px/28px "GTWalsheim";
}
.section__content-text {
  padding: 15px;
}
.section__content p,
.faq__content p,
.section-twoColumn p {
  font: 400 18px/28px "GTWalsheim";
  margin: 16px 0;
}
.section__content-bg h1 {
  font: 600 24px/27px "GTWalsheimBold";
  margin-bottom: 6px;
}
.section__content h3,
.faq__content h3,
.section-twoColumn h3 {
  font: 600 24px/27px "GTWalsheimBold";
  margin-bottom: 6px;
}
.section__content h4,
.faq__content h4,
.section-twoColumn h4 {
  font: 400 24px/27px "GTWalsheim";
}
.section__content h5,
.section-twoColumn h5,
.faq__content h5 {
  font: 400 21px/24px "GTWalsheim";
}
.section__content.alignCenter {
  justify-content: center;
}
.section__content.alignBetween {
  justify-content: space-between;
}
.section__content.alignAround {
  justify-content: space-around;
}
.section__content-bg {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  /* background: rgba(32, 60, 74, 0.7); */
}
.section__content-bg.imageType {
  padding: 0;
  height: 350px;
  overflow: hidden;
  /* margin-right: 38%; */
}
.section__content-bg.imageType img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}
.section__content-bg::before {
  display: none;
}
.section__content-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__content-bg p:last-child {
  margin-bottom: 0;
}
.section__content-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font: 400 16px/16px "GTWalsheim";
  text-decoration: underline;
  height: 34px;
  padding: 0 20px;
  border-radius: 17px;
  border-width: 1px;
  border-style: solid;
  margin: 10px 0 5px;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
}
.section__content-btn:hover {
  opacity: 0.5;
}

.section__headline,
.section__content {
  position: relative;
  z-index: 1;
}

.market__section .text-blue .section__content-btn {
  color: #297887;
  border-color: #297887;
}
.market__section .text-white .section__content-btn.bordered {
  color: #fff;
  border-color: #fff;
}
.market__section .text-black .section__content-btn.bordered {
  color: #000;
  border-color: #000;
}
.section__content-btn.black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.section__content-btn.blue {
  color: #fff;
  border-color: #297887;
  background-color: #297887;
}
.section__content-btn.white {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.section__content-team h3 {
  margin-bottom: 10px;
}
.section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__background img,
.section__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* transform: translate(-50%, -48%);
	opacity: 0; */
}
.faq {
  padding: 70px 0 55px 0;
}
.faq__title,
.form__title {
  font: 800 33px/120% "GTWalsheimBold";
  margin-bottom: 10px;
}
.faq__subtitle,
.form__subtitle {
  font: 400 16px/120% "GTWalsheim";
}
.faq__list {
  list-style: none;
  margin: 0;
}
.faq__list li {
  margin-bottom: 20px;
}
.faq__link {
  font: 400 16px/120% "GTWalsheim";
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  position: relative;
}
.active__link svg {
  transform: rotate(180deg);
}
.faq__link svg {
  position: absolute;
  top: 15px;
  right: 15px;
  fill: #fff;
  width: 10px;
  height: 8px;
  transition: all 0.3s ease-out;
}
.faq__content {
  padding: 0 15px 15px 15px;
  overflow: hidden;
  display: none;
}
.faq__content p {
  font: 400 16px/120% "GTWalsheim";
}
.form {
  padding: 65px 0;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.form__column {
  flex: 1 1 auto;
  margin-bottom: 20px;
  position: relative;
  margin: 0 27.5px 27px 10px;
}
.form__column label {
  font-size: 15px;
  font-weight: 300;
  font-family: "G TWalsheim", sans-serif;
  display: block;
  position: absolute;
  transition: all 0.3s ease-out;
  opacity: 0.8;
}
.form__column label.active {
  transform: translateY(-10px) scale(0.8);
  margin-left: -10px;
}
.form__column label::after {
  content: "*";
  margin-left: 5px;
  color: red;
}
.form__column input {
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  padding: 8px 0 0;
  box-shadow: none;
  display: block;
  width: 100%;
  opacity: 0.8;
}
.form__column input::placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: "G TWalsheim", sans-serif;
}
.form .form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 290px;
  width: 100%;
  height: 34px;
  border-radius: 17px;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  font-family: "G TWalsheim", sans-serif;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}
.team .col {
  padding: 5px;
}
.team .team__img {
  height: 310px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}
.team .slick-slide:before {
  background: none;
  z-index: -1;
}
.team .team__img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.team .team__img img,
.team .team__img video {
  max-width: 260px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__content .team__name {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-family: "GTWalsheimBold";
  line-height: 28px;
  margin-bottom: 20px;
}
.team__content .team__name:hover {
  opacity: 0.8;
}
.team__content .team__position {
  font-size: 16px;
  font-family: "GTWalsheim";
  line-height: 22px;
  margin-bottom: 15px;
}
.team__content a:last-child {
  display: block;
  font: 600 14px/120% "GTWalsheim";
  margin-top: 20px;
  text-decoration: none;
}
.team__headline {
  font: 700 16px/120% "GTWalsheim";
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .section-twoColumn .content-left.col-6 .section__content-bg {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .market__section {
    padding: 40px 0;
  }
  .market-segment__page .market__section .section__background {
    display: block;
  }
  .market-segment__page .market__section .section__headline {
    margin-top: 0;
  }
  .case-ss-section .content-scrollable .section__content-bg:first-child {
    margin-top: 0;
  }
  .case-ss-section .content-scrollable .section__content-bg {
    margin-bottom: 30px;
  }
  .case-ss-section .content-scrollable .section__content-bg:last-child {
    margin-bottom: 0;
  }
  body .section.case-ss-section {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
  }
  .section-twoColumn .col-6,
  .section-twoColumn .col-4 {
    width: 100%;
  }
  .section-twoColumn .col-6 .slide,
  .section-twoColumn .col-4 .slide {
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
  }
  .section-twoColumn .col-6 .slide:last-child,
  .section-twoColumn .col-4 .slide:last-child {
    margin-bottom: 0;
  }
  .fixedScrollButton {
    display: none !important;
  }
  body .section__content-bg {
    max-height: initial !important;
  }
  .market__section .col-4 {
    width: 100%;
  }
  .market__section .col-4 .section__content-bg {
    margin-bottom: 30px;
  }
  .section__content-bg::after {
    display: block;
  }
  body .section__content-bg {
    background: transparent;
  }
}
@media (max-width: 1110px) {
  .team .col-2 {
    width: calc(100% / 3);
  }
  .market__section .col-3 {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .openingsAtP2S .container {
    padding: 0 15px;
  }
  .section__content-btn {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
    text-decoration: none;
  }
  .section__content-btn:last-child {
    margin-bottom: 0;
  }
  .market__section .col-6 {
    width: 100%;
  }
  .team__img {
    height: 320px;
    margin-bottom: 15px;
  }
  .team__content img {
    max-width: 100%;
  }
  .team .slick-list {
    padding: 0 30% 0 0 !important;
  }
  .form__column {
    flex-basis: 100%;
  }
  .team .col-3 {
    width: 33.33%;
  }
  .section__content-bg {
    position: relative;
    margin: 0;
  }
  .section__content-bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .market-segment__page .col {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .hero__title {
    font-size: 40px;
    line-height: 110%;
  }
  .section__headline {
    font-size: 45px;
    line-height: 110%;
    margin-bottom: 25px;
  }
  .form__row {
    margin: 0;
  }
  .form__column {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 425px) {
  .case-study-stories__page .podcastSection__inner h2 {
    width: auto;
    font-size: 40px;
    line-height: 120%;
  }
  #ourservices .campaignCenterWrapper__banner {
    min-height: 280px;
  }
  .section__content-text {
    padding: 0;
  }
  .mainFooter .rows {
    margin: 0;
  }
  .form__column {
    flex-basis: 100%;
  }
  .hero__button {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .faq__link svg {
    right: 5px;
  }
  .section__headline {
    font-size: 32px;
  }
  .section__content-team img {
    width: 100%;
  }
  .form__button {
    max-width: 100% !important;
  }
  .market__section .text-blue .section__content-btn {
    font-size: 14px;
    width: 100%;
  }
}
.faq .col-12 {
  text-align: center;
  width: 100%;
}
.backToTop {
  font: 400 20px/120% "GTWalsheim";
  margin-top: 136px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
}
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
}
.hero__buttons.alignBetween {
  justify-content: space-between;
}
.hero__buttons.alignCenter {
  justify-content: center;
}
.hero__buttons.alignAround {
  justify-content: space-around;
}
.hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 235px;
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  text-decoration: underline;
  font: 400 18px/18px "GTWalsheim";
  border-style: solid;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  margin: 0 15px;
  position: relative;
  border-width: 1px;
  text-transform: uppercase;
}
.hero__button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
}
.hero__button:hover {
  border-color: #fff !important;
  text-decoration: none;
  color: #000 !important;
  border: 1px solid;
}
.hero__button:hover::after {
  background-color: #fff;
  opacity: 1;
}
.hero__button span {
  position: relative;
  z-index: 1;
}
.form .rows {
  align-items: center;
}
@media (max-width: 768px) {
  .section__content-bg li {
    font: 400 14px/20px "GTWalsheim";
  }
  .section-twoColumn .col-6 .slide .section__content-bg.imageType,
  .section-twoColumn .col-4 .slide .section__content-bg.imageType {
    padding: 0;
  }
  .mainFooter .rows {
    margin: 0;
  }
  .section__content p,
  .faq__content p,
  .section-twoColumn p {
    margin-top: 0;
  }
  /* .hero {
		height: auto;
	} */
  .section-threeColumn,
  .section-oneColumn,
  .section-four {
    padding: 40px 0;
  }
  .hero__button {
    margin-bottom: 15px;
  }
}
.section-marketLeader .team__img {
  height: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  cursor: pointer;
}
.section-marketLeader .team__img img,
.section-marketLeader .team__img video {
  max-width: 270px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-marketLeader .team__img video {
  position: absolute;
  top: 0;
  left: 0;
}
.sticky-content.content-centered .fp-tableCell {
  display: flex;
  align-items: center;
}
.section__content-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .twoColumnSection .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 1020px) {
  .section-marketLeader .col-6 {
    padding-left: 30px;
  }
  .section-marketLeader .col-6 p:first-child {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .team .rows.section__content {
    margin: 0 -5.5px;
  }
  .section-threeColumn .section__content,
  .section-threeColumn .section__content-bg,
  .section-four .section__content-bg {
    margin: 0 -7.5px;
  }
  .hero__buttons,
  .section-four .section__content,
  .form .rows,
  .faq .rows {
    margin: 0 -15px !important;
  }
}

@media (max-width: 1024px) {
  .market__section.section-video {
    height: 100%;
  }
  .market__section.section-video .campaignCenterWrapper__banner__background {
    position: relative;
  }
  .market__section.section-video video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: initial;
    display: block;
  }
  .hero__button {
    margin-bottom: 15px;
  }
  .hero__buttons {
    flex-direction: column;
    align-items: center;
  }
  .section-marketLeader .section__teamCol {
    margin-left: 0;
  }
  .section-marketLeader .col-6 {
    padding-left: 31px;
    width: calc(100% - 270px);
  }
}
@media (max-width: 768px) {
  .section-marketLeader .rows {
    flex-direction: column;
  }
  .section-marketLeader .section__teamCol {
    margin-bottom: 40px;
  }
  .section-marketLeader .col-6 {
    padding-left: 0;
    width: 100%;
  }
}
.pardotForm .freeform-column label {
  left: 0;
  font: 400 18px/18px "GTWalsheim";
  color: #000;
  position: absolute;
  top: 16px;
  transform: translateY(5px);
  transform-origin: 0 100% 0;
  transition: transform 0.2s ease-out 0s;
  font-weight: 400 !important;
}
.pardotForm .freeform-column.active label {
  transform: translateY(-14px);
}
.pardotForm .freeform-column input,
.pardotForm .freeform-column textarea {
  width: 100%;
  padding: 6px 8px 0;
  font-size: 16px;
  color: #231f20;
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #d9d9d9;
  outline: none;
  padding-left: 0;
  font: 400 18px/18px "GTWalsheim";
}
.pardotForm .freeform-column input {
  height: 42px;
}
@media (max-width: 425px) {
  .section-video {
    height: 400px;
  }
}
.teamBlocksPopup__inner__right video {
  margin-bottom: 15px;
}
.divisionServices ul li span {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.custom__freeform-checkbox-label {
  z-index: 10;
  transform: translateY(0) scale(1) !important;
  position: relative !important;
}

.custom__freeform-checkbox {
  -webkit-appearance: checkbox !important;
  position: relative !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 1200px) {
  .section .podcastSection__content {
    opacity: 0;
    position: relative;
    transition: all 1s ease-out;
    top: 70px;
  }
  .section.active .podcastSection__content {
    opacity: 1;
    transition: all 1s ease-in;
    top: 0;
  }
  .twoColumnSection .col-6 img {
    opacity: 0;
    position: relative;
    transition: all 1s ease-out;
    top: 70px;
  }
  .twoColumnSection.active .col-6 img {
    opacity: 1;
    transition: all 1s ease-in;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .formHolder {
    height: auto;
  }
  .section .podcastSection__content {
    opacity: 0;
    position: relative;
    transition: all 1s ease-out;
    top: 70px;
  }
  .section.active .podcastSection__content {
    opacity: 1;
    transition: all 1s ease-in;
    top: 0;
  }
  .section .col-6 img {
    opacity: 0;
    position: relative;
    transition: all 1s ease-out;
    top: 70px;
  }
  .section .col-6 .section__content-bg.imageType img {
    position: static;
    opacity: 1;
  }
  .section.active .col-6 img {
    opacity: 1;
    transition: all 1s ease-in;
    top: 0;
  }
}
.openingsForm .button {
  margin-top: 40px;
}
.section__background .mobile-bg {
  display: none;
}
.section__background .tablet-bg {
  display: none;
}

@media (max-width: 1200px) {
  .section__content-bg figure img {
    width: 100%;
  }
  .section__background .desktop-bg {
    display: none;
  }
  .section__background .tablet-bg {
    display: block;
  }
  .section__background .desktop-bg.tablet-none {
    display: block;
  }
}
@media (max-width: 767px) {
  .section__content-bg.imageType {
    height: 240px;
  }
  .section__content p,
  .faq__content p,
  .section-twoColumn p {
    font: 400 14px/20px "GTWalsheim";
  }
  .section__content h3,
  .faq__content h3,
  .section-twoColumn h3 {
    font: 600 20px/24px "GTWalsheimBold";
  }
  .section__content h4,
  .faq__content h4,
  .section-twoColumn h4 {
    font: 600 18px/24px "GTWalsheimBold";
  }
  .section__background .desktop-bg.tablet-none {
    display: block;
  }
  .section__background .tablet-bg.mobile-none {
    display: block;
  }
  .section__background .desktop-bg.tablet-none.mobile-none {
    display: block;
  }
  .section__background .tablet-bg {
    display: none;
  }
  .section__background .mobile-bg {
    display: block;
  }
}
.section__content h2 {
  font: 400 70px/100% "GTWalsheimBold";
}

.section__bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
/* .section__bg:has(.videoSection.activeBg){
	z-index: 1;
} */
.section__bg-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: scale(1.1);
}
.section__bg .section__bg-inner.activeBg {
  opacity: 1;
  transform: initial;
}
.section__bg img,
.section__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  z-index: 999;
  position: relative;
}
.case-study-stories .container {
  padding-top: 0;
  padding-bottom: 0;
}
.case-study-stories .section__headline {
  margin-top: 40px;
}
.case-study-stories .section__content-bg {
  overflow: hidden;
}

.fp-slides {
  width: 100%;
  height: fit-content !important;
}
/* .fp-tableCell {
	display: flex!important;
	flex-direction: column;
	justify-content: center;
} */
.fp-slidesContainer {
  top: 0;
  height: 100vh !important;
  max-width: 100% !important;
  transition: all 0.3s ease-in-out !important;
}
.has-headline .fp-slidesContainer {
  height: calc(70vh - 90px) !important;
}
.has-headline .fp-tableCell {
  display: block !important;
}
.case-study-stories__page .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case-study-stories__page .row.content-scrollable {
  display: block;
}
/* .section-twoColumn .content-scrollable .col-4 {
	display: block;
} */

.case-study-stories__page .row.content-scrollable .section__content-bg {
  width: 100%;
}

.fp-slidesContainer .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  transition: all 0.7s ease-in-out;
}
.fp-slidesContainer .slide .section__content-bg {
  transition: all 0.7s ease-in-out;
  /* transform: scale(0.9); */
  opacity: 0;
}

.case-ss-section .section__content-bg {
  z-index: 10;
}
.fp-slidesContainer .slide.active .section__content-bg {
  transform: inherit;
  opacity: 1;
}
.case-ss-section .right {
  margin-left: auto;
}
.case-ss-section .left {
  margin-right: auto;
}
.case-ss-section .center {
  margin: 0 auto;
}
@media (max-width: 425px) {
  .market__section {
    padding: 0;
  }
  .case-study-stories__page .has-headline .fp-slidesContainer {
    height: calc(100vh - 90px) !important;
  }
  .case-study-stories__page #sections .section {
    height: 100vh !important;
  }
  .case-study-stories__page .hero {
    height: 100%;
  }
  .hero__title {
    margin: 0 0 15px 0;
  }
  .hero__subtitle {
    margin-bottom: 0;
  }
  .case-study-stories__page .no-headline {
    padding-top: 0;
  }
  .case-study-stories__page .podcastSection__inner {
    margin-top: 50px;
  }
  .section__bg .podcastSection {
    height: 100%;
  }
  .case-study-stories__page .podcastSection__inner__heading {
    position: relative;
    margin-bottom: 20px;
    left: 0;
    text-align: center;
  }
}
