h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    /* letter-spacing: .01em; */
}

h2 {
    font-size: 38px;
    line-height: 1;
    color: #000;
}

h3 span {
    display: block;
}

h3 {
    font-size: 38px;
    line-height: 1.1;
    color: #000;
}

h4 {
    font-size: 23px;
    line-height: 1;
    color: #000;
}

p {
    font-size: 18px;
    margin: 0;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

picture {
    display: block;
}

.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.mobile-view {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}

.interactive-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.interactive-section1 {
    padding-top: 90px;
    padding-bottom: 110px;
}

.interactive-section1 .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interactive-section1 h2 {
    margin-bottom: 35px;
    text-transform: capitalize;
}

.interactive-section1 p {
    font-size: 18px;
}

.section1-left {
    width: 50%;
}

.section1-left picture {
    width: 80%;
    max-width: 630px;
    -webkit-box-shadow: -4px 4px 18px 0px rgba(0, 0, 0, 0.29);
    box-shadow: -4px 4px 18px 0px rgba(0, 0, 0, 0.29);
}

.section1-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section1-video {
    margin-top: 30px;
}

.interactive-section2 {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.section2-content {
    /* box-shadow: -10px 9px 98px 0px rgba(0, 0, 0, 0.3); */
    padding: 80px 30.84% 60px 50px;
    background: white;
}

.interactive-section2 h3 {
    letter-spacing: .05em;
    text-transform: capitalize;
    margin-bottom: 80px;
}

.section2-content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section2-content-video {
    width: 50%;
    padding-right: 10px;
}

.section2-content-video video {
    max-width: 100%;
    height: auto;
}

.section2-content-info p {
    width: 50%;
    padding-left: 10px;
    letter-spacing: .05em;
}

.section2-fig {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34.375%;
    max-width: 550px;
}

.interactive-section3 {
    padding-top: 100px;
    padding-bottom: 120px;
}

.interactive-section3-wrapper {
    width: 94%;
    max-width: 1470px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interactive-section3 h4 {
    text-transform: capitalize;
    margin-bottom: 40px;
}

.interactive-section3 p {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.3;
    margin-bottom: 20px;
}

.interactive-section3 p:last-child {
    margin-bottom: 0;
}

.section3-content-block {
    width: 31%;
    max-width: 465px;
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.3);
    box-shadow: 1px 1px 6px rgba(0,0,0,.1);
}

.section3-content-block:nth-child(1) {
    /* border-bottom: 25px solid #8a31d7; */
}

.section3-content-block:nth-child(2) {
    /* border-bottom: 25px solid #2ce430; */
}

.section3-content-block:nth-child(3) {
    /* border-bottom: 25px solid #fedc22; */
}

.section3-content {
    padding: 60px 40px 60px 25px;
}

.interactive-section4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
    position: relative;
    /*border-top: 180px solid #f1f1f1;*/
}

.interactive-section4-wrapper {
    max-width: 1600px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    -webkit-box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.29);
}

.interactive-section4-top {
    position: relative;
}

.interactive-section4-bottom {
    padding-top: 40px;
    padding-bottom: 100px;
}

.section4-header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section4-header h2 {
    text-transform: capitalize;
    font-size: 28px;
    line-height: 1.15;
    /* letter-spacing: .05em; */
    color: #fff;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.22);
}

.section4-header h2 span {
    display: block;
}

.interactive-section4-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interactive-section4-content-box-outer {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    padding: 70px 15px 50px;
    text-align: center;
}

.interactive-section4-content-box-outer+.interactive-section4-content-box-outer {
    border-left: 1px solid rgba(0,0,0,.08);
}

.interactive-section4-content-box h3 {
    font-size: 16px !important;
    font-family: 'sofia_prolight';
    margin-bottom: 20px;
    min-height: 38px;
}

.interactive-section4-content-box h3 span {
    display: block;
}

.interactive-section4-content-box h4 {
    font-size: 22px;
}

.interactive-section4-content-box p {
    font-size: 15px;
    margin-bottom: 8px;
}

