html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 769px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1120px;
  }
}

body {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  background-color: #F8F9FA;
  position: relative;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
body.overflow-hd {
  overflow: hidden;
}
body main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body main .header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 999;
}
body main .header .container .links-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 20px;
  position: relative;
}
body main .header .container .links-wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: auto;
  justify-self: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main .header .container .links-wrapper .logo img {
  width: 100%;
  height: auto;
}
body main .header .container .links-wrapper .logo .black {
  display: none;
}
body main .header .container .links-wrapper .logo .text {
  display: none;
}
body main .header .container .links-wrapper .links {
  width: 100vw;
  height: calc(100vh - 70px);
  background-color: #F8F9FA;
  position: fixed;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  gap: 24px;
}
body main .header .container .links-wrapper .links .link {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 600;
}
body main .header .container .links-wrapper .links .link a {
  padding: 5px;
  text-decoration: none;
  color: #212529;
}
body main .header .container .links-wrapper .links.active {
  display: flex;
  z-index: 999;
}
body main .header .container .links-wrapper .menu-button {
  justify-self: end;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .header .container .links-wrapper .menu-button .open, body main .header .container .links-wrapper .menu-button .close {
  font-size: 26px;
  color: #F8F9FA;
}
body main .header .container .links-wrapper .menu-button .close {
  display: none;
}
body main .header .container .links-wrapper .menu-button.active .open {
  display: none;
}
body main .header .container .links-wrapper .menu-button.active .close {
  display: block;
}
body main .header.on {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  background-color: #F8F9FA;
}
body main .header.on .container .links-wrapper .logo .black {
  display: block;
}
body main .header.on .container .links-wrapper .logo .white {
  display: none;
}
body main .header.on .container .links-wrapper .menu-button i {
  color: #212529;
}
body main .hero {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -1px;
}
body main .hero .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
body main .hero .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .hero .container {
  height: 100%;
}
body main .hero .container .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 26px;
  padding: 40px;
  box-sizing: border-box;
}
body main .hero .container .wrapper .image {
  width: 300px;
  height: auto;
}
body main .hero .container .wrapper .text-wrapper {
  margin-bottom: 60%;
}
body main .hero .container .wrapper .text-wrapper .hero-title, body main .hero .container .wrapper .text-wrapper .hero-description {
  color: #F8F9FA;
  text-align: center;
}
body main .hero .container .wrapper .text-wrapper .hero-title {
  font-family: "Nunito";
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
  text-align: left;
  text-transform: uppercase;
}
body main .hero .container .wrapper .text-wrapper .hero-title span {
  background: linear-gradient(90deg, rgb(171, 128, 36) 0%, rgb(214, 163, 54) 52%, rgb(179, 134, 37) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main .hero .container .wrapper .text-wrapper .hero-description {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
body main .hero .container .wrapper .text-wrapper .cta {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 16px;
  overflow: hidden;
}
body main .hero .container .wrapper .text-wrapper .cta .text {
  font-family: "Montserrat";
  color: #F8F9FA;
  font-size: 16px;
}
body main .hero .container .wrapper .text-wrapper .cta .wpp {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #212529;
  background: #F8F9FA;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
}
body main .who-we-are {
  box-sizing: border-box;
}
body main .who-we-are .container .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  box-sizing: border-box;
}
body main .who-we-are .container .wrapper .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
body main .who-we-are .container .wrapper .text-wrapper .title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 900;
  font-family: "Nunito";
  text-transform: uppercase;
}
body main .who-we-are .container .wrapper .text-wrapper .description {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat";
}
body main .who-we-are .container .wrapper .text-wrapper .description strong {
  font-weight: 800;
}
body main .who-we-are .container .wrapper .image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
body main .who-we-are .container .wrapper .image-wrapper .image {
  width: 70%;
  height: auto;
}
body main .solutions {
  width: 100%;
  background-color: #F8F9FA;
}
body main .solutions .container .wrapper {
  box-sizing: border-box;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .solutions .container .wrapper .title, body main .solutions .container .wrapper .description {
  color: #212529;
  text-align: center;
  max-width: 300px;
}
body main .solutions .container .wrapper .title {
  font-family: "Nunito";
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
}
body main .solutions .container .wrapper .description {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 28px;
}
body main .solutions .container .wrapper .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body main .solutions .container .wrapper .cards .card {
  width: 360px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  background: #212529;
  border-radius: 10px;
  border: 1px solid rgba(52, 58, 64, 0.5137254902);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transform: translateX(-400px);
  opacity: 0;
}
body main .solutions .container .wrapper .cards .card .icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background-color: #343A40;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .solutions .container .wrapper .cards .card .icon-wrapper .icon {
  color: #F8F9FA;
}
body main .solutions .container .wrapper .cards .card .card-title, body main .solutions .container .wrapper .cards .card .card-description {
  color: #F8F9FA;
}
body main .solutions .container .wrapper .cards .card .card-title {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 600;
}
body main .solutions .container .wrapper .cards .card .card-description {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
body main .how-it-works {
  display: none;
  width: 100%;
}
body main .how-it-works .container .wrapper {
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .how-it-works .container .wrapper .title, body main .how-it-works .container .wrapper .description {
  color: #212529;
  text-align: center;
}
body main .how-it-works .container .wrapper .title {
  font-family: "Nunito";
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}
body main .how-it-works .container .wrapper .description {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 36px;
  max-width: 340px;
}
body main .how-it-works .container .wrapper .steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body main .how-it-works .container .wrapper .steps .step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  box-sizing: border-box;
}
body main .how-it-works .container .wrapper .steps .step .icon-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212529;
  border-radius: 50%;
  margin-bottom: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
body main .how-it-works .container .wrapper .steps .step .icon-wrapper .icon {
  color: #F8F9FA;
  font-size: 20px;
}
body main .how-it-works .container .wrapper .steps .step .text-wrapper {
  max-width: 240px;
}
body main .how-it-works .container .wrapper .steps .step .text-wrapper .step-title, body main .how-it-works .container .wrapper .steps .step .text-wrapper .step-description {
  color: #212529;
  text-align: center;
}
body main .how-it-works .container .wrapper .steps .step .text-wrapper .step-title {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
body main .how-it-works .container .wrapper .steps .step .text-wrapper .step-description {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}
body main .how-it-works .container .wrapper .steps .step:nth-child(2) {
  background-color: #212529;
}
body main .how-it-works .container .wrapper .steps .step:nth-child(2) .icon-wrapper {
  background-color: #F8F9FA;
}
body main .how-it-works .container .wrapper .steps .step:nth-child(2) .icon-wrapper .icon {
  color: #212529;
}
body main .how-it-works .container .wrapper .steps .step:nth-child(2) .text-wrapper .step-title, body main .how-it-works .container .wrapper .steps .step:nth-child(2) .text-wrapper .step-description {
  color: #F8F9FA;
}
body main .results {
  width: 100%;
  background-color: #212529;
}
body main .results .container .wrapper {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px 40px;
  margin-bottom: -1px;
}
body main .results .container .wrapper .title {
  font-family: "Nunito";
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #F8F9FA;
}
body main .results .container .wrapper .numbers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
body main .results .container .wrapper .numbers .number-wrapper {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid rgb(171, 128, 36);
  box-shadow: 0px 0px 8px 3px rgba(171, 128, 36, 0.71);
}
body main .results .container .wrapper .numbers .number-wrapper p {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  color: #AB8024;
}
body main .results .container .wrapper .numbers .number-wrapper p .number-count {
  font-weight: 800;
}
body main .results .container .wrapper .numbers .number-wrapper .text {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #F8F9FA;
  text-transform: uppercase;
}
body main .contact {
  background-color: #212529;
}
body main .contact .container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  padding: 40px 20px 80px;
}
body main .contact .container .wrapper .title, body main .contact .container .wrapper .text {
  color: #F8F9FA;
  text-align: center;
}
body main .contact .container .wrapper .title {
  font-family: "Nunito";
  font-size: 26px;
  font-weight: 800;
}
body main .contact .container .wrapper .text {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
}
body main .contact .container .wrapper .btn-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
body main .contact .container .wrapper .btn-wrapper .btn-email {
  text-decoration: none;
  color: #F8F9FA;
  border: 1px solid #F8F9FA;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
}
body main .contact .container .wrapper .btn-wrapper .btn-wpp {
  text-decoration: none;
  color: #212529;
  background: #F8F9FA;
  border: 1px solid #F8F9FA;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
}
body main .testimonials .container .wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  width: 100%;
}
body main .testimonials .container .wrapper .title {
  font-family: "Nunito";
  color: #212529;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 40px;
  opacity: 0;
}
body main .testimonials .container .wrapper .slider {
  display: flex;
}
body main .testimonials .container .wrapper .slider .testimonial .shell {
  width: 280px;
  height: 170px;
  padding: 20px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #212529;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 8px;
}
body main .testimonials .container .wrapper .slider .testimonial .shell .icon {
  color: #212529;
  font-size: 24px;
  margin-bottom: 10px;
}
body main .testimonials .container .wrapper .slider .testimonial .shell .text {
  font-family: "Montserrat";
  color: #212529;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
body main .testimonials .tns-outer {
  opacity: 0;
}
body main .testimonials .tns-outer .tns-nav, body main .testimonials .tns-outer button {
  display: none;
}
body main .footer {
  background-color: #212529;
  width: 100%;
}
body main .footer .container .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  gap: 20px;
}
body main .footer .container .wrapper .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
body main .footer .container .wrapper .infos .logo-footer {
  display: block;
  width: 140px;
  height: auto;
}
body main .footer .container .wrapper .infos .address, body main .footer .container .wrapper .infos .cnpj {
  font-family: "Montserrat";
  font-size: 14px;
  color: #F8F9FA;
  text-align: center;
  font-weight: 400;
}
body main .footer .container .wrapper .infos .address strong, body main .footer .container .wrapper .infos .cnpj strong {
  font-weight: 700;
}
body main .footer .container .wrapper .line {
  width: 280px;
  height: 2px;
  background-color: #F8F9FA;
}
body main .footer .container .wrapper .footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
body main .footer .container .wrapper .footer-nav .title {
  font-size: 20px;
  color: #F8F9FA;
  font-family: "Montserrat";
  font-weight: 700;
}
body main .footer .container .wrapper .footer-nav .links-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
body main .footer .container .wrapper .footer-nav .links-footer .link-footer {
  font-family: "Nunito";
  font-size: 16px;
}
body main .footer .container .wrapper .footer-nav .links-footer .link-footer a {
  color: #F8F9FA;
  text-decoration: none;
}
body main .footer .container .wrapper .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
body main .footer .container .wrapper .footer-contact .title {
  font-size: 20px;
  color: #F8F9FA;
  font-family: "Montserrat";
  font-weight: 700;
}
body main .footer .container .wrapper .footer-contact .footer-email, body main .footer .container .wrapper .footer-contact .footer-wpp {
  font-family: "Montserrat";
  font-size: 14px;
  color: #F8F9FA;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
}
body main .footer .container .wrapper .footer-contact .footer-email strong, body main .footer .container .wrapper .footer-contact .footer-wpp strong {
  font-weight: 700;
}
body main .footer .container .wrapper .documentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
body main .footer .container .wrapper .documentation .title {
  font-size: 20px;
  color: #F8F9FA;
  font-family: "Montserrat";
  font-weight: 700;
}
body main .footer .container .wrapper .documentation .policies {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body main .footer .container .wrapper .documentation .policies .policy a {
  text-decoration: none;
  font-family: "Montserrat";
  color: #F8F9FA;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  body main .header {
    height: 90px;
  }
  body main .header .container .links-wrapper {
    justify-content: center;
    padding: 0;
  }
  body main .header .container .links-wrapper .logo {
    position: absolute;
    transform: translate(0, -50%);
    left: 0;
    top: 50%;
    width: 100px;
  }
  body main .header .container .links-wrapper .links {
    display: flex;
    flex-direction: row;
    position: unset;
    transform: none;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
  }
  body main .header .container .links-wrapper .links .link {
    opacity: 1;
  }
  body main .header .container .links-wrapper .links .link a {
    position: relative;
    opacity: 1;
    color: #F8F9FA;
  }
  body main .header .container .links-wrapper .links .link a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #F8F9FA;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }
  body main .header .container .links-wrapper .links .link a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  body main .header .container .links-wrapper .menu-button {
    display: none;
  }
  body main .header.on .container .links-wrapper .logo .black {
    display: block;
  }
  body main .header.on .container .links-wrapper .links .link a {
    color: #212529;
  }
  body main .header.on .container .links-wrapper .links .link a::before {
    background-color: #212529;
  }
  body main .hero .container .wrapper {
    width: 100%;
    padding: 0;
    flex-direction: row;
    gap: 60px;
  }
  body main .hero .container .wrapper .image {
    width: 430px;
    height: auto;
  }
  body main .hero .container .wrapper .text-wrapper {
    overflow: hidden;
    margin-bottom: 20%;
  }
  body main .hero .container .wrapper .text-wrapper .hero-title {
    text-align: center;
    font-size: 56px;
    margin-bottom: 20px;
  }
  body main .hero .container .wrapper .text-wrapper .hero-description {
    text-align: left;
    font-size: 24px;
  }
  body main .hero .container .wrapper .text-wrapper .cta {
    align-items: center;
  }
  body main .hero .container .wrapper .text-wrapper .cta .wpp {
    font-size: 20px;
    padding: 15px 30px;
    transition: background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  body main .hero .container .wrapper .text-wrapper .cta .wpp:hover {
    background: #343A40;
    color: #F8F9FA;
  }
  body main .who-we-are .container .wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 60px 0 40px;
  }
  body main .who-we-are .container .wrapper .text-wrapper {
    width: 50%;
    align-items: start;
    text-align: left;
  }
  body main .who-we-are .container .wrapper .text-wrapper .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  body main .who-we-are .container .wrapper .text-wrapper .description {
    font-size: 18px;
  }
  body main .who-we-are .container .wrapper .image-wrapper {
    width: 40%;
  }
  body main .solutions .container .wrapper {
    padding: 40px 0 60px;
  }
  body main .solutions .container .wrapper .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  body main .solutions .container .wrapper .description {
    font-size: 18px;
    max-width: 500px;
    margin-bottom: 60px;
  }
  body main .solutions .container .wrapper .cards .card {
    transform: translateY(70px);
  }
  body main .how-it-works .container .wrapper {
    padding: 60px 0 0;
    align-items: center;
  }
  body main .how-it-works .container .wrapper .title {
    font-size: 48px;
  }
  body main .how-it-works .container .wrapper .description {
    font-size: 18px;
    max-width: 500px;
    margin-bottom: 60px;
  }
  body main .how-it-works .container .wrapper .steps {
    flex-direction: row;
  }
  body main .how-it-works .container .wrapper .steps .step {
    width: 360px;
    padding: 60px 40px;
  }
  body main .how-it-works .container .wrapper .steps .step .text-wrapper {
    max-width: 500px;
  }
  body main .results .container .wrapper {
    padding: 80px 0 40px;
  }
  body main .results .container .wrapper .title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  body main .results .container .wrapper .numbers {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  body main .results .container .wrapper .numbers .number-wrapper {
    padding: 32px;
    height: 80px;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  body main .results .container .wrapper .numbers .number-wrapper p {
    font-size: 30px;
    font-weight: 700;
  }
  body main .results .container .wrapper .numbers .number-wrapper p .number-count {
    font-weight: 700;
  }
  body main .contact .container .wrapper {
    padding: 40px 0 80px;
  }
  body main .contact .container .wrapper .title {
    font-size: 36px;
  }
  body main .contact .container .wrapper .text {
    font-size: 18px;
    max-width: 500px;
  }
  body main .contact .container .wrapper .btn-wrapper .btn-email {
    transition: all 0.3s ease-in-out;
    font-weight: 500;
  }
  body main .contact .container .wrapper .btn-wrapper .btn-email:hover {
    color: #212529;
    background-color: #F8F9FA;
  }
  body main .contact .container .wrapper .btn-wrapper .btn-wpp {
    transition: all 0.3s ease-in-out;
    font-weight: 500;
  }
  body main .contact .container .wrapper .btn-wrapper .btn-wpp:hover {
    color: #F8F9FA;
    background-color: #212529;
    border: 1px solid #F8F9FA;
  }
  body main .testimonials .container .wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    width: 80%;
    padding: 80px 0;
  }
  body main .testimonials .container .wrapper .title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  body main .testimonials .container .wrapper .slider .testimonial .shell {
    cursor: pointer;
  }
  body main .footer .container {
    max-width: 1120px;
  }
  body main .footer .container .wrapper {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    gap: 60px;
  }
  body main .footer .container .wrapper .infos {
    align-items: start;
  }
  body main .footer .container .wrapper .infos .logo-footer {
    width: 180px;
  }
  body main .footer .container .wrapper .infos .address {
    text-align: left;
    line-height: 1.2;
  }
  body main .footer .container .wrapper .line {
    display: none;
  }
  body main .footer .container .wrapper .footer-nav {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
  }
  body main .footer .container .wrapper .footer-nav .links-footer {
    align-items: start;
  }
  body main .footer .container .wrapper .footer-nav .links-footer a {
    position: relative;
  }
  body main .footer .container .wrapper .footer-nav .links-footer a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #F8F9FA;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }
  body main .footer .container .wrapper .footer-nav .links-footer a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  body main .footer .container .wrapper .footer-contact {
    align-items: start;
  }
  body main .footer .container .wrapper .footer-contact .footer-email, body main .footer .container .wrapper .footer-contact .footer-wpp {
    text-align: left;
  }
  body main .footer .container .wrapper .documentation {
    align-items: start;
  }
  body main .footer .container .wrapper .documentation .policies .policy a {
    position: relative;
  }
  body main .footer .container .wrapper .documentation .policies .policy a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #F8F9FA;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }
  body main .footer .container .wrapper .documentation .policies .policy a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1500px) {
  body main .header .container .links-wrapper .logo {
    left: -15%;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}/*# sourceMappingURL=style.css.map */