/*! Home / Codeby - www.codeby.com.br */

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

h2 {
    font-size: 3.6rem;
    margin: 0 0 15px;
}

._banner-flavor {
    height: calc(100vh - 5rem);
}

._banner-flavor,
._banner-main,
._banner-middle {
    position: relative;
    overflow: hidden;
}

._banner-flavor .text,
._banner-main .text,
._banner-middle .text {
    display: inline-block;
    padding-left: 7.5rem;
    margin-top: 10%;
    z-index: 3;
    position: absolute;
}

._banner-flavor h2,
._banner-main h2,
._banner-middle h2 {
    font-weight: 400;
}

._banner-flavor h2 span,
._banner-main h2 span,
._banner-middle h2 span {
    display: block;
}

._banner-main .box-banner {
    width: 100vw;
}

._banner-main .box-banner img {
    margin-top: -7%;
}

._banner-main h2 {
    font-size: 40px;
    color: #002f53;
    font-weight: 400;
    margin-bottom: 3rem;
}

._banner-main h2 span {
    display: block;
}

._banner-main p {
    font-size: 28px;
    color: #002f53;
    margin-bottom: 3rem;
}

._banner-main .shop-now {
    background-color: #002f53;
    font-size: 2.4rem;
    padding: 1.2rem 1.5rem;
    display: inline-block;
    color: #fff;
}

._product-featured.top {
    display: -webkit-box;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    align-items: center;
}

._product-featured.top .box-banner,
._product-featured.top .box-text {
    width: 50%;
    display: inline-block;
}

._product-featured.top .box-text {
    display: -webkit-box;
    display: flex;
    text-align: center;
}

._product-featured.top .box-text h2 {
    font-size: 4.8rem;
    text-align: center;
}

._product-featured.top .box-text span {
    font-size: 2.2rem;
    width: 90%;
    display: block;
    margin: 0 auto;
}

._product-featured.top .box-text .prices {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 3rem 0;
}

._product-featured.top .box-text .prices span {
    font-size: 3.6rem;
    width: auto;
    display: inline-block;
}

._product-featured.top .box-text .list-price {
    color: #009ee2;
    margin-right: 20px;
    text-decoration: line-through;
}

._product-featured.top video {
    width: 33.33%;
}

#fake-reviews {
    color: #fff;
}

#fake-reviews ._container {
    position: static;
}

#fake-reviews ._container .box-banner {
    position: absolute;
    left: 0;
}

#fake-reviews h2 {
    font-size: 50px;
}

#fake-reviews p {
    font-size: 25px;
    margin-bottom: 40px;
}

#fake-reviews .buy-now {
    background-color: #009ee2;
    padding: 1.3rem 2.5rem;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    display: inline-block;
}

#fake-reviews img {
    margin-top: -5vh;
}

.box-text {
    color: inherit;
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.box-text .text {
    padding: 0;
    width: 430px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.shop-now {
    background-color: #009ee2;
    font-size: 2.4rem;
    padding: 1.2rem 1.5rem;
    display: inline-block;
    color: #fff;
}

.stars-1,
.stars-2,
.stars-3,
.stars-4,
.stars-5 {
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: #212529;
}

.stars-1:before,
.stars-2:before,
.stars-3:before,
.stars-4:before,
.stars-5:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 15px;
    background-image: url(/arquivos/review-star.png);
    margin-right: 18px;
}

.stars-1:before {
    background-position: 0 0;
}

.stars-2:before {
    background-position: 0 -17px;
}

.stars-3:before {
    background-position: 0 -34px;
}

.stars-4:before {
    background-position: 0 -51px;
}

.stars-5:before {
    background-position: 0 -68px;
}

blockquote {
    font-size: 1.6rem;
    margin: 0 0 15px;
}

blockquote span {
    display: block;
}

._banner-flavor {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background-color: #c7eae6;
}

._banner-flavor .box-banner {
    position: absolute;
    top: 0;
    width: 100%;
}

._banner-flavor .box-banner img {
    margin-top: -5%;
}

._banner-flavor .shop-flavors {
    background-color: #009ee2;
    font-size: 2.4rem;
    padding: 1.2rem 1.5rem;
    display: inline-block;
    color: #fff;
}

._banner-flavor .box-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

._banner-flavor .text {
    margin: 0 50px 0 0;
}

._product-featured.bottom {
    width: 100%;
    height: 70rem;
    color: #fff;
    position: relative;
}

._product-featured.bottom ._container {
    position: static;
}

._product-featured.bottom p {
    font-size: 22px;
    width: 360px;
}

._product-featured.bottom .text {
    width: 33.33333%;
    position: absolute;
    top: 20%;
    margin-left: 20px;
    z-index: 1;
}

._product-featured.bottom h2 {
    font-size: 3.6rem;
}

._product-featured.bottom p {
    font-size: 25px;
    margin-bottom: 40px;
}

._product-featured.bottom .buy-now {
    background-color: #009ee2;
    padding: 1.3rem 2.5rem;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    display: inline-block;
}

._product-featured.middle {
    display: -webkit-box;
    display: flex;
    background-color: #EFEBE4;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 112px;
    padding-bottom: 16px;
    gap: 29px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

._product-featured.middle .box-banner {
    width: 50%;
}

._newsletter {
    height: 45rem;
    position: relative;
}

._newsletter .box-banner {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 50rem;
}

._newsletter .box-banner img {
    height: 100%;
}

._newsletter ._news_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    z-index: 2;
}

._newsletter h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
}

