*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
  background-color: #091922;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.pd {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 900px) {
  .pd {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  min-height: 56px;
  padding: 10px 18px 10px 22px;
  border: 0;
  border-radius: 50px;
  background-image: linear-gradient(to right, #35f60f, #1fa604);
  color: #12384d;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.btn::after {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/cart.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:hover, .btn:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .btn {
    gap: 24px;
    max-width: 430px;
    min-height: 80px;
    padding: 5px 24px 5px 64px;
    font-size: 32px;
  }
  .btn::after {
    width: 68px;
    height: 68px;
  }
}

.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-image: linear-gradient(90deg, #12384d 0%, #206489 51.44%, #12384d 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-block: 8px;
}
@media (min-width: 900px) {
  .site-header .container {
    justify-content: space-between;
  }
}

.header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
}

.header__logo-icon {
  height: 56px;
  width: auto;
}

.header__nav {
  display: none;
}
@media (min-width: 900px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
.header__nav a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header__nav a:hover {
  color: #ffc25a;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #091922;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__stage {
  position: relative;
  isolation: isolate;
  width: 148.742%;
  margin-left: -20.883%;
}
.hero__gummies {
  position: absolute;
  z-index: 1;
  left: 13.397%;
  top: 13.912%;
  width: 70.703%;
  height: auto;
  transform-origin: 50% 65%;
  animation: gummies-float 6s ease-in-out infinite;
  will-change: transform;
}
.hero__potes {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.hero__selo {
  position: absolute;
  z-index: 3;
  left: 30.428%;
  top: 25.089%;
  width: 6.282%;
  height: auto;
}
@media (min-width: 900px) {
  .hero__stage {
    width: 56.575%;
    margin-left: 23.802%;
  }
  .hero__gummies {
    left: 9.574%;
  }
  .hero__selo {
    left: 26.606%;
  }
}

@keyframes gummies-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1, 1);
  }
  25% {
    transform: translateY(-2.2%) rotate(-1.4deg) scale(0.995, 1.008);
  }
  50% {
    transform: translateY(0.4%) rotate(0deg) scale(1.006, 0.99);
  }
  75% {
    transform: translateY(-1.4%) rotate(1.4deg) scale(0.995, 1.008);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__gummies {
    animation: none;
  }
}
.txt {
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  background-image: linear-gradient(270deg, #f28a1a 0%, #ffc25a 32.581%, #ffc25a 69.608%, #f28a1a 100%);
  color: #12384d;
  overflow-x: hidden;
}
.txt__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  min-width: 0;
}
.txt__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
}
.txt__eyebrow {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  white-space: nowrap;
}
.txt__title {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  word-break: break-word;
}
.txt__title strong {
  font-weight: 700;
}
.txt__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  width: 100%;
}
.txt__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}
@media (min-width: 900px) {
  .txt__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .txt__intro {
    flex: 1;
    max-width: 580px;
    gap: 16px;
  }
  .txt__eyebrow {
    font-size: 16px;
    letter-spacing: 0.42em;
  }
  .txt__title {
    font-size: 48px;
    line-height: 1.3;
  }
  .txt__content {
    flex: 1;
    max-width: 522px;
    gap: 24px;
  }
  .txt__lead {
    font-size: 20px;
    line-height: 26px;
  }
}

.benefits {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #0a2737;
}
.benefits.pd {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.benefits__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.benefits__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.benefits__container {
  position: relative;
  z-index: 3;
}
.benefits__scene {
  display: none;
}
.benefits__potes {
  display: block;
  width: 140%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  margin-left: -20%;
  margin-right: -20%;
}
@media (max-width: 768px) {
  .benefits__potes {
    width: 135%;
    transform: none;
  }
}
.benefits__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 40px 0;
}
.benefits__text > *:first-child {
  margin-top: 0;
}
.benefits__text > *:last-child {
  margin-bottom: 0;
}
.benefits__title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}
.benefits__title span {
  color: #f28a1a;
}
.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.benefits__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid #313131;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  overflow-wrap: break-word;
}
.benefits__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .benefits {
    display: flex;
    align-items: center;
    min-height: 43.5vw;
  }
  .benefits__container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .benefits__scene {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 1920/994.119;
    pointer-events: none;
  }
  .benefits__bar {
    position: absolute;
    right: -2.135%;
    top: 18.752%;
    width: 3.49%;
    height: 55.225%;
    border-radius: 999px;
    background-color: #f28a1a;
  }
  .benefits__leaf {
    position: absolute;
    height: auto;
  }
  .benefits__leaf--right {
    left: 80%;
    top: 62%;
    width: 21%;
  }
  .benefits__leaf--left {
    left: 10%;
    top: 79%;
    width: 17.675%;
  }
  .benefits__potes {
    position: absolute;
    z-index: 2;
    left: 3.136%;
    bottom: 0;
    width: 61.539%;
    margin: 0;
  }
  .benefits__text {
    width: 565px;
    margin-left: auto;
    gap: 20px;
    padding: 80px 0;
  }
  .benefits__title {
    font-size: 40px;
    line-height: 1.2;
  }
  .benefits__list {
    gap: 14px;
  }
  .benefits__item {
    gap: 16px;
    padding: 14px 24px;
    font-size: 18px;
  }
  .benefits__icon {
    width: 28px;
    height: 28px;
  }
}

