@charset "UTF-8";
@font-face {
  font-family: "Geist";
  src: url(./../css/fonts/Geist/Geist-VariableFont_wght.ttf);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  font-optical-sizing: auto;
  font-family: "Geist", sans-serif;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.2rem;
  color: #293C2A;
}

.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.6px;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 108.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 993px) {
  .container {
    padding-inline: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 1 1 0%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 28px;
  transition: 200ms;
  z-index: 10;
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .container .logo {
  width: 242px;
  transition: 200ms;
}
.main-header .container nav {
  display: flex;
  align-items: center;
  gap: 64px;
}
.main-header .container nav.mobile {
  display: none;
}
.main-header .container nav a {
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #293C2A;
  text-decoration: none;
}
.main-header .container nav a:hover, .main-header .container nav a.active {
  text-decoration: underline;
}
.main-header .container .btn-mobile {
  display: none;
}
.main-header.active {
  background-color: #FFFFFF;
  padding-block: 20px;
}
.main-header.active .container .logo {
  width: 80px;
}
.main-header.white .container nav a {
  color: #FFFFFF;
}
.main-header.white .container .btn-mobile span {
  background-color: #FFFFFF;
}
.main-header.white.active {
  background-color: #5FBB51;
}
@media screen and (max-width: 1300px) {
  .main-header .container .logo {
    width: 8.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-header .container .logo {
    width: 75px;
  }
  .main-header .container nav {
    display: none;
  }
  .main-header .container nav.mobile {
    display: block;
    position: fixed;
    inset: 0;
    background-image: url(../images/bg-menu-mobile.svg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 138px;
    transform: translateX(100%);
    transition: 200ms;
  }
  .main-header .container nav.mobile::before {
    content: "";
    display: block;
    width: 75px;
    height: 40px;
    background-image: url(../images/logo-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 20px;
  }
  .main-header .container nav.mobile::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
  }
  .main-header .container nav.mobile .top {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .main-header .container nav.mobile .top a {
    font-family: "Geist", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0rem;
    color: #F6F2EA;
    text-decoration: none;
  }
  .main-header .container nav.mobile .top a.active, .main-header .container nav.mobile .top a:hover {
    text-decoration: underline;
  }
  .main-header .container nav.mobile footer {
    background-color: #5FBB51;
    padding: 32px 20px;
    margin-left: -20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(100% + 20px);
  }
  .main-header .container nav.mobile footer a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Geist", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0rem;
    color: #F6F2EA;
    text-decoration: none;
  }
  .main-header .container .btn-mobile {
    width: 20px;
    height: 19.5px;
    display: block;
    position: relative;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 3;
  }
  .main-header .container .btn-mobile span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #5FBB51;
    transition: 200ms;
  }
  .main-header .container .btn-mobile span:nth-child(1) {
    position: absolute;
    top: 0;
  }
  .main-header .container .btn-mobile span:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-header .container .btn-mobile span:nth-child(3) {
    position: absolute;
    bottom: 0;
  }
  .main-header .container .btn-mobile.active + .mobile {
    transform: translateX(0);
  }
  .main-header .container .btn-mobile.active span {
    background-color: #FFFFFF;
  }
  .main-header .container .btn-mobile.active span:nth-child(1) {
    top: 0;
    transform: translateY(2px) rotate(45deg);
  }
  .main-header .container .btn-mobile.active span:nth-child(2) {
    top: 0;
    width: 0;
    opacity: 0;
    transform: translateY(2px) rotate(45deg);
  }
  .main-header .container .btn-mobile.active span:nth-child(3) {
    top: 0;
    bottom: initial;
    transform: translateY(2px) rotate(-45deg);
  }
  .main-header.active .container .logo {
    width: 65px;
  }
}
@media screen and (max-width: 993px) {
  .main-header .container .logo {
    margin-inline: auto;
    width: 7.9375rem;
  }
}

.main-footer {
  background-image: url(../images/bg-footer.svg);
  background-size: cover;
}
.main-footer .top {
  padding-block: 10rem;
}
.main-footer .top .container h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.96px;
  line-height: 1.2;
  text-align: center;
  max-width: 42.125rem;
  margin-inline: auto;
}
.main-footer .top .container .btn-primary {
  margin-inline: auto;
  margin-top: 1.5rem;
  padding-inline: 2rem;
  height: 4rem;
  font-size: 1.25rem;
  transition: 200ms;
}
.main-footer .top .container .btn-primary:hover {
  transform: scale(1.05);
}
.main-footer .middle .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .middle .container .logo {
  width: 15.125rem;
}
.main-footer .middle .container ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}
.main-footer .middle .container ul li {
  display: flex;
  align-items: center;
}
.main-footer .middle .container ul li a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  text-decoration: none;
}
.main-footer .middle .container ul li a:hover {
  text-decoration: underline;
}
.main-footer .middle .container nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.main-footer .middle .container nav a {
  text-decoration: none;
  transition: 200ms;
}
.main-footer .middle .container nav a:hover {
  transform: scale(1.03);
}
.main-footer .bottom {
  margin-top: 4rem;
}
.main-footer .bottom .container {
  border-top: 1px solid #FFFFFF;
}
.main-footer .bottom .container svg {
  display: block;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 993px) {
  .main-footer .top {
    padding-top: 6.0625rem;
    padding-bottom: 7.5rem;
  }
  .main-footer .top .container h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.48px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .main-footer .top .container .btn-primary {
    margin-top: 0;
    height: 4.125rem;
    width: 100%;
    max-width: 25rem;
    padding-inline: 0.625rem;
    font-size: 0;
  }
  .main-footer .top .container .btn-primary::after {
    content: "Agende sua demonstração gratuita";
    font-size: 1rem;
  }
  .main-footer .middle .container {
    flex-wrap: wrap;
  }
  .main-footer .middle .container .logo {
    width: 7.9375rem;
    order: 1;
  }
  .main-footer .middle .container ul {
    order: 3;
    width: 100%;
    margin-top: 1.875rem;
  }
  .main-footer .middle .container ul li a {
    font-size: 1rem;
  }
  .main-footer .middle .container nav {
    order: 2;
  }
  .main-footer .bottom {
    margin-top: 2rem;
  }
}