._newsletter h2 small {
    display: block;
    font-size: 2.2rem;
    margin-top: 20px;
}

._newsletter form .flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

._newsletter form input {
    padding-left: 2rem;
    padding-right: 2.5rem;
    height: 62px;
    font-size: 2.4rem;
    vertical-align: top;
}

._newsletter form button {
    height: 62px;
    position: relative;
    font-size: 1.6rem;
    cursor: pointer;
    background-color: #009ee2;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 0 20px;
    vertical-align: top;
}

._newsletter form button i {
    width: 20px;
    height: 20px;
    background-image: url(/arquivos/icon-sd-subscribe-submit.png);
    background-size: 20px 20px;
    display: inline-block;
    margin-bottom: -3px;
}

._product-featured.bottom:nth-of-type(2) {
    background: red;
}

._shelf {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0ecf3), color-stop(50%, #d0ecf3), color-stop(50.001%, #b5e6f0), to(#b5e6f0));
    background-image: linear-gradient(180deg, #75A7AD 0, #75A7AD 50%, #36656d 50.001%, #005d6e );
}

._shelf .prateleira {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

._shelf .prateleira .flags {
    display: none;
}

._shelf .prateleira .photo-product {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

._shelf .prateleira ul {
    max-width: 1400px;
    margin: 0 auto;
}

._shelf .prateleira li {
    width: 33.33333%;
    display: inline-block;
    padding-bottom: 3rem;
}

._shelf .prateleira article {
    text-align: center;
}

._shelf .prateleira h2 {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 400;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

._shelf .prateleira .description-product .name-product {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    padding-bottom: 0.5rem;
    margin-top: 0;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}

._shelf .prateleira .description-product .list-price {
    display: block;
    color: #75A7AD;
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
}

._shelf .prateleira .btn-quickshop-product {
    background-color: #009ee2;
    padding: 1.3rem 2.5rem;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.5;
    border: none;
    text-transform: capitalize;
    width: 235px;
}

.home main section._banner-main a,
.home main section._banner-main h2,
.home main section._banner-main p,
.home main section._product-featured.middle .text a,
.home main section._product-featured.middle .text blockquote,
.home main section._product-featured.middle .text div,
.home main section._product-featured.middle .text h2,
.home main section._product-featured.middle .text span,
.home main section._product-featured.top .text .prices,
.home main section._product-featured.top .text a,
.home main section._product-featured.top .text h2,
.home main section._product-featured.top .text span,
.home main section._shelf h2,
.home main section._shelf li:first-child,
.home main section._shelf li:nth-child(2),
.home main section._shelf li:nth-child(3) {
    opacity: 1;
}

.home ._product-featured-video-container span {
    display: none;
}

.home ._product-featured-video-container video {
    width: 100%;
}

._banner-middle {
    color: #fff;
}

._banner-middle h2 {
    font-size: 50px;
    font-weight: 400;
}

._banner-middle p {
    font-weight: 400;
}

._banner-middle .buy-now {
    background-color: #009ee2;
    padding: 1.3rem 2.5rem;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    display: inline-block;
}

#fake-reviews .fullwidth-bg-text {
    margin-left: 50px;
}

#fake-reviews .fullwidth-bg-text .fake-reviews-subtitle,
#fake-reviews .fullwidth-bg-text .fake-reviews-title {
    font-weight: 400;
}

#fake-reviews .fullwidth-bg-text .fake-reviews-btn {
    background-color: #009ee2;
    padding: 1.3rem 2.5rem;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    display: inline-block;
}

.bxc.bx-base.bx-fx-hinge-down.bx-impress-in .bx-align,
.bxc.bx-base.bx-fx-hinge-down.bx-impress-out .bx-align {
    -webkit-perspective: 1800px;
    perspective: 1800px;
}

@-moz-document url-prefix() {
    @media screen and (max-width: 820px) {
        .bx-custom.bx-campaign-1005589 #bx-creative-1005589 {
            background-image: none;
        }
        .bx-custom.bx-campaign-1005589 #bx-creative-1005589 .bx-wrap {
            width: 100%;
            padding: 0 10px;
        }
    }
}