.ingredients {
  background-color: #ffffff;
  color: #12384d;
}
.ingredients__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ingredients__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-align: center;
}
.ingredients__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.ingredients__lead {
  margin: 0;
  max-width: 1011px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.ingredients__carousel {
  width: 100%;
}
.ingredients__track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ingredients__track::-webkit-scrollbar {
  display: none;
}
.ingredients__card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 8px;
  background-color: #12384d;
  color: #f7f3ec;
}
.ingredients__thumb {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ingredients__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  overflow-wrap: break-word;
}
.ingredients__name {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.ingredients__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.ingredients__arrows {
  display: flex;
  align-items: flex-start;
  gap: 24.533px;
}
.ingredients__arrow {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.ingredients__arrow img {
  display: block;
  width: 48px;
  height: auto;
}
.ingredients__arrow--prev img {
  transform: rotate(180deg);
}
.ingredients__arrow:hover:not(:disabled) {
  transform: translateY(-2px);
}
.ingredients__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
@media (min-width: 900px) {
  .ingredients__title {
    font-size: 48px;
  }
  .ingredients__lead {
    font-size: 20px;
    line-height: 26px;
  }
  .ingredients__track {
    gap: 32px;
  }
  .ingredients__card {
    flex-basis: calc((100% - 64px) / 3);
    gap: 32px;
    padding: 40px;
  }
  .ingredients__thumb {
    height: 256px;
  }
  .ingredients__name {
    font-size: 24px;
  }
  .ingredients__desc {
    font-size: 18px;
  }
  .ingredients__arrow img {
    width: 63.633px;
  }
}

.about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #0a2737;
}
.about__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__container {
  position: relative;
  z-index: 3;
}
.about__bar {
  position: absolute;
  z-index: 1;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 180px;
  border-radius: 999px;
  background-color: #f28a1a;
}
.about__scene {
  position: relative;
  z-index: 2;
  width: 220%;
  margin-top: 32px;
  margin-left: -99.169%;
  aspect-ratio: 1920/823;
}
.about__gummies {
  position: absolute;
  z-index: 2;
  left: 48.176%;
  top: 30.427%;
  width: 33.699%;
  height: auto;
  max-width: none;
}
.about__potes {
  position: absolute;
  z-index: 3;
  left: 39.734%;
  top: -3.595%;
  width: 56.14%;
  height: auto;
  max-width: none;
}
.about__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.about__title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: #f28a1a;
}
.about__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.about__body p {
  margin: 0;
}
@media (min-width: 900px) {
  .about {
    display: flex;
    align-items: center;
    min-height: 42.865vw;
  }
  .about__container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .about__bar {
    left: -1.458%;
    width: 3.49%;
    height: 28.594vw;
  }
  .about__scene {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0;
    pointer-events: none;
  }
  .about__text {
    width: 481px;
    gap: 32px;
  }
  .about__title {
    font-size: 40px;
  }
  .about__body {
    width: 478px;
    font-size: 20px;
    line-height: 26px;
    gap: 26px;
  }
}

