/* [project]/components/Dashboard/AutoDMSuccess/AutoDMSuccess.module.scss.module.css [app-client] (css) */
.AutoDMSuccess-module-scss-module__UiP4Pa__pageWrapper {
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 25%, #fbcfe8 50%, #f5d0fe 75%, #ede9fe 100%);
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 40px 24px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__pageWrapper {
    padding: 24px 16px 48px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__gradientOrb {
  filter: blur(80px);
  opacity: .5;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__gradientOrb.AutoDMSuccess-module-scss-module__UiP4Pa__orb1 {
  background: radial-gradient(circle, rgba(236, 72, 153, .35) 0%, rgba(0, 0, 0, 0) 70%);
  width: 400px;
  height: 400px;
  top: -20%;
  right: -10%;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__gradientOrb.AutoDMSuccess-module-scss-module__UiP4Pa__orb2 {
  background: radial-gradient(circle, rgba(139, 92, 246, .3) 0%, rgba(0, 0, 0, 0) 70%);
  width: 350px;
  height: 350px;
  bottom: -15%;
  left: -10%;
}

@media (max-width: 991px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__gradientOrb.AutoDMSuccess-module-scss-module__UiP4Pa__orb1 {
    width: 280px;
    height: 280px;
    top: -10%;
  }

  .AutoDMSuccess-module-scss-module__UiP4Pa__gradientOrb.AutoDMSuccess-module-scss-module__UiP4Pa__orb2 {
    width: 220px;
    height: 220px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__contentCard {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, .92);
  border-radius: 24px;
  width: 100%;
  max-width: 640px;
  padding: 56px 48px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 10px 15px -3px rgba(0, 0, 0, .08), 0 0 0 1px rgba(255, 255, 255, .5);
}

@media (max-width: 991px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__contentCard {
    border-radius: 20px;
    padding: 40px 32px;
  }
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__contentCard {
    border-radius: 16px;
    padding: 32px 24px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__iconWrapper {
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  display: flex;
  box-shadow: 0 8px 24px rgba(236, 72, 153, .35);
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__iconWrapper {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__iconCheck {
  color: #fff;
  flex-shrink: 0;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__headline {
  letter-spacing: -.02em;
  color: #010205;
  text-align: center;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__headline {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__headline {
    margin-bottom: 12px;
    font-size: 28px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__subCopy {
  color: #374151;
  text-align: center;
  max-width: 480px;
  margin: 0 auto 40px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__subCopy {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__featuresList {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  display: flex;
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__featuresList {
    gap: 12px;
    margin-bottom: 32px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__featureCard {
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(236, 72, 153, .12);
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__featureCard:hover {
  box-shadow: 0 4px 12px rgba(139, 92, 246, .12);
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__featureCard {
    gap: 12px;
    padding: 14px 16px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__featureIcon {
  color: #7c3aed;
  background: linear-gradient(135deg, rgba(236, 72, 153, .15) 0%, rgba(139, 92, 246, .15) 100%);
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__featureText {
  color: #111827;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__featureText {
    font-size: 15px;
  }
}

.AutoDMSuccess-module-scss-module__UiP4Pa__ctaWrapper {
  justify-content: center;
  display: flex;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__ctaButton {
  letter-spacing: -.02em !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%) !important;
  border: none !important;
  border-radius: 70px !important;
  align-items: center !important;
  gap: 10px !important;
  height: auto !important;
  padding: 16px 32px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  display: inline-flex !important;
  box-shadow: 0 4px 14px rgba(139, 92, 246, .4) !important;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__ctaButton:hover, .AutoDMSuccess-module-scss-module__UiP4Pa__ctaButton:focus {
  opacity: .95;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, .45) !important;
}

.AutoDMSuccess-module-scss-module__UiP4Pa__ctaButton:active {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .AutoDMSuccess-module-scss-module__UiP4Pa__ctaButton {
    padding: 14px 28px !important;
    font-size: 16px !important;
  }
}

/* [project]/components/PublicPages/Homepage/ExpertStorefrontSection/ExpertStorefrontSection.module.scss.module.css [app-client] (css) */
.ExpertStorefrontSection-module-scss-module__Ojv-LW__storefrontHeroSection {
  background-color: #ffe4d6;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__mainContentRow {
  margin-top: 72px;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__leftColumnAntd {
  padding: 100px 0 160px;
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__leftColumnAntd {
    text-align: center;
    align-items: center;
    padding: 30px 14px 20px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionHeader {
  gap: 24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 1199px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionHeader {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionHeader {
    gap: 16px;
    margin-bottom: 24px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionTitle {
  letter-spacing: -4px;
  color: #141414;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionTitle .ExpertStorefrontSection-module-scss-module__Ojv-LW__highlight {
  font-weight: 700;
}

@media screen and (max-width: 1599px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionTitle {
    letter-spacing: -3.4px;
    font-size: 68px;
    line-height: 68px;
  }
}

@media screen and (max-width: 1199px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionTitle {
    letter-spacing: -2.8px;
    font-size: 56px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionTitle {
    letter-spacing: -1.6px;
    text-align: left;
    font-size: 36px;
    line-height: 40px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionSubtitle {
  color: #141414;
  max-width: 655px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

@media screen and (max-width: 1199px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionSubtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__sectionSubtitle {
    text-align: left;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaContainer {
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaContainer {
    margin: 0 0 16px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaAndSocialContainer {
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaAndSocialContainer {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaAndSocialContainer {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaButton {
  background: #141414 !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 12px !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 281px !important;
  height: 80px !important;
  padding: 0 24px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  transition: all .3s !important;
  display: flex !important;
  position: relative !important;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaButton:hover, .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaButton:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  background: #2a2a2a !important;
}

@media screen and (max-width: 1199px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaButton {
    width: 250px !important;
    height: 70px !important;
    padding: 0 20px !important;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaButton {
    height: 60px !important;
    padding: 0 16px !important;
    font-size: 16px !important;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaArrow {
  color: #141414 !important;
  background: #fff !important;
  border-radius: 8px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 18px !important;
  display: flex !important;
  position: absolute !important;
  right: 20px !important;
}

@media screen and (max-width: 1199px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaArrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
    right: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__ctaArrow {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
    right: 12px !important;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__infoTags {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__infoTags {
    flex-flow: wrap;
    justify-content: center;
    gap: 8px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__infoTag {
  color: #141414;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__infoTag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__infoTag {
    gap: 6px;
    padding: 8px 12px;
    font-size: 14px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__starsContainer {
  color: orange;
  letter-spacing: 0;
  vertical-align: middle;
  align-items: center;
  gap: 2px;
  font-family: Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, sans-serif;
  font-size: 16px;
  display: inline-flex;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__starsContainer svg {
  fill: orange;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .ExpertStorefrontSection-module-scss-module__Ojv-LW__starsContainer {
    font-size: 14px;
  }

  .ExpertStorefrontSection-module-scss-module__Ojv-LW__starsContainer svg {
    width: 14px;
    height: 14px;
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__rightColumnAntd {
  flex-grow: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__expertColumnsWrapper {
  box-sizing: border-box;
  background-color: #ffe4d6;
  border-radius: 16px;
  gap: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 8%, #000 92%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 8%, #000 92%, rgba(0, 0, 0, 0) 100%);
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__expertColumnsWrapper .ExpertStorefrontSection-module-scss-module__Ojv-LW__expertColumnContainer {
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: flex;
  overflow: hidden;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__expertColumnsWrapper .ExpertStorefrontSection-module-scss-module__Ojv-LW__animationTrack {
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 0 10px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__expertColumnsWrapper .ExpertStorefrontSection-module-scss-module__Ojv-LW__scrollUp {
  animation-name: ExpertStorefrontSection-module-scss-module__Ojv-LW__scrollUpAnimationStorefront;
  animation-duration: 90s;
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__expertColumnsWrapper .ExpertStorefrontSection-module-scss-module__Ojv-LW__scrollDown {
  animation-name: ExpertStorefrontSection-module-scss-module__Ojv-LW__scrollDownAnimationStorefront;
  animation-duration: 90s;
  animation-delay: -45s;
}

@keyframes ExpertStorefrontSection-module-scss-module__Ojv-LW__scrollUpAnimationStorefront {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-33.3333%);
  }
}

@keyframes ExpertStorefrontSection-module-scss-module__Ojv-LW__scrollDownAnimationStorefront {
  0% {
    transform: translateY(-33.3333%);
  }

  100% {
    transform: translateY(0%);
  }
}

.ExpertStorefrontSection-module-scss-module__Ojv-LW__highlight {
  font-weight: 700;
}

/* [project]/components/PublicPages/Homepage/TestimonialsSection/TestimonialsSection.module.scss.module.css [app-client] (css) */
.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories {
  background: #1b363f;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories {
    padding: 40px 0 60px;
  }
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__Success_Stories_Header {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

@media screen and (max-width: 767px) {
  .TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__Success_Stories_Header {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }
}

.TestimonialsSection-module-scss-module__HTsTJG__swiper_container .swiper {
  padding-bottom: 20px;
}

.TestimonialsSection-module-scss-module__HTsTJG__swiper_container .swiper-pagination {
  z-index: 100;
  bottom: 2px;
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__Swiper_Slide {
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__Swiper_Slide {
    height: 100%;
  }
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Description {
  padding: 24px 28px;
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Description .TestimonialsSection-module-scss-module__HTsTJG__SS_Quote {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  min-height: 94px;
  font-weight: 400;
  line-height: 1.4;
  font-size: max(14px, min(2vw, 18px)) !important;
}

@media screen and (max-width: 1199px) {
  .TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Description .TestimonialsSection-module-scss-module__HTsTJG__SS_Quote {
    font-size: max(12px, min(2vw, 18px));
  }
}

@media screen and (max-width: 991px) {
  .TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Description .TestimonialsSection-module-scss-module__HTsTJG__SS_Quote {
    font-size: max(10px, min(1.8vw, 16px));
  }
}

@media screen and (max-width: 767px) {
  .TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Description .TestimonialsSection-module-scss-module__HTsTJG__SS_Quote {
    font-size: max(12px, min(3vw, 16px));
    font-weight: 500;
    line-height: 1.5;
  }
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__Testimonial_Card {
  background: rgba(255, 255, 255, .9);
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  margin-bottom: 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__Testimonial_Card {
    margin-bottom: 0;
  }
}

.TestimonialsSection-module-scss-module__HTsTJG__swiper_container .swiper-pagination-bullet {
  background-color: #4f3e2f;
  width: 10px;
  height: 10px;
}

.TestimonialsSection-module-scss-module__HTsTJG__swiper_container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #141414;
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer {
  align-items: center;
  margin: 0 28px 24px;
  display: flex;
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer_Name {
  margin-left: 14px;
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer_Name .TestimonialsSection-module-scss-module__HTsTJG__SS_Topmate_User {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer_Name .TestimonialsSection-module-scss-module__HTsTJG__SS_Topmate_Link {
  color: #434343;
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.TestimonialsSection-module-scss-module__HTsTJG__Homepage_Success_Stories .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer .TestimonialsSection-module-scss-module__HTsTJG__SS_Footer_Pic {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

/* [project]/components/PublicPages/SignUp/SignupTestimonialsCarousel.module.scss.module.css [app-client] (css) */
.SignupTestimonialsCarousel-module-scss-module__iQFPia__signupTestimonialsCarousel {
  background: #ffe4d6;
  min-height: 100vh;
}

.SignupTestimonialsCarousel-module-scss-module__iQFPia__signupTestimonialsCarousel [class$="_Testimonial_Card"] {
  background-color: red !important;
}

@media screen and (max-width: 767px) {
  .SignupTestimonialsCarousel-module-scss-module__iQFPia__signupTestimonialsCarousel {
    display: none;
  }
}

/*# sourceMappingURL=components_68bf43fd._.css.map*/