.bx-custom.bx-brand-1005589 .bx-row-checkbox .bx-checkelem+.bx-checkshape,
.bx-custom.bx-campaign-1005589 .bx-row-checkbox .bx-checkelem+.bx-checkshape {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative> :first-child {
    width: 940px;
    padding: 0 0 0 461px;
}

.bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative:before {
    min-height: 600px;
}

.bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative {
    width: auto;
    background-image: url(//assets.bounceexchange.com/assets/uploads/clients/3264/creatives/d66c8af45c213be33a1f6b146249d959.jpg);
    background-size: cover;
}

.bxc.bx-campaign-1005589.bx-active-step-1 .bx-close {
    padding: 6px;
    stroke: #fff;
    stroke-width: 1.5px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.bxc.bx-campaign-1005589 .bx-group-1005589-RzPS1c0 {
    width: 400px;
    padding: 20px 0;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-JDUlH6t {
    width: 100%;
}

.bx-step.bx-step-2.bx-step-dOT5a1c.bx-step-1005589-2.bx-tail-placement-hidden.bx-active-step {
    position: absolute;
    top: 100px;
    margin: 0 auto;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: flex;
    right: 0;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-U1jRCmo> :first-child {
    padding: 0;
    font-size: 18px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-U1jRCmo {
    padding: 60px 0 0;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-fM7h83d> :first-child {
    padding: 0;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 1.2em;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-fM7h83d {
    padding: 20px 0 17px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-ThET5Qr> :first-child {
    padding: 0;
    font-size: 16px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-ThET5Qr {
    padding: 0 0 23px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 .bx-el {
    padding: 14px;
    font-size: 16px;
    text-align: left;
    background-color: #eaeaea;
    border: 1px #e7e7e7;
    line-height: 1.7;
    font-family: NHaasGroteskTXStd-55Rg, sans-serif;
    font-weight: 400;
    color: #333;
    border-radius: 6px;
    z-index: 2;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 .bx-el:focus {
    background-color: #eaeaea;
    color: #000;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 .bx-el::-webkit-input-placeholder {
    color: #000;
    font-size: 10px;
    z-index: 1;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 .bx-el:-moz-placeholder,
.bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 .bx-el::-moz-placeholder {
    color: #000;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 .bx-el:-ms-input-placeholder {
    color: #000;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 {
    padding: 7px 0 0;
    width: 300px;
}

.bxc.bx-campaign-1005589 .bx-row .bx-component-1005589-p1bjhXc {
    top: 16px;
    left: 16px;
}

.bxc.bx-campaign-1005589 .bx-row .bx-component-1005589-p1bjhXc> :first-child {
    font-family: ProgrammeLight, Helvetica Neue, Helvetica, serif, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7f8284;
    letter-spacing: 0;
    line-height: 1.6;
}

.bxc.bx-campaign-1005589 .bx-has-focus.bx-row .bx-component-1005589-p1bjhXc> :first-child {
    color: #1487bd;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-V1IOnzA> :first-child {
    text-transform: capitalize;
    padding: 14px 0;
    font-size: 18px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-V1IOnzA {
    width: 300px;
    padding: 13px 0;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-vgcxJBs> :first-child {
    text-transform: capitalize;
    padding: 14px 0;
    font-size: 16px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-vgcxJBs {
    width: 300px;
    padding: 0 0 5px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-eV7FcGx {
    padding: 10px 0 0;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-eV7FcGx> :first-child {
    padding: 0;
    font-size: 10px;
}

.bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative> :first-child {
    width: 940px;
    padding: 0 0 0 460px;
}

.bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative:before {
    min-height: 600px;
}

.bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative {
    width: auto;
    background-image: url(//assets.bounceexchange.com/assets/uploads/clients/3264/creatives/d66c8af45c213be33a1f6b146249d959.jpg);
    background-size: cover;
}

.bxc.bx-campaign-1005589.bx-active-step-2 .bx-close {
    padding: 6px;
    stroke: #fff;
    stroke-width: 1.5px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.bxc.bx-campaign-1005589 .bx-group-1005589-7r72ki2 {
    width: 400px;
    padding: 0 0 20px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-TIWScpX {
    width: 160px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-f09C2lT> :first-child {
    padding: 0;
    font-size: 18px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-f09C2lT {
    padding: 60px 0 0;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-QngTu3S> :first-child {
    padding: 0;
    font-size: 43px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-QngTu3S {
    padding: 24px 0 19px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-UFLd8MY> :first-child {
    padding: 0;
    font-size: 18px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-UFLd8MY {
    padding: 0 0 27px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-9titxwq> :first-child {
    text-transform: capitalize;
    padding: 19px 0;
    font-size: 18px;
}

.bxc.bx-campaign-1005589 .bx-element-1005589-9titxwq {
    width: 300px;
    padding: 7px 0;
}

._ftr-newsletter-result-app {
    width: 75%;
    color: #fff;
}

@media screen and (min-width: 959px) {
    ._banner-flavor {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 960px) {
    ._product-featured.bottom h2 {
        font-size: 3.6rem;
    }
}

@media screen and (min-width: 1200px) {
    ._product-featured.bottom h2 {
        font-size: 4.8rem;
    }
}

@media screen and (max-width: 959px) {
    ._banner-flavor,
    ._banner-main,
    ._banner-middle {
        height: auto;
    }
    ._banner-main .box-banner {
        margin-top: 25px;
        height: auto;
    }
    ._banner-main .text {
        display: none;
    }
    ._product-featured.top .box-banner {
        background-color: #d6eff3;
        min-height: 400px;
    }
    ._product-featured.top .box-banner,
    ._product-featured.top .box-text {
        width: 100%;
    }
    ._product-featured.top .box-text {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    ._product-featured.top .box-text .text {
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    ._product-featured.top .box-text h2 {
        font-size: 3.6rem;
    }
    ._product-featured.top .box-text span {
        width: 60%;
    }
    ._product-featured.top .box-text .shop-now {
        width: 234px;
        padding: 1.3rem 2.5rem;
        font-size: 2.6rem;
        line-height: 1.5;
    }
    #fake-reviews {
        text-align: center;
        height: 100vh;
    }
    #fake-reviews ._container .box-banner {
        width: 100%;
    }
    #fake-reviews .text {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        display: block;
        padding-top: 6rem;
    }
    #fake-reviews h2 {
        font-size: 3.6rem;
        width: 85%;
        margin: 0 auto;
    }
    #fake-reviews h2 span {
        display: inline;
    }
    #fake-reviews p {
        font-size: 2rem;
    }
    #fake-reviews .buy-now {
        width: 234px;
        padding: 1.3rem 2.5rem;
        line-height: 1.5;
    }
    ._banner-flavor {
        height: 100vh;
    }
    ._banner-flavor .box-text {
        -webkit-box-align: initial;
        align-items: normal;
        padding-top: 3rem;
        position: relative;
        -webkit-box-pack: center;
        justify-content: center;
    }
    ._banner-flavor .shop-flavors {
        width: 234px;
        padding: 1.3rem 2.5rem;
        line-height: 1.5;
    }
    ._banner-flavor blockquote {
        font-size: 2rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    ._banner-flavor .text {
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        margin: 0;
        bottom: 0;
    }
    ._banner-flavor .text span {
        display: inline;
    }
    ._product-featured.bottom .text {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    ._product-featured.bottom h2 {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    ._product-featured.bottom h2 span {
        display: inline;
    }
    ._product-featured.bottom p {
        font-size: 2rem;
        text-align: center;
        width: 100%;
    }
    ._product-featured.bottom .buy-now {
        width: 234px;
        padding: 1.3rem 2.5rem;
        line-height: 1.5;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    ._product-featured.middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    ._product-featured.middle blockquote {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    ._product-featured.middle .text {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    ._newsletter ._news_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
    ._newsletter ._newsletter-title {
        width: 100%;
        display: block;
        text-align: center;
    }
    ._newsletter h2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 2.6rem;
        font-weight: 400;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    ._newsletter h2 small {
        font-weight: 400;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }
    ._newsletter form {
        display: -webkit-box;
        display: flex;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    ._newsletter form input {
        width: 80%;
        font-size: 18px;
    }
    ._newsletter form button i {
        display: none;
    }
    ._shelf .prateleira {
        width: 80%;
        margin: 0 auto;
    }
    ._shelf .prateleira .slick-initialized.slick-slider button:not(.btn-quickshop-product) {
        display: inline-block;
        font-size: 0;
        width: 16px;
        height: 20px;
        background: 0 0;
        border: none;
        position: absolute;
        background-size: 16px 20px;
        top: 35%;
    }
    ._shelf .prateleira .slick-initialized.slick-slider button:not(.btn-quickshop-product).slick-prev {
        left: 0;
        background-image: url(/arquivos/left-hp-swm.png);
    }
    ._shelf .prateleira .slick-initialized.slick-slider button:not(.btn-quickshop-product).slick-next {
        background-image: url(/arquivos/right-hp-swm.png);
        right: 0;
    }
    ._shelf .prateleira img {
        margin: 0 auto;
    }
    ._shelf .prateleira li {
        width: 100%;
    }
    ._shelf .prateleira h2 {
        font-size: 3.6rem;
        margin-left: -20px;
        margin-right: -20px;
    }
    .home ._product-featured-video-container video {
        position: relative;
    }
    .bx-step.bx-step-2.bx-step-dOT5a1c.bx-step-1005589-2.bx-tail-placement-hidden.bx-active-step {
        -webkit-box-pack: center;
        justify-content: center;
    }
    ._ftr-newsletter-result-app {
        width: 100%;
    }
}

@media screen and (max-width: 769px) {
    .box-text {
        width: 100%;
        text-align: center;
    }
    .box-text .text {
        padding: 3rem 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .stars-1,
    .stars-2,
    .stars-3,
    .stars-4,
    .stars-5 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .stars-1:before,
    .stars-2:before,
    .stars-3:before,
    .stars-4:before,
    .stars-5:before {
        margin: 1rem auto 0;
    }
    ._product-featured.bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: auto;
        height: 65rem;
    }
    ._product-featured.middle .box-banner {
        width: 100%;
    }
    ._product-featured.middle .shop-now {
        width: 234px;
        font-size: 2.6rem;
        line-height: 1.5;
    }
}

@media (max-width: 736px) and (orientation: landscape) {
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative> :first-child {
        width: 670px;
        padding: 0 0 0 320px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative:before {
        min-height: 380px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative {
        background-size: cover;
        background-position: 0 0;
    }
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-powered> :first-child {
        display: none;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-JDUlH6t {
        width: 110px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-U1jRCmo> :first-child {
        font-size: 15px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-U1jRCmo {
        padding: 19px 0 0;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-fM7h83d> :first-child {
        font-size: 33px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-fM7h83d {
        padding: 10px 0;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-ThET5Qr> :first-child {
        font-size: 14px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-ThET5Qr {
        padding: 0 0 9px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 {
        width: 300px;
        padding: 5px 0 0;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-V1IOnzA> :first-child {
        padding: 17px 0;
        font-size: 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-V1IOnzA {
        width: 300px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-vgcxJBs> :first-child {
        padding: 13px 0;
        font-size: 14px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-vgcxJBs {
        width: 300px;
        padding: 0 0 5px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-eV7FcGx {
        padding: 3px 0 0;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative> :first-child {
        width: 670px;
        padding: 0 0 0 320px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative:before {
        min-height: 380px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative {
        background-size: 600px;
        background-position: 0 0;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-powered> :first-child {
        display: none;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-TIWScpX {
        width: 110px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-f09C2lT> :first-child {
        font-size: 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-f09C2lT {
        padding: 35px 0 0;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-QngTu3S> :first-child {
        font-size: 34px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-QngTu3S {
        padding: 18px 0 15px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-UFLd8MY> :first-child {
        font-size: 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-UFLd8MY {
        padding: 0 0 22px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-9titxwq> :first-child {
        padding: 17px 0;
        font-size: 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-9titxwq {
        width: 280px;
        padding: 5px 0;
    }
}

@media (max-width: 414px) and (orientation: portrait) {
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative> :first-child {
        padding: 10px;
        width: 370px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative {
        background-image: none;
    }
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-creative:before {
        min-height: 530px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-close {
        top: 5px;
        right: 5px;
        stroke: #000;
        stroke-width: 1px;
        background-color: transparent;
    }
    .bxc.bx-campaign-1005589.bx-active-step-1 .bx-powered> :first-child {
        display: none;
    }
    .bxc.bx-campaign-1005589 .bx-group-1005589-RzPS1c0 {
        width: 300px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-JDUlH6t {
        width: 100%;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-U1jRCmo> :first-child {
        font-size: 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-U1jRCmo {
        padding: 50px 0 0;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-fM7h83d> :first-child {
        font-size: 44px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-fM7h83d {
        padding: 19px 0 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-ThET5Qr> :first-child {
        font-size: 14px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-ThET5Qr {
        padding: 0 0 22px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-7mi0oJ5 {
        width: 300px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-V1IOnzA> :first-child {
        padding: 17px 0;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-V1IOnzA {
        width: 300px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-vgcxJBs {
        width: 300px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative> :first-child {
        padding: 10px;
        width: 370px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative {
        background-image: none;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-creative:before {
        min-height: 530px;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-close {
        top: 5px;
        right: 5px;
        stroke: #000;
        stroke-width: 1px;
        background-color: transparent;
    }
    .bxc.bx-campaign-1005589.bx-active-step-2 .bx-powered> :first-child {
        display: none;
    }
    .bxc.bx-campaign-1005589 .bx-group-1005589-7r72ki2 {
        width: 300px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-TIWScpX {
        width: 146px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-f09C2lT> :first-child {
        font-size: 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-QngTu3S> :first-child {
        font-size: 35px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-QngTu3S {
        padding: 22px 0 17px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-UFLd8MY> :first-child {
        font-size: 16px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-UFLd8MY {
        padding: 0 0 20px;
    }
    .bxc.bx-campaign-1005589 .bx-element-1005589-9titxwq {
        width: 290px;
    }
}

@media screen and (min-width: 140px) and (max-width: 161px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.345;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 162px) and (max-width: 183px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.405;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 184px) and (max-width: 205px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.464;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 206px) and (max-width: 227px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.524;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 228px) and (max-width: 249px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.583;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 250px) and (max-width: 271px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.643;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 272px) and (max-width: 293px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.702;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 294px) and (max-width: 315px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.762;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 316px) and (max-width: 337px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.821;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 338px) and (max-width: 359px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.881;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 360px) and (max-width: 381px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 370px;
        max-width: none;
        zoom: 0.94;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 140px) and (max-width: 381px) and (orientation: portrait) {
    @supports not (zoom: 1) {
        .bx-custom.bx-campaign-1005589 .bx-creative {
            max-width: 100%;
        }
    }
}

@media screen and (min-width: 140px) and (max-width: 160px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.191;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 161px) and (max-width: 181px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.222;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 182px) and (max-width: 202px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.253;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 203px) and (max-width: 223px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.285;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 224px) and (max-width: 244px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.316;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 245px) and (max-width: 264px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.347;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 265px) and (max-width: 285px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.377;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 286px) and (max-width: 306px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.408;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 307px) and (max-width: 327px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.44;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 328px) and (max-width: 348px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.471;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 349px) and (max-width: 368px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.502;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 369px) and (max-width: 389px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.532;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 390px) and (max-width: 410px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.564;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 411px) and (max-width: 431px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.595;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 432px) and (max-width: 452px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.626;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 453px) and (max-width: 472px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.658;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 473px) and (max-width: 493px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.688;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 494px) and (max-width: 514px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.719;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 515px) and (max-width: 535px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.75;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 536px) and (max-width: 556px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.782;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 557px) and (max-width: 576px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.813;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 577px) and (max-width: 597px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.843;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 598px) and (max-width: 618px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.874;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 619px) and (max-width: 639px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.905;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 640px) and (max-width: 660px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.937;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 661px) and (max-width: 681px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 670px;
        max-width: none;
        zoom: 0.968;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 140px) and (max-width: 681px) and (orientation: landscape) {
    @supports not (zoom: 1) {
        .bx-custom.bx-campaign-1005589 .bx-creative {
            max-width: 100%;
        }
    }
}

@media screen and (min-width: 415px) and (max-width: 435px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.428;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 436px) and (max-width: 456px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.451;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 457px) and (max-width: 476px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.473;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 477px) and (max-width: 497px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.494;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 498px) and (max-width: 518px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.517;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 519px) and (max-width: 538px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.539;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 539px) and (max-width: 559px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.56;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 560px) and (max-width: 579px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.582;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 580px) and (max-width: 600px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.604;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 601px) and (max-width: 621px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.626;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 622px) and (max-width: 641px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.648;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 642px) and (max-width: 662px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.67;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 663px) and (max-width: 683px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.692;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 683px) and (max-width: 703px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.713;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 704px) and (max-width: 724px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.736;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 725px) and (max-width: 744px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.758;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 745px) and (max-width: 765px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.779;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 766px) and (max-width: 786px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.802;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 787px) and (max-width: 806px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.824;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 807px) and (max-width: 827px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.845;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 828px) and (max-width: 847px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.868;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 848px) and (max-width: 868px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.889;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 869px) and (max-width: 889px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.911;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 890px) and (max-width: 909px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.934;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 910px) and (max-width: 930px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.955;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 931px) and (max-width: 951px) and (orientation: portrait) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.977;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 415px) and (max-width: 951px) and (orientation: portrait) {
    @supports not (zoom: 1) {
        .bx-custom.bx-campaign-1005589 .bx-creative {
            max-width: 100%;
        }
    }
}

@media screen and (min-width: 737px) and (max-width: 758px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.771;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 759px) and (max-width: 779px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.794;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 780px) and (max-width: 801px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.817;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 802px) and (max-width: 822px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.84;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 823px) and (max-width: 844px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.862;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 844px) and (max-width: 865px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.885;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 866px) and (max-width: 886px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.908;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 887px) and (max-width: 908px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.93;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 909px) and (max-width: 929px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.954;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 930px) and (max-width: 951px) and (orientation: landscape) {
    .bx-custom.bx-campaign-1005589 .bx-creative {
        width: 940px;
        max-width: none;
        zoom: 0.976;
        -ms-transform: scale(1);
    }
}

@media screen and (min-width: 737px) and (max-width: 951px) and (orientation: landscape) {
    @supports not (zoom: 1) {
        .bx-custom.bx-campaign-1005589 .bx-creative {
            max-width: 100%;
        }
    }
}

.wrap-50 .slick-dots li button:before {
    font-family: slick;
    font-size: 10px;
}

.wrap-50 .slick-next {
    right: 6px;
}

.wrap-50 .slick-prev {
    left: 6px;
}

.slick-next:before, .slick-prev:before {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    transform: rotate(135deg);
    transition: all .15s ease-in-out;
    width: 20px;
    margin: 0;
    top: 7px;
    left: 42px;
    }

.slick-next:before {
    left: inherit;
    right: 36px;
    transform: rotate(-45deg) !important;
}

