.tips-promo {
    background-size: cover;
    background-position: center center;
    background-color: #fff
}

.tips-promo--title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3.125rem;
    color: #ee7f00;
    margin-bottom: 2.75rem
}

.tips-promo .background-wrapper {
    position: relative;
    background-size: auto 100%;
    background-position: top left;
    padding: 3.75rem 0;
    overflow: hidden;
    transition: background-position .5s ease-in-out
}

@media print,
screen and (min-width: 64em) {
    .tips-promo .background-wrapper {
        height: 39.25rem;
        padding: 0;
        background-size: 100% 100%
    }
}

@media screen and (min-width: 85.375em) {
    .tips-promo .background-wrapper {
        height: 48rem
    }
}

@media screen and (min-width: 100em) {
    .tips-promo .background-wrapper {
        height: 48rem
    }
}

.tips-promo .background-wrapper[data-current-slide="1"] {
    background-position: 0% 0
}

.tips-promo .background-wrapper[data-current-slide="2"] {
    background-position: 25% 0
}

.tips-promo .background-wrapper[data-current-slide="3"] {
    background-position: 50% 0
}

.tips-promo .background-wrapper[data-current-slide="4"] {
    background-position: 100% 0
}

.tips-promo .background-wrapper>[data-slider] {
    height: 100%
}

.tips-promo .background-wrapper>[data-slider]>.columns {
    position: relative;
    outline: none
}

.tips-promo .tips-box {
    margin: 0 1.25rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 3px;
    transition: all .25s ease-in-out;
    text-align: center;
    z-index: 1
}

@media print,
screen and (min-width: 40em) {
    .tips-promo .tips-box {
        max-width: 20rem;
        margin: 0 auto
    }
}

@media print,
screen and (min-width: 64em) {
    .tips-promo .tips-box {
        position: absolute;
        max-width: 15.625rem;
        text-align: left;
        cursor: pointer
    }
}

@media print,
screen and (min-width: 64em) {
    .tips-promo .tips-box.expanded {
        top: 50% !important;
        bottom: auto !important;
        transform: translate(0, -50%)
    }

    .tips-promo .tips-box.expanded:not([data-bottom=auto]) {
        top: auto !important;
        bottom: 50% !important;
        transform: translate(0, 50%)
    }
}

@media print,
screen and (min-width: 64em) {
    .tips-promo .tips-box.expanded .price:after {
        transform: rotate(90deg);
        transform-origin: 75% 50%
    }
}

@media print,
screen and (min-width: 64em) {
    .tips-promo .tips-box:before {
        content: "";
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        background: #fff
    }
}

.tips-promo .tips-box.to-top:before {
    bottom: 0;
    left: 30%;
    transform: translateY(50%) rotate(45deg)
}

.tips-promo .tips-box.to-right:before {
    bottom: 30%;
    left: 0;
    transform: translateX(-50%) rotate(45deg)
}

.tips-promo .tips-box.to-bottom:before {
    top: 0;
    left: 30%;
    transform: translateY(-50%) rotate(45deg)
}

.tips-promo .tips-box.to-left:before {
    bottom: 30%;
    right: 0;
    transform: translateX(50%) rotate(45deg)
}

.tips-promo .tips-box--header {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2rem;
    color: #ee7f00;
    line-height: 1;
    text-align: left;
    margin-bottom: 1rem
}

.tips-promo .tips-box ul,
.tips-promo .tips-box ul>li {
    list-style-type: disc;
    text-align: left
}

.tips-promo .tips-box .price {
    display: inline-block;
    margin-bottom: 1.5rem;
    white-space: nowrap
}

@media print,
screen and (min-width: 64em) {
    .tips-promo .tips-box .price:after {
        content: "";
        display: inline-block;
        font-size: 1.125rem;
        padding-left: 1rem;
        color: #ee7f00;
        transition: all .3s;
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

.tips-promo .tips-box .price p {
    display: inline
}

.tips-promo .tips-box .price strong {
    color: #ee7f00;
    font-size: 2.5rem;
    font-family: "NNNittiGrotesk-Heading"
}

@media screen and (min-width: 40em)and (max-width: 63.99875em) {
    .tips-promo .tips-box .btn {
        width: 100%
    }
}