@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body {
    font-family: 'Inter', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    counter-reset: item;
    animation: fadeIn ease 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.list-col {
    max-width: 930px;
}
h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: rgba(34,34,34,1.00);
    font-weight: 600;
    letter-spacing: -0.8px;
}
h1 {
    font-weight: 700;
    letter-spacing: -1.2px;
}
h2.subheading {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.7rem;
}
.subtitle {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
p {
    color: rgba(34,34,34,1.00);
    font-weight: 400;
}
b, strong {
    font-weight: 600;
}
a {
    color: #0000EE;
}
a:visited {
    color: #800080;
}
a:hover,
a:active {
    color: #0645AD;
}
.tracking-tight {
    letter-spacing: -.02em;
}
.underline {
    text-decoration: underline;
}
.mark,
mark {
    background-color: #FFF5D1;
}
.divbordert {
    border-width: 1px 0 0;
    border-style: dotted;
    border-color: #777;
}
.divborderb {
    border-width: 0 0 1px;
    border-style: dotted;
    border-color: #777;
}

.article p,
.article li,
.list-item p, 
.list-item ul {
    font-size: 1.12rem;
    line-height: 1.8rem;
    margin-bottom: 1.2rem;
}
.list-highlights2 p, 
.list-highlights2 li {
    font-size: 1.0rem;
    line-height: 1.6rem;
    margin-bottom: 1.0rem;
}
.list-hightlights2 strong {
    font-weight: 600 !important;
}
#author {
    padding: 8px 16px 6px;
    background-color: #F8F5F3;
    border-radius:10px 10px 0 0;
}
#author img {
    margin-top: -2px;
}
#author .auth-block {
    color: #999;
    text-transform: uppercase;
    font-size: 80%;
    margin: 0 4px;
    padding: 0 4px;
}
.tag {
    padding: 6px 12px;
    margin: 0 14px 7px 0;
    font-size: 0.90rem;
    font-weight: 600;
    color: #fff;
    background-color: #333;
    border-radius: 10px;
}
.list-item {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .list-item, .list-item .list-col, .list-item .list-col .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.list-item .row, .list-item .list-col .container .row {
		margin-left: 0;
		margin-right: 0;
	}
}
.list-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.list-content-container {
    background-color: #fff;
}
.list-content-container .list-description {
    background-color: #fff;
}
.list-content-container .list-highlights {
    border-radius: 10px;
}
.list-image .soldout {
    position: relative;
}
.list-image .soldout .soldout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.0rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    pointer-events: none;
}
.list-image .soldout video, .list-image .soldout picture {
    position: relative;
    z-index: 0;
}
.list-title-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 30px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0 0 10px 0;
    z-index: 2;
}
.list-title-tag h3 {
    color: #fff;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0;
}
.list-media-wrap-tag {
    margin-top: -30px;
}
.list-title {
    background-color: #333;
    padding: 12px 28px;
}
.list-title h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}
@media (max-width: 576px) {
    .list-title h3 {
        font-size: 1.15rem;
    }
}
.list-title h3:before {
    counter-increment: item;
    content: counter(item)". ";
}
.list-description {
    padding: 20px 30px;
}
.list-description h4 {
    font-weight: 700;
    margin: 0.4rem 0 1.4rem 0;
}
.list-highlights {
    padding: 20px 30px;
    background-color: #F8F5F3;
}
.list-highlights1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-highlights2 {
    padding-top: 10px;
    padding-bottom: 15px;
}
.list-highlights h4.highlight-title {
    font-size: 1.6rem;
}
.list-highlights ul {
    list-style: none;
    padding: 0;
}
.list-highlights li {
    text-indent: -30px;
    padding-left: 28px;
}
.list-highlights li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-right: 12px;
    color: #007c00;
}
.price {
    margin-bottom: 0;
}
.price a {
    text-decoration: underline;
}
.price span.reg {
    padding-left: 4px;
    text-decoration: line-through;
}
.price span.sale {
    color: #d20000;
}
.list-highlights .price {
    font-size: 0.9rem;
}
.cta button,
.cta a {
    background-color: #0537A4;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin-top: 25px;
    border-color: #0537A4 !important;
    border-radius: 0.375rem;
    /*box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.5);*/
}
.cta button:hover,
.cta button:active,
.cta a:hover,
.cta a:active {
    background-color: #003580 !important;
    border-color: #003580 !important;
    text-decoration: none;
}
.deal-card button.soldout,
.deal-card button.soldout:hover,
.deal-card a.soldout,
.deal-card a.soldout:hover {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #fff;
    cursor: default !important;
}


