/* Landing-specific typography and layout utilities */
body {
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --grey: rgb(113, 113, 122);
  --orange: rgb(255, 156, 0);
  --Black-2: rgb(10, 14, 19);
}
* {
  box-sizing: border-box;
}

body {
  color: var(--white);
  position: relative;
  font-size: 18px;
  background: var(--black);
  min-height: 100vh;
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 400;
  line-height: 1.4;
  margin: 0px;
}
h2 {
  font-size: 42px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 0px;
}

h1 {
  font-size: 60px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 0px;
}

h3 {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  font-size: 24px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 0px;
}

h5 {
  font-size: 20px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 0px;
}

h6 {
  font-size: 16px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}

img {
  display: block;
  max-width: 100%;
}

textarea {
  resize: vertical;
}

a {
  cursor: pointer;
  transition: all 200ms 0ms linear;
}

button {
  cursor: pointer;
}

.hero-rotating-text {
  display: block;
}
.word-span {
  overflow: visible;
  display: inline-block !important;
}

/* Rotating Text Animation Styles */
.rotating-text-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 1.05em;
}

.rotating-text {
  display: block;
  position: absolute;
  width: 100%;
  transition: transform 300ms ease;
  transform: translateY(0);
}

.rotating-text.slide-out {
  transform: translateY(-100%);
}

.rotating-text.slide-in {
  transform: translateY(0);
  animation: slideInFromBottom 300ms ease;
}

@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.button-primary {
  color: var(--black);
  background: var(--white);
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
  font-weight: 500;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: clip;
  transition: all 200ms 0ms ease;
}

.button-primary:hover {
  color: var(--white);
}

.button-primary:hover .cta-bg {
  opacity: 1;
}

.button-secondary {
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
}

.button-secondary:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
}

.rich-text-dh-styling hr {
  width: 100%;
  border: 0px solid rgba(0, 0, 0, 1);
  height: 1px;
  display: block;
  border-top: 1px solid rgb(203, 203, 203);
  margin-top: 20px;
  padding-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.rich-text-dh-styling {
  display: flex;
  row-gap: 24px;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--white);
}

.relative-5 {
  position: relative;
  z-index: 5;
}

.bg-wrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: none;
}

.item-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gap-48 {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.gap-24 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.h1-72 {
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
}

.mw-827 {
  max-width: 827px;
}

.text-26 {
  font-size: 26px;
}

.cta-flex {
  display: flex;
}

.signup-form {
  max-width: 492px;
  width: 100%;
  position: relative;
}

.signup-input {
  width: 100%;
  min-height: 52px;
  padding-left: 60px;
  font-size: 20px;
  color: var(--black);
  border: 1px solid var(--white);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 150px;
}

.signup-input.t69.signup-input:focus {
  border: 1px solid var(--black);
}

.border-radius-60 {
  border-radius: 60px;
}

.input-logo {
  position: absolute;
  top: 50%;
  left: 24px;
  right: auto;
  bottom: auto;
  transform: translate(0px, -50%);
}

.signup-cta {
  position: absolute;
  top: 50%;
  left: auto;
  right: 9px;
  bottom: auto;
  transform: translate(0px, -50%);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--white);
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  transition: all 300ms 0ms ease;
}

.signup-cta:hover {
  background: rgb(from var(--black) r g b / 80%);
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-64 {
  padding-bottom: 64px;
}

.h2-64 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.text-56 {
  font-size: 56px;
  line-height: 1.1;
}

.text-color-grey {
  color: var(--grey);
}
.text-color-white {
  color: var(--white) !important;
}

.text-color-gradient {
  background: linear-gradient(200deg, #ec008c 0%, #fc8b67 70%, #ffd46d 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.marquee-profiles-wrap {
  margin-top: 64px;
  overflow: hidden;
  position: relative;
}

.marquee-container {
  display: flex;
  width: max-content;
  animation: var(--marquee-direction, scroll-left) var(--marquee-speed, 50s)
    linear infinite;
}

.marquee-container.paused {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-33.333%);
  }
  100% {
    transform: translateX(0);
  }
}

.marquee-profil-item {
  max-width: 302px;
  width: 100%;
  height: 334px;
  overflow: clip;
  border: 1px solid rgb(from var(--white) r g b / 10%);
  transition: height 400ms 200ms ease;
}
/*
.marquee-profil-item:hover {
  height: 840px;
}
  */

