/* Fallbacks for global.scss variables */
.ip-banner {
  display: none;
}

/* Reviews AJAX Loading */
.tech-reviews-loading {
  text-align: center;
  padding: 20px;
}

.tech-reviews-loading-text {
  color: var(--font-color-light, #fff);
}

.max-container {
  padding: 0;
  max-width: 100%;
}

/* IMAGE CONTAINER */
.img-container {
  position: relative;
  display: block;
}

.img-container canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--secondary, #06bda6);
}

.img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-container.no-bg canvas {
  background-color: transparent;
}

.img-container.no-bg img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* BACKGROUND IMAGE */
.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img.fixed {
  background-attachment: scroll;
}

.mobile .bg-img.fixed,
.safari-true .bg-img.fixed {
  background-attachment: scroll !important;
}

/* SECTION TITLE - copied from global.scss for theme independence */
.section-title {
  color: var(--font-color-title, #050505);
  font-size: var(--font-size-title, clamp(35px, 3.25vw, 52px));
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
}
.section-title.wht {
  color: var(--font-color-light, #fff);
}

/* title-accent - copied from global for theme independence */
.title-accent {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  justify-content: center;
}
.title-accent.wht {
  filter: brightness(0) invert(1);
}

/* GLOBAL BUTTON - copied from global.scss */
.global-btn {
  display: block;
  background-color: var(--secondary, #06bda6);
  border-radius: 18px;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5),
    inset 0 -1px 5px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 23px;
  color: var(--font-color-light, #fff);
  text-transform: uppercase;
  text-align: center;
  width: 165px;
}

.global-btn:hover,
.global-btn:focus {
  background-color: var(--accent, #16bda6);
  color: var(--font-color-light, #fff);
}

.global-btn.secondary {
  background-color: rgba(22, 189, 166, 0.1);
}

.global-btn.secondary:hover,
.global-btn.secondary:focus {
  background-color: var(--secondary, #06bda6);
  color: var(--font-color-light, #fff);
}

.global-btn.outline {
  background-color: transparent;
  outline: 1px solid var(--secondary, #06bda6);
  color: var(--font-color-title, #050505);
  box-shadow: none;
}

.global-btn.outline:hover,
.global-btn.outline:focus {
  background-color: var(--secondary, #06bda6);
  color: var(--font-color-light, #fff);
  outline: none;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5),
    inset 0 -1px 5px rgba(0, 0, 0, 0.5);
}

/* POPUP */
.aiosp-content .aiosp-close {
  text-align: center;
  padding-right: 0;
}

/* SLICK SLIDER */
.case-studies-prev.slick-hidden,
.case-studies-next.slick-hidden,
.techdReviews__popup-prev.slick-hidden,
.techdReviews__popup-next.slick-hidden,
.techdReviews__popup-prev-mobile.slick-hidden,
.techdReviews__popup-next-mobile.slick-hidden,
.techdScreenshots__popup-prev.slick-hidden,
.techdScreenshots__popup-next.slick-hidden,
.techdScreenshots__popup-prev-mobile.slick-hidden,
.techdScreenshots__popup-next-mobile.slick-hidden {
  display: none !important;
}

/* HEADER */
.header .header__inner,
.header--fixed .header__inner {
  background-color: var(--primary, #0f3732);
}

/* BANNER */
.techdBanner {
  position: relative;
  padding: 130px 15px 60px;
}

.techdBanner.edit-mode-active {
  padding-top: 150px;
}

.techdBanner--screenshots-bg {
  min-height: 800px;
  height: 50vw;
  padding: 130px 15px 25px;
  display: flex;
  flex-direction: column;
}

.techdBanner--screenshots-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--primary, #0f3732), transparent);
  z-index: -1;
}

.techdBanner .bg-img {
  opacity: 0.06;
  filter: grayscale(100%);
}

.techdBanner__bg--screenshots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: flex;
  width: 100%;
  height: 100%;
}

.techdBanner__bg--screenshots .techdBanner__bg-panel:nth-child(n+2) {
  display: none;
}

.techdBanner__bg--screenshots .techdBanner__bg-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.techdBanner__bg--screenshots .techdBanner__bg-panel .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: none;
}

.techdBanner--screenshots-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.techdBanner--screenshots-bg .techdBanner__content--logo img {
  filter: brightness(0) invert(1);
}

.techdBanner--screenshots-bg .techdBanner__content--logo--no-filter img {
  filter: none;
}

.techdBanner--screenshots-bg .techdBanner__content--text .banner-title,
.techdBanner--screenshots-bg .techdBanner__text,
.techdBanner--screenshots-bg .techdBanner__rating .rating-text,
.techdBanner--screenshots-bg .techdBanner__tags .banner-tag {
  color: var(--font-color-light, #fff);
}

.techdBanner--screenshots-bg .techdBanner__content .line {
  color: var(--font-color-light, #fff);
  background-color: var(--font-color-light, #fff);
}

.techdBanner__view-photos-wrap {
  position: absolute;
  top: 115px;
  left: 15px;
  right: 15px;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.techdBanner--screenshots-bg .techdBanner__view-photos-wrap {
  top: 140px;
  left: auto;
  right: 15px;
  width: auto;
  max-width: none;
  margin: 0;
}

.techdBanner--screenshots-bg .techdBanner__title-row {
  justify-content: center;
}

.techdBanner__view-photos-wrap .global-btn.outline {
  width: 150px;
  padding: 8px 7px 6px;
  font-size: 12px;
  color: var(--font-color-light, #fff);
  border-radius: 11px;
}

.techdBanner__inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.techdBanner--screenshots-bg .techdBanner__inner {
  margin: 0 auto;
  margin-top: auto;
}

.techdBanner__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

.techdBanner__content--logo {
  padding: 35px 0 43px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.techdBanner__content .line {
  display: none;
  width: 1px;
  height: inherit;
  background-color: var(--primary, #0f3732);
}

.techdBanner__content--text {
  width: 100%;
}

.techdBanner__content--text .banner-title {
  color: var(--font-color-title, #050505);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 500;
  font-size: clamp(40px, 4.375vw, 70px);
  line-height: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}

.techdBanner__title-row {
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.techdBanner__title-row .techdBanner__title-wrapper {
  width: 100%;
  max-width: 100%;
}

.techdBanner__title-row .banner-title {
  margin: 0;
}

.techdBanner__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.techdBanner__badge {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  flex-wrap: wrap;
  max-width: 87px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
}

.techdBanner__badge--inline {
  border: 1px solid #fff;
}

.techdBanner__badge--has-unclaimed {
  overflow: visible;
}

.techdBanner__badge-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.techdBanner__badge-tooltip {
  position: absolute;
  left: -2px;
  top: calc(100% + 2px);
  margin-top: 0;
  width: 195px;
  height: 150px;
  padding: 10px 15px;
  overflow-y: auto;
  background: #fff;
  color: var(--font-color-default, #363d49);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  white-space: normal;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.techdBanner__badge-item--unclaimed:hover .techdBanner__badge-tooltip {
  opacity: 1;
  visibility: visible;
}

.techdBanner__rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.techdBanner__rating i {
  color: #d4d4d4;
  font-size: 21px;
}

.techdBanner__rating i.filled {
  color: #f28f3d;
}

.techdBanner__rating .rating-text {
  color: var(--font-color-title, #050505);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 15px;
}

.techdBanner__text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}

.techdBanner__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.techdBanner__tags .banner-tag {
  font-size: 10px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 7px;
  min-width: 110px;
  width: max-content;
  text-align: center;
  border: 1px solid var(--secondary, #06bda6);
  border-radius: 9999px 9999px 0 9999px;
  color: var(--font-color-title, #050505);
}

.techdBanner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.techdBanner__cta .global-btn {
  width: 210px;
  margin: 0 auto 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-left: 10px;
  padding-right: 10px;
}

.techdBanner__cta .global-btn.banner-cta-4 {
  margin-bottom: 0;
}

/* QUICK TAKE */
.techdQuickTake {
  position: relative;
  padding: 60px 15px;
}

.techdQuickTake .bg-img {
  background-color: var(--primary, #0f3732);
  height: 100%;
}

.techdQuickTake__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.techdQuickTake__points {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  margin-top: 38px;
}

.techdQuickTake__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.techdQuickTake__point--icon {
  flex-shrink: 0;
}

.techdQuickTake__point--icon .img-container {
  height: 55px;
}

.techdQuickTake__point--title {
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  color: var(--font-color-light, #fff);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.2;
  width: 100%;
  text-align: center;
}

.techdQuickTake__point--text {
  color: var(--font-color-light, #fff);
  font-size: clamp(12px, 0.9375vw, 15px);
  line-height: 1.2;
  width: 100%;
  text-align: center;
}

/* NAVIGATION */
.techdNavigation {
  position: relative;
  padding: 60px 15px;
}

.techdNavigation__inner {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.techdNavigation__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.techdNavigation__button {
  display: block;
  padding: 17px 20px;
  border: 1px solid #c6c6c6;
  border-radius: 15px;
  background-color: transparent;
  color: var(--font-color-title, #050505);
  font-size: 17px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 500;
  cursor: pointer;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  white-space: nowrap;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.techdNavigation__button:hover {
  background-color: var(--secondary, #06bda6);
  color: var(--font-color-light, #fff);
  border-color: var(--secondary, #06bda6);
}

.techdNavigation__button.active {
  background-color: var(--secondary, #06bda6);
  color: var(--font-color-light, #fff);
  border-color: var(--secondary, #06bda6);
}

/* FEATURES */
.techdFeatures {
  position: relative;
  padding: 60px 15px;
}

.techdFeatures__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.techdFeatures__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.techdFeatures__section {
  width: 100%;
}

.techdFeatures__section .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdFeatures__section .title-accent {
  margin-top: 22px;
}

.techdFeatures__capabilities {
  text-align: center;
}

.techdFeatures__integrations {
  max-width: 400px;
  margin: 0 auto;
}

.techdFeatures__content .line {
  display: none;
  width: 1px;
  height: inherit;
  background-color: #c3c3c3;
  flex-shrink: 0;
}

.techdFeatures__list {
  margin-top: 34px;
}

.techdFeatures__item {
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
}

.techdFeatures__item:last-child {
  margin-bottom: 0;
}

.techdFeatures__item::before {
  display: none;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7.5px;
  height: 7.5px;
  background-color: var(--accent, #2c503c);
  border-radius: 50%;
}

.techdFeatures__item .bullet-title {
  display: block;
  color: var(--font-color-title, #050505);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  margin-bottom: 0px;
  line-height: 1.2;
}

.techdFeatures__item .bullet-text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.857;
}

.techdFeatures__integrations-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.techdFeatures__integration {
  width: 100%;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), inset 0 -1px 3px rgba(0, 0, 0, 0.3), 3px 0 38px rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  padding: 16px 15px;
  text-align: center;
}

.techdFeatures__integration .integration-name {
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-size: 18px;
  color: var(--font-color-title, #050505);
}

.techdResults {
  position: relative;
  padding: 0 15px 60px;
}

.techdResults__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.techdResults__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.techdResults__section {
  width: 100%;
}

.techdResults__section .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdResults__section .title-accent {
  margin-top: 20px;
}

.techdResults__content .line {
  width: 1px;
  height: inherit;
  background-color: #c3c3c3;
  flex-shrink: 0;
}

.techdResults__case-studies-slider {
  position: relative;
  margin-top: 47px;
  padding-bottom: 50px;
  width: 100%;
  min-width: 100%;
}

.case-studies-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-studies-list:not(.slick-initialized)>li:nth-child(n+2) {
  display: none;
}

.case-studies-list:not(.slick-initialized) {
  display: block;
  width: 100%;
}

.case-studies-list:not(.slick-initialized)>li {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  display: block;
}

.case-studies-list .slick-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.case-studies-list .slick-track {
  display: flex;
  align-items: center;
}

.case-studies-list li {
  margin-bottom: 0;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  min-width: 100%;
  flex-shrink: 0;
}

.case-studies-list .study-title {
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  color: var(--font-color-title, #050505);
  font-size: 20px;
  margin-bottom: 3px;
}

.case-studies-list .study-text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.857;
}

.case-studies-arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.case-studies-prev,
.case-studies-next {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--primary, #0f3732);
  font-size: 16px;
  -webkit-text-stroke: 1px var(--primary, #0f3732);
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-studies-prev:hover,
.case-studies-next:hover {
  color: var(--secondary, #06bda6);
  -webkit-text-stroke: 1px var(--secondary, #06bda6);
}

.techdResults__market-stats {
  max-width: 250px;
  margin: 45px auto 0;
  text-align: center;
}

.stats-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  color: var(--font-color-light, #fff);
  text-align: center;
  margin-top: 45px;
  padding: 0;
  list-style: none;
}

.stats-list li {
  background-color: var(--primary, #0f3732);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3),
    inset 0 -1px 3px rgba(0, 0, 0, 0.3),
    3px 0 38px rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  padding: 37px 15px;
  width: 100%;
}

.stats-list .stat-number {
  font-weight: 500;
  font-size: clamp(24px, 3.125vw, 35px);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
}

.stats-list .stat-text {
  font-size: 13px;
  line-height: 1.625;
  letter-spacing: 0.02em;
}

/* REVIEWS */
.techdReviews {
  position: relative;
  padding: 60px 15px;
}

.techdReviews .bg-img {
  background-color: var(--primary, #0f3732);
  border-radius: 33px;
}

.techdReviews__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.techdReviews .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdReviews .title-accent {
  margin-top: 20px;
}

.placeholder-review {
  color: var(--font-color-light, #fff);
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.18;
  text-align: center;
  margin-top: 65px;
}

.techdReviews .global-btn {
  width: 190px;
  margin: 35px auto 0;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.techdReviews__grid {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  margin-top: 35px;
}

.techdReviews__grid .tech-reviews-loading {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.techdReviews__placeholder {
  color: var(--font-color-light, #fff);
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.18;
  text-align: center;
  margin-top: 65px;
  width: 100%;
}

.techdReviews__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 100%;
  min-width: 0;
  min-height: 0;
}

.techdReviews__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 12px;
}

.techdReviews__rating .ai-font-star-fill {
  color: #d4d4d4;
  font-size: 21px;
}

.techdReviews__rating .ai-font-star-fill.filled {
  color: #f28f3d;
}

.techdReviews__quote {
  color: var(--font-color-light, #fff);
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.02em;
}

.techdReviews__author {
  color: var(--font-color-light, #fff);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  text-align: center;
  padding-top: 16px;
}

.techdReviews__item .techdReview__reply {
  margin-top: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5), inset 0 -1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  font-size: 12px;
  font-style: italic;
  color: var(--font-color-light, #fff);
  line-height: 1.6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.techdReviews__item .techdReview__reply-label {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
  text-align: center;
}

.techdReviews__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 28px;
}

.techdReviews__buttons .global-btn {
  width: 100%;
  max-width: 190px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/* NOTABLE CLIENTS */
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.techdClients {
  position: relative;
  padding: 60px 15px;
}

.techdClients__inner {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.techdClients__header {
  margin-bottom: 35px;
  width: 100%;
  text-align: center;
}

.techdClients__title {
  font-size: 27px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 500;
  color: var(--font-color-title, #050505);
  line-height: 1.2;
  margin: 0;
}

.techdClients__inner>.line {
  width: 1px;
  height: auto;
  background-color: #c3c3c3;
  flex-shrink: 0;
  margin: 0 20px;
}

.techdClients__inner>.marquee {
  margin-left: 0;
  width: 100%;
}

.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee__track {
  display: flex;
  width: max-content;
}

.marquee--scroll .marquee__track {
  animation: scroll 30s linear infinite;
}

.client-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  margin-right: 20px;
}

.marquee--scroll .client-logos {
  margin-left: -35px;
}

.client-logos .logo {
  flex-shrink: 0;
}

.client-logos .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SCREENSHOTS */
.techdScreenshots {
  position: relative;
  padding: 60px 15px;
}

.techdScreenshots::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-35deg, #fff 45%, transparent);
  z-index: -1;
}

.techdScreenshots .bg-img {
  width: 50%;
  height: calc(100% - 120px);
  background-position: left center;
  opacity: 0.76;
}

.techdScreenshots__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.techdScreenshots .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
  text-align: center;
}

.techdScreenshots .title-accent {
  margin-top: 22px;
}

.techdScreenshots__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 33px;
}

.techdScreenshots .global-btn {
  width: 190px;
  margin: 28px auto 0;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.techdScreenshots__mobile {
  position: relative;
  width: 100%;
}

.techdScreenshots__mobile .img-container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 31px;
}

.techdScreenshots__mobile .img-container canvas {
  width: 100%;
  height: auto;
  display: block;
}

.techdScreenshots__mobile .img-container img {
  width: 100%;
  height: auto;
  display: block;
}

.techdScreenshots__single,
.techdScreenshots__main,
.techdScreenshots__right {
  display: none;
}

.techdScreenshots__right-top,
.techdScreenshots__right-bottom {
  position: relative;
  width: 100%;
}

.techdScreenshots__main .img-container,
.techdScreenshots__right-top .img-container,
.techdScreenshots__right-bottom .img-container {
  border-radius: 31px;
  overflow: hidden;
}

.techdScreenshots__button {
  position: absolute;
  bottom: 21px;
  right: 10px;
  display: block;
  background-color: var(--secondary, #06bda6);
  border-radius: 18px;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5),
    inset 0 -1px 5px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 23px;
  color: var(--font-color-light, #fff);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  z-index: 10;
}

.techdScreenshots__button:hover {
  background-color: var(--accent, #2c503c);
  color: var(--font-color-light, #fff);
}

.techdScreenshots__popup {
  padding: 40px 30px;
  position: relative;
  padding-bottom: 60px;
}

.techdScreenshots__popup-slider {
  max-width: 1200px;
  margin: 0 auto;
}

.techdScreenshots__popup-slider:not(.slick-initialized)>.techdScreenshots__popup-slide:nth-child(n+2) {
  display: none;
}

.techdScreenshots__popup-slider .slick-track {
  display: flex;
  align-items: center;
}

.techdScreenshots__popup-slide {
  width: 100%;
}

.techdScreenshots__popup-slide .img-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  overflow: hidden;
}

.techdScreenshots__popup-slide img {
  max-width: 100%;
  height: auto;
}

.techdScreenshots__popup-prev,
.techdScreenshots__popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--font-color-light, #fff);
  font-size: 16px;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  -webkit-text-stroke: 1px var(--font-color-light, #fff);
  display: none !important;
  align-items: center;
}

.techdScreenshots__popup-prev {
  left: -15px;
}

.techdScreenshots__popup-next {
  right: -15px;
}

.techdScreenshots__popup-prev:hover,
.techdScreenshots__popup-next:hover {
  color: var(--secondary, #06bda6);
  -webkit-text-stroke: 1px var(--secondary, #06bda6);
}

.techdScreenshots__popup-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.techdScreenshots__popup-counter-wrapper .techdScreenshots__popup-prev-mobile,
.techdScreenshots__popup-counter-wrapper .techdScreenshots__popup-next-mobile {
  display: flex;
}

.techdScreenshots__popup-counter-wrapper .techdScreenshots__popup-counter {
  margin-top: 0;
}

.techdScreenshots__popup-prev-mobile,
.techdScreenshots__popup-next-mobile {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--font-color-light, #fff);
  font-size: 16px;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  -webkit-text-stroke: 1px var(--font-color-light, #fff);
  display: none;
  align-items: center;
}

.techdScreenshots__popup-prev-mobile:hover,
.techdScreenshots__popup-next-mobile:hover {
  color: var(--secondary, #06bda6);
  -webkit-text-stroke: 1px var(--secondary, #06bda6);
}

.techdScreenshots__popup-counter {
  text-align: center;
  margin-top: 20px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--font-color-light, #fff);
}

.techdScreenshots__popup {
  padding-left: 0;
  padding-right: 0;
}

.aiosp-ref-\#screenshots-popup .aiosp-content .aiosp-close {
  top: 5px;
  right: 10px;
  color: var(--font-color-light, #fff);
}

/* REVIEWS POPUP */
.techdReviews__popup {
  padding: 40px 30px;
  position: relative;
  padding-bottom: 60px;
}

.techdReviews__popup-slider {
  margin: 0 auto;
}

.techdReviews__popup-slider:not(.slick-initialized)>.techdReviews__popup-slide:nth-child(n+2) {
  display: none;
}

.techdReviews__popup-slider:not(.slick-initialized) {
  display: block;
  width: 100%;
}

.techdReviews__popup-slider:not(.slick-initialized)>.techdReviews__popup-slide {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  display: block;
}

.techdReviews__popup-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.techdReviews__popup-slide {
  width: 100%;
}

.techdReviews__popup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.techdReviews__popup-review-box {
  background: #ffffff;
  border-radius: 31px;
  padding: 40px 15px 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.techdReviews__popup-review-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 15px;
  flex-direction: column;
}

.techdReviews__popup-review-header .img-container {
  width: 34px;
  height: 24px;
  flex-shrink: 0;
}

.techdReviews__popup-quote-icon {
  width: 34px;
  height: 24px;
}

.techdReviews__popup-review-rating {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  padding-right: 0;
  justify-content: center;
}

.techdReviews__popup-review-rating .ai-font-star-fill {
  font-size: 20px;
  color: #ddd;
}

.techdReviews__popup-review-rating .ai-font-star-fill.filled {
  color: #f28f3d;
}

.techdReviews__popup-review-text {
  flex: 1;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
}

.techdReviews__popup-review-box .techdReview__reply {
  margin-top: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5), inset 0 -1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  font-size: 12px;
  font-style: italic;
  color: var(--font-color-default, #363d49);
  line-height: 1.6;
}

.techdReviews__popup-review-box .techdReview__reply-label {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
}

.techdReviews__popup-review-author {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: auto;
  font-weight: 600;
}

.techdReviews__popup-prev,
.techdReviews__popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--font-color-light, #fff);
  font-size: 16px;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  -webkit-text-stroke: 1px var(--font-color-light, #fff);
  display: none !important;
  align-items: center;
}

.techdReviews__popup-prev {
  left: -15px;
}

.techdReviews__popup-next {
  right: -15px;
}

.techdReviews__popup-prev:hover,
.techdReviews__popup-next:hover {
  color: var(--secondary, #06bda6);
  -webkit-text-stroke: 1px var(--secondary, #06bda6);
}

.techdReviews__popup-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.techdReviews__popup-counter-wrapper .techdReviews__popup-prev-mobile,
.techdReviews__popup-counter-wrapper .techdReviews__popup-next-mobile {
  display: flex;
}

.techdReviews__popup-counter-wrapper .techdReviews__popup-counter {
  margin-top: 0;
}

.techdReviews__popup-prev-mobile,
.techdReviews__popup-next-mobile {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--font-color-light, #fff);
  font-size: 16px;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  -webkit-text-stroke: 1px var(--font-color-light, #fff);
  display: flex;
  align-items: center;
}

.techdReviews__popup-prev-mobile:hover,
.techdReviews__popup-next-mobile:hover {
  color: var(--secondary, #06bda6);
  -webkit-text-stroke: 1px var(--secondary, #06bda6);
}

.techdReviews__popup-counter {
  text-align: center;
  margin-top: 20px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--font-color-light, #fff);
}

.techdReviews__popup {
  padding-left: 0;
  padding-right: 0;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#reviews-popup .aiosp-content {
  max-width: 1400px;
}

.aiosp-ref-\#reviews-popup .aiosp-content .aiosp-close {
  top: 0;
  right: 0;
  color: var(--font-color-light, #fff);
}

/* PRODUCT DESCRIPTION */
.techdDescription {
  position: relative;
  padding: 60px 15px;
}

.techdDescription .bg-img {
  background-color: var(--primary, #0f3732);
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  height: 100%;
}

.techdDescription .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdDescription .title-accent {
  margin-top: 20px;
}

.techdDescription__text {
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  color: var(--font-color-light, #fff);
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.02em;
  text-align: center;
}

.techdDescription__video {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.techdDescription__video .poster {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}

.techdDescription__video .poster .play-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font-color-light, #fff);
  width: 55px;
  height: 55px;
  border: 3px solid var(--font-color-light, #fff);
  border-radius: 50%;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  pointer-events: none;
  background: transparent;
  backdrop-filter: blur(3px);
}

.techdDescription__video .poster .play-btn i {
  position: relative;
  left: 3px;
  font-size: 18px;
}

.techdDescription__video .poster:hover .play-btn {
  background-color: var(--secondary, #06bda6);
  border-color: var(--secondary, #06bda6);
}

.techdDescription .global-btn {
  width: 190px;
  margin: 22px auto 0;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* PRICING */
.techdPricing {
  position: relative;
  padding: 60px 15px;
  margin-bottom: 60px;
}

.techdPricing .bg-img {
  background-color: var(--primary, #0f3732);
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
}

.techdPricing__inner {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.techdPricing .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdPricing__inner .title-accent {
  margin-top: 20px;
}

.techdPricing__inner .global-btn {
  padding: 20px 23px;
  width: 290px;
  font-size: 18px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  letter-spacing: 0.04em;
}

.techdPricing__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 37px auto 0;
}

.techdPricing__buttons .global-btn {
  max-width: 290px;
}

.techdPricing__toggle {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}

.techdPricing__toggle--group {
  display: flex;
  align-items: center;
  justify-self: center;
  border-radius: 22px;
  overflow: hidden;
}

.techdPricing__toggle--group.billing-cycle .toggle {
  border: 1px solid rgba(255, 255, 255, 0.47);
  border-radius: 22px;
  padding: 15px 10px;
  text-align: center;
  width: 112px;
}

.techdPricing__toggle--group.billing-cycle .toggle:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
}

.techdPricing__toggle--group.billing-cycle .toggle:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}

.techdPricing__toggle--group.billing-cycle .toggle:hover,
.techdPricing__toggle--group.billing-cycle .toggle.active {
  border: 1px solid var(--secondary, #06bda6);
}

.techdPricing__toggle--group.user {
  border: 1px solid rgba(255, 255, 255, 0.47);
  padding: 4px;
}

.techdPricing__toggle--group.user .toggle {
  border-radius: 17.5px;
  padding: 11px 10px;
}

.techdPricing__toggle--group.user .toggle:first-child {
  width: 124px;
}

.techdPricing__toggle--group.user .toggle:last-child {
  width: 90px;
}

.techdPricing__toggle--group .toggle {
  color: var(--font-color-light, #fff);
  font-size: 17px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 500;
}

.techdPricing__toggle--group .toggle:hover,
.techdPricing__toggle--group .toggle.active {
  background-color: var(--secondary, #06bda6);
}

.techdPricing__plans {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.techdPricing__plans .pricing-plan {
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), inset 0 -1px 3px rgba(0, 0, 0, 0.3), 3px 0 38px rgba(0, 0, 0, 0.17);
  color: var(--font-color-light, #fff);
  border-radius: 25px;
  border-bottom-right-radius: 0;
  padding: 50px 15px 65px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.techdPricing__plans .pricing-plan .tier {
  font-size: clamp(24px, 1.6875vw, 27px);
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  margin-bottom: 2px;
}

.techdPricing__plans .pricing-plan .addons {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  margin-bottom: 17px;
  color: var(--secondary, #06bda6);
}

.techdPricing__plans .pricing-plan .text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 19px;
  flex-grow: 1;
}

.techdPricing__plans .pricing-plan .price {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.techdPricing__plans .pricing-plan .price .number {
  font-size: clamp(45px, 3.25vw, 52px);
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
}

.techdPricing__plans .pricing-plan .price .cycle {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  margin-top: 5px;
}

.techdPricing__plans .pricing-plan .perks {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  padding-left: 20px;
}

.techdPricing__plans .pricing-plan .perks .included-perks li {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.techdPricing__plans .pricing-plan .perks .included-perks li i {
  font-size: 12px;
}

.techdPricing__plans .pricing-plan .perks .excluded-perks li {
  font-size: 14px;
  margin-bottom: 8px;
}

.techdPricing__plans .pricing-plan .perks .excluded-perks li i {
  font-size: 12px;
}

.techdPricing__plans .pricing-plan .perks .excluded-perks li span {
  color: #767676;
  letter-spacing: 0.02em;
}

/* PERFECT FOR */
.techdFor {
  position: relative;
  padding: 60px 15px;
}

.techdFor__inner {
  width: 100%;
  max-width: 300px;
  margin: auto;
}

.techdFor .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdFor__inner .title-accent {
  margin-top: 20px;
}

.techdFor__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.techdFor__list .perfect-for {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: var(--primary, #0f3732);
  border-radius: 12px;
  padding: 30px 15px 15px;
  height: 150px;
  width: 100%;
}

.techdFor__list .perfect-for .icon {
  margin-bottom: 24px;
}

.techdFor__list .perfect-for .icon .img-container {
  height: 40px;
}

.techdFor__list .perfect-for .text {
  color: var(--font-color-light, #fff);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-size: clamp(16px, 1.125vw, 18px);
}

/* HOW IT WORKS */
.techdWorks {
  position: relative;
  padding: 60px 15px;
}

.techdWorks .bg-img {
  background-color: var(--primary, #0f3732);
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
}

.techdWorks__inner {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.techdWorks .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdWorks__inner .title-accent {
  margin-top: 20px;
}

.techdWorks__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 25px;
}

.techdWorks__list .works-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--font-color-light, #fff);
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3),
    inset 0 -1px 3px rgba(0, 0, 0, 0.3),
    3px 0 38px rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  padding: 42px 25px 45px;
  width: 100%;
}

.techdWorks__list .works-step .title {
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--font-color-light, #fff);
  text-align: center;
}

.techdWorks__list .works-step .text {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--font-color-light, #fff);
  text-align: center;
}

.techdWorks__list .arrow {
  align-self: center;
  margin: 20px auto;
  -webkit-text-stroke: 2px var(--font-color-light, #fff);
  color: var(--font-color-light, #fff);
  font-size: 22px;
  transform: rotate(90deg);
}

/* INTERVIEW */
.techdInterview {
  position: relative;
  padding: 60px 15px;
}

.techdInterview__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.techdInterview__video {
  width: 100%;
}

.techdInterview__video .poster {
  position: relative;
  overflow: hidden;
  border-radius: 37px;
  box-shadow: 1px 0 51px rgba(0, 0, 0, 0.43);
}

.techdInterview__video .poster .play-btn {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font-color-light, #fff);
  width: 55px;
  height: 55px;
  border: 3px solid var(--font-color-light, #fff);
  border-radius: 50%;
  transition: var(--default-transition, .3s cubic-bezier(.4, 0, .2, 1));
  pointer-events: none;
  background: transparent;
  backdrop-filter: blur(3px);
}

.techdInterview__video .poster .play-btn i {
  position: relative;
  left: 3px;
  font-size: 18px;
}

.techdInterview__video .poster:hover .play-btn {
  background-color: var(--secondary, #06bda6);
  border-color: var(--secondary, #06bda6);
}

.techdInterview__text {
  width: 100%;
  padding-top: 45px;
}

.techdInterview__text .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

.techdInterview__text .title-accent {
  margin-top: 27px;
  margin-bottom: 30px;
}

.techdInterview__text .text {
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0;
}


/* SUMMARY */
.techdSummary {
  position: relative;
  padding: 60px 15px;
}

.techdSummary__inner {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.techdSummary__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: fit-content;
  max-width: 290px;
  margin: auto;
}

.techdSummary__logo {
  flex-shrink: 0;
}

.techdSummary__logo img {
  width: 49px;
  height: 52px;
  display: block;
}

.techdSummary .section-title {
  text-align: center;
  margin: 0;
  width: 62%;
  font-size: clamp(35px, 3.0625vw, 49px);
}


.techdSummary__box {
  position: relative;
  width: 100%;
  margin: 45px auto 0;
  border-radius: 33px;
  overflow: hidden;
  min-height: 200px;
  padding: 50px 15px 40px;
}

.techdSummary__box .bg-img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.techdSummary__box-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
}

.techdSummary__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 15px;
}

.techdSummary__rating i {
  color: #d4d4d4;
  font-size: 24px;
}

.techdSummary__rating i.filled {
  color: #f28f3d;
}

.techdSummary__box-title {
  text-align: center;
  margin: 0 0 10px;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 500;
  font-size: clamp(22px, 2.125vw, 34px);
  line-height: 1.059;
  color: var(--font-color-light, #fff);
}

.techdSummary__box-text {
  text-align: center;
  color: var(--font-color-light, #fff);
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.733;
}

.techdSummary .global-btn {
  width: 190px;
  margin: 25px auto 0;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */

@media screen and (min-width: 744px) {
  .techdBanner__tags {
    flex-direction: row;
    justify-content: center;
  }

  .techdBanner__view-photos-wrap {
    width: 100%;
    max-width: 600px;
  }

  .techdBanner--screenshots-bg .techdBanner__badge {
    margin-left: 0;
    margin-right: 0;
  }

  .techdSummary .section-title {
    width: auto;
  }

  .techdSummary__title-wrapper {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .section-title {
    text-align: left;
  }
  .section-title.center {
    text-align: center;
  }
  .title-accent {
    justify-content: flex-start;
  }
  .title-accent.center {
    justify-content: center;
  }

  .techdBanner__bg--screenshots .techdBanner__bg-panel:nth-child(n+2) {
    display: block;
  }

  .techdBanner__title-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
  }

  .techdBanner__title-row .techdBanner__title-wrapper {
    display: table;
    width: auto;
    max-width: 70%;
  }

  .techdBanner__title-row .techdBanner__badge--inline {
    flex-shrink: 0;
    max-width: 57px;
  }

  .techdBanner__title-row .techdBanner__badge--inline .img-container {
    max-width: 100%;
  }

  .techdBanner--screenshots-bg .techdBanner__view-photos-wrap {
    top: 115px;
    left: 15px;
    right: 15px;
    width: 90vw;
    max-width: 1920px;
    margin: 0 auto;
    padding-right: 22px;
  }

  .techdBanner--screenshots-bg .techdBanner__title-row {
    justify-content: flex-start;
  }

  .techdBanner__badge {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .techdBanner__meta {
    align-items: flex-start;
  }

  .techdPricing__toggle {
    flex-direction: row;
  }

  .techdPricing__toggle--group.billing-cycle .toggle {
    width: 124px;
  }

  .techdPricing__plans .pricing-plan {
    padding: 50px 30px 65px;
  }

  .techdDescription__video .poster .play-btn {
    width: 60px;
    height: 60px;
  }

  .techdInterview__video .poster .play-btn {
    width: 60px;
    height: 60px;
  }

  .techdFeatures__inner {
    max-width: 1920px;
    width: 90%;
  }

  .techdFeatures__content {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }

  .techdFeatures__section {
    width: 50%;
  }

  .techdFeatures__capabilities {
    width: 49%;
    text-align: left;
  }

  .techdFeatures__integrations {
    width: 45%;
    max-width: none;
    margin: 0;
  }

  .techdFeatures__content .line {
    margin: 0 30px;
  }

  .techdFeatures__item {
    padding-left: 18px;
  }

  .techdFeatures__item::before {
    display: block;
  }

  .techdFeatures__capabilities .techdFeatures__list {
    padding-left: 7px;
  }

  .techdFeatures__integrations .techdFeatures__list {
    margin-top: 25px;
  }

  .techdFeatures__integrations-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .techdResults {
    padding: 30px 15px 80px;
  }

  .techdResults__inner {
    max-width: 1920px;
    width: 88.125vw;
  }

  .techdResults__content {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }

  .techdResults__case-studies {
    width: 43%;
  }

  .techdResults__case-studies-slider {
    padding-bottom: 23px;
  }

  .case-studies-list li {
    text-align: left;
  }

  .case-studies-arrows {
    left: auto;
    right: 30px;
    transform: none;
  }

  .techdResults__market-stats {
    width: 45%;
    max-width: 100%;
    margin: 0;
    text-align: left;
    padding-right: 13px;
  }

  .techdResults__content .line {
    display: block;
    margin: 0 30px;
  }

  .techdReviews {
    padding: 65px 15px;
  }

  .techdReviews__inner {
    max-width: 1920px;
    width: 88.125vw;
  }

  .placeholder-review {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .stats-list {
    flex-direction: row;
    gap: 15px;
  }

  .stats-list li {
    flex: 1;
    width: auto;
  }

  .techdClients {
    padding: 40px 15px;
  }

  .techdClients__inner {
    max-width: 1920px;
    width: 87.5vw;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .techdClients__header {
    margin-bottom: 0;
    margin-right: 0;
    width: 9%;
    text-align: left;
  }

  .techdClients__inner>.line {
    display: block;
    min-height: 75px;
    margin: 0 3%;
  }

  .techdClients__inner>.marquee {
    flex: 1;
    width: auto;
  }

  .header--fixed .header__inner {
    background-color: transparent;
  }

  .techdBanner {
    padding: 175px 15px 75px;
  }

  .techdBanner--screenshots-bg {
    padding: 175px 15px 25px;
  }

  .techdBanner.edit-mode-active {
    padding-top: 175px;
  }

  .techdBanner__inner {
    flex-direction: row;
    max-width: 1920px;
    width: 90vw;
  }

  .techdBanner__view-photos-wrap {
    max-width: 1920px;
    width: 90vw;
    padding-right: 22px;
  }

  .techdBanner__content {
    flex-direction: row;
    width: 80%;
    margin-bottom: 0;
  }

  .techdBanner__content--logo {
    width: 24%;
    max-width: 100%;
    margin: 0;
  }

  .techdBanner__content .line {
    display: block;
    margin: 0px 7.5%;
  }

  .techdBanner__content--text {
    width: 61.5%;
  }

  .techdBanner__content--text .banner-title {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .techdBanner__title-row {
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .techdBanner__title-row .banner-title {
    margin: 0;
  }

  .techdBanner__text {
    text-align: left;
  }

  .techdBanner__tags {
    justify-content: flex-start;
  }

  .techdBanner__cta {
    padding-right: 22px;
  }

  .techdNavigation {
    padding: 50px 15px;
  }

  .techdNavigation__inner {
    max-width: 1920px;
    width: 87.5vw;
  }

  .techdNavigation__buttons {
    flex-direction: row;
    gap: 0;
  }

  .techdNavigation__button {
    font-size: 14px;
    flex: 1;
    width: auto;
    border-radius: 0;
  }

  .techdNavigation__button:first-child {
    border-radius: 15px 0 0 15px;
  }

  .techdNavigation__button:last-child {
    border-radius: 0 15px 15px 0;
  }

  .techdQuickTake {
    padding: 50px 15px 75px;
  }

  .techdQuickTake__inner {
    max-width: 1920px;
    width: 90%;
  }

  .techdQuickTake__points {
    flex-direction: row;
    gap: 30px;
  }

  .techdQuickTake__point {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .techdQuickTake__point:first-child {
    width: 30%;
  }

  .techdQuickTake__point--title {
    text-align: left;
  }

  .techdQuickTake__point--text {
    text-align: left;
  }

  .techdQuickTake__point:nth-child(2) {
    width: 35%;
  }

  .techdQuickTake__point:nth-child(3) {
    width: 34%;
  }

  .techdQuickTake__point:first-child .techdQuickTake__point--title {
    width: 28%;
  }

  .techdQuickTake__point:first-child .techdQuickTake__point--text {
    width: 40%;
  }

  .techdQuickTake__point:nth-child(2) .techdQuickTake__point--title {
    width: 32%;
  }

  .techdQuickTake__point:nth-child(2) .techdQuickTake__point--text {
    width: 50%;
  }

  .techdQuickTake__point:nth-child(3) .techdQuickTake__point--title {
    width: 60%;
  }

  .techdQuickTake__point:nth-child(3) .techdQuickTake__point--text {
    width: 32%;
  }

  .techdDescription {
    padding: 90px 15px 65px;
  }

  .techdDescription__text {
    margin: 40px auto 30px;
    max-width: 1920px;
    width: 73.75vw;
  }

  .techdDescription__video {
    max-width: 1920px;
    width: 70.25vw;
  }

  .techdFeatures {
    padding: 95px 15px 75px;
  }

  .techdFeatures__content .line {
    display: block;
  }

  .techdPricing {
    padding: 80px 15px 75px;
    margin-bottom: 65px;
  }

  .techdPricing__inner {
    width: 90%;
    max-width: 1920px;
  }

  .techdPricing__plans {
    flex-direction: row;
    gap: 58px;
  }

  .techdPricing__plans .pricing-plan {
    padding: 50px 3.2% 65px;
    width: 33.333%;
  }

  .techdFor {
    padding: 65px 15px 95px;
  }

  .techdFor__inner {
    max-width: 1920px;
    width: 95%;
  }

  .techdFor__list {
    gap: 10px;
  }

  .techdFor__list .perfect-for {
    padding: 40px 25px 15px;
    width: calc(20% - 16px);
  }

  .techdWorks {
    padding: 65px 15px 80px;
  }

  .techdWorks__inner {
    max-width: 1920px;
    width: 95%;
  }

  .techdWorks__list {
    flex-direction: row;
  }

  .techdWorks__list .works-step {
    width: 100%;
  }

  .techdWorks__list .works-step .title {
    text-align: left;
  }

  .techdWorks__list .works-step .text {
    text-align: left;
  }

  .techdWorks__list .arrow {
    margin: 0 10px;
    transform: none;
  }

  .techdInterview {
    padding: 65px 15px 0;
  }

  .techdInterview__inner {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 87.5vw;
    max-width: 1920px;
  }

  .techdInterview__video {
    width: 51%;
  }

  .techdDescription__video .poster .play-btn i {
    font-size: 20px;
  }

  .techdInterview__video .poster .play-btn i {
    font-size: 20px;
  }

  .techdInterview__text {
    width: 42%;
    padding-top: 0;
  }

  .techdInterview__text .text {
    text-align: left;
    padding: 0 20px 0 8px;
  }

  .techdScreenshots {
    padding: 115px 15px 30px;
  }

  .techdScreenshots__inner {
    max-width: 1920px;
    width: 88.125vw;
  }

  .techdScreenshots__mobile {
    display: none;
  }

  .techdScreenshots__grid {
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
  }

  .techdScreenshots__single,
  .techdScreenshots__main,
  .techdScreenshots__right {
    display: block;
  }

  .techdScreenshots__single {
    width: 100%;
    position: relative;
  }

  .techdScreenshots__single .img-container {
    position: relative;
    overflow: hidden;
    border-radius: 31px;
  }

  .techdScreenshots__main {
    width: 68%;
    display: flex;
    align-items: stretch;
  }

  .techdScreenshots__main .img-container {
    width: 100%;
    height: 100%;
  }

  .techdScreenshots__right {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    align-self: stretch;
  }

  .techdScreenshots__button {
    bottom: 21px;
  }

  .techdScreenshots__popup-prev,
  .techdScreenshots__popup-next {
    display: flex !important;
  }

  .techdPricing__buttons {
    flex-direction: row;
  }

  .techdReviews__buttons {
    flex-direction: row;
  }

  .techdReviews__buttons .global-btn {
    width: 190px;
  }

  .techdReviews__grid {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
  }

  .techdReviews__item {
    flex: 1 1 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }

  .techdReviews__item .techdReview__reply {
    padding: 18px 20px;
    text-align: center;
  }

  .techdReviews__placeholder {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .techdScreenshots__popup-prev,
  .techdScreenshots__popup-next,
  .techdReviews__popup-prev,
  .techdReviews__popup-next {
    display: flex !important;
  }

  .techdScreenshots__popup-counter-wrapper,
  .techdReviews__popup-counter-wrapper {
    gap: 0;
    margin-top: 10px;
  }

  .techdScreenshots__popup-counter-wrapper .techdScreenshots__popup-counter,
  .techdReviews__popup-counter-wrapper .techdReviews__popup-counter {
    margin: 0;
  }

  .techdScreenshots__popup-counter-wrapper .techdScreenshots__popup-prev-mobile,
  .techdScreenshots__popup-counter-wrapper .techdScreenshots__popup-next-mobile,
  .techdReviews__popup-counter-wrapper .techdReviews__popup-prev-mobile,
  .techdReviews__popup-counter-wrapper .techdReviews__popup-next-mobile {
    display: none;
  }

  .techdScreenshots__popup-prev-mobile,
  .techdScreenshots__popup-next-mobile,
  .techdReviews__popup-prev-mobile,
  .techdReviews__popup-next-mobile {
    display: none !important;
  }

  .techdScreenshots__popup {
    padding-left: 30px;
    padding-right: 30px;
  }

  .aiosp-ref-\#screenshots-popup .aiosp-content .aiosp-close {
    top: 55px;
    right: -10px;
  }

  .techdReviews__popup-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .techdReviews__popup-review-box:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc(50% - 10px);
    width: 100%;
  }

  .techdReviews__popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiosp-ref-\#reviews-popup .aiosp-content .aiosp-close {
    top: 40px;
    right: -25px;
  }

  .techdReviews__popup-review-box {
    padding: 50px 40px 40px;
    text-align: left;
  }

  .techdReviews__popup-review-header {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }

  .techdReviews__popup-review-rating {
    padding-right: 30px;
    justify-content: flex-start;
  }

  .techdSummary {
    padding: 65px 15px 65px;
  }

  .techdSummary__inner {
    max-width: 1920px;
    width: 77.5vw;
  }

  .techdReview__reply {
    padding: 18px 20px;
  }

  .techdReviews__popup-review-box .techdReview__reply {
    padding: 18px 20px;
    text-align: left;
  }

  .techdPricing__inner {
    width: 75.625vw;
  }
}

@media screen and (min-width: 1280px) {
  /* bg-img.fixed - xl breakpoint from global.scss */
  .bg-img.fixed {
    background-attachment: fixed;
  }

  .techdResults__inner {
    width: 90%;
  }

  .techdResults__content .line {
    margin: 0 6.8%;
  }

  .techdFeatures__inner {
    width: 88.125vw;
  }

  .techdFeatures__content .line {
    margin: 0 6% 0 3%;
  }

  .techdBanner__meta {
    flex-direction: row;
    align-items: center;
  }

  .techdBanner__view-photos-wrap {
    width: 90vw;
    max-width: 1920px;
    padding-right: 22px;
  }

  .techdQuickTake__inner {
    width: 87.5vw;
  }

  .techdQuickTake__points {
    padding-left: 4%;
  }

  .techdNavigation__button {
    font-size: 17px;
  }

  .techdFor__inner {
    width: 87.1875vw;
  }

  .techdFor__list {
    gap: 20px;
  }

  .techdFor__list .perfect-for {
    height: 180px;
  }

  .techdFor__list .perfect-for .icon .img-container {
    height: 50px;
  }

  .techdWorks__inner {
    width: 87.5vw;
  }

  .techdWorks__list .arrow {
    margin: 0 15px;
  }

  .techdInterview__text {
    padding-top: 3.5%;
  }
}