/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.featured-customers {
  background var(--white);
  overflow: hidden;
}

.featured-customers--v2 {
  background var(--wash);
}

.featured-customers__logo {
  display: block;
  height: auto;
  max-width: 150px;
  max-height: 96px;
  width: auto;
 }

.featured-customers__logo--v2 {
  height: auto;
  max-height: 238px;
  max-width: 238px;
  width: auto;
}

.hero--case-study {
  background: linear-gradient(123.54deg, rgba(43, 48, 79, 0.75) 30.23%, #434C84 100%);
  padding: 120px 0;
  position: relative;
}

@media (min-width: 991px) {
  .hero--case-study {
    padding: 200px 0;
  }
}

.hero--case-study,
.hero--case-study__heading {
  color: #fff;
}

.hero--case-study__img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.row--case-study {
  padding: 60px 0 0;
}

.row--case-study-v2
  padding: 30px 0 0;
}

@media (min-width: 991px) {
  .row--case-study-v2 {
    padding: 60px 0 0;
  }
}

.intro-heading {
  line-height: 0;
  margin: 0;
}

.list--intro {
  list-style: none;
  padding-left: 0;
}

.v2-stats .list--intro {
  color: var(--white);
  padding: 40px 0 30px 24px; 
}

@media (min-width: 991px) {
  .v2-stats .list--intro {
    padding: 40px 0 30px 48px;
  }
}

.v2-stats .list--intro__heading {
  color: var(--white);
}

.list--intro__item {
  margin-bottom: 10px;
}

.list--intro__heading {
  margin-bottom: 0;
}

.problem-container {
  padding-top: 0; 
  overflow: hidden;
}

.problem-container__inner {
  position: relative;
}

@media (min-width: 991px) {
  .problem-container__inner {
    padding: 90px 0;
  }
}

.problem-container__inner:before,
.solution-container__inner:before {
  background-size: cover;
  content: '';
  height: 504px;
  left: -248px;
  position: absolute;
  top: -60px;
  width: 496px;
  z-index: -1;
}

.problem-container__inner:before {
  background: url(//4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/raw_assets/public/talentdesk-static-pages-theme/images/customers/sad.png) 0 0 no-repeat;
}

@media (min-width: 991px) {
  .problem-container__inner:before,
  .solution-container__inner:before {
    top: 30px;
  }
}

.solution-container__inner:before {
  background: url(//4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/raw_assets/public/talentdesk-static-pages-theme/images/customers/smile.png) 0 0 no-repeat;
  top: -60px;
  z-index: 0;
}

.solution-container__inner {
  position: relative;
}

.solution-container__inner div {
  position: relative;
  z-index: 1; 
}

.solution-container {
  background-color: #EDF2F2;
  padding: 20px 0 90px;
}

.solution-container .quote {
  border: 0; 
  padding: 0;
}

.quote-card-wrap {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.08);
  position: relative;
}

.quote-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.08);
  padding: 40px 60px;
  position: relative;
}

.quote-card--v2 {
  padding: 40px 60px;
}

.quote-card .quote figcaption,
.quote-card--v2 {
  color: var(--grey);
}

.quote-card .quote blockquote::before,
.quote-card--v2 .quote blockquote::before {
  content: open-quote;
}

.quote-card .quote blockquote::after,
.quote-card--v2 .quote blockquote::after {
  content: close-quote;
}

.quote-card .quote blockquote,
.quote-card--v2 .quote blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  quotes: auto;
}

.quote-card .quote-card__img,
.quote-card--v2 .quote-card__img {
  border-radius: 50%;
  height: 96px;
  margin: 0 auto 30px;
  width: 96px;
}

.results,
.results__heading {
  color: #fff;
}

.results {
  height: 100%;
  padding: 40px 0 30px;
  position: relative;
}

.results-inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 991px) {
  .results {
    padding: 90px 0 90px 12.7%;
  }
  
  .results-inner {
    padding-left: 5.2%;
  }
}

