@charset "UTF-8";
/* © InvestisDigital, All rights reserved, v1.1.1 */

.cookieModal {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  color: #000;
  padding: 0;
  margin: 0;
}
.cookieModal a {
  color: #102b4a;
  text-decoration: none;
}
.cookieModal a:hover {
  color: #00AFD2;
}
.cookieModal p {
  font-family: inherit;
  color: #102b4a;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  font: normal normal 400 16px MetaPro_Regular,Arial,sans-serif;
}
.cookieModal .ccBg {
  background: rgba(0, 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 #102b4a;
}
.cookieModal .ccAppInput:checked + .ccApp-label .slider {
  background-color: #102b4a;
}
.cookieModal .ccAppInput:checked + .ccApp-label .slider:before {
  -webkit-transform: translateX(20px);
  -ms-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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.cookieModal .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookieModal .slider.round {
  border-radius: 30px;
}
.cookieModal .slider.round:before {
  border-radius: 50%;
}
.cookieModal .ccBtn {
  font-family: MetaPro_Bold, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #102b4a;
  border-radius: 0;
  padding: 15px 60px 15px 15px;
  outline: none;
  border: solid 2px #102b4a;
  margin-left: 15px;
  background: #fff;
  cursor: pointer;
  height: auto;
  line-height: normal;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  position: relative;
}
.cookieModal .ccBtn:after {
  content: "" !important;
  border: 2px solid #1e3755;
    transition: .5s;
    right: 30px;
    position: absolute;
    bottom: 18px;
    width: 8px;
    height: 8px;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
}
.cookieModal .ccBtn:hover {
  background: #102b4a;
  border-color: #102b4a;
  color: #fff;
}
.cookieModal .ccBtn:hover:after {
  right: 20px;
  color: #fff;
  border-color:#fff;
}
.cookieModal .appDescription {
  display: none;
}
.cookieModal .ccModal {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #fff;
}
.cookieModal .ccFooter {
  padding: 20px 20px 10px;
  border-top: 1px solid #ddd;
  text-align: right;
}
.cookieModal .ccFooter .ccBtnOpenBox, .cookieModal .ccFooter .ccBtnSave {
  margin-left: 10px;
}
.cookieModal .ccHeader {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.cookieModal .ccHeader .title {
  font-size: 28px;
  display: block;
  line-height: 30px;
}
.cookieModal .ccBody {
  padding: 20px;
}
.cookieModal .ccBody p {
  color: #333333;
}
.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: #102b4a;
  left: 0;
  top: 6px;
  font-size: 28px;
}
.cookieModal .ccBody .ccApp .leftPart.is-open {
  color: #102b4a;
}
.cookieModal .ccBody .ccApp .leftPart.is-open:before {
  content: "-";
  top: 1px;
  font-size: 36px;
}
.cookieModal .ccBody .ccApp .rightPart {
  width: 25%;
  float: right;
  text-align: right;
  line-height: 30px;
}
.cookieModal .ccBody .ccApp .rightPart .ccRequired {
  font-size: 14px;
  color: #00AFD2;
}
.cookieModal .ccBody .ccApp .switch {
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  width: 50px;
}
.cookieModal .ccBody .ccApp .ccAppTitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  padding-left: 25px;
}

.__CookieSetting {
  display: block !important;
}

.__CCEnabled .__CookieSetting {
  display: block !important;
}

.__cookieNotice {
  font-size: 16px;
  line-height: 20px;
  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 #ddd;
}
.__cookieNotice a {
  color: #102b4a;
  text-decoration: none;
}
.__cookieNotice a:hover {
  color: #00AFD2;
}
.__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, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  border: 0;
  background: #102b4a;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 10px;
}
.__cookieNotice .ccBtn:hover {
  background: #005181;
}

@media (min-width: 320px) {
  .cookieModal .ccModal {
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 95%;
    height: auto;
    width: auto;
  }
}
@media (min-width: 480px) {
  .cookieModal .ccModal {
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .cookieModal .ccModal {
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 65%;
    height: auto;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .cookieModal .ccModal {
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}