.main-wrapper .builder-blocks .builder-block {
    margin: 0
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    min-height: 100%;
    background: #f7fafe
}

@media(max-width:820px) {

    body,
    html {
        font-size: 16px
    }
}

body *,
html * {
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media(max-width:1024px) {

    body *,
    html * {
        max-width: 100%
    }
}

h1 {
    color: #0d1329;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0 auto 1.5rem;
    width: 888px;
    max-width: 100%;
    letter-spacing: -.5px;
    font-family: 'Roboto', sans-serif;
}

@media(max-width:1024px) {
    h1 {
        font-size: 40px;
        line-height: 1.1;
        text-align: center
    }
}

@media(max-width:820px) {
    h1 {
        font-size: 32px
    }
}

@media(min-width:768px) {
    .desktopImg {
        padding-right: 10em;
    }
}

.final-verdict__heading,
h2 {
    color: #0d1329;
    font-size: 40px;
    margin: 2rem 0;
    letter-spacing: -.7px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
}

.final-verdict__heading span,
h2 span {
    color: #0d1329
}

@media(max-width:820px) {

    .final-verdict__heading,
    h2 {
        font-size: 26px;
        margin: 1.5rem 0 1rem
    }
}

@media(max-width:630px) {

    .final-verdict__heading,
    h2 {
        font-size: 24px;
        margin: 1.5rem 0 1rem
    }
}

h3 {
    color: #0d1329;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.7px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

@media(max-width:1024px) {
    h3 {
        font-size: 16px;
        margin: 0
    }
}

h4 {
    color: #0d1329;
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -.7px;
    font-family: 'Roboto', sans-serif;
}

@media(max-width:1024px) {
    h4 {
        font-size: 16px;
        text-align: center
    }
}

.article section ul li,
.main__wrapper .card.quarters ul li,
b,
p {
    font-family: 'Roboto', sans-serif;
}

.article section ul li,
.main__wrapper .card.quarters ul li,
p {
    font-size: 1rem;
    color: #0d1329;
    line-height: 1.6rem;
    margin: 0 0 1rem;
    font-weight: 500
}

@media(max-width:1024px) {

    .article section ul li,
    .main__wrapper .card.quarters ul li,
    p {
        font-size: 16px;
        font-weight: 500
    }
}

@media(max-width:820px) {

    .article section ul li,
    .main__wrapper .card.quarters ul li,
    p {
        text-align: left
    }
}

header,
img,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

ul {
    list-style: none
}

ul li {
    font-weight: 500
}

a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    word-wrap: break-word
}

a:active,
a:hover {
    outline: 0
}

.wrapper {
    width: 67rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    flex-flow: inherit;
    align-items: inherit
}

@media(max-width:1024px) {
    .wrapper {
        padding: 0 1.5rem
    }
}

@media(max-width:820px) {
    .wrapper {
        padding: 0 1rem
    }
}

.header {
    background: #0d1329;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    padding: 24px 0 18px
}

@media(max-width:820px) {
    .header {
        padding: 18px 0 12px
    }
}

.header__menu {
    position: fixed;
    right: -100vw;
    bottom: 0;
    width: 360px;
    max-width: 100%;
    background: #2d5dca;
    transition: all .2s ease;
    top: 101px
}

.header__menu.active {
    right: 0
}

@media(max-width:820px) {
    .header__menu {
        top: 83px;
        width: 100%;
        bottom: unset
    }
}

.header__menu ul {
    list-style: none;
    padding: 1rem 0
}

@media(max-width:820px) {
    .header__menu ul {
        padding: .75rem 0 1rem
    }
}

.header__menu ul li a {
    padding: .5rem 2rem;
    display: block;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

@media(max-width:820px) {
    .header__menu ul li a {
        font-size: 1.25rem
    }
}

.header__burger img {
    width: 32px
}

.header__logo {
    width: 260px
}

@media(max-width:820px) {
    .header__logo {
        width: 212px
    }
}

.header__logo img {
    width: 100%
}

.hero {
    padding: 4rem 2rem 6rem;
    text-align: center;
    background: #B9DDFA;
}

@media(max-width:820px) {
    .hero {
        padding: 1.5rem 0 7rem
    }
}

.hero ul {
    list-style: none;
    padding: 1.5rem 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

@media(max-width:820px) {
    .hero ul {
        gap: .5rem;
        padding: 0 0 1rem
    }
}

@media(max-width:630px) {
    .hero ul {
        display: none
    }
}

@media(max-width:820px) {
    .hero ul li:first-child {
        flex: 1 0 100%;
        margin: 1rem 0 0
    }
}

.hero ul li * {
    color: #0d1329;
    font-weight: 700;
    font-size: 16px;
    display: block
}

@media(max-width:820px) {
    .hero ul li * {
        font-size: 15px
    }
}

.hero ul li a {
    border: 2px solid #0d1329;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: all .1s ease
}

@media(max-width:820px) {
    .hero ul li a {
        padding: .45rem .75rem
    }
}

@media(max-width:630px) {
    .hero ul li a {
        padding: .35rem .65rem
    }
}

/* .hero ul li a:hover {
    border-color: #0d1329
} */

.bio {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
    margin: 0 0 .5rem;
    width: 100%;
    max-width: 100%;
    align-items: center
}

.bio i:not([id]) {
    font-style: normal;
    color: #2d5dca;
    font-weight: 800
}

@media(max-width:820px) {
    .bio {
        margin: 0 auto .75rem;
        padding: 0;
        align-items: center
    }
}

.bio img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    overflow: hidden;
    display: none
}

.bio div {
    flex: 1;
    padding: 0;
    text-align: left
}

@media(max-width:820px) {
    .bio div {
        padding: 0
    }
}

.bio div b {
    font-weight: 600;
    font-size: 14px;
    display: block;
    line-height: 1.1;
    color: #aab1bb
}

@media(max-width:820px) {
    .bio div b {
        font-size: 13px
    }
}

.bio div b span {
    font-weight: 600;
    color: #2d5dca
}

.bio div p {
    margin: .5rem 0 0;
    font-weight: 500;
    font-size: 14px;
    display: none
}

@media(max-width:820px) {
    .bio div p {
        font-size: 14px;
        display: none
    }
}

.main {
    min-height: calc(100vh - 307px)
}

.main__wrapper {
    width: 1111px;
    max-width: 100%;
    margin: -6rem auto 0
}

@media(max-width:1200px) {
    .main__wrapper {
        padding: 0 1rem
    }
}

@media(max-width:820px) {
    .main__wrapper {
        padding: 0
    }
}

.main__wrapper .card {
    background: #fff;
    box-shadow: 2px 6px 8px rgba(78, 96, 158, .07);
    border-radius: 10px;
    padding: 4rem 1rem;
    margin: 0 0 2rem
}

@media(max-width:1024px) {
    .main__wrapper .card {
        padding: 2rem 1rem;
        margin: 0 0 1rem
    }
}

@media(max-width:820px) {
    .main__wrapper .card {
        padding: 1.25rem 0;
        border-radius: 0
    }
}

.main__wrapper .card .wrapper>h2 {
    font-weight: 700
}

.main__wrapper .card .wrapper>h2:first-of-type {
    margin-top: 0
}

@media(max-width:820px) {
    .main__wrapper .card .wrapper>h2:first-of-type {
        text-align: left
    }
}

.main__wrapper .card.first {
    background-color: #F0F0F7;
    background: url(../img/DogSitting.jpg) no-repeat 116% 111%, #fff;
    padding: 3rem 1rem;
    background-size: 47%;
}

@media(max-width:820px) {
    .main__wrapper .card.first {
        background: #fff;
        padding: 1.25rem 0
    }
}

.main__wrapper .card.first p:last-of-type {
    width: 800px;
    max-width: 80%
}

@media(max-width:820px) {
    .main__wrapper .card.first p:last-of-type {
        max-width: 100%;
        column-count: 1
    }
}

.main__wrapper .card.first ul {
    list-style: disc;
    column-count: 2;
    font-weight: 800;
    padding: 0 0 1rem 2rem;
    width: 800px;
    max-width: 80%
}

@media(max-width:820px) {
    .main__wrapper .card.first ul {
        max-width: 100%;
        column-count: 1
    }
}

.main__wrapper .card.first ul li {
    padding: .5rem 0
}

.main__wrapper .card.first .blockquote {
    max-width: 80%;
    padding: 0;
    border-left: 0 solid #2d5dca
}

@media(max-width:1024px) {
    .main__wrapper .card.first .blockquote {
        max-width: 61%
    }
}

@media(max-width:820px) {
    .main__wrapper .card.first .blockquote {
        max-width: 100%
    }
}

.main__wrapper .card.definitive {
    text-align: center
}

.main__wrapper .card.definitive h2,
.main__wrapper .card.definitive h2+p {
    text-align: center !important
}

.main__wrapper .card.definitive .toggle {
    border: 2px solid #2d5dca;
    color: #2d5dca;
    font-weight: 500;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 1rem 2rem;
    margin: 0 auto 1rem;
    user-select: none
}

.main__wrapper .card.definitive .toggle img {
    margin: 0 0 0 4px;
    transition: all .2s ease;
    transform: rotate(180deg)
}

.main__wrapper .card.definitive .toggle .inactive {
    display: inline-block
}

.main__wrapper .card.definitive .toggle .active,
.main__wrapper .card.definitive .toggle.active .inactive {
    display: none
}

.main__wrapper .card.definitive .toggle.active .active {
    display: inline-block
}

.main__wrapper .card.definitive .toggle.active+ul {
    max-height: 580px;
    padding: 2rem 3rem;
    border-width: 2px;
    margin: 1.5rem 0 0
}

@media(max-width:820px) {
    .main__wrapper .card.definitive .toggle.active+ul {
        max-height: 1111px;
        padding: 1.5rem;
        border-width: 2px;
        margin: 1.5rem 0 0
    }
}

.main__wrapper .card.definitive .toggle.active img {
    transform: none
}

.main__wrapper .card.definitive ul {
    border: 0 solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 3rem;
    transition: all .1s ease;
    max-height: 0;
    overflow: hidden;
    margin: 0
}

@media(max-width:820px) {
    .main__wrapper .card.definitive ul {
        padding: 0 1.5rem
    }
}

.main__wrapper .card.definitive ul li:last-child p {
    margin: .5rem 0 0 2.7rem
}

@media(max-width:820px) {
    .main__wrapper .card.definitive ul li:last-child p {
        margin: .5rem 0 1rem
    }
}

.main__wrapper .card.definitive ul li b {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

@media(max-width:820px) {
    .main__wrapper .card.definitive ul li b {
        margin: 0 0 .5rem;
        word-break: break-word;
        flex-wrap: nowrap;
        text-align: left
    }
}

.main__wrapper .card.definitive ul li b img {
    margin: 0 1rem 0 0
}

.main__wrapper .card.definitive ul li p {
    text-align: left;
    margin: .5rem 0 1rem 2.7rem
}

@media(max-width:820px) {
    .main__wrapper .card.definitive ul li p {
        margin: .5rem 0 1rem
    }
}

.main__wrapper .card.top5>.wrapper {
    padding: 0
}

.main__wrapper .card.top5 h2,
.main__wrapper .card.top5>.wrapper h2:first-child {
    text-align: center
}

.main__wrapper .card.top5 h2 a {
    text-decoration: none;
    color: inherit
}

@media(max-width:820px) {
    .main__wrapper .card.top5 h2 {
        text-align: center;
        margin: 1rem 0 .5rem
    }

    .main__wrapper .card.top5 h4 {
        text-align: center
    }
}

.main__wrapper .card.second {
    text-align: center
}

.main__wrapper .card.second b {
    display: block;
    padding: 1rem 0 .75rem
}

/* Header wrapper */
.spr-header {
  width: 100%;
  background: #fff;
  padding: 10px 24px;
  box-sizing: border-box;
}

/* Inner layout */
.spr-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Logo */
.spr-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9cc8ff;
  font-weight: 600;
  font-size: 18px;
}

.spr-logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #5fa8ff;
  color: #0b1025;
  border-radius: 6px;
  font-size: 16px;
}

/* Sponsored text */
.spr-sponsored {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.9;
  white-space: nowrap;
}

/* Hamburger menu */
.spr-menu {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: default; /* dead button */
}

.spr-menu span {
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
}

 .footer img{
    height: 50px;
  }

/* Mobile tweaks */
@media (max-width: 768px) {
  .spr-sponsored {
    font-size: 10px;
  }

  .spr-logo-text {
    font-size: 16px;
  }
  .footer img{

  }
}

.main__wrapper .card.second b span {
    color: #2d5dca
}

.main__wrapper .card.second ul {
    gap: 1.5rem 1rem;
    margin: 0 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

@media(max-width:820px) {
    .main__wrapper .card.second ul {
        gap: .75rem
    }
}

.main__wrapper .card.second ul li {
    background: rgba(133, 189, 255, .3) url(/_next/static/media/check.a3953c57.svg) no-repeat left 1rem center/24px 24px;
    border-radius: 100px;
    padding: .75rem .75rem .75rem 3rem;
    flex: 0 0 31.5%;
    color: #0d1329;
    font-weight: 600;
    text-align: left
}

@media(max-width:1024px) {
    .main__wrapper .card.second ul li {
        flex: 0 0 48%
    }
}

@media(max-width:820px) {
    .main__wrapper .card.second ul li {
        line-height: 1;
        padding: .5rem .5rem .5rem 3rem
    }
}

@media(max-width:630px) {
    .main__wrapper .card.second ul li {
        flex: 1 0 100%
    }
}

.main__wrapper .card.quarters {
    text-align: center
}

.main__wrapper .card.quarters h2 {
    text-align: center !important
}

.main__wrapper .card.quarters.look-for h2 {
    color: #5fce92
}

.main__wrapper .card.quarters.avoid h2 {
    color: #ff9171
}

.main__wrapper .card.quarters ul {
    gap: 1.5rem 1rem;
    margin: 0 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between
}

@media(max-width:820px) {
    .main__wrapper .card.quarters ul {
        margin: 0
    }
}

.main__wrapper .card.quarters ul li {
    flex: 0 0 48%;
    color: #0d1329;
    text-align: center;
    margin: 0
}

@media(max-width:820px) {
    .main__wrapper .card.quarters ul li {
        flex: 0 0 48%
    }
}

@media(max-width:630px) {
    .main__wrapper .card.quarters ul li {
        flex: 1 0 100%;
        text-align: left
    }
}

.main__wrapper .card.quarters ul li b {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: .5rem 0 .25rem;
    text-align: center;
    color: #0d1329;
    display: flex;
    align-items: center;
    justify-content: center
}

.main__wrapper .card.quarters ul li b img {
    margin: 0 .5rem 0 0
}

@media(max-width:820px) {
    .main__wrapper .card.quarters ul li b img {
        width: 2rem;
        text-align: left;
        height: 2rem;
        object-fit: contain
    }

    .main__wrapper .card.quarters ul li b {
        margin: 0;
        text-align: left;
        justify-content: flex-start;
        color: #0d1329;
        font-size: 18px
    }
}

.products-grid__heading h5,
.zebub {
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: #5fce92;
    line-height: 1;
    font-weight: 700;
    margin: 0
}

@media(max-width:820px) {

    .products-grid__heading h5,
    .zebub {
        font-size: .9rem
    }
}

.products-grid__heading h5 .bubble,
.zebub .bubble {
    font-size: 0;
    position: relative
}

.products-grid__heading h5 .bubble__popup,
.zebub .bubble__popup {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s ease;
    pointer-events: none;
    padding: .5rem .75rem;
    background: #000;
    color: #fff;
    border-radius: .5rem;
    font-size: 12px;
    opacity: 0;
    min-width: 240px;
    z-index: 50
}

.products-grid__heading h5 .bubble:hover .bubble__popup,
.zebub .bubble:hover .bubble__popup {
    opacity: 1
}

.products-grid__heading h5 img,
.zebub img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 4px;
    cursor: pointer
}

.products-grid {
    display: grid;
    grid-template-areas: "heading heading heading" "grade image loader" "bars bars bars" "pros-cons bottom-line bottom-line" "ticket ticket ticket" "cta cta cta";
    grid-template-columns: calc(33.333% - 2rem);
    gap: 1rem;
    border: 4px solid #f4f4f4;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fdfdfd;
    padding: 2rem 3rem;
    margin: 0 0 2rem;
    position: relative
}

@media(max-width:630px) {
    .products-grid {
        grid-template-columns: minmax(0, 1fr) calc(50% - 2rem);
        grid-template-areas: "heading heading heading heading" "image image loader loader" "grade grade grade grade" "bars bars bars bars" "pros-cons pros-cons pros-cons pros-cons" "bottom-line bottom-line bottom-line bottom-line" "ticket ticket ticket ticket" "cta cta cta cta";
        gap: 1rem;
        padding: .5rem 1rem 1.5rem !important
    }
}

.toplinker {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  padding: 12px 16px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.toplinker.is-visible {
  opacity: 1;
  pointer-events: auto;
}


.products-grid__badge {
    position: absolute;
    top: -2.5rem;
    left: 1rem;
    width: 240px;
    z-index: 20
}

@media(max-width:820px) {
    .products-grid__badge {
        width: 95px;
        right: 0;
        top: -2.5rem;
        left: 0;
        margin: 0 auto
    }
}

.products-grid.bordered,
.products-grid:first-of-type {
    background: #fdfdfd;
    border-color: #5fce92;
    box-sizing: border-box;
    border-radius: 10px
}

@media(max-width:820px) {

    .products-grid.bordered,
    .products-grid:first-of-type {
        margin-top: 3rem;
        padding: 1rem
    }

    .products-grid.bordered h2,
    .products-grid:first-of-type h2 {
        margin-top: 2rem !important
    }
}

.products-grid.bordered .products-grid__ticket,
.products-grid:first-of-type .products-grid__ticket {
    border-color: #5fce92
}

.products-grid.bordered .products-grid__ticket img,
.products-grid:first-of-type .products-grid__ticket img {
    filter: none
}

.products-grid.bordered .products-grid__cta a,
.products-grid:first-of-type .products-grid__cta a {
    color: #fff;
    background: #5bab4c;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 2px 5px 6px 2px rgba(155, 223, 182, .4)
}

.products-grid.bordered .products-grid__cta a:not(.amazon),
.products-grid:first-of-type .products-grid__cta a:not(.amazon) {
    min-width: 200px
}

@media(max-width:380px) {

    .products-grid.bordered .products-grid__cta a:not(.amazon),
    .products-grid:first-of-type .products-grid__cta a:not(.amazon) {
        margin: 0 auto 1rem
    }
}

.products-grid.bordered .products-grid__cta a:not(.amazon) img,
.products-grid:first-of-type .products-grid__cta a:not(.amazon) img {
    filter: brightness(100);
    transform: rotate(90deg);
    height: 11px;
    margin: 0 -8px 0 2px
}

.products-grid.bordered .products-grid__cta a:hover,
.products-grid:first-of-type .products-grid__cta a:hover {
    background: #48883c
}

.products-grid.bordered .products-grid__heading h4 a,
.products-grid:first-of-type .products-grid__heading h4 a {
    color: #5fce92
}

.products-grid>div {
    background: #feffff;
    box-shadow: 2px 6px 8px rgba(0, 60, 60, .09);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.products-grid>div h3 {
    flex: 1 0 100%
}

@media(max-width:820px) {
    .products-grid>div h3 {
        font-weight: 700
    }
}

.products-grid img {
    max-width: 100%
}

.products-grid__bars {
    grid-area: bars;
    padding: 2rem
}

@media(max-width:820px) {
    .products-grid__bars {
        padding: 2rem 1rem
    }
}

.products-grid__bars ul {
    width: 100%
}

.products-grid__bars ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 .5rem
}

.products-grid__bars ul li:last-child {
    margin: 0
}

.products-grid__bars ul li>span {
    flex: 0 0 40%;
    text-transform: uppercase;
    font-weight: 700
}

@media(max-width:920px) {
    .products-grid__bars ul li>span {
        flex: 1 0 100%
    }
}

.products-grid__bars ul li>div {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

@media(max-width:920px) {
    .products-grid__bars ul li>div {
        flex: 1 0 100%
    }
}

.products-grid__bars ul li>div small {
    flex: 1 0 auto;
    background: #f3f3f3;
    border-radius: 10px;
    overflow: hidden
}

.products-grid__bars ul li>div small span {
    background: #5fce92;
    color: #fff;
    display: inline-block;
    text-align: right;
    padding: .25rem .75rem;
    line-height: 1
}

.products-grid__bars ul li>div i {
    flex: 0 1 auto;
    padding: 0 0 0 .5rem;
    display: inline-block;
    text-align: right;
    font-size: 16px
}

.products-grid__heading {
    grid-area: heading;
    text-align: center;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    position: relative
}

.products-grid__heading h1 {
    background: #5fce92;
    border-radius: 100px;
    font-weight: 900;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    color: #f1fdf9;
    width: auto;
    padding: 1rem 4rem;
    margin: 0 auto
}

@media(max-width:820px) {
    .products-grid__heading h1 {
        font-size: 22px;
        line-height: 1;
        text-align: center;
        color: #f1fdf9;
        width: auto;
        padding: 1rem 2rem;
        margin: 0
    }
}

.products-grid__heading h2 {
    flex: 1 0 100%;
    line-height: 1;
    margin: 0 0 .5rem
}

@media(max-width:820px) {
    .products-grid__heading h2 {
        margin: 1.5rem 0 .5rem
    }
}

.products-grid__heading h4 {
    font-size: 22px;
    line-height: 1;
    color: #0d1329;
    flex: 1 0 100%;
    margin: 0
}

@media(max-width:820px) {
    .products-grid__heading h4 {
        margin: 0;
        text-align: left
    }
}

.products-grid__heading h4 a {
    text-decoration: none;
    color: inherit;
    font-weight: 700
}

.products-grid__grade {
    grid-area: grade;
    padding: 1rem 1rem 2rem;
    align-items: center;
    justify-content: center;
    align-content: center
}

@media(max-width:820px) {
    .products-grid__grade {
        padding: 1rem
    }
}

.products-grid__grade h1 {
    font-weight: 400;
    font-size: 140px;
    line-height: 48px;
    text-align: center;
    color: #0d1329
}

@media(max-width:1024px) {
    .products-grid__grade h1 {
        font-size: 13vw
    }
}

@media(max-width:820px) {
    .products-grid__grade h1 {
        font-size: 30px;
        width: auto;
        font-weight: 900;
        display: inline-block;
        margin: 0;
        line-height: 1
    }
}

.products-grid__grade h3 {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0
}

@media(max-width:820px) {
    .products-grid__grade h3 {
        position: static;
        flex: 0 0 auto !important;
        margin: 0 0 0 8px;
        font-size: 12px
    }
}

.products-grid__image {
    grid-area: image;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center
}

@media(max-width:820px) {
    .products-grid__image {
        padding: 1rem
    }
}

.products-grid__image img {
    max-width: 88%
}

@media(max-width:820px) {
    .products-grid__image img {
        max-width: 100%
    }
}

.products-grid__loader {
    grid-area: loader;
    padding: 1rem 1rem 2rem;
    align-items: center;
    justify-content: center;
    align-content: center
}

@media(max-width:820px) {
    .products-grid__loader {
        font-size: 11px;
        padding: 1rem
    }

    .products-grid__loader h3 {
        font-size: 12px
    }
}

.products-grid__pros-cons {
    grid-area: pros-cons;
    padding: 1rem 1.25rem 1.5rem 1.5rem;
    align-items: flex-start;
    align-content: flex-start
}

@media(max-width:820px) {
    .products-grid__pros-cons {
        padding: 1.5rem
    }
}

.products-grid__pros-cons ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 8px
}

.products-grid__pros-cons ul li:last-child {
    margin: 0
}

.products-grid__pros-cons ul li img {
    margin: 0 4px 0 0
}

.products-grid__pros-cons h3 {
    font-size: 22px;
    text-align: left;
    line-height: 30px;
    margin: 0 0 1rem
}

.products-grid__pros-cons h3:last-of-type {
    margin-top: 2rem
}

@media(max-width:820px) {
    .products-grid__pros-cons h3:last-of-type {
        margin-top: 1rem
    }
}

.products-grid__bottom-line {
    grid-area: bottom-line;
    padding: 1rem 2rem
}

@media(max-width:820px) {
    .products-grid__bottom-line {
        padding: 1.5rem
    }
}

.products-grid__bottom-line h3 {
    font-size: 22px;
    text-align: left;
    line-height: 30px;
    margin: 0 0 1rem
}

.products-grid__bottom-line p a {
    color: blue
}

.products-grid__ticket {
    grid-area: ticket;
    padding: 1rem;
    border: 2px dashed #9e9e9e;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    font-weight: 500
}

@media(max-width:820px) {
    .products-grid__ticket {
        display: block !important;
        text-align: left;
        padding: .5rem 1rem;
        line-height: 1;
        font-size: 14px
    }
}

.products-grid__ticket img {
    margin: 0 4px 0 0;
    filter: saturate(0)
}

@media(max-width:820px) {
    .products-grid__ticket img {
        display: inline-block;
        margin: 0;
        vertical-align: middle
    }
}

.products-grid__ticket b {
    color: #5fce92;
    display: inline-block;
    margin: 0 4px;
    font-weight: 700
}

@media(max-width:820px) {
    .products-grid__ticket b {
        margin: 0
    }
}

.products-grid__cta {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    grid-area: cta;
    text-align: center
}

.products-grid__cta a {
    box-shadow: 2px 6px 8px rgba(0, 60, 60, .07);
    border-radius: 100px;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
    margin: 0 auto;
    text-decoration: none;
    display: inline-block;
    padding: 1.5rem 3.5rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    transition: all .1s ease;
    border: 4px solid #5bab4c
}

.products-grid__cta a:hover {
    background: #f0f8ef;
    color: #192550
}

@media(max-width:820px) {
    .products-grid__cta a {
        padding: 1rem 1.75rem;
        font-size: 18px
    }
}

@media(max-width:630px) {
    .products-grid__cta a {
        padding: 1rem;
        font-size: 16px;
        letter-spacing: -.5px
    }
}

.badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0 5rem;
    gap: 1rem
}

@media(max-width:820px) {
    .badges {
        margin: 2rem 0
    }

    .badges h3 {
        font-weight: 500
    }
}

.badges~h2 {
    margin: 0 0 4rem !important
}

@media(max-width:820px) {
    .badges~h2 {
        text-align: center !important
    }
}

.badges li {
    flex: 0 0 20%;
    text-align: center
}

@media(max-width:1024px) {
    .badges li {
        flex: 0 0 calc(25% - 1rem)
    }
}

@media(max-width:630px) {
    .badges li {
        flex: 0 0 calc(50% - 1rem)
    }
}

.badges li img {
    margin: 0 0 1rem
}

@media(max-width:820px) {
    .badges li img {
        height: 2.5rem;
        width: auto
    }
}

.final-verdict__heading{
    background-color: #3EEDFA !important;
}

.final-verdict {
    border: 4px solid #2d5dca;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.final-verdict .zebub {
    top: 12px;
    right: 12px;
    color: #0e5fc6;
    font-size: 1rem
}

@media(min-width:1024px) {
    .final-verdict {
        max-width: 72%;
        margin: 0 auto
    }
}

.final-verdict__footer {
    padding: 1rem 2rem;
    background: #daebff;
    text-align: center;
    color: #2d5dca;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around
}

@media(max-width:820px) {
    .final-verdict__footer {
        padding: 1rem
    }
}

.final-verdict__footer li {
    flex: 0 0 30%
}

.final-verdict__footer li:nth-child(2) {
    flex: 0 0 40%
}

.final-verdict__footer li p {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.3
}

.final-verdict__footer li p br {
    display: none
}

@media(max-width:820px) {
    .final-verdict__footer li p {
        font-size: 12px;
        margin: 4px 0 0;
        text-align: center
    }

    .final-verdict__footer li p br {
        display: block
    }
}

.final-verdict__heading {
    padding: 1rem 2rem;
    background: #f7fafe;
    text-align: center;
    color: #E1FFA1;
    width: 100%;
    margin: 0
}

@media(max-width:820px) {
    .final-verdict__heading {
        padding: 1rem
    }
}

@media(max-width:767px) {
    .drop{
        display: none;
    }
}

.final-verdict h2 {
    margin: 1rem 0 1.5rem
}

@media(max-width:820px) {
    .final-verdict h2 {
        padding: 0 1rem;
        text-align: center !important
    }
}

.final-verdict__product {
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem 1rem
}

@media(max-width:820px) {
    .final-verdict__product {
        padding: 1rem
    }

    .final-verdict__product a {
        margin: 0 auto
    }
}

.final-verdict__product img {
    width: 180px
}

@media(max-width:820px) {
    .final-verdict__product img {
        width: 140px;
        margin: 0 auto
    }
}

.final-verdict__product div {
    flex: 1;
    padding: 0 0 0 2rem
}

@media(max-width:820px) {
    .final-verdict__product div {
        flex: 1 0 100%;
        padding: 1.5rem 0 0
    }
}

.final-verdict__product div ul {
    padding: 0;
    display: none
}

@media(max-width:820px) {
    .final-verdict__product div ul {
        padding: 0
    }
}

.final-verdict__product div ul li {
    background: rgba(91, 171, 76, .75);
    border-radius: 4px;
    padding: .25rem .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 .5rem
}

.final-verdict__product div ul li span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

@media(max-width:820px) {
    .final-verdict__product div ul li span {
        font-size: 20px
    }
}

.final-verdict__product div p {
    margin: 0
}

.final-verdict__product div p a {
    color: blue
}

.final-verdict .products-grid__ticket {
    width: 750px;
    max-width: calc(100% - 2rem);
    margin: 0 auto
}

@media(max-width:820px) {
    .final-verdict .products-grid__ticket {
        margin-bottom: 1rem
    }
}

.final-verdict .products-grid__ticket b {
    color: #2d5dca
}

.final-verdict .products-grid__cta {
    padding: 1rem 1rem 1.25rem
}

@media(max-width:820px) {
    .final-verdict .products-grid__cta {
        margin-top: -1rem !important
    }
}

.final-verdict .products-grid__cta a {
    background: #5bab4c;
    color: #fff;
    padding: 1rem 3.5rem
}

.final-verdict .products-grid__cta a:hover {
    background: #48883c
}

.sources {
    text-align: left
}

@media(max-width:1024px) {
    .sources {
        padding: 1rem 0 0
    }
}

.sources .wrapper {
    width: 75rem
}

.sources h3 {
    text-align: left;
    font-size: 22px
}

.sources ul {
    list-style: arabic;
    margin: 1.5rem 0 2rem 1.25rem;
    font-size: 16px
}

@media(max-width:820px) {
    .sources ul {
        font-size: 14px
    }
}

.sources ul li {
    margin: 0 0 4px
}

.footer {
    background: #fff;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

@media(max-width:820px) {
    .footer {
        padding: 2rem 0
    }

    .footer img {
        width: 212px;
        margin: 0 0 .5rem
    }
}

.footer .wrapper {
    width: 75rem
}

.footer * {
    color: #000;
}

.footer small {
    font-size: 14px !important;
    opacity: .75;
    text-align: left;
    line-height: 1;
    flex: 1 0 100%;
    display: block
}

.footer small:first-of-type {
    margin: 1.5rem 0
}

.footer ul {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    font-weight: 700;
    text-decoration: none
}

@media(max-width:820px) {
    .footer ul {
        flex: 1 0 100%
    }

    .footer ul li {
        flex: 1 0 100%;
        text-align: center
    }
}

.footer ul li a {
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase
}

@media(max-width:820px) {
    .footer ul li a {
        font-size: 16px
    }
}

#date {
    font-style: normal
}

@media(max-width:820px) {
    .atf h2 {
        text-align: center
    }
}

.atf__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.atf__grid-hero {
    flex: 0 0 53%;
    position: relative;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden
}

.atf__grid-hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 93, 202, .8);
    z-index: 10
}

