@media screen and (min-width: 1000px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    .s1-title {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 42px;
        font-weight: 100;
    }

    .s1-subtitle {
        margin-top: 0;
        font-size: 18px;
        font-weight: 200;
        color: #848484;
    }

    .s2-table {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        border-left: 1px solid #EDEEF0;
        border-right: 1px solid #EDEEF0;
    }

    .s2-table td {
        padding: 30px;
        width: 50% !important;
    }

    .s2-text-title {
        font-size: 22px;
        font-weight: 300;
        color: #2A2A2A;
    }

    .s2-text-body {
        font-size: 15px;
        font-weight: 300;
        color: #848484;
        line-height: 30px;
    }

    .s2-box {
        max-width: 630px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }

    .s2-box:hover {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 20%);
        transition: all 0.5s ease;
    }


    .s3-table {
        width: 100%;
    }

    .s3-table-td-left {
        width: 50%;
        padding-right: 40px;
    }

    .s3-table-td-right {
        width: 50%;
    }

    .s3-text-title-small {
        font-size: 22px;
        font-weight: 200;
    }

    .s3-text-title-big {
        font-size: 40px;
        font-weight: 200;
    }

    .s3-box {
        max-width: 630px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }

    .s3-box:hover {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 20%);
        transition: all 0.5s ease;
    }

    .s3-table-table {
        width: 100%;
    }

    .s3-table-table-small {
        width: 50px;
    }

    .s3-table-table-big {
        width: 99%;
        padding-right: 30px;
    }

    .s3-table-table-big-title {
        font-size: 20px;
        font-weight: 300;
        padding-left: 5px;
    }

    .s3-table-table-big-text {
        font-size: 14px;
        font-weight: 300;
        color: #848484;
    }

    .s3-table-top-margin {
        margin-top: 60px;
    }

    .s6-content {
        margin-top: 30px;
    }

    .s6-table {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .s6-table td {
        line-height: 50px;
        text-align: center;
    }

    .s6-title {
        font-size: 58px;
        font-weight: 500;
    }

    .s6-text {
        font-size: 18px;
        font-weight: 300;
    }

    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
        width: 50%;
    }

    .s8-title {
        font-size: 42px;
        font-weight: 300;
        margin-left: 90px;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-nozoom {
        height: 340px; 
        overflow: hidden; 
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    .img-hover-zoom2 {
        height: 360px; 
        overflow: hidden; 
    }
    .img-hover-zoom2 img {
        transition: transform 2s ease;
    }
    .img-hover-zoom2:hover img {
        transform: scale(1.25);
    }

    
    .beforeafter-container1 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container1 .background-img1 {
        background-image: url("../img/beforeafter_1-R.jpg");
    }
    .beforeafter-container1 .foreground-img1 {
        background-image: url("../img/beforeafter_1-L.jpg");
        width: 50%;
    }
    .beforeafter-container1 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.1);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container1 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider-button1 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider-button1:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container1 .slider-button1:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }

    .beforeafter-container2 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container2 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container2 .background-img2 {
        background-image: url("../img/beforeafter_2-R.jpg");
    }
    .beforeafter-container2 .foreground-img2 {
        background-image: url("../img/beforeafter_2-L.jpg");
        width: 50%;
    }
    .beforeafter-container2 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.1);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container2 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider-button2 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider-button2:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container2 .slider-button2:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }
}

@media screen and (max-width: 999px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 55px;
        font-size: 6.5vw !important;
        margin-bottom: 10px;
        font-weight: 200;
        color: #2A2A2A;
    }

    .s1-title-bar {
        width: 70%;
    }

    .s1-subtitle {
        margin-top: 0;
        font-size: 3.25vw;
        font-weight: 200;
    }

    .s2-table {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        border: 0;
    }

    .s2-table td {
        padding: 30px;
        width: 50% !important;
    }

    .s2-text-title {
        margin-top: 0;
        font-size: 3.5vw !important;
        font-weight: 600;
        color: #2A2A2A;
        margin-bottom: 35px;
    }

    .s2-text-body {
        font-size: 3.5vw !important;
        font-weight: 200;
        color: #000;
        line-height: 4.75vw;
        margin-top: 0;
    }

    .s2-box {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }

    .s2-box:hover {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 20%);
        transition: all 0.5s ease;
    }


    .s3-table {
        width: 100%;
    }

    .s3-table-td-left {
        width: 45%;
        padding-right: 40px;
    }

    .s3-table-td-right {
        padding-left: 60px;;
    }

    .s3-text-title-small {
        font-size: 5vw;
        font-weight: 200;
    }

    .s3-text-title-big {
        font-size: 7vw;
        font-weight: 200;
    }

    .s3-box {
        max-width: 630px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }

    .s3-box:hover {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 20%);
        transition: all 0.5s ease;
    }

    .s3-table-table {
        width: 100%;
    }

    .s3-table-table-icon {
        width: 60px;
        height: auto;
    }

    .s3-table-table-small {
        width: 60px;
    }

    .s3-table-td-right-center {
        text-align: center;
        margin-bottom: 20px;
    }

    .s3-text-title-bar {
        width: 50%;
        margin-top: 15px;
        margin-bottom: 55px;
        color:#D7B756;
        border: 1px solid #D7B756;
    }

    .s3-table-table-big {
        width: 99%;
        padding-left: 20px;
        padding-right: 30px;
    }

    .s3-table-table-big-title {
        font-size: 4.5vw;
        font-weight: 300;
        line-height: 5vw;
    }

    .s3-table-table-big-text {
        font-size: 3.5vw;
        font-weight: 300;
        line-height: 3.75vw;
    }

    .s3-table-table-big-text li {
        margin-bottom: 15px;
    }

    .s3-table-top-margin {
        margin-top: 0;
    }

    .s6-content {
        margin-top: 30px;
    }

    .s6-table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .s6-table td {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 30px;
        text-align: center;
    }

    .s6-title {
        font-family: 'Playfair Display SC', serif;
        font-size: 8vw;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .s6-text {
        font-size: 3vw;
        font-weight: 300;
        line-height: 60px;
    }

    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
    }

    .s8-title {
        font-size: 6vw;
        font-weight: 300;
    }

    .form-input {
        color: #000;
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
        color: #000;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
        color: #000;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-nozoom {
        height: 340px; 
        overflow: hidden; 
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    .img-hover-zoom2 {
        height: 360px; 
        overflow: hidden; 
    }
    .img-hover-zoom2 img {
        transition: transform 2s ease;
    }
    .img-hover-zoom2:hover img {
        transform: scale(1.25);
    }

    
    .beforeafter-container1 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container1 .background-img1 {
        background-image: url("../img/beforeafter_1-R.jpg");
    }
    .beforeafter-container1 .foreground-img1 {
        background-image: url("../img/beforeafter_1-L.jpg");
        width: 50%;
    }
    .beforeafter-container1 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container1 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider-button1 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider-button1:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container1 .slider-button1:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }

    .beforeafter-container2 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container2 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container2 .background-img2 {
        background-image: url("../img/beforeafter_2-R.jpg");
    }
    .beforeafter-container2 .foreground-img2 {
        background-image: url("../img/beforeafter_2-L.jpg");
        width: 50%;
    }
    .beforeafter-container2 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container2 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider-button2 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider-button2:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container2 .slider-button2:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }
}
@media screen and (min-width: 1000px) and (max-width: 1500px)  {
    .s2-table {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
} 