.tw {
  text-align: center;
  background-color: #1E1E1E;
  padding-bottom: 100px;
}
.tw img {
  -webkit-user-select: none;
          user-select: none;
}
.tw-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("/lp/Amazing-Places-Twinkly/Images/hero-bg.webp") no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-inline: 1rem;
}
.tw-top-img {
  margin-bottom: 50px;
  max-width: 100%;
}
.tw-top-h1 {
  max-width: 662px;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 35px;
}
.tw-top-icons {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  transform: translateY(50%);
}
.tw-top-icons-box {
  min-width: 200px;
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #CAA061;
  background: #141414;
  border-radius: 25px;
  padding: 42px 25px;
  gap: 24px;
}
.tw-top-icons-box-text {
  font-size: 20px;
  line-height: 24px;
}
.tw-h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 80px;
  margin-inline: auto;
  text-align: center;
  padding-inline: 1rem;
  padding-top: 250px;
  color: #CAA061;
}
.tw-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 1rem;
  gap: 150px;
  margin-bottom: 150px;
}
.tw-products-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
.tw-products-row:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
.tw-products-row-picture img {
  max-width: 100%;
}
.tw-products-row-textwrap {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
}
.tw-products-row-textwrap .product {
  font-size: 18px;
  line-height: 24px;
  color: #CAA061;
  margin-bottom: 20px;
}
.tw-products-row-textwrap .claim {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}
.tw-products-row-textwrap .discount {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 35px;
}
.tw-products-row-textwrap .priceBefore {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.tw-products-row-textwrap .priceAfter {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.tw-bottom {
  max-width: 1425px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px;
  background: #F5F5F7;
  border-radius: 25px;
  gap: 150px;
}
.tw-bottom-picture img {
  max-width: 100%;
}
.tw-bottom-textwrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.tw-bottom-textwrap a {
  width: 180px;
}
.tw-bottom-textwrap-h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
.tw-bottom-textwrap-text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1500px) {
  .tw-bottom {
    margin-inline: 1rem;
    width: unset;
  }
}
@media screen and (max-width: 1150px) {
  .tw-products-row {
    gap: 25px;
  }
  .tw-products-row .btn {
    width: 250px;
    max-width: 100%;
  }
  .tw-bottom {
    gap: 50px;
  }
  .tw-products {
    gap: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 750px) {
  .tw-top-icons {
    transform: unset;
    padding-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .tw-h2 {
    padding-top: 50px;
    margin-bottom: 5px;
  }
  .tw-products-row {
    flex-direction: column !important;
  }
  .tw-products-row-textwrap {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  .tw-products-row-picture img {
    max-width: 100%;
    width: 500px;
  }
  .tw-bottom {
    flex-direction: column;
  }
  .tw-bottom-textwrap {
    text-align: center;
    align-items: center;
  }
  .tw-bottom-picture img {
    max-width: 100%;
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .tw-top {
    padding-top: 50px;
  }
  .tw-top-img {
    width: 250px;
  }
}
@media screen and (max-width: 450px) {
  .tw-top-icons-box {
    flex: 1 1 100%;
  }
}
.aos-init img {
  filter: brightness(0.2);
}
.aos-animate img {
  filter: brightness(1);
}