@media(max-width:820px) {
    .atf__grid-hero {
        flex: 1 0 100%;
        margin: 0 0 1rem
    }
}

.atf__grid-hero img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem
}

@media(max-width:820px) {
    .atf__grid-hero img {
        min-height: 300px
    }
}

.atf__grid-hero a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    padding: 2rem;
    z-index: 20
}

.atf__grid-hero a b {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    color: #fff
}

@media(max-width:820px) {
    .atf__grid-hero a b {
        font-size: 24px;
        line-height: 1.26;
        display: block;
        margin: 0 0 .51rem
    }
}

.atf__grid-hero a p {
    color: #fff
}

.atf__grid-articles {
    flex: 0 0 42%
}

@media(max-width:820px) {
    .atf__grid-articles {
        flex: 1 0 100%
    }
}

.atf__grid-articles ul li:first-child {
    margin: 0 0 3.5rem
}

@media(max-width:1024px) {
    .atf__grid-articles ul li:first-child {
        margin: 0 0 1rem
    }
}

.atf__grid-articles ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #0d1329
}

.atf__grid-articles ul li a i {
    flex: 1;
    font-style: normal;
    padding: 0 0 0 2rem
}

.atf__grid-articles ul li a img {
    width: 218px;
    height: 134px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden
}

@media(max-width:820px) {
    .atf__grid-articles ul li a img {
        width: 140px
    }
}