.results:before {
    background: linear-gradient(110.69deg, #2B304F 0%, #434C84 100%);
    content: '';
    display: block;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-top: -50px;
    position: absolute;
    width: 100vw;
    z-index: 0;
}

@media (min-width: 991px) {
  .results:before {
    margin-right: calc(50% - 50vw);
    margin-left: -85.3281px;
    margin-top: -90px;
  }
}

.results__content h4 {
  color: #fff;  
  margin-bottom: 0.25rem;
}

.results__content ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.results__content ul li {
  display: block;
  padding-left: 51px; /* icon 31 + 20 padding */
  position: relative;
  line-height: 24px;
  margin-bottom: 25px;
}

.results__content ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 31px;
  height: 31px;
  background-image: url(//4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/raw_assets/public/talentdesk-static-pages-theme/images/check-white.svg);
  background-size: cover;
}

.stats-container {
  padding: 60px 0 40px;
}

@media (min-width: 991px) {
  .stats-container {
    padding: 90px 0;
  }
}

.list--stats {
  justify-content: center;
  padding-left: 0;
}

.list--stats__item {
  background-repeat: no-repeat;
  background-position: 50% 0; 
  padding-top: 80px;
  margin-bottom: 30px;
}

.list--stats__item h4 {
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 1.1765)), 32px);
  font-weight: 600;
}

.list--stats__item--growth {
  background-image: url(//4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/raw_assets/public/talentdesk-static-pages-theme/images/customers/growth.svg);
}

.list--stats__item--projects {
  background-image: url(//4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/raw_assets/public/talentdesk-static-pages-theme/images/customers/project.svg);
}

.list--stats__item--collab {
  background-image: url(//4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/raw_assets/public/talentdesk-static-pages-theme/images/customers/user.svg);
}

.v2-hero-container,
.v2-container {
  background-color: var(--wash);
  overflow: hidden;
}

.v2-hero-container {
  padding: 60px 0 0;
}

@media (min-width: 991px) {
  .v2-hero-container {
    padding: 90px 0 0;
  }
}

.v2-stats {
  background: var(--red);
  position: relative;
}

.v2-stats:before {
  background-image: url("https://4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/Angle.png"); 
  content: '';
  height: 52px;
  position: absolute;
  left: -52px;
  top: -52px;
  width: 52px;
} 

.v2-quote-container {
  padding: 40px 0 60px;
}

@media (min-width: 991px) {
  .v2-quote-container {
    padding: 80px 0 90px;
  }
}

.questions {
  background-color: var(--wash);
  padding: 60px 0 40px;
}

@media (min-width: 991px) {
  .questions {
    padding: 90px 0;
  }
}

.questions__list {
  list-style-type: none;
  padding-left: 0;
}

.questions__question,
.questions__answer p:first-child {
  position: relative;
  text-indent: 30px;
}

.questions__answer p:first-child {
  text-indent: 24px;
}

.questions__question:before,
.questions__answer p:first-child:after {
  left: -30px;
  top: 24px;
  position: absolute;
}

.questions__question:before {
  content: 'Q:';
}

.questions__answer p:first-child:after{
  content: 'A:';
  font-weight: bolder;
  left: -24px;
  top: 0;
}

@media (min-width: 991px) {
  .questions__question:after,
  .questions__answer p:first-child:before {
    content: '';
    position: absolute;
  }

  .questions__question:after {
    background-image: url("https://4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/Angle.png");
    height: 52px;
    right: -84px;
    top: -px;
    transform:scaleX(-1);
    width: 52px;
  }

  .questions__answer p:first-child:before {
    background-image: url("https://4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/Line.png"); 
    left: -82px;
    height: 18px;
    top: 5px;
    width: 52px;
  }
}

.customer-quote {
  border-left: 0;
  position: relative; 
}

.customer-quote:before {
  background-image: url("https://4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/cure--teal.png"); 
  content: '';
  height: 88px;
  position: absolute;
  left: -64px;
  bottom: 50px;
  width: 44px;
}

.customer-quote:after {
  background-image: url("https://4984585.fs1.hubspotusercontent-na1.net/hubfs/4984585/Line.png"); 
  content: '';
  height: 18px;
  position: absolute;
  right: -52px;
  top: -28px;
  width: 52px;
}