.centered {
    width: 1000px;
    margin: 0 auto;
}

.banner-block-wrapper {
    background: #000 url(../resources/image/promo/minimum/banner.png) no-repeat 50% 0;
    overflow: hidden;
    height: 515px;
    background-size: auto 100%;
    position: relative;
}

.banner-block-wrapper.banner-block-amazon {
    background: #000 url(../resources/image/promo/minimum/banner-amazon.png) no-repeat 50% 0;
}

.banner-block {
    position: relative;
}

.banner-block .download-button {
    position: absolute;
    top: 360px;
    left: 20px;
    height: 40px;
    width: 400px;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
}

.banner-block-wrapper.banner-block-amazon .download-button {
    font-weight: bold;
}

.banner-block .limited-offer-logo {
    background: rgba(0, 0, 0, 0) url(../resources/image/promo/minimum/LimitedTimeOffer.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 320px;
    left: 0;
    width: 80px;
    height: 80px;
}

.banner-block .embedded-video {
    position: absolute;
    right: 0;
    top: 180px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}

.payment-steps-wrapper {
    background: transparent url(../resources/image/promo/minimum/payment-steps.png) no-repeat 50% 0;
    box-shadow: inset 0 10px 15px -10px #555, inset 0 -10px 15px -10px #777;
}

.payment-steps-wrapper.payment-steps-amazon {
    background: transparent url(../resources/image/promo/minimum/payment-steps-amazon.png) no-repeat 50% 0;
}

.payment-steps-wrapper .payment-steps {
    position: relative;
    padding: 20px 0;
    min-height: 600px;
}

.payment-steps-wrapper .got-it-button {
    position: absolute;
    bottom: 80px;
    left: 25%;
    width: 50%;
    margin: 0;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
}

.faqs-wrapper {
    background-color: #ddd;
}

.faqs-wrapper .faqs {
    padding: 40px 0;
    min-height: 200px;
}

.faqs-wrapper .faqs .faqs-content {
    float: left;
    width: 52%;
}

.faqs-content .accordion-title,
.faqs-content .accordion-new-title {
    font: bold 14px Helvetica, Arial, sans-serif;
    margin: 10px 0 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.faqs-content .accordion-title:hover,
.faqs-content .accordion-new-title:hover,
.faqs-content .accordion-title.accordion-active,
.faqs-content .accordion-new-title.accordion-new-active{
    color: #5AA8EA;
}

.faqs-content .accordion-title .arrow-down,
.faqs-content .accordion-title .arrow-right,
.faqs-content .accordion-new-title .arrow-down,
.faqs-content .accordion-new-title .arrow-right {
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 5px;
}

.faqs-content .accordion-title .arrow-right,
.faqs-content .accordion-new-title .arrow-right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
}

.faqs-content .accordion-title .arrow-down,
.faqs-content .accordion-new-title .arrow-down{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin-bottom: 3px;
}

.faqs-content .accordion-title .arrow-down,
.faqs-content .accordion-new-title .arrow-down{
    display: none;
}

.faqs-content .accordion-title.accordion-active .arrow-right,
.faqs-content .accordion-new-title.accordion-new-active .arrow-right {
    display: none;
}

.faqs-content .accordion-title.accordion-active .arrow-down,
.faqs-content .accordion-new-title.accordion-new-active .arrow-down{
    display: inline-block;
}

.faqs-content .accordion-content,
.faqs-content .accordion-new-content{
    font: 400 14px Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 2px solid #999;
    padding: 15px;
    display: none;
}

.faqs-content .accordion-content:nth-of-type(1),
.faqs-content .accordion-new-content:nth-of-type(1){
    display: block;
}

.faqs-content .accordion-content p,
.faqs-content .accordion-new-content p{
    margin: 0 0 10px 0;
}

.faqs-wrapper .faqs .faqs-promo {
    background-color: #000;
    color: #fff;
    float: right;
    width: 40%;
    padding: 15px 20px;
    font-weight: bold;
    font-style: italic;
    font-family: Helvetica, Arial, sans-serif;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-logo {
    width: 100%;
    border: 2px solid #777;
    box-sizing: border-box;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-title {
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font: bold 16px Helvetica, Arial, sans-serif;
    font-style: italic;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-text {
    font: normal 13px Helvetica, Arial, sans-serif;
    color: #ccc;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-separator-wrapper {
    position: relative;
    margin-top: 20px;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-separator {
    border-top: 1px solid #BCBCBC;
    height: 1px;
    padding-bottom: 20px;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-separator-title {
    position: absolute;
    top: -10px;
    left: 22%;
    text-align: center;
    width: 56%;
    background-color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-rate {
    font: normal 12px Helvetica, Arial, sans-serif;
    text-align: center;
    width: 45%;
    margin: 20px 0 10px;
    color: #ccc;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-rate .faqs-promo-rate-title {
    font-style: italic;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-rate.rate-left,
.faqs-wrapper .faqs .faqs-promo .faqs-promo-action-panel .button.left {
    float: left;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-rate.rate-right,
.faqs-wrapper .faqs .faqs-promo .faqs-promo-action-panel .button.right {
    float: right;
}

.faqs-wrapper .faqs .faqs-promo .faqs-promo-action-panel .button {
    height: 25px;
    width: 48%;
    padding: 7px 10px 10px;
    box-sizing: border-box;
    margin: 0;
    line-height: 12px;
    font: bold 10px Helvetica, Arial, sans-serif;
    font-style: italic;
}

/*------------- Styles for Thank You page -------------*/

.thank-you-banner {
    background: #000 url(../resources/image/promo/minimum/thank-you-banner.png) no-repeat 50% 0;
    overflow: hidden;
    height: 300px;
    background-size: auto 100%;
    margin-top: -25px;
    transition: all 1s ease;
}

.thank-you-steps-wrapper {
    background: transparent url(../resources/image/promo/minimum/thank-you-steps.png) no-repeat 50% 100px;
    box-shadow: inset 0 10px 15px -10px #555, inset 0 -10px 15px -10px #777;
    height: 650px;
}

.thank-you-steps-wrapper .thank-you-steps-title {
    font: 800 25px Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
}

.thank-you-steps-wrapper .thank-you-steam-logo {
    margin: -5px 10px 0;
}

.thank-you-steps-wrapper .dont-have-steam-link {
    position: absolute;
    left: 544px;
    top: 137px;
    font: 400 15px 'Open Sans', Helvetica, Arial, sans-serif;
}

.thank-you-steps-wrapper .thank-you-steps {
    position: relative;
    box-sizing: border-box;
}

.thank-you-get-better-wrapper {
    background: transparent url(../resources/image/promo/minimum/thank-you-get-better.png) no-repeat 50% 0;
    height: 100px;
    width: 100%;
    display: block;
    left: 0;
    top: 450px;
    position: relative;
}

.thank-you-get-better-wrapper .thank-you-see-tips-button {
    right: 50px;
    top: 30px;
    position: absolute;
    border-radius: 5px;
}


@media only screen and (max-width:1023px) {
    .centered {
        width: 100%;
        padding: 0 10px;
    }

    .banner-block-wrapper {
        background-position: 25% 0;
    }

    .banner-block .download-button {
        top: 400px;
        left: 25%;
        width: 40%;
    }

    .banner-block .limited-offer-logo {
        top: 360px;
        left: 22%;
    }

    .banner-block .embedded-video {
        display: none;
    }

    .payment-steps-wrapper {
        background-size: auto 100%;
        height: 430px;
    }

    .payment-steps-wrapper .payment-steps {
        min-height: 430px;
    }

    .payment-steps-wrapper .payment-steps .got-it-button {
        bottom: 75px;
        width: 40%;
        left: 25%;
    }

    .faqs-wrapper {
        padding: 0 10px;
    }

    .faqs-wrapper .faqs .faqs-content,
    .faqs-wrapper .faqs .faqs-promo {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .thank-you-banner {
        height: 150px;
    }

    .thank-you-steps-wrapper .thank-you-steps-title {
        font-size: 12px;
    }

    .thank-you-steps-wrapper {
        background-position: 50% 75px;
        background-size: 100%;
        height: 570px;
    }

    .thank-you-get-better-wrapper {
        top: 380px;
        background-size: 100%;
    }

    .thank-you-steps-wrapper .dont-have-steam-link {
        top: 108px;
        left: 55%;
    }
}

@media only screen and (max-width:767px) {
    .banner-block-wrapper {
        background-position: 20% 0;
        height: 300px;
    }

    .banner-block .download-button {
        top: 220px;
        left: 25%;
        width: 35%;
        height: 30px;
        line-height: 30px !important;
    }

    .banner-block .limited-offer-logo {
        top: 200px;
        left: 22%;
        width: 50px;
    }

    .payment-steps-wrapper {
        height: 330px;
    }

    .payment-steps-wrapper .payment-steps {
        min-height: 330px;
    }

    .payment-steps-wrapper .payment-steps .got-it-button {
        bottom: 70px;
        height: 25px;
        line-height: 25px;
    }

    .thank-you-steps-wrapper {
        background-position: 50% 50px;
        height: 470px;
    }

    .thank-you-get-better-wrapper {
        top: 270px;
    }

    .thank-you-steps-wrapper .dont-have-steam-link {
        top: 70px;
    }

    .thank-you-get-better-wrapper .thank-you-see-tips-button {
        top: 25px;
        right: 20px;
        padding: 5px 10px !important;
    }
}

@media only screen and (max-width:480px) {
    .banner-block-wrapper {
        background-position: 30% 0;
    }

    .banner-block .limited-offer-logo {
        left: 10%;
        top: 215px;
    }

    .payment-steps-wrapper {
        background-size: auto 100%;
        height: 200px;
    }

    .payment-steps-wrapper .payment-steps {
        min-height: 200px;
    }

    .payment-steps-wrapper .payment-steps .got-it-button {
        bottom: 50px;
        height: 20px;
        left: 20%;
        width: 50%;
        line-height: 20px;
    }

    .thank-you-banner {
        height: 90px;
    }

    .thank-you-steps-wrapper {
        height: 270px;
    }

    .thank-you-steps-wrapper .thank-you-steam-logo {
        display: none;
    }

    .thank-you-get-better-wrapper {
        top: 150px;
        background-size: 100% 60px;
    }

    .thank-you-get-better-wrapper .thank-you-see-tips-button {
        top: 20px;
        right: 5px;
        font-size: 10px !important;
    }

    .thank-you-steps-wrapper .dont-have-steam-link {
        top: 57px;
        font-size: 10px;
    }
}