.border-radius-20 {
  border-radius: 20px;
}

.marque-profil-image {
}

.padding-top-64 {
  padding-top: 64px;
}

.gap-64 {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}

.h2-56 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.mw-526 {
  max-width: 526px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
}

.gap-32 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.cerators-image-wrap {
  width: 100%;
  aspect-ratio: 1.23 / 1;
  overflow: clip;
  border: 1px solid rgb(from var(--white) r g b / 5%);
  position: relative;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creators-image-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  column-gap: 5px;
  border: 1px solid rgb(from var(--white) r g b / 10%);
  color: var(--white);
  font-size: 12px;
  background: rgb(from var(--white) r g b / 20%);
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.orange-dot {
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 100%;
}

.gap-8 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.h3-20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 16px;
  row-gap: 16px;
  width: 100%;
  text-align: left;
}

.gap-16 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.section-title {
  color: var(--orange);
  font-size: 20px;
  line-height: 1;
}

.mw-35 {
  width: 35%;
}

.content-bottom {
  display: flex;
  align-items: flex-end;
}

.product-item {
  width: 100%;
  border: 1px solid rgb(from var(--white) r g b / 10%);
  position: relative;
  background-size: cover;
  overflow: clip;
}

.product-item-content {
  position: absolute;
  top: auto;
  left: 32px;
  right: auto;
  bottom: 32px;
  max-width: 275px;
  z-index: 3;
}

.big-product-item {
  aspect-ratio: 2/1;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
}

.mid-product-item {
  aspect-ratio: 0.98/1;
}

.small-product-item {
  aspect-ratio: 0.64/1;
}

.mw-680 {
  max-width: 680px;
  width: 100%;
}

.mw-600 {
  max-width: 600px;
}

.text-bold-italic {
  font-weight: 700;
  font-style: italic;
}

.mw-500 {
  max-width: 500px;
}

.mw-375 {
  max-width: 375px;
  width: 100%;
}

.rive-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  z-index: 2;
}

.item-abs {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
}

.calculator-item {
  border: 1px solid rgb(from var(--white) r g b / 10%);
  overflow: clip;
  display: flex;
  background-image: url(/assets/94a58982c042272a6ccd404e6d915f0b_430115.png);
  background-size: cover;
}

.calculator-image {
  width: 32%;
}

.calculator-content-wrapper {
  width: 68%;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.calculator-content-top {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 64px;
  padding-right: 24px;
}

.flex-box {
  display: flex;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end;
}

.cost-price {
  margin-left: auto;
  color: var(--grey);
}

.gap-10 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.text-20 {
  font-size: 20px;
}

.categories-wrapper {
  display: flex;
  column-gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}

.mw-587 {
  max-width: 587px;
}

.category-tag {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1;
  border: 1px solid var(--white);
  font-size: 14px;
  font-weight: 500;
  opacity: 30%;
  cursor: pointer;
}

.category-tag-active {
  opacity: 100%;
}

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

.horisontal-flex-10 {
  display: flex;
  column-gap: 10px;
  flex-direction: row;
}

.range-wrapper {
  flex: 1 1 0%;
}

.calculator-content-bottom {
  padding-top: 22px;
  border-top: 1px solid rgb(from var(--white) r g b / 10%);
  padding-left: 64px;
  padding-right: 22px;
  padding-bottom: 40px;
  flex: 1 1 0%;
}

.calculator-result-text {
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
}

.padding-bottom-128 {
  padding-bottom: 128px;
}

.hover-rive-wrapper {
  margin-top: 48px;
  position: relative;
  z-index: 5;
}

.padding-top-128 {
  padding-top: 128px;
}

.w-100 {
  width: 100%;
}

.gap-64-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 64px;
}

.display-block {
  display: block;
}

.content-align-center {
  display: flex;
  align-items: center;
}

.h3-48 {
  font-size: 48px;
  font-weight: 500;
}

.all-in-one-content {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--orange);
  grid-template-columns: 1fr 1fr;
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
}

.mw-50 {
  width: 50%;
}

