html {
    scroll-behavior: smooth
}

.mq-adv-fr {
    --orange: #F5A623;
    --orange-dark: #E09015;
    --ink: #151515;
    --body: #2e2e2e;
    --grey: #767676;
    --rule: #e3e3e3;
    --blue: #1B5FA8;
    --red: #C0182B;
    --star: #F5A623;
    --green: #35A521;
    --dek-bg: #FFF8E7;
    --pad-x: clamp(14px, 4vw, 18px);
    --sticky-h: 56px;
    margin: 0;
    background: #fff;
    color: var(--body);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: clamp(15px, 3.8vw, 16px);
    line-height: 1.62;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom, 0px) + 24px)
}

.mq-adv-fr *,
.mq-adv-fr *:before,
.mq-adv-fr *:after {
    box-sizing: border-box
}

.mq-adv-fr img,
.mq-adv-fr video {
    max-width: 100%;
    height: auto;
    display: block
}

.mq-adv-fr a {
    color: inherit;
    text-decoration: none
}

.mq-adv-fr__masthead {
    background: #111;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px var(--pad-x);
    font-size: 11px;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 10px
}

.mq-adv-fr__masthead-trend {
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: none;
    font-size: 11px;
    color: #fff;
    white-space: nowrap
}

.mq-adv-fr__shell {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 var(--pad-x)
}

.mq-adv-fr__top {
    display: grid;
    gap: clamp(16px, 3vw, 28px);
    padding: clamp(16px, 4vw, 26px) 0 8px;
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "body" "side"
}

.mq-adv-fr__hero-head {
    grid-area: hero;
    min-width: 0
}

.mq-adv-fr__side {
    grid-area: side;
    min-width: 0
}

.mq-adv-fr__article {
    grid-area: body;
    min-width: 0;
    max-width: 720px
}

.mq-adv-fr h1 {
    font-size: clamp(22px, 5.8vw, 34px);
    line-height: 1.2;
    letter-spacing: -.5px;
    color: var(--ink);
    font-weight: 800;
    margin: 0 0 14px
}

.mq-adv-fr__dek {
    font-size: clamp(15px, 3.8vw, 17px);
    line-height: 1.55;
    color: #3d3d3d;
    margin: 0 0 14px;
    background: var(--dek-bg);
    padding: 12px 14px;
    border-radius: 2px
}

.mq-adv-fr__dek-quote {
    color: var(--red);
    font-weight: 800
}

.mq-adv-fr__ratecount {
    font-size: 12px;
    color: var(--grey);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.mq-adv-fr__stars {
    color: var(--star);
    letter-spacing: 1px;
    font-size: 14px
}

.mq-adv-fr__stars--lg {
    font-size: 15px;
    letter-spacing: 2px
}

.mq-adv-fr__ratings-link {
    color: var(--blue);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px
}

.mq-adv-fr__hero-video {
    margin: 0 0 16px;
    border-radius: 4px;
    overflow: hidden;
    background: #111;
    border: 1px solid var(--rule);
    aspect-ratio: 16/9
}

.mq-adv-fr__hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #111
}

.mq-adv-fr__hero-video video::-webkit-media-controls {
    display: none !important
}

.mq-adv-fr__hero-video video::-webkit-media-controls-start-playback-button {
    display: none !important
}

.mq-adv-fr__byline {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 11px 0;
    margin: 0 0 20px
}

.mq-adv-fr__avwrap {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    overflow: hidden;
    background: #dcdcdc
}

.mq-adv-fr__avwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mq-adv-fr__b1 {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ink)
}

.mq-adv-fr__b2 {
    font-size: 12px;
    color: var(--grey)
}

.mq-adv-fr__check {
    color: var(--blue);
    font-weight: 700
}

.mq-adv-fr__article p {
    margin: 0 0 15px
}

.mq-adv-fr__tight {
    margin-bottom: 9px !important
}

.mq-adv-fr__mt {
    margin-top: 22px !important
}

.mq-adv-fr h2 {
    font-size: clamp(16px, 4.2vw, 20px);
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--ink);
    margin: 32px 0 14px;
    line-height: 1.3
}

.mq-adv-fr__article b {
    color: var(--ink)
}

.mq-adv-fr__quote {
    border-left: 3px solid var(--ink);
    padding-left: 16px;
    margin: 0 0 15px;
    font-style: italic;
    color: #3a3a3a
}

