:root {
  --borda-fields: #e5e5e8;
  --cinza: #5a5a67;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --roxo: #5600ce;
  --rosa: #ff0074;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.content-wrapper {
  grid-row-gap: 10px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 70vh;
  padding: 10px;
  font-family: "Aspekta 400", Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.head-text {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #5a5a67;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.seguidores-cell {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 140px;
  text-decoration: none;
  display: flex;
}

.youtube-color-svgrepo-com-1 {
  object-fit: cover;
  font-size: 14px;
  overflow: hidden;
}

.frame-9 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #e5e5e8;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  display: flex;
}

.text-2 {
  color: #5a5a67;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vector {
  object-fit: cover;
}

.filters-header {
  z-index: 1;
  grid-column-gap: 20px;
  background-color: #fff;
  border: 1px solid #e5e5e8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-results {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.head-text-result {
  color: #5a5a67;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.btn-export-csv {
  grid-column-gap: 10px;
  border: 1px solid var(--borda-fields);
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20vw;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #5a5a67;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

._204-mil-de-influencers-encontrados-0 {
  color: #5a5a67;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._204-mil-de-influencers-encontrados-0._550 {
  font-family: "Aspekta 700", Arial, sans-serif;
}

.body {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-fogo {
  text-align: center;
  width: 3vw;
}

.mais-filtros {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.search {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 2vh;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  color: var(--cinza);
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  overflow: visible;
}

.search-button {
  background-image: linear-gradient(66deg, #fe025c, #5600ce);
  border-radius: 6px;
  width: 20vw;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.image-5 {
  opacity: 1;
  width: 10vw;
}

.range-slider_display-values {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.range-slider_track-fill {
  opacity: 1;
  background-color: #000;
  border-radius: .2rem;
  position: absolute;
  inset: 0% 50% 0% 25%;
}

.range-slider_track {
  cursor: pointer;
  background-color: #e5e5e8;
  border-radius: .2rem;
  justify-content: space-around;
  align-items: center;
  height: .25rem;
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.range-slider_inputs {
  display: none;
}

.range-slider_wrapper {
  border-radius: .5rem;
  width: 100%;
  margin-top: 1.25rem;
  position: relative;
}

.range-slider_display-value {
  border: 1px #e5e5e8;
  border-radius: 6px;
  font-weight: 500;
}

.range-slider_handle {
  z-index: 1;
  border: 2px solid var(--cinza);
  background-color: #fff;
  border-radius: 999rem;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 25%;
  box-shadow: 0 0 2rem #00000036;
}

.range-slider_handle:focus {
  outline-style: solid;
  outline-offset: .12rem !important;
  outline-width: .12rem !important;
  outline-color: var(--blue-gray) !important;
}

.range-slider_handle.is-2 {
  border-radius: 999rem;
  width: 1.3rem;
  height: 1.3rem;
  left: 50%;
}

.div-block-4 {
  text-align: center;
  border: 1px solid #e5e5e8;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
}

.text-span {
  font-size: 16px;
  font-weight: 400;
}

.text-block-3 {
  color: var(--cinza);
}

.form-block {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.checkbox-label {
  margin-bottom: 0;
  display: none;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox {
  width: 1vw;
  height: 1.3vh;
  margin-top: 0;
  margin-left: 0;
}

.popup-contatos {
  z-index: 99;
  margin: auto;
  display: none;
  position: fixed;
}

.frame-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 45vh;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.close-popup {
  grid-column-gap: 10px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector-2 {
  object-fit: cover;
}

.frame-37 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-38 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 356px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  overflow: scroll;
}

.frame-39 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 197px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #121b2e;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-15 {
  color: #5a5a67;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-40 {
  grid-column-gap: 12px;
  border: 0 solid #e5e5e8;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #121b2e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-44 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.modal-background {
  z-index: 98;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #020202b0;
  display: none;
  position: absolute;
  inset: 0%;
}

.aba-filtros {
  z-index: 99;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  height: 100%;
  padding: 30px 20px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.frame-46 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 799px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #121b2e;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-47 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-49 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #0b0b0b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-50 {
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-19 {
  color: #5a5a67;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.dropdown-1 {
  margin-bottom: 0;
}

.dropdown-1.width {
  width: 100%;
}

.fs-select-1 {
  z-index: 99;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.fs-select-1.width {
  width: 100%;
}

.drop {
  border: 1px solid var(--borda-fields);
  border-radius: .25rem;
  padding: .85rem 4rem .85rem 1rem;
  display: flex;
}

.drop:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.drop[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.drop.b {
  border-style: none;
  display: flex;
}

.drop.b.filters {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.fs-select_icon-1 {
  color: var(--cinza);
  margin-right: 10px;
  position: relative;
}

.fs-select_text-1 {
  color: var(--cinza);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.fs-select_list-1.w--open {
  border: 1px solid var(--borda-fields);
  background-color: #fff;
  border-radius: .25rem;
  margin-top: 1rem;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.fs-select_list-1.relative {
  position: relative;
}

.fs-select_list-1.relative.w--open {
  border-style: solid;
  border-width: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-select_field-1 {
  margin-bottom: 0;
  display: none;
}

.fs-select_link-1 {
  color: var(--cinza);
  border-bottom: 1px #e7e7e7;
  padding: .75rem 1rem;
  display: flex;
}

.fs-select_link-1:hover {
  opacity: .7;
}

.fs-select_link-1:focus-visible {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-1[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-1.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.table-header {
  border: 0 solid #e5e5e8;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.checkbox-creator {
  grid-column-gap: 10px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  min-width: 330px;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #5a5a67;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.seguidores {
  grid-column-gap: 10px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  display: flex;
}

.text-22 {
  color: var(--cinza);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.icon-arrow-right {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.7264px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.acoes {
  grid-column-gap: 10px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 41px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.table-row {
  grid-column-gap: 13px;
  cursor: pointer;
  border: 0 solid #e5e5e8;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1234px;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.creator-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 320px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.profile-picture {
  object-fit: cover;
  border-radius: 999999px;
}

.profile-infos-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.name-creator {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.link-profile {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.youtube-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #5a5a67;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.icon-arrow-up {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 9.77307px;
  height: 10.166px;
  text-decoration: none;
  display: flex;
}

.number-followers {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.followers {
  color: #121b2e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-18 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vector-3 {
  object-fit: cover;
}

.frame-53 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.instagram-round-svgrepo-com-2 {
  object-fit: cover;
  overflow: hidden;
}

.frame-22 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #e5e5e8;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-column-gap: 10px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 8vw;
  text-decoration: none;
  display: flex;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
}

.checkbox-field-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-label-2 {
  color: var(--cinza);
  font-family: "Aspekta 400", Arial, sans-serif;
}

.icon-embed-xxsmall, .icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.5rem;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.table-content {
  width: 100%;
  height: 60vh;
  overflow: scroll;
}

.fs_modal-1_close-2 {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_close-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_cover-2 {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_button-2 {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_button-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button {
  color: var(--cinza);
  cursor: pointer;
  padding: .5rem 0;
  font-size: 16px;
  display: flex;
}

.fs_modal-2_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button.width {
  width: 100%;
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: none;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  max-width: 30rem;
  display: grid;
  position: relative;
}

.fs_modal-2_close {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close-icon {
  color: var(--roxo);
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_embed {
  margin-bottom: 0;
  display: none;
}

.icone-add {
  color: var(--cinza);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.5rem;
  display: flex;
}

.icone-adicionado {
  color: var(--rosa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.5rem;
  display: flex;
}

.code-embed {
  display: none;
}

.btn-salvar-pesquisa {
  grid-column-gap: 10px;
  border: 1px solid var(--borda-fields);
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20vw;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.email, .plataformas, .categoria {
  grid-column-gap: 10px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  display: flex;
}

.icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.code-embed-2 {
  display: none;
}

.creator-discovery-profile-contianer {
  z-index: 999;
  background-color: #fff;
  border: 1px #e5e5e8;
  border-style: none solid;
  flex-flow: column;
  min-width: 1440px;
  height: 100%;
  padding: 94px 0;
  display: flex;
  position: absolute;
  overflow: auto;
}

.imagem {
  width: 160px;
  height: 160px;
}

.image-8 {
  border-radius: 999px;
}

.text-block-5 {
  color: #181818;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 24px;
}

.link-2 {
  color: var(--cinza);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.image-9 {
  width: 24px;
  height: 24px;
}

.infos-profile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  color: var(--cinza);
  width: 16vw;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.content-profile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  display: flex;
}

.text-block-7 {
  color: var(--cinza);
  font-family: "Aspekta 400", Arial, sans-serif;
}

.icon-embed-xxsmall-4 {
  color: var(--cinza);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-embed-xxsmall-5 {
  color: var(--accessible-components--dodger-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.contact-about-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.contact-about-item-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icon-embed-xxsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.contact-icon-container {
  background-color: var(--borda-fields);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.icon-embed-xxsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.contact-text-container-label-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.contact-text-container-label {
  color: var(--cinza);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.contact-text-container-value {
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 16px;
}

.overview-section {
  padding: 48px 32px;
  display: flex;
}

.profile_heading {
  color: #000;
  padding-bottom: 32px;
  font-size: 22px;
}

.text-block-8 {
  font-family: "Aspekta 700", Arial, sans-serif;
  font-weight: 400;
}

.data_grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-grid-performance {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.metric-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 26px;
  display: flex;
}

.icon-embed-xxsmall-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-9 {
  color: #000;
  font-size: 26px;
}

.info-name-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-10 {
  color: var(--cinza);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.metric-chi {
  background-color: #ff0074;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.link-3 {
  color: #fff;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.data-grid-performance-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-embed-xxsmall-9 {
  color: var(--rosa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-embed-xxsmall-10 {
  color: #5600ce;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.icon-embed-xxsmall-11 {
  color: var(--cinza);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-11 {
  color: #000;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 22px;
}

.content-section-header {
  padding: 24px 32px 48px;
}

.top-content-container {
  margin-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.main-content-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e5e5e8;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.content-header-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content {
  width: 300px;
  height: 429px;
}

.image-10 {
  border-radius: 999px;
  width: 36px;
  height: 36px;
}

.image-11 {
  width: 36px;
  height: 36px;
}

.text-block-12 {
  color: var(--cinza);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.content-item-img {
  background-image: url('../images/v2-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 300px;
  min-height: 300px;
}

.content-desc {
  margin-top: 24px;
}

.text-block-13 {
  color: var(--cinza);
  min-height: 58px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.content-likes-comments-container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  display: flex;
}

.icon-like-parent {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.icon-embed-xxsmall-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.k {
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 16px;
}

.icon-comments-parent {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.icon-embed-xxsmall-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.profile-discovery-comment-analysis-container {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-comments-analysis {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.div-left-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  font-size: 16px;
  display: flex;
}

.text-block-14 {
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 22px;
}

.text-block-15 {
  color: var(--cinza);
  font-family: "Aspekta 300", Arial, sans-serif;
}

.bold-text {
  color: #000;
}

.div-row-div-first-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.icon-embed-xxsmall-14 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.text-block-16 {
  font-family: "Aspekta 700", Arial, sans-serif;
}

.graphs-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 48px 32px;
  display: flex;
}

.text-block-17 {
  color: #000;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 22px;
}

.div-block-12 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-18 {
  color: #000;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 18px;
}

.text-block-19 {
  color: var(--cinza);
  font-size: 14px;
}

.div-block-13, .div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.stats-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.tags-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 525.5px;
  display: flex;
}

.tags-card-header-icon {
  background-color: #f5f5f6;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-embed-xxsmall-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tags-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.label-container {
  background-color: #f5f5f7;
  border-radius: 1000px;
  padding: 8px 16px;
}

.tag-name {
  color: #121b2e;
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 16px;
}

.tags-card-header-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icon-embed-xxsmall-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-20 {
  font-family: "Aspekta 300", Arial, sans-serif;
}

.profile-discovery-audience-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 32px;
  display: flex;
}

.code-embed-3 {
  flex-flow: column;
  width: 526px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.code-embed-4 {
  width: 526px;
}

.div-block-16, .div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.audience-demographics-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 48px 32px;
  display: flex;
}

.code-embed-5 {
  width: 1100px;
}

.div-block-18 {
  padding: 48px 8px;
}

.div-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.div-block-20, .div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-22, .div-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.followers-type-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 48px 32px;
  display: flex;
}

.creator-look-alike {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.profile {
  cursor: pointer;
  margin-bottom: 24px;
  margin-right: 48px;
  text-decoration: none;
}

.ellipse-parent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-child {
  border-radius: 1000px;
  width: 80px;
  height: 80px;
}

.frame-parent {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.peteran-parent {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-decoration: none;
  display: flex;
}

.k-subscribers {
  color: #5a5a67;
  font-family: "Aspekta 300", Arial, sans-serif;
}

.creator-lookalikes {
  color: #121b2e;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.creator-discovery-profile-sections {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #e5e5e8;
  border-style: solid none;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.creator-discovery-profile-section-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #0b0b0b;
  cursor: pointer;
  padding: 12.5px 16px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-21 {
  color: #0b0b0b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: #0b0b0b;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  display: flex;
}

.text-block-23 {
  color: #13714a;
  background-color: #e0f9ec;
  border-radius: 1000px;
  padding: 5px 8px;
  font-size: 12px;
}

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

.creator-analysis {
  background-color: #fff;
  width: 1440px;
  height: 100%;
  display: none;
  position: absolute;
}

.profile-infos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .fs_modal-1_close, .fs_modal-1_close-2 {
    padding: 1rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }
}

#w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24c59-2894056a, #w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24c6a-2894056a, #w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24c79-2894056a, #w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24c88-2894056a, #w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24c97-2894056a, #w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24ca6-2894056a, #w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24cb5-2894056a, #w-node-c1fd36b1-dbbb-d634-4cb6-7a503aa24cc4-2894056a, #w-node-f549a771-8731-d3cd-e198-752545bbc66b-2894056a, #w-node-a54a6fc5-7c0c-a9e0-0445-41fa37fa599f-2894056a, #w-node-_328f1143-3164-60d6-d90e-336530a45811-2894056a, #w-node-eaa5ea08-036a-148a-05e5-4980dcfb6e48-2894056a, #w-node-a4c8e0bf-41de-d87f-e8bb-c281293ea576-2894056a, #w-node-c5eb121d-190c-63ee-2942-82bfecb4d6c2-2894056a, #w-node-_815ee5ae-4482-6d2e-a183-41fa910a26dc-2894056a, #w-node-cd2f41e7-6f60-4aa7-6030-1ab518aed601-2894056a, #w-node-_03d729a2-c1a4-3ce5-da2b-8dc721e02489-2894056a, #w-node-_62bfcdf7-7b1d-27dd-28ee-6e7c140f5347-2894056a, #w-node-_28fb2617-d9cf-5261-44e5-cc990a1a5f2a-2894056a, #w-node-f22c054a-9d9f-6efd-c0df-da68e0f4b486-2894056a, #w-node-_6f56b966-db2f-54d4-b089-62668450b964-2894056a, #w-node-_97c9f6ff-eed1-57e2-7413-6f86badd050d-2894056a, #w-node-fad983b6-c4ce-e5ee-a918-c3cf6613c5f0-2894056a {
  order: 0;
}


@font-face {
  font-family: 'Aspekta 200';
  src: url('../fonts/Aspekta-200.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 400';
  src: url('../fonts/Aspekta-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 900';
  src: url('../fonts/Aspekta-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 300';
  src: url('../fonts/Aspekta-300.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 500';
  src: url('../fonts/Aspekta-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 700';
  src: url('../fonts/Aspekta-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('../fonts/Aspekta-800.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 100';
  src: url('../fonts/Aspekta-100.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}