.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-blue-grey {
  background: #202124 !important;
  color: #fff;
}

.bg-grey {
  background: #f2f2f2;
  color: #000;
}

.bg-light-grey {
  background: #f8f8f8;
  color: #000;
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-off-white {
  background: #f8f8f8;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

#page.bg-black header .header-container {
  background: rgba(255, 255, 255, 0.75);
}

.wp-block-acf-case-study-slider {
  position: relative;
}
.wp-block-acf-case-study-slider h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: -1.92px;
  margin: 0;
  padding-bottom: 60px;
}
@media (max-width: 620px) {
  .wp-block-acf-case-study-slider h2 {
    padding-bottom: 30px;
    font-size: 30px;
  }
}
.wp-block-acf-case-study-slider .inline-slider {
  display: flex;
  flex-direction: row;
  overflow-y: scroll;
  position: relative;
  gap: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.wp-block-acf-case-study-slider .case-study-scrollbar {
  position: absolute;
  bottom: 114px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: rgba(62, 73, 91, 0.5);
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .wp-block-acf-case-study-slider .case-study-scrollbar {
    width: 66%;
  }
}
@media (max-width: 620px) {
  .wp-block-acf-case-study-slider .case-study-scrollbar {
    bottom: 90px;
  }
}
.wp-block-acf-case-study-slider .case-study-thumb {
  height: 5px;
  width: 20%;
  background: #181e28;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: -2px;
  cursor: grab;
  transition: background-color 0.2s ease, width 0.2s ease;
}
.wp-block-acf-case-study-slider .center-content {
  margin-top: 120px;
}
@media (max-width: 620px) {
  .wp-block-acf-case-study-slider .center-content {
    margin-top: 80px;
  }
}

.case-study-card-large {
  height: 600px;
  min-width: 66vw;
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 820px) {
  .case-study-card-large {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
@media (max-width: 620px) {
  .case-study-card-large {
    height: 560px;
    min-width: 80vw;
  }
}
.case-study-card-large .case-study-card-large-content {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 46%;
  height: 560px;
}
@media (max-width: 820px) {
  .case-study-card-large .case-study-card-large-content {
    width: calc(100% - 40px);
    height: 400px;
  }
}
@media (max-width: 860px) {
  .case-study-card-large .case-study-card-large-content {
    height: 300px;
  }
}
.case-study-card-large .case-study-card-large-content .case-study-card-large-content-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.case-study-card-large .case-study-card-large-content .case-study-card-large-content-inner .case-study-logo {
  max-width: 120px;
  max-height: 60px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-study-card-large .case-study-card-large-content .case-study-card-large-content-inner h4 {
  margin: 0;
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 1080px) {
  .case-study-card-large .case-study-card-large-content .case-study-card-large-content-inner h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 620px) {
  .case-study-card-large .case-study-card-large-content .case-study-card-large-content-inner h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 125% */
    letter-spacing: -0.8px;
  }
}
@media (max-width: 620px) {
  .case-study-card-large .case-study-card-large-content .case-study-card-large-content-inner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
}
@media (max-width: 620px) {
  .case-study-card-large .case-study-card-large-content .case-study-card-large-content-inner .button {
    font-size: 14px;
  }
}/*# sourceMappingURL=case-study-slider.css.map */