.divisor {
  position: relative;
  z-index: 2;
  margin-top: -2px;
  width: 100%;
  border-top: 3px solid #034752;
  background: linear-gradient(-90deg, #f28a1a 0%, #ffc25a 32.581%, #ffc25a 69.608%, #f28a1a 100%);
  backdrop-filter: blur(100px);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.divisor::before, .divisor::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  z-index: 2;
  pointer-events: none;
}
.divisor::before {
  left: 0;
  background: linear-gradient(to right, #f28a1a, rgba(242, 138, 26, 0));
}
.divisor::after {
  right: 0;
  background: linear-gradient(to left, #f28a1a, rgba(242, 138, 26, 0));
}
.divisor__inner {
  width: 100%;
  max-width: 1600px;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (min-width: 1281px) {
  .divisor__inner {
    padding: 60px 320px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1280px) {
  .divisor__inner {
    padding: 40px 40px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .divisor__inner {
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    padding: 0;
    gap: 0;
    flex-wrap: nowrap;
    animation: divisor-marquee 22s linear infinite;
  }
  .divisor__inner:hover {
    animation-play-state: paused;
  }
}
.divisor__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 20px 20px;
}
.divisor__item + .divisor__item::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 53px;
  background: rgba(5, 5, 5, 0.2);
}
@media (max-width: 1280px) {
  .divisor__item + .divisor__item::before {
    left: -12px;
  }
}
.divisor__item img {
  flex-shrink: 0;
  width: 22.5px;
  height: 22.5px;
  display: block;
}
.divisor__item span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #050505;
  text-align: center;
  white-space: nowrap;
}

@keyframes divisor-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonials {
  background-color: #0a2737;
  color: #f7f3ec;
}
.testimonials__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.testimonials__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.testimonials__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.testimonials__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.testimonials__carousel {
  position: relative;
  width: 100%;
}
.testimonials__track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonials__track::-webkit-scrollbar {
  display: none;
}
.testimonials__card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border: 1px solid #626262;
  border-radius: 8px;
  background-color: #12384d;
  overflow: hidden;
}
.testimonials__photo {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.testimonials__stars {
  width: 100px;
  height: auto;
}
.testimonials__quote {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow-wrap: break-word;
}
.testimonials__quote p {
  margin: 0;
}
.testimonials__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.testimonials__name {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.testimonials__verified {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
.testimonials__verified img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.testimonials__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.testimonials__arrow {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.testimonials__arrow img {
  display: block;
  width: 48px;
  height: auto;
}
.testimonials__arrow--prev img {
  transform: rotate(180deg);
}
.testimonials__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
@media (min-width: 900px) {
  .testimonials__title {
    font-size: 48px;
  }
  .testimonials__lead {
    font-size: 20px;
    line-height: 26px;
  }
  .testimonials__track {
    gap: 32px;
  }
  .testimonials__card {
    flex-basis: calc((100% - 32px) / 2);
    gap: 32px;
    padding: 40px;
  }
  .testimonials__photo {
    height: 430px;
  }
  .testimonials__stars {
    width: 130px;
  }
  .testimonials__quote {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonials__name {
    font-size: 24px;
  }
  .testimonials__verified {
    font-size: 14px;
  }
  .testimonials__verified img {
    width: 28px;
    height: 28px;
  }
  .testimonials__arrows {
    display: contents;
  }
  .testimonials__arrow {
    position: absolute;
    z-index: 2;
    top: 35%;
    transform: translateY(-50%);
  }
  .testimonials__arrow--prev {
    left: -43px;
  }
  .testimonials__arrow--next {
    right: -43px;
  }
  .testimonials__arrow:hover:not(:disabled) {
    transform: translateY(-50%) scale(1.08);
  }
  .testimonials__arrow img {
    width: 66px;
  }
}

.shipping {
  width: 100%;
  border-top: 3px solid #034752;
  backdrop-filter: blur(100px);
  background-image: linear-gradient(90deg, #f28a1a 0%, #ffc25a 32.58%, #ffc25a 69.61%, #f28a1a 100%);
}
.shipping__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .shipping__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    padding: 40px 0;
  }
}
.shipping__truck {
  flex-shrink: 0;
  width: 150.5px;
  height: 82.27px;
}
.shipping__truck img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .shipping__truck {
    width: 130px;
    height: auto;
  }
}
.shipping__txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  word-break: break-word;
}
@media (max-width: 768px) {
  .shipping__txt {
    width: 100%;
    align-items: flex-start;
  }
}
.shipping__title {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  color: #101010;
}
@media (max-width: 480px) {
  .shipping__title {
    font-size: 28px;
  }
}
.shipping__note {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #101010;
}
@media (max-width: 480px) {
  .shipping__note {
    font-size: 16px;
  }
}

.area-kits {
  background-color: #ffffff;
}
.area-kits .container {
  width: 95%;
}
.area-kits .container .title {
  margin-top: 10px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #12384D;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .area-kits .container .title {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
}
.area-kits .container .title b {
  color: #d4a84f;
  font-weight: 600;
}
@media (max-width: 768px) {
  .area-kits .container .title b {
    font-size: 28px !important;
  }
}
.area-kits .container .sub {
  margin-bottom: 42px;
  color: #12384D;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .area-kits .container .sub {
    font-size: 15px;
  }
}
.area-kits .container > ul {
  margin-bottom: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: flex-end;
  width: 100%;
  list-style: none;
  padding: 0;
}
@media (max-width: 900px) {
  .area-kits .container > ul {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24px;
  }
}
.area-kits .container > ul .kit-option > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #12384d;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.6s;
  border: 1px solid rgba(13, 42, 69, 0.4);
  background: #F5F5F5;
}
.area-kits .container > ul .kit-option > a:hover {
  transform: scale(1.01);
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.area-kits .container > ul .kit-option > a .header {
  font-size: 24px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  color: #12384D;
  text-transform: uppercase;
  padding: 16px;
  line-height: 1;
  background: var(--Gradient-gradiente, linear-gradient(90deg, #999 0%, #FFF 50%, #999 100%));
  font-weight: 500;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .header {
    grid-column: -1/1;
    font-size: 18px;
  }
}
.area-kits .container > ul .kit-option > a .main {
  padding: 16px 12px 0;
  width: 100%;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .main {
    padding: 16px 0 16px 10px;
  }
}
.area-kits .container > ul .kit-option > a .main strong {
  font-size: 48px;
  font-weight: 700;
  display: block;
  color: #021956;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .main strong {
    font-size: 24px;
    margin-top: -35px;
  }
}
@media (max-width: 370px) {
  .area-kits .container > ul .kit-option > a .main strong {
    font-size: 22px;
  }
}
.area-kits .container > ul .kit-option > a .main .days {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #12384D;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .main .days {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.area-kits .container > ul .kit-option > a .main .area-img {
  position: relative;
}
.area-kits .container > ul .kit-option > a .main .area-img img:not(.frete) {
  height: 267px;
  position: relative;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .main .area-img img:not(.frete) {
    height: auto;
    width: 100%;
    transform: scale(1.14);
  }
}
.area-kits .container > ul .kit-option > a .main .area-img .save {
  position: absolute;
  z-index: 10;
  bottom: 145px;
  right: 9%;
  background: #c1121f;
  width: 76px;
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: path("M17.7195 67.0419C15.2814 67.0599 12.936 66.1086 11.1993 64.3974C9.46259 62.6861 8.47679 60.3551 8.45877 57.917L8.4279 53.7385C8.40858 51.3112 7.43004 48.99 5.70579 47.2815L2.7592 44.3781C1.89378 43.5302 1.20452 42.5195 0.731039 41.4043C0.257558 40.289 0.00920217 39.0912 0.000250915 37.8796C-0.00870034 36.6681 0.22193 35.4667 0.678881 34.3446C1.13583 33.2225 1.81009 32.2017 2.66288 31.3411L5.56625 28.3945C7.26507 26.6607 8.2092 24.3253 8.19266 21.898L8.16179 17.7195C8.14377 15.2814 9.09502 12.936 10.8063 11.1993C12.5175 9.46258 14.8486 8.47678 17.2867 8.45877L21.4652 8.42791C23.8925 8.40859 26.2136 7.43004 27.9222 5.70579L30.8255 2.75921C31.6735 1.89379 32.6841 1.20452 33.7994 0.731046C34.9146 0.257561 36.1125 0.00920216 37.324 0.000250912C38.5356 -0.00870034 39.737 0.221932 40.8591 0.678887C41.9812 1.13583 43.0019 1.81009 43.8626 2.66288L46.8092 5.56625C48.543 7.26507 50.8783 8.2092 53.3057 8.19265L57.4842 8.16179C59.9223 8.14378 62.2676 9.09502 64.0044 10.8063C65.7411 12.5175 66.7269 14.8486 66.7449 17.2866L66.7758 21.4652C66.7951 23.8925 67.7736 26.2136 69.4979 27.9222L72.4445 30.8255C73.3099 31.6735 73.9991 32.6841 74.4726 33.7994C74.9461 34.9146 75.1945 36.1125 75.2034 37.324C75.2124 38.5356 74.9817 39.737 74.5248 40.8591C74.0678 41.9812 73.3936 43.0019 72.5408 43.8626L69.6374 46.8091C67.9386 48.543 66.9945 50.8783 67.011 53.3056L67.0419 57.4842C67.0599 59.9222 66.1086 62.2676 64.3974 64.0043C62.6862 65.7411 60.3551 66.7269 57.917 66.7449L53.7385 66.7757C51.3112 66.7951 48.99 67.7736 47.2815 69.4979L44.3781 72.4444C43.5302 73.3099 42.5195 73.9991 41.4043 74.4726C40.289 74.9461 39.0912 75.1944 37.8796 75.2034C36.6681 75.2123 35.4667 74.9817 34.3446 74.5248C33.2225 74.0678 32.2017 73.3936 31.3411 72.5408L28.3945 69.6374C26.6607 67.9386 24.3253 66.9944 21.898 67.011L17.7195 67.0419Z");
}
.area-kits .container > ul .kit-option > a .main .area-img .save b {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .main .area-img .save b {
    font-size: 14px;
  }
}
.area-kits .container > ul .kit-option > a .main .area-img .save b small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .main .area-img .save b small {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .main .area-img .save {
    right: 0;
    bottom: 60px;
    transform: scale(0.6);
    transform-origin: bottom right;
  }
}
.area-kits .container > ul .kit-option > a .footer {
  padding: 0 16px 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer {
    padding: 16px 10px 20px;
  }
}
.area-kits .container > ul .kit-option > a .footer .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  margin-bottom: 16px;
  padding-top: 16px;
}
.area-kits .container > ul .kit-option > a .footer .price strong {
  color: #12384D;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.area-kits .container > ul .kit-option > a .footer .price strong small {
  font-size: 24px;
  font-weight: 400;
  color: #12384D;
  padding-bottom: 6px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .price strong small {
    margin-bottom: -3px;
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .price strong {
    font-size: 36px;
  }
}
.area-kits .container > ul .kit-option > a .footer ul.garantias {
  list-style: none;
  padding: 0 4px 0 24px;
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
}
.area-kits .container > ul .kit-option > a .footer ul.garantias .garantia-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background: transparent;
  text-align: left;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer ul.garantias .garantia-item {
    font-size: 13px;
    white-space: nowrap;
  }
}
.area-kits .container > ul .kit-option > a .footer ul.garantias .garantia-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.area-kits .container > ul .kit-option > a .footer .button {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  max-width: 340px;
}
.area-kits .container > ul .kit-option > a .footer .button img:first-child {
  width: 100%;
  display: block;
}
.area-kits .container > ul .kit-option > a .footer .cursor {
  position: absolute;
  width: 60px;
  transform: rotate(-20deg);
  right: 0;
  z-index: 10;
  top: 20px;
  animation: scrollClick 2.5s ease-in-out infinite;
  transform-origin: center center;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .cursor {
    width: 30px;
  }
}
.area-kits .container > ul .kit-option > a .footer .bandeiras {
  width: 80%;
  margin: 0 auto 12px;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .bandeiras {
    width: 100%;
  }
}
.area-kits .container > ul .kit-option > a .footer .valores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.area-kits .container > ul .kit-option > a .footer .valores.mb {
  display: none;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .valores.mb {
    display: flex;
  }
}
.area-kits .container > ul .kit-option > a .footer .valores.dk {
  display: flex;
}
.area-kits .container > ul .kit-option > a .footer .valores span {
  color: #12384D;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .valores span {
    font-size: 16px;
  }
}
.area-kits .container > ul .kit-option > a .footer .valores s {
  text-decoration: line-through;
  text-decoration-color: #c1121f;
  font-weight: 500;
  color: #12384D;
  font-size: 22px;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .valores s {
    font-size: 16px;
  }
}
.area-kits .container > ul .kit-option > a .footer .valores b {
  color: #12384D;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .valores b {
    font-size: 16px;
  }
}
.area-kits .container > ul .kit-option > a .footer .valores small {
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .area-kits .container > ul .kit-option > a .footer .valores small {
    font-size: 11px;
  }
}
.area-kits .container > ul .best-option > a {
  border: 2px solid #FFD902;
  background: #FFF5E5;
}
.area-kits .container > ul .best-option > a .header {
  background: linear-gradient(270deg, #F28A1A 0%, #FFC573 23.08%, #FFC573 49.52%, #FFC573 72.65%, #F28A1A 100%);
  color: #12384D;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.area-kits .container > ul .best-option > a .main strong {
  color: #12384D;
}
.area-kits .container > ul .best-option > a .price strong {
  font-size: 58px;
  color: #12384D;
}
@media (max-width: 900px) {
  .area-kits .container > ul .best-option > a .price strong {
    font-size: 36px;
  }
}
.area-kits .container > ul .best-option > a .footer {
  background: transparent;
}
.area-kits .container > ul .best-option > a .footer .button {
  max-width: 100%;
}
.area-kits .container > ul .best-option > a .footer .valores b {
  color: #021956;
}
@media (max-width: 900px) {
  .area-kits .container > ul .best-option {
    grid-row: 1;
  }
  .area-kits .container > ul .k3 {
    grid-row: 2;
  }
  .area-kits .container > ul .k1 {
    grid-row: 3;
  }
}
.area-kits .container .medalhas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.area-kits .container .medalhas img {
  width: 105px;
  height: auto;
}
@media (max-width: 900px) {
  .area-kits .container .medalhas {
    gap: 10px;
  }
  .area-kits .container .medalhas img {
    width: 50px;
  }
}

.guarantee {
  position: relative;
  background-image: url("../img/GuaranteeGB.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 118px;
  padding: 80px 71px;
  overflow: hidden;
  width: 100%;
  min-height: 467px;
}
.guarantee__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.guarantee__bg::before {
  content: "";
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  mix-blend-mode: plus-lighter;
}
.guarantee__bg::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 10%;
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(17, 104, 0, 0.12) 0%, transparent 70%);
  mix-blend-mode: screen;
}
.guarantee__badge {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 389px;
  height: 389px;
}
.guarantee__badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.guarantee__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 607px;
}
.guarantee__text-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.guarantee__heading {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #ffffff;
}
.guarantee__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #CFCFCF;
}
@media (max-width: 1024px) {
  .guarantee {
    gap: 60px;
    padding: 60px 40px;
  }
  .guarantee .guarantee__content {
    width: auto;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .guarantee {
    flex-direction: column;
    gap: 40px;
    padding: 60px 24px;
    text-align: center;
    align-items: center;
  }
  .guarantee .guarantee__badge {
    width: 200px;
    height: 200px;
  }
  .guarantee .guarantee__content {
    width: 100%;
    align-items: center;
  }
  .guarantee .guarantee__heading {
    font-size: 28px;
  }
  .guarantee .guarantee__description {
    font-size: 16px;
  }
}

.faq {
  background-color: #ffffff;
  border-top: 1px solid #ffd755;
  border-bottom: 1px solid #ffd755;
}
.faq__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .faq__content {
    gap: 32px;
  }
}
.faq__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #12384D;
}
.faq__title span {
  color: #f28a1a;
}
@media (min-width: 900px) {
  .faq__title {
    font-size: 48px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.faq__item {
  overflow: hidden;
  border-radius: 16px;
  background-color: #12384d;
}
.faq__item[open] {
  border-radius: 10px;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question:focus-visible {
  outline: 2px solid #ffc25a;
  outline-offset: 2px;
}
@media (min-width: 900px) {
  .faq__question {
    padding: 20px 16px;
    font-size: 20px;
    line-height: 26px;
  }
}
.faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease;
}
@media (min-width: 900px) {
  .faq__icon {
    width: 32px;
    height: 32px;
  }
}
.faq__item[open] .faq__question {
  border-radius: 10px;
  background-color: #f28a1a;
  color: #101010;
}
.faq__item[open] .faq__icon {
  transform: rotate(180deg);
}
.faq__answer {
  padding: 16px 16px 24px;
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .faq__answer {
    font-size: 16px;
  }
}

footer {
  background: #0B2D41;
}
footer .pd {
  padding: 0;
}
footer .footer-logo {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  max-width: 250px;
  height: auto;
}
footer .container {
  max-width: 1190px;
}
footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
  flex-wrap: wrap;
}
footer nav a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 900px) {
  footer nav a {
    font-size: 16px;
  }
}
footer nav a:hover {
  color: #d6eeff;
  text-decoration: underline;
}
footer .disclaimer {
  padding: 24px 32px;
  border-top: 1px solid #D6EEFF;
}
@media (max-width: 900px) {
  footer .disclaimer {
    padding: 16px;
  }
}
footer .disclaimer p {
  max-width: 880px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  footer .disclaimer p {
    font-size: 14px;
  }
}
footer .copy {
  text-align: center;
  display: block;
  background: linear-gradient(270deg, #F28A1A 0%, #FFC25A 32.58%, #FFC25A 69.61%, #F28A1A 100%);
  padding: 32px 5%;
  color: #0D2A45;
  font-size: 14px;
}
footer .copy * {
  color: currentColor;
}

/*# sourceMappingURL=style.css.map */