.atf__grid-articles ul li a b {
    display: block;
    margin: 0 0 4px;
    font-weight: 900;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #2d5dca
}

.atf__grid-articles ul li a span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3
}

@media(max-width:1024px) {
    .atf__grid-articles ul li a span {
        font-size: 18px
    }
}

.home section {
    padding: 2rem 0 4rem
}

@media(max-width:1024px) {
    .home section {
        padding: 2rem 0
    }
}

.home section .wrapper>h2 {
    margin-top: 0
}

@media(max-width:1024px) {
    .home section .wrapper>h2 {
        font-size: 32px
    }
}

.trifecta {
    text-align: center
}

.trifecta.blue {
    background: #edf5ff
}

.trifecta ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.trifecta ul li {
    flex: 0 0 31%
}

.trifecta ul li img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1rem;
    min-height: 200px;
    border-radius: 10px;
    object-fit: cover
}

.trifecta ul li a {
    text-decoration: none;
    font-size: 24px;
    text-align: left;
    display: block;
    color: #0d1329
}

@media(max-width:630px) {
    .trifecta ul li {
        flex: 1 0 100%;
        margin: 0 0 1rem
    }

    .trifecta ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .trifecta ul li a img {
        width: 120px;
        right: 0;
        top: -2.5rem;
        left: 0;
        margin: 0 auto;
        min-height: 120px
    }

    .trifecta ul li a b {
        flex: 1;
        padding: 0 0 0 1rem;
        font-size: 22px
    }
}

