html {
  font-size: 10px;
  scroll-behavior: smooth;
}

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

@media screen and (min-width: 751px) {
  #mobile {
    display: none;
  }
}

.low {
  color: #ec0b43;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: 0;
}

.nola {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  margin: 0 !important;
}
.nola .limited {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  padding: 1.2rem 0;
}
@media screen and (max-width: 1000px) {
  .nola .limited {
    font-size: 1.4rem;
  }
}
.nola .limited img {
  max-width: 2.4rem;
  max-height: 2.5rem;
  margin-right: 1.5rem;
}
.nola .limited p {
  margin: 0;
}
.nola .menu-bar {
  border-bottom: 1px solid #e6e7ea;
  padding: 1.2rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .menu-bar {
    padding: 1.2rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .menu-bar {
    padding: 1.2rem 1.6rem;
  }
}
.nola .menu-bar-container {
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.nola .menu-bar-container-logo img {
  max-width: 15rem;
  max-height: 4rem;
}
.nola .menu-bar-container-menu {
  padding: 1.2rem 0rem;
}
.nola .menu-bar-container-menu button {
  border: none;
  background-color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.nola .menu-bar-container-menu a {
  border: 2px solid;
  padding: 1rem 2rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 2rem;
  text-decoration: none;
}
.nola .menu-bar-container-menu a.icon {
  border: none;
  font-size: 2rem;
  font-weight: 700;
  color: #4b4b4b;
}
.nola .menu-bar-mobile {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .nola .menu-bar-mobile {
    display: flex;
    flex-direction: column;
    background-color: white;
    z-index: 1000;
  }
  .nola .menu-bar-mobile:not(.open) {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
  .nola .menu-bar-mobile.open {
    max-height: 500px;
    opacity: 1;
    padding: 1rem 2rem;
    border-bottom: 1px solid #dfe2e6;
  }
  .nola .menu-bar-mobile button {
    text-align: left;
    border: none;
    background-color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    cursor: pointer;
    padding: 1rem 0;
  }
  .nola .menu-bar-mobile a {
    text-align: center;
    margin-top: 1rem;
    border: 2px solid;
    padding: 1rem 2rem;
    border-radius: 10rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
  }
}
.nola .hero {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 4rem 3.2rem 8rem;
}
@media screen and (max-width: 1000px) {
  .nola .hero {
    background-image: none !important;
    background-color: #ebf7ff;
    padding: 4rem 3.2rem 6.4rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .hero {
    padding: 2.4rem 1.6rem 4rem;
  }
}
.nola .hero-container {
  max-width: 112rem;
  margin: 0 auto;
}
.nola .hero-container-blue_text {
  max-width: 67rem;
}
.nola .hero-container-blue_text h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1364e8;
}
.nola .hero-container-title {
  max-width: 67rem;
}
.nola .hero-container-title h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 48px;
  margin: 1.6rem 0;
}
@media screen and (max-width: 750px) {
  .nola .hero-container-title h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.nola .hero-container-mobile_image {
  display: none;
}
.nola .hero-container-mobile_image img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .nola .hero-container-mobile_image {
    display: block;
  }
}
.nola .hero-container-icon_article_row {
  max-width: 67rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.6rem;
  gap: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2392156863);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2392156863);
  padding-bottom: 1.6rem;
}
.nola .hero-container-icon_article_row-article {
  font-size: 2rem;
}
.nola .hero-container-icon_article_row-article p:first-child {
  margin-top: 0;
}
.nola .hero-container-icon_article_row-article p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .nola .hero-container-icon_article_row-article {
    font-size: 1.8rem;
  }
}
.nola .hero-container-icon_article_row img {
  max-width: 8.5rem;
}
@media screen and (max-width: 750px) {
  .nola .hero-container-icon_article_row img {
    max-width: 5rem;
  }
}
.nola .hero-container-checked {
  max-width: 67rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
  gap: 1.2rem;
}
@media screen and (max-width: 750px) {
  .nola .hero-container-checked {
    align-items: center;
  }
}
.nola .hero-container-checked-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 0.8rem;
}
.nola .hero-container-checked-row img {
  width: 2.6rem;
}
.nola .hero-container-button {
  max-width: 67rem;
}
@media screen and (max-width: 1000px) {
  .nola .hero-container-button {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
}
.nola .hero-container-button a {
  text-align: center;
  width: fit-content;
  display: block;
  margin-top: 1rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.nola .hero-container-stock_text {
  color: #4e596d;
  font-size: 1.8rem;
  max-width: 67rem;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .nola .hero-container-stock_text {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
}
.nola .hero-container-stock_text img {
  margin: 0 1rem;
}
.nola .hero-container-author {
  max-width: 67rem;
  background-image: linear-gradient(90deg, #f7f7f7, rgba(255, 255, 255, 0));
  padding: 1.2rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}
.nola .hero-container-author-article {
  font-size: 1.6rem;
}
.nola .hero-container-author-article p:first-child {
  margin-top: 0;
}
.nola .hero-container-author-article p:last-child {
  margin-bottom: 0;
}
.nola .hero-container-author-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}
.nola .hero-container-author-name img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.nola .hero-container-author-name-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nola .hero-container-author-name-col .name {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  color: #4e596d;
}
.nola .hero-container-author-name-col .verified {
  font-size: 1.6rem;
  margin: 0;
  color: #00c249;
}
.nola .media-container {
  max-width: 112rem;
  margin: 0 auto;
}
.nola .media-container-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 4rem 3.2rem;
  justify-content: center;
  gap: 5.4rem;
}
.nola .media-container-row img {
  max-width: 100%;
}
.nola .image-row {
  background-color: #f8f8f8;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .image-row {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .image-row {
    padding: 4rem 1.6rem;
  }
}
.nola .image-row-container {
  max-width: 112rem;
  margin: 0 auto;
}
.nola .image-row-container-title h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .nola .image-row-container-title h2 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    line-height: 3.2rem;
  }
}
.nola .image-row-container-blue_text h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #1364e8;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 750px) {
  .nola .image-row-container-blue_text h3 {
    font-size: 2rem;
  }
}
.nola .image-row-container-image_label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 750px) {
  .nola .image-row-container-image_label {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.nola .image-row-container-image_label-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  flex: 1;
}
.nola .image-row-container-image_label-col img {
  max-width: 100%;
}
.nola .image-row-container-image_label-col p {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.nola .box-container {
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .box-container {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .box-container {
    padding: 4rem 1.6rem;
  }
}
.nola .box-container-blue {
  font-size: 2.4rem;
  color: #1364e8;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .nola .box-container-blue {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.nola .box-container-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .nola .box-container-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    line-height: 3.2rem;
  }
}
.nola .box-container-wrapper {
  display: flex;
  gap: 6.4rem;
  margin-bottom: 6.4rem;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .nola .box-container-wrapper {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .box-container-wrapper {
    gap: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.nola .box-container-wrapper-image {
  flex: 1;
}
.nola .box-container-wrapper-image img {
  max-width: 100%;
}
.nola .box-container-wrapper-article {
  flex: 1;
}
.nola .box-container-wrapper-article-content {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.nola .box-container-wrapper-article-content p:first-child {
  margin-top: 0;
}
.nola .box-container-wrapper-article-content p:last-child {
  margin-bottom: 0;
}
.nola .box-container-wrapper-article-button {
  margin-top: 4.4rem;
}
@media screen and (max-width: 750px) {
  .nola .box-container-wrapper-article-button {
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
  }
}
.nola .box-container-wrapper-article-button a {
  display: block;
  width: fit-content;
  text-align: center;
  margin-top: 1rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.nola .box-container-wrapper-article-stock {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4e596d;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nola .box-container-wrapper-article-stock img {
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  .nola .box-container-wrapper-article-stock {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
  }
}
.nola .box-container-blue_box {
  padding: 2rem 3.2rem;
  background-color: #02122e;
  color: white;
  font-size: 2rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 750px) {
  .nola .box-container-blue_box {
    font-size: 1.8rem;
  }
}
.nola .box-container .left {
  flex-direction: row;
}
@media screen and (max-width: 750px) {
  .nola .box-container .left {
    flex-direction: column;
  }
}
.nola .box-container .right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .nola .box-container .right {
    flex-direction: column;
  }
}
.nola .blue_columns {
  background-color: #00264c;
  color: white;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .blue_columns {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .blue_columns {
    padding: 4rem 1.6rem;
  }
}
.nola .blue_columns-container {
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .nola .blue_columns-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.nola .blue_columns-container-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  gap: 0.8rem;
}
.nola .blue_columns-container-col-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 750px) {
  .nola .blue_columns-container-col-top {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.nola .blue_columns-container-col-top-icon img {
  max-width: 5.6rem;
}
.nola .blue_columns-container-col-top-title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.nola .blue_columns-container-col-article {
  font-size: 1.6rem;
  text-align: justify;
}
.nola .blue_columns-container-col-article p:first-child {
  margin-top: 0;
}
.nola .blue_columns-container-col-article p:last-child {
  margin-bottom: 0;
}
.nola .circle_layout-container {
  max-width: 112rem;
  margin: 0 auto;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .circle_layout-container {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .circle_layout-container {
    padding: 4rem 1.6rem;
  }
}
.nola .circle_layout-container-blue {
  text-align: center;
  max-width: 80rem;
  margin: auto;
  font-size: 2.4rem;
  color: #1364e8;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .nola .circle_layout-container-blue {
    font-size: 2rem;
  }
}
.nola .circle_layout-container-title {
  text-align: center;
  max-width: 80rem;
  margin: auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .nola .circle_layout-container-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    line-height: 3.2rem;
  }
}
.nola .circle_layout-container-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 4rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .nola .circle_layout-container-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.nola .circle_layout-container-circle-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
.nola .circle_layout-container-circle-left-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.6rem;
}
.nola .circle_layout-container-circle-left-col-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nola .circle_layout-container-circle-left-col-text-title {
  font-size: 2rem;
  font-weight: 700;
}
.nola .circle_layout-container-circle-left-col-text-article {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.nola .circle_layout-container-circle-left-col-text-article p:first-child {
  margin-top: 0;
}
.nola .circle_layout-container-circle-left-col-text-article p:last-child {
  margin-bottom: 0;
}
.nola .circle_layout-container-circle-left-col-icon img {
  max-width: 3.2rem;
}
.nola .circle_layout-container-circle-image {
  max-width: 100%;
}
.nola .circle_layout-container-circle-image img {
  max-width: 36rem;
}
@media screen and (max-width: 750px) {
  .nola .circle_layout-container-circle-image img {
    max-width: 100%;
  }
}
.nola .circle_layout-container-circle-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
.nola .circle_layout-container-circle-right-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.6rem;
}
.nola .circle_layout-container-circle-right-col-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nola .circle_layout-container-circle-right-col-text-title {
  font-size: 2rem;
  font-weight: 700;
}
.nola .circle_layout-container-circle-right-col-text-article {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.nola .circle_layout-container-circle-right-col-text-article p:first-child {
  margin-top: 0;
}
.nola .circle_layout-container-circle-right-col-text-article p:last-child {
  margin-bottom: 0;
}
.nola .circle_layout-container-circle-right-col-icon img {
  max-width: 3.2rem;
}
.nola .circle_layout-container-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nola .circle_layout-container-button a {
  text-align: center;
  width: fit-content;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.nola .circle_layout-container-stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.6rem;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4e596d;
  line-height: 26px;
}
.nola .circle_layout-container-stock img {
  margin: 0 1rem;
}
.nola .ingredients-container {
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .ingredients-container {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container {
    padding: 4rem 1.6rem;
  }
}
.nola .ingredients-container-blue {
  font-size: 2.4rem;
  color: #1364e8;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container-blue {
    font-size: 2rem;
  }
}
.nola .ingredients-container-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    line-height: 3.2rem;
    text-align: center;
  }
}
.nola .ingredients-container-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.nola .ingredients-container-columns-ingredient {
  flex: 0 0 calc(50% - 20px);
}
.nola .ingredients-container-columns-ingredient-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container-columns-ingredient-top {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.nola .ingredients-container-columns-ingredient-top-image img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container-columns-ingredient-top-image img {
    width: 9rem;
    height: 9rem;
    margin-bottom: 0;
  }
}
.nola .ingredients-container-columns-ingredient-top-title {
  color: #00183a;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container-columns-ingredient-top-title {
    margin-left: 1.2rem;
  }
}
.nola .ingredients-container-columns-ingredient-article {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: left;
}
.nola .ingredients-container-columns-ingredient-article p:first-child {
  margin-top: 1.2rem;
}
.nola .ingredients-container-columns-ingredient-article p:last-child {
  margin-bottom: 0;
}
.nola .ingredients-container-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  row-gap: 3.2rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}
.nola .ingredients-container-row-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
}
.nola .ingredients-container-row-wrapper-image img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .nola .ingredients-container-row-wrapper-image img {
    width: 9rem;
    height: 9rem;
  }
}
.nola .ingredients-container-row-wrapper-title {
  font-size: 2rem;
  font-weight: 700;
}
.nola .ingredients-container-button a {
  text-align: center;
  width: fit-content;
  display: block;
  margin-top: 4rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.nola .ingredients-container-stock {
  font-size: 1.8rem;
  font-weight: 400;
  color: #4e596d;
  line-height: 26px;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nola .ingredients-container-stock img {
  margin: 0 1rem;
}
.nola .testimonials {
  max-width: 112rem;
  margin: 0 auto;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .testimonials {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .testimonials {
    padding: 4rem 1.6rem;
  }
}
.nola .testimonials-blue {
  font-size: 2.4rem;
  color: #1364e8;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .nola .testimonials-blue {
    font-size: 2rem;
  }
}
.nola .testimonials-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .nola .testimonials-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    line-height: 3.2rem;
  }
}
.nola .testimonials-images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 750px) {
  .nola .testimonials-images {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .nola .testimonials-images {
    margin-bottom: 4.6rem;
  }
}
.nola .testimonials-images-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.nola .testimonials-images-col-image img {
  max-width: 100%;
  border: 2px solid black;
  border-radius: 0.5rem;
}
.nola .testimonials-images-col-label {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.nola .testimonials__masonry {
  column-count: 1;
}
@media (min-width: 550px) {
  .nola .testimonials__masonry {
    column-count: 2;
    column-gap: 1.6rem;
  }
}
@media (min-width: 1000px) {
  .nola .testimonials__masonry {
    column-count: 3;
    column-gap: 4.8rem;
  }
}
.nola .testimonials-card {
  break-inside: avoid; /* This is crucial - prevents cards from breaking across columns */
  background: white;
  border-radius: 0.8rem;
  border: 1px solid rgba(2, 18, 46, 0.1215686275);
  padding: 2rem;
  display: block;
  margin-bottom: 2rem; /* Space between cards vertically */
}
.nola .testimonials-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.nola .testimonials-card__avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.nola .testimonials-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nola .testimonials-card__author {
  font-weight: 700;
  color: #3e57a1;
  font-size: 1.8rem;
}
.nola .testimonials-card__content {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2d3748;
  margin-bottom: 1.5rem;
}
.nola .testimonials-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.nola .testimonials-card__footer {
  display: flex;
  justify-content: flex-start;
  padding-top: 1.5rem;
}
.nola .testimonials-card__likes {
  display: flex;
  align-items: center;
  color: #3e57a1;
  font-weight: 400;
  font-size: 2rem;
}
.nola .testimonials-card__likes img {
  margin-right: 0.5rem;
}
.nola .testimonials-button {
  text-align: center;
  margin-top: 3.2rem;
  margin-bottom: 2.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nola .testimonials-button a {
  text-align: center;
  width: fit-content;
  display: block;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.nola .testimonials-stock {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4e596d;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nola .testimonials-stock img {
  margin: 0 1rem;
}
.nola .guarantee {
  background-color: #eaecfd;
}
.nola .guarantee-container {
  max-width: 112rem;
  margin: 0 auto;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 1000px) {
  .nola .guarantee-container {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .guarantee-container {
    padding: 4rem 1.6rem;
  }
}
.nola .guarantee-container-wrapper {
  max-width: 76.5rem;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .nola .guarantee-container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.nola .guarantee-container-wrapper-image img {
  max-width: 16rem;
  margin-right: 4rem;
}
@media screen and (max-width: 750px) {
  .nola .guarantee-container-wrapper-image img {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}
.nola .guarantee-container-wrapper-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .nola .guarantee-container-wrapper-col {
    align-items: center;
  }
}
.nola .guarantee-container-wrapper-col-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .nola .guarantee-container-wrapper-col-title {
    text-align: center;
    font-size: 2.4rem;
  }
}
.nola .guarantee-container-wrapper-col-article {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .nola .guarantee-container-wrapper-col-article {
    text-align: center;
  }
}
.nola .guarantee-container-wrapper-col-article p:first-child {
  margin-top: 0;
}
.nola .guarantee-container-wrapper-col-article p:last-child {
  margin-bottom: 0;
}
.nola .guarantee-container-wrapper-cards_image {
  margin-top: 1.2rem;
}
.nola .guarantee-container-wrapper-cards_image img {
  max-width: 100%;
}
.nola .faqs-container {
  max-width: 112rem;
  margin: 0 auto;
  padding: 8rem 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .nola .faqs-container {
    padding: 6.4rem 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .nola .faqs-container {
    padding: 4rem 1.6rem;
  }
}
.nola .faqs-container-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .nola .faqs-container-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    line-height: 3.2rem;
    text-align: center;
  }
}
.nola .faqs-container-faqs {
  max-width: 93.2rem;
  margin: auto;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.nola .faqs-container-faqs-row {
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  margin-bottom: 1.6rem;
  padding: 2.4rem 3.2rem;
}
.nola .faqs-container-faqs-row-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.4s;
  font-size: 1.8rem;
  font-weight: 600;
}
.nola .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);
}
.nola .faqs-container-faqs-row-question .faq-arrow.rotated {
  transform: rotate(180deg);
}
.nola .faqs-container-faqs-row-answer {
  max-height: 0;
  font-size: 1.6rem;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.nola .faqs-container-button {
  text-align: center;
  margin-top: 3.2rem;
  margin-bottom: 2.8rem;
}
.nola .faqs-container-button a {
  text-align: center;
  width: fit-content;
  display: block;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.nola .faqs-container-stock {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4e596d;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nola .faqs-container-stock img {
  margin: 0 1rem;
}/*# sourceMappingURL=nola.css.map */