@charset "UTF-8";
html {
  font-size: 10px;
  margin: 0 !important;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
}

.full {
  width: 100%;
}

.header {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.header-container {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .header-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .header-container {
    justify-content: center;
  }
}
.header-container-logo img {
  max-width: 20rem;
}
@media screen and (max-width: 750px) {
  .header-container-button {
    display: none;
  }
}
.header-container-button a button {
  border: none;
  padding: 1rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  border-radius: 0.4rem;
  font-weight: 600;
  cursor: pointer;
}

.footer {
  background-color: #303030;
  text-align: center;
}
.footer p {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  font-size: 1.4rem;
  color: #e2e2e2;
}
@media screen and (max-width: 1100px) {
  .footer p {
    padding: 1rem 2rem;
  }
}
.footer-container {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .footer-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-container-logo img {
  max-width: 22rem;
}
.footer-container-legals {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .footer-container-legals {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.footer-container-legals a {
  color: #e2e2e2;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

body {
  color: black;
  font-family: "Poppins", sans-serif;
}

.mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 750px) {
  .desktop {
    display: none;
  }
}

.top-bar {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
}
@media screen and (max-width: 1100px) {
  .top-bar {
    padding: 1rem 2rem;
  }
}
.top-bar-container-title h1 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 915px) {
  .top-bar-container-title h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 550px) {
  .top-bar-container-title h1 {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
.top-bar-container-subtitle h2 {
  font-size: 2.9rem;
  margin: 1rem 0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-bar-container-subtitle h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1750px) {
  .top-bar-container-subtitle h2 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .top-bar-container-article {
    margin-top: 0.5rem;
  }
}
.top-bar-container-article p:first-child {
  margin-top: 2rem;
}
.top-bar-container-article p {
  font-size: 2rem;
  line-height: 1.5;
  color: black;
}

.content-section {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
}
@media screen and (max-width: 1100px) {
  .content-section {
    padding: 1rem 2rem;
  }
}
.content-section-container-title h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .content-section-container-title h2 {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
.content-section-container-image {
  max-width: 100%;
  text-align: center;
  margin: 1rem 0 2rem;
}
.content-section-container-image img {
  max-width: 100%;
}
.content-section-container-article {
  font-size: 2rem;
  line-height: 1.5;
}

.bundles {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
}
.bundles a {
  text-decoration: none !important;
}
@media screen and (max-width: 1100px) {
  .bundles {
    padding: 1rem 2rem;
  }
}
.bundles-container {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 750px) {
  .bundles-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.bundles-container .bundle {
  border: 1px solid #acaaaa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 1.5rem;
  padding: 1rem 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bundles-container .bundle {
    padding: 2rem 0.5rem;
  }
}
.bundles-container .bundle-title h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #000;
}
.bundles-container .bundle-image img {
  max-width: 100%;
}
.bundles-container .bundle-price {
  font-size: 5rem;
  font-weight: 600;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .bundles-container .bundle-price {
    font-size: 4.5rem;
  }
}
.bundles-container .bundle-price span {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .bundles-container .bundle-price span {
    font-size: 1.6rem;
  }
}
.bundles-container .bundle-under-price {
  font-size: 2.2rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .bundles-container .bundle-under-price {
    font-size: 1.4rem;
  }
}
.bundles-container .bundle-under-price p {
  margin: 0 0 1rem 0;
}
.bundles-container .bundle-button {
  font-size: 2.25rem;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 3rem;
}
.bundles-container .bundle-button a {
  display: inline-flex;
  text-transform: uppercase;
}
.bundles-container .bundle-prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 2.8rem;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .bundles-container .bundle-prices {
    font-size: 2.8rem;
  }
}
.bundles-container .bundle-prices p {
  margin: 1rem 0;
}
.bundles-container .bundle-prices-previous {
  text-decoration: line-through;
}
.bundles-container .bundle-prices-previous p {
  margin: 1rem 0;
}
.bundles-container .bundle:hover {
  /* Scale up slightly to create the “popup” or “zoom” effect */
  transform: scale(1.05);
  /* Add or increase box-shadow to give the appearance of depth */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.index {
  background-color: #f5f5f5;
}
.index-container {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
}
@media screen and (max-width: 1100px) {
  .index-container {
    padding: 1rem 2rem;
  }
}
.index-container-title {
  margin-top: 2rem;
}
.index-container-title h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .index-container-title h2 {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
.index-container-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 2rem 0;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 750px) {
  .index-container-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.index-container-section-list {
  flex: 30%;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.index-container-section-list-item {
  font-size: 2rem;
  margin: 1rem 0rem;
  padding: 1.6rem 1rem;
  cursor: pointer;
  border-radius: 1rem;
  text-align: left;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.index-container-section-list-item-index {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.5rem;
  margin: 0rem 1rem;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 0.7rem;
}
.index-container-section-list-item.active .index-container-section-list-item-index {
  background-color: #fff;
  color: #333;
  border-radius: 0.5rem;
}
.index-container-section-list-item.active .index-container-section-list-item-module {
  background-color: #333;
  color: #fff;
}
.index-container-section-list-item.active {
  background-color: #333;
  color: #fff;
}
.index-container-section-content {
  flex: 70%;
  padding: 2rem;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.index-container-section-content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .index-container-section-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .index-container-section-content h2 {
    font-size: 2.3rem;
  }
}
.index-container-section-content-section {
  display: none;
}
.index-container-section-content .active {
  display: block;
  text-align: justify;
}
.index-container-section-content .active h2 {
  text-align: left;
}

.product-cards {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .product-cards {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .product-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .product-cards {
    padding: 1rem 3.4rem;
  }
}
.product-cards-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
  border-radius: 1.5rem;
  padding: 0 0 2rem;
}
.product-cards-first-banner {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.product-cards-first-wrapper-image {
  padding: 3rem 2rem 1rem;
  margin-top: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-cards-first-wrapper-image img {
  max-width: 35rem;
}
@media screen and (max-width: 1000px) {
  .product-cards-first-wrapper-image img {
    max-width: 100%;
  }
}
.product-cards-first-wrapper-title {
  padding: 0 2rem;
}
.product-cards-first-wrapper-title h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .product-cards-first-wrapper-title h2 {
    font-size: 2.25rem;
  }
}
.product-cards-first-wrapper-article {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  padding: 0 6rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .product-cards-first-wrapper-article {
    padding: 0 4cqb;
  }
}
@media screen and (max-width: 750px) {
  .product-cards-first-wrapper-article {
    font-size: 1.9rem;
    padding: 0 3rem;
  }
}
.product-cards-first-wrapper-article p {
  margin-bottom: 2rem;
  text-align: justify;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .product-cards-first-wrapper-article p {
    font-size: 2rem;
  }
}
.product-cards-first-sec-wrapper-prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 4rem;
  font-weight: 700;
}
.product-cards-first-sec-wrapper-prices h3 {
  margin: 0 0 1rem;
  font-weight: 600;
}
.product-cards-first-sec-wrapper-prices-previous {
  font-size: 3.3rem;
  text-decoration: line-through;
  text-decoration-color: #acaaaa;
  color: #acaaaa;
}
.product-cards-first-sec-wrapper-button {
  margin-bottom: 1rem;
  padding: 0 2rem;
  display: inline-flex;
}
.product-cards-first-sec-wrapper-button a {
  text-decoration: none;
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.product-cards-upsell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  border: 4px solid #c5c5c5;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
  border-radius: 1.5rem;
  padding: 0 0 2rem;
  position: relative;
}
.product-cards-upsell .ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product-cards-upsell .ribbon {
    font-size: 20px;
  }
}
.product-cards-upsell .ribbon {
  --f: 0.5em; /* control the folded part */
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.5;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  -o-border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
     border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  -webkit-clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
          clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(29.2893218813%, -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #bd1550; /* the main color  */
}
.product-cards-upsell-banner {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.product-cards-upsell-wrapper-image {
  padding: 3rem 2rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-cards-upsell-wrapper-image img {
  max-width: 35rem;
}
@media screen and (max-width: 1000px) {
  .product-cards-upsell-wrapper-image img {
    max-width: 100%;
  }
}
.product-cards-upsell-wrapper-title {
  padding: 0 2rem;
}
.product-cards-upsell-wrapper-title h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .product-cards-upsell-wrapper-title h2 {
    font-size: 2.25rem;
  }
}
.product-cards-upsell-wrapper-article {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  padding: 0 6rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .product-cards-upsell-wrapper-article {
    padding: 0 4cqb;
  }
}
@media screen and (max-width: 750px) {
  .product-cards-upsell-wrapper-article {
    font-size: 1.9rem;
    padding: 0 3rem;
  }
}
.product-cards-upsell-wrapper-article p {
  margin-bottom: 2rem;
  text-align: justify;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .product-cards-upsell-wrapper-article p {
    font-size: 2rem;
  }
}
.product-cards-upsell-sec-wrapper-prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 4rem;
  font-weight: 700;
}
.product-cards-upsell-sec-wrapper-prices h3 {
  margin: 0 0 1rem;
  font-weight: 600;
}
.product-cards-upsell-sec-wrapper-prices-previous {
  font-size: 3.3rem;
  text-decoration: line-through;
  text-decoration-color: #acaaaa;
  color: #acaaaa;
}
.product-cards-upsell-sec-wrapper-button {
  margin-bottom: 1rem;
  padding: 0 2rem;
  display: inline-flex;
}
.product-cards-upsell-sec-wrapper-button a {
  text-decoration: none;
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.product-cards-article {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .product-cards-article {
    padding: 1rem 2rem;
  }
}

.guarantee {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .guarantee {
    padding: 1rem 2rem;
  }
}
.guarantee .box {
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .guarantee .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
}
.guarantee .box-image img {
  max-width: 15rem;
}
.guarantee .box-text-title h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 550px) {
  .guarantee .box-text-title h2 {
    font-size: 2.6rem;
  }
}
.guarantee .box-text-article {
  font-size: 2rem;
}

.final-article {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
}
@media screen and (max-width: 1100px) {
  .final-article {
    padding: 1rem 2rem;
  }
}
.final-article-container {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.final-article-container p:first-child {
  margin-top: 1rem;
}
.final-article-container p:last-child {
  margin-bottom: 1rem;
}

.testimonials {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
}
@media screen and (max-width: 1100px) {
  .testimonials {
    padding: 1rem 2rem;
  }
}
.testimonials-title {
  font-size: 3.6rem;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 550px) {
  .testimonials-title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.testimonials-subtitle {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 1.5rem 0 2rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .testimonials-subtitle {
    font-size: 2.25rem;
  }
}
.testimonials-repeater {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.testimonials-repeater-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.testimonials-repeater-row-text {
  width: 100%;
  margin-left: 2rem;
}
.testimonials-repeater-row-text-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
}
@media screen and (max-width: 750px) {
  .testimonials-repeater-row-text-name {
    font-size: 1.9rem;
  }
}
.testimonials-repeater-row-text-name .name {
  margin: 0;
  padding-right: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonials-repeater-row-text-name .name svg {
  margin: 1rem 1rem 0;
}
.testimonials-repeater-row-text .verified-text {
  font-size: 1.5rem;
  color: black;
  font-weight: 500;
  margin: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 920px) {
  .testimonials-repeater-row-text .verified-text {
    display: none;
  }
}
.testimonials-repeater-row-text #stars-rev {
  margin-bottom: 1rem;
}
.testimonials-repeater-row-text .text {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
}
.testimonials-repeater-row-text .text p {
  margin: 0;
}
.testimonials-repeater-row-image img {
  max-width: 12rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 950px) {
  .testimonials-repeater-row-image img {
    max-width: 5rem;
  }
}
.testimonials-button {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials-button button {
  border: none;
  padding: 1rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  border-radius: 0.4rem;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .testimonials-button button {
    border: none;
    padding: 1rem 3rem;
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    border-radius: 0.4rem;
    font-weight: 600;
    cursor: pointer;
  }
}
.testimonials-undertext {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2rem;
  color: black;
  font-weight: 500;
  line-height: 1.5;
}

.faqs-container {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 1100px) {
  .faqs-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .faqs-container {
    padding: 2rem;
  }
}
.faqs-container-title {
  width: 100%;
  margin-bottom: 1rem;
}
.faqs-container-title h2 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .faqs-container-title h2 {
    font-size: 2.6rem;
  }
}
.faqs-container-article {
  font-size: 2rem;
  line-height: 1.5;
}
.faqs-container-article p:first-child {
  margin-top: 1rem;
}
.faqs-container-article p:last-child {
  margin-bottom: 1rem;
}
.faqs-container-faqs {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 1rem;
}
.faqs-container-faqs-row {
  border-bottom: 1px solid #ddd;
}
.faqs-container-faqs-row:last-child {
  border-bottom: none;
}
.faqs-container-faqs-row-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  cursor: pointer;
  transition: background-color 0.4s;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .faqs-container-faqs-row-question {
    font-size: 1.6rem;
  }
}
.faqs-container-faqs-row-question .faq-arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs-container-faqs-row-question .faq-arrow.rotated {
  transform: rotate(180deg);
}
.faqs-container-faqs-row-answer {
  max-height: 0;
  font-size: 1.8rem;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  .faqs-container-faqs-row-answer {
    font-size: 1.6rem;
  }
}
.faqs-container-row {
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  border-radius: 0.8rem;
}
.faqs-container-row div:last-child {
  margin-bottom: 0;
}
.faqs-container-row-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 600;
  padding: 2rem;
}
@media screen and (max-width: 750px) {
  .faqs-container-row-question {
    font-size: 1.8rem;
  }
}
.faqs-container-row-question svg {
  background-color: #f3f3f3;
  border-radius: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs-container-row-answer {
  display: none;
  padding: 0 2rem 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .faqs-container-row-answer {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=digi-home.css.map */