.about {
    background: #edf5ff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem !important
}

@media(max-width:820px) {
    .about {
        padding-top: 2rem !important
    }
}

.about__content {
    flex: 1 0 100%;
    text-align: center
}

@media(max-width:820px) {
    .about__content {
        flex: 1 0 100%;
        margin: 0 0 1rem
    }
}

.about__content h2 {
    margin-top: 0
}

.about__list {
    flex: 1 0 100%
}

@media(max-width:820px) {
    .about__list {
        flex: 1 0 100%
    }
}

.about__list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2rem 0 0
}

@media(max-width:820px) {
    .about__list ul {
        margin: 1rem 0 0
    }
}

.about__list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    flex: 0 0 48%
}

@media(max-width:820px) {
    .about__list ul li {
        flex: 1 0 100%
    }
}

.about__list ul li:last-child {
    margin: 0
}

.about__list ul li img {
    width: 44px
}

.about__list ul li div {
    flex: 1;
    padding: 0 0 0 1rem
}

.about__list ul li div b {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #2d5dca;
    display: block;
    line-height: 1;
    margin: 0 0 1rem
}

.about__list ul li div p {
    font-size: 15px;
    line-height: 24px;
    color: #0d1329
}

.nocoupons .products-grid__ticket {
    display: none !important
}

