:root {
  --ai-primary: #009bbb;
  --ai-secondary: #fa7c07;
  --ai-accent: #47b7ce;
}

/* 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 {
  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;
}

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

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

.header__navigation #nav>li:nth-last-child(-n+2)>a {
  background-color: var(--ai-primary);
}

.header__navigation #nav>li:nth-last-child(-n+2)>a:hover {
  background-color: var(--accent, #2c503c);
}

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

.techdBanner .bg-img {
  background-color: var(--ai-primary);
}

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

.techdBanner__left {
  width: 100%;
}

.techdBanner__logo {
  width: 100%;
  filter: brightness(0) invert(1);
  margin-bottom: 25px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.techdBanner__logo .img-container {
  width: 100%;
}

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

.techdBanner__badge {
  flex-shrink: 0;
}

.techdBanner__badge .img-container {
  display: inline-block;
}

.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,
.techdBanner__meta .banner-category,
.techdBanner__meta .banner-subcategory {
  color: var(--font-color-light, #fff);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}

.techdBanner__rating .rating-text {
  margin-left: 15px;
}

.techdBanner__meta .dot {
  display: none;
  width: 3px;
  height: 3px;
  min-width: 3px;
  background-color: var(--accent-light, #ffa17a);
  border-radius: 50%;
}

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

.techdBanner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  width: 100%;
}

.techdBanner__cta .global-btn {
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 15px;
  width: 210px;
}

.techdBanner__cta .global-btn.banner-cta-1 {
  background-color: rgba(255, 255, 255, 0.03);
}

.techdBanner__cta .global-btn.banner-cta-1:hover {
  background-color: var(--ai-primary);
}

.techdBanner__cta .global-btn.banner-cta-2 {
  background-color: var(--ai-secondary);
}

.techdBanner__cta .global-btn.banner-cta-2:hover {
  background-color: var(--ai-primary);
}

.techdBanner__photo {
  width: 100%;
  max-width: 100%;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .5));
}

.techdBanner__photo .img-container {
  width: 100%;
}

/* 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: 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(--ai-accent);
  color: var(--font-color-light, #fff);
  border-color: var(--ai-accent);
}

.techdNavigation__button.active {
  background-color: var(--ai-accent);
  color: var(--font-color-light, #fff);
  border-color: var(--ai-accent);
}

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

.techdQuickTake .bg-img {
  background-color: var(--ai-primary);
  height: 100%;
}

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

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

.techdQuickTake__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.techdQuickTake__left {
  width: 100%;
  max-width: 350px;
}

.techdQuickTake__left .img-container {
  border-radius: 33px;
  overflow: hidden;
  width: 100%;
}

.techdQuickTake__right {
  width: 100%;
}

.techdQuickTake__points {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.techdQuickTake__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 33px;
  padding: 20px 15px;
}

.techdQuickTake__point--icon {
  flex-shrink: 0;
  width: 88px;
}

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

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

.techdQuickTake__point--title br {
  display: none;
}

.techdQuickTake__point--text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.857;
  width: 100%;
  text-align: center;
}

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

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

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

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

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

.techdDescription__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}

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

.techdDescription__text p {
  margin-bottom: 28px;
}

.techdDescription__text p:last-child {
  margin-bottom: 0;
}

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

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

.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));
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}

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

.techdDescription__video .poster:hover .play-btn {
  background-color: var(--ai-accent);
  border-color: var(--ai-accent);
}

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

.techdInterview .bg-img {
  background-color: #ffffff;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  height: 100%;
}

.techdInterview .bg-img {
  background-color: #ffffff;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  height: 100%;
}

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

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

.techdInterview__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.techdInterview__video .poster {
  position: relative;
  overflow: hidden;
  border-radius: 33px;
}

.techdInterview__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));
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}

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

.techdInterview__video .poster:hover .play-btn {
  background-color: var(--ai-accent);
  border-color: var(--ai-accent);
}

.techdInterview__text {
  width: 100%;
}

.techdInterview__text .section-title {
  text-align: center;
  margin-bottom: 25px;
}

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

.techdInterview__text .text p {
  margin-bottom: 20px;
}

.techdInterview__text .text p:last-child {
  margin-bottom: 0;
}

.techdInterview__founder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.techdInterview__founder--photo {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
}

.techdInterview__founder--photo .img-container {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--ai-secondary);
}

.techdInterview__founder--info {
  flex: 1;
  text-align: center;
}

.techdInterview__founder--info .founder-name {
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.285;
  color: var(--font-color-title, #050505);
}

.techdInterview__founder--info .founder-position {
  font-size: clamp(12px, 0.875vw, 14px);
  line-height: 1.285;
  letter-spacing: 0.02em;
}

.techdInterview__founder--info .founder-company {
  font-size: clamp(12px, 0.875vw, 14px);
  line-height: 1.285;
  letter-spacing: 0.02em;
}

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

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

.techdFor .section-title {
  font-size: 27px;
}

.techdFor__content {
  display: flex;
  flex-direction: column;
}

.techdFor__title {
  width: 100%;
  margin-bottom: 40px;
}

.techdFor__title .section-title {
  text-align: center;
  line-height: 1.2;
}

.techdFor__line {
  display: none;
}

.techdFor__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.techdFor__list .perfect-for {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.techdFor__list .perfect-for .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

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

.techdFor__list .perfect-for .text {
  color: var(--font-color-title, #050505);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

/* PROCESS */
.techdProcess {
  position: relative;
  padding: 60px 15px;
}

