header {
  background-color: transparent !important;
}

.main-content {
  margin-top: -100px;
}

#anc-lp {
  padding-bottom: 8rem;
  background: var(--beige);
}
#anc-lp #anc-hero {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2 / 2);
  height: calc(95dvh - 90px);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cc9d74;
}
#anc-lp #anc-statement {
  border-color: var(--red);
}
#anc-lp #anc-statement .anc-badge {
  position: absolute;
  top: -80px;
  left: calc(50% - 80px);
}
#anc-lp #anc-statement .background {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#anc-lp #anc-statement .content {
  z-index: 1;
}
#anc-lp #anc-statement .anc-statement-1 {
  width: 60px;
  top: 0;
  left: 20%;
}
#anc-lp #anc-statement .anc-statement-2 {
  width: 90px;
  top: 20%;
  left: 10%;
}
#anc-lp #anc-statement .anc-statement-3 {
  width: 150px;
  bottom: 10%;
  right: 10%;
  transform: rotate(90deg);
}
#anc-lp #anc-statement .anc-statement-4 {
  width: 120px;
  top: 0;
  right: 20%;
}
#anc-lp #anc-statement .anc-statement-5 {
  width: 60px;
  bottom: 20%;
  left: 20%;
}
#anc-lp #anc-statement .anc-statement-6 {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: auto;
  z-index: 2;
}
#anc-lp #anc-benefits .sticker {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#anc-lp #anc-benefits .sticker-1 {
  top: 0;
  left: 35%;
  transform: translateY(-50%);
}
#anc-lp #anc-benefits .sticker-2 {
  bottom: -60px;
  left: 40px;
}
#anc-lp #anc-benefits .sticker-3 {
  bottom: 0;
  left: 40%;
  transform: translateY(30%);
}
#anc-lp #anc-benefits img:not(.sticker) {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#anc-lp #anc-vets {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 45px;
}
#anc-lp #anc-vets .vets-card {
  width: 100%;
  min-height: 365px;
  display: grid;
  grid-template-columns: auto 100px;
  grid-template-rows: 1fr auto;
  gap: 40px;
}
#anc-lp #anc-vets .vets-card .vets-card-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#anc-lp #anc-vets .vets-card .vets-card-details {
  grid-area: 2/1/3/3;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}
#anc-lp #anc-vets .vets-card .vets-card-details span {
  font-size: 22px;
}
#anc-lp #anc-vets .flickity-page-dots .dot {
  background-color: var(--green);
}
#anc-lp #anc-comparative-table .table-container {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
#anc-lp #anc-comparative-table img {
  margin-bottom: 12px;
  height: 56px;
}
#anc-lp #anc-comparative-table table {
  width: 100%;
  border-collapse: collapse;
}
#anc-lp #anc-comparative-table table .col-first {
  text-align: left;
  font-weight: 300;
  width: 200px;
  font-size: 16px;
}
#anc-lp #anc-comparative-table table thead th.col-first {
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
  padding: 0 10px 0 0;
}
#anc-lp #anc-comparative-table table thead th:not(.col-first) {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 10px 12px;
  color: #303030;
  white-space: nowrap;
  font-family: "inter-variable", sans-serif;
}
#anc-lp #anc-comparative-table table tbody td.col-first {
  line-height: 1.2;
  padding: 10px 10px 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
#anc-lp #anc-comparative-table table tbody td:not(.col-first) {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 14px 10px;
}
#anc-lp #anc-comparative-table table tbody .col-hungry {
  background: rgba(18, 149, 98, 0.07);
  border-left: 1px solid rgba(18, 149, 98, 0.06);
}
#anc-lp #anc-comparative-table table tbody tr:last-child td * {
  vertical-align: top;
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}
#anc-lp #anc-comparative-table table tbody tr:last-child .col-hungry {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
}
#anc-lp #anc-comparative-table table tbody .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
#anc-lp #anc-statistics {
  height: 85dvh;
  background-color: #e8b17b;
}
#anc-lp #anc-statistics h2 {
  font-size: 80px;
}
#anc-lp #anc-statistics img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 70%;
     object-position: center 70%;
  transform: scaleX(-1);
}
#anc-lp #anc-never-list .list p {
  border-bottom: 1pt solid var(--red);
  text-transform: uppercase;
  margin: 0px;
  line-height: 1;
  padding: 8px 0px;
}
#anc-lp #anc-never-list .list p::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 4px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
}
#anc-lp #anc-never-list p:last-child {
  border-bottom: 0px;
}
#anc-lp .depoimentos .carousel-cell {
  width: 320px;
}

