.chart-block {
  flex-shrink: 0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-light2);
  height: 388px;
  max-width: 370px;
  width: 370px;
}

.large-title {
  margin: 0 0 14px;
  color: var(--white);
  font-family: Poppins;
  font-weight: 600;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 54px;
  letter-spacing: 0;
  angle: 0 deg;
  opacity: 1;
}

.mobile .large-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}

.large-subtitle {
  margin: 0 0 32px;
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;

  font-family: Poppins;
  leading-trim: NONE;
  letter-spacing: 0;

  angle: 0 deg;
  opacity: 0.5;
}

.mobile .large-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.followers-wrapper {
  padding: 0 40px 0 0;
}

.mobile .followers-wrapper {
  padding: 0;
}

.twitter-content {
  padding: 48px 16px;
}

body.home-page .site-wrapper {
  overflow-x: hidden;
}

.twitter-info-count-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 43%;
}

.mobile .twitter-content {
  padding-bottom: 56px;
}

.features {
  background-color: var(--white);
  border-radius: 60px 60px 0 0;
  padding-top: 32px;
  padding-bottom: 147px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

body:not(.mobile) .features {
  margin-left: -24px;
  width: calc(100% + 24px);
}

.dark .features {
  background-color: var(--dark-grey);
}

.trusted-by {
  padding: 60px 0 100px;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  border-radius: 60px 60px 0 0;
}

body:not(.mobile) .trusted-by {
  margin-left: -24px;
  width: calc(100% + 24px);
}

.dark .trusted-by {
  background-color: var(--dark-black);
}

.trusted-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: var(--black);
  margin-bottom: 48px;
  text-transform: capitalize;
  vertical-align: middle;
}

.dark .trusted-title {
  color: var(--white);
}

.trusted-logos-marquee {
  overflow: hidden;
  width: 100%;
  height: 73px;
  margin: 0 auto;
  opacity: 1;
  white-space: nowrap;
}

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

.trusted-marquee-container::before,
.trusted-marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.trusted-marquee-container::before {
  left: 0;
  background: linear-gradient(to right, var(--white), transparent);
}

.trusted-marquee-container::after {
  right: 0;
  background: linear-gradient(to left, var(--white), transparent);
}

.dark .trusted-marquee-container::before {
  background: linear-gradient(to right, var(--dark-black), transparent);
}

.dark .trusted-marquee-container::after {
  background: linear-gradient(to left, var(--dark-black), transparent);
}

.trusted-logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 73px;
  padding: 0;
}

.trusted-logo-item img {
  height: 73px;
  width: 206px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: grayscale(1) opacity(0.5);
  background-color: transparent;
}

.dark .trusted-logo-item img {
  filter: grayscale(1) invert(1) opacity(0.5);
}

.trusted-logo-item:hover img {
  filter: brightness(0);
  opacity: 1;
}

.dark .trusted-logo-item:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* Override marquee plugin styles */
.trusted-logos-marquee .js-marquee {
  margin-right: 0 !important;
}

.mobile .trusted-by {
  padding: 40px 0 80px;
}

.mobile .trusted-title {
  font-size: 18px;
  margin-bottom: 32px;
}

.mobile .trusted-logo-item {
  width: fit-content;
}

.mobile .trusted-logo-item img {
  max-width: 120px;
}

.mobile .features {
  border-radius: 24px 24px 0 0;
}

.mobile .features > .features-wrapper > .content-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.mobile .features > .explain-wrapper > .content-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.mobile .features > .example-wrapper > .content-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.features .features-wrapper {
  margin-bottom: 32px;
}

.features-main-title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  width: 100%;
}

.mobile .features-main-title {
  text-align: left;
  font-size: 28px;
  line-height: 32px;
}

.features-list {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 94px 85px;
}

.mobile .features-list {
  gap: 32px;
}

.features-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 32px;
  flex-basis: 50%;
  flex-grow: 0;
  max-width: 44%;
}

.mobile .features-item {
  width: 100%;
  max-width: 100%;
}

