/* Â© InvestisDigital, All rights reserved, v1.1.1 */
.cookieModal{font-size:1.6rem;line-height:2rem;width:100%;height:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000;color:#000;padding:0;margin:0}
.cookieModal a{color:#0075bb;text-decoration:none}

.cookieModal p{font-family:inherit;color:inherit;display:block;text-align:left;margin:0;padding:0;line-height: 26px;letter-spacing: 1px;font-size: 16px;}
.cookieModal .ccBg{background:rgba(0,0,0,.5);height:100%;width:100%;position:fixed;top:0;left:0}
.cookieModal .ccAppInput{position:absolute;top:0;right:0;opacity:0;width:50px;height:30px}
.cookieModal .ccAppInput:focus+.ccApp-label .slider{box-shadow:0 0 5px #ccc}
.cookieModal .ccAppInput:checked+.ccApp-label .slider{background-color:#ed292d}
.cookieModal .ccAppInput:checked+.ccApp-label .slider:before{-webkit-transform:translateX(20px);transform:translateX(20px)}
.cookieModal .ccApp-label{display:inline-block;height:30px}
.cookieModal .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;width:50px;display:inline-block;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)}
.cookieModal .slider:before{position:absolute;content:'';height:20px;width:20px;left:5px;bottom:5px;background-color:#fff;transition:.4s}
.cookieModal .slider.round{border-radius:30px}
.cookieModal .slider.round:before{border-radius:50%}
.cookieModal .ccBtn{font-size: 14px;line-height: 18px;margin-bottom: 15px;text-transform: uppercase;padding: 15px 40px;display: inline-block;color:#fff;background-color:#ed292d;margin-right: 15px;border: 1px solid #ed292d;-webkit-box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.75);-moz-box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.75);box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.75);border-radius: 0px;}
.cookieModal .ccBtn:hover{text-decoration: none;color: #ed292d;background-color: #fff;border: 1px solid #ed292d;margin-right: 15px;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;}
.cookieModal .appDescription{display:none}
.cookieModal .ccModal{z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);width:100%;max-height:98%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto;background:#fff}
.cookieModal .ccFooter{padding:20px 20px 10px;border-top:1px solid #000;text-align:right}
.cookieModal .ccFooter .ccBtnOpenBox, .cookieModal .ccFooter .ccBtnSave{margin-left:10px}
.cookieModal .ccHeader{padding:20px;border-bottom:1px solid #000}
.cookieModal .ccHeader .title{font-size: 26px;color:#4f4f51;line-height: 30px;}
.cookieModal .ccBody{padding:20px}
.cookieModal .ccBody .ccApp{display:block;position:relative;line-height:20px;min-height:40px;margin-bottom:20px}
.cookieModal .ccBody .ccApp:last-child{margin-bottom:0}
.cookieModal .ccBody .ccApp .leftPart{width:75%;display:inline-block;margin-bottom:10px;cursor:pointer;color:inherit;text-decoration:none}
.cookieModal .ccBody .ccApp .leftPart:before{content:'+';position:absolute;color:#ed292d;left:0;top:10px;font-size:2.8rem}
.cookieModal .ccBody .ccApp .leftPart.is-open{color:#ed292d;}
.cookieModal .ccBody .ccApp .leftPart.is-open:before{content:'-';top:14px;font-size:3.6rem}
.cookieModal .ccBody .ccApp .rightPart{width:25%;float:right;text-align:right;line-height:30px}
.cookieModal .ccBody .ccApp .rightPart .ccRequired{font-size:1.4rem;color:#00aa3e}
.cookieModal .ccBody .ccApp .switch{display:inline-block;height:30px;position:absolute;right:0;width:50px}
.cookieModal .ccBody .ccApp .ccAppTitle{font-weight:500;font-size:26px;line-height:3rem;padding-left:40px}

.__CCEnabled .__CookieSetting{display:block!important}
.__cookieNotice{font-size:1.6rem;line-height:2rem;width:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000;color:#000;padding:20px;margin:0;background:#fff;border-bottom:1px solid #000}
.__cookieNotice a{color:#0075bb;text-decoration:none}
.__cookieNotice a:hover{color:#00aa3e}
.__cookieNotice p{font-family:inherit;color:inherit;display:block;text-align:left;margin:0;padding:0}
.__cookieNotice .ccBtn{box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);color:#fff;border-radius:5px;padding:10px 15px;border:0;background:#0075bb;cursor:pointer;transition:all .5s ease;margin-top:10px}
.__cookieNotice .ccBtn:hover{background:#005181}
@media (min-width:1024px){
	.cookieModal .ccModal{border-radius:10px;position:relative;margin:0 auto;max-width:640px;height:auto;width:auto}
}