.all-in-one-box {
  padding-top: 8px;
  border-top: 1px solid rgb(from var(--white) r g b / 10%);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.text-color-orange {
  color: var(--orange);
}

.text-96 {
  font-size: 96px;
  line-height: 1;
}

.all-in-one-image-box {
  width: 40%;
  border: 1px solid rgb(from var(--white) r g b / 10%);
  position: relative;
}

.all-in-one-image-1 {
  position: absolute;
  top: -23px;
  left: auto;
  right: -30px;
  bottom: auto;
  width: 70px;
}

.all-in-one-image-2 {
  position: absolute;
  top: auto;
  left: -30px;
  right: auto;
  bottom: -23px;
  width: 70px;
}

.item-50 {
  width: 50%;
}

.mw-40 {
  width: 40%;
}

.cta-component {
  width: 100%;
  padding-left: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 20px;
  border: 1px solid rgb(from var(--white) r g b / 10%);
  overflow: clip;
  text-align: left;
  position: relative;
}

.mw-492 {
  max-width: 492px;
}

.padding-footer {
  padding-top: 64px;
  padding-bottom: 38px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-logo {
  width: 140px;
}

.footer-links-wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 64px;
}

.footer-links-row {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.footer-links-title {
  font-size: 20px;
  font-weight: 500;
}

.footer-link {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: var(--white);
  transition: all 0ms 0ms ease;
}

.footer-link:hover {
  background: linear-gradient(
    200deg,
    #ec008c 0%,
    #fc8b67 70%,
    #ffd46d 100%
  ) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

.footer-bottom {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.horisontal-flex-16 {
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 16px;
}

.market-icon {
  width: 140px;
  transition: all 300ms 0ms ease;
}

.market-icon:hover {
  transform: scale(0.99, 0.99);
}

.gradinet-hover:hover {
  background: linear-gradient(200deg, #ec008c 0%, #fc8b67 70%, #ffd46d 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.hover-animation-white:hover span {
  color: var(--grey);
}

.hover-animation-gradinet:hover {
  background: linear-gradient(
    200deg,
    #ec008c 0%,
    #fc8b67 70%,
    #ffd46d 100%
  ) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

.cta-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    200deg,
    #ec008c 0%,
    #fc8b67 70%,
    #ffd46d 100%
  ) !important;
  transition: all 200ms 0ms ease;
  opacity: 0%;
}

.range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #ff9c00 0% 50%,
    rgba(255, 255, 255, 0.1) 50% 100%
  );
  outline: none;
}

/* WebKit track */
.range::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border-radius: 999px;
}

/* WebKit thumb */
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: radial-gradient(circle at center, #fff 8px, transparent 8.01px);
  cursor: pointer;
  margin-top: -9px;
}

/* Firefox track */
.range::-moz-range-track {
  height: 8px;
  background: transparent;
  border: none;
  border-radius: 999px;
}

/* Firefox thumb */
.range::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: radial-gradient(circle at center, #fff 8px, transparent 8.01px);
  cursor: pointer;
}

.section-bg-white {
  background: var(--white);
  color: var(--black);
}

.mw-559 {
  max-width: 600px;
}

.icon-64 {
  width: 64px;
}

.cta-component-2 {
  padding-left: 50px;
  padding-top: 150px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url(/assets/5a9bdf73f048082efb7ec7f44c392b36_426086.png);
  background-size: cover;
  position: relative;
  padding-bottom: 150px;
}

.gap-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing-calculator-wrapper {
  max-width: 628px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 54px;
  padding-left: 68px;
  padding-right: 68px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  background-size: auto;
  background-repeat: no-repeat;
  background: var(--Black-2);
  background-image: url(/assets/fead8f351f07747d1ba3d4531ecd4a7c_285978.png);
}

.tab-count-box {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
}

.count-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

input.count-no {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 194px;
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  min-height: 64px;
}

.icon-46 {
  width: 46px;
}

.plan-icon {
  width: 46px;
  cursor: pointer;
}

.hero-agency {
  min-height: 100svh;
  background: var(--white);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mw-950 {
  max-width: 950px;
}

.cta-black {
  background: var(--black);
  color: var(--white);
}

.overlay-agency {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #b300ff 0%, rgba(179, 0, 255, 0) 100%);
}

.rive-cta {
  width: auto !important;
  height: 100%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .navbar.navbar-content-black .navbar-link,
  .navbar.navbar-content-black .navbar-right .navbar-link {
    color: var(--black);
  }

  .navbar.navbar-content-black .navbar-link:hover {
    background: linear-gradient(
      200deg,
      #ec008c 0%,
      #fc8b67 70%,
      #ffd46d 100%
    ) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
  }

  .navbar.navbar-content-black .button-primary {
    background: var(--black);
    color: var(--white);
  }

  .navbar.navbar-content-black .mobile-transparent {
    background: rgba(0, 0, 0, 0);
    color: var(--black);
    border: 1px solid var(--black);
  }

  .navbar.navbar-content-black .mobile-transparent:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .navbar.navbar-content-black .hamburger-trigger span {
    background: var(--black);
  }

  .navbar.navbar-content-black.navbar-active {
    background: rgb(255 255 255 / 0.9);
    border-bottom: 1px solid rgb(0 0 0 / 0.04);
  }
}

.users-drop-trigger {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  background: var(--Black-2);
  min-width: 250px;
}

.user-drop-image {
  width: 32px;
}

.user-drop-image-wrap {
  width: 72px;
  display: flex;
  min-width: 72px;
}

.user-drop-margin {
  margin-left: -12px;
}

.horisontal-flex-6 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.icon-12 {
  width: 12px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
  width: 100%;
}

.key-item {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
  text-align: left;
  border: 1px solid rgb(from var(--white) r g b / 10%);
  position: relative;
  overflow: hidden;
  background-image: url(/assets/1ffd6cb9f7fa681f2fa6bf57e79fa7e3_258351.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-50 {
  width: 50px;
}

.followers-item {
  display: flex;
  flex-direction: column;
  background-image: url(/assets/79a772d8ebaa37dd1608955abe3cff13_388216.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgb(from var(--white) r g b / 10%);
}

.followers-top {
  padding-top: 48px;
  padding-bottom: 40px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(from var(--white) r g b / 10%);
}

.dropdown-wrapper {
  padding-left: 64px;
  padding-right: 64px;
  background: var(--Black-2);
  border: 1px solid rgb(from var(--white) r g b / 10%);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  cursor: pointer;
}

.followers-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}

.total-followers {
  border: 1px solid rgb(from var(--white) r g b / 10%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 95px;
  padding-right: 95px;
  background: var(--Black-2);
  padding-top: 53px;
  padding-bottom: 53px;
  row-gap: 12px;
}

.text-48 {
  font-size: 48px;
  line-height: 1;
}

.followers-grid {
  flex: 1 1 0%;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  column-gap: 18px;
  row-gap: 18px;
}

.followers-single-item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  background: var(--Black-2);
  border: 1px solid rgb(from var(--white) r g b / 10%);
  display: flex;
  align-items: center;
  column-gap: 13px;
}

.gap-4 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.icon-18 {
  width: 18px;
}

.followers-icon {
  border-radius: 100%;
  width: 48px;
  border: 1px solid var(--white);
}

.perfomance-trends-heading {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  border-top: 1px solid rgb(from var(--white) r g b / 10%);
  border-bottom: 1px solid rgb(from var(--white) r g b / 10%);
}

.chart-triggers-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chart-triggers-left {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.chart-trigger {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid var(--white);
  opacity: 30%;
  cursor: pointer;
}

.chart-tirgger-active {
  opacity: 100%;
}

.chart-wrapper {
  min-height: 300px;
  background: var(--Black-2);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: auto;
}

.perfomance-green-text {
  color: #00ff88;
  line-height: 1;
}

.perfomance-green-text.negative-growth {
  color: #ff4444;
}

.map-box-wrapper {
  width: 100%;
  background-image: url(/assets/65be40446dfbbb82db164f512b2c81f9_461319.png);
  background-size: cover;
  overflow: hidden;
  border: 1px solid rgb(from var(--white) r g b / 10%);
}

.map-top-wrapper {
  padding-top: 44px;
  padding-left: 54px;
  padding-right: 54px;
  padding-bottom: 66px;
  position: relative;
}

.map-bottom-wrapper {
  padding-top: 12px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-bottom-wrapper .map-bottom-list-item:last-child {
  border-bottom: none;
}

.map-bottom-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 628px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(from var(--white) r g b / 10%);
}

.horisontal-flex-24 {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.icon-36 {
  width: 36px;
}

.map-image {
  width: 100%;
  position: relative;
}

.map-info-item {
  background: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  color: var(--black);
  text-align: left;
  max-width: 172px;
  min-width: 172px;
}

.icon-26 {
  width: 26px;
}

.text-14 {
  font-size: 14px;
}

.text-bold {
  font-weight: 700;
}

.text-12 {
  font-size: 12px;
}

.map-info-usa {
  position: absolute;
  top: 30%;
  left: 20%;
  right: auto;
  bottom: auto;
}

.map-info-brasil {
  position: absolute;
  top: auto;
  left: 30%;
  right: auto;
  bottom: 28%;
}

.map-info-australia {
  position: absolute;
  top: auto;
  left: auto;
  right: 5%;
  bottom: 20%;
}
.talent-section {
  background-image: url(/assets/8da7191fdaaf3ebec4ae45df998669ef_658516.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.show-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 48px;
  color: #3182e9;
  text-decoration: underline;
}

.show-more-wrapper span {
  cursor: pointer;
}
.rive-cta-inner {
  height: 100%;
  width: auto !important;
}

.section-hero-business {
  padding-top: 198px;
  position: relative;
  background: var(--white);
  color: var(--black);
  min-height: 101svh;
  overflow: hidden;
}

.business-hero-box {
  margin-top: 50px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

.hero-lottie {
  width: 100%;
  display: flex;
}
/* [Resolution: 991px] */

@media screen and (max-width: 991px) {
  .rive-cta-inner {
    height: auto !important;
    width: 100% !important;
  }

  .hero-overlay {
    display: block;
  }

  .gap-64 {
    row-gap: 48px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .content-bottom {
    align-items: flex-start;
  }

  .big-product-item {
    aspect-ratio: 0.79/1;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .small-product-item {
    aspect-ratio: 0.7/1;
  }

  .calculator-item {
    flex-direction: column-reverse;
  }

  .calculator-image {
    width: 100%;
  }

  .calculator-content-wrapper {
    width: 100%;
  }

  .mw-50 {
    width: 100%;
  }

  .all-in-one-image-box {
    width: 90%;
    margin-top: 20px;
  }

  .item-50 {
    width: 100%;
  }

  .mw-40 {
    width: 100%;
  }

  .cta-component {
    aspect-ratio: 0.48/1;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-top {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-links-wrapper {
    grid-template-columns: 1fr 1fr;
    display: grid;
    row-gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .item-cover-top {
    object-fit: cover;
    object-position: 50% 20%;
  }

  .big-product-item-mobile {
    aspect-ratio: 0.59/1;
  }

  .cta-component-2 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 0px;
    padding-top: 40px;
    padding-left: 0px;
    overflow: hidden;
  }

  .tablet-static {
    display: block;
    height: auto;
    position: static;
  }

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

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }

  .followers-top {
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
  }

  .followers-bottom {
    flex-direction: column;
    row-gap: 20px;
  }

  .chart-triggers-wrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .map-top-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .overlay-agency {
    background: linear-gradient(180deg, #b300ff 0%, rgba(179, 0, 255, 0) 100%);
  }
}

/* [Resolution: 767px] */

@media screen and (max-width: 767px) {
  .h1-72 {
    font-size: 48px;
  }

  .padding-bottom-64 {
    padding-bottom: 48px;
  }

  .h2-64 {
    font-size: 48px;
  }

  .text-56 {
    font-size: 32px;
  }

  .padding-top-64 {
    padding-top: 48px;
  }

  .h2-56 {
    font-size: 48px;
  }

  .gap-32 {
    row-gap: 24px;
  }

  .mw-35 {
    width: 100%;
  }

  .calculator-content-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calculator-content-bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .padding-bottom-128 {
    padding-bottom: 64px;
  }

  .padding-top-128 {
    padding-top: 64px;
  }

  .gap-64-center {
    row-gap: 48px;
  }

  .text-96 {
    font-size: 48px;
  }

  .padding-footer {
    padding-top: 32px;
  }

  .footer-wrapper {
    row-gap: 32px;
  }
  .followers-bottom {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .perfomance-trends-heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .chart-triggers-left {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .map-image {
    min-width: 800px;
  }

  .map-info-item {
    max-width: 140px;
    min-width: 140px;
  }

  .map-info-brasil {
    bottom: 22%;
  }
}

/* [Resolution: 480px] */

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .button-primary {
    min-height: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gap-48 {
    row-gap: 32px;
  }

  .signup-input {
    padding-left: 45px;
    padding-right: 110px;
  }

  .border-radius-60 {
    border-radius: 40px;
  }

  .input-logo {
    left: 12px;
  }

  .signup-cta {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    right: 4px;
  }

  .padding-top-100 {
    padding-top: 50px;
  }

  .padding-bottom-64 {
    padding-bottom: 32px;
  }

  .h2-64 {
    font-size: 32px;
  }

  .text-56 {
    font-size: 28px;
  }

  .marquee-profiles-wrap {
    margin-top: 48px;
  }

  .marquee-profil-item {
    max-width: 180px;
    min-width: 180px;
    height: 198px;
  }

  .border-radius-20 {
    border-radius: 10px;
  }

  .padding-top-64 {
    padding-top: 32px;
  }

  .gap-64 {
    row-gap: 32px;
  }

  .h2-56 {
    font-size: 32px;
  }

  .gap-32 {
  }

  .product-item-content {
    left: 0px;
    max-width: 100%;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mid-product-item {
    aspect-ratio: 0.9/1;
  }

  .mw-375 {
    max-width: 100%;
  }

  .calculator-content-wrapper {
    row-gap: 32px;
  }

  .text-20 {
    font-size: 16px;
  }

  .padding-bottom-128 {
    padding-bottom: 48px;
  }

  .padding-top-128 {
    padding-top: 48px;
  }

  .h3-48 {
    font-size: 24px;
  }

  .all-in-one-image-1 {
    width: 40px;
    right: -20px;
  }

  .all-in-one-image-2 {
    width: 40px;
    left: -20px;
    bottom: -15px;
  }

  .cta-component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-row {
    row-gap: 14px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-bottom {
    font-size: 12px;
  }

  .mobile-gap-16 {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .mobile-display-block {
    display: block;
  }
  /* .marquee-profil-item:hover {
    height: 498px;
  }*/

  .calculator-result-text {
    font-size: 40px;
  }

  .heading-home {
    max-width: 100%;
  }
  .calculator-item {
    background-image: url("/assets/bb9559f89460808ef5cc96e232b20a06_521048.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
  }

  .pricing-calculator-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    row-gap: 20px;
    font-size: 14px;
  }

  .tab-count-box {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .plan-icon {
    width: 30px;
  }

  .users-drop-trigger {
    padding-left: 14px;
    padding-right: 16px;
    font-size: 14px;
    width: 100%;
    min-width: 230px;
  }

  .grid-4 {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
  }

  .key-item {
    row-gap: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .icon-50 {
    width: 30px;
  }

  .followers-top {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    row-gap: 20px;
    align-items: center;
  }

  .dropdown-wrapper {
    width: 100%;
  }

  .total-followers {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-48 {
    font-size: 28px;
  }

  .followers-grid {
    width: 100%;
    column-gap: 14px;
    row-gap: 14px;
    display: flex;
    flex-direction: column;
  }

  .followers-single-item {
    padding-left: 16px;
    padding-right: 16px;
    align-items: flex-start;
    row-gap: 13px;
    width: 100%;
  }

  .chart-triggers-left {
    row-gap: 10px;
    column-gap: 10px;
  }

  .chart-trigger {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-top-wrapper {
    overflow: auto;
  }

  .map-bottom-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .map-bottom-list-item {
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .horisontal-flex-24 {
    column-gap: 12px;
  }
  input.count-no {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 120px;
    font-size: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    min-height: 50px;
  }
  .user-dropdown-container {
    width: 100%;
  }
  .platform-dropdown-container {
    width: 100%;
  }
  .chartjs-container {
    min-width: 600px;
  }
  .section-hero-business {
    padding-top: 130px;
  }

  .business-hero-box {
    margin-top: 30px;
    margin-right: 0;
    max-width: 95%;
  }
}

/* Sliding Counter Animation Styles */
.animated-counter {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}

.sliding-digits-wrapper {
  display: inline-flex;
  align-items: baseline;
}

.sliding-digit-container {
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1;
  position: relative;
}

.sliding-digit-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sliding-digit {
  display: block;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.counter-prefix,
.counter-suffix {
  display: inline-block;
}

.talent-section .marquee-profiles-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
