#pod-offers {
    width: 1050px;
    max-width: 1050px;
    margin: auto;
    text-align: center;
}

#pod-offers .pod-first-section,
#pod-offers .pod-second-section {
    display: inline-block;
    text-align: left;
}

.pod-first-section .pod-holder {
    width: 520px;
}

.pod-holder {
    position: relative;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    height: unset;
}

.pod-holder * {
    position: relative;
}

.pod-offer-img {
    overflow: hidden;
    height: 270px;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
}

.pod-second-section .pod-holder {
    width: 260px;
}

.pod-offer-img-label {
    width: auto;
    margin-top: 20px;
    display: inline-block;
    padding: 10px;
}

.pod-offer-img-label>h3 {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.pod-offer-img-label>p {
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.pod-offer>div {
    background-color: #f8f8f8;
    font-size: 0;
}

#pod-offers .pod-first-section .pod-offer-cta {
    width: 50%;
}

.pod-offer-cta {
    white-space: nowrap;
    font-weight: 400;
    color: #2a2a2a;
    padding: 15px 15px 2px 15px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.pod-offer-cta::before {
    content: "";
    border-top: 2px solid;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin-right: 5px;
    display: inline-block;
}

.pod-offer-cta:visited,
.pod-offer-cta:active,
.pod-offer-cta:target,
.pod-offer-cta:link,
.pod-offer-cta:visited {
    color: #2a2a2a;
}

.view-all-link {
    display: none;
}

.pod-offer-img-label>* {
    color: #fff;
    margin: 0;
    line-height: 1;
}

#pod-offers .pod-offer>div:nth-last-child(1) {
    padding-bottom: 15px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

#pod-header-holder {
    width: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#pod-header svg {
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    width: auto;
    display: block;
}

.pod-hide {
    display: none;
}

.pod-holder {
    display: inline-block;
    padding: 10px;
}

#homepage-terms-cta {
    display: block;
    font-weight: 400;
    display: block;
    max-width: 1020px;
    margin: auto;
    text-align: right;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#homepage-terms-cta>a {
    font-size: 12px;
}

.pod-headerMobile {
    display: none;
}

@media only screen and (min-width: 767px) {
    .pod-1 {
        background-color: transparent !important;
    }

    .podLabelHideDesktop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .pod-headerDesktop {
        display: none;
    }

    .pod-headerMobile {
        display: block;
    }

    .pod-1 .pod-offer-img {
        height: auto;
        background-size: 0;
    }

    .pod-1 {
        display: inline-block;
        width: 100%;
    }

    #pod-offers,
    #pod-offers .pod-first-section,
    .pod-first-section .pod-holder {
        width: 100vw;
        padding: 0;
    }

    #pod-offers .pod-first-section {
        display: block;
    }

    #pod-offers p.view-all-link {
        text-align: right;
        border-bottom: 1px solid #fff;
        padding: 10px;
        padding-right: 20px;
        margin-bottom: 10px;
        display: block;
    }

    #pod-offers .view-all-link:after {
        content: '';
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-right' role='img' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' class=''/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        position: absolute;
        right: -5px;
        top: 10px;
    }

    p.view-all-link {
        color: #fff;
        padding-right: 20px;
    }

    .pod-1 .pod-offer-img-label p {
        font-size: 20px;
    }

    #pod-offers {
        display: inline-block;
        max-width: 1050px;
    }

    .pod-second-section {
        overflow-x: scroll;
        width: 100vw;
    }

    .pod-second-section .pod-holder {
        width: 300px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 768px) {
    #pod-offers .pod-second-section {
        display: flex;
        width: 100vw;
    }

    #pod-header-holder {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #pod-header svg {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .pod-second-section .pod-offer {
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    #pod-offers {
        max-width: 100%;
        display: flex;
        overflow-x: scroll;
    }
}

#pod-countdown {
    width: 800px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 33px;
}

.digit {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 120px;
    color: inherit;
    vertical-align: middle;
}

#pod-countdown .digit span {
    font-size: 35px;
    font-weight: 300;
    line-height: 1.3;
    color: inherit;
}

#pod-countdown .digit div {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
}

#pod-countdown .digit:not(:last-of-type):after {
    content: ':';
    position: absolute;
    top: 0;
    right: -5px;
}

#pod-countdown-text {
    display: inline-block;
    font-weight: 300;
    margin-left: 18px;
    color: inherit;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    #pod-countdown {
        width: 100%;
    }

    #pod-countdown-text {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .digit {
        display: block;
        width: 25%;
        float: left;
    }
}

.pod-offer-img-label, .pod-offer-img-label>h3, .pod-offer-img-label>p, .view-all-link {
    pointer-events: none;
}