/*# responsive styles */
@media (min-width: 768px) and (max-width: 1200px) {
  .main-content {
    margin-top: -190px;
  }
}
@media (max-width: 768px) {
  .main-content {
    margin-top: -50px;
  }
}
@media (min-width: 1321px) and (max-width: 1700px) {
  #anc-lp #anc-hero {
    background-position: right top;
  }
}
@media (max-width: 1320px) {
  #anc-lp #anc-hero {
    background-position: calc(50% + 80px) center;
    align-items: flex-start !important;
    padding-left: 7vw;
    min-height: 900px;
    height: 95dvh;
  }
  #anc-lp #anc-hero .anc-btn {
    font-size: 12px;
  }
  #anc-lp #anc-hero p.pb4 {
    font-size: 13px;
    padding-bottom: 20px;
  }
  #anc-lp #anc-benefits div.mh4 {
    margin: 0px;
    width: 100%;
  }
  #anc-lp #anc-comparative-table .mh5 {
    margin: 0px;
  }
  #anc-lp #anc-never-list div.mh6 {
    margin: 0px;
  }
}
@media (max-width: 840px) {
  #anc-lp #anc-statement.anc-container {
    padding: 100px 20px 50px 0px !important;
    height: auto;
  }
  #anc-lp #anc-statement .content {
    padding-left: 20px;
  }
  #anc-lp #anc-statement .anc-badge-1 {
    width: 140px;
    top: -70px;
    left: calc(50% - 65px);
  }
  #anc-lp #anc-statement .anc-statement-6 {
    top: 20%;
    width: 60px;
  }
  #anc-lp #anc-statement .background {
    padding: 20px 0px;
    position: static;
    width: 100%;
    height: auto;
    transform: rotate(90deg);
    left: 0px;
  }
  #anc-lp #anc-ingredients {
    padding-bottom: 60px;
  }
  #anc-lp #anc-benefits {
    margin-bottom: 50px;
  }
  #anc-lp #anc-benefits h2 {
    font-size: 32px;
  }
  #anc-lp #anc-benefits img.hidden-desktop {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    display: block;
  }
  #anc-lp #anc-benefits .content {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }
  #anc-lp #anc-benefits .sticker {
    width: 60px;
    height: 60px;
  }
  #anc-lp #anc-benefits .sticker-1 {
    top: 0;
    left: auto;
    right: 10%;
  }
  #anc-lp #anc-benefits .sticker-2 {
    bottom: 80px;
    left: -20px;
  }
  #anc-lp #anc-benefits .sticker-3 {
    left: 80%;
  }
  #anc-lp #anc-vets {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #anc-lp #anc-vets h4 {
    font-size: 20px;
  }
  #anc-lp #anc-vets .vets-card {
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: 100%;
    padding: 0;
  }
  #anc-lp #anc-vets .vets-card .vets-card-statement {
    font-size: 22px;
    grid-area: 1/1/2/3;
  }
  #anc-lp #anc-vets .vets-card .vets-card-image {
    grid-area: 2/2/3/3;
    width: 70px;
    height: 70px;
  }
  #anc-lp #anc-vets .vets-card .vets-card-details {
    grid-area: 2/1/3/2;
  }
  #anc-lp #anc-vets .vets-card .vets-card-details p {
    font-size: 13px;
  }
  #anc-lp #anc-comparative-table .table-container {
    padding: 20px 0px 54px 16px;
    isolation: isolate;
    margin: 0px;
    overflow-x: auto;
  }
  #anc-lp #anc-comparative-table .scroll-wrapper {
    overflow-x: auto;
    scrollbar-color: #01b273 #fff;
    scrollbar-width: thin;
    position: relative;
  }
  #anc-lp #anc-comparative-table .scroll-wrapper::-webkit-scrollbar {
    height: 6px;
    background: #fff;
    border-radius: 10px;
  }
  #anc-lp #anc-comparative-table .scroll-wrapper::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
  #anc-lp #anc-comparative-table .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #01b273;
    border-radius: 10px;
    border: none;
  }
  #anc-lp #anc-comparative-table table {
    min-width: 640px;
    border-collapse: collapse;
  }
  #anc-lp #anc-comparative-table table .col-first {
    background: #fff;
    position: sticky;
    z-index: 5;
    left: 0;
    font-size: 14px;
    width: 90px;
  }
  #anc-lp #anc-comparative-table table thead th.col-first {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: -4px;
  }
  #anc-lp #anc-comparative-table table thead th:not(.col-first) {
    font-size: 8px;
  }
  #anc-lp #anc-comparative-table table tbody td:not(.col-first) {
    padding: 8px 6px;
  }
  #anc-lp #anc-comparative-table table tbody tr:last-child td.col-first {
    background-color: white;
  }
  #anc-lp #anc-comparative-table table tbody tr:last-child td:not(.col-first) * {
    font-size: 10px;
  }
  #anc-lp #anc-comparative-table table tbody .dot {
    width: 10px;
    height: 10px;
  }
  #anc-lp #anc-statistics {
    min-height: 800px;
    height: auto;
    background-position: bottom;
  }
  #anc-lp #anc-statistics h3 {
    font-size: 32px;
  }
  #anc-lp #anc-statistics div.flex-wrap.items-end {
    align-items: flex-start;
  }
  #anc-lp #anc-statistics p {
    margin-bottom: 40px;
  }
  #anc-lp #anc-statistics div.flex.items-center {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #anc-lp #anc-statistics h2.pr4 {
    font-size: 48px;
    padding-right: 0px;
  }
  #anc-lp #anc-statistics h3 br,
  #anc-lp #anc-statistics p br {
    display: none;
  }
  #anc-lp #anc-never-list div.w-40 {
    width: 100%;
  }
  #anc-lp #anc-never-list h3 {
    font-size: 22px;
  }
  #anc-lp #anc-never-list p {
    font-size: 13px;
  }
  #anc-lp #anc-never-list .list p {
    padding: 4px 0px;
  }
  #anc-lp #anc-never-list div.pa5 {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #anc-lp #anc-hero {
    padding-top: 215px;
  }
}
@media (max-width: 767px) {
  #anc-lp #anc-hero {
    padding-top: 120px;
  }
}