.techdProcess .bg-img {
  background-color: var(--ai-primary);
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  height: 100%;
}

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

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

.techdProcess__steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.techdProcess__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.techdProcess__step--image {
  width: 100%;
  max-width: 227px;
  margin-bottom: 20px;
}

.techdProcess__step--image .img-container {
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  overflow: hidden;
}

.techdProcess__step--title {
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-weight: 500;
  font-size: 20px;
  color: var(--font-color-light, #fff);
  margin-bottom: 6px;
  line-height: 1.2;
}

.techdProcess__step--title br {
  display: none;
}

.techdProcess__step--text {
  font-size: 14px;
  line-height: 1.857;
  color: var(--font-color-light, #fff);
}

/* INTEGRATIONS */
.techdIntegrations {
  position: relative;
  padding: 60px 15px;
  background-color: #ebebeb;
}

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

.techdIntegrations .section-title {
  font-size: 27px;
  line-height: 1.2;
}

.techdIntegrations__content {
  display: flex;
  flex-direction: column;
}

.techdIntegrations__title {
  width: 100%;
  margin-bottom: 40px;
}

.techdIntegrations__title .section-title {
  text-align: center;
  line-height: 1.2;
}

.techdIntegrations__line {
  display: none;
}

.techdIntegrations__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.techdIntegrations__logos .integration-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.techdIntegrations__logos .integration-logo .img-container {
  width: 100%;
  max-width: 250px;
}

.techdIntegrations__logos .integration-logo .img-container img {
  width: 100%;
  height: auto;
}

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

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

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

.techdPricing__tiers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.techdPricing__tier {
  background: #fff;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.techdPricing__tier--heading {
  background: linear-gradient(to top, #0cabc0, #234193);
  padding: 20px 15px;
  color: var(--font-color-light, #fff);
}

.techdPricing__tier--name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--font-color-light, #fff);
  text-transform: uppercase;
  letter-spacing: .32em;
  font-family: var(--font-family-title, 'Outfit', sans-serif);
}

.techdPricing__tier--price {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--font-color-light, #fff);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
}

.techdPricing__tier--addon {
  font-size: 10px;
  color: var(--font-color-light, #fff);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .32em;
}

.techdPricing__tier--content {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.techdPricing__tier--description {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: .02em;
  flex: 1;
}

.techdPricing__tier--perks {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.techdPricing__tier--perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.techdPricing__tier--perk.excluded {
  opacity: 0.25;
}

.techdPricing__tier--perk-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--ai-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.techdPricing__tier--perk-icon i {
  color: #fff;
  font-size: 6px;
}

.techdPricing__tier--perk-text {
  font-size: 14px;
  letter-spacing: .02em;
  font-weight: 500;
}

.techdPricing__tier--bullets {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.techdPricing__tier--bullet {
  font-size: 14px;
  letter-spacing: .02em;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.techdPricing__tier--bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--ai-primary);
}

.techdPricing__addons {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.techdPricing__addons .techdPricing__tier--content {
  padding: 30px 15px;
}

.techdPricing__addons .techdPricing__tier--bullets {
  column-count: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.techdPricing__addons .techdPricing__tier--bullet::before {
  display: none;
}

.techdPricing__addons .techdPricing__tier--bullet {
  padding-left: 0;
}

.techdPricing__tier--additional-costs {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: .02em;
  text-align: center;
}

/* PRODUCT SUITE */
.techdProductSuite {
  position: relative;
  padding: 60px 15px;
}

.techdProductSuite .bg-img {
  position: absolute;
  bottom: 0;
  top: auto;
  height: clamp(120px, 12.5vw, 200px);
  min-height: 120px;
  max-height: 200px;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  background-color: var(--ai-primary);
}

.techdProductSuite .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
  line-height: 1.2;
}

.techdProductSuite__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}

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

.techdProductSuite__left {
  width: 100%;
  text-align: center;
}

.techdProductSuite__subtitle {
  font-size: 15px;
  color: var(--ai-primary);
  text-transform: uppercase;
  margin-top: 47px;
  margin-bottom: 15px;
  line-height: 1.733;
  letter-spacing: .3em;
}

.techdProductSuite__text {
  font-size: 14px;
  line-height: 1.857;
  text-align: center;
}

.techdProductSuite__text p {
  margin-bottom: 15px;
}

.techdProductSuite__text p:last-child {
  margin-bottom: 0;
}

.techdProductSuite__right {
  width: 100%;
}

.techdProductSuite__bullets {
  column-count: 1;
  column-gap: 0;
  column-fill: balance;
  margin-bottom: 55px;
}

.techdProductSuite__bullet {
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--font-color-title, #050505);
  position: relative;
  padding-left: 0;
  text-align: center;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}

.techdProductSuite__bullet::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background-color: var(--ai-primary);
  border-radius: 50%;
}

.techdProductSuite__image {
  width: 100%;
}

.techdProductSuite__image .img-container {
  width: 100%;
  overflow: hidden;
}

/* FEATURES */
.techdFeatures .section-title {
  font-size: clamp(35px, 3.0625vw, 49px);
}

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

/* MARKET STATS */
.techdMarketStats {
  position: relative;
  padding: 60px 15px;
}

.techdMarketStats .bg-img {
  position: absolute;
  bottom: 0;
  top: auto;
  height: clamp(120px, 14.75vw, 236px);
  min-height: 120px;
  max-height: 236px;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  background-color: var(--ai-primary);
}

.techdMarketStats__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.techdMarketStats__box {
  background-color: #fff;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 45px 15px;
  text-align: center;
}

.techdMarketStats__title {
  font-size: clamp(35px, 3.0625vw, 49px);
  line-height: 1.2;
  margin-bottom: 0;
}

.techdMarketStats__box .title-accent {
  margin-top: 12px;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}

.techdMarketStats__box .title-accent .img-container {
  width: 66px;
  height: 5px;
}

.techdMarketStats__stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.techdMarketStats__stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.techdMarketStats__stat-number {
  font-weight: 500;
  font-size: clamp(35px, 2.8125vw, 45px);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  color: var(--font-color-title, #050505);
}

.techdMarketStats__stat-label {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* REVIEWS SECTION */
.techdReviewsSection {
  padding: 60px 15px;
}

.techdReviewsSection__inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.techdReviewsSection__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 35px;
}

.techdReviewsSection__title {
  font-size: clamp(35px, 3.0625vw, 49px);
  line-height: 1.2;
  margin-bottom: 0;
}

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

.techdReviewsSection__heading-left .title-accent .img-container {
  width: 66px;
  height: 5px;
}

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

.techdReviewsSection__heading-right p {
  margin-bottom: 25px;
}

.techdReviewsSection__heading-right p:last-child {
  font-weight: 600;
}

.techdReviewsSection__reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 35px;
}

.techdReviewsSection__review {
  background-color: #fff;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.techdReviewsSection__review-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.techdReviewsSection__review-icon {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  align-self: center;
}

.techdReviewsSection__review-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.techdReviewsSection__review-icon .img-container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.techdReviewsSection__review-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.techdReviewsSection__review-text {
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.02em;
  width: 100%;
  text-align: center;
}

.techdReviewsSection__review-text p:last-child {
  font-weight: 600;
}

.techdReviewsSection__review-author {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

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

.techdReviewsSection__buttons .global-btn {
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 15px;
  width: 210px;
}

.techdReviewsSection__buttons .global-btn.reviews-cta-1 {
  background-color: var(--ai-secondary);
}

.techdReviewsSection__buttons .global-btn.reviews-cta-1:hover {
  background-color: var(--ai-primary);
}

.techdReviewsSection__buttons .global-btn.reviews-cta-2 {
  background-color: var(--ai-secondary);
}

.techdReviewsSection__buttons .global-btn.reviews-cta-2:hover {
  background-color: var(--ai-primary);
}

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

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

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

.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: clamp(35px, 3.0625vw, 49px);
  font-family: var(--font-family-title, 'Outfit', sans-serif);
  color: var(--font-color-title, #050505);
  font-weight: 500;
  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: 30px;
  margin-left: -35px;
  margin-right: 20px;
}

.client-logos .logo {
  max-width: 350px;
}

.client-logos .img-container {
  max-height: 70px;
  width: auto;
}

.client-logos img {
  filter: grayscale(100%) brightness(0);
  opacity: 0.53;
}

/* PREVIEW */
.techdPreview {
  position: relative;
  padding: 60px 15px;
  overflow: hidden;
}

.techdPreview .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

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

.techdPreview__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.techdPreview__left {
  width: 100%;
}

.techdPreview__title {
  font-size: clamp(35px, 3.0625vw, 49px);
  margin-bottom: 20px;
}

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

.techdPreview__text p {
  margin-bottom: 20px;
}

.techdPreview__text p:last-child {
  margin-bottom: 0;
}

.techdPreview__right {
  width: 100%;
}

.techdPreview__columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.techdPreview__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.techdPreview__photo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.techdPreview__photo .img-container {
  border-radius: 15px;
  overflow: hidden;
}

.techdPreview__photo img {
  border-radius: 15px;
}

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

.techdSummary__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 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__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 55px;
}

.techdSummary__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.techdSummary__left-logo {
  margin-bottom: 20px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.techdSummary__left-logo img {
  filter: grayscale(100%) brightness(0);
}

.techdSummary__rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

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

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

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

.techdSummary__rating-number {
  font-size: 15px;
  letter-spacing: 0.02em;
}

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

.techdSummary__buttons .global-btn {
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 15px;
  width: 190px;
}

.techdSummary__buttons .global-btn.summary-cta-1 {
  background-color: var(--ai-primary);
}

.techdSummary__buttons .global-btn.summary-cta-1:hover {
  background-color: var(--ai-secondary);
}

.techdSummary__buttons .global-btn.summary-cta-2 {
  background-color: var(--ai-primary);
}

.techdSummary__buttons .global-btn.summary-cta-2:hover {
  background-color: var(--ai-secondary);
}

.techdSummary__right {
  width: 100%;
}

.techdSummary__right-title {
  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-title, #050505);
  margin: 0 0 15px;
  text-align: center;
}

.techdSummary__right-text {
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  text-align: center;
}

.techdSummary__right-text p {
  margin-bottom: 15px;
}

.techdSummary__right-text p:last-child {
  margin-bottom: 0;
}

.techdSummary__advisor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.techdSummary__advisor-photo {
  flex-shrink: 0;
  width: 73px;
  height: 73px;
}

.techdSummary__advisor-photo .img-container {
  border-radius: 50%;
  overflow: hidden;
}

.techdSummary__advisor-info {
  flex: 1;
  text-align: center;
}

.techdSummary__advisor-name {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--font-color-title, #050505);
  margin-bottom: 5px;
}

.techdSummary__advisor-position {
  font-size: 12px;
  letter-spacing: 0.02em;
}

/* RESULTS */
.techdResults {
  position: relative;
  padding: 60px 15px;
}

.techdResults .bg-img {
  background-color: var(--ai-primary);
}

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

.techdResults__inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.techdResults__image {
  width: 100%;
  max-width: 400px;
}

.techdResults__image .img-container {
  width: 100%;
}

.techdResults__right {
  width: 100%;
}

.techdResults__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.techdResults__logo {
  margin-bottom: 0;
  max-width: 293px;
  width: 100%;
}

.techdResults__logo .img-container {
  filter: brightness(0);
}

.techdResults__slider {
  position: relative;
  margin-top: 40px;
  width: 100%;
  min-width: 100%;
}

.results-slider-list {
  margin: 0;
  padding: 0;
}

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

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

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

.results-slider-list .slick-list {
  width: 100%;
  overflow: hidden;
}

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

.results-slider-list>div {
  margin-bottom: 0;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  min-width: 100%;
  flex-shrink: 0;
}

.results-slide-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.733;
  margin-bottom: 0;
  color: var(--ai-primary);
}

.results-slide-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.733;
  margin-bottom: 10px;
}

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

.results-slider-arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

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

.results-slider-prev:hover,
.results-slider-next:hover {
  color: var(--ai-secondary);
  -webkit-text-stroke: 1px var(--ai-secondary);
}

.results-slider-list .slick-list {
  margin-bottom: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 744px) {
  .techdSummary .section-title {
    width: auto;
  }

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

  .techdPreview__columns {
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }

  .techdPreview__column:first-child {
    margin-top: 15%;
    margin-bottom: 0;
  }

  .techdPreview__column:last-child {
    margin-top: 0;
    margin-bottom: 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 {
    padding: 210px 15px 140px;
  }

  .techdBanner__inner {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1920px;
    width: 95%;
    gap: 30px;
  }

  .techdBanner__logo {
    max-width: 100%;
  }

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

  .techdBanner__meta .dot {
    display: block;
  }

  .techdBanner__left {
    width: 38%;
    min-width: 480px;
  }

  .techdBanner__text {
    text-align: left;
    padding-right: 5px;
  }

  .techdBanner__cta {
    flex-direction: row;
    width: auto;
  }

  .techdBanner__photo {
    width: 58%;
    padding-top: 5px;
  }

  .techdNavigation {
    padding: 50px 15px;
  }

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

  .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: 20px 15px 80px;
  }

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

  .techdQuickTake__content {
    flex-direction: row;
    align-items: center;
    margin-top: -45px;
    gap: 0;
  }

  .techdQuickTake__left {
    min-width: 350px;
    width: 27.5%;
    max-width: 100%;
  }

  .techdQuickTake__right {
    width: 82%;
    margin-left: -120px;
    z-index: 1;
    padding-top: 30px;
  }

  .techdQuickTake__point {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding: 30px 40px;
  }

  .techdQuickTake__point--content {
    flex-direction: row;
    flex: 1;
    gap: 20px;
  }

  .techdQuickTake__point--title {
    text-align: left;
    width: 31%;
  }

  .techdQuickTake__point--title br {
    display: block;
  }

  .techdQuickTake__point--text {
    text-align: left;
    width: 65%;
  }

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

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

  .techdDescription__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 55px;
  }

  .techdDescription__text {
    width: 51%;
    text-align: left;
  }

  .techdDescription__content .techdDescription__text:only-child {
    width: 100%;
    text-align: center;
  }

  .techdDescription__video {
    width: 45%;
  }

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

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

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

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

  .techdInterview__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }

  .techdInterview__video {
    width: 45%;
  }

  .techdInterview__text {
    width: 50%;
  }

  .techdInterview__content .techdInterview__text:only-child {
    width: 100%;
  }

  .techdInterview__content .techdInterview__text:only-child .section-title {
    text-align: center;
  }

  .techdInterview__content .techdInterview__text:only-child .text {
    text-align: center;
  }

  .techdInterview__text .section-title {
    text-align: left;
  }

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

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

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

  .techdResults {
    padding: 65px 15px;
  }

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

  .techdResults__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }

  .techdResults__image {
    width: 35%;
    max-width: 100%;
  }

  .techdResults__right {
    width: 58%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .results-slider-arrows {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .results-slider-list>div {
    text-align: left;
  }

  .techdInterview__founder {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .techdInterview__founder--info {
    text-align: left;
  }

  .techdFor {
    padding: 5px 15px 85px;
  }

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

  .techdIntegrations {
    padding: 65px 15px;
  }

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

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

  .techdIntegrations__title {
    min-width: 196px;
    width: 14%;
    margin-bottom: 0;
  }

  .techdIntegrations__title .section-title {
    text-align: left;
    margin-bottom: 0;
  }

  .techdIntegrations__line {
    display: block;
    width: 1px;
    height: 77px;
    background-color: #c3c3c3;
    flex-shrink: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .techdIntegrations__logos {
    flex-direction: row;
    flex: 1;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .techdIntegrations__logos .integration-logo {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex: 0 1 auto;
    gap: 0;
    min-width: 0;
  }

  .techdIntegrations__logos .integration-logo .img-container {
    width: auto;
    max-width: none;
    height: 42px;
    min-width: 0;
    flex-shrink: 1;
  }

  .techdIntegrations__logos .integration-logo .img-container img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

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

  .techdFor__title {
    min-width: 168px;
    width: 12%;
    margin-bottom: 0;
  }

  .techdFor__title .section-title {
    text-align: left;
    margin-bottom: 0;
  }

  .techdFor__line {
    display: block;
    width: 1px;
    height: 77px;
    background-color: #c3c3c3;
    flex-shrink: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .techdFor__list {
    flex-direction: row;
    flex: 1;
    gap: 30px;
    justify-content: flex-start;
  }

  .techdFor__list .perfect-for {
    flex-direction: row;
    align-items: center;
    text-align: left;
    flex: 1;
    gap: 20px;
  }

  .techdFor__list .perfect-for .text {
    text-align: left;
  }

  .techdProcess {
    padding: 90px 15px 80px;
  }

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

  .techdProcess__steps {
    flex-direction: row;
    gap: 20px;
    margin-top: 60px;
    justify-content: center;
  }

  .techdProcess__step {
    flex: 0 0 calc((100% - 4 * 20px) / 5);
    align-items: flex-start;
    text-align: left;
  }

  .techdProcess__step--image {
    max-width: 100%;
  }

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

  .techdProcess__step--title br {
    display: block;
  }

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

  .techdProductSuite {
    padding: 85px 15px 40px;
  }

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

  .techdProductSuite__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }

  .techdProductSuite__left {
    width: 34%;
    text-align: left;
  }

  .techdProductSuite .section-title {
    width: 65%;
    min-width: 300px;
  }

  .techdProductSuite__subtitle {
    width: 65%;
    min-width: 300px;
  }

  .techdProductSuite__text {
    text-align: left;
  }

  .techdProductSuite__right {
    width: 65%;
  }

  .techdProductSuite__bullets {
    column-count: 3;
    column-gap: 10px;
    column-fill: balance;
  }

  .techdProductSuite__bullet {
    padding-left: 15px;
    text-align: left;
  }

  .techdProductSuite__bullet::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 7px;
    height: 7px;
    background-color: var(--ai-primary);
    border-radius: 50%;
  }

  .techdProductSuite__image {
    padding-right: 25px;
  }

  .techdPricing {
    padding: 70px 15px 10px;
  }

  .techdPricing__inner {
    max-width: 900px;
    width: 95%;
  }

  .techdPricing__tiers {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
  }

  .techdPricing__tier {
    flex: none;
  }

  .techdPricing__tier--content {
    padding: 20px;
  }

  .techdPricing__addons {
    flex-direction: row;
    width: 100%;
  }

  .techdPricing__addons .techdPricing__tier {
    flex: 1;
  }

  .techdPricing__addons .techdPricing__tier--content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .techdPricing__tier--bullets {
    text-align: left;
  }


  .techdPricing__addons .techdPricing__tier--bullet {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }

  .techdResults__header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .techdResults__logo {
    margin-bottom: 0;
    width: 47%;
  }

  .techdResults__header .section-title {
    margin: 0;
    flex: 1;
    width: auto;
    max-width: none;
  }

  .techdMarketStats {
    padding: 15px 15px 80px;
  }

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

  .techdMarketStats__stat {
    flex: 1;
    width: auto;
  }

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

  .techdMarketStats__box {
    padding: 45px 15px 55px;
  }

  .techdReviewsSection {
    padding: 45px 15px 40px;
  }

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

  .techdReviewsSection__heading {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
  }

  .techdReviewsSection__heading-left {
    min-width: 350px;
    width: 25%;
    padding-left: 35px;
  }

  .techdReviewsSection__heading-right {
    width: 53%;
    padding-top: 12px;
    text-align: left;
  }

  .techdReviewsSection__reviews {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .techdReviewsSection__review {
    text-align: left;
    padding: 40px 30px;
  }

  .techdReviewsSection__review-content {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .techdReviewsSection__review-icon {
    margin: 0;
    flex-shrink: 0;
    align-self: center;
  }

  .techdReviewsSection__review-text-wrapper {
    flex: 1;
  }

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

  .techdReviewsSection__review-text p:last-child {
    font-weight: 600;
  }

  .techdReviewsSection__review-author {
    text-align: left;
  }

  .techdReviewsSection__buttons {
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

  .techdPreview {
    padding: 0 15px;
  }

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

  .techdPreview__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }

  .techdPreview__left {
    width: 41%;
    padding-left: 8px;
  }

  .techdPreview__text {
    text-align: left;
  }

  .techdPreview__photo {
    max-width: 100%;
    margin: 0;
  }

  .techdPreview__right {
    width: 49%;
  }

  .techdPreview__column:first-child {
    margin-top: 20px;
    margin-bottom: -7%;
  }

  .techdPreview__column:last-child {
    margin-top: -19%;
    margin-bottom: -21%;
  }

  .techdSummary {
    padding: 85px 15px 110px;
  }

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

  .techdSummary__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
  }

  .techdSummary__left {
    width: 30%;
    min-width: 420px;
    align-items: flex-start;
    text-align: left;
    padding-top: 2.5%;
  }

  .techdSummary__left-logo {
    margin-left: 0;
    margin-right: 0;
    max-width: 385px;
  }

  .techdSummary__rating-wrapper {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }

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

  .techdSummary__buttons {
    align-items: flex-start;
    flex-direction: row;
    width: auto;
    gap: 30px;
  }

  .techdSummary__right {
    width: 65%;
  }

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

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

  .techdSummary__advisor {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 0;
  }

  .techdSummary__advisor-info {
    text-align: left;
  }

}

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

  .techdBanner__inner {
    gap: 60px;
  }

  .techdBanner__left {
    padding-left: 45px;
  }

  .techdBanner__inner {
    width: 93vw;
  }

  .techdNavigation__button {
    font-size: 17px;
  }

  .techdNavigation__inner {
    width: 87.5vw;
  }

  .techdQuickTake__inner {
    width: 87.5vw;
  }

  .techdDescription__inner {
    width: 87.5vw;
  }

  .techdInterview__inner {
    width: 87.5vw;
  }

  .techdFor__inner {
    width: 87.5vw;
  }

  .techdFor__line {
    margin-left: 30px;
    margin-right: 30px;
  }

  .techdIntegrations__inner {
    width: 87.5vw;
  }

  .techdIntegrations__line {
    margin-left: 30px;
    margin-right: 30px;
  }

  .techdProcess__inner {
    width: 87.5vw;
  }

  .techdProcess__steps {
    gap: 45px;
  }

  .techdProcess__step {
    flex: 0 0 calc((100% - 4 * 45px) / 5);
  }

  .techdProductSuite__inner {
    width: 87.5vw;
  }

  .techdProductSuite__content {
    gap: 60px;
  }

  .techdMarketStats__box {
    padding: 45px 15px 55px;
  }

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

  .techdMarketStats__stat {
    flex: 1;
    width: auto;
  }

  .techdMarketStats__stat {
    flex: 1;
    width: auto;
  }

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

  .techdPricing__tier--content {
    padding: 20px 15px;
  }

  .techdPricing__addons .techdPricing__tier--content {
    padding-left: 40px;
    padding-right: 30px;
  }

  .techdPricing__addons .techdPricing__tier--bullets {
    display: block;
    column-count: 2;
    column-gap: 10px;
    column-fill: balance;
    text-align: left;
  }

  .techdPricing__addons .techdPricing__tier--bullet::before {
    display: block;
  }

  .techdPricing__addons .techdPricing__tier--bullet {
    padding-left: 20px;
  }

  .techdPricing__tiers {
    grid-template-columns: repeat(4, 1fr);
  }

  .techdResults__inner {
    width: 82.5vw;
  }

  .techdMarketStats__inner {
    width: 82.5vw;
  }

  .techdClients {
    padding: 35px 0 120px;
  }

  .techdReviewsSection__inner {
    width: 87.5vw;
  }

  .techdPreview__inner {
    width: 77.5vw;
  }

  .techdSummary__inner {
    width: 87.5vw;
  }

  .techdSummary__content {
    gap: 60px;
  }
}

@media screen and (min-width: 1480px) {
  .techdDescription__text {
    padding-top: 70px;
  }

  .techdInterview__text {
    padding-top: 50px;
  }

  .techdFor__line {
    margin-left: 50px;
    margin-right: 60px;
  }

  .techdIntegrations__line {
    margin-left: 15px;
    margin-right: 75px;
  }

  .techdProcess__steps {
    gap: 65px;
    justify-content: center;
  }

  .techdProcess__step {
    flex: 0 0 calc((100% - 4 * 65px) / 5);
  }

  .techdPricing__tier--content {
    padding: 20px 30px;
  }

  .techdPricing__addons .techdPricing__tier--content {
    padding-left: 70px;
    padding-right: 40px;
  }

  .techdResults__right {
    padding-right: 75px;
  }

  .techdMarketStats__stats {
    padding: 0 100px;
  }
}