:root {
  --text: #374151;
  --primary: #005ac4;
  --white: white;
  --yellow: #feff00;
  --bg-blue: #eff6ff;
  --black: black;
  --red: #dc2626;
  --green: #16a34a;
  --blue-light: #3b82f6;
  --bg-green: #f0fdf4;
  --button-green: var(--primary);
}

body {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

.navbar {
  border-bottom: 1px solid var(--text);
  background-color: var(--white);
}

.container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.brand-link {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.brand-link.center {
  text-align: center;
}

.image {
  width: 100%;
  max-width: 12rem;
}

.navbar-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.hero-wrapper {
  max-width: 65rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.text-medium {
  font-size: 20px;
}

.heading-1 {
  letter-spacing: -1.2px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 750px) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  align-items: start;
  justify-items: center;
  padding-top: 20px;
  display: grid;
  position: relative;
  top: 0;
}

.menu-tab-wrapper {
  max-width: 40.625rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-tab-wrapper.mobile {
  display: none;
}

.tab-item {
  color: var(--text);
  padding: 12px 16px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.tab-item:hover {
  background-color: #f3f4f6;
}

.tab-item.center {
  background-color: var(--primary);
  color: var(--white);
}

.tab-item.center:hover {
  background-color: #002c62;
}

.side-bar {
  max-width: 265px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  bottom: 0%;
  left: auto;
  right: 40px;
}

.toc-wrapper {
  background-color: var(--white);
  border: 1px solid #dadada;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.toc-title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.toc-tittle-wrapper {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  display: flex;
}

.read-time {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
  display: grid;
}

.percentage {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  height: 10000px;
}

.div-block-3 {
  width: 96px;
  height: 96px;
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-circle-white {
  z-index: 10;
  width: 85px;
  height: 85px;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  background-color: var(--white);
  position: absolute;
}

._138-scroll-indicator-wrapper {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._138-scroll-indicator-wrapper.mobile {
  display: none;
}

._138-scroll-indicator {
  z-index: 9;
  width: 120px;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._138-scroll-down-text {
  color: rgba(9, 3, 26, .8);
  font-weight: 400;
}

._138-scroll-down-text._2 {
  letter-spacing: 0;
  text-transform: capitalize;
}

._138-scroll-down-wrapper {
  width: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  right: 300px;
}

._138-mouse-down {
  width: 35px;
  position: relative;
}

.toc-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.check-icon {
  width: 32px;
  height: 32px;
  color: #22c55e;
}

.toc-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.toc-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.main-image {
  border-radius: .5rem;
}

.link {
  color: var(--text);
}

.right-text-align {
  text-align: right;
}

.text-highlight-yellow {
  background-color: var(--yellow);
  padding: 5px;
  display: inline;
}

.highlight-block {
  border-radius: .5rem;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.highlight-block-title {
  color: var(--white);
  text-align: center;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding: 20px;
}

.highlight-block-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f0fdf4;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.highlight-block-content.red-light {
  background-color: #fef2f2;
}

.underline {
  text-decoration: underline;
}

.table {
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.row.topics {
  padding: 8px 24px;
  display: flex;
}

.row.topics.green, .row.topics.red, .row.topics.blue {
  background-color: var(--bg-blue);
  color: var(--black);
}

.column {
  border: 1px solid rgba(0, 0, 0, .05);
}

.column.title {
  width: 92.4px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 12px;
  display: flex;
}

.column.title.corner-left {
  width: 250px;
  border-top-left-radius: .5rem;
}

.column.title.corner-right {
  border-top-right-radius: .5rem;
}

.column.row-title {
  width: 250px;
  padding: 16px 12px 16px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.table-title-link {
  color: var(--text);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.bottle-image {
  width: 50px;
}

.div-block-5 {
  width: 100%;
  max-width: 280px;
}

.red {
  background-color: var(--red);
  color: var(--white);
}

.green {
  background-color: var(--green);
  color: var(--white);
}

.fail-icon {
  width: 32px;
  height: 32px;
  color: var(--red);
}

.tittle-line {
  height: 15px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  display: flex;
}

.side-bar-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.arrow-icon {
  width: 22px;
  height: 22px;
}

.button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #74c713;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--primary);
}

.side-bar-title {
  color: var(--primary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.detail-product {
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.detail-product.top20 {
  margin-top: 20px;
}

.product-overview {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.rating {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}

.text-block-2 {
  font-weight: 600;
}

.text-big-bold {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.diagram-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.product-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.product-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.pros-wrapper {
  background-color: #f3f4f6;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 24px;
}

.list-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pros-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.the-bottom-line {
  padding: 24px 24px 0 14px;
}

.product-image {
  max-width: 90%;
}

.rating-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.list-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pros-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blue {
  background-color: var(--blue-light);
  color: var(--white);
}

.bg-blue {
  background-color: var(--bg-blue);
}

.bg-green {
  background-color: var(--bg-green);
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.text-center {
  text-align: center;
}

.footer {
  text-align: left;
  font-size: 16px;
  line-height: 27px;
}

.footer.top20 {
  margin-top: 20px;
}

.text-small {
  font-size: .75rem;
  line-height: 1.5;
}

.text-small.top20 {
  margin-top: 20px;
}

.bg-circle-grey {
  z-index: 8;
  width: 97px;
  height: 97px;
  background-color: #cecece;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.table-wrapper {
  overflow: scroll;
}

.rating-image-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.diagram-image-wrapper {
  width: 70%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 30px 24px;
  display: flex;
}

.title-wrapper._2nd {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hide-dekstop {
  display: none;
}

.lottie {
  min-width: 55px;
}

.heading-2 {
  font-weight: 900;
}

.grey {
  background-color: #f5f5f5;
  padding: 10px;
}

.heading-3, .heading-4, .heading-5 {
  font-weight: 900;
}

.heading-6 {
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.top5 {
  margin-top: 5px;
}

.heading-7 {
  font-size: 22px;
  font-weight: 900;
}

.heading-7.top20 {
  margin-top: 30px;
}

.heading-8, .heading-9 {
  font-size: 22px;
  font-weight: 900;
}

.div-block-6 {
  padding: 15px 24px 24px;
}

.bullets {
  margin-top: 20px;
}

.link-2 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.learnmore {
  text-align: center;
  margin-top: 30px;
}

.buttonbuy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #74c713;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 15px 24px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.buttonbuy:hover {
  background-color: var(--primary);
}

.sideimage {
  width: 210px;
}

.rich-text-block {
  padding-top: 20px;
}

.bottom-link {
  text-align: center;
  margin-top: 10px;
}

.foot {
  background-color: var(--white);
  border: 1px solid #cacaca;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-container {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.cntr {
  text-align: center;
  display: block;
}

.text-block-22, .bold-text, .bold-text-2 {
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .content {
    grid-template-columns: 1fr;
  }

  .menu-tab-wrapper {
    z-index: 11;
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr .25fr;
    align-content: center;
    justify-content: stretch;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }

  .menu-tab-wrapper.mobile {
    z-index: 99;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
    top: 0;
  }

  .side-bar {
    justify-content: flex-end;
    align-items: center;
    display: none;
    top: 80%;
    right: 0;
  }

  .toc-wrapper {
    display: none;
  }

  .bg-circle-white {
    width: 50px;
    height: 50px;
  }

  ._138-scroll-indicator-wrapper.mobile {
    width: 70px;
    height: 70px;
    display: flex;
  }

  ._138-scroll-indicator {
    width: 70px;
  }

  .bg-circle-grey {
    width: 58px;
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .container.main {
    max-width: 100%;
  }

  .content {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-content: start;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-tab-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .side-bar {
    top: auto;
    bottom: 0;
  }

  .side-bar.hide {
    display: none;
  }

  .product-overview {
    grid-template-columns: 1fr 1fr;
  }

  .text-big-bold.hide-mobile {
    display: none;
  }

  .product-content {
    grid-template-columns: 1fr;
  }

  .pros-wrapper {
    border-radius: 0;
  }

  .the-bottom-line {
    padding-top: 10px;
  }

  .rating-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: grid;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
  }

  .container.main {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-wrapper {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .text-medium {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-1 {
    font-size: 2.5rem;
  }

  .tab-item {
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 18px;
    display: flex;
  }

  .text-highlight-yellow {
    font-size: 20px;
  }

  .arrow-icon {
    flex: none;
  }

  .product-overview {
    padding-bottom: 0;
  }

  .medal-image {
    max-width: 100px;
  }

  .pros-wrapper {
    padding-top: 24px;
  }

  .footer {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-6.nb {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-7.top20 {
    line-height: 28px;
  }

  .buttonbuy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .list-item-2, .list-item-3, .list-item-4, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21 {
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-23, .text-block-24, .text-block-25 {
    line-height: 22px;
  }

  .text-block-26 {
    font-size: 18px;
  }
}

#w-node-df95da48-a60b-ba64-ea66-8b872448234a-f749195f {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_938019a3-1d48-1369-829d-e59ec4cf0838-f749195f {
  align-self: start;
}

#w-node-_53006bea-61b0-4a44-367d-ecd1f0084174-f749195f {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_53006bea-61b0-4a44-367d-ecd1f008417b-f749195f {
  align-self: start;
}

#w-node-_30424d44-424d-b818-81aa-0b2368fd5eeb-f749195f, #w-node-_1b4e795a-a61f-1713-ef5d-c422cd39ef55-f749195f, #w-node-_22120db2-f09f-c656-2940-0d278c658082-f749195f {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_498a171e-ff24-25f8-6a0f-2415744cd5ec-f749195f {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_122e500e-603d-8024-1337-4e965ec277cb-f749195f, #w-node-f9145f9e-4b7c-4144-a6a7-c607e9724806-f749195f, #w-node-_4549976b-6808-55e6-3e63-50aae3c371ff-f749195f, #w-node-_68f528fb-de59-2776-d245-02efef1fa62e-f749195f, #w-node-_68f528fb-de59-2776-d245-02efef1fa631-f749195f, #w-node-_68f528fb-de59-2776-d245-02efef1fa635-f749195f {
    align-self: center;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-df95da48-a60b-ba64-ea66-8b872448234a-f749195f {
    grid-area: 3 / 1 / 2 / 3;
  }

  #w-node-_7e4c3a28-db1b-4bd4-68eb-c995aa88a458-f749195f {
    order: 9999;
  }

  #w-node-_53006bea-61b0-4a44-367d-ecd1f0084174-f749195f {
    grid-area: 3 / 1 / 2 / 3;
  }

  #w-node-_53006bea-61b0-4a44-367d-ecd1f0084175-f749195f {
    order: 9999;
  }

  #w-node-_30424d44-424d-b818-81aa-0b2368fd5eeb-f749195f {
    grid-area: 3 / 1 / 2 / 3;
  }

  #w-node-_30424d44-424d-b818-81aa-0b2368fd5eec-f749195f {
    order: 9999;
  }

  #w-node-_1b4e795a-a61f-1713-ef5d-c422cd39ef55-f749195f {
    grid-area: 3 / 1 / 2 / 3;
  }

  #w-node-_1b4e795a-a61f-1713-ef5d-c422cd39ef56-f749195f {
    order: 9999;
  }

  #w-node-_22120db2-f09f-c656-2940-0d278c658082-f749195f {
    grid-area: 3 / 1 / 2 / 3;
  }

  #w-node-_22120db2-f09f-c656-2940-0d278c658083-f749195f {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f9145f9e-4b7c-4144-a6a7-c607e9724806-f749195f, #w-node-_4549976b-6808-55e6-3e63-50aae3c371ff-f749195f, #w-node-_68f528fb-de59-2776-d245-02efef1fa631-f749195f, #w-node-_68f528fb-de59-2776-d245-02efef1fa635-f749195f {
    align-self: stretch;
  }
}