.mq-adv-fr__fig {
    margin: 18px 0 22px;
    min-height: clamp(160px, 42vw, 240px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px
}

.mq-adv-fr__fig--hero {
    margin-top: 0;
    min-height: clamp(180px, 48vw, 280px);
    border-style: solid;
    border-color: var(--rule);
    background: #fff
}

.mq-adv-fr__fig--tall {
    min-height: clamp(200px, 55vw, 330px)
}

.mq-adv-fr__fig--small {
    min-height: clamp(120px, 32vw, 150px);
    margin: 0 0 14px
}

.mq-adv-fr__fig img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.mq-adv-fr__fig--video {
    padding: 0;
    min-height: clamp(200px, 55vw, 330px);
    border-style: solid;
    border-color: var(--rule);
    background: #111
}

.mq-adv-fr__fig--video video {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
    background: #111
}

.mq-adv-fr__fig--video video::-webkit-media-controls {
    display: none !important
}

.mq-adv-fr__fig--video video::-webkit-media-controls-start-playback-button {
    display: none !important
}

.mq-adv-fr__fig-placeholder {
    font-size: 11px;
    color: #8b8b8b;
    text-align: center;
    padding: 12px;
    line-height: 1.4
}

.mq-adv-fr__trio {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 18px 0 22px
}

.mq-adv-fr__trio .mq-adv-fr__fig {
    margin: 0;
    min-height: clamp(140px, 38vw, 180px)
}

.mq-adv-fr__feats {
    border: 1px solid var(--rule);
    border-radius: 4px;
    padding: 14px 16px;
    margin: 16px 0 20px
}

.mq-adv-fr__feats div {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: clamp(14px, 3.6vw, 15px);
    align-items: flex-start
}

.mq-adv-fr__feats div:last-child {
    border-bottom: 0
}

.mq-adv-fr__ok {
    color: var(--green);
    font-weight: 800;
    flex: 0 0 auto
}

.mq-adv-fr__price {
    text-align: center;
    margin: 20px 0
}

.mq-adv-fr__price-big {
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.3
}

.mq-adv-fr__price-sm {
    font-size: 13px;
    color: var(--grey);
    margin-top: 6px;
    line-height: 1.5
}

.mq-adv-fr__cta {
    display: block;
    width: 100%;
    background: var(--orange);
    color: var(--ink) !important;
    text-align: center;
    font-weight: 800;
    font-size: clamp(14px, 3.6vw, 16px);
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 15px 12px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.35;
    box-shadow: 0 2px 0 var(--orange-dark);
    margin: 20px 0;
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.mq-adv-fr__cta:hover,
.mq-adv-fr__cta:active {
    background: var(--orange-dark);
    color: #fff !important
}

.mq-adv-fr__cta--inline {
    margin: 0
}

.mq-adv-fr__tcard {
    border: 1px solid var(--rule);
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 10px
}

.mq-adv-fr__who {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
    line-height: 1.4
}

.mq-adv-fr__vf {
    color: var(--green);
    font-weight: 700;
    font-size: 11px;
    margin-left: 4px;
    display: inline
}

.mq-adv-fr__tcard p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: #414141;
    line-height: 1.55
}

.mq-adv-fr__counter-banner {
    margin: 22px 0;
    border-radius: 4px;
    overflow: hidden
}

.mq-adv-fr__counter-banner img {
    width: 100%;
    height: auto;
    display: block
}

.mq-adv-fr__badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 10px;
    text-align: center;
    margin: 20px 0
}

.mq-adv-fr__badges div {
    font-size: 11px;
    color: var(--grey);
    line-height: 1.4
}

.mq-adv-fr__ic {
    font-size: 20px;
    display: block;
    margin-bottom: 4px
}

.mq-adv-fr__offerblock {
    background: #f2efe9;
    border-radius: 4px;
    padding: 18px 16px;
    text-align: center;
    margin: 22px 0
}

.mq-adv-fr__offerblock h3 {
    margin: 0 0 12px;
    font-size: clamp(16px, 4.2vw, 18px);
    color: var(--ink);
    line-height: 1.35
}

.mq-adv-fr__side {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.mq-adv-fr__side-card {
    border: 1px solid var(--rule);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px #0000000f
}

.mq-adv-fr__side-bnr {
    background: var(--blue);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 12px;
    line-height: 1.35
}

.mq-adv-fr__side-body {
    padding: 14px;
    text-align: center
}

.mq-adv-fr__side-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--ink);
    margin: 0 0 4px
}

.mq-adv-fr__side-sub {
    font-size: 12px;
    color: var(--grey);
    margin: 0 0 10px;
    line-height: 1.4
}

.mq-adv-fr__side-product {
    margin: 0 0 4px
}

.mq-adv-fr__side-product img {
    max-height: 180px;
    width: auto;
    margin: 0 auto;
    object-fit: contain
}

