#bespoke-experience {
    position: relative;
    padding: 11.875vw 0 4.792vw;
}

#bespoke-experience .container {
    /* position: absolute;
    top: 11.875vw;
    left: 50%;
    transform: translate(-50%, 0); */
    text-align: center;
}

#bespoke-experience .container .heading {
    width: 42.188vw;
    margin: 0 auto;
}

#bespoke-experience .container .heading h2,
#bespoke-experience .container .heading h3,
#bespoke-experience .container .heading p {
    color: #fff;
}

#bespoke-experience .container .heading h3 {
    margin: 0 0 .885vw;
}

#bespoke-experience .container .heading p {
    margin-bottom: 1.25vw;
}

#bespoke-experience .container .info {
    width: 55.208vw;
    padding: .521vw 0 .313vw;
    margin: 6.667vw auto 0;
    color: #FFF;
    text-align: center;
    font-size: .938vw;
    line-height: 1.25vw;
    position: relative;
}

#bespoke-experience .container .info::before,
#bespoke-experience .container .info::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 20.833vw;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, 0);
}

#bespoke-experience .container .info::before {
    top: 0;
}

#bespoke-experience .container .info::after {
    bottom: 0;
}

#bespoke-experience .icons-info {
    width: 30.938vw;
    margin: 0 auto;
}

#bespoke-experience .icons-info ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#bespoke-experience .icons-info ul li {
    list-style: none;
    /* width: calc(7.708vw - 1.875vw); */
    margin: 0 .625vw;
    max-width: 7.292vw;
    text-align: center;
}

#bespoke-experience .icons-info ul li .img {
    width: 5.833vw;
    height: 5.833vw;
    border-radius: 112px;
    background-color: rgba(216, 252, 250, 0.25);
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 4px 2px rgba(17, 236, 223, 0.25) inset;
    backdrop-filter: blur(10px);
    margin: 0 auto 10px;
}

#bespoke-experience .icons-info ul li img {
    display: block;
    margin: 0 auto;
    width: 5.833vw;
}

#bespoke-experience .icons-info ul li p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: .938vw;
    line-height: 1.25vw;
    letter-spacing: 0.36px;
}

.bespoke-popup {
    background-color: #ECDFCF;
    padding: 1.875vw 1.875vw 0;
    position: fixed;
    right: -2000px;
    top: 2.917vw;
    bottom: 2.917vw;
    width: 49.74vw;
    box-sizing: border-box;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.bespoke-popup.show {
    right: 2.917vw;
    opacity: 1;
    visibility: visible;
}

.bespoke-popup .bespoke-popup-container {
    height: calc(100% - 4.792vw);
    overflow-y: scroll;
}

.bespoke-popup h3 {
    color: #000;
    font-family: 'big_caslonmedium';
    font-size: 1.458vw;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 .208vw;
}

.bespoke-popup h4 {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: .833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25vw;
    margin: 0 0 .625vw;
}

.bespoke-popup h4 strong {
    font-weight: 700;
}

.bespoke-popup h5 {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: .833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25vw;
    margin: 0 0 4px;
}

.bespoke-popup p {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: .833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25vw;
    margin: 0 0 1.25vw;
}

.bespoke-popup .field-area {
    display: flex;
    flex-wrap: wrap;
    margin-right: 2.604vw;
}

.bespoke-popup .field-block {
    width: calc(33.33% - .833vw);
    margin-left: .833vw;
}

.bespoke-popup .four-section .field-block {width: calc(25% - .833vw);}

.bespoke-popup .field-block input[type="text"],
.bespoke-popup .field-block input[type="email"],
.bespoke-popup .field-block input[type="number"],
.bespoke-popup .field-block input[type="date"],
.bespoke-popup textarea {
    border: 1px solid #575757;
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: .833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25vw;
    margin: 0 0 1.25vw;
    padding: .313vw .625vw;
    box-sizing: border-box;
    width: 100%;
    background: none;
    outline: none;
    resize: none;
}

.bespoke-popup .field-block-slider {
    display: none;
}

.bespoke-popup .field-block-slider.active {
    display: block;
}

.bespoke-popup label.radio {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: .833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.563vw;
    margin: .313vw 1.146vw 0 0;
    padding-left: 1.458vw;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.bespoke-popup label.radio::before {
    content: '';
    width: 1.042vw;
    height: 1.042vw;
    border-radius: 1.042vw;
    background: url('../images/radio-icn.svg') no-repeat left top;
    background-size: 1.042vw !important;
    position: absolute;
    left: 0;
    top: .26vw;
}

.bespoke-popup label.radio.checked::before {
    background: url('../images/radio-un-icn.svg') no-repeat left top;
}

.bespoke-popup label.radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
}

.bespoke-popup .field-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.bespoke-popup label.checkbox {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: .833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.563vw;
    margin: .313vw 0 .521vw .833vw;
    padding-left: 1.458vw;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: calc(25% - .833vw);

    box-sizing: border-box;
}

.bespoke-popup label.checkbox::before {
    content: '';
    width: .938vw;
    height: .938vw;
    background: url('../images/checkbox-icn.svg') no-repeat left top;
    background-size: .938vw !important;
    position: absolute;
    left: 0;
    top: .26vw;
}

.bespoke-popup label.checkbox.checked::before {
    background: url('../images/checkbox-selected-icn.svg') no-repeat left top;
}

.bespoke-popup label.checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
}

