@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text--primary: #0d0d0d;
  --button--primary: #0a7cff;
  --button--hover: #2383f1;
  --text--tertiary: #0d0d0d66;
  --grey\<deleted\|variable-2114d19a-8f87-8be6-a5cc-6d5177b9fde9\>: #6f6f6f;
  --background--secondary: #0d0d0d0f;
  --border--primary: #e2e2e21f;
  --background--primary: white;
  --background--tertiary: #0d0d0d08;
  --text--secondary: #0d0d0d94;
  --grey-lite\<deleted\|variable-5a853406-fc12-13d3-13e5-a96e917c393b\>: #f8f8f8;
  --background--overlay: #0d0d0dc7;
  --text--static-white: white;
}

.body {
  color: var(--text--primary);
  margin-right: .23rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.code-rem {
  color: #0d0d0d;
}

.section.fone-image {
  background-image: url('../images/Pattern.svg'), url('../images/Pattern-1.svg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.section.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.conteiner {
  justify-content: space-between;
  align-items: center;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  margin-right: 1rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.38rem;
  font-weight: 700;
}

.button {
  background-color: var(--button--primary);
  cursor: pointer;
  border-radius: 6rem;
  padding: .69rem 1.25rem;
}

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

.button.size-text-mini {
  text-align: center;
  font-size: .88rem;
}

.button.size-text-mini.size-width {
  width: 100%;
  position: relative;
}

.button.size-width {
  width: 100%;
  margin-bottom: 1rem;
}

.brand {
  color: var(--text--primary);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5rem;
}

.text.size-mini {
  font-size: .88rem;
}

.text.size-mini.color {
  color: var(--text--tertiary);
}

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

.text.bold.italic {
  font-family: Inter, Arial, sans-serif;
}

.text.bold.size {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.text.color {
  color: var(--grey\<deleted\|variable-2114d19a-8f87-8be6-a5cc-6d5177b9fde9\>);
}

.text.marg {
  margin-bottom: .5rem;
}

.text.center {
  text-align: center;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.div-img-fone-color {
  background-color: var(--background--secondary);
  border-radius: 3rem;
  padding: .11rem;
}

.image-color-fone {
  width: 1rem;
  margin: .5rem;
}

.image-color-fone.right-indent {
  width: 1rem;
  margin-right: .23rem;
}

.div-total {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-total.horizontal {
  flex-flow: row;
  justify-content: space-between;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.sabtitle {
  color: var(--grey\<deleted\|variable-2114d19a-8f87-8be6-a5cc-6d5177b9fde9\>);
  text-align: center;
  margin-top: 1rem;
}

.div-form {
  border: 1px solid var(--border--primary);
  background-color: var(--background--primary);
  outline-color: var(--border--primary);
  outline-offset: 0px;
  border-radius: 1.25rem;
  outline-width: 1px;
  outline-style: solid;
  margin-top: 1.75rem;
  padding: 1.5rem;
  box-shadow: 0 8px 22px 8px #0d0d0d05, 0 4px 16px #0d0d0d05;
}

.textarea {
  background-color: var(--background--tertiary);
  outline-color: var(--border--primary);
  outline-offset: 0px;
  color: var(--text--primary);
  cursor: text;
  border-radius: 1.25rem;
  outline-width: 1px;
  outline-style: solid;
  height: 14.56rem;
  min-height: 14.56rem;
  max-height: 14.56rem;
  margin-bottom: 0;
  padding: .88rem 1.13rem;
}

.textarea::placeholder {
  color: var(--text--secondary);
  font-size: 1rem;
}

.img-logo-total {
  width: 100%;
  margin-top: 6rem;
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.h2.aligan-left {
  text-align: left;
}

.div-grid-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  background-color: var(--grey-lite\<deleted\|variable-5a853406-fc12-13d3-13e5-a96e917c393b\>);
  border-radius: 1.25rem;
  padding: 1.13rem;
}

.image {
  width: 2.5rem;
  margin-bottom: .75rem;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 2rem;
}

.h3.noitalic {
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.h3.noitalic.marg {
  margin-bottom: .8rem;
}

.div-total-reviews {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-reviews {
  background-color: var(--grey-lite\<deleted\|variable-5a853406-fc12-13d3-13e5-a96e917c393b\>);
  border-radius: 1.25rem;
  padding: 1rem 1.13rem;
}

.card-reviews.more {
  display: none;
}

.foto {
  width: 2.88rem;
  margin-right: .75rem;
}

.div-total-foto-name {
  margin-bottom: .75rem;
  display: flex;
}

.div-name {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.star {
  width: 1.25rem;
  margin-right: .13rem;
}

.div-stars {
  justify-content: flex-start;
  align-items: center;
  margin-top: .38rem;
  display: flex;
}

.button-more {
  background-color: var(--background--secondary);
  color: var(--text--primary);
  cursor: pointer;
  border-radius: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: .88rem 1.25rem;
  text-decoration: none;
}

.dropdown-toggle {
  background-color: var(--grey-lite\<deleted\|variable-5a853406-fc12-13d3-13e5-a96e917c393b\>);
  cursor: pointer;
  border: 1px solid #eef3fa;
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.13rem;
}

.dropdown-toggle.w--open {
  background-color: var(--grey-lite\<deleted\|variable-5a853406-fc12-13d3-13e5-a96e917c393b\>);
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-icon {
  color: #202526;
  margin-right: 2.778rem;
  font-size: 18px;
}

.text-24 {
  color: #fff;
  cursor: default;
  margin-bottom: 0;
  font-size: 1.667rem;
  line-height: 2.222rem;
}

.text-24.is-black {
  color: #202526;
  cursor: default;
  margin-bottom: 1.944rem;
}

.text-24.is-black.no-pdng {
  color: #202526;
  margin-bottom: 0;
}

.text-24.is-black.no-pdng.dropdown-title {
  cursor: pointer;
}

.text-20 {
  color: #202526;
  cursor: default;
  margin-bottom: 0;
  font-size: 1.389rem;
  line-height: 1.944rem;
  text-decoration: none;
}

.text-20.is-white {
  color: #fff;
  padding: 0;
  display: block;
}

.dropdown {
  width: 100%;
  margin-bottom: 1rem;
}

.dropdown-content {
  cursor: default;
  background-color: #06f;
  position: static;
}

.dropdown-content.w--open {
  background-color: var(--grey-lite\<deleted\|variable-5a853406-fc12-13d3-13e5-a96e917c393b\>);
  color: var(--text--primary);
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  padding: 0 1.13rem 1.13rem;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 1.75rem;
}

.text-link {
  color: var(--button--primary);
  cursor: pointer;
  text-decoration: none;
}

.text-link:hover {
  color: var(--button--hover);
}

.text-link.margin {
  cursor: pointer;
  margin-right: 1rem;
}

.text-link.margin:hover {
  color: var(--button--hover);
}

.form-block {
  justify-content: space-between;
  margin-bottom: 0;
}

.text-span {
  font-weight: 500;
}

.div-text {
  margin-bottom: 2rem;
}

.list-item {
  margin-bottom: .25rem;
}

.marg-top {
  margin-top: .5rem;
}

.link {
  color: var(--text--primary);
  text-decoration: none;
}

.clipboard {
  background-color: var(--background--secondary);
  color: var(--text--primary);
  cursor: pointer;
  border-radius: 6rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.clipboard:hover {
  background-color: var(--background--tertiary);
}

.background-img-fone-color {
  background-color: var(--background--primary);
  margin-right: 1.75rem;
}

.icone {
  width: 1rem;
  margin-right: .38rem;
}

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

.link-block {
  background-color: var(--background--secondary);
  color: var(--text--primary);
  cursor: pointer;
  border-radius: 6rem;
  margin-right: 1rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--background--tertiary);
}

.div-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 4.8rem 1.13rem;
}

.div-result {
  background-color: var(--background--tertiary);
  outline-color: var(--border--primary);
  border-radius: 1.13rem;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: flex-end;
  width: 20rem;
  margin-left: 1rem;
  padding: 1rem;
  display: none;
  position: relative;
}

.div-block-2 {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.view-full-analysis {
  border-radius: 6rem;
}

.div-blur {
  background-image: linear-gradient(#0000, #fff);
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.pop-ap {
  background-color: var(--background--primary);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35.13rem;
  padding: 1.5rem;
  display: flex;
}

.div-view-full-analysis {
  z-index: 999;
  background-color: var(--background--overlay);
  justify-content: center;
  align-items: center;
  padding: 2.13rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-2 {
  width: 3.25rem;
}

.icone-pop-ap {
  width: 3.25rem;
  margin-bottom: 1rem;
}

.text-mini {
  color: var(--text--secondary);
  text-align: center;
  font-size: .75rem;
  line-height: 1.1rem;
}

.form-block-2 {
  width: 23rem;
  margin-top: 1.75rem;
}

.submit-button {
  background-color: var(--button--primary);
  cursor: pointer;
  border-radius: 6rem;
  width: 100%;
}

.submit-button:hover {
  background-color: var(--button--hover);
}

.text-field {
  border-radius: 1.13rem;
}

.div-submit-your-text-to-expert {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.padding {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .navbar {
    margin-bottom: 6.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .conteiner {
    width: 93rem;
  }

  .logo {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .button {
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .button.size-text-mini {
    padding: 1.1rem 1.6rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .text.size-mini {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .text.bold {
    font-size: 1.6rem;
  }

  .div-img-fone-color {
    margin-right: 2.8rem;
    padding: .18rem;
  }

  .image-color-fone.right-indent {
    width: 1.6rem;
    margin: .8rem;
  }

  .div-total {
    width: 93rem;
  }

  .h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }

  .sabtitle {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .div-form {
    border-radius: 2rem;
    margin-top: 2.8rem;
    padding: 2.4rem;
  }

  .textarea {
    border-radius: 2rem;
    height: 23rem;
    min-height: 23rem;
    max-height: 23rem;
    margin-bottom: 1.6rem;
    padding: 1.4rem 1.8rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .textarea::placeholder {
    font-size: 1.6rem;
  }

  .img-logo-total {
    margin-top: 8rem;
  }

  .h2 {
    margin-bottom: 3.6rem;
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  .div-grid-cards {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .card {
    border-radius: 2rem;
    padding: 1.8rem;
  }

  .image {
    width: 4rem;
    margin-bottom: 1.2rem;
  }

  .h3 {
    margin-bottom: .8rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .card-reviews {
    padding: 1.6rem 1.8rem;
  }

  .foto {
    width: 4.6rem;
    margin-right: 1.2rem;
  }

  .div-total-foto-name {
    margin-bottom: 1.2rem;
  }

  .star {
    width: 2rem;
    margin-right: .2rem;
  }

  .div-stars {
    margin-top: .6rem;
  }

  .dropdown-toggle {
    border-radius: 2rem;
    padding: 1.8rem;
  }

  .text-24.is-black {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-20 {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .dropdown {
    margin-bottom: 1.6rem;
  }

  .dropdown-content.w--open {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-bottom: 1.8rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .text-link {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .text-link.margin {
    margin-right: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .section.padding {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .navbar {
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .conteiner {
    width: 93%;
  }

  .logo {
    font-size: 1.38rem;
    line-height: 2rem;
  }

  .button {
    padding: .81rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button.size-text-mini {
    padding: .69rem 1rem;
    font-size: .69rem;
    line-height: 1rem;
  }

  .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text.size-mini {
    font-size: .88rem;
    line-height: 1.3rem;
  }

  .text.size-mini.none {
    display: none;
  }

  .text.bold {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text.color {
    order: 1;
    margin-top: 1rem;
  }

  .div-img-fone-color {
    margin-right: 1.75rem;
    padding: .11rem;
  }

  .image-color-fone {
    width: .88rem;
  }

  .image-color-fone.right-indent {
    width: .88rem;
    margin: .5rem;
  }

  .div-total {
    width: 93%;
  }

  .div-total.horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h1 {
    font-size: 1.75rem;
    line-height: 2.4rem;
  }

  .sabtitle {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .div-form {
    border-radius: 1.25rem;
    margin-top: 2rem;
    padding: 1rem;
  }

  .textarea {
    border-radius: 1.25rem;
    height: 14.56rem;
    min-height: 14.56rem;
    max-height: 14.56rem;
    margin-bottom: 1rem;
    padding: .88rem 1.13rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .textarea::placeholder {
    font-size: 1rem;
  }

  .img-logo-total {
    margin-top: 3rem;
  }

  .h2 {
    margin-bottom: 2.25rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .div-grid-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    border-radius: 1.25rem;
    padding: 1.13rem;
  }

  .image {
    width: 2.5rem;
    margin-bottom: .75rem;
  }

  .h3 {
    margin-bottom: .5rem;
    font-size: 1.38rem;
    line-height: 1.8rem;
  }

  .h3.noitalic {
    font-size: 1.1rem;
  }

  .div-total-reviews {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-reviews {
    padding: 1rem 1.13rem;
  }

  .foto {
    width: 2.88rem;
    margin-right: .75rem;
  }

  .div-total-foto-name {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .star {
    width: 1.25rem;
  }

  .div-stars {
    margin-top: .38rem;
  }

  .dropdown-toggle {
    border-radius: 1rem;
    padding: 1.13rem;
  }

  .dropdown-toggle.w--open {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .dropdown-icon {
    font-size: 14px;
  }

  .text-24 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .text-20 {
    font-size: 1.8rem;
  }

  .dropdown {
    margin-bottom: 1rem;
  }

  .dropdown-content.w--open {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-bottom: 1.13rem;
    padding-left: 1.13rem;
    padding-right: 1.13rem;
  }

  .footer {
    padding-top: 2.5rem;
  }

  .text-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section.padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .conteiner {
    width: 95%;
  }

  .logo {
    font-size: 1rem;
    line-height: 2rem;
  }

  .text {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .nav-menu {
    flex-flow: column;
  }

  .div-img-fone-color {
    display: none;
  }

  .h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .sabtitle {
    margin-top: .8rem;
  }

  .div-form {
    border-radius: 1rem;
  }

  .textarea {
    border-radius: 1rem;
    padding: .5rem 1rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .textarea::placeholder {
    font-size: .8rem;
  }

  .h2 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .div-grid-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image {
    margin-bottom: 1rem;
  }

  .h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .h3.noitalic {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .dropdown-toggle {
    padding-right: 2.3rem;
  }

  .dropdown-icon {
    margin-right: 1rem;
  }

  .text-24 {
    font-size: 3.5rem;
    line-height: 5.5rem;
  }

  .text-24.is-black {
    margin-bottom: 5rem;
    font-size: 5rem;
    line-height: 6.5rem;
  }

  .text-24.is-black.no-pdng {
    width: 90%;
    max-width: 90%;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .text-24.is-black.no-pdng.dropdown-title {
    cursor: pointer;
  }

  .text-20 {
    font-size: 3.5rem;
    line-height: 5.5rem;
  }

  .text-link {
    font-size: .8rem;
  }
}

#w-node-_0a25897c-c895-3433-3be1-96b43ea06c21-93146d30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}