body,html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    min-height: 100%;
    background: #f7fafe
}

body.base {
    min-height: 101vh;
}

@media(max-width: 820px) {
    body,html {
        font-size:16px
    }
}

body *,html * {
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

@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;
    max-width: 100%;
    letter-spacing: -.5px;
}

@media(max-width: 1024px) {
    h1 {
        font-size:40px;
        line-height: 1.1;
        text-align: center
    }
}

@media(max-width: 820px) {
    h1 {
        font-size:32px
    }
}

.final-verdict__heading,h2 {
    color: #0d1329;
    font-size: 40px;
    margin: 2rem 0;
    letter-spacing: -.7px;
    font-weight: 700;
    line-height: 1.1;
}

.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;
}

@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;
}

@media(max-width: 1024px) {
    h4 {
        font-size:16px;
        text-align: center
    }
}

.article section 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

ul, ol {
    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 {
    outline: 0
}

a:hover {
    outline: 0
}

.wrapper {
    width: 1100px;
    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: 13px 0 10px;
}

@media(max-width: 820px) {
    .header {
        padding: 10px 0 6px;
    }
}

.header__menu {
    position: fixed;
    right: -100vw;
    bottom: 0;
    width: 360px;
    max-width: 100%;
    background: #2d5dca;
    transition: .2s all ease;
    top: 81px
}

.header__menu.active {
    right: 0
}

@media(max-width: 820px) {
    .header__menu {
        top:73px;
        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:187px
    }
}

.header__logo img {
    width: 100%
}

.hero {
    padding: 4rem 2rem 0;
    text-align: center;
    background: #edf5ff
}

@media(max-width: 820px) {
    .hero {
        padding:1.5rem 0 7rem
    }
}

.hero ul {
    list-style: none;
    padding: 1.5rem 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 #5deb9f;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 1rem 2rem;
    background: #5ceb9e;
    text-decoration: none;
    transition: .1s ease all
}

@media(max-width: 820px) {
    .hero ul li a {
        padding:.45rem .75rem
    }
}

@media(max-width: 630px) {
    .hero ul li a {
        padding: 20px;
    }
}

.hero ul li a:hover {
    border-color: #0d132924;
}

.bio {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #feffff;
    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
}

.bio div {
    flex: 1;
    padding: 0 0 0 1rem;
    text-align: left
}

@media(max-width: 820px) {
    .bio div {
        padding:0 0 0 .75rem
    }
}

.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: 0 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: #fff url(/assets/dog-first.jpg) no-repeat right bottom;
    padding: 3rem 1rem
}

@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%;
        columns: 1
    }
}

.main__wrapper .card.first ul {
    list-style: disc;
    columns: 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%;
        columns: 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: .2s all ease;
    transform: rotate(180deg)
}

.main__wrapper .card.definitive .toggle .inactive {
    display: inline-block
}

.main__wrapper .card.definitive .toggle .active {
    display: none
}

.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: .1s all 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: 10px 3px 30px;
}

@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: 10px 3px 30px;
}

@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>.wrapper h2:first-child {
    text-align: center
}

.main__wrapper .card.top5 h2 {
    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
    }
}

@media(max-width: 820px) {
    .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
}

.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("/assets/check.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-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
    }
}

@media(max-width: 820px) {
    .main__wrapper .card.quarters ul li b {
        margin:0;
        text-align: center;
        justify-content: center;
        color: #0d1329;
        font-size: 18px
    }
}

.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
    }
}

.products-grid__badge {
    position: absolute;
    top: -2.5rem;
    right: 1rem;
    width: 288px;
    z-index: 20
}

@media(max-width: 820px) {
    .products-grid__badge {
        width:120px;
        right: 0;
        top: -2.5rem;
        left: 0;
        margin: 0 auto
    }
}

.products-grid:first-of-type {
    background: #fdfdfd;
    border-color: #5fce92;
    box-sizing: border-box;
    border-radius: 10px
}

@media(max-width: 820px) {
    .products-grid:first-of-type {
        margin-top:3rem;
        padding: 1rem
    }

    .products-grid:first-of-type h2 {
        margin-top: 2rem!important
    }
}

.products-grid:first-of-type .products-grid__ticket {
    border-color: #5fce92
}

.products-grid:first-of-type .products-grid__ticket img {
    filter: none
}

.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:first-of-type .products-grid__cta a:not(.amazon) {
    min-width: 200px
}

@media(max-width: 380px) {
    .products-grid:first-of-type .products-grid__cta a:not(.amazon) {
        margin:0 auto 1rem
    }
}

.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:first-of-type .products-grid__cta a:hover {
    background: #48883c
}

.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: 0 0!important;
    box-shadow: none!important
}

.products-grid__heading h1 {
    background: #5fce92;
    border-radius: 100px;
    margin: 0;
    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: #00f
}

