/* style general */
body,html{font-size: 16px; color: #000!important;}
main{height: auto; position: relative; }
main p,main ul li{font-size: 1.2rem;}
footer ul li{display: inline-block; list-style: none; padding: 0 20px;}
footer ul li a{color: #333;}
main p small{font-size: 14px; line-height: 18px;}
main ul li{padding-bottom: 1.1rem;}
.btn-orange{background-color: rgba(255, 102, 0,1);}
.btn-orange:hover{background-color: rgba(255, 102, 0,0.8);}
.primaryColor{color: #2C080A;}

.women{position: absolute; left: -150px; bottom: -100px; z-index: 5;}
.bg-silver{background:#F5F5F5 ;}
p.privacy, p.privacy small{font-size: 14px; line-height: 16px!important;}
ul.disc li {
    content: '';
    padding: 0 0 15px 0px;
    list-style: none;
    color: #2C080A;
	font-weight: bold;
    position: relative;
}
ul.disc li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-left: -1.3em;
    width: 1.3em;
    color: #F17E84;
}

.book{transform: none; z-index: 4; position: relative;}

/* section 1 */
.section1{width: 100%; background: url(../image/WIWpptbg.png) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover;}




/* section 2 */
.section2{width: 100%; background: url(../image/bg.png) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover;}

@media (min-width: 992px) { .book{transform: scale(1); z-index: 4; position: relative;}