@media(min-width:1024px) {
    .nocoupons .products-grid__ticket~.products-grid__cta {
        margin-top: -.5rem
    }
}

.amazon {
    display: none !important
}

.amaz {
    display: none
}

.is-amazon .amaz,
.nonamaz {
    display: inline-block
}

.is-amazon .nonamaz {
    display: none
}

.is-amazon .amazon {
    display: inline-block !important;
    background: none !important;
    padding: 0;
    border: 0 !important;
    display: flex !important;
    box-shadow: none !important;
    max-width: 190px
}

@media(min-width:1024px) {
    .is-amazon .amazon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0
    }
}

.is-amazon .amazon img {
    transition: all .1s ease
}

.is-amazon .amazon img:hover {
    transform: scale(1.05)
}

@media(max-width:1024px) {
    .is-amazon .amazon {
        max-width: 140px
    }
}

.noavoid #avoid,
.noavoid .toggle {
    display: none !important
}

mark {
    font-weight: 700;
    background: #ff0
}

.skincoat .main__wrapper .card.quarters.avoid ul li:last-child {
    flex: 1 0 100%
}

.calming .main__wrapper .card.second ul li {
    flex: 0 0 64%;
    margin: 0 auto
}

@media(max-width:1024px) {
    .calming .main__wrapper .card.second ul li {
        flex: 1 0 100%
    }
}