.interactive-section4-svg-block {
    margin-bottom: 20px;
}

.interactive-section5 {
    padding: 60px 15px 0;
}

.interactive-section6 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.interactive-section6 .interactive-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}

.interactive-section6 h3 {
    text-transform: capitalize;
    letter-spacing: .05em;
    text-shadow: -3px 3px 5px rgba(0, 0, 0, 0.03);
    margin-bottom: 50px;
    font-size: 28px;
}

.interactive-section6 li {
    max-width: 640px;
    width: 54%;
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: .05em;
    position: relative;
}

.interactive-section6 li+li {
    margin-top: 22px;
}

.interactive-section6 li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.interactive-section7 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f4f4f4;
    position: relative;
}

.interactive-section7 .interactive-container {
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, .3);
}

.section7-content-block {
    padding: 150px 50px 250px;
    -webkit-box-shadow: 5px 3px 29px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 3px 29px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.40);
}

.section7-content {
    width: 30%;
    text-align: center;
}

.section7-content figure {
    margin-bottom: 50px;
}

.section7-content h4 {
    margin-bottom: 50px;
    text-transform: capitalize;
}

.section7-content p {
    font-size: 16px;
    letter-spacing: .02em;
}

.section7-wave {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

.section7-wave img {
    width: 100%;
}


/*common section */

.section-common2 {
    background: #fff;
    padding-bottom: 0;
    overflow: visible;
    /* margin-top: 60px; */
    color: black;
    padding: 80px 0 200px;
    /* background: #f4f4f4; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-height: none;
    /*max-height: 700px;
    min-height: 700px;*/
}

.common2-fig-block {
    width: 50%;
    /* 700/1600 */
    position: absolute;
    bottom: 5%;
    right: 0;
}

.common2-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.common2-content-main {
    text-align: left;
    position: relative;
    padding-left: 50px;
}

.section-common2 h2 {
    font-size: 30px;
    line-height: 1.1;
    /*margin-bottom: 25%;*/
    margin-bottom: 50px;
    letter-spacing: normal;
    text-transform: capitalize;
}

.section-common2 h2 span {
    display: block;
}

.section-common2 h3 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.common2-content-main>p {
    font-family: 'sofia_prolight';
    font-size: 19px !important;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: .01em;
}

.common-buy-now:hover,
.common-buy-now:active,
.common-buy-now:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.common-buy-block .common-buy-now {
    float: left;
}

.common-buy-now {
    display: inline-block;
    padding: 15px 0;
    color: #fff;
    letter-spacing: .03em;
    font-size: 16px;
    line-height: 1;
    font-family: 'sofia_promedium';
    /* background: #000; */
}

.common-buy-now a {
    /* float: left; */
    font-family: 'sofia_problack';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 20px;
    letter-spacing: .02em;
    background: black;
    margin: 20px auto;
    max-width: 350px;
    text-decoration: none;
    display: block;
}

.common-buy-now a.zero-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4d61+0,ff6655+66,ff6655+100 */
    background: #fb4d61;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fb4d61 0%, #ff6655 66%, #ff6655 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4d61', endColorstr='#ff6655', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 4px 10px -3px #ff6655;
    box-shadow: 0px 4px 10px -3px #ff6655;
}

.common-buy-now a.first-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4d61+0,fd466f+100 */
    background: #fb4d61;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fb4d61), to(#fd466f));
    background: linear-gradient(to bottom, #fb4d61 0%, #fd466f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4d61', endColorstr='#fd466f', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 4px 10px -3px #fb4b64;
    box-shadow: 0px 4px 10px -3px #fb4b64;
}

.common-buy-now a.second-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9a4f+0,ff5f56+100 */
    background: #ff9a4f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ff9a4f), to(#ff5f56));
    background: linear-gradient(to right, #ff9a4f 0%, #ff5f56 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a4f', endColorstr='#ff5f56', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: 0px 4px 10px -3px #ff994f;
    box-shadow: 0px 4px 10px -3px #ff994f;
}