.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: 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: 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;
    text-align: center;
    letter-spacing: .05em;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    transition: .1s all 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 {
    border: 4px solid #2d5dca;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden
}

@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: #2d5dca;
    width: 100%;
    margin: 0
}

@media(max-width: 820px) {
    .final-verdict__heading {
        padding:1rem
    }
}

.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 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    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
}

@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: #00f
}

.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: #0d1329;
    margin-top: 60px;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 820px) {
    .footer {
        padding:2rem 0
    }

    .footer img {
        width: 187px;
        margin: 0 0 .5rem
    }
}

.footer .wrapper {
    width: 1100px;
}

.footer * {
    color: #fff
}

.footer small {
    font-size: 12px;
    opacity: .75;
    text-align: left;
    line-height: 1;
    flex: 1 0 100%
}

.footer small:first-of-type {
    margin: 1.5rem 0 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%
    }
}

@media(max-width: 820px) {
    .footer ul li {
        flex:1 0 100%;
        text-align: center
    }
}

.footer ul li a {
    text-decoration: none;
    font-size: 16px
}

@media(max-width: 820px) {
    .footer ul li a {
        font-size:14px
    }
}

#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 54%;
    position: relative;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
    flex-grow: 1;
    margin-right: 2%;
}

.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 2rem 1rem;
    z-index: 20
}

.atf__grid-hero a b {
    font-weight: 900;
    font-size: 42px;
    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 38%;
    flex-grow: 1;
}

@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
    }
}

.index section {
    padding: 2rem 0;
}

@media(max-width: 1024px) {
    .index section {
        padding:2rem 0
    }
}

.index section .wrapper>h2 {
    margin-top: 0
}

@media(max-width: 1024px) {
    .index section .wrapper>h2 {
        font-size:32px
    }
}

.dbtprtag {
    text-align: center
}

.dbtprtag.blue {
    background: #edf5ff
}

.dbtprtag ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.dbtprtag ul li {
    flex: 0 0 31%
}

.dbtprtag ul li img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1rem;
    min-height: 200px;
    border-radius: 10px;
    object-fit: cover
}

.dbtprtag ul li a {
    text-decoration: none;
    font-size: 24px;
    text-align: left;
    display: block;
    color: #0d1329
}

@media(max-width: 630px) {
    .dbtprtag ul li {
        flex:1 0 100%;
        margin: 0 0 1rem
    }

    .dbtprtag ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .dbtprtag ul li a img {
        width: 120px;
        right: 0;
        top: -2.5rem;
        left: 0;
        margin: 0 auto;
        min-height: 120px
    }

    .dbtprtag 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
}

.about__content {
    flex: 0 0 38%
}

@media(max-width: 820px) {
    .about__content {
        flex:1 0 100%;
        margin: 0 0 1rem
    }
}

.about__content h2 {
    margin-top: 0
}

.about__list {
    flex: 0 0 58%
}

@media(max-width: 820px) {
    .about__list {
        flex:1 0 100%
    }
}

.about__list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 1rem
}

.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
}

.nonamaz {
    display: inline-block
}

.is-amazon .amaz {
    display: inline-block
}

.is-amazon .nonamaz {
    display: none
}

.is-amazon .amazon {
    display: inline-block!important;
    background: 0 0!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: .1s all 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 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 2rem;
    margin-bottom: -30px;
}

.article .main__wrapper .card {
    padding: 2rem 0
}

.article h1 {
    width: 980px;
    margin: 0 auto 20px;
}

.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 ol {
    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: #00f
}

.article section li {
    margin: 0 0 .75rem
}

.index .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: .3s all 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)
}


a.toplinker {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    line-height: 1;
    padding: 1.5rem 2rem !important;
    text-decoration: none;
    display: block !important;
    background: #0d1329;
    border-radius: 3rem;
    color: white !important;
    font-weight: 600;
    border: 8px solid white;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: .2s all ease;
}

a.toplinker.active {
    opacity: 1;
    pointer-events: all;
}



/* CUSTOM */

.lander section {
    margin-bottom: calc(-5px - 2vw);
}

section#definitive strong {
    display: flex;
}


main.db-pagecontent,
footer.footer {
    -webkit-animation: 0.2s linear forwards anifadein;
    animation: 0.2s linear forwards anifadein
}
main.db-pagecontent {
    display: block;
    min-height: calc(100vh - 300px);
}
@media (min-width: 821px){
    main.db-pagecontent {
        min-height: calc(100vh - 450px);
    }
}


.final-verdict h2 {
    padding-left: 20px;
    padding-right: 20px;
}
.final-verdict h2 font {
    color:black;
}



@media (min-width:821px) {
    .products-grid__grade {
        min-height:250px
    }
    .products-grid__heading h2 {
        position: relative;
        z-index: 20;
    }
}