.feature-title {
  margin: 0 0 7px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.mobile .feature-title {
  flex-direction: column;
  align-items: flex-start;
}

feature-title .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.features .material-symbols-outlined {
  user-select: none;
  display: inline-block;
  flex-shrink: 0;
  font-size: 45px;
  color: var(--blue);
  padding: 9px;
}

.features-text {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 71px;
}

.mobile .features-text {
  padding-left: 0;
}

.explain-wrapper {
  display: flex;
  border-radius: 61px;
  background-color: var(--grey-200);
  align-items: center;
  flex-direction: row;
  padding: 0 167px 0 47px;
  margin: 0 auto;
  margin-bottom: 28px;
  max-width: 1253px;
}

.mobile .explain-wrapper {
  border-radius: 24px;
  padding: 0;
}

.twitter-explain {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.twitter-explain-content {
  max-width: 58.3%;
}

.mobile .twitter-explain-content {
  max-width: none;
  padding-bottom: 40px;
}

.twitter-explain-content h1 {
  margin: 0 0 7px;
  font-weight: 600;
  line-height: 48px;
  font-size: 40px;
}

.mobile .twitter-explain-content h1 {
  font-size: 28px;
  line-height: 32px;
}

.twitter-explain-content p {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.mobile .twitter-explain-content p {
  font-size: 14px;
  line-height: 20px;
}

.explain-wrapper .image-wrapper {
  max-width: 33.3%;
}

.mobile .explain-wrapper .image-wrapper {
  width: 100%;
  max-width: none;
}

.explain-wrapper .twitter-image {
  width: 500px;
  height: 450px;
  background-position: -340px 0;
}

.mobile .explain-wrapper .twitter-image {
  width: 327px;
  height: 293px;
  background-position: 0px -460px;
  margin: 0;
}

.example-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.example-wrapper .sample-image {
  width: 532px;
  height: 281px;
  background-position: -1504px -351px;
}

.mobile .example-wrapper .sample-image {
  width: 278px;
  height: 147px;
  background-position: -686px -515px;
  margin-bottom: 72px;
}

.example-text {
  max-width: 466px;
}

.example-text h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.mobile .example-text h1 {
  font-size: 28px;
  line-height: 32px;
}

.example-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.mobile .example-text p {
  font-size: 14px;
  line-height: 20px;
}

.home-page.dark,
.dark .explain-wrapper,
.dark .footer-wrapper {
  background-color: var(--dark-grey);
}

.dark .features,
.dark .chart-block,
.dark .search-main-wrapper {
  background-color: var(--dark-black);
}

.dark .features .material-symbols-outlined {
  color: var(--white);
}

.dark .explain-wrapper .twitter-image {
  background-position: -885px 9px;
}

.mobile.dark .explain-wrapper .twitter-image {
  background-position: -325px -460px;
}

.dark .example-wrapper .sample-image {
  background-position: -1512px 0;
}

.mobile.dark .example-wrapper .sample-image {
  background-position: -998px -515px;
}

.dark .twitter-explain-content p {
  color: var(--white);
}

.accounts-wrapper {
  position: relative;
  padding-top: 5px;
}

.marquee {
  max-width: 250px;
  overflow: hidden;
}

.profile-list {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  align-items: center;
  gap: 14px;
}

.profile-list .js-marquee-wrapper {
  display: flex;
  height: 40px;
}

.profile-list .js-marquee {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  height: 40px;
  gap: 14px;
}

.profile-list .js-marquee .profile-item {
  cursor: default;
}

.profile-item {
  background-color: var(--blue-light2);
  font-family: Roboto;
  cursor: pointer;
  color: var(--white);
  display: inline-flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 8px 16px 8px 8px;
  border-radius: 24px;
  border: none transparent;
  transition: all 0.2s ease 0s;
  min-width: 190px;
}

.dark .profile-item {
  background-color: var(--dark-black);
}

.profile-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.profile-info img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 24px;
  height: 24px;
}

.profile-info .account-title {
  font-size: 14px;
  color: var(--white);
  line-height: 20px;
  font-family: Roboto;
  font-weight: 400;
}

.account-followers {
  color: inherit;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-left: 20px;
}

.shadow-left,
.shadow-right {
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgb(5, 68, 253) 12%,
    rgba(5, 68, 253, 0) 100%
  );
}

.dark .shadow-left,
.dark .shadow-right {
  background: linear-gradient(
    90deg,
    rgb(39, 39, 42) 12%,
    rgba(39, 39, 42, 0) 100%
  );
}

.shadow-left {
  left: 0px;
}

.shadow-right {
  right: 0px;
  transform: rotate(180deg);
}

@media screen and (min-width: 1100px) {
  .followers-wrapper {
    max-width: 57%;
  }
}

@media screen and (max-width: 1100px) {
  .twitter-content {
    flex-direction: column-reverse !important;
  }

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

  .twitter-info-count-wrapper {
    margin-bottom: 30px;
  }

  .marquee {
    width: 50vw;
  }
}

@media screen and (min-width: 900px) {
  .twitter-content {
    padding: 84px 16px;
  }

  .features {
    padding-top: 80px;
  }

  .features .features-wrapper {
    margin-bottom: 99px;
  }

  .features-main-title {
    margin-bottom: 55px;
  }

  .features-list {
    align-items: flex-start;
    flex-flow: row wrap;
  }

  .explain-wrapper {
    margin-bottom: 145px;
  }
}

@media screen and (min-width: 1200px) {
  .followers-wrapper {
    max-width: 635px;
  }
}

/* Mobile */
.mobile .features-list,
.mobile .example-wrapper .content-wrapper,
.mobile .footer-wrapper .content-wrapper {
  flex-direction: column;
}

.mobile .twitter-explain {
  flex-direction: column-reverse;
}
