body {
    overflow: auto;
    background-color: #fff;
}
@media all and (min-width: 750px) {
    body {
        overflow: auto;
        background-color: #FDFDFD;
    }
}
#main-content-unlocked {
    padding-bottom: 50px;
}
@media all and (min-width: 750px) {
    #main-content-unlocked {
        position: relative;
        background-color: #E1DFE0;
        min-height: 83vh;
    }
}
#main-content-unlocked h1 {
    color: #fff;
    margin: 1px 0 0;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    padding: 10px 5px;
    background-color: rgba(4, 4, 4, 0.75);
}
#main-content-unlocked .thankyou-letters {
    position: relative;
}
@media all and (min-width: 750px) {
    #main-content-unlocked .thankyou-letters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #main-content-unlocked .thankyou-letters > div {
        width: 50%;
        padding-bottom: 50px;
    }
    #main-content-unlocked .thankyou-letters > div:hover {
        cursor: pointer;
    }
}
@media all and (min-width: 990px) {
    #main-content-unlocked .thankyou-letters > div {
        width: 25%;
        padding: 50px 0;
    }
}
#main-content-unlocked .thanks {
    width: 60%;
    margin: 15px auto 15px;
}
#main-content-unlocked .quote-icon {
    width: 25px;
    margin: 0 auto;
}
#main-content-unlocked .extract {
    width: 90%;
    max-width: 240px;
    margin: 10px auto;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 2px;
}
#main-content-unlocked .accordionButton {
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 50px 20px 0;
    text-decoration: none;
    color: #3d3632;
}
@media all and (min-width: 750px) {
    #main-content-unlocked .accordionButton {
        display: none;
    }
}
#main-content-unlocked .accordionContent {
    font-size: 14px;
    padding: 0 20px;
}
.slick-prev, .slick-next {
    top: 200px;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    display: none!important;
}
@media all and (min-width: 401px) {
    #main-content-unlocked .thanks {
        margin: 15px auto 40px;
    }
    #main-content-unlocked .extract {
        margin: 30px auto;
    }
}

#main-content-unlocked .thank-you-full {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #E1DFE0;
    padding-bottom: 100px;
}
#main-content-unlocked .thank-you-full .close-thank-you {
    position: absolute;
    top: 15px;
    right: 1%;
    text-decoration: none;
    font-size: 30px;
    padding: 1%;
    color: #000;
}
#main-content-unlocked .thank-you-full img.thank-you-letter {
    padding: 100px 15% 0;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 950px;
}
#main-content-unlocked .thank-you-full .text-version {
    display: block;
}
#main-content-unlocked .thank-you-full .letter-text {
    padding: 100px 10% 100px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}
@media all and (min-width: 750px) {
    #main-content-unlocked .thank-you-full .letter-text {
        padding: 10px 10% 100px;
    }
}