.bespoke-popup-submit {
    color: #FFF;
    text-align: center;
    /*font-size: .625vw;*/
    width: calc(100% - 3.75vw);
    box-sizing: border-box;
    padding: .521vw;
    background-color: #8f6b5d;
    position: absolute;
    left: 1.875vw;
    bottom: 1.563vw;
    border: none;
    cursor: pointer;
}

.close-bespoke {
    position: absolute;
    top: 1.875vw;
    right: 36px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #bespoke-experience {
        padding: 85px 0 90px
    }

    #bespoke-experience .container .heading {
        margin-bottom: 60px;
        width: 100%;
    }

    #bespoke-experience .icons-info ul li .img {
        width: 112px;
        height: 112px;
        border-radius: 112px;
    }

    #bespoke-experience .icons-info ul li .img img {
        width: 112px;
        height: 112px;
    }

    #bespoke-experience .container .heading h2 {
        width: 300px;
        margin: 0 auto 10px;
    }

    #bespoke-experience .container .heading h3 {
        width: 245px;
        margin: 0 auto 17px;
    }

    #bespoke-experience .container .heading p {
        width: 310px;
        margin: 0 auto 15px;
    }

    #bespoke-experience .container .heading p:last-child {
        margin-bottom: 0;
    }

    .icons-info {
        width: 100% !important;
    }

    #bespoke-experience .icons-info ul {
        flex-wrap: wrap;
    }

    #bespoke-experience .icons-info ul li {
        width: calc(50% - 50px);
        max-width: none;
        margin: 0 25px 25px;
    }

    #bespoke-experience .icons-info ul li p {
        font-family: 'big_caslonmedium';
    }

    #bespoke-experience .container .info {
        margin-top: 53px;
        padding: 25px 20px;
        font-size: 16px;
        line-height: 24px; 
        width: 100%;
        box-sizing: border-box;
    }

    #bespoke-experience .container .info::before, #bespoke-experience .container .info::after {
        width: 100%;
        left: 0;
        transform: none;
    }

    #bespoke-experience .icons-info ul li p {
        font-size: 18px;
        line-height: 24px;
    }

    .bespoke-popup {
        width: 100%;
        box-sizing: border-box;
        padding: 25px;
        left: 0;
        top: 70px;
        right: 0;
        bottom: 10px;
    }

    .close-bespoke {
        top: 10px;
        right: 10px;
    }

    .bespoke-popup h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .bespoke-popup p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .bespoke-popup h4,
    .bespoke-popup h5,
    .bespoke-popup label.radio {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .bespoke-popup .field-area {
        margin-right: 15px;
    }

    .bespoke-popup .field-block {
        width: calc(100% - 15px) !important;
        margin-left: 15px;
    }

    .bespoke-popup .field-block input[type="text"], .bespoke-popup .field-block input[type="email"], .bespoke-popup .field-block input[type="number"], .bespoke-popup .field-block input[type="date"], .bespoke-popup textarea {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .bespoke-popup label.radio,
    .bespoke-popup label.checkbox {
        padding-left: 30px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .bespoke-popup label.radio::before,
    .bespoke-popup label.checkbox::before {
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }

    .bespoke-popup label.checkbox {
        font-size: 14px;
        line-height: 24px;
        width: calc(100% - 20px);
    }

    .bespoke-popup-submit {
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }
}