.input-group label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.input-group input,
.input-group textarea {
  border: 0;
  display: block;
  width: 100%;
  background-color: #19191B;
  height: 64px;
  border-radius: 8px;
  padding-inline: 32px;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #FFFFFF;
}
.input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {
  color: #FFFFFF;
}
.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #FFFFFF;
}
.input-group textarea {
  height: 170px;
  resize: none;
  padding-block: 10px;
}

.input-group-select {
  position: relative;
}
.input-group-select .label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.input-group-select label {
  border: 0;
  display: block;
  width: 100%;
  background-color: #19191B;
  height: 64px;
  border-radius: 8px;
  padding-inline: 20px;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.input-group-select .input-group-select-modal {
  display: none;
  position: absolute;
  top: 100%;
  /* Abaixo da label */
  right: 0;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
  background-color: #19191B;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #19191B;
  min-width: 220px;
  /* gray-200 */
  /* Esconde por padrão */
  opacity: 0;
  visibility: hidden;
}
.input-group-select .input-group-select-modal::-webkit-scrollbar {
  width: 6px;
}
.input-group-select .input-group-select-modal::-webkit-scrollbar-thumb {
  background-color: #2a2a2d;
  border-radius: 4px;
}
.input-group-select .input-group-select-modal li {
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.input-group-select .input-group-select-modal li:hover {
  background-color: #3c3c3f; /* gray-100 */
}
.input-group-select .input-group-select-modal li.selected {
  background-color: #3c3c3f; /* gray-200 */
  font-weight: 600;
}
@media screen and (max-width: 993px) {
  .input-group-select .input-group-select-modal {
    min-width: initial;
    width: 100%;
  }
}
.input-group-select.active label svg {
  transform: scale(-1);
}
.input-group-select.active .input-group-select-modal {
  display: block;
  opacity: 1;
  visibility: visible;
}

.input-group-prefer label {
  display: block;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #7A8095;
  margin-bottom: 0.875rem;
}
.input-group-prefer .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.input-group-prefer .wrapper input[type=radio] {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 1px solid #6F7482;
  cursor: pointer;
  transition: border 200ms ease, outline 200ms ease, background-color 200ms ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}
.input-group-prefer .wrapper input[type=radio]:checked {
  background-color: #6F7482;
  border: 3px solid #F8FAFC;
  outline: 1px solid #6F7482;
}
.input-group-prefer .wrapper label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #7A8095;
}

.btn-primary {
  padding-inline: 2rem;
  height: 4rem;
  border-radius: 8px;
  background-color: #0B0B0D;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.4px;
}

.contact__container {
  display: flex;
  gap: 10.625rem;
}
.contact__info {
  max-width: 530px;
}
.contact__info-title {
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  color: #5FBB51;
  margin-bottom: 1rem;
}
.contact__info-description {
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.025rem;
  color: #293C2A;
  margin-bottom: 1.625rem;
}
.contact__info-details {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #8E8DAD;
}
.contact__info-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #293C2A;
}
.contact__info-details li + li {
  margin-top: 27px;
}
.contact__info-address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact__info-address span {
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #293C2A;
}
.contact__form {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-block-end: 5rem;
}
.contact__form .full-width {
  grid-column: 1/-1;
}
.contact__form .form-footer {
  grid-column: 1/-1;
}
.contact__form .btn {
  padding-inline: 4rem;
  border: 0;
  margin-inline: auto;
}
@media screen and (max-width: 1450px) {
  .contact__container {
    flex-direction: column;
    gap: 5rem;
  }
  .contact__info {
    max-width: 100%;
  }
}
@media screen and (max-width: 993px) {
  .contact .contact__container {
    gap: 3rem;
  }
  .contact .contact__info h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .contact .contact__info-description {
    font-size: 1rem;
    margin-bottom: 1.625rem;
  }
  .contact .contact__info-details {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .contact .contact__info-details li {
    gap: 1rem;
  }
  .contact .contact__info-details li span {
    font-size: 1rem;
  }
  .contact .contact__form {
    grid-template-columns: 1fr;
  }
}

.instagram {
  margin-bottom: 12.5rem;
}
.instagram__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.1875rem;
}
.instagram__header .left h2 {
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0rem;
  color: #000;
  background: linear-gradient(130.79deg, #4CB950 -18.73%, #A0CD46 155.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.75rem;
}
.instagram__header .left .btn-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #293C2A;
}
.instagram__header .btn {
  padding-inline: 3rem;
}
.instagram .swiper-slide {
  overflow: hidden;
  border-radius: 1.5rem;
}
.instagram .card-instagram img {
  display: block;
  width: 100%;
  transition: 200ms;
}
.instagram .card-instagram img:hover {
  transform: scale(1.1);
}
.instagram .swiper-pagination {
  display: none;
}
.instagram .swiper-button-prev,
.instagram .swiper-button-next {
  display: none;
}
.instagram .btn.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .instagram .swiper {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 993px) {
  .instagram {
    margin-bottom: 5rem;
  }
  .instagram .instagram__header {
    margin-bottom: 1rem;
  }
  .instagram .instagram__header .left h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .instagram .instagram__header .btn {
    display: none;
  }
  .instagram img {
    aspect-ratio: 335/450;
  }
  .instagram .swiper {
    width: calc(100% + 20px);
    padding-bottom: 50px;
  }
  .instagram .swiper .swiper-pagination {
    display: block;
  }
  .instagram .swiper .swiper-button-prev,
  .instagram .swiper .swiper-button-next {
    display: block;
  }
  .instagram .btn.mobile {
    display: flex;
    padding-inline: 10px;
    margin-inline: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 769px) {
  .instagram .swiper {
    width: 100%;
  }
}

.page-01-home {
  background-color: #F3F2FA;
}
@media screen and (max-width: 769px) {
  .page-01-home {
    padding-bottom: 4.125rem;
  }
}
.page-01-home .btn-primary,
.page-01-home .btn-finish,
.page-01-home .btn-next {
  transition: 200ms;
}
.page-01-home .btn-primary:hover,
.page-01-home .btn-finish:hover,
.page-01-home .btn-next:hover {
  transform: scale(1.02);
}
.page-01-home .tag {
  font-size: 1.25rem;
  font-weight: 400;
  color: #F4310E;
  letter-spacing: 4px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 4px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 993px) {
  .page-01-home .tag {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    letter-spacing: 2.8px;
  }
}
.page-01-home .hero {
  height: 60.375rem;
  background: linear-gradient(119.93deg, #D62914 10.5%, #EB7918 72.94%, #E8661A 111.37%);
  position: relative;
  width: 100%;
  overflow-x: hidden;
  margin-top: 0rem;
}
.page-01-home .hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-01-home .hero .container .box {
  max-width: 46.875rem;
}
.page-01-home .hero .container .box h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.96px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.page-01-home .hero .container .box h1 b {
  font-weight: 600;
}
.page-01-home .hero .container .box p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.48px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.page-01-home .hero .man {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1800px) {
  .page-01-home .hero .man {
    width: 56.25rem;
  }
}
@media screen and (max-width: 1700px) {
  .page-01-home .hero .man {
    width: 50rem;
  }
}
@media screen and (max-width: 1570px) {
  .page-01-home .hero .man {
    width: 43.75rem;
  }
}
@media screen and (max-width: 1470px) {
  .page-01-home .hero .man {
    width: 50rem;
    margin-right: -200px;
  }
}
@media screen and (max-width: 1370px) {
  .page-01-home .hero .man {
    width: 50rem;
    margin-right: -250px;
  }
}
@media screen and (max-width: 1300px) {
  .page-01-home .hero {
    height: initial;
    padding-top: 140px;
  }
  .page-01-home .hero .container {
    padding-top: 6.25rem;
    padding-bottom: 37.5rem;
  }
  .page-01-home .hero .container .box {
    width: 100%;
    max-width: initial;
  }
  .page-01-home .hero .man {
    width: 43.75rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .hero {
    padding-top: 0rem;
    min-height: calc(100vh - 66px);
  }
  .page-01-home .hero .container {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 769px) {
  .page-01-home .hero .container {
    padding-bottom: 26.875rem;
  }
  .page-01-home .hero .container .box h1 {
    font-size: 1.5rem;
    letter-spacing: -0.48px;
    line-height: 1.2;
    margin-bottom: 0.375rem;
  }
  .page-01-home .hero .container .box p {
    font-size: 1rem;
    line-height: -0.32px;
    letter-spacing: 1.5;
  }
  .page-01-home .hero .container .box .btn-primary {
    display: none;
  }
  .page-01-home .hero .man {
    width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .page-01-home .hero .man {
    width: 100%;
  }
}
.page-01-home .companies {
  margin-block: 10rem;
}
.page-01-home .companies .swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  height: 6.25rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 993px) {
  .page-01-home .companies {
    margin-top: 7.125rem;
    margin-bottom: 3rem;
  }
  .page-01-home .companies .swiper .swiper-slide img {
    display: block;
    max-width: 5.625rem;
    max-height: 40px;
  }
}
.page-01-home .delivery {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/bg-blur-1.png);
  padding-bottom: 11.25rem;
}
.page-01-home .delivery .container .tag-section {
  font-size: 1.25rem;
  font-weight: 400;
  color: #F4310E;
  letter-spacing: -0.4px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
.page-01-home .delivery .container h2 {
  max-width: 40.25rem;
  margin-inline: auto;
  font-size: 3rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.96px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.5rem;
}
.page-01-home .delivery .container p {
  max-width: 59.125rem;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.48px;
  line-height: 1.5;
  margin-inline: auto;
}
.page-01-home .delivery .container img {
  display: block;
  margin-inline: auto;
  margin-bottom: 3rem;
  max-width: 100%;
}
.page-01-home .delivery .container .btn-primary {
  margin-inline: auto;
}
@media screen and (max-width: 993px) {
  .page-01-home .delivery {
    padding-bottom: 5rem;
  }
  .page-01-home .delivery .container .tag-section {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    line-height: 1;
    letter-spacing: 2.8px;
  }
  .page-01-home .delivery .container h2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .page-01-home .delivery .container p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    letter-spacing: -0.32px;
    line-height: 1.5;
  }
  .page-01-home .delivery .container img {
    margin-bottom: 0;
  }
  .page-01-home .delivery .container .btn-primary {
    display: none;
  }
}
.page-01-home .your-distributor {
  padding-top: 2.5rem;
}
.page-01-home .your-distributor .container h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.96px;
  line-height: 1.2;
  text-align: center;
}
.page-01-home .your-distributor .container img {
  display: block;
  margin-inline: auto;
  margin-top: -5rem;
  max-width: 100%;
}
.page-01-home .your-distributor .container .box {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.page-01-home .your-distributor .container .box .card {
  padding: 1.375rem 2.75rem 1.25rem 2.1875rem;
  background-color: rgba(244, 49, 14, 0.5);
  position: absolute;
  border: 1px solid #F4310E;
  border-radius: 8px;
  max-width: 24.375rem;
}
.page-01-home .your-distributor .container .box .card p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.48px;
  line-height: 1.2;
}
.page-01-home .your-distributor .container .box .card:nth-of-type(1) {
  top: 21.5625rem;
  left: -8.4375rem;
}
.page-01-home .your-distributor .container .box .card:nth-of-type(2) {
  top: 35.3125rem;
  left: -5.625rem;
}
.page-01-home .your-distributor .container .box .card:nth-of-type(3) {
  top: 24.6875rem;
  right: -8.125rem;
}
.page-01-home .your-distributor .container .box .card:nth-of-type(4) {
  top: 39.6875rem;
  right: -8.125rem;
}
@media screen and (max-width: 1100px) {
  .page-01-home .your-distributor .container .box {
    width: 100%;
    max-width: 800px;
  }
  .page-01-home .your-distributor .container .box img {
    margin-top: 0px;
  }
  .page-01-home .your-distributor .container .box .card {
    padding: 1.5rem;
  }
  .page-01-home .your-distributor .container .box .card p {
    font-size: 1rem;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(1) {
    top: 0;
    left: 5rem;
    max-width: 13.875rem;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(2) {
    top: 7.5rem;
    right: 8.4375rem;
    left: initial;
    max-width: 14.375rem;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(3) {
    top: initial;
    left: 5rem;
    bottom: 11.25rem;
    max-width: 13.375rem;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(4) {
    top: initial;
    right: 7.8125rem;
    left: initial;
    bottom: 4.375rem;
    max-width: 12.25rem;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .your-distributor .container h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0B0B0D;
    letter-spacing: -0.48px;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .page-01-home .your-distributor .container .box {
    width: 100%;
    max-width: 800px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .page-01-home .your-distributor .container .box img {
    margin-top: 0;
    width: 100%;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(1) {
    top: 0.1875rem;
    left: 1.25rem;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(2) {
    top: 7.5rem;
    right: 1.25rem;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(3) {
    top: initial;
    right: initial;
    left: 1.25rem;
    bottom: 11.25rem;
  }
  .page-01-home .your-distributor .container .box .card:nth-of-type(4) {
    top: initial;
    right: 1.25rem;
    left: initial;
    bottom: 5rem;
  }
}
.page-01-home .entreggas {
  margin-bottom: 12.5rem;
}
.page-01-home .entreggas .container .wrapper {
  display: grid;
  grid-template-columns: 1fr 424px;
  gap: 4.125rem;
  max-width: 68rem;
  margin-inline: auto;
  margin-bottom: 9.125rem;
  align-items: center;
}
.page-01-home .entreggas .container .wrapper .left h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.96px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.page-01-home .entreggas .container .wrapper .left p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.4px;
  line-height: 1.5;
  max-width: 32.8125rem;
  margin-bottom: 2rem;
}
.page-01-home .entreggas .container .wrapper .left nav {
  position: relative;
  z-index: 2;
}
.page-01-home .entreggas .container .wrapper .left nav a {
  height: 5.75rem;
  padding-inline: 2rem;
  border-radius: 8px;
  background-color: #E2E0F3;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: #78839F;
  letter-spacing: -0.03rem;
  max-width: 33.125rem;
}
.page-01-home .entreggas .container .wrapper .left nav a + a {
  margin-top: 1rem;
}
.page-01-home .entreggas .container .wrapper .left nav a.active, .page-01-home .entreggas .container .wrapper .left nav a:hover {
  background: linear-gradient(119.93deg, #D62914 10.5%, #EB7918 72.94%, #E8661A 111.37%);
  color: #FFFFFF;
}
.page-01-home .entreggas .container .wrapper .cover {
  position: relative;
  height: 600px;
}
.page-01-home .entreggas .container .wrapper .cover img {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.page-01-home .entreggas .container .wrapper .cover img.image-3 {
  top: 30px;
}
.page-01-home .entreggas .container .btn-primary {
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.page-01-home .entreggas .container .swiper-entreggas {
  display: none;
}
@media screen and (max-width: 993px) {
  .page-01-home .entreggas {
    margin-bottom: 5rem;
  }
  .page-01-home .entreggas .container .wrapper {
    display: block;
    margin-bottom: 0;
  }
  .page-01-home .entreggas .container .wrapper .left {
    width: 100%;
    max-width: initial;
    padding-top: 0;
  }
  .page-01-home .entreggas .container .wrapper .left h2 {
    font-size: 1.5rem;
    letter-spacing: -0.48px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .page-01-home .entreggas .container .wrapper .left p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #0B0B0D;
    letter-spacing: -0.28px;
    line-height: 1.5;
    max-width: initial;
    margin-bottom: 0;
  }
  .page-01-home .entreggas .container .wrapper .left nav {
    display: none;
  }
  .page-01-home .entreggas .container .wrapper .cover {
    display: none;
  }
  .page-01-home .entreggas .container .swiper-entreggas {
    display: block;
    margin-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  .page-01-home .entreggas .container .swiper-entreggas .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 1.5rem;
  }
  .page-01-home .entreggas .container .swiper-entreggas .swiper-slide .btn {
    background: linear-gradient(119.93deg, #D62914 10.5%, #EB7918 72.94%, #E8661A 111.37%);
    border-radius: 8px;
    height: 4.1875rem;
    padding-inline: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: -0.32px;
    text-decoration: none;
    width: 100%;
    margin-bottom: auto;
    flex-shrink: 0;
  }
  .page-01-home .entreggas .container .swiper-entreggas .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 25rem;
    margin-inline: auto;
    max-width: 256px;
    margin-bottom: auto;
    height: auto;
    max-height: calc(100% - 100px);
  }
  .page-01-home .entreggas .container .swiper-entreggas .swiper-slide img.image-3 {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .page-01-home .entreggas .container .swiper-entreggas .swiper-pagination {
    bottom: 0;
  }
  .page-01-home .entreggas .container .swiper-entreggas .swiper-pagination .swiper-pagination-bullet {
    height: 0.625rem;
    width: 0.625rem;
    background-color: #DEDCF1;
    opacity: 1;
    border-radius: 12px;
    transition: 200ms;
  }
  .page-01-home .entreggas .container .swiper-entreggas .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5rem;
    background-color: #F4310E;
  }
  .page-01-home .entreggas .container .btn-primary {
    display: none;
  }
}
.page-01-home .mult-form {
  background-image: url(../images/bg-form.svg);
  background-position: center center;
  background-size: cover;
  padding-top: 7.5rem;
  margin-bottom: 12.5rem;
  padding-bottom: 7.5rem;
  min-height: 48.75rem;
}

#terms-modal-overlay h2, #terms-modal-overlay h1 {
color: #000;
}

.page-01-home .mult-form > .container h2 {
  margin-bottom: 2.3125rem;
  font-size: 2rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.64px;
  text-align: center;
}
.page-01-home .mult-form > .container .mult-form-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.page-01-home .mult-form > .container .mult-form-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  position: absolute;
  left: 0;
  z-index: 1;
}
.page-01-home .mult-form > .container .mult-form-menu a {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  opacity: 1; 
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  text-decoration: none;
  background-color: #0B0B0D;
  border: 1px solid #FFFFFF;
  position: relative;
  z-index: 2;
}
.page-01-home .mult-form > .container .mult-form-menu a.completed, .page-01-home .mult-form > .container .mult-form-menu a.active {
  background-color: #FFFFFF;
  color: #0B0B0D;
}
.page-01-home .mult-form > .container .mult-form-steps {
  max-width: 68.125rem;
  margin-inline: auto;
}
.page-01-home .mult-form > .container .mult-form-steps .column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.page-01-home .mult-form > .container .mult-form-steps .column-2 + .column-2 {
  margin-top: 1.875rem;
}
.page-01-home .mult-form > .container .mult-form-steps .column-2 .left {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 1.875rem;
}
.page-01-home .mult-form > .container .mult-form-steps .btn-next,
.page-01-home .mult-form > .container .mult-form-steps .btn-finish {
  margin-top: 6.25rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background-color: #F4310E;
  padding-inline: 8.125rem;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  gap: 0.75rem;
  border: 0;
  cursor: pointer;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-mult {
  max-width: 47.8125rem;
  margin-inline: auto;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-mult label {
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.96px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-mult input {
  padding-inline: 2rem;
  height: 4rem;
  border-radius: 8px;
  background-color: #19191B;
  display: block;
  width: 100%;
  border: 0;
  max-width: 33.125rem;
  margin-inline: auto;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-mult input::-moz-placeholder {
  color: #FFFFFF;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-mult input::placeholder {
  color: #FFFFFF;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult {
  max-width: 47.8125rem;
  margin-inline: auto;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .label {
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.96px;
  line-height: 1.2;
  margin-bottom: 2.1875rem;
  display: block;
  text-align: center;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .wrapper div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .wrapper div input {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  background-position: center top -20px;
  transition: 200ms;
  background-size: 8px;
  background-repeat: no-repeat;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .wrapper div input:checked {
  background-image: url(../images/icon-check.svg);
  background-color: #F4310E;
  background-position: center center;
  border-color: #F4310E;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .wrapper div label {
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.4px;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult {
  max-width: 47.8125rem;
  margin-inline: auto;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .label {
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.96px;
  line-height: 1.2;
  margin-bottom: 2.1875rem;
  display: block;
  text-align: center;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult > input {
  padding-inline: 2rem;
  height: 4rem;
  border-radius: 8px;
  background-color: #19191B;
  display: block;
  width: 100%;
  border: 0;
  max-width: 33.125rem;
  margin-inline: auto;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult > input::-moz-placeholder {
  color: #FFFFFF;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult > input::placeholder {
  color: #FFFFFF;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .terms {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-inline: auto;
  max-width: 40.1875rem;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .terms input {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  background-position: center top -20px;
  transition: 200ms;
  background-size: 8px;
  background-repeat: no-repeat;
  margin-top: -0.625rem;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .terms input:checked {
  background-image: url(../images/icon-check.svg);
  background-color: #F4310E;
  background-position: center center;
  border-color: #F4310E;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .terms label {
  flex: 1;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  text-align: center;
}
.page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult + .btn-next, .page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult + .btn-finish {
  margin-top: 0.75rem;
}
.page-01-home .mult-form > .container .mult-form-steps .mult-form-step {
  display: none;
}
.page-01-home .mult-form > .container .mult-form-steps .mult-form-step.active {
  display: block;
}
.page-01-home .mult-form .box-finished {
  display: none;
}
.page-01-home .mult-form.finished {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-01-home .mult-form.finished > .container {
  display: none;
}
.page-01-home .mult-form.finished .box-finished {
  display: block;
}
.page-01-home .mult-form.finished .box-finished h2 {
  font-size: 4rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -1.28px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
}
.page-01-home .mult-form.finished .box-finished p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  line-height: 1.8;
  max-width: 59.375rem;
  margin-inline: auto;
  text-align: center;
}
.page-01-home .mult-form.finished .box-finished .btn-video {
  padding-inline: 2.5rem;
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%), #F4310E;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: -moz-max-content;
  width: max-content;
  gap: 0.75rem;
  font-size: 1.25rem;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  text-decoration: none;
  margin-inline: auto;
  margin-top: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .page-01-home .mult-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
    min-height: 53.875rem;
    display: flex;
    flex-direction: column;
  }
  .page-01-home .mult-form > .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
  }
  .page-01-home .mult-form > .container h2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.48px;
    margin-bottom: 1.5625rem;
  }
  .page-01-home .mult-form > .container .mult-form-menu {
    margin-bottom: 1.5rem;
    gap: 0rem;
    max-width: 25rem;
    justify-content: space-between;
    width: 100%;
  }
  .page-01-home .mult-form > .container .mult-form-menu a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  .page-01-home .mult-form > .container .mult-form-steps {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .page-01-home .mult-form > .container .mult-form-steps .mult-form-step {
    height: 100%;
  }
  .page-01-home .mult-form > .container .mult-form-steps .mult-form-step:not(:first-of-type) {
    padding-top: 2.5rem;
  }
  .page-01-home .mult-form > .container .mult-form-steps .mult-form-step:not(:first-of-type).active {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .page-01-home .mult-form > .container .mult-form-steps .mult-form-step:not(:first-of-type) .btn-finish, .page-01-home .mult-form > .container .mult-form-steps .mult-form-step:not(:first-of-type) .btn-next {
    margin-top: auto;
  }
  .page-01-home .mult-form > .container .mult-form-steps .column-2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page-01-home .mult-form > .container .mult-form-steps .column-2 + .column-2 {
    margin-top: 2rem;
  }
  .page-01-home .mult-form > .container .mult-form-steps .column-2 .left {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-mult label {
    font-size: 2.25rem;
    text-align: left;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .label {
    font-size: 2.25rem;
    text-align: left;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-check-mult .wrapper div label {
    font-size: 1.25rem;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .label {
    font-size: 2.25rem;
    text-align: left;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .terms {
    align-items: flex-start;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .terms input {
    margin-top: 3px;
  }
  .page-01-home .mult-form > .container .mult-form-steps .input-group-text-check-mult .terms label {
    text-align: left;
  }
  .page-01-home .mult-form > .container .mult-form-steps .btn-next,
  .page-01-home .mult-form > .container .mult-form-steps .btn-finish {
    margin-top: 2rem;
    height: 4.125rem;
    padding-inline: 0;
    width: 100%;
    max-width: 25rem;
    font-size: 1rem;
  }
  .page-01-home .mult-form.finished {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-01-home .mult-form.finished .box-finished h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  .page-01-home .mult-form.finished .box-finished p {
    font-size: 1rem;
    line-height: 1.2;
  }
  .page-01-home .mult-form.finished .box-finished .btn-video {
    padding-inline: 0.625rem;
    width: 100%;
    max-width: 25rem;
    font-size: 1rem;
    height: 3.5rem;
  }
}
.page-01-home .app-tops {
  margin-bottom: 12.5rem;
}
.page-01-home .app-tops .container .tag {
  font-size: 1.25rem;
  font-weight: 400;
  color: #F4310E;
  letter-spacing: 4px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
.page-01-home .app-tops .container h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.96px;
  line-height: 1.2;
  text-align: center;
  max-width: 56.875rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  width: 100%;
}
.page-01-home .app-tops .container .card {
  padding: 2rem 2rem 3.125rem 2rem;
  background-color: #E2E0F3;
  border-radius: 8px;
  width: calc(33.3333333333% - 52px);
}
.page-01-home .app-tops .container .card img {
  display: block;
  margin-bottom: 1rem;
}
.page-01-home .app-tops .container .card p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.48px;
  line-height: 1.4;
}
.page-01-home .app-tops .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem;
  justify-content: center;
  max-width: 68.125rem;
  margin-inline: auto;
  width: 100%;
  margin-bottom: 3rem;
}
.page-01-home .app-tops .container .swiper {
  display: none;
}
.page-01-home .app-tops .container .btn-primary {
  margin-inline: auto;
}
@media screen and (max-width: 993px) {
  .page-01-home .app-tops {
    margin-bottom: 5rem;
  }
  .page-01-home .app-tops .container .tag {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    max-width: 15rem;
    margin-inline: auto;
  }
  .page-01-home .app-tops .container h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-01-home .app-tops .container .card {
    width: 100%;
    padding-inline: 1.5rem;
  }
  .page-01-home .app-tops .container .card p {
    font-size: 1.25rem;
    letter-spacing: -0.04px;
  }
  .page-01-home .app-tops .container .wrapper {
    display: none;
  }
  .page-01-home .app-tops .container .swiper {
    display: block;
    padding-bottom: 2.5rem;
  }
  .page-01-home .app-tops .container .swiper .swiper-slide {
    height: 100%;
  }
  .page-01-home .app-tops .container .swiper .swiper-slide .card {
    height: 100%;
  }
  .page-01-home .app-tops .container .swiper .swiper-pagination {
    bottom: 0;
  }
  .page-01-home .app-tops .container .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 0.625rem;
    width: 0.625rem;
    background-color: #DEDCF1;
    opacity: 1;
    border-radius: 12px;
    transition: 200ms;
  }
  .page-01-home .app-tops .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5rem;
    background-color: #F4310E;
  }
  .page-01-home .app-tops .container .btn-primary {
    display: none;
  }
}
.page-01-home .reviews {
  margin-bottom: 12.5rem;
}
.page-01-home .reviews .container h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.96px;
  line-height: 1.2;
  text-align: center;
  max-width: 68.125rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  width: 100%;
}
.page-01-home .reviews .container .card {
  display: flex;
  gap: 1.875rem;
  max-width: 68.125rem;
  margin-inline: auto;
}
.page-01-home .reviews .container .card .cover {
  width: 100%;
  max-width: 530px;
  border-radius: 24px;
  overflow: hidden;
}
.page-01-home .reviews .container .card .cover img {
  display: block;
  width: 100%;
}
.page-01-home .reviews .container .card .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-01-home .reviews .container .card .info > svg {
  display: block;
  margin-bottom: 1.5rem;
}
.page-01-home .reviews .container .card .info p {
  font-size: 1rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.32px;
  line-height: 1.5;
}
.page-01-home .reviews .container .card .info p + p {
  margin-top: 1.25rem;
}
.page-01-home .reviews .container .card .info .btn-video {
  display: flex;
  align-items: center;
  gap: 0rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0B0B0D;
  letter-spacing: -0.32px;
  height: 3.625rem;
  padding-inline: 2rem;
  border-radius: 8px;
  border: 1px solid #0B0B0D;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.5rem;
  gap: 0.75rem;
}
.page-01-home .reviews .container .card .info .box-avatar {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 0.75rem;
}
.page-01-home .reviews .container .card .info .box-avatar img {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-01-home .reviews .container .card .info .box-avatar div .name {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #1C1C1C;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.page-01-home .reviews .container .card .info .box-avatar div .company {
  display: block;
  font-size: 0.875rem;
  letter-spacing: -0.28px;
  line-height: 1.2;
  color: #1C1C1C;
}
.page-01-home .reviews .container .swiper-reviews {
  padding-bottom: 4.375rem;
  max-width: 68.125rem;
}
.page-01-home .reviews .container .swiper-reviews .swiper-pagination {
  bottom: 0;
  margin-top: 0;
}
.page-01-home .reviews .container .swiper-reviews .swiper-pagination .swiper-pagination-bullet {
  transition: 200ms;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 999px;
  background-color: #DEDCF1;
  border-radius: 999px;
  opacity: 1;
}
.page-01-home .reviews .container .swiper-reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 0.625rem;
  width: 8.75rem;
  border-radius: 12px;
  background-color: #F4310E;
}
.page-01-home .reviews .container .swiper-reviews .swiper-button-next,
.page-01-home .reviews .container .swiper-reviews .swiper-button-prev {
  top: initial;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-01-home .reviews .container .swiper-reviews .swiper-button-next svg,
.page-01-home .reviews .container .swiper-reviews .swiper-button-prev svg {
  display: none;
}
.page-01-home .reviews .container .swiper-reviews .swiper-button-next {
  background-position: right center;
  background-image: url(../images/icon-swiper-navigation-next-active.svg);
  margin-right: 0;
  right: 0;
}
.page-01-home .reviews .container .swiper-reviews .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/icon-swiper-navigation-next.svg);
}
.page-01-home .reviews .container .swiper-reviews .swiper-button-prev {
  background-position: left center;
  background-image: url(../images/icon-swiper-navigation-prev-active.svg);
  margin-left: 0;
  left: 0;
}
.page-01-home .reviews .container .swiper-reviews .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/icon-swiper-navigation-prev.svg);
}
@media screen and (max-width: 993px) {
  .page-01-home .reviews .container .swiper-reviews {
    padding-bottom: 2.25rem;
  }
  .page-01-home .reviews .container .swiper-reviews .swiper-button-next,
  .page-01-home .reviews .container .swiper-reviews .swiper-button-prev {
    display: none;
  }
  .page-01-home .reviews .container .swiper-reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5rem;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .reviews {
    margin-bottom: 5rem;
  }
  .page-01-home .reviews .container h2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.48px;
  }
  .page-01-home .reviews .container .card {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .page-01-home .reviews .container .card .info > svg {
    margin-bottom: 1.5rem;
    width: 6.5rem;
  }
  .page-01-home .reviews .container .card .info p {
    font-size: 1rem;
  }
  .page-01-home .reviews .container .card .info .btn-video {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    padding-inline: 1.25rem;
    justify-content: center;
  }
  .page-01-home .reviews .container .card .info .box-avatar {
    gap: 0.5rem;
  }
  .page-01-home .reviews .container .card .info .box-avatar div .name {
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 0.1875rem;
  }
  .page-01-home .reviews .container .card .info .box-avatar div .company {
    font-weight: 0.75rem;
  }
}
.page-01-home .section-step-by-step {
  margin-bottom: 12.5rem;
}
.page-01-home .section-step-by-step .container h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.96px;
  line-height: 1.2;
  max-width: 68.125rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.page-01-home .section-step-by-step .container .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 68.125rem;
  margin-inline: auto;
}
.page-01-home .section-step-by-step .container .wrapper .separator {
  margin-top: 3.125rem;
}
.page-01-home .section-step-by-step .container .wrapper .separator svg {
  display: block;
}
.page-01-home .section-step-by-step .container .wrapper .separator svg.active {
  display: none;
}
.page-01-home .section-step-by-step .container .wrapper .card .number {
  font-size: 6rem;
  font-weight: 700;
  color: #DEDCF1;
  letter-spacing: -1.92px;
  line-height: 1.4;
  display: block;
}
.page-01-home .section-step-by-step .container .wrapper .card p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.48px;
  line-height: 1.4;
  display: block;
  width: 9.5rem;
  position: relative;
  top: -2.8125rem;
  left: 1.5rem;
}
.page-01-home .section-step-by-step .container .btn-primary {
  margin-inline: auto;
}
@media screen and (max-width: 993px) {
  .page-01-home .section-step-by-step {
    margin-bottom: 5rem;
  }
  .page-01-home .section-step-by-step .container h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0B0B0D;
    letter-spacing: -0.48px;
    line-height: 1.2;
    max-width: 31.25rem;
    margin-inline: auto;
    margin-bottom: 1.875rem;
  }
  .page-01-home .section-step-by-step .container .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .page-01-home .section-step-by-step .container .wrapper .separator {
    margin-top: 0;
  }
  .page-01-home .section-step-by-step .container .wrapper .separator svg {
    display: none;
  }
  .page-01-home .section-step-by-step .container .wrapper .separator svg.active {
    display: block;
  }
  .page-01-home .section-step-by-step .container .wrapper .card {
    max-width: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-01-home .section-step-by-step .container .wrapper .card .number {
    font-size: 6rem;
  }
  .page-01-home .section-step-by-step .container .wrapper .card p {
    left: 0;
    top: initial;
    max-width: initial;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
  }
  .page-01-home .section-step-by-step .container .btn-primary {
    display: none;
  }
}
.page-01-home .faq {
  margin-bottom: 11.25rem;
}
.page-01-home .faq .container {
  display: flex;
  max-width: 73.125rem;
  margin-inline: auto;
  justify-content: space-between;
  width: 100%;
}
.page-01-home .faq .container .left {
  width: 31.875rem;
}
.page-01-home .faq .container .left .tag {
  margin-bottom: 1.5rem;
  text-align: left;
}
.page-01-home .faq .container .left h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.96px;
  line-height: 1.2;
}
.page-01-home .faq .container .right {
  flex: 1;
}
.page-01-home .faq .container .right .faq-item {
  padding-block: 1.5rem;
}
.page-01-home .faq .container .right .faq-item + .faq-item {
  border-top: 1px solid #DEDCF1;
}
.page-01-home .faq .container .right .faq-item .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-01-home .faq .container .right .faq-item .faq-title h3 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #0B0B0D;
  letter-spacing: -0.4px;
  line-height: 1.4;
}
.page-01-home .faq .container .right .faq-item .faq-response {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 200ms;
}
.page-01-home .faq .container .right .faq-item.active .faq-title h3 {
  color: #F4310E;
}
.page-01-home .faq .container .right .faq-item.active .faq-title svg {
  transform: scale(-1);
}
.page-01-home .faq .container .right .faq-item.active .faq-title svg path {
  stroke: #F4310E;
}
.page-01-home .faq .container .right .faq-item.active .faq-response {
  max-height: 1000px;
  opacity: 1;
}
@media screen and (max-width: 993px) {
  .page-01-home .faq {
    margin-bottom: 3.5rem;
  }
  .page-01-home .faq .container {
    flex-direction: column;
    gap: 0.75rem;
  }
  .page-01-home .faq .container .left {
    max-width: initial;
    width: 100%;
  }
  .page-01-home .faq .container .left .tag {
    margin-bottom: 0.75rem;
  }
  .page-01-home .faq .container .left h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0B0B0D;
  }
  .page-01-home .faq .container .right .faq-item .faq-title h3 {
    font-size: 1rem;
  }
  .page-01-home .faq .container .right .faq-item .faq-response p {
    font-size: 0.875rem;
  }
}
.page-01-home .btn-float-whatsapp {
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  height: 4rem;
  padding-inline: 3.75rem;
  position: fixed;
  right: 8.4375rem;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  transition: 200ms;
  z-index: 10;
}
.page-01-home .btn-float-whatsapp:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1700px) {
  .page-01-home .btn-float-whatsapp {
    right: 2.5rem;
  }
}
@media screen and (max-width: 769px) {
  .page-01-home .btn-float-whatsapp {
    bottom: 5rem;
    right: 1.25rem;
    padding-inline: 0;
    padding-block: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
  }
  .page-01-home .btn-float-whatsapp span {
    display: none;
  }
  .page-01-home .btn-float-whatsapp svg {
    transform: scale(1.2);
  }
}
.page-01-home .btn-float-mobile {
  height: 4.125rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B0B0D;
  z-index: 10;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  display: none;
}
@media screen and (max-width: 769px) {
  .page-01-home .btn-float-mobile {
    display: flex;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Cookie / Terms Consent Banner */
.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100% - 40px);
  max-width: 950px;
  pointer-events: auto;
}
.cookie-consent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: rgba(11, 11, 13, 0.98);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 30px rgba(11, 11, 13, 0.35);
}
.cookie-consent p {
  font-size: 0.95rem;
  color: #fff;
  margin: 0;
}
.cookie-consent a {
  color: #BFEAA8;
  text-decoration: underline;
}
.cookie-consent-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cookie-consent .btn-link {
  padding: 0.5rem 0.75rem;
  background: transparent;
  color: #BFEAA8;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.cookie-consent .btn-primary {
  padding: 0.3rem 1rem;
  border-radius: 6px;
  background: #F4310E;
  color: #fff;
  border: 0;
  height: 45px;
  cursor: pointer;
}
.cookie-consent-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  margin-left: 0.5rem;
}
.cookie-consent.hidden { display: none; }

@media (max-width: 600px) {
  .cookie-consent-inner { flex-direction: column; align-items: flex-start; padding: 1rem; gap: 0.75rem; }
  .cookie-consent-actions { width: 100%; justify-content: space-between; }
  .cookie-consent p { font-size: 0.9rem; }
}

/* Animation */
.cookie-consent-enter { animation: cookieFadeIn 300ms ease; }
@keyframes cookieFadeIn { 0% { transform: translateX(-50%) translateY(12px); opacity: 0; } 100% { transform: translateX(-50%) translateY(0); opacity: 1; } }