@media (min-width: 480px) {
   .article h1 {
        font-size: 3.0rem;
    }
    h2.subheading {
        font-size: 2rem;
    }
    h4 {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .article h1 {
        font-size: 3.5rem;
    }
    .list-title-tag {
        height: 40px;
    }
    .list-title-tag h3 {
        font-size: 1.2rem;
    }
    .list-media-wrap-tag {
        margin-top: -40px;
    }
}
.figure-caption {
    background-color: rgba(0,0,0,.02);
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0.75rem 1rem;
}
.squarenum {
    padding: 0 12px;
    margin-right: 8px;
    background: #333;
    color: #fff;
}
.listheading {
    line-height: 1.4;
}
.listheading:before {
    counter-increment: item;
    content: counter(item);
    padding: 0 12px;
    margin-right: 12px;
    background: #333;
    color: #fff;
}
.rating-stars {
    color: #FDCC0D;
    text-shadow: 0 0 1px rgba(0,0,0, 0.5);
}
.quote {
    padding: 2rem;
    background-color: #DCFAF7;
    border-left: 6px solid #1BAFA0;
}
.quote .quotetxt {
    margin: 0;
    font-size: 1.2rem;
}
.quote .quotetxt-body {
    font-size: 1rem !important;
}
.quote .attribution {
    margin: 0;
    font-size: 1.0rem;
    font-weight: 400;
}
.verified {
    color: #37a54c;
    font-size: 1rem !important;
}
.verified:before {
    font-family: FontAwesome,sans-serif;
    content: '\f058';
    margin-right: 0.4rem;
}
.video, .videosq {
    position: relative;
    overflow: hidden;
    }
.video .sproutContainer {
    /*padding-top: 55.75%;*/
    padding-top: 58.98%;
}
.video .sproutContainer.video169 {
    padding-top: 56.25%;
}
.video .sproutContainer.video1x1 {
    padding-top: 100%;
}
.video iframe,
.videosq iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#update.card {
    border: none;
    border-radius: 10px;
}
#update .card-header:first-child {
    border-radius: 9px 9px 0 0;
}
#update .card-body {
    background-color: #fff4e2;
    border: 1px solid #e47911;
    border-top: none;
    border-radius: 0 0 9px 9px;
}
#advertorial {
    background-color: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 3px;
}
#advertorial p {
    margin: 0;
    color: #333;
    letter-spacing: 0.5px;
}
#social {
    margin-top: 60px;
}
#social h4,
#sponsored h4 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 10px;
}
#social a {
    text-decoration: none;
}
#social button {
    margin: 10px 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
#social button:hover {
    opacity: 0.95;
}
#social i {
    margin-right: 10px;
    margin-top: -2px;
    font-size: 20px;
}
#social button.btn-fb {
    background-color: #3b5998;
}
#social button.btn-tw {
    background-color: #1da1f2;
}
#social button.btn-pin {
    background-color: #bd081c;
}
#social button.btn-li {
    background-color: #0077b5;
}

#sponsored {
    margin-top: 60px;
}
#sponsored .card {
    border: none;
    border-radius: 0;
}
#sponsored .card-body {
    padding: 0.75rem 0.6rem 1.75rem 0.6rem;
}
#sponsored .card-body a,
#sponsored .card-body a:hover,
#sponsored .card-body a:active,
#sponsored .card-body a:visited {
    color: #212529;
    text-decoration: none;
}
#sponsored .card-branding {
    display: block;
    color: #777;
    font-size: 0.6rem;
    line-height: 1.0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#sponsored .card-headline {
    /*font-size: 1.5rem;*/
    line-height: 1.2;
    /*max-height: 5.4rem;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}

#disclaimer {
    margin-top: 60px;
    margin-bottom: 60px;
}
#disclaimer p {
    color: #999;
    margin: 0;
}
#footer {
    background-color: #fbfbfb;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 30px;
}
#footer h5 {
    color: #888;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
#footer ul {
    list-style: none;
    padding: 0;
}
#footer li, #footer a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1.8rem;
}
#footer a:hover {
    color: #555;
    text-decoration: none;
}
#legal {
    background-color: #424242;
    padding-top: 15px;
    padding-bottom: 15px;
}
#legal p, #legal a {
    color: #ccc;
    font-size: 12px;
    margin: 0;
    letter-spacing: 0.7px;
}
#legal a:hover {
    color: #fff;
}
#backToTop {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #333;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
#backToTop:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #fff;
}