.mq-adv-fr__cta--side {
    font-size: 12.5px;
    padding: 13px 10px;
    margin: 12px 0 0;
    line-height: 1.3
}

.mq-adv-fr__reviews--side {
    padding: 14px 16px;
    border: 0;
    margin: 0
}

.mq-adv-fr__reviews--side h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 12px;
    color: var(--ink);
    font-weight: 800
}

.mq-adv-fr__side-score {
    text-align: center;
    margin-bottom: 12px
}

.mq-adv-fr__side-score-n {
    font-size: 28px;
    font-weight: 800;
    color: var(--ink);
    line-height: 1
}

.mq-adv-fr__side-score-sub {
    font-size: 12px;
    color: var(--grey)
}

.mq-adv-fr__side-score-meta {
    font-size: 11px;
    color: var(--grey);
    margin-top: 4px
}

.mq-adv-fr__side-bars {
    margin-bottom: 10px
}

.mq-adv-fr__bar {
    display: grid;
    grid-template-columns: 32px 1fr 34px;
    gap: 5px;
    align-items: center;
    margin-bottom: 4px;
    font-size: 11px;
    color: var(--grey)
}

.mq-adv-fr__track {
    height: 9px;
    background: #eee;
    border-radius: 2px;
    overflow: hidden
}

.mq-adv-fr__fillbar {
    height: 100%;
    background: var(--star);
    display: block
}

.mq-adv-fr__byfeat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    text-align: center;
    font-size: 11px;
    color: var(--grey)
}

.mq-adv-fr__byfeat b {
    display: block;
    font-size: 16px;
    color: var(--ink)
}

.mq-adv-fr__byfeat--side {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px
}

.mq-adv-fr__comments {
    border-top: 1px solid var(--rule);
    margin-top: 28px;
    padding-top: 18px
}

.mq-adv-fr__comments h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 12px
}

.mq-adv-fr__cbox {
    border: 1px solid var(--rule);
    border-radius: 20px;
    padding: 10px 14px;
    color: #9a9a9a;
    font-size: 14px;
    margin-bottom: 14px
}

.mq-adv-fr__cm {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    margin-bottom: 14px;
    min-width: 0
}

.mq-adv-fr__cav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #e8e8e8;
    flex-shrink: 0
}

.mq-adv-fr__cav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.mq-adv-fr__cname {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35
}

.mq-adv-fr__ctime {
    font-size: 11px;
    color: var(--grey);
    margin-left: 6px;
    font-weight: 400
}

.mq-adv-fr__cm p {
    margin: 3px 0 5px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word
}

.mq-adv-fr__acts {
    font-size: 11px;
    color: var(--grey)
}

.mq-adv-fr__notice {
    background: #f6f6f6;
    border-radius: 4px;
    padding: 16px;
    margin: 24px 0 0;
    font-size: 11.5px;
    line-height: 1.6;
    color: #6f6f6f
}

.mq-adv-fr__notice b {
    color: #4a4a4a
}

.mq-adv-fr__footer {
    padding: 24px 0 8px;
    text-align: center;
    font-size: 11px;
    color: #9a9a9a
}

.mq-adv-fr__sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--orange);
    text-align: center;
    padding: 14px var(--pad-x);
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    color: var(--ink) !important;
    font-weight: 800;
    font-size: clamp(14px, 3.8vw, 15px);
    letter-spacing: .4px;
    box-shadow: 0 -2px 12px #0000002e;
    z-index: 100;
    min-height: var(--sticky-h);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.mq-adv-fr__sticky:hover,
.mq-adv-fr__sticky:active {
    background: var(--orange-dark);
    color: #fff !important
}

@media(min-width: 640px) {
    .mq-adv-fr__trio {
        grid-template-columns: repeat(3, 1fr)
    }

    .mq-adv-fr__badges {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px
    }

    .mq-adv-fr__byfeat:not(.mq-adv-fr__byfeat--side) {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(min-width: 900px) {
    .mq-adv-fr__top {
        grid-template-columns: 1fr 300px;
        grid-template-areas: "hero side" "body side";
        align-items: start;
        gap: 34px 28px
    }

    .mq-adv-fr__side {
        position: sticky;
        top: 16px;
        align-self: start
    }

    .mq-adv-fr {
        padding-bottom: 40px
    }

    .mq-adv-fr__sticky {
        display: none
    }
}

@media(max-width: 899px) {
    .mq-adv-fr__side {
        margin-top: 8px;
        padding-top: 20px;
        border-top: 1px solid var(--rule)
    }
}