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 #disclaimer_text {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  font-size: 1.4rem;
  color: #e2e2e2;
}
@media screen and (max-width: 1100px) {
  .footer #disclaimer_text {
    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: #212121;
  font-family: "Lora";
}

.hero-container {
  max-width: 97rem;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 1rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .hero-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-container {
    padding: 1rem 1rem 2.5rem;
  }
}
.hero-container-top-text {
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: left;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .hero-container-top-text {
    line-height: 1.4;
  }
}
.hero-container-top-text p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .hero-container-top-text p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-container-top-text p {
    font-size: 2rem;
    text-align: center;
  }
}
.hero-container-top-text-colored {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .hero-container-top-text-colored {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-container-top-text-colored {
    font-size: 2rem;
    text-align: center;
  }
}
.hero-container-main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  width: 100%;
  padding: 1rem 0;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .hero-container-main-title {
    width: 100%;
    border: none;
    margin-top: 1rem;
  }
}
.hero-container-main-title h1 {
  font-size: 5rem;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .hero-container-main-title h1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-container-main-title h1 {
    font-size: 2.6rem;
    text-align: center;
    line-height: 4rem;
  }
}
.hero-container-main-title h1 span {
  display: inline;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  .hero-container-main-title h1 span {
    font-size: 2.7rem;
  }
}
.hero-container-expert {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .hero-container-expert {
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .hero-container-expert {
    margin-top: 2.5rem;
  }
}
.hero-container-expert-image img {
  width: 12rem;
  border-radius: 50%;
  height: 12rem;
  border: 4px solid white;
}
.hero-container-expert-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.hero-container-expert-text-article {
  font-size: 2.7rem;
}
@media screen and (max-width: 1000px) {
  .hero-container-expert-text-article {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-container-expert-text-article {
    font-size: 1.8rem;
  }
}
.hero-container-expert-text-name {
  font-size: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .hero-container-expert-text-name {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-container-expert-text-name {
    font-size: 1.5rem;
  }
}
.hero-container-expert-text p {
  margin: 0;
  width: 100%;
}
.hero-container-facts {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 2.6rem;
  border: 2px solid #dde3f3;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  .hero-container-facts {
    margin-top: 3.5rem;
    padding: 1rem 1rem 2rem;
    background-image: none !important;
  }
}
.hero-container-facts-fact {
  font-size: 2.4rem;
  line-height: 3.4rem;
  padding: 1rem;
  width: 75%;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .hero-container-facts-fact {
    width: 100%;
    padding: 0;
  }
}
.hero-container-facts-fact:last-child p {
  border: none;
  padding-bottom: 0;
}
.hero-container-facts-fact p {
  margin: 0;
  display: inline-block;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 750px) {
  .hero-container-facts-fact p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-bottom: 1.5rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .hero-container-facts-fact {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-container-facts-fact {
    font-size: 2rem;
  }
}
.hero-container-facts-fact img {
  flex-shrink: 0;
  width: 3.5rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  .hero-container-facts-fact img {
    width: 2.2rem;
    margin-top: 1.4rem;
    padding-right: 1.5rem;
  }
}

.content {
  width: 100%;
  background-repeat: no-repeat;
}
.content-container {
  max-width: 97rem;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 0 1rem;
}
@media screen and (max-width: 1100px) {
  .content-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .content-container {
    padding: 1rem;
  }
}
.content-container .title-image-text h2 {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 5.4rem;
  text-align: center;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 1000px) {
  .content-container .title-image-text h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .content-container .title-image-text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.content-container .title-image-text img {
  max-width: 100%;
}
.content-container .title-image-text .article {
  font-size: 2.4rem;
  line-height: 1.3;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .content-container .title-image-text .article {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .content-container .title-image-text .article {
    text-align: left;
    font-size: 1.8rem;
  }
}
.content-container .title-image-text .article p,
.content-container .title-image-text .article h1,
.content-container .title-image-text .article h2,
.content-container .title-image-text .article h3,
.content-container .title-image-text .article h4,
.content-container .title-image-text .article h5,
.content-container .title-image-text .article h6 {
  margin: 2rem 0;
}
.content-container .title-image-text .article p,
.content-container .title-image-text .article h1,
.content-container .title-image-text .article h2,
.content-container .title-image-text .article h3,
.content-container .title-image-text .article h4,
.content-container .title-image-text .article h5,
.content-container .title-image-text .article h6 :first-child {
  margin-top: 1rem;
}
.content-container .title-image-text .article p,
.content-container .title-image-text .article h1,
.content-container .title-image-text .article h2,
.content-container .title-image-text .article h3,
.content-container .title-image-text .article h4,
.content-container .title-image-text .article h5,
.content-container .title-image-text .article h6:last-child {
  margin-bottom: 1rem;
}
.content-container .image-text-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  .content-container .image-text-columns {
    flex-direction: column;
  }
}
.content-container .image-text-columns .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  padding: 2rem;
  flex: 1;
}
.content-container .image-text-columns .column img {
  max-width: 100%;
}
.content-container .image-text-columns .column .article {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .content-container .image-text-columns .column .article {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .content-container .image-text-columns .column .article {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.content-container .alternate-image-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  /* Reverse row: image on right, text on left */
}
.content-container .alternate-image-text .alternate-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .content-container .alternate-image-text .alternate-item {
    flex-direction: column;
  }
}
.content-container .alternate-image-text .alternate-item .alternate-image {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content-container .alternate-image-text .alternate-item .alternate-image img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 1rem 2rem;
}
@media screen and (max-width: 750px) {
  .content-container .alternate-image-text .alternate-item .alternate-image img {
    padding: 1rem 0;
  }
}
.content-container .alternate-image-text .alternate-item .alternate-text {
  flex: 1.5;
}
.content-container .alternate-image-text .alternate-item .alternate-text p {
  margin: 2rem 0;
}
.content-container .alternate-image-text .alternate-item .alternate-text p:first-child {
  margin-top: 1rem;
}
.content-container .alternate-image-text .alternate-item .alternate-text p:last-child {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .content-container .alternate-image-text .alternate-item .alternate-text {
    font-size: 1.8rem;
  }
}
.content-container .alternate-image-text .alternate-item .alternate-text .article {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .content-container .alternate-image-text .alternate-item .alternate-text .article {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .content-container .alternate-image-text .alternate-item .alternate-text .article {
    text-align: left;
  }
}
.content-container .alternate-image-text .flex-row {
  flex-direction: row;
}
@media screen and (max-width: 750px) {
  .content-container .alternate-image-text .flex-row {
    flex-direction: column;
  }
}
.content-container .alternate-image-text .flex-row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .content-container .alternate-image-text .flex-row-reverse {
    flex-direction: column;
  }
}
.content-container .colored-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
}
.content-container .colored-box:last-child {
  margin-bottom: 3rem;
}
.content-container .colored-box .title {
  text-align: center;
  margin-top: 1rem;
  padding: 0 6rem;
  margin-bottom: 1rem;
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: 600;
}
.content-container .colored-box .title p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .content-container .colored-box .title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 750px) {
  .content-container .colored-box .title {
    font-size: 3rem;
    line-height: 4rem;
    padding: 0 3rem;
  }
}
.content-container .colored-box-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .content-container .colored-box-wrapper {
    flex-direction: column;
  }
}
.content-container .colored-box-wrapper .article {
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 0rem 2rem;
}
@media screen and (max-width: 1000px) {
  .content-container .colored-box-wrapper .article {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .content-container .colored-box-wrapper .article {
    text-align: left;
    font-size: 1.8rem;
    padding: 0rem 1rem;
  }
}
.content-container .colored-box-wrapper .article p {
  margin: 2rem 0;
}
.content-container .colored-box-wrapper .article p:first-child {
  margin-top: 1rem;
}
.content-container .colored-box-wrapper .article p:last-child {
  margin-bottom: 1rem;
}
.content-container .colored-box-wrapper .image {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
}
@media screen and (max-width: 750px) {
  .content-container .colored-box-wrapper .image {
    padding: 1rem 2rem;
  }
}
.content-container .colored-box-wrapper .image img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .content-container .colored-box-wrapper .image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .content-container .colored-box-wrapper .image .mobile-image-full {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .content-container .colored-box-wrapper .image .mobile-image-60 {
    max-width: 60%;
  }
}
.content-container .colored-box .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .content-container .colored-box .right {
    flex-direction: column;
  }
}

.promo {
  padding: 3rem 1rem;
}
@media screen and (max-width: 1100px) {
  .promo {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .promo {
    padding: 3rem 1rem;
  }
}
.promo-container {
  max-width: 97rem;
  margin: auto;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.6);
  background-color: #fffeec;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1100px) {
  .promo-container {
    padding: 1rem 2rem;
  }
}
.promo-container-title h2 {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 5.4rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .promo-container-title h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .promo-container-title h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.promo-container-image {
  padding: 0 3rem;
  text-align: center;
}
.promo-container-image img {
  max-width: 100%;
}
.promo-container-colored {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-top: 2rem;
  padding: 0 4rem;
}
@media screen and (max-width: 750px) {
  .promo-container-colored {
    padding: 0;
  }
}
.promo-container-colored-left {
  flex: 1;
  padding: 1rem 2rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .promo-container-colored-left {
    padding: 1rem 0;
  }
}
.promo-container-colored-left-icon img {
  max-width: 5.5rem;
}
@media screen and (max-width: 750px) {
  .promo-container-colored-left-icon {
    display: none;
  }
}
.promo-container-colored-left-text {
  padding: 0 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .promo-container-colored-left-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .promo-container-colored-left-text {
    font-size: 1.5rem;
    text-align: center;
  }
}
.promo-container-colored-middle {
  flex: 1;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .promo-container-colored-middle {
    padding: 1rem 0;
  }
}
.promo-container-colored-middle-icon img {
  max-width: 5.5rem;
}
@media screen and (max-width: 750px) {
  .promo-container-colored-middle-icon {
    display: none;
  }
}
.promo-container-colored-middle-text {
  padding: 0 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .promo-container-colored-middle-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .promo-container-colored-middle-text {
    font-size: 1.5rem;
    text-align: center;
  }
}
.promo-container-colored-right {
  flex: 1;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .promo-container-colored-right {
    padding: 1rem 0;
  }
}
.promo-container-colored-right-icon img {
  max-width: 5.5rem;
}
@media screen and (max-width: 750px) {
  .promo-container-colored-right-icon {
    display: none;
  }
}
.promo-container-colored-right-text {
  padding: 0 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .promo-container-colored-right-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .promo-container-colored-right-text {
    font-size: 1.5rem;
    text-align: center;
  }
}
.promo-container-previous-prices {
  font-size: 2.2rem;
  margin-top: 2rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .promo-container-previous-prices {
    font-size: 1.4rem;
  }
}
.promo-container-previous-prices span {
  padding: 0 1rem;
  text-decoration: line-through;
  text-decoration-color: red;
}
.promo-container-previous-prices .under-box-text {
  padding: 0 3rem;
}
.promo-container-text-over-price {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .promo-container-text-over-price {
    font-size: 2rem;
  }
}
.promo-container-price {
  font-size: 7.1rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .promo-container-price {
    font-size: 5rem;
  }
}
.promo-container-price img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .promo-container-price img {
    max-width: 6rem;
  }
}
.promo-container-button {
  font-size: 4rem;
  text-align: center;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .promo-container-button {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .promo-container-button {
    font-size: 3rem;
  }
}
.promo-container-button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 2rem 7rem;
  border-radius: 1rem;
  border: 2px solid;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .promo-container-button a {
    padding: 2rem;
    margin-right: 0rem;
  }
}
.promo-container-button a img {
  max-width: 15rem;
  position: absolute;
  top: -3rem;
  right: -10rem;
}
@media screen and (max-width: 750px) {
  .promo-container-button a img {
    display: none;
  }
}

.bordered-boxes-container {
  max-width: 97rem;
  margin: auto;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .bordered-boxes-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .bordered-boxes-container {
    padding: 2rem 1rem;
  }
}
.bordered-boxes-container .bordered-boxes-container-box:last-child {
  margin-bottom: 0;
}
.bordered-boxes-container-title h2 {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 5.4rem;
  text-align: center;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 1000px) {
  .bordered-boxes-container-title h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .bordered-boxes-container-title h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-top: 0;
  }
}
.bordered-boxes-container-article {
  font-size: 2.4rem;
  line-height: 1.3;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .bordered-boxes-container-article {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .bordered-boxes-container-article {
    text-align: left;
  }
}
.bordered-boxes-container-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.bordered-boxes-container-box-title {
  width: 100%;
}
.bordered-boxes-container-box-title h2 {
  font-size: 3.4rem;
  margin: 0;
  padding: 1rem 2rem;
  font-weight: 600;
  line-height: 4.4rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .bordered-boxes-container-box-title h2 {
    font-size: 3rem;
  }
}
.bordered-boxes-container-box-content {
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .bordered-boxes-container-box-content {
    flex-direction: column-reverse;
  }
}
.bordered-boxes-container-box-content-article {
  flex: 2.5;
  padding: 2rem;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .bordered-boxes-container-box-content-article {
    font-size: 1.9rem;
    line-height: 2.9rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .bordered-boxes-container-box-content-article {
    font-size: 2rem;
    text-align: left;
    line-height: 2.8rem;
  }
  .bordered-boxes-container-box-content-article p:first-child {
    margin-top: 0;
  }
  .bordered-boxes-container-box-content-article p:last-child {
    margin-bottom: 0;
  }
}
.bordered-boxes-container-box-content-image {
  flex: 1;
  padding: 2rem;
}
@media screen and (max-width: 1000px) {
  .bordered-boxes-container-box-content-image {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .bordered-boxes-container-box-content-image {
    padding: 1rem;
  }
}
.bordered-boxes-container-box-content-image img {
  max-width: 100%;
}

.faqs {
  padding: 3rem 2rem;
}
@media screen and (max-width: 750px) {
  .faqs {
    padding: 3rem 1rem 1rem;
  }
}
.faqs-container {
  max-width: 97rem;
  margin: auto;
  padding: 1rem;
  max-width: 117rem;
  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 {
  text-align: center;
  margin-bottom: 3rem;
}
.faqs-container-title h2 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .faqs-container-title h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 750px) {
  .faqs-container-title h2 {
    font-size: 3rem;
  }
}
.faqs-container-article {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .faqs-container-article {
    text-align: left;
    font-size: 2rem;
  }
}
.faqs-container-faqs {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.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: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .faqs-container-faqs-row-question {
    font-size: 2rem;
  }
}
.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: 2.4rem;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
}
@media screen and (max-width: 1100px) {
  .faqs-container-faqs-row-answer {
    font-size: 2rem;
  }
}
.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: 1100px) {
  .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: 1100px) {
  .faqs-container-row-answer {
    font-size: 1.6rem;
  }
}

.product-cards-title {
  max-width: 97rem;
  margin: auto;
  padding: 1rem;
  max-width: 117rem;
}
@media screen and (max-width: 1100px) {
  .product-cards-title {
    padding: 1rem 2rem;
  }
}
.product-cards-title h2 {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 5.4rem;
  text-align: center;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 1000px) {
  .product-cards-title h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .product-cards-title h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.product-cards-container {
  max-width: 97rem;
  margin: auto;
  padding: 1rem;
  max-width: 117rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 3.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .product-cards-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .product-cards-container {
    padding: 1rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .product-cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product-cards-container-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  border: 2px solid #c5c5c5;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
  border-radius: 1.5rem;
  padding: 0 0 2rem;
}
.product-cards-container-first-wrapper-image {
  padding: 3rem 2rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-cards-container-first-wrapper-image img {
  max-width: 35rem;
}
@media screen and (max-width: 1000px) {
  .product-cards-container-first-wrapper-image img {
    max-width: 100%;
  }
}
.product-cards-container-first-wrapper-title {
  padding: 0 2rem;
}
.product-cards-container-first-wrapper-title h2 {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .product-cards-container-first-wrapper-title h2 {
    font-size: 2.4rem;
  }
}
.product-cards-container-first-wrapper-article {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: justify;
  padding: 0 4rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .product-cards-container-first-wrapper-article {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  .product-cards-container-first-wrapper-article {
    font-size: 1.8rem;
    padding: 0 3rem;
  }
}
.product-cards-container-first-wrapper-article p {
  margin-bottom: 2rem;
  text-align: justify;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .product-cards-container-first-wrapper-article p {
    font-size: 1.8rem;
  }
}
.product-cards-container-first-sec-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-cards-container-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-container-first-sec-wrapper-prices h3 {
  margin: 0 0 1rem;
  font-weight: 600;
}
.product-cards-container-first-sec-wrapper-prices-previous {
  font-size: 3.3rem;
  text-decoration: line-through;
  text-decoration-color: #acaaaa;
  color: #acaaaa;
}
.product-cards-container-first-sec-wrapper-button {
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: inline-flex;
  padding: 0 2rem;
}
.product-cards-container-first-sec-wrapper-button a {
  font-size: 2.4rem;
  border: none;
  padding: 1rem 4rem;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.product-cards-container-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-container-upsell .ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product-cards-container-upsell .ribbon {
    font-size: 20px;
  }
}
.product-cards-container-upsell .ribbon {
  --f: 0.5em; /* control the folded part */
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  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)), 100px calc(100% - var(--f) - 100px), calc(100% - 100px) calc(100% - var(--f) - 100px));
          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)), 100px calc(100% - var(--f) - 100px), calc(100% - 100px) calc(100% - var(--f) - 100px));
  transform: translate(29.2893218813%, -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #bd1550; /* the main color  */
}
.product-cards-container-upsell-banner {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.product-cards-container-upsell-wrapper-image {
  padding: 3rem 2rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-cards-container-upsell-wrapper-image img {
  max-width: 35rem;
}
@media screen and (max-width: 1000px) {
  .product-cards-container-upsell-wrapper-image img {
    max-width: 100%;
  }
}
.product-cards-container-upsell-wrapper-title {
  padding: 0 2rem;
}
.product-cards-container-upsell-wrapper-title h2 {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .product-cards-container-upsell-wrapper-title h2 {
    font-size: 2.4rem;
  }
}
.product-cards-container-upsell-wrapper-article {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: justify;
  padding: 0 4rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .product-cards-container-upsell-wrapper-article {
    padding: 0 4cqb;
  }
}
@media screen and (max-width: 750px) {
  .product-cards-container-upsell-wrapper-article {
    font-size: 1.9rem;
    padding: 0 3rem;
  }
}
.product-cards-container-upsell-wrapper-article p {
  margin-bottom: 2rem;
  text-align: justify;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .product-cards-container-upsell-wrapper-article p {
    font-size: 2rem;
  }
}
.product-cards-container-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-container-upsell-sec-wrapper-prices h3 {
  margin: 0 0 1rem;
  font-weight: 600;
}
.product-cards-container-upsell-sec-wrapper-prices-previous {
  font-size: 3.3rem;
  text-decoration: line-through;
  text-decoration-color: #acaaaa;
  color: #acaaaa;
}
.product-cards-container-upsell-sec-wrapper-button {
  margin-bottom: 1rem;
  padding: 0 2rem;
  display: inline-flex;
  margin-top: 2rem;
}
.product-cards-container-upsell-sec-wrapper-button a {
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}/*# sourceMappingURL=digi-tsl.css.map */