.cookie-footer {
  /*background: rgba(55,81,126,.8);*/
  background: rgb(55,81,126);
  background: linear-gradient(0deg, rgba(55,81,126,0.8) 0%, rgba(55,81,126,0.8) 35%, rgba(55,81,126,0) 100%);
  bottom: 0;
  position: fixed;
  z-index: 10000;
  width: 100%;
  padding-top: 18px;
  font-size: 15px;
  line-height: 1.7em;
  height: inherit;
  min-height: 240px;
}

.cookie-footer .cookie-box {
  position: fixed;
  bottom: 0;
  background: #fff;
  border-radius: 6px 6px 0 0;
  padding: 30px;
  width: 80vw;
  margin: 0;
  max-width: 920px;
  left: 50%;
  margin-left: calc(-920px/2);
}

.cookie-footer img {
  max-height: 100px;
}

.cookie-footer .cookie-box strong {
  color: #1e1e1e;
  margin: 0 0 8px 0;
  display: block;
  padding: 0px;
}

.cookie-footer .cookie-box a {
  text-decoration: underline;
  color: #0093dd;
  margin-right: 6px;
}

.cookie-footer .cookie-box .btn {
  text-decoration: none;
  border-color: #0093dd;
  background: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  width: 100%;
  color: #0093dd;
}

.cookie-footer .cookie-box .btn.btn-primary {
  margin-bottom: 10px;
  background: #0093dd;
  color: #fff;
  padding: 10px 20px !important;
  height: inherit;
  margin-left: 0;
}

.cookie-footer .cookie-box .btn.btn-primary:hover {
  background: #09295C;
  color: #fff;
}

.cookie-footer .cookie-box .btn.btn-light {
  margin-bottom: 0;
  border: 2px solid #0093dd;
  color: #0093dd;
  padding: 9px 20px !important;
  height: inherit;
}

.cookie-footer .cookie-box .btn.btn-light:hover {
  margin-bottom: 0;
  border: 2px solid #09295C;
  color: #ffffff;
  background: #09295C; 
  padding: 9px 20px !important;
  height: inherit;
}

.youtube_player,
.vimeo_player {
  background: #efefef;
  width: 100%;
  height: 500px;
  display: block;
  text-align: center;
}

.responsive-video .tac_activate {
  padding-bottom: 56.25%;
  display: block;
  position: relative;
  text-align: center;
}

.responsive-video .tac_float {
  position: absolute;
  top: 35%;
  width: 60%;
  color: #fff;
  font-size: 16px;
  margin-left: 20%;
  z-index: 2;
}

.responsive-video .tac_float .btn.btn-primary {
  margin: 10px 0 25px 0 !important;
  background:#09295C;
  border-color:#09295C;
  padding: 10px 55px 10px 20px;
  position: relative;
  color:#fff;
  border-radius: 6px;
  font-size: 14px;
}

.responsive-video .tac_float .btn.btn-primary:hover {
  background:#031129;
  border-color:#031129;
}

.responsive-video .tac_float .btn.btn-primary svg {
  width: 19px;
  position: absolute;
  top: 0;
  right: 22px;
}

.responsive-video .tac_float a {
  text-decoration: underline;
  color: #fff;
}

.responsive-video img {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  object-fit: cover;
}

.responsive-video .tac_activate::before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1600px) {
.cookie-footer .cookie-box {
  width: 80vw;
  margin: 0;
  max-width: inherit;
  left: 50%;
  margin-left: calc(-80vw/2);
}
}

@media (max-width: 768px) {
  .cookie-footer .cookie-box {
    width: 90vw;
    margin: 0;
    max-width: inherit;
    left: 50%;
    margin-left: calc(-90vw/2);
  }
  .cookie-footer .cookie-box a {
    display: block;
  }
  .cookie-footer .cookie-box .btn {
    margin-top: 10px;
    margin-bottom: 0px !important;
  }
  .cookie-footer {
    height: 60vh;
  }
  .cookie-footer img {
    display: none;
  }
}