.painrelief .main__wrapper .card.quarters ul li {
    flex: 0 0 30%
}

@media(max-width:1024px) {
    .painrelief .main__wrapper .card.quarters ul li {
        flex: 1 0 100%
    }
}

.painrelief .main__wrapper .card.second ul li {
    flex: 0 0 80%;
    margin: 0 auto
}

@media(max-width:1024px) {
    .painrelief .main__wrapper .card.second ul li {
        flex: 1 0 100%
    }
}

.article .hero {
    padding: 2rem 2rem 7rem
}

.article .main__wrapper .card {
    padding: 2rem 0
}

.article h1 {
    width: 980px;
    margin: 0 auto
}

.article h4 {
    width: 960px;
    max-width: 100%;
    margin: 2rem auto;
    line-height: 1.68
}

.article section ul {
    list-style: disc;
    padding: .5rem 0 1rem 2rem
}

.article section img {
    max-width: 100%;
    margin: 0 0 2rem;
    border-radius: 10px;
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center center
}

.article section p a {
    color: blue
}

.article section ul li {
    margin: 0 0 .75rem
}

.home .back-banner {
    display: block
}

.back-banner {
    position: fixed;
    display: none;
    bottom: -80px;
    left: 0;
    right: 0;
    background: #2d5dca;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease
}

