.section-ketofoodlist {
  padding-bottom: 92px;
}
.section-ketofoodlist .food-list {
  border: 1px solid #d3d3d3;
  padding: 24px 40px;
  margin-bottom: 36px;
}
.section-ketofoodlist .food-list__heading {
  color: black;
  font-size: 28px;
  font-weight: 800;
  line-height: 24px;
}
.section-ketofoodlist .food-list__paragraph {
  font-size: 15px;
  font-weight: 600;
  line-height: 22.4px;
  color: black;
  margin-top: 12.8px;
}
.section-ketofoodlist .food-list__main {
  margin-top: 16px;
  transition: all 0.5s ease;
}
.section-ketofoodlist .food-list__flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14.4px;
}
.section-ketofoodlist .food-list .label {
  height: 23.2px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  min-width: 108px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9.6px;
  flex-shrink: 0;
}
.section-ketofoodlist .food-list .paragraph {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section-ketofoodlist .food-list__hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.section-ketofoodlist .food-list button {
  margin: 0 auto;
  width: fit-content;
  display: block;
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  color: #00acbf;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.section-ketofoodlist .food-list .active {
  max-height: 800px;
  visibility: visible;
  opacity: 1;
}
.section-ketofoodlist .content {
  display: grid;
  grid-template-columns: 256px 1fr;
  grid-gap: 52.8px;
}
.section-ketofoodlist .content__left .heading {
  color: black;
  font-size: 19.2px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
.section-ketofoodlist .content__left form {
  margin-top: 50px;
}
.section-ketofoodlist .content__left label {
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.section-ketofoodlist .content__left .ui-slider {
  height: 3.2px;
  background: #00acbf;
  margin-top: 16px;
  border: none;
}
.section-ketofoodlist .content__left .ui-slider .ui-slider-handle {
  width: 14.4px;
  height: 14.4px;
  background: #ffffff !important;
  border: 3.2px solid #00acbf;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  opacity: 1;
}
.section-ketofoodlist .content__left .ui-slider .ui-slider-handle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 40px;
  height: 40px;
}
.section-ketofoodlist .content__left .ui-slider .ui-slider-range {
  background: #00acbf;
}
.section-ketofoodlist .content__left .change-slider {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.section-ketofoodlist .content__left .change-slider input {
  width: 58.4px;
  padding: 0 8px;
  text-align: center;
  outline: none;
  color: black;
  font-size: 14px;
  font-weight: 600;
  height: 23.2px;
  border: 1px solid #707070;
}
.section-ketofoodlist .content__left .change-slider input::placeholder {
  color: #939393;
}
.section-ketofoodlist .content__left .block {
  margin-top: 24px;
}
.section-ketofoodlist .content__left .block:nth-of-type(1) {
  margin-top: 0;
}
.section-ketofoodlist .content__left .categories {
  border-top: 1px solid #D3D3D3;
  margin-top: 24px;
  padding-top: 20px;
}
.section-ketofoodlist .content__left .categories label {
  margin-bottom: 16px;
  display: block;
}
.section-ketofoodlist .content__left .category {
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 24px;
  margin-bottom: 20px;
  margin-left: 24px;
  cursor: pointer;
}
.section-ketofoodlist .content__left .category--hidden {
  display: none;
}
.section-ketofoodlist .content__left .category--active {
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  position: relative;
  display: block !important;
}
.section-ketofoodlist .content__left .category--active::before {
  content: url("./img/category-x.svg");
  display: block;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.section-ketofoodlist .content__left .hidden-checkbox {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.section-ketofoodlist .content__left .load-more {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 24px;
  color: #00acbf;
  font-size: 14px;
  font-weight: 700;
}
.section-ketofoodlist .content__left .find-best-options {
  width: 100%;
  margin-top: 48px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 5px 20px;
  min-height: 32px;
  border-radius: 5px;
  background-color: #00acbf;
  border: none;
  outline: none;
  cursor: pointer;
}
.section-ketofoodlist .content__right .search-container {
  display: flex;
}
.section-ketofoodlist .content__right .search-container button {
  background-color: #00acbf;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17.6px;
  min-width: 130.4px;
  height: 36.8px;
  outline: none;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-ketofoodlist .content__right .search-container input {
  flex-grow: 1;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 0 17.6px;
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.section-ketofoodlist .content__right .search-container input::placeholder {
  color: #898989;
}
.section-ketofoodlist .content__right .products {
  margin-top: 48px;
}
.section-ketofoodlist .content__right .products__block {
  display: grid;
  grid-template-columns: 168px 1fr;
  grid-gap: 32px;
  border: 1px solid #d3d3d3;
  margin-bottom: 40px;
  align-items: center;
  padding-right: 17.6px;
}
.section-ketofoodlist .content__right .products__block:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-ketofoodlist .content__right .products__left {
  position: relative;
  min-height: 168px;
  align-self: stretch;
}
.section-ketofoodlist .content__right .products__left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-ketofoodlist .content__right .products__top {
  display: flex;
  align-items: center;
}
.section-ketofoodlist .content__right .products__name {
  font-size: 16px;
  color: black;
  font-weight: 800;
}
.section-ketofoodlist .content__right .products__circle {
  width: 3.2px;
  height: 3.2px;
  background: black;
  border-radius: 100%;
  margin: 0 12px;
}
.section-ketofoodlist .content__right .products__food-category {
  font-size: 16px;
  font-weight: 400;
  color: black;
  display: flex;
  align-items: center;
}
.section-ketofoodlist .content__right .products__category {
  padding: 4px 12px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.section-ketofoodlist .content__right .products__facts {
  margin-top: 12.8px;
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.section-ketofoodlist .content__right .products__bottom {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.section-ketofoodlist .content__right .products__data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #D3D3D3;
  padding: 0 12px;
  min-width: 88px;
}
.section-ketofoodlist .content__right .products__data .bold {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-ketofoodlist .content__right .products__data:nth-last-of-type(1) {
  border-right: 0;
}
.section-ketofoodlist .content__right .products__data:nth-of-type(1) {
  padding-left: 0;
}
.section-ketofoodlist .content__right .products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.section-ketofoodlist .content__right .products__readmore {
  margin-left: auto;
  background-color: #00acbf;
  border-radius: 4px;
  height: 32px;
  padding: 0 22.4px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-ketofoodlist .content__right .products__notfound {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 28px;
}
.section-ketofoodlist .content__right .products__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.section-ketofoodlist .content__right .products__pagination .page-numbers {
  margin-right: 17.6px;
}
.section-ketofoodlist .content__right .products__pagination .current {
  color: #00ACBF;
  pointer-events: none;
}
.section-ketofoodlist .content__right .products__pagination .page-right, .section-ketofoodlist .content__right .products__pagination .page-left {
  display: block;
  transition: all 0.5s ease;
  position: relative;
}
.section-ketofoodlist .content__right .products__pagination .page-right img, .section-ketofoodlist .content__right .products__pagination .page-left img {
  width: 21.6px;
  height: 21.6px;
  display: block;
  transition: all 0.5s ease;
}
.section-ketofoodlist .content__right .products__pagination .page-right .hover-img, .section-ketofoodlist .content__right .products__pagination .page-left .hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.section-ketofoodlist .content__right .products__pagination .page-right:hover img, .section-ketofoodlist .content__right .products__pagination .page-left:hover img {
  opacity: 0;
}
.section-ketofoodlist .content__right .products__pagination .page-right:hover .hover-img, .section-ketofoodlist .content__right .products__pagination .page-left:hover .hover-img {
  opacity: 1;
}
.section-ketofoodlist .content__right .products__pagination .page-left {
  transform: rotate(180deg);
}
.section-ketofoodlist .content__right .products__pagination .page-right {
  margin-right: 0;
}
.section-ketofoodlist .content__right .products__pagination .prev {
  margin-right: 12.8px;
}
.section-ketofoodlist .content__right .products__pagination .next {
  margin-left: -4.8px;
}

.section-full-advertisement {
  margin-bottom: 36.8px;
  margin-top: -35px;
}
.section-full-advertisement a {
  width: 100%;
  display: flex;
}
.section-full-advertisement a img {
  display: block;
  flex-grow: 1;
  max-width: 100%;
  height: 85px;
}
.section-full-advertisement .label-advertisement {
  text-align: right;
  font-weight: 400;
  color: #BABABA;
  font-size: 11.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .section-ketofoodlist .content__right .products__bottom {
    flex-wrap: wrap;
  }
  .section-ketofoodlist .content__right .products__grid {
    flex-basis: 100%;
  }
  .section-ketofoodlist .content__right .products__readmore {
    margin: 0 auto;
    margin-top: 24px;
  }
  .section-ketofoodlist .content__right .products__right {
    padding: 16px 0;
  }
  .section-ketofoodlist .content__right .products__block {
    grid-template-columns: 1fr;
    grid-gap: 8px;
    padding: 16px 32px;
  }
  .section-ketofoodlist .content__right .products__left {
    margin: 0 auto;
    width: 168px;
  }
  .section-ketofoodlist .content__right .products__top {
    justify-content: center;
  }
  .section-ketofoodlist .content__right .products__facts {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .section-full-advertisement a img {
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .section-full-advertisement {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .section-ketofoodlist .hamburger {
    display: none;
  }
  .section-ketofoodlist .mobile-search {
    display: none;
  }
  .section-ketofoodlist .mobile-filters-heading {
    display: none;
  }
  .section-sticky-keto-filters {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .section-sticky-keto-filters {
    padding-top: 4px;
    padding-bottom: 9px;
    transition: all 0.5s ease;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  .section-sticky-keto-filters--transformed {
    transform: translateY(-100%);
  }
  .section-sticky-keto-filters .search-container {
    padding: 0;
    position: static;
    transform: none;
    background-color: white;
    box-shadow: none;
    --webkit-box-shadow: none;
    display: flex;
    visibility: visible;
  }
  .section-sticky-keto-filters input[type=text] {
    height: 40px;
    flex-grow: 1;
    border: 1px solid #d3d3d3;
    background: white;
    padding: 0 12.8px;
    font-size: 14.6px;
    color: black;
    outline: none;
  }
  .section-sticky-keto-filters input[type=text]::placeholder {
    color: #898989;
  }
  .section-sticky-keto-filters button[type=submit] {
    height: 40px;
    padding: 0 16px;
    background-color: #00acbf;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 14.6px;
    font-weight: 600;
    color: white;
  }
  .section-sticky-keto-filters .filters-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14.6px;
    font-weight: 700;
    color: black;
    margin-top: 8px;
  }
  .section-sticky-keto-filters .filters-button img {
    width: 20px;
    margin-right: 10px;
  }
  .section-ketofoodlist {
    padding-bottom: 68px;
    margin-top: 71px;
  }
  .section-ketofoodlist .food-list__flex {
    flex-direction: column;
  }
  .section-ketofoodlist .food-list {
    padding: 24px 16px;
  }
  .section-ketofoodlist .food-list .paragraph {
    margin-top: 8px;
  }
  .section-ketofoodlist .hamburger {
    padding: 0;
    margin-right: 12px;
  }
  .section-ketofoodlist .hamburger .hamburger-inner, .section-ketofoodlist .hamburger .hamburger-inner::before, .section-ketofoodlist .hamburger .hamburger-inner::after {
    width: 17.6px;
    height: 2px;
    background-color: #d3d3d3;
  }
  .section-ketofoodlist .hamburger .hamburger-box {
    width: 17.6px;
    height: 14.4px;
    display: block;
  }
  .section-ketofoodlist .hamburger--elastic .hamburger-inner::before {
    top: 6.4px;
  }
  .section-ketofoodlist .hamburger--elastic .hamburger-inner::after {
    top: 12.8px;
  }
  .section-ketofoodlist .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12.8px, 0) rotate(-270deg);
  }
  .section-ketofoodlist .hamburger.is-active:hover {
    opacity: 1;
  }
  .section-ketofoodlist .hamburger:hover {
    opacity: 1;
  }
  .section-ketofoodlist .content {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .section-ketofoodlist .content__left {
    position: relative;
  }
  .section-ketofoodlist .content__left .heading {
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .section-ketofoodlist .content__left form {
    display: none;
    transition: all 0.5s ease;
    position: fixed;
    top: 54.7px;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color: #f4f4f4;
    padding: 0 19.2px;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 2;
    overflow: scroll;
    margin-top: 0;
    z-index: 100;
  }
  .section-ketofoodlist .content__left .find-best-options {
    min-height: 40px;
    padding: 5px 20px;
    min-width: 290px;
    font-size: 16.8px;
    width: fit-content;
    margin: 48px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-ketofoodlist .active-filters form {
    display: block;
  }
  .section-ketofoodlist .mobile-search {
    display: flex;
    margin-top: 48px;
  }
  .section-ketofoodlist .mobile-search input {
    height: 40px;
    flex-grow: 1;
    border: 1px solid #d3d3d3;
    background: white;
    padding: 0 12.8px;
    font-size: 14.6px;
    color: black;
    outline: none;
  }
  .section-ketofoodlist .mobile-search input::placeholder {
    color: #898989;
  }
  .section-ketofoodlist .mobile-search button {
    height: 40px;
    padding: 0 16px;
    background-color: #00acbf;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 14.6px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
  }
  .mobile-filters-heading {
    display: flex;
    align-items: center;
    font-size: 12.8px;
    font-weight: 800;
    color: black;
    line-height: 24px;
    text-transform: uppercase;
    width: fit-content;
  }
  .mobile-filters-heading .hamburger.is-active .hamburger-inner::before, .mobile-filters-heading .hamburger.is-active .hamburger-inner::after, .mobile-filters-heading .hamburger.is-active .hamburger-inner {
    width: 20.8px;
  }
  .mobile-filters-heading .hamburger .hamburger-box {
    height: 17.6px;
  }
}
@media screen and (max-width: 780px) {
  .section-ketofoodlist .content__right .products__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-ketofoodlist .content__right .products__readmore {
    margin-left: 0;
    margin-top: 20px;
  }
  .section-ketofoodlist .content__right .products__block {
    padding: 20px 0;
  }
}
@media screen and (max-width: 680px) {
  .section-ketofoodlist .content__right .products__bottom {
    flex-wrap: wrap;
  }
  .section-ketofoodlist .content__right .products__grid {
    flex-basis: 100%;
  }
  .section-ketofoodlist .content__right .products__readmore {
    margin: 0 auto;
    margin-top: 24px;
  }
  .section-ketofoodlist .content__right .products__block {
    grid-template-columns: 1fr;
    grid-gap: 8px;
    padding: 16px 32px;
  }
  .section-ketofoodlist .content__right .products__left {
    margin: 0 auto;
    width: 168px;
  }
  .section-ketofoodlist .content__right .products__top {
    justify-content: center;
  }
  .section-ketofoodlist .content__right .products__facts {
    text-align: center;
  }
  .section-ketofoodlist .content__right .products {
    margin-top: 0;
  }
  .section-ketofoodlist .content__right .search-container {
    display: none;
  }
  .section-ketofoodlist .content__right .products__top {
    justify-content: start;
  }
  .section-ketofoodlist .content__right .products__readmore {
    margin-left: 0;
    margin-right: 0;
    min-width: 160px;
  }
  .section-ketofoodlist .content__right .products__pagination {
    margin-top: 72px;
  }
  .section-ketofoodlist .content__right .products__notfound {
    margin-top: 32px;
  }
  .section-ketofoodlist .content__right .products__top {
    flex-direction: column;
  }
  .section-ketofoodlist .content__right .products__circle {
    display: none;
  }
  .section-ketofoodlist .content__right .products__food-category {
    margin: 8px 0;
  }
  .section-ketofoodlist .content__right .products__food-category--2 {
    margin: 0;
  }
  .section-ketofoodlist .content__right .products__food-category--2 .products__category {
    min-width: 121.6px;
    text-align: center;
  }
  .section-ketofoodlist .content__right .products__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20.8px;
  }
  .section-ketofoodlist .content__right .products__data {
    border: 0;
    padding: 0;
  }
  .section-ketofoodlist .content__right .products__bottom {
    flex-direction: row;
    align-items: center;
  }
  .section-ketofoodlist .content__right .products__readmore {
    margin: 0 auto;
    margin-top: 24px;
  }
}
@media screen and (max-width: 550px) {
  .section-ketofoodlist .food-list__paragraph {
    margin-top: 22.4px;
  }
  .section-ketofoodlist .food-list button {
    margin: 0;
  }
  .section-ketofoodlist .food-list .label {
    font-size: 14px;
  }
  .section-ketofoodlist .content__left .mobile-search {
    margin-bottom: 32px;
  }
  .section-ketofoodlist .content__left form {
    top: 48.83px;
  }
  .section-ketofoodlist .content__left .find-best-options {
    margin-top: 32px;
    width: 100%;
  }
  .section-ketofoodlist .content__right .products__block {
    padding: 16px;
    padding-bottom: 29.6px;
    grid-gap: 0;
    margin-bottom: 28px;
  }
  .section-ketofoodlist .content__right .products__right {
    padding: 0;
  }
  .section-ketofoodlist .content__right .products__food-category--2 {
    margin: 0;
  }
  .section-ketofoodlist .content__right .products__facts {
    margin-top: 20px;
  }
  .section-ketofoodlist .content__right .products__readmore {
    width: 100%;
  }
  .section-ketofoodlist .content__right .products__data {
    font-size: 14px;
  }
}
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

html, body {
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

:root {
  --navbar-height: 114.19px;
  --toc-top: 0;
}

html {
  scroll-behavior: smooth;
  min-width: 350px;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  max-width: 1091px;
  margin: 0 auto;
}

.section-breadcrumbs {
  margin-top: 20px;
  margin-bottom: 36px;
}
.section-breadcrumbs .flex {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.section-breadcrumbs .flex * {
  display: inline !important;
}
.section-breadcrumbs a {
  color: black;
}
.section-breadcrumbs .arrow {
  margin: 0 8px;
  display: block;
}
.section-breadcrumbs span {
  color: #898989;
}
.section-breadcrumbs .arrow img {
  width: 4.8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=search], input[type=text], input[type=number] {
  -webkit-appearance: none;
}

input {
  -webkit-border-radius: 0;
}

.default-header {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 1.6px;
  border-bottom: 4px solid #fcb319;
  width: fit-content;
}

.full-screen-loader .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.full-screen-loader .lds-roller {
  transition: all 0.2s ease;
  margin-top: -15px;
}
.full-screen-loader .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #00acbf;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.full-screen-loader .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #00acbf;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.full-screen-loader .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #00acbf;
  }
}
.full-screen-loader .crossmark__circle.animateElement {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fa6060;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.full-screen-loader .crossmark.animateElement {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fa6060;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #fa6060;
  animation: fillred 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.full-screen-loader .crossmark {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.full-screen-loader .crossmark__check.animateElement {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.full-screen-loader .cross__path.animateElement {
  stroke: #ffffff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}
.full-screen-loader .cross__path--right.animateElement {
  animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}
.full-screen-loader .cross__path--left.animateElement {
  animation: 1s ease 0.8s normal forwards 1 running stroke;
}
@keyframes fillred {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fa6060;
  }
}
.full-screen-loader--done .checkmark {
  opacity: 1;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  transition-delay: 0.3s;
}
.full-screen-loader--done .checkmark__check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.full-screen-loader--done .lds-roller {
  opacity: 0;
}
.full-screen-loader--done--error .lds-roller {
  opacity: 0;
}

.component-socialmedia {
  display: flex;
  align-items: center;
}
.component-socialmedia img {
  display: block;
}
.component-socialmedia a {
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
}
.component-socialmedia a:nth-last-of-type(1) {
  margin-right: 0;
}
.component-socialmedia .facebook {
  display: block;
  position: relative;
}
.component-socialmedia .facebook img {
  display: block;
  width: 10.4px;
  height: 17.6px;
}
.component-socialmedia .facebook .hover-img {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.component-socialmedia .instagram {
  position: relative;
}
.component-socialmedia .instagram img {
  display: block;
  width: 18.4px;
  height: 17.6px;
}
.component-socialmedia .instagram .hover-img {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.component-socialmedia .twitter {
  position: relative;
}
.component-socialmedia .twitter img {
  display: block;
  width: 22.4px;
  height: 17.6px;
}
.component-socialmedia .twitter .hover-img {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.component-socialmedia .linkedin {
  position: relative;
}
.component-socialmedia .linkedin img {
  display: block;
  width: 18.4px;
  height: 17.6px;
}
.component-socialmedia .linkedin .hover-img {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.component-socialmedia .pinterest {
  position: relative;
}
.component-socialmedia .pinterest img {
  display: block;
  width: 15.2px;
  height: 17.6px;
}
.component-socialmedia .pinterest .hover-img {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.component-socialmedia .youtube {
  position: relative;
}
.component-socialmedia .youtube img {
  display: block;
  width: 23.2px;
  height: 17.6px;
}
.component-socialmedia .youtube .hover-img {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.cookies .cookies__content a {
  text-decoration: underline;
}

.global-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
  overflow: auto;
}
.global-popup .wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.global-popup .new-wrapper {
  margin: auto;
  width: 100%;
  padding: 24px 0;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .wrapper {
    padding: 0 19.2px;
    max-width: none;
  }
  :root {
    --navbar-height: 54.7px;
  }
}
@media screen and (max-width: 1070px) {
  .global-popup .new-wrapper {
    padding: 24px 48px;
  }
}
@media screen and (max-width: 700px) {
  .global-popup .new-wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 550px) {
  .component-socialmedia .facebook img {
    width: 8px;
    height: 14.4px;
  }
  .component-socialmedia .instagram img {
    width: 15.2px;
    height: 14.4px;
  }
  .component-socialmedia .twitter img {
    width: 17.6px;
    height: 14.4px;
  }
  .component-socialmedia .linkedin img {
    width: 14.4px;
    height: 14.4px;
  }
  .component-socialmedia .pinterest img {
    width: 12px;
    height: 14.4px;
  }
  .component-socialmedia .youtube img {
    width: 19.2px;
    height: 14.4px;
  }
  .section-breadcrumbs {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 360px) {
  header .header__subscribe-button {
    word-break: inherit !important;
    margin: 0 10px;
  }
}
@media (hover: hover) {
  .component-post:hover .component-post__title {
    color: var(--main-color);
  }
  header li a:before, header li span:before {
    transition: width 0.5s ease;
  }
  header li a:hover:before, header li span:hover:before {
    width: 100%;
  }
  header li.hovered span:before {
    width: 100%;
  }
  header .search-button:hover .main-img {
    opacity: 0;
  }
  header .search-button:hover .hover-img {
    opacity: 1;
  }
  header .search-button--active:hover .close-hover-img {
    opacity: 1;
  }
  header .close {
    transition: all 0.5s ease;
  }
  header .close:hover img {
    opacity: 0;
  }
  header .close:hover .hover-img {
    opacity: 1;
  }
  header .width-container input:hover {
    border: 1px solid #00ACBF;
  }
  header .width-container button {
    transition: all 0.5s ease;
  }
  header .width-container button:hover {
    background: #2990A8;
  }
  .component-socialmedia a img {
    transition: all 0.5s ease;
  }
  .component-socialmedia a:hover img {
    opacity: 0;
  }
  .component-socialmedia a:hover .hover-img {
    opacity: 1;
  }
  .component-socialmedia .grid input:hover {
    border: 1px solid #00ACBF;
  }
  .component-socialmedia .grid button {
    transition: all 0.5s ease;
  }
  .component-socialmedia .grid button:hover {
    background-color: #D33D43;
  }
  .component-socialmedia .grid li a {
    transition: all 0.5s ease;
  }
  .component-socialmedia .grid li a:hover {
    color: #00ACBF;
  }
  .component-socialmedia .copyright a {
    transition: all 0.5s ease;
  }
  .component-socialmedia .copyright a:hover {
    color: #00acbf;
  }
  .section-breadcrumbs a {
    transition: all 0.5s ease;
  }
  .section-breadcrumbs a:hover {
    color: #fcb319;
  }
  .section-ketofoodlist .food-list button {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .food-list button:hover {
    color: #fcb319;
  }
  .section-ketofoodlist .content__left .load-more {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__left .load-more:hover {
    color: #fcb319;
  }
  .section-ketofoodlist .content__left .find-best-options {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__left .find-best-options:hover {
    background: #2990A8;
  }
  .section-ketofoodlist .content__left .change-slider input {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__left .change-slider input:focus {
    border: 1px solid #00ACBF;
  }
  .section-ketofoodlist .content__left .category {
    transition: color 0.5s ease;
  }
  .section-ketofoodlist .content__left .category:hover {
    color: #2A90A7;
  }
  .section-ketofoodlist .content__right .search-container input {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__right .search-container input:focus {
    border: 1px solid #00ACBF;
  }
  .section-ketofoodlist .content__right .search-container button {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__right .search-container button:hover {
    background: #2990A8;
  }
  .section-ketofoodlist .content__right .products__pagination a.page-numbers {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__right .products__pagination a.page-numbers:hover {
    color: #00ACBF;
  }
  .section-ketofoodlist .content__right .products__readmore {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__right .products__readmore:hover {
    background: #2990A8;
  }
  .section-ketofoodlist .content__right a.products__name {
    transition: all 0.5s ease;
  }
  .section-ketofoodlist .content__right a.products__name:hover {
    color: #00ACBF;
  }
  .section-ketofoodlist .content__right a.products__left:hover + .products__right .products__name {
    color: #00acbf;
  }
  .section-category .breadcrumbs__place a {
    transition: all 0.5s ease;
  }
  .section-category .breadcrumbs__place a:hover {
    color: #fcb319;
  }
  .section-category2 .grid__heading {
    transition: all 0.5s ease;
  }
  .section-category2 .pagination a {
    transition: all 0.5s ease;
  }
  .section-category2 .pagination a:hover {
    color: #00ACBF;
  }
  .section-category2 .grid__left:hover + .grid__right .grid__heading {
    color: #00ACBF;
  }
  .section-category2 .grid__heading:hover {
    color: #00acbf;
  }
  .section-category2 .pagination .page-right, .section-category2 .pagination .page-left {
    transition: all 0.5s ease;
  }
  .section-category2 .pagination .page-right:hover img, .section-category2 .pagination .page-left:hover img {
    opacity: 0;
  }
  .section-category2 .pagination .page-right:hover .hover-img, .section-category2 .pagination .page-left:hover .hover-img {
    opacity: 1;
  }
  .section-source4__contact {
    transition: all 0.5s ease;
  }
  .section-source4__contact:hover {
    color: #2990A8;
  }
  .section-source6__faq .plus-logo-hover {
    transition: all 0.5s ease;
  }
  .section-source6__faq:hover .plus-logo-hover {
    opacity: 1;
  }
  .section-source4__link, .section-source5 .submit-button {
    transition: all 0.5s ease;
  }
  .section-source4__link:hover, .section-source5 .submit-button:hover {
    background: #2990A8;
  }
  .section-single .author a.author-name {
    transition: all 0.5s ease;
  }
  .section-single .author a.author-name:hover {
    color: #2990A8;
  }
  .section-single .category {
    transition: all 0.5s ease;
  }
  .section-single .category:hover {
    color: #fcb319;
  }
  .section-single__content .written-by a.reviewed-by span {
    transition: all 0.5s ease;
  }
  .section-single__content .written-by a.reviewed-by:hover span {
    color: #2990a8;
  }
  .section-single__content .written-by .twitter:hover img, .section-single__content .written-by .linkedin:hover img, .section-single__content .written-by .instagram:hover img, .section-single__content .written-by .facebook:hover img {
    opacity: 0;
  }
  .section-single__content .written-by .twitter:hover .hover-img, .section-single__content .written-by .linkedin:hover .hover-img, .section-single__content .written-by .instagram:hover .hover-img, .section-single__content .written-by .facebook:hover .hover-img {
    opacity: 1;
  }
  .section-single__content .section-app-review__link {
    transition: all 0.5s ease;
  }
  .section-single__content .section-app-review__link:hover {
    background: #D33D43;
  }
  .section-related-articles .title {
    transition: all 0.5s ease;
  }
  .section-related-articles .title:hover {
    color: #00ACBF;
  }
  .section-medical-team .authors__grid__link {
    transition: all 0.5s ease;
  }
  .section-medical-team .authors__grid__link:hover {
    color: #2990A8;
  }
  .section-team .author-linkedin {
    transition: all 0.5s ease;
  }
  .section-contact button {
    transition: all 0.5s ease;
  }
  .section-contact button:hover {
    background: #2990A8;
  }
  .section-404 a {
    transition: all 0.5s ease;
  }
  .section-404 a:hover {
    background: #2990a8;
  }
  .section-tools .inner-grid__middle .title {
    transition: all 0.5s ease;
  }
  .section-tools .inner-grid__middle .title:hover {
    color: #00acbf;
  }
  .section-tools .inner-grid__left:hover + .inner-grid__middle .title {
    color: #00ACBF;
  }
  .section-tools .readmore {
    transition: all 0.5s ease;
  }
  .section-tools .readmore:hover {
    background: #2990a8;
  }
  .section-product .grid__title {
    transition: all 0.5s ease;
  }
  .section-product .grid__title:hover {
    color: #00ACBF;
  }
  .section-product .grid__image:hover + .grid__title {
    color: #00acbf;
  }
  footer .grid button {
    transition: all 0.5s ease;
  }
  footer .grid button:hover {
    background-color: #D33D43;
  }
  footer .copyright a {
    transition: all 0.5s ease;
  }
  footer .copyright a:hover {
    color: black;
  }
  footer .grid li {
    transition: all 0.5s ease;
  }
  footer .grid li:hover {
    color: #00ACBF;
  }
  .section-ketocalculator .submit-container__button {
    transition: all 0.5s ease;
  }
  .section-ketocalculator .submit-container__button:hover {
    background: #2990A8;
  }
  .section-ketocalculator .metric-radio {
    transition: all 0.5s ease;
  }
  .section-ketocalculator .metric-radio:hover {
    color: #00ACBF;
  }
  .section-ketocalculator-chart input:focus {
    border: 1px solid #00ACBF;
  }
  .section-ketocalculator-chart button {
    transition: all 0.5s ease;
  }
  .section-ketocalculator-chart button:hover {
    background: #D33D43;
  }
}
footer {
  background: var(--gray-lighter);
  padding-top: 46px;
  padding-bottom: 24px;
}
footer * {
  font-family: "acumin-pro", sans-serif;
}
footer .container__grid {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  grid-gap: 130px;
}
footer .container__content {
  display: flex;
}
footer .container__thankyou__image {
  margin: 0 auto;
}
footer .container__thankyou__heading {
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--accent-black);
}
footer .container__thankyou__paragraph {
  margin-top: 8px;
  color: var(--accent-black);
  font-weight: 400;
  line-height: 1.5;
}
footer .container__top {
  display: flex;
  align-items: center;
}
footer .container__main-logo {
  width: 171px;
  margin-right: 48px;
}
footer .container__socialmedia__link {
  margin-right: 18px;
  transition: filter 0.5s ease;
}
footer .container__socialmedia__link:hover {
  filter: brightness(0) invert(42%) sepia(52%) saturate(1409%) hue-rotate(149deg) brightness(105%) contrast(101%);
}
footer .container__socialmedia__link:nth-last-of-type(1) {
  margin-right: 0;
}
footer .container__menus {
  display: flex;
  margin-top: 40px;
}
footer .container__menus li {
  list-style: none;
  color: var(--accent-black);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
footer .container__menus li:nth-of-type(1) {
  margin-top: 0;
}
footer .container__menus li a {
  transition: color 0.5s ease;
}
footer .container__menus li a:hover {
  color: var(--main-color);
}
footer .container__menus ul:nth-of-type(1) {
  margin-right: 56px;
}
footer .container__socialmedia {
  display: flex;
  align-items: center;
}
footer .newsletter__heading {
  color: var(--accent-black);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-size: 22px;
}
footer .newsletter__paragraph {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.5;
}
footer .newsletter__form {
  display: flex;
  border-radius: 6px;
  border: 1px solid var(--accent-green);
  background: white;
  padding: 4px;
  margin-top: 24px;
  max-width: 494px;
}
footer .newsletter__input {
  flex-grow: 1;
  background: white;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: var(--accent-black);
  font-weight: 400;
  min-height: 40px;
}
footer .newsletter__input::placeholder {
  color: #888;
}
footer .newsletter__button {
  flex-shrink: 0;
  padding-top: 5px;
  padding-bottom: 7px;
  min-height: 40px;
}
footer .newsletter__disclaimer {
  margin-top: 16px;
  color: #888;
  font-weight: 400;
  line-height: 1.5;
}
footer .newsletter__after-submit {
  display: none;
  margin: auto;
  text-align: center;
}
footer .copyright {
  margin-top: 50px;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
}
footer .copyright a {
  text-decoration: underline;
}

@media screen and (min-width: 1071px) {
  footer .container__menus.mobile {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  footer {
    padding: 55px 0;
  }
  footer .copyright {
    margin-top: 16px;
  }
  footer .container__grid {
    grid-template-columns: 1fr;
    grid-gap: 55px;
  }
  footer .container__top {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  footer .container__main-logo {
    margin-right: 0;
  }
  footer .container__socialmedia {
    margin-top: 24px;
  }
  footer .container__menus {
    display: none;
    margin-top: 30px;
  }
  footer .container__menus.mobile {
    display: block;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0;
  }
  footer .container__menus.mobile ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 56px;
    grid-row-gap: 16px;
    margin-right: 0;
  }
  footer .container__menus.mobile li {
    margin: 0;
    font-size: 14px;
  }
  footer .newsletter {
    order: 2;
    max-width: 484px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 770px) {
  footer .container__menus.mobile ul {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 550px) {
  footer {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  footer .newsletter {
    border-top: 1px solid #e4e4e4;
    margin-top: 36px;
    padding-top: 24px;
  }
  footer .newsletter__paragraph {
    margin-top: 8px;
  }
  footer .newsletter__form {
    margin-top: 15px;
  }
  footer .newsletter__disclaimer {
    margin-top: 14px;
  }
  footer .container__grid {
    grid-gap: 0;
  }
  footer .container__menus.mobile {
    margin-top: 24px;
    padding: 16px 0;
  }
  footer .container__menus.mobile ul {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 500px) {
  footer .newsletter__form {
    border: 0;
    display: block;
    background: none;
    padding: 0;
  }
  footer .newsletter__input {
    width: 100%;
    border: 1px solid var(--accent-green);
    border-radius: 4px;
  }
  footer .newsletter__button {
    margin-top: 16px;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 375px) {
  footer .container__menus.mobile ul {
    grid-template-columns: auto;
  }
}
button.scroll-to-top-button-inside-single {
  width: 45px;
  height: 45px;
  background-color: #00acbf;
  opacity: 0.7;
  border-radius: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 5;
}
button.scroll-to-top-button-inside-single:hover {
  opacity: 1;
}
button.scroll-to-top-button-inside-single img {
  width: 24px;
  height: 15px;
  margin: 0 auto;
}
button.scroll-to-top-button-inside-single.bottom-cta-active {
  bottom: 80px;
}

.section-single {
  padding-bottom: 92px;
}
.section-single .schema-review-img {
  display: none;
}
.section-single .category {
  font-size: 17.6px;
  font-weight: 800;
  color: #00acbf;
  text-transform: uppercase;
}
.section-single h1 {
  margin-top: 16px;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  color: black;
  max-width: 961.6px;
}
.section-single .socialmedia-containerv2 {
  position: absolute;
  height: calc(100% + 40px);
}
.section-single .socialmediav2 {
  top: calc(var(--navbar-height) + 30px);
  position: sticky;
  font-size: 10px;
  font-weight: 500;
  color: #6a6a6a;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  margin-left: -100px;
}
.section-single .socialmediav2 div {
  margin-bottom: 20px;
}
.section-single .socialmediav2 a {
  margin-bottom: 30px;
}
.section-single .socialmediav2 a:hover img {
  filter: invert(49%) sepia(65%) saturate(462%) hue-rotate(144deg) brightness(87%) contrast(91%);
}
.section-single .socialmediav2 a:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-single .socialmediav2__single {
  display: flex !important;
  position: static;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
  font-size: 12px;
  font-weight: 600;
  margin-top: 60px;
  color: #939393;
}
.section-single .socialmediav2__single a,
.section-single .socialmediav2__single div {
  margin: 0;
}
.section-single .socialmediav2__single a {
  margin-left: 30px;
}
.section-single .socialmediav2__single a img {
  display: block;
  filter: brightness(0) invert(56%) sepia(8%) saturate(0%) hue-rotate(216deg) brightness(102%) contrast(95%);
}
.section-single .author {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 16px;
  align-items: center;
  margin-bottom: 21.4px;
}
.section-single .author__image img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
  display: block;
}
.section-single .author__right {
  font-size: 14.4px;
  font-weight: 400;
  color: black;
  line-height: 24px;
}
.section-single .author .author-name {
  color: #00ACBF;
  font-weight: 700;
}
.section-single .author__check {
  display: block;
  margin-left: 11px;
}
.section-single .author .top span {
  white-space: nowrap;
  display: block;
}
.section-single .author .top > * {
  display: inline !important;
  vertical-align: middle;
}
.section-single .author .margin-left {
  margin-left: 4px;
}
.section-single .author .bottom {
  margin-top: 2.4px;
  color: black;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-single .author .bottom .date {
  white-space: nowrap;
}
.section-single .author .bottom span:not(.low-weight) {
  font-weight: 600;
}
.section-single .author .bottom span.low-weight {
  margin-left: 3px;
}
.section-single .author .bottom .details {
  font-size: 14.4px;
  color: #939393;
  font-weight: 400;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.section-single .author .bottom .circle {
  width: 3.2px;
  height: 3.2px;
  border-radius: 100%;
  background-color: #939393;
  margin: 0 12px;
}
.section-single__content {
  position: relative;
}
.section-single__content .acf-references__block a {
  font-weight: 400;
}
.section-single__content img {
  max-width: 100%;
}
.section-single__content .before-main-content p {
  font-weight: 700;
}
.section-single__content .top3-products {
  margin: 50px 0;
}
.section-single__content .top3-products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.section-single__content .top3-products__label {
  font-size: 16px;
  font-weight: 700;
  background: #D3D3D3;
  border-radius: 5px 5px 0 0;
  text-align: center;
  line-height: 1.55;
  padding: 3px 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-single__content .top3-products__label:nth-of-type(1) {
  background: #FA6060;
  color: white;
  position: relative;
}
.section-single__content .top3-products__label:nth-of-type(1)::before {
  content: url("./img/2-layers.svg");
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 2;
}
.section-single__content .top3-products__block {
  border: 2px solid #D3D3D3;
  width: 100%;
  padding: 24px 15px 35px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-single__content .top3-products__block:nth-of-type(1) {
  border: 2px solid #FA6060;
}
.section-single__content .top3-products__block:nth-of-type(1) .top3-products__button {
  background: #FA6060;
}
.section-single__content .top3-products__block:nth-of-type(1) .top3-products__button:hover {
  background: #D33D43;
}
.section-single__content .top3-products__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
}
.section-single__content .top3-products__relative {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.section-single__content .top3-products__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.section-single__content .top3-products__name[data-status=invisible] {
  opacity: 0;
  position: static;
}
.section-single__content .top3-products__name--container {
  position: relative;
  max-width: calc(100% - 18px);
  margin: 0 auto;
  display: block;
}
.section-single__content .top3-products__image {
  max-width: 160px;
  margin: 15px auto 0;
  display: block;
  height: 160px;
  object-fit: contain;
}
.section-single__content .top3-products__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.section-single__content .top3-products__stars {
  margin-left: 6px;
  position: relative;
}
.section-single__content .top3-products__stars .stars {
  height: 13px;
  display: block;
}
.section-single__content .top3-products__stars .real-stars {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
}
.section-single__content .top3-products__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.33;
  color: white;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(100% - 18px);
  margin: 15px auto 0;
  background: #14ACBF;
  border-radius: 5px;
  padding: 6px 15px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-single__content .top3-products__button:hover {
  background-color: #00748A;
}
.section-single__content .top3-products__content {
  margin-top: 30px;
  position: relative;
  flex-grow: 1;
}
.section-single__content .top3-products__content::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 80px);
  background: white;
}
.section-single__content .top3-products__content li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 25px;
  display: block;
  padding-left: 10px;
}
.section-single__content .top3-products__content li::before {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
}
.section-single__content .top3-products__content > * {
  font-size: 16px !important;
  margin-bottom: 34px;
  line-height: 25px;
  position: relative;
}
.section-single__content .top3-products__content > :last-child {
  margin-bottom: 0 !important;
}
.section-single__content .wp-block-table.is-style-stripes tr:nth-of-type(odd) td {
  background: #f0f0f0;
}
.section-single__content .wp-block-table.is-style-stripes tr:nth-of-type(even) td {
  background: #f7f7f7;
}
.section-single__content .wp-block-table.is-style-stripes tbody {
  overflow: auto;
  min-width: 700px;
  scollbar-width: none;
}
.section-single__content .wp-block-table.is-style-stripes tbody::-webkit-scrollbar {
  display: none;
}
.section-single__content .wp-block-table {
  scrollbar-width: none;
  overflow: hidden;
}
.section-single__content .wp-block-table::-webkit-scrollbar {
  display: none;
}
.section-single__content .wp-block-table:not(.is-style-stripes) {
  padding-bottom: 15px;
  border: 2px solid #00ACBF;
  border-radius: 4px;
}
.section-single__content .wp-block-table:not(.is-style-stripes).no-border {
  border: 0;
  border-radius: 0;
}
.section-single__content .wp-block-table:not(.is-style-stripes) thead {
  border-bottom: 0;
  display: block;
}
.section-single__content .wp-block-table:not(.is-style-stripes) .simplebar-content-wrapper {
  border: 2px solid #00ACBF;
  border-radius: 4px;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.section-single__content .wp-block-table:not(.is-style-stripes) .simplebar-wrapper {
  padding-bottom: 20px;
}
.section-single__content .wp-block-table:not(.is-style-stripes) .simplebar-track .simplebar-scrollbar {
  background: #D3D3D3 !important;
  border: 0 !important;
}
.section-single__content .wp-block-table:not(.is-style-stripes) .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 0 !important;
}
.section-single__content .wp-block-table:not(.is-style-stripes) .simplebar-track.simplebar-horizontal {
  width: 100%;
  left: auto;
  right: 20px;
  bottom: 0;
  overflow: hidden;
}
.section-single__content .wp-block-table:not(.is-style-stripes) .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 100%;
}
.section-single__content .wp-block-table:not(.is-style-stripes) .simplebar-track.simplebar-vertical {
  height: calc(100% - 20px);
  left: auto;
  right: 0;
  width: 6.4px;
  overflow: hidden;
}
.section-single__content .wp-block-table:not(.is-style-stripes) th {
  border: 0;
  border-bottom: 1px solid #00ACBF;
  background: #F8FEFF;
  font-weight: 600;
  font-size: 15px;
  color: #00ACBF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 15px;
}
.section-single__content .wp-block-table:not(.is-style-stripes) th:nth-of-type(1) {
  border-right: 1px solid #00ACBF;
}
.section-single__content .wp-block-table:not(.is-style-stripes) td {
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.section-single__content .wp-block-table:not(.is-style-stripes) td:nth-of-type(1) {
  border-right: 1px solid #ebebeb;
}
.section-single__content .wp-block-table:not(.is-style-stripes) tr:nth-last-of-type(1) td {
  border-bottom: 0;
}
.section-single__content .wp-block-table:not(.is-style-stripes) table {
  max-height: 552px;
}
.section-single__content table {
  scollbar-width: none;
}
.section-single__content table::-webkit-scrollbar {
  display: none;
}
.section-single__content table tbody {
  display: block;
}
.section-single__content table .simplebar-track {
  height: 6.4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  z-index: 3;
}
.section-single__content table .simplebar-track .simplebar-scrollbar {
  border: 1px solid #6e6e6e !important;
  background-color: #6e6e6e !important;
  border-radius: 4px !important;
  top: 0 !important;
}
.section-single__content table .simplebar-track .simplebar-horizontal {
  height: 5.6px !important;
}
.section-single__content table tr {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}
.section-single__content table td {
  padding: 15px;
  vertical-align: top;
  font-size: 17px;
  line-height: 24px;
  border: none;
}
.section-single__content .custom-icon-table .flex {
  display: flex;
  align-items: center;
}
.section-single__content .custom-icon-table .stars-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 4px;
}
.section-single__content .custom-icon-table p {
  line-height: 24px;
}
.section-single__content .custom-icon-table p:last-child {
  margin: 0;
}
.section-single__content .custom-icon-table .stars {
  height: 10px;
  display: block;
  width: fit-content;
}
.section-single__content .custom-icon-table .real-stars {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  max-width: 75px;
}
.section-single__content .wp-block-buttons {
  margin-bottom: 60px;
}
.section-single__content .wp-block-buttons .wp-block-button__link {
  min-width: 280px;
  padding: 9.6px;
  background-color: #fa6060;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  transition: 0.5s ease background-color;
}
.section-single__content .wp-block-buttons .wp-block-button__link:hover {
  background-color: #D33D43 !important;
}
.section-single__content .wp-block-table {
  margin-bottom: 30px;
}
.section-single__content .wp-block-table.is-style-stripes .has-fixed-layout {
  border: none;
  border-radius: 0;
}
.section-single__content .wp-block-image {
  margin-bottom: 30px;
}
.section-single__content .wp-block-image figcaption {
  font-size: 12px;
  line-height: 16px;
  color: #898989;
  font-weight: 400;
  text-align: right;
}
.section-single__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.section-single__content .wp-block-table.is-style-stripes tr {
  grid-template-columns: 40% minmax(250px, 1fr);
}
.section-single__content .real-comparison-table {
  display: grid;
  grid-template-columns: 124.8px 1fr;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-single__content .real-comparison-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #6e6e6e;
  border-radius: 3px;
}
.section-single__content .winner-exists .real-comparison-table::before {
  top: 70px;
  height: calc(100% - 82px);
}
.section-single__content .winner-exists .comparison-table__left {
  max-height: calc(100% - 83px);
}
.section-single__content .section-app-review {
  border-radius: 4px;
  border: 1.6px solid #00acbf;
  background-color: #f8feff;
  padding: 24px 46.4px;
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 72px;
  align-items: center;
  margin: 40px 0;
  overflow: hidden;
}
.section-single__content .section-app-review__left img {
  max-width: 100%;
  display: block;
  height: auto;
  min-height: 160px;
  object-fit: contain;
}
.section-single__content .section-app-review__name {
  color: black;
  font-size: 22.4px;
  font-weight: 800;
  line-height: 22.4px;
  width: fit-content;
}
.section-single__content .section-app-review__heading {
  margin-top: 17.6px;
  color: black;
  font-size: 16.8px;
  font-weight: 800;
  line-height: 20px;
  width: fit-content;
}
.section-single__content .section-app-review ul {
  margin-top: 17.6px;
  color: black;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  margin-bottom: 0;
  width: fit-content;
}
.section-single__content .section-app-review li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  list-style: none;
  width: fit-content;
  padding-left: 10px;
}
.section-single__content .section-app-review li::before {
  content: "";
  display: block;
  margin-right: 4px;
  flex-shrink: 0;
  color: black;
  width: 4px;
  height: 4px;
  background: #00ACBF;
  margin-top: 0;
}
.section-single__content .section-app-review li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-single__content .section-app-review__rating {
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.section-single__content .section-app-review__rating .stars-container {
  position: relative;
  width: fit-content;
}
.section-single__content .section-app-review__rating .stars {
  height: 10px;
  display: block;
  width: fit-content;
}
.section-single__content .section-app-review__rating .real-stars {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  max-width: 75px;
}
.section-single__content .section-app-review .rating-label {
  color: black;
  font-size: 14.4px;
  font-weight: 700;
  margin-right: 12px;
  width: fit-content;
}
.section-single__content .section-app-review .rating {
  font-size: 14.4px;
  font-weight: 400;
  color: black;
  line-height: 22.4px;
  margin-right: 4px;
  width: fit-content;
}
.section-single__content .section-app-review__link {
  min-width: 280px;
  padding: 9.6px;
  background-color: #fa6060;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  display: block;
  width: fit-content;
  text-align: center;
  margin-top: 24px;
  text-decoration: none;
  transition: 0.5s ease background-color;
}
.section-single__content i::before {
  color: #fcb319;
  font-family: "Font Awesome 5 Free";
  font-size: 9.6px;
  margin-right: 4px;
  display: block;
}
.section-single__content i:nth-last-of-type(1)::before {
  margin-right: 0;
}
.section-single__content .fa-thin {
  font-weight: lighter;
}
.section-single__content .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}
.section-single__content .simplebar-content-wrapper.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.section-single__content .comparison-table {
  margin-top: -30px;
  margin-bottom: 30px;
  overflow-x: clip !important;
}
.section-single__content .comparison-table__left {
  background-color: white;
  border-right: 1px solid #d3d3d3;
}
.section-single__content .comparison-table__right {
  position: relative;
}
.section-single__content .comparison-table__right::-webkit-scrollbar {
  display: none;
}
.section-single__content .comparison-table .border-container .comparison-table__label--border {
  border-top: 1px solid transparent;
}
.section-single__content .comparison-table__label {
  font-size: 16.8px;
  font-weight: 700;
  color: black;
  line-height: 22.4px;
  padding-left: 25.6px;
  position: absolute;
  height: 100%;
  left: -124.8px;
  width: 124.8px;
  border-top: 1px solid #6e6e6e;
  display: flex;
  align-items: center;
}
.section-single__content .comparison-table__row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  position: relative;
}
.section-single__content .comparison-table__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D3D3D3;
  border-top: 1px solid transparent;
  padding: 11.2px;
  position: relative;
}
.section-single__content .comparison-table__logo img {
  max-width: 100%;
  max-height: 80px;
  height: auto;
  width: auto;
}
.section-single__content .comparison-table__logo:nth-last-of-type(1) {
  border-right: 1px solid transparent;
}
.section-single__content .comparison-table__logo.winner {
  border-right: 2px solid #00acbf !important;
  border-left: 2px solid #00acbf !important;
}
.section-single__content .comparison-table__name {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  padding: 3.2px 29.2px;
  border-top: 1px solid #D3D3D3;
  border-right: 1px solid #d3d3d3;
  text-align: center;
}
.section-single__content .comparison-table__name:nth-last-of-type(1) {
  border-right: 1px solid transparent;
}
.section-single__content .comparison-table__name.winner {
  border-right: 2px solid #00acbf !important;
  border-left: 2px solid #00acbf !important;
}
.section-single__content .comparison-table__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.section-single__content .comparison-table__rating:nth-last-of-type(1) {
  border-right: 1px solid transparent;
}
.section-single__content .comparison-table__rating span {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-right: 3.2px;
  line-height: 22.4px;
  display: block;
}
.section-single__content .comparison-table__rating.winner {
  border-right: 2px solid #00acbf !important;
  border-left: 2px solid #00acbf !important;
}
.section-single__content .comparison-table .js-comparison-winner__label {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 33;
  padding: 6px 10px;
  background-color: #00acbf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  margin-left: -2px;
  width: calc(100% + 4px);
  text-align: center;
}
.section-single__content .comparison-table__pros, .section-single__content .comparison-table__cons {
  padding: 12px 16px;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  word-break: break-word;
  hyphens: auto;
}
.section-single__content .comparison-table__pros:nth-last-of-type(1), .section-single__content .comparison-table__cons:nth-last-of-type(1) {
  border-right: 1px solid transparent;
}
.section-single__content .comparison-table__pros p, .section-single__content .comparison-table__cons p {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 22.4px;
  margin-bottom: 22px;
}
.section-single__content .comparison-table__pros p::before, .section-single__content .comparison-table__cons p::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #00acbf;
  margin-right: 6px;
  flex-shrink: 0;
  margin-top: 9px;
}
.section-single__content .comparison-table__pros p:nth-last-of-type(1), .section-single__content .comparison-table__cons p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-single__content .comparison-table__pros.winner, .section-single__content .comparison-table__cons.winner {
  border-right: 2px solid #00acbf !important;
  border-left: 2px solid #00acbf !important;
}
.section-single__content .comparison-table__cons {
  padding: 12px 16px;
}
.section-single__content .comparison-table .real-stars {
  position: absolute;
  height: 10px;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
.section-single__content .comparison-table .stars-container {
  width: 75px;
  position: relative;
  display: flex;
  align-items: center;
}
.section-single__content .comparison-table .stars-container img {
  width: 75px;
  height: 10px;
}
.section-single__content .comparison-table__review {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  padding-left: 30.4px;
  padding-right: 22.8px;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  font-size: 16px;
  font-weight: 700;
  color: #00acbf;
  line-height: 22.4px;
  text-align: center;
}
.section-single__content .comparison-table__review:nth-last-of-type(1) {
  border-right: 1px solid transparent;
}
.section-single__content .comparison-table__review a {
  text-decoration: underline;
  color: inherit;
}
.section-single__content .comparison-table__review a:hover {
  color: #2a90a7;
}
.section-single__content .comparison-table__review.winner {
  border-right: 2px solid #00acbf !important;
  border-left: 2px solid #00acbf !important;
}
.section-single__content .comparison-table__review.winner--exists {
  border-bottom: 2px solid #00acbf !important;
}
.section-single__content .comparison-table__button {
  display: flex;
  align-items: center;
  padding: 28.8px 16px;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid transparent;
}
.section-single__content .comparison-table__button:nth-last-of-type(1) {
  border-right: 1px solid transparent;
}
.section-single__content .comparison-table__button a {
  height: 100%;
  text-decoration: none;
  width: 100%;
  padding: 9.6px 8px;
  background-color: #fa6060;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  text-align: center;
  word-break: break-word;
  min-height: 41.58px;
}
.section-single__content .comparison-table__button a:hover {
  background: #D33D43;
}
.section-single__content .comparison-table__button.winner {
  border-right: 2px solid #00acbf !important;
  border-left: 2px solid #00acbf !important;
  border-bottom: 2px solid #00acbf !important;
}
.section-single__content .comparison-table .border-container {
  position: relative;
}
.section-single__content .comparison-table .no-border-bottom {
  border-bottom: 0;
  top: 0;
}
.section-single__content .comparison-table .simplebar-track {
  height: 6.4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  z-index: 34;
}
.section-single__content .comparison-table .simplebar-scrollbar {
  height: 5.6px !important;
  border: 1px solid #6e6e6e !important;
  background-color: #6e6e6e !important;
  border-radius: 4px !important;
  top: 0 !important;
}
.section-single__content .comparison-table .simplebar-scrollbar:before {
  display: none !important;
}
.section-single__content .comparison-table {
  position: relative;
}
.section-single__content .comparison-table-absolute {
  position: absolute;
  top: 0px;
  left: 0;
  display: grid;
  grid-template-columns: 124.8px 1fr;
  margin-top: 0;
}
.section-single__content .comparison-table-absolute .border-container .comparison-table__row {
  opacity: 0;
}
.section-single__content .comparison-table-absolute .comparison-table__rating,
.section-single__content .comparison-table-absolute .comparison-table__cons,
.section-single__content .comparison-table-absolute .comparison-table__name,
.section-single__content .comparison-table-absolute .comparison-table__review,
.section-single__content .comparison-table-absolute .comparison-table__pros,
.section-single__content .comparison-table-absolute .comparison-table__button {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-top: 1px solid transparent;
}
.section-single__content .comparison-table-absolute .comparison-table__rating.winner,
.section-single__content .comparison-table-absolute .comparison-table__cons.winner,
.section-single__content .comparison-table-absolute .comparison-table__name.winner,
.section-single__content .comparison-table-absolute .comparison-table__review.winner,
.section-single__content .comparison-table-absolute .comparison-table__pros.winner,
.section-single__content .comparison-table-absolute .comparison-table__button.winner {
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
}
.section-single__content .comparison-table-absolute .comparison-table__rating.winner--exists,
.section-single__content .comparison-table-absolute .comparison-table__cons.winner--exists,
.section-single__content .comparison-table-absolute .comparison-table__name.winner--exists,
.section-single__content .comparison-table-absolute .comparison-table__review.winner--exists,
.section-single__content .comparison-table-absolute .comparison-table__pros.winner--exists,
.section-single__content .comparison-table-absolute .comparison-table__button.winner--exists {
  border-bottom: 2px solid transparent !important;
}
.section-single__content .comparison-table-absolute .comparison-table__row .comparison-table__blockenzo:nth-last-of-type(1) {
  border-right: 1px solid transparent;
}
.section-single__content .comparison-table-absolute .comparison-table__right {
  overflow: visible;
}
.section-single__content .comparison-table-absolute .comparison-table__label {
  z-index: 2;
}
.section-single__content .comparison-table-absolute .comparison-table__button.winner {
  border-bottom: 2px solid transparent !important;
}
.section-single__content .winner-exists.comparison-table .comparison-table__right {
  padding-top: 70px !important;
}
.section-single__content .winner-exists.comparison-table .comparison-table__left {
  margin-top: 70px !important;
}
.section-single__content .simplebar-wrapper {
  padding-bottom: 13px;
}
.section-single__content .comparison-table:not(.winner-exists) .real-comparison-table {
  margin-top: 70px;
}
.section-single__content .comparison-table:not(.winner-exists) .real-comparison-table::before {
  height: calc(100% - 13px);
}
.section-single__content .comparison-table:not(.winner-exists) .comparison-table__left {
  max-height: calc(100% - 13px);
}
.section-single__content .content-grid {
  display: grid;
  grid-template-columns: 760px 1fr;
  grid-gap: 32px;
  position: relative;
}
.section-single__content .content-grid__left {
  min-width: 0;
}
.section-single__content .content-grid__left > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-single__content .content-grid__left #ez-toc-container,
.section-single__content .content-grid__left .ez-toc-debug-messages {
  display: none;
}
.section-single__content .content-grid__right .ez-toc-list {
  display: block !important;
}
.section-single__content .section-product {
  padding-bottom: 0;
  margin: 40px 0;
}
.section-single__content .section-product .product {
  margin-top: 0;
  grid-gap: 30px;
  grid-template-columns: 2fr 1fr;
  padding-bottom: 50px;
}
.section-single__content .section-product .product__grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 28px;
}
.section-single__content .section-product .product__right {
  width: 100%;
  min-height: 0;
}
.section-single__content .section-product .product__right img {
  object-fit: contain;
}
.section-single__content .sticky-banner {
  position: sticky;
  top: calc(var(--navbar-height) + 16px);
  margin-top: 44px;
}
.section-single__content .sticky-banner a {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
}
.section-single__content .sticky-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-single__content .main-image {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 60.09%;
  margin-bottom: 32px;
}
.section-single__content .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-single__content .main-image__caption {
  font-size: 12px;
  line-height: 16px;
  color: #898989;
  font-weight: 400;
  text-align: right;
  margin-top: -25px;
  margin-bottom: 30px;
}
.section-single__content p {
  font-size: 17px;
  line-height: 29px;
  color: black;
  font-weight: 400;
  margin-bottom: 32px;
  display: block;
}
.section-single__content li {
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 12px;
  list-style: none;
}
.section-single__content ul li {
  position: relative;
  padding-left: 15px;
}
.section-single__content ul li::before {
  content: "";
  display: block;
  width: 6.4px;
  height: 6.4px;
  border-radius: 100%;
  background: #00ACBF;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 12px;
}
.section-single__content ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-single__content ul li sup {
  line-height: 0;
}
.section-single__content ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.section-single__content ol li {
  counter-increment: my-awesome-counter;
  word-break: break-word;
}
.section-single__content ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-single__content ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  color: #2A90A7;
}
.section-single__content ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-single__content ul,
.section-single__content ol {
  margin-bottom: 24px;
}
.section-single__content h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
}
.section-single__content h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 32px;
}
.section-single__content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
}
.section-single__content h4 {
  font-size: 19.2px;
  font-weight: 800;
  margin-bottom: 24px;
}
.section-single__content a {
  color: #00ACBF;
  text-decoration: underline;
  font-weight: 700;
  transition: all 0.5s ease;
}
.section-single__content .cyan-block {
  background-color: #f8feff;
  position: relative;
  border: 1.6px solid #00acbf;
  border-radius: 5px;
  padding: 32px 40px;
  margin: 40px 0;
}
.section-single__content .cyan-block img {
  margin-left: auto;
  width: 136px;
  display: block;
}
.section-single__content .cyan-block__border {
  border-top: 8px solid #00ACBF;
}
.section-single__content .expert-quote {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 24px 88px;
  margin: 40px 0;
  position: relative;
}
.section-single__content .expert-quote__marker {
  position: absolute;
  font-size: 110px;
  margin: 0;
  color: #00acbf;
  font-family: sans-serif;
  top: 16px;
  left: 24px;
}
.section-single__content .expert-quote__heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-single__content .expert-quote__heading img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.section-single__content .expert-quote__heading h3 {
  color: #00acbf;
  margin-bottom: 5px;
  font-size: 20px;
  transition: all 0.5s ease;
}
.section-single__content .expert-quote__heading p {
  color: #939393;
  margin-bottom: 0;
  line-height: 19px;
}
.section-single__content .expert-quote__content {
  margin-top: 16px;
}
.section-single__content .expert-quote__content p {
  margin-bottom: 0;
}
.section-single__content .expert-quote .button {
  text-decoration: none;
}
.section-single__content .expert-quote .button:hover h3 {
  color: #2990A8;
}
.section-single__content .related-block {
  padding: 16px 24px;
  background-color: #FFFEFC;
  border: 1px solid #FCB319;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 27px;
}
.section-single__content .related-block p {
  display: inline;
  font-weight: bold;
}
.section-single__content .related-block a {
  font-size: 17px;
}
.section-single__content .affiliate-text {
  background: #f7f7f7;
  text-align: center;
  padding: 8px;
  margin-top: -12px;
  margin-bottom: 20px;
}
.section-single__content .affiliate-text > *,
.section-single__content .affiliate-text a,
.section-single__content .affiliate-text p,
.section-single__content .affiliate-text em,
.section-single__content .affiliate-text b {
  color: #898989 !important;
  font-size: 12px;
  line-height: 16px;
  margin: 0 !important;
}
.section-single__content .affiliate-text a {
  font-weight: 400;
  font-size: 12px;
}
.section-single__content .nutrition-values {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 36px;
  margin-bottom: 24px;
}
.section-single__content .nutrition-values__block {
  font-size: 16.8px;
  font-weight: 400;
  color: black;
}
.section-single__content .nutrition-values .bold {
  font-weight: 700;
  text-transform: uppercase;
}
.section-single__content #ez-toc-container {
  width: 300px;
  background: white;
  border: 1px solid #D3D3D3;
  border-top: 4px solid #fcb319;
  padding: 20px 28px;
  min-height: 456.67px;
  box-shadow: none;
  border-radius: 0;
}
.section-single__content #ez-toc-container .ez-toc-title-container {
  font-size: 16px;
  color: black;
  font-weight: 800;
  margin-bottom: 24px;
}
.section-single__content #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-weight: 800;
  font-size: 16px;
}
.section-single__content #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  display: none;
}
.section-single__content #ez-toc-container ul li {
  font-size: 14.4px;
  font-weight: 400;
  color: black;
  line-height: 20px;
}
.section-single__content #ez-toc-container ul {
  position: relative;
}
.section-single__content #ez-toc-container li {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  padding-left: 22.264px;
  overflow: visible;
}
.section-single__content #ez-toc-container li:before {
  display: none;
}
.section-single__content #ez-toc-container li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-single__content #ez-toc-container li:nth-of-type(1):before {
  content: "";
  display: block;
  color: #fcb319;
  width: 8px;
  height: 12.8px;
  border-radius: inherit;
  background: transparent;
  background-image: url("./img/Polygon_3.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 3.2px;
  font-size: 14.4px;
  left: 0;
  position: absolute;
  top: var(--toc-top);
  transition: all 0.5s ease;
}
.section-single__content #ez-toc-container a {
  color: black;
  font-weight: 400;
  transition: all 0.5s ease;
  text-decoration: none;
}
.section-single__content #ez-toc-container a:hover {
  color: #fcb319;
}
.section-single__content .ez-toc-section {
  padding-top: var(--navbar-height);
}
.section-single__content .section-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin: 40px 0;
}
.section-single__content .section-proscons .hidden {
  display: none;
}
.section-single__content .section-proscons .pros,
.section-single__content .section-proscons .cons {
  background-color: #f8feff;
  border-radius: 5px;
  padding: 32px;
}
.section-single__content .section-proscons .pros li,
.section-single__content .section-proscons .cons li {
  display: flex;
  padding-left: 0;
}
.section-single__content .section-proscons .pros li::before,
.section-single__content .section-proscons .cons li::before {
  position: static;
}
.section-single__content .section-proscons .pros__title,
.section-single__content .section-proscons .cons__title {
  font-size: 22.4px;
  font-weight: 800;
  color: black;
  line-height: 28px;
  border-bottom: 4px solid black;
  padding-bottom: 1px;
  width: fit-content;
  margin-bottom: 22.4px;
  padding-right: 14.4px;
}
.section-single__content .section-proscons .cons {
  background-color: #f8f8f8;
}
.section-single__content .section-proscons li::before {
  width: 18.4px;
  height: 12px;
  background: none;
  border-radius: 0;
  margin-top: 9px;
  margin-right: 13.6px;
  background-image: url("./img/checkmark-pro.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-single__content .section-proscons .cons li::before {
  width: 12px;
  background-image: url("./img/cross-con.svg");
}
.section-single__content .section-topleast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin: 40px 0;
}
.section-single__content .section-topleast .top,
.section-single__content .section-topleast .least {
  background-color: #f9fcf5;
  border-radius: 5px;
  padding: 32px;
}
.section-single__content .section-topleast .top__title,
.section-single__content .section-topleast .least__title {
  font-size: 22.4px;
  font-weight: 800;
  color: black;
  line-height: 28px;
  padding-bottom: 1px;
  width: fit-content;
  margin-bottom: 22.4px;
}
.section-single__content .section-topleast .least {
  background-color: #fff4f4;
}
.section-single__content .written-by {
  display: grid;
  grid-template-columns: 160px 1fr;
  padding: 20px 40px;
  padding-bottom: 20px !important;
  padding-right: 64px;
  background-color: #f7f7f7;
  border-radius: 4px;
  align-items: center;
  grid-gap: 44px;
}
.section-single__content .written-by .heading {
  font-size: 14.4px;
  font-weight: 400;
  color: black;
}
.section-single__content .written-by .left img {
  width: 160.8px;
  height: 160.8px;
  border-radius: 100%;
}
.section-single__content .written-by .flex {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-single__content .written-by .name {
  font-size: 28px;
  font-weight: 800;
  color: #00acbf;
  padding-right: 16px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.section-single__content .written-by .name:hover {
  color: #2990A8;
}
.section-single__content .written-by .twitter,
.section-single__content .written-by .linkedin,
.section-single__content .written-by .facebook,
.section-single__content .written-by .instagram {
  position: relative;
}
.section-single__content .written-by .twitter img,
.section-single__content .written-by .linkedin img,
.section-single__content .written-by .facebook img,
.section-single__content .written-by .instagram img {
  display: block;
  width: 21.6px;
  height: 17.6px;
  transition: all 0.5s ease;
}
.section-single__content .written-by .twitter .hover-img,
.section-single__content .written-by .linkedin .hover-img,
.section-single__content .written-by .facebook .hover-img,
.section-single__content .written-by .instagram .hover-img {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.section-single__content .written-by .facebook img {
  width: 10.4px;
  height: 17.6px;
}
.section-single__content .written-by .socialmedia {
  display: flex;
  align-items: center;
}
.section-single__content .written-by .socialmedia a {
  margin-right: 16px;
}
.section-single__content .written-by .socialmedia a:nth-last-of-type(1) {
  margin-right: 0;
}
.section-single__content .written-by .description {
  margin-top: 9.6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  max-width: 432.8px;
}
.section-single__content .written-by .reviewed-by {
  margin-top: 19.2px;
  font-size: 14.4px;
  font-weight: 400;
  color: black;
  line-height: 24px;
  display: block;
  text-decoration: none;
}
.section-single__content .written-by .reviewed-by span {
  color: #00acbf;
  font-weight: 700;
  margin-left: 4px;
}
.section-single__content .was-article-helpful {
  margin: 33px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  color: black;
}
.section-single__content .was-article-helpful__vote {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-top: -15px;
}
.section-single__content .was-article-helpful__flex {
  display: flex;
  margin-top: 15px;
}
.section-single__content .was-article-helpful__text {
  margin-right: 16px;
  margin-top: 15px;
}
.section-single__content .was-article-helpful__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  color: black;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 16px;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
}
.section-single__content .was-article-helpful__button img {
  margin-right: 6px;
  transition: filter 0.5s ease;
}
.section-single__content .was-article-helpful__button.yes {
  background: #F9FCF5;
  border: 1px solid #81BA38;
}
.section-single__content .was-article-helpful__button.yes:hover {
  background: #66932c;
  border: 1px solid #66932c;
  color: white;
}
.section-single__content .was-article-helpful__button.yes:hover img {
  filter: brightness(0) invert(1);
}
.section-single__content .was-article-helpful__button.no {
  background: #FFF4F4;
  border: 1px solid #FA6060;
  margin-left: 8px;
}
.section-single__content .was-article-helpful__button.no:hover {
  background: #F94747;
  border: 1px solid #F94747;
  color: white;
}
.section-single__content .was-article-helpful__button.no:hover img {
  filter: brightness(0) invert(1);
}
.section-single__content .was-article-helpful__thankyou {
  align-items: center;
  padding: 13px 24px;
  background: #F9FCF5;
  border: 1px solid #81BA38;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  color: black;
  display: none;
  width: fit-content;
}
.section-single__content .was-article-helpful__thankyou img {
  margin-right: 10px;
  flex-shrink: 0;
}
.section-single__content .was-article-helpful__popup {
  background: white;
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
  position: relative;
  padding: 52px 68px 40px 68px;
}
.section-single__content .was-article-helpful__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.section-single__content .was-article-helpful__label {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.35;
  color: #000000;
  display: block;
  width: fit-content;
  margin-bottom: 8px;
}
.section-single__content .was-article-helpful__textarea, .section-single__content .was-article-helpful__input {
  width: 100%;
  resize: none;
  height: 112px;
  padding: 16px;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  outline: none;
  transition: border 0.5s ease, background-color 0.5s ease;
  background: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  color: black;
}
.section-single__content .was-article-helpful__textarea::placeholder, .section-single__content .was-article-helpful__input::placeholder {
  color: #d3d3d3 !important;
}
.section-single__content .was-article-helpful__textarea:focus, .section-single__content .was-article-helpful__input:focus {
  border: 1px solid #00ACBF;
}
.section-single__content .was-article-helpful__textarea.invalid-input, .section-single__content .was-article-helpful__input.invalid-input {
  background: #FFF4F4;
  border: 1px solid #FA6060;
}
.section-single__content .was-article-helpful__disclaimer {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #898989;
  font-weight: 500;
}
.section-single__content .was-article-helpful__disclaimer span {
  font-weight: 700;
}
.section-single__content .was-article-helpful__input {
  height: 40px;
  padding: 0 16px;
}
.section-single__content .was-article-helpful__block {
  margin-top: 24px;
}
.section-single__content .was-article-helpful__block:nth-of-type(1) {
  margin-top: 0;
}
.section-single__content .was-article-helpful__checkbox-container {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: black;
  margin-top: 12px;
}
.section-single__content .was-article-helpful__checkbox-container label {
  cursor: pointer;
}
.section-single__content .was-article-helpful__checkbox-container.checkbox2 {
  font-size: 17px;
  margin-top: 16px;
}
.section-single__content .was-article-helpful__checkbox-container.checkbox2:nth-of-type(1) {
  margin-top: 24px;
}
.section-single__content .was-article-helpful__checkbox-container.checkbox2 .was-article-helpful__checkbox {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 1px;
}
.section-single__content .was-article-helpful__checkbox-container.checkbox2 .was-article-helpful__checkbox img {
  width: 16px;
}
.section-single__content .was-article-helpful__checkbox-container.checkbox2 .was-article-helpful__checkbox.invalid-input {
  background: #FFF4F4;
  border: 1px solid #FA6060;
}
.section-single__content .was-article-helpful__checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-top: 3px;
}
.section-single__content .was-article-helpful__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.section-single__content .was-article-helpful__checkbox img {
  filter: brightness(0) invert(1);
  width: 10px;
  display: none;
}
.section-single__content .was-article-helpful__checkbox.active {
  background: #00ACBF;
  border: 1px solid #00acbf;
}
.section-single__content .was-article-helpful__checkbox.active img {
  display: block;
}
.section-single__content .was-article-helpful__submit {
  margin-top: 32px;
  background: #00ACBF;
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.333;
  color: white;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: background 0.5s ease;
}
.section-single__content .was-article-helpful__submit:hover {
  background: #00748A;
}
.section-single__content .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  height: 0;
}
.section-single__content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-single__content .desktop-screenshot, .section-single__content .mobile-screenshot {
  margin: 0 auto 30px auto;
}
.section-single > :last-child {
  margin-bottom: 0;
}
.section-single .google-advertisement {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-single .google-advertisement .label-advertisement {
  font-size: 11.2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #bababa;
  margin-bottom: 5px;
  text-align: center;
}
.section-single .comments {
  margin-top: 40px;
  position: relative;
}
.section-single .comments h2 {
  color: #010101;
  font-size: 17.6px;
  font-weight: 800;
  margin-bottom: 27.2px;
}
.section-single .comments .post-comments {
  list-style: none;
}
.section-single .comments .comment__user {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
}
.section-single .comments .avatar {
  width: 40px;
  height: 40px;
  background-color: #d8d8d8;
  border-radius: 100%;
  position: relative;
}
.section-single .comments .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-single .comments .name {
  color: black;
  font-size: 16.8px;
  font-weight: 800;
}
.section-single .comments .date {
  color: #939393;
  font-size: 12.8px;
  font-weight: 400;
}
.section-single .comments .comment-block {
  margin-top: 11.2px;
}
.section-single .comments .comment-block .comment-text p {
  color: black;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 16px;
}
.section-single .comments .comment-block .comment-text a {
  color: #00ACBF;
}
.section-single .comments .reply {
  margin-top: 11.2px;
  font-size: 12.8px;
  font-weight: 700;
  color: black;
  display: inline-block;
}
.section-single .comments .reply img {
  margin-right: 4px;
}
.section-single .comments .display-flex-here {
  display: flex;
}
.section-single .comments .comment-details {
  display: flex;
  align-items: center;
}
.section-single .comments .comment-details .circle {
  display: block;
  width: 2.4px;
  height: 2.4px;
  margin: 0 8px;
  border-radius: 100%;
  background: #939393;
}
.section-single .comments .comment-rating {
  font-size: 16.8px;
  font-weight: 700;
  margin-bottom: 12px;
}
.section-single .comments .comment {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.section-single .comments .comment .children {
  list-style: none;
  margin-top: 24px;
}
.section-single .comments .comment .children .comment {
  border-bottom: 0;
}
.section-single .comments .comment .children .comment:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-single .comments .comment .children .avatar {
  background-color: #d9d9d9;
}
.section-single .comments .comment .children .avatar img {
  filter: none;
}
.section-single .comments .comment:nth-last-of-type(1) {
  border-bottom: 0;
  padding-bottom: 0;
}
.section-single .comments .hide-comment {
  display: none;
}
.section-single .comments .comment-respond small a {
  margin-left: 4px;
  color: #e81a41;
}
.section-single .comments .comment-respond.faded-out {
  max-height: 300px;
}
.section-single .comments .children {
  margin-left: 40px;
  padding-left: 17.6px;
  border-left: 2.4px solid #d3d3d3;
}
.section-single .comments .load-more,
.section-single .comments .show-more {
  font-size: 14.4px;
  font-weight: 700;
  color: #00acbf;
  cursor: pointer;
  margin-top: 16px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  margin-left: 60px;
  width: fit-content;
}
.section-single .comments .load-more:hover,
.section-single .comments .show-more:hover {
  color: #fcb319;
}
.section-single .comment-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}
.section-single .comment-success img {
  width: 44px;
  margin-top: auto;
}
.section-single .comment-success__heading {
  font-size: 32px;
  color: black;
  font-weight: 800;
  margin-top: 0.7em;
}
.section-single .comment-success__subheading {
  font-size: 17px;
  line-height: 29px;
  color: black;
  font-weight: 400;
}
.section-single .comment-success__healthreporter {
  font-size: 15px;
  color: #00acbf;
  font-weight: 700;
  margin-top: auto;
}
.section-single .comment-respond {
  margin-top: 56px;
  background-color: #f7f7f7;
  padding: 32px 52px;
  position: relative;
}
.section-single .comment-respond h3 {
  font-size: 17.6px;
  font-weight: 800;
  color: #00acbf;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-single .comment-respond .comment-disclaimer {
  color: #6a6a6a;
  font-size: 10.4px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}
.section-single .comment-respond .comment-form-comment {
  margin-top: 40px;
  margin-bottom: 19.2px;
}
.section-single .comment-respond .comment-form-comment textarea {
  width: 100%;
  height: 176px;
  resize: none;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 19.2px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  transition: border 0.5s ease;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
}
.section-single .comment-respond .comment-form-comment textarea:placeholder {
  color: #898989;
}
.section-single .comment-respond .comment-form-comment textarea:focus {
  border: 1px solid #00ACBF;
}
.section-single .comment-respond .input {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  height: 40px;
  background: white;
  outline: none;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: black;
  padding: 0 19.2px;
  transition: border 0.5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
}
.section-single .comment-respond .input::placeholder {
  color: #898989;
}
.section-single .comment-respond .input:focus {
  border: 1px solid #00ACBF;
}
.section-single .comment-respond .invalid-input {
  border: 1px solid #ec5d47 !important;
}
.section-single .comment-respond .invalid-input::placeholder {
  color: #ff503b !important;
}
.section-single .comment-respond .comment-form-author,
.section-single .comment-respond .comment-form-email {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
}
.section-single .comment-respond .comment-form-email {
  width: calc(100% - 360px);
  margin-left: 40px;
}
.section-single .comment-respond .comment-form-title {
  margin-bottom: 20px;
}
.section-single .comment-respond .comment-form {
  font-size: 0;
}
.section-single .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: start;
  font-size: 10.4px;
  font-weight: 400;
  line-height: 16px;
  color: #6a6a6a;
}
.section-single .comment-respond .comment-form-cookies-consent .checkbox-container {
  position: relative;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #d3d3d3;
  background: white;
  cursor: pointer;
  transition: background 0.5s ease, border 0.5s ease;
  border-radius: 4px;
  margin-top: 2.4px;
}
.section-single .comment-respond .comment-form-cookies-consent .checkbox-container--active {
  background: #00ACBF;
  border: 1px solid #00acbf;
}
.section-single .comment-respond .comment-form-cookies-consent .checkbox-container--active img {
  opacity: 1;
}
.section-single .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.section-single .comment-respond .comment-form-cookies-consent label {
  margin-left: 6.4px;
  font-size: 15.2px;
  font-weight: 400;
  color: black;
}
.section-single .comment-respond .comment-form-cookies-consent img {
  width: 11.2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  filter: brightness(0) invert(1);
}
.section-single .comment-respond .comment-form-cookies-consent .active-input {
  background-color: #2a90a7;
  border: none;
}
.section-single .comment-respond .comment-form-cookies-consent .active-input img {
  opacity: 1;
}
.section-single .comment-respond .form-submit {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.section-single .comment-respond .form-submit .submit {
  background-color: #00acbf;
  padding: 0px 16px;
  min-width: 240px;
  height: 40px;
  outline: none;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.5s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
}
.section-single .comment-respond .form-submit .submit:hover {
  background-color: #00748A;
}
.section-single .comment-respond .form-submit .scroll-to-top {
  width: 40px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 100%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-single .review-comment-respond form {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}
.section-single .review-comment-respond .comment-form-title {
  grid-column: 1/3;
  margin: 0;
}
.section-single .review-comment-respond .comment-form-author,
.section-single .review-comment-respond .comment-form-email {
  width: 100%;
}
.section-single .review-comment-respond .comment-form-rating {
  grid-column: 2/3;
}
.section-single .review-comment-respond .comment-form-author {
  grid-row: 2;
}
.section-single .review-comment-respond .comment-form-comment {
  margin: 0;
  grid-column: 1/3;
}
.section-single .review-comment-respond .form-submit {
  margin-top: 20px;
  margin-left: auto;
  grid-column: 1/3;
}
.section-single .admin-comment-respond .comment-form-rating {
  grid-column: 1/3;
}
.section-single .schema-faq-question {
  font-size: 17px;
  display: inline-block;
}
.section-single .schema-faq-question strong,
.section-single .schema-faq-question em {
  display: contents;
}
.section-single .schema-faq {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  word-break: break-word;
}
.section-single .schema-faq-section {
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.08);
  background-color: #f7f7f7;
  padding: 24px 40px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.section-single .schema-faq-section:hover {
  background-color: white;
}
.section-single .schema-faq-section.active {
  background-color: #ffffff;
}
.section-single .schema-faq-section.active .schema-faq-question {
  margin-bottom: 10px;
}
.section-single .schema-faq-section.active .schema-faq-question::after {
  opacity: 1;
}
.section-single .schema-faq-section.active .schema-faq-question::before {
  opacity: 0;
}
.section-single .schema-faq-question {
  color: black;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 60px;
  transition: margin 0.5s ease;
}
.section-single .schema-faq-question::before {
  content: url("./img/faq-plus.svg");
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 3px;
}
.section-single .schema-faq-question::after {
  content: url("./img/faq-minus.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: -5px;
  opacity: 0;
}
.section-single .schema-faq-question:hover .acf-faq__icon span {
  background: #fcb319;
}
.section-single .schema-faq-answer {
  margin: 0;
  padding-left: 60px;
  display: none;
}
.section-single .label-advertisement {
  font-size: 11.2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #bababa;
  margin-bottom: 5px;
  text-align: right;
}

.section-page {
  margin-top: 10px;
  padding-bottom: 80px;
  padding-top: 20px;
}
.section-page .default-header {
  margin-bottom: 48px;
}

@media screen and (max-width: 1450px) {
  .section-single__content .content-grid {
    grid-template-columns: 1fr 300px;
  }
}
@media screen and (min-width: 1201px) {
  .section-single__content .responsive-socialmediav2 {
    display: none;
  }
  .section-single .google-advertisement {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .section-single .socialmedia-containerv2 {
    display: none;
  }
  .section-single .responsive-socialmediav2 {
    position: static;
    flex-direction: row;
    align-items: center;
    margin: 0;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
  }
  .section-single .responsive-socialmediav2 a,
.section-single .responsive-socialmediav2 div {
    margin: 0;
  }
  .section-single .responsive-socialmediav2 a {
    margin-left: 30px;
  }
  .section-single .responsive-socialmediav2 a:nth-of-type(1) {
    margin-left: 23px;
  }
  .section-single .comments h2 {
    padding-top: 0;
    border-top: 0;
  }
  .section-single__content .content-grid {
    grid-template-columns: 1fr;
  }
  .section-single__content .content-grid__right {
    display: none;
  }
  .section-single__content .section-app-review {
    grid-template-columns: 1fr;
    grid-gap: 28px;
    padding: 38.4px 16px;
  }
  .section-single__content .section-app-review__left img {
    max-width: 160px;
    margin: auto;
  }
  .section-single__content .section-app-review__link {
    width: 100%;
  }
  .section-single__content .written-by .description {
    max-width: none;
  }
  .section-single__content .written-by .flex {
    display: block;
  }
  .section-single__content .written-by .socialmedia {
    margin-top: 19.2px;
  }
  .section-single__content .written-by .description {
    margin-top: 20px;
  }
  .section-single__content .mobile-table #ez-toc-container {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .section-single__content .mobile-table #ez-toc-container li:nth-of-type(1):before {
    top: 0;
  }
  .section-single__content .mobile-table #ez-toc-container #showmore {
    font-size: 16px;
    color: #00acbf;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
  }
  .section-single__content .mobile-table #ez-toc-container .ez-toc-pull-right {
    display: none;
  }
  .section-single .comment-respond .comment-form-author {
    width: calc(50% - 12px);
  }
  .section-single .comment-respond .comment-form-email {
    width: calc(50% - 12px);
    margin-left: 24px;
  }
  .section-single .review-comment-respond .comment-form-author {
    width: 100%;
  }
  .section-single .review-comment-respond .comment-form-email {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .section-single__content .section-product .product {
    grid-template-columns: 1fr;
  }
  .section-single .section-related-articles .wrapper {
    padding: 0;
  }
  button.scroll-to-top-button-inside-single {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    width: 40px;
    height: 40px;
  }
  button.scroll-to-top-button-inside-single.not-visible {
    display: none !important;
  }
  button.scroll-to-top-button-inside-single.before-bottom-ad {
    display: none !important;
  }
  button.scroll-to-top-button-inside-single.bottom-cta-active {
    transform: translateY(180px);
    -webkit-transform: translateY(180px);
    bottom: 16px;
  }
  button.scroll-to-top-button-inside-single--visible {
    transform: none;
    -webkit-transform: none;
  }
  button.scroll-to-top-button-inside-single--visible.ad-is-active {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
  }
  button.scroll-to-top-button-inside-single--visible.bottom-cta-active {
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    bottom: 16px;
  }
  button.scroll-to-top-button-inside-single.ad-is-active {
    z-index: 0;
  }
}
@media screen and (max-width: 900px) {
  .section-single .review-comment-respond form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section-single__content .nutrition-values {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section-single__content .section-product .product__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .section-single__content table tbody {
    min-width: 0;
  }
}
@media screen and (min-width: 701px) {
  .section-single__content .top3-products__mobile-label {
    display: none;
  }
  .section-single__content .mobile-screenshot {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .section-single__content .written-by {
    display: block;
  }
  .section-single__content .written-by .left {
    display: none;
  }
  .section-single__content .schema-faq-section {
    padding: 20px 30px;
  }
  .section-single__content .was-article-helpful__popup {
    padding: 40px;
  }
  .section-single__content .top3-products__grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .section-single__content .top3-products__labels {
    display: none;
  }
  .section-single__content .top3-products__button {
    width: fit-content;
    min-width: 300px;
  }
  .section-single__content .top3-products__block:nth-of-type(1) {
    border-top: 0;
  }
  .section-single__content .top3-products__block:nth-of-type(1) .top3-products__mobile-label {
    background: #FA6060;
    color: white;
    position: relative;
  }
  .section-single__content .top3-products__block:nth-of-type(1) .top3-products__mobile-label::before {
    content: url("./img/2-layers.svg");
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
  }
  .section-single__content .top3-products__block {
    border-radius: 5px 5px 0 0;
    border-top: 0;
  }
  .section-single__content .top3-products__mobile-label {
    font-size: 16px;
    font-weight: 700;
    background: #D3D3D3;
    border-radius: 5px 5px 0 0;
    text-align: center;
    line-height: 1.55;
    padding: 3px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -24px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .section-single__content .top3-products__name--container {
    margin-top: 20px;
  }
  .section-single__content .top3-products__image {
    margin-top: 20px;
  }
  .section-single__content .desktop-screenshot {
    display: none;
  }
  .section-single .comment-respond {
    padding: 29.6px 15.2px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 551px) {
  .section-single .author .top .mobile-reviewed {
    display: none !important;
  }
  .section-single .author .visible-on-mobile {
    display: none !important;
  }
  .section-single .comments .mobile-comment-details {
    display: none;
  }
  .section-single__content .comparison-table .scroll-hint {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  button.scroll-to-top-button-inside-single--visible.ad-is-active {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
  }
  .section-single {
    padding-bottom: 32px;
  }
  .section-single h1 {
    margin-top: 18px;
    font-size: 30px;
    line-height: 40px;
  }
  .section-single .author .top {
    display: flex;
  }
  .section-single .author .top > * {
    display: contents !important;
  }
  .section-single .author .top > * noscript {
    display: none !important;
  }
  .section-single .author .top noscript {
    display: none !important;
  }
  .section-single .author .top .not-mobile-reviewed {
    display: none !important;
  }
  .section-single .author .top .author__check {
    display: none !important;
  }
  .section-single .author__image img {
    width: 32px;
    height: 32px;
  }
  .section-single .author {
    margin-top: 25.6px;
    grid-template-columns: 32px 1fr;
    grid-gap: 8px;
    margin-bottom: 16px;
  }
  .section-single .author .bottom {
    display: block;
  }
  .section-single .author .bottom .details {
    margin-top: 2.4px;
  }
  .section-single .socialmediav2__single a {
    margin-left: 15px;
  }
  .section-single .socialmediav2__single a img {
    height: 16px;
  }
  .section-single .comment-success__heading {
    font-size: 23px;
  }
  .section-single .comment-success__subheading {
    margin-top: 5px;
  }
  .section-single .comment-respond {
    margin-top: 64px;
  }
  .section-single .comment-respond h3 {
    font-size: 20px;
    margin-bottom: 25.6px;
  }
  .section-single .comment-respond .comment-form-author,
.section-single .comment-respond .comment-form-email,
.section-single .comment-respond .comment-form-title,
.section-single .comment-respond .comment-form-rating {
    margin: 0;
    width: 100%;
    display: block;
  }
  .section-single .comment-respond .comment-form-author input,
.section-single .comment-respond .comment-form-email input,
.section-single .comment-respond .comment-form-title input,
.section-single .comment-respond .comment-form-rating input {
    padding: 0 11.2px;
  }
  .section-single .comment-respond .comment-form-title {
    margin-bottom: 15.2px;
  }
  .section-single .comment-respond .comment-form-email {
    margin-top: 15.2px;
  }
  .section-single .comment-respond .comment-form-author .input:nth-of-type(2) {
    margin-top: 15.2px;
  }
  .section-single .comment-respond .comment-form-comment {
    margin: 15.2px 0;
  }
  .section-single .comment-respond .comment-form-comment textarea {
    height: 200px;
    padding: 11.2px;
  }
  .section-single .comment-respond .comment-form-cookies-consent label {
    color: #939393;
  }
  .section-single .comment-respond .form-submit {
    margin-top: 32px;
  }
  .section-single .comment-respond .form-submit .submit {
    width: 100%;
    min-width: 0;
    height: 32px;
  }
  .section-single .review-comment-respond form {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .section-single .review-comment-respond .comment-form-rating {
    grid-row: 3;
    grid-column: 1/3;
  }
  .section-single .review-comment-respond .comment-form-author {
    margin-bottom: 15.2px;
  }
  .section-single .review-comment-respond .form-submit {
    margin-left: 0;
  }
  .section-single .admin-comment-respond .comment-form-rating {
    grid-row: 2;
  }
  .section-single .comments .display-flex-here {
    display: block;
  }
  .section-single .comments .comment-details {
    display: none;
  }
  .section-single .comments .mobile-comment-details {
    display: block;
    margin-left: 20px;
  }
  .section-single .comments .comment__user {
    margin-right: 0;
  }
  .section-single .comments .show-more,
.section-single .comments .load-more {
    margin-left: 0;
  }
  .section-single .comments .comment-rating {
    margin-bottom: 8px;
  }
  .section-single .comments .date {
    display: block;
    margin-top: 2.4px;
  }
  .section-single .comments .children {
    margin-left: 0;
    padding-left: 20px;
  }
  .section-single__content .was-article-helpful__vote {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .section-single__content .was-article-helpful__text {
    margin-right: 0;
  }
  .section-single__content .was-article-helpful__popup {
    padding: 26px 17px;
  }
  .section-single__content .was-article-helpful__close {
    width: 50px;
    height: 50px;
  }
  .section-single__content .was-article-helpful__label {
    font-size: 15px;
  }
  .section-single__content .was-article-helpful__label.top-label {
    padding-right: 40px;
  }
  .section-single__content .was-article-helpful__disclaimer {
    font-size: 12px;
  }
  .section-single__content .was-article-helpful__block {
    margin-top: 12px;
  }
  .section-single__content .was-article-helpful__checkbox {
    margin-top: 1px;
  }
  .section-single__content .was-article-helpful__checkbox-container {
    font-size: 12px;
  }
  .section-single__content .was-article-helpful__checkbox-container.checkbox2 {
    font-size: 15px;
    margin-top: 12px;
  }
  .section-single__content .was-article-helpful__checkbox-container.checkbox2:nth-of-type(1) {
    margin-top: 16px;
  }
  .section-single__content .was-article-helpful__checkbox-container.checkbox2 .was-article-helpful__checkbox {
    margin-top: 0;
  }
  .section-single__content .was-article-helpful__submit {
    margin-top: 25px;
  }
  .section-single__content .schema-faq-section {
    padding: 16px 20px;
  }
  .section-single__content .schema-faq-question {
    padding-left: 45px;
  }
  .section-single__content .schema-faq-answer {
    padding-left: 45px;
  }
  .section-single__content .section-product .product {
    padding-bottom: 40px;
  }
  .section-single__content .top3-products__button {
    min-width: 0;
    width: 100%;
  }
  .section-single__content .comparison-table__row {
    grid-auto-columns: minmax(180px, 1fr);
  }
  .section-single__content h2 {
    font-size: 24px;
  }
  .section-single__content h3 {
    font-size: 20px;
  }
  .section-single__content h4 {
    font-size: 18px;
  }
  .section-single__content li {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 8px;
  }
  .section-single__content .main-image {
    margin-bottom: 38.4px;
  }
  .section-single__content .main-image__caption {
    margin-bottom: 42px;
    margin-top: -34px;
  }
  .section-single__content .affiliate-text {
    margin-top: -28.4px;
    margin-bottom: 15px;
  }
  .section-single__content .nutrition-values {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  .section-single__content .nutrition-values .bold {
    margin-bottom: 4.8px;
  }
  .section-single__content .mobile-table #ez-toc-container {
    padding-right: 12.8px;
    padding-left: 25.6px;
  }
  .section-single__content .mobile-table #ez-toc-container ul li {
    font-size: 17px;
  }
  .section-single__content .mobile-table #ez-toc-container li {
    padding-left: 0;
  }
  .section-single__content .mobile-table #ez-toc-container li:nth-of-type(1):before {
    display: none;
  }
  .section-single__content .section-proscons {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .section-single__content .section-proscons .pros,
.section-single__content .section-proscons .cons {
    padding: 16px;
  }
  .section-single__content .section-proscons .pros__title,
.section-single__content .section-proscons .cons__title {
    padding-right: 8px;
  }
  .section-single__content .section-proscons .pros ul,
.section-single__content .section-proscons .cons ul {
    margin: 0;
  }
  .section-single__content .section-proscons li::before {
    width: 15.2px;
    height: 9.6px;
    margin-top: 7px;
    margin-right: 11.2px;
    background-size: 15.2px 9.6px;
  }
  .section-single__content .section-proscons .cons li::before {
    width: 15.2px;
    height: 9.6px;
    margin-top: 7.5px;
    background-size: 9.6px 9.6px;
    margin-left: 3.2px;
    margin-right: 9.2px;
  }
  .section-single__content .section-topleast {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .section-single__content .section-topleast .top,
.section-single__content .section-topleast .least {
    padding: 16px;
  }
  .section-single__content .written-by {
    padding: 26.4px 15.2px;
  }
  .section-single__content .written-by .heading {
    font-size: 12.8px;
  }
  .section-single__content .written-by .flex {
    margin-top: 4.8px;
  }
  .section-single__content .written-by .name {
    padding-right: 0;
  }
  .section-single__content .written-by .twitter img {
    width: 19.2px;
    height: 16px;
  }
  .section-single__content .written-by .linkedin img {
    width: 16px;
    height: 16px;
  }
  .section-single__content .comparison-table__rating span {
    margin-right: 6.4px;
  }
  .section-single__content .comparison-table__pros,
.section-single__content .comparison-table__cons,
.section-single__content .comparison-table__review {
    padding-left: 17.6px;
    padding-right: 11.2px;
  }
  .section-single__content .comparison-table__review {
    justify-content: start;
  }
  .section-single__content .comparison-table .scroll-hint {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    height: calc(100% - 70px);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0) 100%);
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .section-single__content .comparison-table .scroll-hint img {
    margin-bottom: 100%;
    animation: 1s slide infinite;
  }
  @keyframes slide {
    0% {
      transform: translateX(-10px);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-10px);
    }
  }
  .section-single__content .section-app-review__heading {
    margin-top: 15.2px;
  }
  .section-single__content .section-app-review ul {
    margin-top: 15.2px;
  }
  .section-single__content .section-app-review li {
    margin-bottom: 8px;
  }
  .section-single__content .section-app-review .rating-label {
    margin-right: 6.4px;
  }
  .section-single__content .section-app-review .rating {
    margin-right: 5.6px;
  }
  .section-single__content .section-app-review__link {
    padding: 7.2px 9.6px;
    min-width: 0;
  }
  .section-single__content .cyan-block {
    padding: 32px 12.8px;
  }
  .section-single__content .cyan-block__border {
    border-top: 6.4px solid #00acbf;
  }
  .section-single__content .expert-quote {
    padding: 34px 24px;
  }
  .section-single__content .related-block {
    display: block;
    text-align: center;
    margin-bottom: 22px;
  }
}
.section-medical-team {
  padding-bottom: 112px;
  padding-top: 20px;
}
.section-medical-team .section-single__content {
  padding-top: 40px;
  padding-bottom: 52px;
}
.section-medical-team .authors__grid {
  margin-top: 52px;
  padding: 0 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 96px;
  text-align: center;
}
.section-medical-team .authors__grid__image img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}
.section-medical-team .authors__grid__name {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 800;
  color: black;
}
.section-medical-team .authors__grid__link {
  margin-top: 12.8px;
  font-size: 16.8px;
  font-weight: 700;
  color: #00acbf;
  text-decoration: underline;
  display: block;
}

.section-featured-authors {
  padding-bottom: 112px;
}
.section-featured-authors .authors__grid {
  margin-top: 52px;
  padding: 0 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 96px;
  text-align: center;
}
.section-featured-authors .authors__grid__image img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}
.section-featured-authors .authors__grid__name {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 800;
  color: black;
}

.section-team-inner {
  padding-bottom: 96px;
}
.section-team-inner .grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 84.8px;
  align-items: start;
}
.section-team-inner .grid__left {
  text-align: center;
}
.section-team-inner .author-image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
  display: block;
}
.section-team-inner .author-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 21.6px;
}
.section-team-inner .author-social__link {
  position: relative;
  margin-right: 16px;
}
.section-team-inner .author-social__link:nth-last-of-type(1) {
  margin-right: 0;
}
.section-team-inner .author-name {
  margin-top: 21.6px;
  font-size: 20px;
  font-weight: 800;
  color: black;
  line-height: 24px;
}
.section-team-inner .author-linkedin {
  margin: 0 auto;
}
.section-team-inner .author-linkedin img {
  width: 17.6px;
}
.section-team-inner h3 {
  font-size: 20px;
  font-weight: 800;
  color: black;
  margin-bottom: 24px;
}
.section-team-inner .seperator {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background: #D3D3D3;
}
.section-team-inner .education__text {
  font-size: 16.8px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.section-team-inner .education__text:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-team-inner .circle {
  width: 4px;
  height: 4px;
  background: #2990A8;
  border-radius: 100%;
  margin-right: 8px;
  margin-top: 12px;
  flex-shrink: 0;
}
.section-team-inner .text {
  display: contents;
}
.section-team-inner .background__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.section-team-inner .section-related-articles {
  padding-bottom: 0;
}

.section-related-articles__member .wrapper {
  border-top: 1px solid #D3D3D3;
  padding-top: 36px;
  margin-top: 24px;
}

.page-single-team__no-posts .section-team-inner {
  padding-bottom: 24px;
}
.page-single-team__no-posts .section-source2.inside-team {
  margin-bottom: 0;
}

@media screen and (max-width: 1450px) {
  .section-medical-team .authors__grid {
    padding: 0 48px;
    grid-gap: 48px;
  }
  .section-featured-authors .authors__grid {
    padding: 0 48px;
    grid-gap: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .section-medical-team .authors__grid {
    padding: 0 24px;
    grid-gap: 24px;
  }
  .section-featured-authors .authors__grid {
    padding: 0 24px;
    grid-gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .section-medical-team .authors__grid {
    padding: 0;
    grid-gap: 16px;
  }
  .section-featured-authors .authors__grid {
    padding: 0;
    grid-gap: 16px;
  }
}
@media screen and (max-width: 850px) {
  .section-medical-team .authors__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
  }
  .section-featured-authors .authors__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
  }
}
@media screen and (max-width: 550px) {
  .section-medical-team {
    padding-bottom: 56px;
    margin-top: -8px;
  }
  .section-medical-team .section-single__content {
    padding: 28px 0;
  }
  .section-medical-team .authors__grid {
    margin-top: 45.6px;
  }
  .section-medical-team .authors__grid__image img {
    width: 120px;
    height: 120px;
  }
  .section-featured-authors {
    padding-bottom: 56px;
    margin-top: -8px;
  }
  .section-featured-authors .section-single__content {
    padding: 28px 0;
  }
  .section-featured-authors .authors__grid {
    margin-top: 45.6px;
  }
  .section-featured-authors .authors__grid__image img {
    width: 120px;
    height: 120px;
  }
}
.grecaptcha-badge {
  display: none !important;
}

.section-contact {
  padding-bottom: 120px;
  padding-top: 20px;
}
.section-contact .default-header {
  margin-bottom: 40px;
}
.section-contact .input-container {
  border: 1px solid #d3d3d3;
  background: white;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  transition: all 0.5s ease;
}
.section-contact label {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  cursor: text;
}
.section-contact input, .section-contact textarea {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: black;
  padding: 0 16px;
  padding-top: 10.4px;
  line-height: 22.4px;
}
.section-contact input:focus + label, .section-contact textarea:focus + label {
  font-size: 8px;
  transform: none;
  top: 2.4px;
}
.section-contact .textarea {
  height: 256px;
}
.section-contact .textarea label {
  transform: none;
  top: 9.6px;
}
.section-contact .textarea textarea {
  padding: 10.4px 16px;
  resize: none;
}
.section-contact .label-top, .section-contact .textarea .label-top {
  font-size: 8px;
  transform: none;
  top: 2.4px;
}
.section-contact button {
  margin-top: 4px;
  background-color: #00acbf;
  padding: 0 16px;
  min-width: 160px;
  height: 32px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  font-size: 14.4px;
  font-weight: 600;
}
.section-contact .submit-button.disabled {
  pointer-events: none;
}
.section-contact .invalid-input {
  border: 1px solid #fa6060 !important;
}
.section-contact .after-form__container {
  padding-top: 60px;
}

@media screen and (min-width: 551px) {
  .section-contact-breadcrumbs {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .section-contact {
    padding-bottom: 56px;
    margin-top: -8px;
  }
  .section-contact button {
    width: 100%;
    margin-top: 0;
  }
  .section-contact .input-container {
    margin-bottom: 14.4px;
  }
  .section-contact .textarea {
    margin-bottom: 16px;
  }
  .section-contact .default-header {
    margin-bottom: 28px;
  }
  .section-contact .textarea {
    height: 176px;
  }
}
.section-404 {
  padding-top: 56px;
  padding-bottom: 120px;
}
.section-404 .block {
  border: 1.6px solid #00acbf;
  border-radius: 4px;
  padding: 0 16px;
  padding-bottom: 40px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.section-404 h1 {
  font-size: 120px;
  font-weight: 800;
  color: #00acbf;
  margin-top: 8px;
}
.section-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: black;
}
.section-404 p {
  margin-top: 4.8px;
  font-size: 19.2px;
  font-weight: 400;
  color: black;
}
.section-404 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 16px;
  min-width: 185.6px;
  background: #00acbf;
  height: 32px;
  border-radius: 4px;
  color: white;
  font-size: 14.4px;
  font-weight: 600;
  width: fit-content;
}

@media screen and (max-width: 550px) {
  .section-404 {
    padding-bottom: 56px;
  }
  .section-404 .block {
    padding-bottom: 70.4px;
  }
  .section-404 h1 {
    font-size: 80px;
    margin-top: 40px;
  }
  .section-404 p {
    margin-top: 10.4px;
  }
  .section-404 a {
    width: 100%;
    margin-top: 26.4px;
  }
}
.section-tools {
  padding-bottom: 96px;
}
.section-tools .main-title {
  font-size: 17.6px;
  font-weight: 800;
  color: #00acbf;
  text-transform: uppercase;
}
.section-tools .grid {
  margin-top: 29.6px;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 32px;
  align-items: start;
}
.section-tools .inner-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 72px 1fr 120px;
  grid-gap: 16px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 44px;
  padding: 12.8px 28px;
  min-height: 136px;
}
.section-tools .inner-grid:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-tools .inner-grid .image {
  width: 100%;
}
.section-tools .inner-grid .image img {
  max-width: 100%;
  display: block;
  height: 73px;
  margin: 0 auto;
}
.section-tools .title {
  font-size: 24px;
  font-weight: 800;
  color: black;
  max-width: 457.6px;
}
.section-tools .paragraph {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  max-width: 457.6px;
  margin-bottom: 20px;
}
.section-tools .readmore {
  height: 32px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00acbf;
  width: 100%;
  color: white;
  font-size: 14.4px;
  font-weight: 600;
}
.section-tools .grid__right {
  position: sticky;
  top: calc(var(--navbar-height) + 25px);
}
.section-tools .grid__right img {
  display: block;
  width: 100%;
  height: 600px;
}
.section-tools .label-advertisement {
  font-size: 11.2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #bababa;
  margin-bottom: 5px;
  position: absolute;
  top: -20px;
  right: 0;
}

.section-single__content--tools .sticky-banner {
  margin-top: 0 !important;
}
@media screen and (max-width: 1450px) {
  .section-single__content--tools .section-tools .inner-grid {
    grid-template-columns: 72px 1fr;
  }
  .section-single__content--tools .section-tools .inner-grid__right {
    width: 120px;
    margin-left: 88px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1100px) {
  .section-tools .grid__right {
    display: none;
  }
  .section-tools .grid {
    grid-template-columns: 1fr;
  }
  .section-tools .inner-grid {
    grid-template-columns: 72px 1fr 120px;
    margin-bottom: 24px;
  }
  .section-tools .inner-grid__right {
    width: auto;
    margin: 0;
  }
  .section-tools .paragraph {
    max-width: none;
    padding-right: 32px;
  }
}
@media screen and (max-width: 700px) {
  .section-tools .paragraph {
    padding-right: 16px;
  }
}
@media screen and (max-width: 550px) {
  .section-tools {
    padding-bottom: 56px;
  }
  .section-tools .inner-grid {
    display: block;
    padding: 18.4px 16px;
    text-align: center;
  }
  .section-tools .inner-grid .image img {
    max-height: 49.6px;
    margin: 0 auto;
  }
  .section-tools .inner-grid__middle {
    margin-top: 8.8px;
  }
  .section-tools .inner-grid__right {
    width: 100%;
    margin-left: 0;
    margin-top: 9.6px;
  }
  .section-tools .wrapper {
    margin-top: -6.4px;
  }
}
.section-ketocalculator {
  border: 1.6px solid #00acbf;
  border-radius: 4px;
  padding: 28px 40px;
  background: white;
  margin: 32px 0;
}
.section-ketocalculator .title {
  font-size: 24px;
  font-weight: 800;
  color: #00acbf;
  line-height: 24px;
}
.section-ketocalculator .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-ketocalculator .heading label {
  font-size: 16.8px;
  font-weight: 600;
  color: black;
  margin-right: 8px;
}
.section-ketocalculator .checkbox-container {
  display: flex;
  align-items: center;
}
.section-ketocalculator .checkbox {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #d3d3d3;
  position: relative;
}
.section-ketocalculator .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
}
.section-ketocalculator .checkbox img {
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-ketocalculator .checkbox--active {
  background: #00ACBF;
  border: 1px solid #00ACBF;
}
.section-ketocalculator .not-metric {
  margin-top: 28.8px;
}
.section-ketocalculator .block label {
  display: block;
  font-size: 16.8px;
  font-weight: 400;
  color: black;
}
.section-ketocalculator .block input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  outline: none;
  width: 100%;
  padding: 0 16px;
  margin-top: 9.6px;
  display: block;
  font-size: 16px;
  color: black;
  font-weight: 400;
  transition: border 0.5s ease;
}
.section-ketocalculator .block input::placeholder {
  color: #898989;
}
.section-ketocalculator .bigger-block {
  width: 388px;
}
.section-ketocalculator .top {
  display: flex;
  justify-content: space-between;
}
.section-ketocalculator .top-left {
  display: grid;
  grid-template-columns: 184px 184px;
  grid-gap: 48px;
}
.section-ketocalculator .top-right {
  display: grid;
  grid-template-columns: 184px 184px;
  grid-gap: 20px;
  align-items: end;
}
.section-ketocalculator .select2 {
  height: 40px;
  margin-top: 9.6px;
}
.section-ketocalculator .select2-container {
  width: 100% !important;
}
.section-ketocalculator .select2-container .select2-selection--single {
  height: 100%;
  border: 1px solid #d3d3d3;
  transition: border 0.5s ease;
}
.section-ketocalculator .top .select2:nth-of-type(1) {
  height: 40px;
}
.section-ketocalculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  padding-left: 16px;
  padding-right: 32px;
}
.section-ketocalculator .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px;
  width: 13.6px;
  height: 7.2px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./img/select.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-ketocalculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.section-ketocalculator .grid {
  display: grid;
  grid-template-columns: 184px 1fr;
  grid-gap: 48px;
  margin-top: 25.6px;
  align-items: end;
}
.section-ketocalculator .caloric-reduction {
  margin-top: 40px;
}
.section-ketocalculator .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-ketocalculator .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  height: 40px;
  min-width: 320px;
}
.section-ketocalculator .percentage-number {
  font-size: 16.8px;
  font-weight: 600;
  color: black;
  margin-right: 15px;
}
.section-ketocalculator .color {
  font-size: 16.8px;
  font-weight: 600;
  color: #81ba38;
}
.section-ketocalculator #caloric_slider {
  margin-top: 12.8px;
  background: #00acbf;
  border: none;
  outline: none;
  border-radius: 8px;
  height: 5.6px;
}
.section-ketocalculator #caloric_slider span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3.2px solid #00acbf;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
.section-ketocalculator .metric-block {
  display: none;
}
.section-ketocalculator .metric-system .metric-block {
  display: block;
}
.section-ketocalculator .metric-system .not-metric-block {
  display: none;
}
.section-ketocalculator--post .top {
  display: block !important;
}
.section-ketocalculator--post .top-left {
  grid-template-columns: 1fr 1fr !important;
  grid-gap: 20px !important;
  margin-right: 0;
  margin-bottom: 20px;
}
.section-ketocalculator--post .top-right {
  grid-template-columns: 1fr 1fr !important;
}
.section-ketocalculator--post .bigger-block {
  width: 676.8px;
}
.section-ketocalculator .submit-container {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.section-ketocalculator .submit-container__flex {
  display: flex;
  align-items: center;
  background-color: #efefef;
  border-radius: 5px;
}
.section-ketocalculator .submit-container__button {
  height: 40px;
  border-radius: 5px;
  background-color: #00acbf;
  color: white;
  padding: 0 91px;
  font-size: 16.8px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
}
.section-ketocalculator .metric-radio {
  height: 32px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  font-size: 16.8px;
  color: #898989;
  font-weight: 600;
}
.section-ketocalculator .metric-radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.section-ketocalculator .metric-radio--active {
  background-color: #00acbf;
  color: white;
  pointer-events: none;
}
.section-ketocalculator .invalid-input {
  border: 1px solid #fa6060 !important;
}

.select2-results__option {
  background-color: #f5f5f5 !important;
  font-size: 16px !important;
  color: #535353 !important;
  padding: 8px 16px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00ACBF !important;
  color: white !important;
}

.section-ketocalculator-chart {
  display: grid;
  grid-template-columns: 47% 53%;
  border: 1.6px solid #00acbf;
  border-radius: 4px;
  margin: 32px 0;
}
.section-ketocalculator-chart__container {
  display: none;
}
.section-ketocalculator-chart .chart__left {
  max-height: 420.8px;
  margin: auto;
}
.section-ketocalculator-chart .chart__right {
  border-left: 1.6px solid #00ACBF;
  padding: 32px;
  padding-top: 64px;
}
.section-ketocalculator-chart .data {
  display: grid;
  background-color: #f7f7f7;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 25.6px;
  padding: 0 24px;
}
.section-ketocalculator-chart .label {
  font-weight: 800;
  color: black;
  text-transform: uppercase;
  font-size: 16.8px;
  border-right: 1px solid #d3d3d3;
  padding: 6.4px 0;
  padding-right: 20px;
  word-break: break-word;
}
.section-ketocalculator-chart .value {
  padding: 6.4px 33.6px;
  color: black;
  font-size: 16.8px;
  font-weight: 400;
  word-break: break-word;
}
.section-ketocalculator-chart form {
  margin-top: 48px;
}
.section-ketocalculator-chart input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: white;
  padding: 0 19.2px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: all 0.5s ease;
}
.section-ketocalculator-chart input::placeholder {
  color: #898989;
}
.section-ketocalculator-chart .invalid-input {
  border: 1px solid #fa6060;
}
.section-ketocalculator-chart button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #fa6060;
  padding: 0 16px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 24px;
}
.section-ketocalculator-chart p {
  margin-top: 12.8px;
  color: #898989;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 18.4px;
}
.section-ketocalculator-chart--post {
  grid-template-columns: 1fr;
  padding-top: 19.2px;
}
.section-ketocalculator-chart--post .chart__right {
  border-top: 1.6px solid #00acbf;
  margin-top: 32px;
  padding-top: 32px;
  border-left: 0;
}

@media screen and (max-width: 1450px) {
  .section-ketocalculator .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
  .section-ketocalculator .top-left {
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .section-ketocalculator .top-right {
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
  .section-ketocalculator .grid {
    grid-gap: 24px;
    grid-template-columns: 179.2px 1fr;
  }
  .section-ketocalculator .metric-system .top {
    grid-template-columns: 382.4px 1fr;
  }
  .section-ketocalculator--post .bigger-block {
    width: auto;
    grid-column: 1/3;
  }
  .section-ketocalculator--post .grid {
    grid-template-columns: 1fr !important;
  }
  .section-ketocalculator--post .details {
    display: block;
  }
  .section-ketocalculator--post .box {
    margin-top: 9.6px;
  }
}
@media screen and (min-width: 1001px) {
  .section-ketocalculator .mobile-box {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .section-ketocalculator .grid {
    grid-template-columns: 159.2px 1fr;
  }
  .section-ketocalculator .select2 {
    min-height: 40px;
    height: auto;
  }
  .section-ketocalculator .metric-system .top {
    grid-template-columns: 342.4px 1fr;
  }
  .section-ketocalculator .metric-system .bigger-block {
    width: 100%;
  }
  .section-ketocalculator .metric-system .top-right {
    grid-template-columns: 1fr;
  }
  .section-ketocalculator .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    display: flex;
    height: 100%;
    align-items: center;
    white-space: normal;
    padding: 8px 16px;
    padding-right: 40px;
  }
  .section-ketocalculator-chart {
    grid-template-columns: 1fr;
    padding-top: 19.2px;
  }
  .section-ketocalculator-chart .chart__right {
    border-top: 1.6px solid #00acbf;
    margin-top: 32px;
    padding-top: 32px;
    border-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .section-ketocalculator .top {
    grid-template-columns: 1fr;
    grid-gap: 21.6px;
  }
  .section-ketocalculator .top-left {
    grid-gap: 21.6px;
  }
  .section-ketocalculator .top-right {
    grid-gap: 21.6px;
  }
  .section-ketocalculator .grid {
    grid-gap: 21.6px;
  }
  .section-ketocalculator .details .box {
    display: none;
  }
  .section-ketocalculator .mobile-box {
    margin-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .section-ketocalculator {
    padding: 22.4px 16px 56px 16px;
  }
  .section-ketocalculator .grid {
    grid-template-columns: 1fr;
  }
  .section-ketocalculator .checkbox-container {
    flex-basis: 100%;
  }
  .section-ketocalculator .checkbox-container label {
    order: 2;
    margin-right: 0;
    margin-left: 8px;
  }
  .section-ketocalculator .checkbox-container .checkbox {
    margin-left: auto;
  }
  .section-ketocalculator .metric-system .top {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 701px) {
  .section-ketocalculator .mobile-submit-container {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .section-ketocalculator .submit-container__flex {
    display: none;
  }
  .section-ketocalculator .submit-container__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .section-ketocalculator .mobile-submit-container {
    margin-top: 0;
    justify-content: center;
    margin-bottom: 28.8px;
  }
  .section-ketocalculator .mobile-submit-container .submit-container__flex {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .section-ketocalculator-chart .data {
    grid-template-columns: 57% 1fr;
  }
}
@media screen and (max-width: 550px) {
  .section-ketocalculator {
    padding: 28px 19.2px 20.8px 19.2px;
  }
  .section-ketocalculator .checkbox {
    width: 15.2px;
    height: 15.2px;
  }
  .section-ketocalculator .checkbox img {
    width: 8.8px;
  }
  .section-ketocalculator .top-left, .section-ketocalculator .top-right {
    grid-template-columns: 1fr;
  }
  .section-ketocalculator .top-right {
    grid-gap: 0;
  }
  .section-ketocalculator #height_in {
    margin-top: 16px;
  }
  .section-ketocalculator .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 9.6px;
    height: 5.6px;
    right: 8.8px;
  }
  .section-ketocalculator #caloric_slider span {
    width: 16px;
    height: 16px;
  }
  .section-ketocalculator .box {
    padding: 8px 16px;
    min-height: 32px;
    min-width: 0;
    height: auto;
  }
  .section-ketocalculator .box .color {
    text-align: right;
  }
  .section-ketocalculator .metric-radio {
    min-height: 24px;
    padding: 5px 28px;
    height: 100%;
    flex-shrink: 0;
    text-align: center;
  }
  .section-ketocalculator .mobile-submit-container .submit-container__flex {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section-ketocalculator .title {
    margin-top: 0;
  }
  .section-ketocalculator .submit-container {
    margin-top: 28.8px;
  }
  .section-ketocalculator .submit-container__button {
    width: 100%;
  }
  .section-ketocalculator .mobile-submit-container {
    margin-top: 0;
  }
  .section-ketocalculator--post .top-left, .section-ketocalculator--post .top-right {
    grid-template-columns: 1fr !important;
  }
  .section-ketocalculator-chart #chart-container {
    max-height: 289.6px;
    width: 304px !important;
  }
  .section-ketocalculator-chart .chart__right {
    padding: 16px;
    padding-top: 32px;
  }
  .section-ketocalculator-chart .data {
    padding: 0 8.8px;
    margin-bottom: 12px;
  }
  .section-ketocalculator-chart .value {
    padding: 0 12.8px;
  }
  .section-ketocalculator-chart form {
    margin-top: 24px;
  }
  .section-ketocalculator-chart input {
    padding: 0 9.6px;
  }
  .section-ketocalculator-chart button {
    margin-top: 11.2px;
  }
  .section-ketocalculator-chart p {
    text-align: center;
    margin-top: 18.4px;
  }
}
.select2-results__option {
  font-size: 12.8px !important;
  padding: 4.8px 16px;
}

span.select2-selection.select2-selection--single {
  outline: none !important;
}

.section-product {
  padding-bottom: 91.2px;
}
.section-product .title {
  font-size: 17.6px;
  color: #00ACBF;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
}
.section-product .product {
  border: 1px solid #d3d3d3;
  margin-top: 29.6px;
  padding: 14px 14px 30px 38px;
  display: grid;
  grid-template-columns: 1fr 288px;
  grid-gap: 56px;
}
.section-product .product__heading {
  display: flex;
  align-items: center;
}
.section-product .product__name {
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  color: black;
}
.section-product .product__circle {
  width: 5.6px;
  height: 5.6px;
  border-radius: 100%;
  background-color: black;
  margin: 0 16px;
  flex-shrink: 0;
}
.section-product .product__category {
  min-width: 116px;
  padding: 0 12px;
  border-radius: 4px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}
.section-product .product__per {
  margin-top: 13.6px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.section-product .product__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.8fr 1fr;
  grid-row-gap: 48px;
  margin-top: 28px;
}
.section-product .product__left {
  padding-top: 16px;
}
.section-product .product__block {
  display: flex;
  align-items: center;
}
.section-product .product__nutrition {
  font-size: 16px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
}
.section-product .product__icon {
  width: 35.2px;
  margin-right: 18.4px;
  flex-shrink: 0;
}
.section-product .product__icon img {
  max-width: 100%;
  max-height: 33.6px;
  display: block;
}
.section-product .product__right {
  min-height: 288px;
  position: relative;
}
.section-product .product__right img {
  position: absolute;
  top: 0;
  left: 0;
  widtH: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-product .product__value {
  font-size: 16px;
  font-weight: 400;
}
.section-product .section-single__content {
  margin-top: 52.8px;
}
.section-product .section-single__content--product {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 32px;
}
.section-product .section-single__content--product h1 span, .section-product .section-single__content--product h2 span {
  font-weight: 800 !important;
}
.section-product .section-single__content--product .left-side > :last-child {
  margin-bottom: 0;
}
.section-product .section-single__content--product .hidden {
  display: none;
}
.section-product .section-related-products {
  margin-top: 88px;
}
.section-product .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 65.6px;
  margin-top: 32px;
}
.section-product .grid__image {
  padding-top: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.section-product .grid__image img {
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-product .grid__title {
  margin-top: 13.6px;
  font-size: 20px;
  font-weight: 800;
  color: black;
  display: block;
  width: fit-content;
}
.section-product .grid__nutrition {
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #d3d3d3;
  margin-top: 6.4px;
  padding-top: 12.8px;
  margin-bottom: 16px;
}
.section-product .grid__data {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.section-product .grid__data:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-product .grid__data span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 16px;
}
.section-product .grid__label {
  font-size: 14px;
  font-weight: 800;
  color: black;
  min-width: 78.4px;
  text-transform: uppercase;
}

.section-single.section-product .socialmedia-containerv2 {
  margin-top: 16px;
}
.section-single.section-product .socialmedia-containerv2 .socialmediav2 {
  margin-top: 16px;
}

@media screen and (max-width: 1450px) {
  .section-product .product__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 24px;
  }
  .section-product .grid {
    grid-gap: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .section-product .product__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1101px) {
  .section-product .product__image--mobile {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .section-product .product__per {
    padding: 0 40px;
  }
  .section-product .product__grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 40px;
  }
  .section-product .product {
    grid-template-columns: 1fr;
    padding: 20px 16px 28px 16px;
  }
  .section-product .product__left {
    padding-top: 0;
  }
  .section-product .product__heading {
    justify-content: center;
  }
  .section-product .product__name {
    max-width: none;
  }
  .section-product .product__right {
    display: none;
  }
  .section-product .section-single__content--product {
    display: block;
  }
  .section-product .section-single__content--product .right-side {
    display: none;
  }
  .section-product .product__image--mobile {
    width: 256px;
    height: 256px;
    margin: 0 auto;
    position: relative;
  }
  .section-product .product__image--mobile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media screen and (max-width: 1000px) {
  .section-product .grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-product .grid__image {
    padding-top: 70%;
  }
}
@media screen and (max-width: 750px) {
  .section-product .product__per, .section-product .product__grid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 700px) {
  .section-product .product__heading {
    display: block;
    text-align: center;
  }
  .section-product .product__circle {
    display: none;
  }
  .section-product .product__grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-product .product__category {
    width: fit-content;
    margin: 0 auto;
    margin-top: 11.2px;
    min-width: 97.6px;
  }
  .section-product .product__mobile-category {
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
}
@media screen and (max-width: 550px) {
  .section-product {
    padding-bottom: 56px;
  }
  .section-product .section-related-products {
    margin-top: 32px;
  }
  .section-product .product__category {
    margin-top: 8px;
    height: 23.2px;
  }
  .section-product .product__image--mobile {
    width: 176px;
    height: 176px;
  }
  .section-product .product__per {
    margin-top: 8px;
    padding: 0;
  }
  .section-product .product__grid {
    margin-top: 21.6px;
    grid-row-gap: 28.8px;
    padding: 0;
  }
  .section-product .product__icon {
    margin-right: 16px;
    width: 25.6px;
  }
  .section-product .product__icon img {
    max-height: 25.6px;
  }
  .section-product .product__value {
    margin-top: 6.4px;
  }
  .section-product .grid {
    grid-row-gap: 44.8px;
  }
  .section-product .grid__image {
    padding-top: 100%;
  }
  .section-product .grid__title {
    margin-top: 15.2px;
  }
  .section-product .grid__nutrition {
    line-height: 20px;
    margin-bottom: 7.2px;
  }
  .section-product .grid__data {
    justify-content: space-between;
  }
  .section-product .grid__data span {
    margin-left: 0;
  }
}
@media screen and (max-width: 385px) {
  .section-product .grid__data {
    flex-direction: column;
    align-items: start;
  }
}
.section-source {
  padding-top: 20px;
}
.section-source h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
}
.section-source__heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 42px;
}
.section-source__paragraph {
  margin-top: 28px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}

.section-source2.inside-team {
  margin: 40px 0;
}
.section-source2 h2 {
  margin: 0 auto;
}
.section-source2 .wrapper {
  background-color: #f7f7f7;
  padding: 30px 20px 22px;
}
.section-source2__flex {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
}
.section-source2__block {
  margin-bottom: 30px;
  margin-top: -18px;
}
.section-source2__block:last-child {
  margin-right: 0;
}
.section-source2__block img {
  max-width: 100%;
  max-height: 65px;
  display: block;
}

.section-source3 {
  padding-top: 88px;
}
.section-source3 h2 {
  margin: 0 auto;
}
.section-source3__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px;
  margin-top: 32px;
}
.section-source3__block {
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.08);
  background: white;
  padding: 24px 16px;
  text-align: center;
}
.section-source3__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 22px auto;
}
.section-source3__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-source3__heading {
  font-size: 20px;
  font-weight: 800;
  color: black;
}
.section-source3__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-source4 {
  padding-top: 88px;
}
.section-source4 h2 {
  margin: 0 auto;
}
.section-source4__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px;
  margin-top: 32px;
}
.section-source4__block {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.section-source4__image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto;
  border-radius: 100%;
}
.section-source4__name {
  margin-top: 16px;
  font-size: 20px;
  color: black;
  font-weight: 800;
  line-height: 24px;
}
.section-source4__contact {
  font-size: 17px;
  color: #00acbf;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 14px;
  display: block;
}
.section-source4__description {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.section-source4__link {
  margin: auto auto 0;
  height: 32px;
  border-radius: 5px;
  background: #00acbf;
  color: white;
  font-size: 15px;
  font-weight: 600;
  min-width: 160px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.section-source5 {
  padding-top: 67px;
}
.section-source5 h2 {
  margin: 0 auto;
}
.section-source5 .select2-js {
  width: 100%;
  min-height: 40px;
  max-width: 100%;
}
.section-source5 .select2-container .select2-selection--single {
  min-height: 40px;
  line-height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  transition: all 0.5s ease;
  height: 100%;
}
.section-source5 .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 40px;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 40px;
  overflow: visible;
  white-space: normal;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-source5 .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("./img/select2-arrow.svg");
  background-size: contain;
  backgorund-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.section-source5 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.section-source5 .select2-container {
  max-width: 100%;
}
.section-source5 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black;
}
.section-source5 .input-container {
  position: relative;
  margin-top: 24px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.section-source5 .input-container label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  transition: all 0.5s ease;
  cursor: text;
}
.section-source5 .input-container input, .section-source5 .input-container textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  background: none;
  border-radius: 5px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  border: 1px solid #d3d3d3;
  transition: all 0.5s ease;
}
.section-source5 .input-container input:focus, .section-source5 .input-container textarea:focus {
  border: 1px solid #fcb319;
}
.section-source5 .textarea-container {
  height: 120px;
}
.section-source5 .textarea-container textarea {
  padding: 12px 15px;
  resize: none;
}
.section-source5 .textarea-container label {
  transform: none;
  top: 12px;
}
.section-source5 .input-focused input {
  padding-top: 4px;
}
.section-source5 .input-focused textarea {
  padding-top: 15px;
}
.section-source5 .input-focused label {
  font-size: 8px;
  transform: none;
  top: 2.4px;
}
.section-source5 .invalid-input {
  border: 1px solid #fa6060 !important;
}
.section-source5 .invalid-input + .select2-container .select2-selection--single {
  border: 1px solid #fa6060 !important;
}
.section-source5 .submit-button {
  margin-top: 24px;
  background-color: #00acbf;
  min-width: 160px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  min-height: 32px;
  outline: none;
  border: none;
  cursor: pointer;
}

.section-source6 {
  padding-top: 88px;
  padding-bottom: 40px;
}
.section-source6 h2 {
  margin: 0 auto 32px auto;
}
.section-source6__faq {
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.08);
  background-color: #f7f7f7;
  padding: 28px 44px;
  margin-bottom: 32px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.section-source6__faq:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-source6__grid {
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: center;
  grid-gap: 64px;
}
.section-source6 .minus-logo {
  opacity: 0;
}
.section-source6 .plus-logo, .section-source6 .minus-logo, .section-source6 .plus-logo-hover {
  width: 23px;
  display: block;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-source6 .plus-logo-hover {
  opacity: 0;
}
.section-source6__left {
  position: relative;
}
.section-source6__question {
  font-size: 20px;
  color: black;
  font-weight: 700;
}
.section-source6__answer {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}
.section-source6__answer a {
  text-decoration: underline;
}
.section-source6 .answer-shown {
  background: white;
}
.section-source6 .answer-shown .minus-logo {
  opacity: 1;
}
.section-source6 .answer-shown .plus-logo, .section-source6 .answer-shown .plus-logo-hover {
  opacity: 0;
}

.section-source-container .select2-results__option {
  color: black !important;
  font-size: 16px !important;
}
.section-source-container .wrapper:not(.global-disclaimer-wrapper) {
  max-width: 987.2px;
}
.section-source-container .wrapper2 {
  max-width: 1091.2px;
  margin-top: 32px;
  padding-bottom: 22px;
}
.section-source-container .wrapper2__disclaimer {
  padding-top: 20px;
  border-top: 1px solid #d3d3d3;
  color: #898989;
  font-size: 12px;
}
.section-source-container .wrapper2__disclaimer p {
  margin-bottom: 15px;
}
.section-source-container .wrapper2__disclaimer p:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .section-source-container .global-disclaimer-wrapper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 950px) {
  .section-source-container .wrapper:not(.global-disclaimer-wrapper) {
    max-width: none;
    padding: 32px 19.2px 22px;
  }
  .section-source-container .wrapper2 {
    padding-bottom: 22px;
  }
  .section-source2 .wrapper {
    padding: 32px 35px 22px;
  }
}
@media screen and (max-width: 850px) {
  .section-source6__grid {
    grid-gap: 32px;
  }
}
@media screen and (max-width: 800px) {
  .section-source3__grid {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
  .section-source3__block {
    max-width: 400px;
    margin: 0 auto;
  }
  .section-source3, .section-source4, .section-source6, .section-source5 {
    padding-top: 60px;
  }
  .section-source4__grid {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
  .section-source4__block {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .section-source h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .section-source__heading {
    padding-bottom: 40px;
  }
  .section-source2__flex {
    margin-top: 48px;
  }
  .section-source2__block {
    gap: 40px;
    margin-top: -10px;
  }
  .section-source2__block img {
    max-height: 48px;
  }
  .section-source3, .section-source4, .section-source6, .section-source5 {
    padding-top: 60px;
  }
  .section-source3__grid, .section-source4__grid {
    grid-gap: 60px;
    margin-top: 36px;
  }
  .section-source4__image {
    width: 120px;
    height: 120px;
  }
  .section-source4__name {
    font-size: 17px;
    margin-top: 15px;
  }
  .section-source4__contact {
    font-size: 15px;
    margin-top: 9px;
  }
  .section-source4__link {
    width: 100%;
    font-size: 15px;
  }
  .section-source5 .textarea-container {
    height: 180px;
  }
  .section-source5 .submit-button {
    widtH: 100%;
  }
  .section-source5 .input-container {
    margin-top: 15px;
  }
  .section-source5 .input-focused label {
    font-size: 8px;
  }
  .section-source5 .submit-button {
    margin-top: 15px;
  }
  .section-source6__faq {
    padding: 0;
  }
  .section-source6 {
    padding-bottom: 24px;
  }
  .section-source-container .wrapper2 {
    padding-bottom: 40px;
  }
  .section-source6__grid {
    padding: 16px;
    min-height: 82px;
    grid-gap: 24px;
  }
  .section-source6__grid--second {
    padding: 0 16px;
    min-height: 0;
  }
  .section-source6__question {
    font-size: 17px;
  }
  .section-source6__answer {
    margin-top: 12px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 450px) {
  .section-source2__block {
    margin-bottom: 24px;
  }
}
.component-calorie-calculator {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 32px 0;
}
.component-calorie-calculator .calorie-calculator {
  border: 2px solid #00acbf;
  border-radius: 5px;
  padding: 28px 40px;
}
.component-calorie-calculator .calorie-calculator__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.component-calorie-calculator .calorie-calculator__title {
  font-size: 24px;
  font-weight: 800;
  color: black;
  line-height: 24px;
  padding-right: 20px;
}
.component-calorie-calculator .calorie-calculator__buttons {
  display: flex;
  align-items: center;
}
.component-calorie-calculator .calorie-calculator__buttons button {
  height: 32px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  font-size: 16.8px;
  color: #898989;
  font-weight: 600;
  outline: none;
  border: none;
  transition: background 0.5s ease, color 0.5s ease;
  cursor: pointer;
}
.component-calorie-calculator .calorie-calculator__buttons button:hover {
  color: #00ACBF;
}
.component-calorie-calculator .calorie-calculator__buttons button.metric-button {
  margin-left: -5px;
}
.component-calorie-calculator .calorie-calculator__buttons button.active {
  background-color: #00acbf;
  color: white;
  z-index: 2;
  pointer-events: none;
}
.component-calorie-calculator .calorie-calculator__block.grid-span {
  grid-column: 1/3;
}
.component-calorie-calculator .calorie-calculator__grid {
  display: grid;
  grid-template-columns: 188.25px 1fr;
  grid-gap: 40px;
  margin-top: 30px;
}
.component-calorie-calculator .calorie-calculator__grid .imperial-block {
  display: none;
}
.component-calorie-calculator .calorie-calculator__grid:not(.metric-system) .metric-block {
  display: none;
}
.component-calorie-calculator .calorie-calculator__grid:not(.metric-system) .imperial-block {
  display: block;
}
.component-calorie-calculator .calorie-calculator__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 224px;
  margin-top: 30px;
}
.component-calorie-calculator .calorie-calculator__grid2--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.component-calorie-calculator .calorie-calculator__grid2--grid.bigger-width {
  width: calc(100% + 25px);
}
.component-calorie-calculator .calorie-calculator__grid2 .imperial-block {
  display: none;
}
.component-calorie-calculator .calorie-calculator__grid2:not(.metric-system) .metric-block {
  display: none;
}
.component-calorie-calculator .calorie-calculator__grid2:not(.metric-system) .imperial-block {
  display: block;
}
.component-calorie-calculator .calorie-calculator label {
  font-size: 16.8px;
  font-weight: 400;
  display: block;
  color: black;
  margin-bottom: 10px;
}
.component-calorie-calculator .calorie-calculator input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  outline: none;
  width: 100%;
  padding: 0 16px;
  display: block;
  font-size: 16px;
  color: black;
  font-weight: 400;
  transition: border 0.5s ease;
}
.component-calorie-calculator .calorie-calculator input:focus {
  border: 1px solid #00ACBF;
}
.component-calorie-calculator .calorie-calculator__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.component-calorie-calculator .calorie-calculator__submit {
  height: 40px;
  border-radius: 5px;
  background-color: #00acbf;
  color: white;
  padding: 0 91px;
  font-size: 16.8px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 45px auto 0;
  transition: background 0.5s ease;
}
.component-calorie-calculator .calorie-calculator__submit:hover {
  background: #2990A8;
}
.component-calorie-calculator .calorie-calculator__results {
  padding: 40px 40px 28px;
}
.component-calorie-calculator .calorie-calculator__results--heading {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
}
.component-calorie-calculator .calorie-calculator__results--grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  grid-auto-rows: 1fr;
}
.component-calorie-calculator .calorie-calculator__results--block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #f7f7f7;
  font-size: 18px;
  color: black;
  font-weight: 400;
  line-height: 24px;
}
.component-calorie-calculator .calorie-calculator__results--block span:not(.calorie-calculator__results--measurement) {
  font-weight: 800;
  margin-right: 8px;
}
.component-calorie-calculator .calorie-calculator__results--block span.calorie-calculator__results--measurement {
  margin-left: 4px;
}
.component-calorie-calculator .calorie-calculator__results--block span.calorie-calculator__results--value {
  font-weight: 400;
  margin-right: 0;
}
.component-calorie-calculator .calorie-calculator__results--child {
  border-right: 1px solid #d3d3d3;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  word-break: break-word;
}
.component-calorie-calculator .calorie-calculator__results--child:nth-last-of-type(1) {
  border-right: 0;
}
.component-calorie-calculator .calorie-calculator__results--text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
}
.component-calorie-calculator .calorie-calculator__results--blue {
  color: #00acbf;
}
.component-calorie-calculator .calorie-calculator__results--measure {
  white-space: nowrap;
  padding-left: 20px;
}
.component-calorie-calculator .calorie-calculator__results--info {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #00acbf;
  width: fit-content;
  display: block;
  margin-left: auto;
  transition: color 0.5s ease;
}
.component-calorie-calculator .calorie-calculator__results--info:hover {
  color: #2990A8;
}
.component-calorie-calculator .calorie-calculator__results--download {
  display: flex;
  margin-top: 25px;
}
.component-calorie-calculator .calorie-calculator__results--download button {
  margin-left: 30px;
  min-height: 40px;
  border-radius: 5px;
  background-color: #fa6060;
  color: white;
  font-size: 16.8px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 48px;
  transition: background 0.5s ease;
  flex-shrink: 1;
}
.component-calorie-calculator .calorie-calculator__results--download button:hover {
  background: #D33D43;
}
.component-calorie-calculator .calorie-calculator__results--download input {
  min-width: 200px;
  width: auto;
  flex-grow: 1;
  height: auto;
  align-self: stretch;
}
.component-calorie-calculator .calorie-calculator__results p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #898989;
  margin-bottom: 0;
  margin-top: 15px;
}
.component-calorie-calculator .calorie-calculator__results--spread {
  margin-top: 30px;
  margin-bottom: 60px;
  display: none;
}
.component-calorie-calculator .calorie-calculator__results--spread .calorie-calculator__results--grid {
  margin-top: 0;
}
.component-calorie-calculator .invalid-input {
  border: 1px solid #fa6060 !important;
}
.component-calorie-calculator .select2-results__option {
  background-color: #f5f5f5 !important;
  font-size: 16px !important;
  color: #535353 !important;
  padding: 8px 16px !important;
}
.component-calorie-calculator .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00ACBF !important;
  color: white !important;
}
.component-calorie-calculator .select2-container {
  height: 40px !important;
}
.component-calorie-calculator .select2-container .select2-selection--single {
  height: 100% !important;
  border: 1px solid #d3d3d3 !important;
  transition: border 0.5s ease;
}
.component-calorie-calculator .select2-container .select2-selection--single.invalid-input {
  border: 1px solid #fa6060 !important;
}
.component-calorie-calculator .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  padding-left: 16px !important;
  padding-right: 32px !important;
  font-size: 16px !important;
  color: black !important;
}
.component-calorie-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px;
  width: 13.6px;
  height: 7.2px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./img/select.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.component-calorie-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.component-calorie-calculator .calorie-calculator-results-container {
  display: none;
}
.component-calorie-calculator .calorie-calculator-results-container .calorie-calculator__results {
  margin: 0;
}
.component-calorie-calculator--single .calorie-calculator__grid {
  grid-gap: 20px;
}
.component-calorie-calculator--single .calorie-calculator__flex {
  grid-gap: 10px;
}

@media screen and (max-width: 1200px) {
  .component-calorie-calculator .calorie-calculator__grid2 {
    grid-gap: 140px;
  }
  .component-calorie-calculator .calorie-calculator__grid {
    grid-template-columns: 186.5px 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .component-calorie-calculator .calorie-calculator__grid2 {
    grid-gap: 0;
    display: flex;
  }
  .component-calorie-calculator .calorie-calculator__grid2 .calorie-calculator__block {
    flex-grow: 1;
  }
  .component-calorie-calculator .calorie-calculator__grid2--grid {
    width: 100%;
  }
  .component-calorie-calculator .calorie-calculator__grid2--grid:nth-of-type(2) {
    margin-left: 40px;
  }
  .component-calorie-calculator .calorie-calculator__grid2--grid.bigger-width {
    width: calc(100% + 55px);
  }
  .component-calorie-calculator .calorie-calculator__grid {
    display: flex;
    grid-gap: 0;
  }
  .component-calorie-calculator .calorie-calculator__grid .calorie-calculator__block {
    flex-grow: 1;
  }
  .component-calorie-calculator .calorie-calculator__grid .calorie-calculator__block:nth-of-type(3) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 901px) {
  .component-calorie-calculator .on-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .component-calorie-calculator .calorie-calculator {
    padding: 30px 16px;
  }
  .component-calorie-calculator .calorie-calculator__grid {
    grid-template-columns: 1fr;
  }
  .component-calorie-calculator .calorie-calculator__grid .calorie-calculator__block:nth-of-type(3) {
    margin-left: 0;
  }
  .component-calorie-calculator .calorie-calculator__grid2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .component-calorie-calculator .calorie-calculator__grid2--grid.bigger-width {
    width: 100%;
  }
  .component-calorie-calculator .calorie-calculator__grid2--grid:nth-of-type(2) {
    margin-left: 0;
  }
  .component-calorie-calculator .calorie-calculator .mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .component-calorie-calculator .calorie-calculator .on-mobile {
    grid-column: 3/5;
  }
  .component-calorie-calculator .calorie-calculator .not-on-mobile {
    display: none !important;
  }
  .component-calorie-calculator .calorie-calculator__results--info {
    margin: 20px auto 0;
    text-align: center;
  }
  .component-calorie-calculator .calorie-calculator__results--download {
    margin-top: 20px;
  }
  .component-calorie-calculator .calorie-calculator__results--grid {
    margin-top: 30px;
    grid-gap: 20px;
  }
  .component-calorie-calculator .calorie-calculator__results--measure {
    padding-left: 5px;
  }
  .component-calorie-calculator .calorie-calculator__results--block {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    padding: 8px;
  }
  .component-calorie-calculator .calorie-calculator__results--heading {
    text-align: center;
  }
  .component-calorie-calculator .calorie-calculator__results p {
    text-align: center;
    margin-top: 20px;
  }
  .component-calorie-calculator .calorie-calculator__results--child {
    padding: 6px 10px;
  }
  .component-calorie-calculator .calorie-calculator__results--child:nth-of-type(1) {
    padding-top: 0;
  }
  .component-calorie-calculator .calorie-calculator__results--child:nth-of-type(2) {
    color: #898989;
    border-right: 0;
    padding-top: 0;
    padding-left: 12px;
  }
  .component-calorie-calculator .calorie-calculator__results--child:nth-of-type(4) {
    padding-left: 12px;
  }
  .component-calorie-calculator .calorie-calculator__results--child:nth-of-type(3), .component-calorie-calculator .calorie-calculator__results--child:nth-of-type(4) {
    border-top: 1px solid #d3d3d3;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .component-calorie-calculator .calorie-calculator__heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .component-calorie-calculator .calorie-calculator__title {
    padding-right: 0;
    order: 2;
    margin-top: 30px;
  }
  .component-calorie-calculator .calorie-calculator__buttons {
    margin: 0 auto;
  }
  .component-calorie-calculator .calorie-calculator__grid {
    margin-top: 30px;
  }
  .component-calorie-calculator .calorie-calculator__results--download button {
    margin-left: 15px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 550px) {
  .component-calorie-calculator .calorie-calculator label {
    font-size: 16px;
  }
  .component-calorie-calculator .calorie-calculator__buttons {
    margin: 0;
    width: 100%;
  }
  .component-calorie-calculator .calorie-calculator__buttons button {
    flex-grow: 1;
  }
  .component-calorie-calculator .calorie-calculator__grid {
    grid-template-columns: 1fr;
  }
  .component-calorie-calculator .calorie-calculator__grid2--grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .component-calorie-calculator .calorie-calculator .mobile-grid {
    grid-template-columns: 1fr;
  }
  .component-calorie-calculator .calorie-calculator .on-mobile {
    grid-column: auto;
  }
  .component-calorie-calculator .calorie-calculator__block.grid-span {
    grid-column: auto;
  }
  .component-calorie-calculator .calorie-calculator__submit {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .component-calorie-calculator .calorie-calculator__results--text {
    font-size: 14px;
    line-height: 18px;
  }
  .component-calorie-calculator .calorie-calculator__results--block {
    font-size: 14px;
    line-height: 18px;
  }
  .component-calorie-calculator .calorie-calculator__results--info {
    font-size: 14px;
    line-height: 22px;
  }
  .component-calorie-calculator .calorie-calculator__results p {
    font-size: 14px;
    line-height: 22px;
  }
  .component-calorie-calculator .calorie-calculator__results--child {
    padding: 6px;
  }
  .component-calorie-calculator .calorie-calculator__results--download {
    flex-direction: column;
  }
  .component-calorie-calculator .calorie-calculator__results--download input {
    height: 40px;
  }
  .component-calorie-calculator .calorie-calculator__results--download button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.acf-references {
  margin-top: 40px;
  padding-bottom: 40px;
}
.acf-references__flex {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #14acbf;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}
.acf-references__flex.active .acf-faq__icon span {
  transform: rotate(90deg);
}
.acf-references__flex.active .acf-faq__icon span:last-child {
  left: 50%;
  right: 50%;
}
.acf-references__margin {
  display: none;
}
.acf-references__margin ol {
  margin-top: 25px;
  margin-bottom: 0;
}
.acf-references .acf-faq__icon {
  width: 25px;
  height: 25px;
  margin-right: 0;
  margin-left: -7px;
  position: relative;
}
.acf-references .acf-faq__icon span {
  position: absolute;
  transition: 300ms;
  background: #14acbf;
}
.acf-references .acf-faq__icon span:first-child {
  top: 25%;
  bottom: 25%;
  left: 45%;
  width: 2px;
}
.acf-references .acf-faq__icon span:last-child {
  left: 25%;
  right: 25%;
  height: 2px;
  top: 45%;
}
.acf-references li > * {
  display: inline;
}
.acf-references li::before {
  color: #14acbf !important;
}

@media screen and (max-width: 1450px) {
  .acf-references .acf-faq__icon {
    margin-left: -6px;
  }
}
.component-quiz {
  margin: 32px 0;
  background-color: #f8feff;
  border-radius: 4px;
  padding: 48px 40px 32px 40px !important;
  border: 2px solid #00acbf;
}
.component-quiz__question {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.component-quiz__answers {
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.component-quiz__text {
  position: relative;
  z-index: 4;
}
.component-quiz__answer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 60px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  transition: background-position 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.component-quiz__answer.disabled {
  pointer-events: none;
}
.component-quiz__answer.disabled input {
  pointer-events: none;
}
.component-quiz__answer:nth-of-type(even) {
  background: linear-gradient(to left, #00acbf 50%, #00748a 50%) right;
  background-size: 200%;
}
.component-quiz__answer:nth-of-type(even):hover {
  background-position: left;
}
.component-quiz__answer:nth-of-type(even).chosen {
  background-position: left;
}
.component-quiz__answer:nth-of-type(even) .component-quiz__total {
  left: 10px;
}
.component-quiz__answer:nth-of-type(even) .component-quiz__fill {
  left: 0;
}
.component-quiz__answer:nth-of-type(odd) {
  background: linear-gradient(to right, #00acbf 50%, #00748a 50%) left;
  background-size: 200%;
}
.component-quiz__answer:nth-of-type(odd):hover {
  background-position: right;
}
.component-quiz__answer:nth-of-type(odd).chosen {
  background-position: right;
}
.component-quiz__answer:nth-of-type(odd) .component-quiz__total {
  right: 10px;
}
.component-quiz__answer:nth-of-type(odd) .component-quiz__fill {
  right: 0;
}
.component-quiz__answer input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 4px;
  cursor: pointer;
  z-index: 5;
}
.component-quiz__answer.other {
  pointer-events: none;
  background: #e2f0f0;
  border: 2px solid #9cbfc2;
  color: #9cbfc2;
}
.component-quiz__answer.chosen {
  pointer-events: none;
}
.component-quiz__thankyou {
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 48px;
  display: none !important;
  font-size: 16px !important;
}
.component-quiz__disclaimer {
  margin-bottom: -25px !important;
  font-size: 12px !important;
  color: #939393 !important;
  width: fit-content;
  margin-left: auto;
}
.component-quiz__total {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 13px;
  display: none;
  z-index: 4;
}
.component-quiz__fill {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: #00748a;
  display: none;
  z-index: 3;
}

@media screen and (max-width: 580px) {
  .component-quiz {
    padding: 30px 20px !important;
  }
  .component-quiz__thankyou {
    margin-top: 36px;
  }
  .component-quiz__answers {
    grid-template-columns: 1fr;
  }
}
.component-calorie-calculator .bmr-calculator {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
.component-calorie-calculator .bmr-imperial.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.component-calorie-calculator .calorie-calculator[data-type=imperial] .bmr-metric {
  display: none !important;
}
.component-calorie-calculator .calorie-calculator[data-type=metric] .bmr-imperial {
  display: none !important;
}

.bmr-calculator-results {
  border-radius: 5px;
  border: 2px solid #00acbf;
  background: white;
  padding: 54px 40px;
  word-break: break-word;
  display: none;
}
.bmr-calculator-results__title {
  color: black;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.bmr-calculator-results__bmr {
  background-color: #14acbf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 23px;
  margin-top: 35px;
  font-size: 16.8px;
  font-weight: 400;
  color: white;
}
.bmr-calculator-results__bmr span {
  font-weight: 800;
  padding-right: 40px;
}
.bmr-calculator-results__bmr div {
  flex-shrink: 0;
}
.bmr-calculator-results__bmr div span {
  padding-right: 0;
  margin-right: 10px;
}
.bmr-calculator-results__level {
  padding: 16px 23px;
  background: white;
  font-size: 16.8px;
  color: black;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.bmr-calculator-results__labels {
  display: grid;
  grid-template-columns: 1fr 230px;
  background-color: #f7f7f7;
  padding: 0 23px;
}
.bmr-calculator-results__label {
  color: #000000;
  font-size: 16.8px;
  font-weight: 400;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bmr-calculator-results__label:nth-of-type(1) {
  text-align: left;
  justify-content: flex-start;
}
.bmr-calculator-results__label:nth-of-type(2) {
  text-align: center;
  border-left: 1px solid #d3d3d3;
  padding: 6px 20px;
}
.bmr-calculator-results__label.blue {
  color: #14acbf;
  font-weight: 800;
  text-transform: uppercase;
}
.bmr-calculator-results__label span {
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 14px;
}
.bmr-calculator-results__label span.marginless {
  margin-right: 0;
  padding-right: 20px;
}
.bmr-calculator-results__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 22px;
}
.bmr-calculator-results__description {
  color: #898989;
  font-size: 16.8px;
  font-weight: 400;
  padding: 0 23px;
  margin-top: 25px;
}
.bmr-calculator-results__description span {
  font-weight: 700;
}
.bmr-calculator-results__description__div {
  margin-top: 10px;
}
.bmr-calculator-results__download {
  display: flex;
  margin-top: 30px;
}
.bmr-calculator-results__download button {
  margin-left: 30px;
  min-height: 40px;
  border-radius: 5px;
  background-color: #fa6060;
  color: white;
  font-size: 16.8px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 48px;
  transition: background 0.5s ease;
  flex-shrink: 1;
}
.bmr-calculator-results__download button:hover {
  background: #D33D43;
}
.bmr-calculator-results__download input {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 0 16px;
  display: block;
  font-size: 16px;
  color: black;
  font-weight: 400;
  transition: border 0.5s ease;
  min-width: 200px;
  width: auto;
  flex-grow: 1;
  height: auto;
  align-self: stretch;
}
.bmr-calculator-results__download input:focus {
  border: 1px solid #00ACBF;
}
.bmr-calculator-results__paragraph {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #898989 !important;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}

@media screen and (max-width: 1000px) {
  .component-calorie-calculator .bmr-calculator {
    grid-gap: 20px;
  }
  .bmr-calculator-results {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .component-calorie-calculator .bmr-calculator {
    grid-template-columns: 1fr 1fr;
  }
  .bmr-calculator-results {
    padding: 30px 16px;
  }
  .bmr-calculator-results__labels {
    grid-template-columns: 1fr;
    padding: 8px 10px;
  }
  .bmr-calculator-results__level {
    padding: 15px 8px;
  }
  .bmr-calculator-results__bmr {
    padding: 12px 8px;
  }
  .bmr-calculator-results__label {
    padding: 0;
  }
  .bmr-calculator-results__label:nth-of-type(2) {
    border-left: 0;
    padding: 0;
    text-align: left;
    border-top: 1px solid #d3d3d3;
    justify-content: flex-start;
    margin-top: 8px;
    padding-top: 8px;
  }
  .bmr-calculator-results__description {
    padding: 0 8px;
  }
}
@media screen and (max-width: 700px) {
  .bmr-calculator-results__title {
    text-align: center;
  }
  .bmr-calculator-results__paragraph {
    text-align: center;
    margin-top: 20px !important;
  }
  .bmr-calculator-results__download button {
    margin-left: 15px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 550px) {
  .component-calorie-calculator .bmr-calculator {
    grid-template-columns: 1fr;
  }
  .bmr-calculator-results__bmr {
    margin-top: 30px;
    font-size: 14px;
  }
  .bmr-calculator-results__level {
    font-size: 14px !important;
  }
  .bmr-calculator-results__label {
    font-size: 14px !important;
  }
  .bmr-calculator-results__description {
    font-size: 14px;
  }
  .bmr-calculator-results__download {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 10px;
  }
  .bmr-calculator-results__download button {
    margin-left: 0;
  }
  .bmr-calculator-results__paragraph {
    font-size: 14px !important;
  }
}
.component-bac-calculator {
  margin: 32px 0;
  border: 2px solid #00acbf;
  border-radius: 5px;
  padding: 28px 40px;
  display: block;
}
.component-bac-calculator__heading {
  font-size: 24px;
  font-weight: 800;
  color: black;
  line-height: 24px;
}
.component-bac-calculator__flex {
  margin-top: 50px;
  display: flex;
  align-items: end;
}
.component-bac-calculator__flex .select2-container {
  min-width: 184px;
}
.component-bac-calculator__flex__label {
  font-weight: 400;
  font-size: 16.8px;
  display: block;
  color: black;
  margin-bottom: 10px;
}
.component-bac-calculator__flex__block {
  margin-right: 38.4px;
}
.component-bac-calculator__flex__block:nth-last-of-type(1) {
  margin-right: 0;
}
.component-bac-calculator__flex .flex {
  display: flex;
}
.component-bac-calculator__flex .flex input {
  width: 120px;
}
.component-bac-calculator .margin-right {
  margin-right: 12.8px;
}
.component-bac-calculator input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  outline: none;
  width: 100%;
  padding: 0 16px;
  display: block;
  font-size: 16px;
  color: black;
  font-weight: 400;
  transition: border 0.5s ease;
}
.component-bac-calculator input:focus {
  border: 1px solid #00ACBF;
}
.component-bac-calculator__alcohol {
  background: #14ACBF;
  text-align: center;
  text-transform: uppercase;
  font-size: 16.8px;
  font-weight: 800;
  color: white;
  padding: 6.72px 20px;
  margin-top: 32px;
}
.component-bac-calculator__grids {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.component-bac-calculator__flex2 {
  display: flex;
  align-items: flex-end;
}
.component-bac-calculator__flex2 input {
  width: 120px;
}
.component-bac-calculator__flex2 .select2-container {
  max-width: 160px;
}
.component-bac-calculator__grid {
  display: grid;
  grid-template-columns: 1080fr 2310fr 4550fr 2060fr;
  grid-gap: 38px;
}
.component-bac-calculator__grid__beverage {
  border: 1px solid #14ACBF;
  border-radius: 5px;
  background: white;
  text-align: center;
  padding: 5px 10px;
  font-size: 16.8px;
  font-weight: 400;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.component-bac-calculator__grid__flex {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-gap: 24px;
}
.component-bac-calculator__grid .input-container {
  position: relative;
}
.component-bac-calculator__grid .input-container input {
  padding-right: 32px;
}
.component-bac-calculator__grid .input-container::after {
  content: "%";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
}
.component-bac-calculator__generate {
  height: 40px;
  border-radius: 5px;
  background-color: #00acbf;
  color: white;
  padding: 0 91px;
  font-size: 16.8px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 45px auto 0;
  transition: background 0.5s ease;
}
.component-bac-calculator__generate:hover {
  background: #2990A8;
}
.component-bac-calculator__grid-block {
  display: flex;
  min-width: 0;
}

.component-bac-results {
  margin-top: 50px;
  margin-bottom: 35px;
  border: 2px solid #00acbf;
  border-radius: 5px;
  padding: 52px 28px 24px 28px !important;
  display: none;
}
.component-bac-results__heading {
  font-size: 19.2px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
}
.component-bac-results__blue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #14ACBF;
  text-align: center;
  text-transform: uppercase;
  font-size: 16.8px;
  font-weight: 800;
  color: white;
  padding: 6.72px 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.component-bac-results__blue span {
  margin-left: 19.2px;
}
.component-bac-results__blue .flex-wrap {
  margin-right: 30px;
}
.component-bac-results__blue .less-bold {
  font-weight: 600;
  text-align: left;
  text-transform: none;
}
.component-bac-results__blue .less-bold span {
  margin-left: 0;
}
.component-bac-results__padding {
  padding: 0 20.8px;
}
.component-bac-results__labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  flex-wrap: wrap;
}
.component-bac-results__labels-heading {
  font-size: 16.8px;
  color: #000000;
  font-weight: 800;
}
.component-bac-results__labels-flex {
  display: flex;
  align-items: center;
}
.component-bac-results__label {
  display: flex;
  align-items: center;
  font-size: 16.8px;
  color: #000000;
  font-weight: 400;
  margin-left: 36.8px;
}
.component-bac-results__label.past::before, .component-bac-results__label.future::before {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background: #fcb319;
  margin-right: 8.8px;
}
.component-bac-results__label.future::before {
  background: #14acbf;
}
.component-bac-results__label:nth-of-type(1) {
  margin-left: 0;
}
.component-bac-results .bac-chart-container {
  height: 250px;
  margin-top: 18.5px;
}
.component-bac-results__disclaimer {
  font-size: 13px;
  font-weight: 400;
  color: #898989;
  margin-top: 24px;
}
.component-bac-results__form {
  display: flex;
  margin-top: 24px;
}
.component-bac-results__button {
  margin-left: 24px;
  min-height: 40px;
  border-radius: 5px;
  background-color: #fa6060;
  color: white;
  font-size: 16.8px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 48px;
  transition: background 0.5s ease;
  flex-shrink: 1;
}
.component-bac-results__button:hover {
  background: #D33D43;
}
.component-bac-results__input {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 0 16px;
  display: block;
  font-size: 16px;
  color: black;
  font-weight: 400;
  transition: border 0.5s ease;
  min-width: 200px;
  width: auto;
  flex-grow: 1;
  height: auto;
  align-self: stretch;
}
.component-bac-results__input:focus {
  border: 1px solid #00ACBF;
}
.component-bac-results__bottom {
  color: #898989;
  font-weight: 400;
  font-size: 14.4px;
  margin-top: 15px;
}
.component-bac-results.is-sober .component-bac-results__padding, .component-bac-results.is-sober .component-bac-results__form, .component-bac-results.is-sober .component-bac-results__bottom {
  display: none;
}
.component-bac-results.is-sober .component-bac-results__blue .less-bold {
  display: none;
}
.component-bac-results .invalid-input {
  border: 1px solid #fa6060 !important;
}

@media screen and (min-width: 1001px) {
  .component-bac-calculator.bac-inside-post .component-bac-calculator__flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .component-bac-calculator.bac-inside-post .component-bac-calculator__flex__block {
    margin: 0;
  }
  .component-bac-calculator.bac-inside-post .component-bac-calculator__flex .select2-container {
    min-width: 0;
    max-width: none;
  }
  .component-bac-calculator.bac-inside-post .component-bac-calculator__flex2 {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-gap: 14px;
  }
  .component-bac-calculator.bac-inside-post .component-bac-calculator__flex2 input {
    width: auto;
    max-width: 100%;
    min-width: 0;
  }
  .component-bac-calculator.bac-inside-post .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
  }
  .component-bac-calculator.bac-inside-post .flex input {
    width: auto;
    min-width: 0;
  }
  .component-bac-calculator.bac-inside-post .margin-right {
    margin-right: 0;
    min-width: 0;
  }
  .component-bac-calculator.bac-inside-post .component-bac-calculator__grid {
    grid-gap: 20px;
    grid-template-columns: 1fr 1.5fr 3fr 1fr;
  }
  .component-bac-results.bac-inside-post .component-bac-results__blue {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
  }
  .component-bac-results.bac-inside-post .component-bac-results__blue .less-bold {
    font-size: 14px;
    margin-top: 4px;
  }
  .component-bac-results.bac-inside-post .component-bac-results__button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .component-bac-calculator__flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .component-bac-calculator__flex__block {
    margin: 0;
  }
  .component-bac-calculator__flex .select2-container {
    min-width: 0;
    max-width: none;
  }
  .component-bac-calculator__flex2 {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-gap: 14px;
  }
  .component-bac-calculator__flex2 input {
    width: auto;
    max-width: 100%;
    min-width: 0;
  }
  .component-bac-calculator .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
  }
  .component-bac-calculator .flex input {
    width: auto;
    min-width: 0;
  }
  .component-bac-calculator .margin-right {
    margin-right: 0;
    min-width: 0;
  }
  .component-bac-calculator__grid {
    grid-gap: 20px;
    grid-template-columns: 1fr 1.5fr 3fr 1fr;
  }
  .component-bac-results__blue {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
  }
  .component-bac-results__blue .less-bold {
    font-size: 14px;
    margin-top: 4px;
  }
  .component-bac-results__button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .component-bac-calculator__grids {
    grid-row-gap: 30px;
  }
  .component-bac-calculator__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 10px;
  }
  .component-bac-calculator__grid .component-bac-calculator__grid-block:nth-of-type(3) {
    order: 4;
    grid-column: 1/-1;
  }
  .component-bac-calculator__grid__flex {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .component-bac-calculator__grid__flex .select2-container {
    grid-column: 2/4;
  }
  .component-bac-results .bac-chart-container {
    height: 300px;
  }
  .component-bac-results__form {
    flex-direction: column;
  }
  .component-bac-results__button {
    margin-left: 0;
    margin-top: 14px;
  }
  .component-bac-results__input {
    min-height: 40px;
  }
  .component-bac-results__padding {
    padding: 0 13px;
  }
  .component-bac-results__heading {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .component-bac-calculator__flex {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .component-bac-calculator {
    padding: 27px 20px 37px;
  }
  .component-bac-calculator__flex {
    margin-top: 36px;
    grid-gap: 27px;
  }
  .component-bac-calculator__alcohol {
    margin-top: 50px;
    font-size: 14px;
  }
  .component-bac-calculator__grids {
    margin-top: 30px;
  }
  .component-bac-calculator__grid {
    grid-gap: 10px;
  }
  .component-bac-calculator__grid__flex {
    grid-gap: 10px;
  }
  .component-bac-calculator__generate {
    width: 100%;
    margin-top: 36px;
  }
  .component-bac-calculator__beverage {
    font-size: 16px;
  }
  .component-bac-calculator__label {
    font-size: 16px;
  }
  .component-bac-results {
    padding: 27px 20px 32px 20px !important;
  }
  .component-bac-results__heading {
    font-size: 16px;
  }
  .component-bac-results__blue {
    margin-top: 22px;
    padding: 13px;
  }
  .component-bac-results__blue .flex-wrap {
    margin-right: 0;
    font-size: 14px;
  }
  .component-bac-results__blue .less-bold {
    font-size: 12px;
    font-weight: 400;
  }
  .component-bac-results__blue span {
    margin-left: 5px;
  }
  .component-bac-results__labels {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .component-bac-results__labels-heading {
    font-size: 16px;
  }
  .component-bac-results__labels-flex {
    margin-top: 14px;
  }
  .component-bac-results__label {
    font-size: 12px;
  }
  .component-bac-results .bac-chart-container {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .component-bac-results__disclaimer {
    font-size: 12px;
    line-height: 22px;
  }
  .component-bac-results__bottom {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-top: 22px;
  }
}
#bac-chart {
  background-color: white;
}

.component-calorie-calculator .bmi-calculator {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.component-calorie-calculator .bmi-calculator .bmi-submit {
  display: flex;
  align-items: end;
  padding-bottom: 1px;
  justify-content: end;
}
.component-calorie-calculator .bmi-calculator .bmi-submit .calorie-calculator__submit {
  margin: 0;
  padding: 0 76px;
}
.component-calorie-calculator .bmi-calculator-results__title {
  color: black;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 35px;
}

.bmi-calculator-results__grid {
  display: grid;
  grid-template-columns: 18.33% 21.66% 16.66% auto;
}
.bmi-calculator-results__label {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 29px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bmi-calculator-results__label.blue {
  background-color: #00ACBF;
}
.bmi-calculator-results__label.green {
  background-color: #81BA38;
}
.bmi-calculator-results__label.yellow {
  background-color: #FCB319;
}
.bmi-calculator-results__label.red {
  background-color: #FA6060;
}
.bmi-calculator-results__result {
  font-weight: 700;
}
.bmi-calculator-results__marker {
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: -12px;
}
.bmi-calculator-results__container {
  padding-right: 25px;
  margin-right: -25px;
  position: relative;
}

#download-bmi-results {
  margin-top: 76px;
}

@media screen and (max-width: 700px) {
  .component-calorie-calculator .bmi-calculator {
    grid-template-columns: 1fr;
  }
  .bmi-calculator-results__title {
    text-align: center;
  }
  .bmi-calculator-results__grid span {
    display: none;
  }
  .bmi-calculator-results__label {
    padding: 40px 0;
  }
  .bmi-calculator-results__marker {
    gap: 5px;
    margin-top: -7px;
  }
  .bmi-calculator-results__marker img {
    width: 14px;
  }
}
.component-sticky-bottom-cta {
  background: #F5F5F5;
  position: fixed;
  bottom: 0;
  z-index: 6;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transform: translateY(calc(100% + 40px));
  transition: transform 0.5s ease;
}
.component-sticky-bottom-cta.visible {
  transform: translateY(0);
}
.component-sticky-bottom-cta .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.component-sticky-bottom-cta .container__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  color: black;
}
.component-sticky-bottom-cta .container__button {
  padding: 9.6px 20px;
  background-color: #fa6060;
  border-radius: 4px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.4px;
  display: block;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  transition: 0.5s ease background-color;
  margin-left: 40px;
  flex-shrink: 0;
  max-width: 350px;
}
.component-sticky-bottom-cta .container__button:hover {
  background-color: #D33D43;
}
.component-sticky-bottom-cta .container__close {
  position: absolute;
  right: 0;
  top: -30px;
  width: 30px;
  height: 30px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-radius: 100%;
  background: #F5F5F5;
  cursor: pointer;
  transition: border 0.5s ease;
}
.component-sticky-bottom-cta .container__close:hover {
  border: 1px solid #00a0d2;
}
.component-sticky-bottom-cta .container__close:hover img {
  filter: brightness(0) invert(58%) sepia(60%) saturate(4867%) hue-rotate(162deg) brightness(92%) contrast(101%);
}
.component-sticky-bottom-cta .container__close img {
  width: 10px;
  filter: brightness(0) invert(99%) sepia(4%) saturate(606%) hue-rotate(210deg) brightness(113%) contrast(76%);
  transition: filter 0.5s ease;
}

@media screen and (max-width: 1100px) {
  .component-sticky-bottom-cta {
    padding: 20px 0;
  }
  .component-sticky-bottom-cta .container__close {
    right: 8px;
    top: -30px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 550px) {
  .component-sticky-bottom-cta .container__text {
    font-size: 14px;
  }
  .component-sticky-bottom-cta .container__button {
    margin-left: 16px;
    width: 100%;
    flex-shrink: 1;
    font-size: 14px;
    line-height: 18px;
    padding: 9.6px;
    max-width: calc(33.333% + 32px);
  }
}
.section-advertisementt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 9px;
  color: #BABABA;
  padding: 6px 19.2px;
  background: white;
  text-transform: uppercase;
  z-index: 99;
  display: none;
}
.section-advertisementt.post {
  padding: 0;
}
.section-advertisementt.post.hidden .padding {
  display: none;
}
.section-advertisementt.post.hidden button.scroll-to-top-button-inside-single--visible.ad-is-active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.section-advertisementt .padding {
  padding: 6px 19.2px;
  background: white;
  position: relative;
  z-index: 2;
}
.section-advertisementt .text {
  margin-left: 11px;
}
.section-advertisementt button:not(.scroll-to-top-button-inside-single) {
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-advertisementt button:not(.scroll-to-top-button-inside-single) img {
  display: block;
  width: 11px;
  filter: brightness(0) invert(66%) sepia(5%) saturate(0%) hue-rotate(255deg) brightness(90%) contrast(79%);
  height: auto;
}
.section-advertisementt a {
  margin-top: 5px;
  display: block;
}
.section-advertisementt a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 90px;
  width: auto;
}
.section-advertisementt .mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .section-ad-in-posts .section-advertisementt {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .section-advertisementt {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .section-advertisementt a {
    display: none;
  }
  .section-advertisementt .mobile {
    display: block;
  }
  .section-advertisementt .mobile img {
    width: 352px;
    margin: 0 auto;
    height: 43px;
  }
}
@media screen and (max-width: 430px) {
  .section-advertisementt .mobile img {
    width: auto;
  }
}
@media screen and (max-width: 414px) {
  .section-advertisementt .mobile img {
    height: auto;
    max-height: 70px;
  }
}
/*
Theme Name: HealthReporter
Description: HealthReporter theme
Version: 1.0
Author: NextWeb
Author URI: www.nextweb.lt
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: HealthReporter
*/
:target {
  scroll-margin-top: 130px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

::placeholder {
  color: #898989 !important;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00acbf;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.full-screen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: 99999;
  transition: none;
}

.full-screen-loader .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.full-screen-loader .wrapper img {
  display: block;
  margin-bottom: 3rem;
}

:root {
  --boxshadow-height: 114.81px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.section-related-articles {
  padding-bottom: 40px;
  margin-top: 70px;
}
.section-related-articles__heading {
  color: black;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 1.6px;
  border-bottom: 3.2px solid #fcb319;
  width: fit-content;
}
.section-related-articles__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 58.4px;
  margin-top: 32px;
}
.section-related-articles__grid.biomarkers {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.section-related-articles__grid.biomarkers .section-related-articles__block {
  display: block;
}
.section-related-articles__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.section-related-articles .title {
  font-size: 18px;
  font-weight: 800;
  color: black;
  line-height: 24px;
}
.section-related-articles p {
  margin-top: 9.6px;
  color: black;
  font-size: 16px;
  font-weight: 400;
}
.section-related-articles .right-side {
  position: relative;
  min-height: 158.4px;
}
.section-related-articles .right-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-noresults {
  min-height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-noresults .padding {
  padding: 80px 0;
}
.section-noresults .not-found {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
}
.section-noresults span {
  font-weight: 800;
  word-break: break-word;
}

.cky-consent-container .cky-consent-bar {
  padding: 0 24px 10px 24px !important;
}
.cky-consent-container .cky-consent-bar .cky-notice {
  max-width: 1091px;
  margin: 0 auto;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
  justify-content: center;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
  margin-top: 0;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button {
  border-radius: 4px;
  padding: 5px 27px;
}

@media screen and (max-width: 1200px) {
  .section-related-articles__block {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .section-related-articles__block .left-side {
    order: 2;
    margin-top: 8px;
    display: block;
  }
  .section-related-articles__block .right-side {
    min-height: 200px;
  }
  .section-related-articles__member .wrapper {
    border-top: 0;
    padding-top: 32px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  html {
    scroll-padding-top: 70px;
  }
  .section-team-inner .grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .section-team-inner .author-image img {
    margin: 0 auto;
  }
  .section-team-inner .education {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d3d3d3;
  }
  .section-noresults .not-found {
    font-size: 24px;
    line-height: 32px;
  }
  .section-noresults .padding {
    padding: 40px 0;
  }
  .section-related-articles .wrapper {
    padding: 0 19.2px;
  }
}
@media screen and (max-width: 850px) {
  .section-related-articles .right-side {
    min-height: 0;
    padding-top: 69%;
  }
  .section-related-articles__grid {
    grid-gap: 24px;
    grid-row-gap: 40px;
  }
  .section-related-articles__grid.biomarkers {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .section-related-articles__grid.biomarkers .section-related-articles__block {
    display: block;
  }
}
@media screen and (min-width: 551px) {
  .section-team-inner .mobile-circle {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  html {
    scroll-padding-top: 60px;
  }
  .section-team-inner {
    padding-bottom: 56px;
  }
  .section-team-inner .author-image img {
    width: 120px;
    height: 120px;
  }
  .section-team-inner .circle {
    display: none;
  }
  .section-team-inner .education__text {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
    line-height: 24px;
  }
  .section-team-inner h3 {
    margin-bottom: 12.8px;
    font-size: 18px;
  }
  .section-team-inner .mobile-circle {
    color: #00ACBF;
    margin-right: 4px;
  }
  .section-team-inner .author-name {
    font-size: 20px;
    margin-top: 10.4px;
  }
  .section-team-inner .author-linkedin {
    margin-top: 4.8px;
  }
  .section-team-inner .author-linkedin img {
    width: 11.2px;
  }
  .section-team-inner .education {
    margin-top: 13.6px;
    padding-top: 26.4px;
    text-align: center;
  }
  .section-team-inner .background {
    text-align: center;
  }
  .section-team-inner .background__text {
    font-size: 17px;
    line-height: 24px;
  }
  .section-related-articles {
    padding-bottom: 32px;
  }
  .section-related-articles .title {
    word-wrap: break-word;
    hyphens: auto;
  }
  .section-related-articles__grid {
    margin-top: 20px;
    grid-gap: 14px;
    grid-row-gap: 24px;
  }
  .section-related-articles__grid.biomarkers {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .section-related-articles__grid.biomarkers .section-related-articles__block {
    display: block;
  }
  .section-related-articles p {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .section-page {
    margin-top: -8px;
    padding-bottom: 56px;
  }
  .section-page .default-header {
    margin-bottom: 28px;
  }
}

/*# sourceMappingURL=style.css.map */