.common-buy-now a.third-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f62b55+0,f64747+100 */
    background: #f62b55;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f62b55), to(#f64747));
    background: linear-gradient(to right, #f62b55 0%, #f64747 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62b55', endColorstr='#f64747', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: 0px 4px 10px -3px #f62c55;
    box-shadow: 0px 4px 10px -3px #f62c55;
}

.common-buy-now a .common-price-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.common-buy-now+.common-buy-now {
    margin-left: 35px;
}

.common-buy-now span {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    /* margin-bottom: 2px; */
}

.common-buy-now .common-real-price {
    width: 110px;
    text-align: center;
    display: block;
    font-size: 28px;
}

.common-buy-now .common-real-price b {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

span.common-price-sec {
    font-size: 14px;
    font-family: 'sofia_prolight';
    text-transform: none;
    margin-left: 30px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    line-height: 20px;
}


/* span.common-price-sec:before{
    position:absolute;
    content:'';
    height: 44px;
    background:#fff;
    width:1px;
    left:-5px;
    top:0;
} */

.common-buy-now:focus,
.common-buy-now:hover,
.common-buy-now:active {
    color: #fff;
}


/*common section */


/********************
    MEIDA QUERIES
**************************/

@media only screen and (min-width:1401px) {
    .interactive-section4-banner img {
        width: 100%;
    }
    .interactive-section6 picture img {
        width: 100%;
    }
    .section7-wave {
        height: 310px;
    }
    .section7-wave img {
        max-height: 310px;
    }
	
	.section3-content-block figure img {
		width: 100%;
	}
	
	.interactive-section6 h3 {
		font-size: 30px !important;
	}
	
	.interactive-section6 li {
		font-size: 16px;
		letter-spacing: 0;
	}
}


/* 1400 and above End */

@media only screen and (max-width:767px) {
    .mobile-view {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 23px;
    }
    p {
        font-size: 16px;
    }
    .interactive-section1 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .interactive-section1 h2 {
        letter-spacing: .063em;
        text-transform: capitalize;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section1-left,
    .section1-right {
        width: 100%;
    }
    .section1-left picture {
        width: 100%;
        max-width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .section-1-content {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
    .interactive-section1 p {
        font-size: 16px;
        text-align: center;
    }
    .interactive-section2 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .interactive-section2 h3 {
        text-transform: capitalize;
        letter-spacing: .063em;
        text-align: center;
    }
    .section2-content {
        padding: 15px 0px 0px 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .section2-fig {
        position: static;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        margin-left: 10px;
        text-align: center;
    }
    .section2-content-info {
        width: 90%;
        margin: 0 auto;
        padding: 25px 20px 40px;
        -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
        position: relative;
        top: -4px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section2-content-info p {
        padding-left: 0;
        text-align: center;
        width: 80%;
        max-width: 380px;
        margin: 0 auto;
    }
    .interactive-section3 {
        padding: 40px 10px;
    }
    .interactive-section3 p {
        font-size: 15px;
    }
    .interactive-section3-wrapper {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .section3-content-block {
        max-width: 100%;
        width: 100%;
        border-bottom: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: 20px;
    }
    .section3-content-block+.section3-content-block {
        /* margin-top: 60px; */
        margin: 50px 5px 0px 5px;
        min-height: 400px;
        -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
        box-shadow: 0px 4px 10px -3px #cccccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .section3-content-block>figure {
        width: 35%;
    }
    .section3-content {
        width: 65%;
        padding: 0px 20px;
        text-align: left;
    }
    .interactive-section3 h4 {
        text-transform: capitalize;
        letter-spacing: .02em;
        margin-bottom: 15px;
    }
    .section3-content-block:nth-child(2) .section3-content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0;
    }
    .interactive-section4-wrapper {
        width: 100%;
        /* -webkit-box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.29); */
        /* box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.29); */
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .interactive-section4 {
        margin-bottom: 30px;
    }
    .section4-header {
        padding: 50px 20px;
    }
    .section4-header h2 {
        /* letter-spacing: .063em; */
    }
    .section4-header h2 span {
        display: inline;
    }
    .interactive-section4-bottom {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .interactive-section4-content {
        position: relative;
        left: 0;
        top: -30px;
        -webkit-transform: none;
        transform: none;
        width: 95%;
        margin-top: 0px;
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
        box-shadow: 0px 4px 10px -3px #cccccc;
        z-index: 4;
        background: white;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0px;
    }
    .interactive-section4-content:after {
        bottom: -49px;
    }
    .interactive-section4-content-box-outer {
        padding: 25px 15px 20px;
    }
    .interactive-section4-content-box h3 {
        font-size: 13px !important;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .interactive-section4-svg-block {
        width: 50px;
        margin: auto auto 10px auto;
    }
    .interactive-section4-content-box h4 {
        font-size: 18px;
    }
    .interactive-section4-content-box p {
        font-size: 13px;
        margin-bottom: 5px;
        min-height: 30px;
    }
    .interactive-section5 {
        background: #fff;
    }
    .interactive-section6 {
        padding-top: 30px;
        /* background: #f4f4f4; */
    }
    .interactive-section6 h3 {
        text-transform: capitalize;
        letter-spacing: .063em;
        text-align: center;
    }
    .interactive-section6 .interactive-container {
        position: relative;
        top: 0px;
    }
    .interactive-section6 picture img {
        margin-left: auto;
        display: block;
    }
    .interactive-section6 ul {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
        padding: 30px 20px;
        background: #ffffff;
        position: relative;
        top: -30px;
    }
    .interactive-section6 li {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .interactive-section6 li:before {
        display: none;
    }
    .interactive-section7 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section7-content-block {
        padding: 25px 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .section7-content {
        width: 100%;
    }
    .section7-content+.section7-content {
        margin-top: 35px;
    }
    .section7-content h4 {
        margin-bottom: 10px;
    }
    .section7-content figure {
        margin-bottom: 15px;
    }
    .section7-content figure img {
        width: 50px;
        height: auto;
    }
    .interactive-section5 {
        padding: 0px 15px 20px;
    }
    .common2-content-main>p {
        margin: 20px auto;
        text-align: center;
    }
    .section-common2 {
        padding-bottom: 0px
    }
}


/* 767 End */

@media only screen and (max-width:500px) {
    h2,
    h3 {
        font-size: 28px;
    }
    .interactive-section1 h2 {
        letter-spacing: .02em;
        font-size: 28px;
    }
    .interactive-section1 p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .interactive-section1 p br {
        display: none;
    }
    .interactive-section2 h3 {
        letter-spacing: .02em;
        margin-bottom: 40px;
    }
    .section2-content-info {
        width: 100%;
    }
    .section2-content-info p {
        width: 100%;
    }
    .section3-content-block {
        display: block;
    }
    .section3-content-block:before,
    .section3-content-block:after {
        content: '';
        display: table;
    }
    .section3-content-block:after {
        clear: both;
    }
    .section3-content-block>figure {
        float: none;
        margin: 0px auto 20px auto;
        width: 100%;
    }
    .section3-content {
        width: 100%;
        /* padding: 0; */
    }
    .section4-header h2 {
        font-size: 22px;
        /* line-height: 1.3; */
    }
    .section4-header h2 span {
        display: block;
    }
    .section4-header h2 br {
        display: none !important;
    }
    .interactive-section4-content-box-outer {
        /* width: 100%; */
        padding: 10px;
    }
    .interactive-section4-content-box-outer+.interactive-section4-content-box-outer {
        border-left: none;
        border-top: 3px solid #fff;
    }
    .interactive-section6 h3 {
        font-size: 24px;
    }
    .interactive-section6 picture {
        background: white;
    }
    .interactive-section6 h3 span {
        display: inline;
        padding-left: 20px;
        padding-right: 20px;
        padding: 0;
    }
    .section7-content-block {
        padding: 25px 0;
    }
    .section7-content h4 {
        font-size: 20px;
    }
}


/* 500 End */