.back-banner.active {
    bottom: 0
}

.back-banner a {
    color: #fff;
    display: block;
    line-height: 1
}

.back-banner a span {
    font-weight: 800
}

.back-banner a img {
    margin: 0 2px 0 0;
    filter: brightness(100);
    transform: rotate(-90deg)
}

.reminder {
    background: #fff;
    padding: 1rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 440px;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #aaa;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 2rem;
    transition: all .1s ease;
    opacity: 0;
    pointer-events: none
}

.reminder__left {
    flex: 0 0 22%
}

.reminder__left img {
    max-width: 100%
}

.reminder__right {
    flex: 1;
    padding: 0 0 0 1rem;
    text-align: center
}

.reminder__right p {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin: .5rem 0 .75rem
}

.reminder__right h3 a {
    color: #5fce92
}

.reminder__right h3 {
    line-height: 1.3;
    margin: 0 0 .75rem
}

.reminder__right h3 b {
    font-weight: 900;
    display: block
}

.reminder__right>a {
    box-shadow: 2px 6px 8px rgba(0, 60, 60, .07);
    border-radius: 100px;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    margin: 0 auto;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 1.85rem;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    transition: all .1s ease;
    background: #5bab4c;
    color: #fff
}

.reminder__right>a:hover {
    background: #48883c
}

