@charset "UTF-8";
body {
  margin: 0;
  font-size: 10px;
  font-family: "Arimo", serif;
}

.top-bar {
  border-bottom: 2px solid;
}
.top-bar p.advertisment {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0;
  max-width: 130rem;
  margin: auto;
}
.top-bar-container {
  max-width: 130rem;
  margin: auto;
  padding: 1rem 1rem 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-bar-container {
    justify-content: center;
  }
}
.top-bar-container-logo img {
  max-width: 20rem;
}
.top-bar-container-text {
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  .top-bar-container-text {
    display: none;
  }
}

.comp-nutra {
  width: 100%;
  background-color: #f2f4f7;
}
.comp-nutra-container {
  max-width: 130rem;
  margin: auto;
  padding: 0.5rem 1.5rem 4rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.comp-nutra .main {
  flex-basis: 75%;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main {
    flex-basis: 100%;
  }
}
.comp-nutra .main .article {
  color: #2c3038;
}
.comp-nutra .main .article-container {
  background-color: #fff;
  text-align: center;
  padding: 2.4rem 4rem 2rem;
}
@media screen and (max-width: 1000px) and (min-width: 750px) {
  .comp-nutra .main .article-container {
    padding: 1.5rem 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container {
    padding: 1.5rem 1rem 2rem;
  }
}
.comp-nutra .main .article-container-text-above {
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container-text-above {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .article-container-text-above {
  font-family: "Open Sans", sans-serif;
}
.comp-nutra .main .article-container-title h1 {
  font-size: 4.4rem;
  color: #404347;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0 0 2rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container-title h1 {
    font-size: 2.8rem;
  }
}
.comp-nutra .main .article-container-text-below {
  font-size: 2rem;
  margin: 0 0 2rem;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container-text-below {
    font-size: 1.8rem;
  }
}
.comp-nutra .main .article-container-author {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  border-top: 2px solid #f2f4f7;
  border-bottom: 2px solid #f2f4f7;
  padding: 1rem 0;
}
.comp-nutra .main .article-container-author-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 2px solid #f2f4f7;
  padding: 2rem;
  gap: 2rem;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container-author-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.comp-nutra .main .article-container-author-wrapper-article {
  width: 100%;
  font-size: 1.7rem;
  text-align: center;
}
.comp-nutra .main .article-container-author-wrapper-article p {
  margin: 1rem 0;
}
.comp-nutra .main .article-container-author-wrapper-article img {
  max-width: 1.4rem;
}
.comp-nutra .main .article-container-author-wrapper-article-name {
  font-weight: bold;
}
.comp-nutra .main .article-container-author-wrapper-image img {
  max-width: 8rem;
}
.comp-nutra .main .article-container-author-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}
.comp-nutra .main .article-container-navigation {
  display: flex; /* Flex container */
  align-items: stretch; /* Ensures all child items (a tags) stretch to full height */
  border: 1px solid;
  text-align: center;
  margin: 2rem 5rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container-navigation {
    margin: 2rem 0;
  }
}
.comp-nutra .main .article-container-navigation a {
  flex: 1; /* Distribute equal width for all <a> tags */
  display: flex; /* Makes <a> a flex container */
  align-items: center; /* Align button content vertically */
  justify-content: center; /* Center button content horizontally */
  text-decoration: none;
  border: 1px solid;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container-navigation a {
    font-size: 1.2rem;
  }
}
.comp-nutra .main .article-container-navigation a button {
  width: 100%; /* Stretch the button horizontally */
  border: none;
  cursor: pointer;
  font-size: 2rem;
  padding: 1rem 0;
  font-family: "Arimo", serif;
  background-color: #fff;
}
.comp-nutra .main .article-container-image img {
  max-width: 100%;
}
.comp-nutra .main .article-container-image video {
  max-width: 100%;
}
.comp-nutra .main .article-container-article {
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .article-container-article {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .article-container-article {
  font-family: "Open Sans", sans-serif;
}
.comp-nutra .main .article-container-article p:last-child {
  margin-bottom: 0;
}
.comp-nutra .main .box-repeater-container {
  color: #2c3038;
  background-color: #fff;
  padding: 0 4rem 1rem;
}
@media screen and (max-width: 1000px) and (min-width: 750px) {
  .comp-nutra .main .box-repeater-container {
    padding: 0 2rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .box-repeater-container {
    padding: 0 1rem 2rem;
  }
}
.comp-nutra .main .box-repeater-container {
  text-align: center;
}
.comp-nutra .main .box-repeater-container-box {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  background-color: #f2f4f7;
  box-shadow: 5px 10px #888888;
  border: thick solid;
  margin-top: 1rem;
}
.comp-nutra .main .box-repeater-container-box-title {
  font-family: "Roboto", sans-serif;
  text-align: left;
  box-shadow: 5px 5px 5px 3px #888888;
  border: 5px solid;
  margin-bottom: 1.5rem;
}
.comp-nutra .main .box-repeater-container-box-title h2 {
  font-size: 2.4rem;
  color: #fff;
  margin: 0;
}
.comp-nutra .main .box-repeater-container-box-body {
  text-align: left;
  padding: 2rem 4rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .box-repeater-container-box-body {
    padding: 2rem 1.5rem;
  }
}
.comp-nutra .main .box-repeater-container-box-body-article p {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .box-repeater-container-box-body-article p {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .box-repeater-container-box-body-article p {
  margin: 2rem 0;
}
.comp-nutra .main .box-repeater-container-box-body-article p:first-child {
  margin-top: 0;
}
.comp-nutra .main .box-repeater-container-box-body-dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
.comp-nutra .main .box-repeater-container-box-body-dropdown-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2rem;
}
.comp-nutra .main .box-repeater-container-box-body-dropdown-title img {
  max-width: 7rem;
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .box-repeater-container-box-body-dropdown-title img {
    max-width: 5rem;
  }
}
.comp-nutra .main .box-repeater-container-box-body-dropdown-title-text {
  font-weight: 600;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .box-repeater-container-box-body-dropdown-title-text {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .box-repeater-container-box-body-dropdown-title svg {
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.comp-nutra .main .box-repeater-container-box-body-dropdown-answer {
  display: none;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .box-repeater-container-box-body-dropdown-answer {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .content {
  background-color: #fff;
  padding: 0rem 4rem 2rem;
}
@media screen and (max-width: 1000px) {
  .comp-nutra .main .content {
    padding: 0rem 1rem 2rem;
  }
}
.comp-nutra .main .content-title h2 {
  font-size: 3.4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .content-title h2 {
    font-size: 2.8rem;
  }
}
.comp-nutra .main .content-title {
  color: #404347;
}
.comp-nutra .main .content-image {
  text-align: center;
}
.comp-nutra .main .content-image img {
  max-width: 100%;
}
.comp-nutra .main .content-article {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  color: #2c3038;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .content-article {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .product-box {
  padding: 4rem 4rem 2rem;
}
@media screen and (max-width: 1000px) and (min-width: 750px) {
  .comp-nutra .main .product-box {
    padding: 1.5rem 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box {
    padding: 1.5rem 1rem 2rem;
  }
}
.comp-nutra .main .product-box {
  background-color: #ebedf1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-nutra .main .product-box-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  border-top: 3px solid;
  margin-bottom: 3rem;
}
.comp-nutra .main .product-box-container .ribbon {
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container .ribbon {
    font-size: 1.8rem;
  }
}
.comp-nutra .main .product-box-container .ribbon {
  font-weight: bold;
  color: #fff;
}
.comp-nutra .main .product-box-container .ribbon {
  --f: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  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;
}
@media screen and (max-width: 400px) {
  .comp-nutra .main .product-box-container .ribbon {
    line-height: 1;
  }
}
.comp-nutra .main .product-box-container-section1 {
  margin-top: 3rem;
  padding: 1rem 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section1 {
    padding: 1rem;
  }
}
.comp-nutra .main .product-box-container-section1 {
  width: 100%;
}
.comp-nutra .main .product-box-container-section1-productName {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 2.8rem;
  font-weight: bold;
}
.comp-nutra .main .product-box-container-section1-productName p {
  border-bottom: 2px solid;
  padding-bottom: 1rem;
  padding-right: 2rem;
  margin: 0;
}
.comp-nutra .main .product-box-container-section1-productName p a {
  text-decoration: none;
}
.comp-nutra .main .product-box-container-section2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .comp-nutra .main .product-box-container-section2 {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.comp-nutra .main .product-box-container-section2 {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.comp-nutra .main .product-box-container-section2-image {
  padding: 1rem;
  flex: 1;
}
.comp-nutra .main .product-box-container-section2-image img {
  max-width: 100%;
}
.comp-nutra .main .product-box-container-section2-rating {
  padding: 1rem 3rem;
  text-align: center;
  margin: 0rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  flex: 1;
}
.comp-nutra .main .product-box-container-section2-rating p {
  font-size: 2.2rem;
}
.comp-nutra .main .product-box-container-section2-rating-circle {
  position: relative;
  width: 150px;
}
.comp-nutra .main .product-box-container-section2-rating-circle .circle {
  width: 100%;
  height: 100%;
}
.comp-nutra .main .product-box-container-section2-rating-circle .circle .circle-bg {
  fill: none;
  stroke: #f2f4f7;
  stroke-width: 2;
}
.comp-nutra .main .product-box-container-section2-rating-circle .circle .circle-rating {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 100, 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.3s ease;
}
.comp-nutra .main .product-box-container-section2-rating-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.1rem;
  font-weight: bold;
  color: #404347;
  font-family: "Roboto", sans-serif;
}
.comp-nutra .main .product-box-container-section2-rating p {
  font-size: 2.4rem;
  color: #404347;
  font-family: "Roboto", sans-serif;
}
.comp-nutra .main .product-box-container-section3 {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 2rem 0;
}
.comp-nutra .main .product-box-container-section3 div:last-child {
  margin-bottom: 0;
}
.comp-nutra .main .product-box-container-section3-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem;
  text-transform: uppercase;
  color: #404347;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section3-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
}
.comp-nutra .main .product-box-container-section3-row-text {
  flex-basis: 35%;
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section3-row-text {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .product-box-container-section3-row-progress {
  flex-basis: 50%;
  text-align: right;
  border-radius: 1rem;
  background-color: #f2f4f7;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section3-row-progress {
    width: 90%;
  }
}
.comp-nutra .main .product-box-container-section3-row-progress-fill {
  border-radius: 1rem;
}
.comp-nutra .main .product-box-container-section3-row-progress-fill .text {
  padding-right: 1rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section3-row-progress-fill .text {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .product-box-container-section3-row-score {
  flex-basis: 15%;
  text-align: right;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section3-row-score {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .product-box-container-section4 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.comp-nutra .main .product-box-container-section4 {
  border-bottom: 1px solid #f0f0f0;
}
.comp-nutra .main .product-box-container-section4-prosncons {
  flex-basis: 50%;
  border-right: 1px solid #f0f0f0;
}
.comp-nutra .main .product-box-container-section4-prosncons-title {
  font-size: 3rem;
  color: #404347;
  text-align: center;
  text-transform: uppercase;
  font-weight: 650;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 1rem 0;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section4-prosncons-title {
    font-size: 2.8rem;
  }
}
.comp-nutra .main .product-box-container-section4-prosncons-pros {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
}
.comp-nutra .main .product-box-container-section4-prosncons-pros-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2c3038;
}
.comp-nutra .main .product-box-container-section4-prosncons-pros-row-text {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section4-prosncons-pros-row-text {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .product-box-container-section4-prosncons-cons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
}
.comp-nutra .main .product-box-container-section4-prosncons-cons-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2c3038;
}
.comp-nutra .main .product-box-container-section4-prosncons-cons-row-text {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section4-prosncons-cons-row-text {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .product-box-container-section4-article {
  padding: 2rem;
  flex-basis: 50%;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section4-article {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .product-box-container-section4-article {
  border-left: 1px solid #f0f0f0;
}
.comp-nutra .main .product-box-container-section4-article a {
  text-decoration: none;
  font-weight: 600;
}
.comp-nutra .main .product-box-container-section4-article {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  color: #2c3038;
}
.comp-nutra .main .product-box-container-section4-article p:first-child {
  margin-top: 0;
}
.comp-nutra .main .product-box-container-section5 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.comp-nutra .main .product-box-container-section5-button {
  margin: 2rem;
}
.comp-nutra .main .product-box-container-section5-button a button {
  border: none;
  padding: 2rem 8rem;
  border-radius: 1.5rem;
  font-size: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .product-box-container-section5-button a button {
    font-size: 1.8rem;
  }
}
.comp-nutra .main .conclusions-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 4rem 4rem 0rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .conclusions-container {
    padding: 1rem;
  }
}
.comp-nutra .main .conclusions-container-title {
  font-size: 3.4rem;
  color: #404347;
  background-color: #fff;
  text-align: center;
  text-align: left;
  font-weight: 700;
  width: 100%;
  padding: 2rem 0 0;
}
.comp-nutra .main .conclusions-container-image img {
  max-width: 100%;
}
.comp-nutra .main .conclusions-container-text {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .comp-nutra .main .conclusions-container-text {
    font-size: 1.6rem;
  }
}
.comp-nutra .main .conclusions-container-text {
  font-family: "Open Sans", sans-serif;
  color: #2c3038;
}
.comp-nutra .main .back-to-choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0rem 4rem 2rem;
  margin-bottom: 2rem;
}
.comp-nutra .main .back-to-choice a button {
  border: none;
  padding: 0 2rem 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  cursor: pointer;
}
.comp-nutra .sidebar {
  flex-basis: 25%;
  position: sticky;
  top: 0;
  left: 0;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .comp-nutra .sidebar {
    display: none;
  }
}
.comp-nutra .sidebar-container {
  width: 100%;
}
.comp-nutra .sidebar-container-testimonial {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 0.8rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-nutra .sidebar-container-testimonial-image img {
  max-width: 100%;
  max-height: 13rem;
}
.comp-nutra .sidebar-container-testimonial-article {
  font-size: 1.6rem;
  padding: 0 2rem;
}
.comp-nutra .sidebar-container-testimonial-article p {
  margin: 1rem 0;
}
.comp-nutra .sidebar-container-testimonial-button {
  margin-bottom: 0.5rem;
  text-align: center;
}
.comp-nutra .sidebar-container-testimonial-button a button {
  border: none;
  padding: 1.5rem;
  border-radius: 1.5rem;
  font-size: 1.8rem;
  cursor: pointer;
}
.comp-nutra .sidebar .progress-container {
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  margin: 0rem 2rem 1rem;
  justify-content: center;
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.comp-nutra .sidebar .progress-container-circle {
  position: relative;
  width: 100px;
  height: 100px;
}
.comp-nutra .sidebar .progress-container-circle .circle {
  width: 100%;
  height: 100%;
}
.comp-nutra .sidebar .progress-container-circle .circle .circle-bg {
  fill: none;
  stroke: #f2f4f7;
  stroke-width: 2;
}
.comp-nutra .sidebar .progress-container-circle .circle .circle-progress {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 100, 100; /* Total length of the circle */
  stroke-dashoffset: 100; /* Start fully "unfilled" */
  transition: stroke-dashoffset 0.3s ease;
}
.comp-nutra .sidebar .progress-container-circle .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-weight: bold;
  color: black;
  font-family: "Roboto", sans-serif;
}
.comp-nutra .sidebar .progress-container p {
  font-size: 1.6rem;
  color: #404347;
  font-family: "Roboto", sans-serif;
}

.col {
  flex: 1 0 0%;
}

footer {
  margin: 0 !important;
  height: auto !important;
  width: 100%;
}

.footer-area {
  width: 100%;
  height: auto;
}

.footer_boxed_area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.footer-content-style {
  font-size: 1.4rem;
  line-height: 2.9rem !important;
  padding: 2rem;
  align-items: center;
  text-align: center;
  max-width: 120rem !important;
  color: #777;
  margin: 0;
  width: 100%;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 50rem;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
}
.legals-padding-right {
  padding-right: 7px !important;
}

#legals-text {
  font-size: 14px;
  padding: 10px 30px 0px;
}

.legals-page {
  padding-right: 0px;
  padding-left: 0px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

a:link,
a:link:active {
  color: #4089c3;
  text-decoration: none;
}

ul {
  margin-bottom: 10px;
}
ul b {
  font-weight: bolder;
}/*# sourceMappingURL=comparison-nutra.css.map */