@media(max-width:767px) {
    .reminder {
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        width: 100%
    }

    .reminder__left {
        flex: 0 0 22%
    }

    .reminder__right p {
        font-size: 14px
    }

    .reminder__right h3 {
        font-size: 16px
    }

    .reminder__right {
        padding: 0
    }
}

.topheader {
    text-align: left;
    font-size: 0;
    background: #0d1329;
    width: auto;
    max-width: 80%;
    margin: 0 0 0 -14rem
}

@media(max-width:1024px) {
    .topheader {
        margin: 0
    }
}

.the-disclosure {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 100
}

.the-disclosure.active {
    display: flex
}

.the-disclosure__content {
    width: 600px;
    max-width: 90%;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    max-height: 70%;
    position: relative;
    overflow: auto
}

.the-disclosure__content h2 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 12px
}

.the-disclosure__content p {
    font-size: 14px;
    margin: 0 0 16px;
    line-height: 1.6
}

.adv-disc {
    text-align: right;
    padding: 0 1rem
}

@media(max-width:767px) {
    .adv-disc {
        padding: 0;
        margin: 1rem 0 0
    }
}

.adv-disc a {
    font-size: 16px;
    color: #000
}

#by {
    font-size: 1.25rem
}

a[href="#by"] {
    text-decoration: underline !important;
    font-weight: 900
}

.closer {
    position: absolute;
    top: 26px;
    right: 30px;
    cursor: pointer
}

@media(max-width:820px) {
    .mobile-hide {
        display: none !important
    }
}

.mobile-show {
    display: none !important
}

@media(max-width:820px) {
    .mobile-show {
        display: block !important
    }

    .bottomlogo {
        display: block;
        text-align: center;
        flex: 1 0 100%
    }
}

.text-center {
    text-align: center
}

.products-grid__bottom-line small {
    font-size: 13px !important
}

.about .header__logo small,
.about .topheader.mobile-hide small,
.article .header__logo small,
.article .topheader.mobile-hide small,
.home .header__logo small,
.home .topheader.mobile-hide small {
    display: none
}

.about .header__menu,
.article .header__menu,
.home .header__menu {
    top: 81px
}

@media(max-width:820px) {

    .about .header__menu,
    .article .header__menu,
    .home .header__menu {
        top: 62px
    }
}

.drop {
    width: 720px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #0b1328;
    border-radius: 8px;
    overflow: hidden;
    margin: 1rem auto
}

@media(max-width:820px) {
    .drop {
        margin-bottom: 0
    }
}

.drop span {
    background: #edf5ff;
    color: #0b1328;
    padding: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600
}

.drop small,
.drop span {
    display: block;
    text-align: center
}

.drop small {
    padding: 8px 16px;
    font-size: 12px
}

.drop small a {
    color: #0b1328
}

@media(max-width:820px) {
    .drop small {
        padding: 8px 4px;
        letter-spacing: -.5px;
        font-size: 13px
    }
}

.bone .main__wrapper .card.second ul li,
.pumpkin .main__wrapper .card.second ul li {
    border-radius: 40px;
    padding: 1rem 1rem 1rem 3rem;
    flex: 1 0 100%
}

main {
    min-height: 74vh
}

.products-grid__badge {
    pointer-events: none
}

.products-grid__bars,
section#top5 .badges,
section#top5 .wrapper>h2:first-of-type {
    display: none !important
}

.article #by,
.article #by~br,
.home #by,
.home #by~br {
    display: none
}

.header__logo small {
    opacity: 0;
    pointer-events: none
}

.final-verdict .zebub,
.products-grid__heading h5 {
    color: #969696;
    font-size: .77rem
}

.final-verdict .zebub,
.final-verdict .zebub img,
.products-grid__heading h5,
.products-grid__heading h5 img,
.reminder.active,
h2 sup {
    display: none !important
}

.reminder.active {
    opacity: 1
}

a.toplinker {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    line-height: 1;
    padding: 1.1rem 1rem !important;
    text-decoration: none;
    display: block !important;
    background: #F56527;
    border-radius: 3rem;
    color: #fff !important;
    font-weight: 600;
    z-index: 99;
    font-family: 'Roboto', sans-serif;;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease
}

a.toplinker.active {
    opacity: 1;
    pointer-events: all;
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: Satoshi;
    src: url(/_next/static/media/867bce6efedfde96-s.p.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Satoshi;
    src: url(/_next/static/media/867bce6efedfde96-s.p.ttf) format("truetype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Satoshi;
    src: url(/_next/static/media/867bce6efedfde96-s.p.ttf) format("truetype");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Satoshi;
    src: url(/_next/static/media/867bce6efedfde96-s.p.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Satoshi;
    src: url(/_next/static/media/d64b8854ed7897f2-s.p.ttf) format("truetype");
    font-display: swap;
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Satoshi Fallback;
    src: local("Arial");
    ascent-override: 92.36%;
    descent-override: 21.95%;
    line-gap-override: 9.14%;
    size-adjust: 109.35%
}

.__className_053110 {
    font-family: Satoshi, Satoshi Fallback
}

.styles_counter__bWAf8 {
    margin: 32px auto;
    display: flex;
    width: 100%;
    max-width: 190px
}

.styles_btn__Lclaj {
    width: 42px;
    font-size: 32px;
    font-weight: 700;
    background-color: #1c6bd1;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.4
}

.styles_btn__Lclaj:hover {
    opacity: .8
}

.styles_count__k7hRI {
    flex: 1;
    font-size: 42px;
    text-align: center
}