@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}

main {
  min-height: calc(100vh - 136px);
  word-break: break-word;
}

a,
.btn-link {
  color: #000000;
}
a:not([disabled]):hover, a:not([disabled]):focus, a:not([disabled]):active,
.btn-link:not([disabled]):hover,
.btn-link:not([disabled]):focus,
.btn-link:not([disabled]):active {
  color: #CE8214;
}
a.icon-link,
.btn-link.icon-link {
  color: inherit;
}

h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #727272;
}

h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #727272;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

h4 {
  margin-bottom: 1rem;
  font-weight: 800;
}

main a,
main .btn-link {
  text-decoration: underline;
}
main a:not([disabled]):hover, main a:not([disabled]):focus, main a:not([disabled]):active,
main .btn-link:not([disabled]):hover,
main .btn-link:not([disabled]):focus,
main .btn-link:not([disabled]):active {
  text-decoration: none;
}

.small, small {
  font-size: 85%;
}

strong, b {
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.text-primary {
  color: #CE8214 !important;
}

.text-success {
  color: #41AD49;
}

.cms-img img {
  max-width: 100%;
  height: auto;
}

[data-toggle=tooltip],
[data-toggle=popover] {
  cursor: pointer;
}

#bodyText .col-xs-12 {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

#searchForm {
  display: none;
}

@media (max-width: 767.98px) {
  .dropsOpen {
    overflow: hidden;
  }
  .dropsOpen .scroll-to-top,
  .dropsOpen .progress-container {
    display: none !important;
  }
}

.pointer-events-none {
  pointer-events: none;
  touch-action: none;
}

[contenteditable=true] {
  border: 1px dashed #ccc;
  padding: 1rem;
  overflow: hidden;
}
[contenteditable=true]:focus {
  border: 0;
  padding: 0;
}

.numbered-circle {
  color: #FFFFFF;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #CE8214;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.mt--50 {
  margin-top: -50px;
}

.height-200 {
  height: 200px;
}

.bg-primary {
  background-color: #FBEDD3 !important;
}
.bg-primary.ticket {
  background-image: url("/assets/images/banners/Card-bkg.png");
  background-repeat: repeat-y;
  background-color: #d08618 !important;
}
.bg-primary .ticket-start {
  margin-left: -25px;
}
.bg-primary .ticket-end {
  margin-right: -25px;
}

.border-top {
  border-color: #F0C46D;
}

.bg-1 {
  background-color: #CE8214 !important;
}
.bg-2 {
  background-color: #E0A641 !important;
}
.bg-3 {
  background-color: #F0C46D !important;
}
.bg-4 {
  background-color: #727272 !important;
}
.bg-5 {
  background-color: #d4d4d4 !important;
}
.bg-6 {
  background-color: #FBEDD3 !important;
}
.bg-7 {
  background-color: #AC630E !important;
}

.text-color-1 {
  color: #CE8214 !important;
}
.text-color-2 {
  color: #E0A641 !important;
}
.text-color-3 {
  color: #F0C46D !important;
}
.text-color-4 {
  color: #727272 !important;
}
.text-color-5 {
  color: #d4d4d4 !important;
}
.text-color-6 {
  color: #FBEDD3 !important;
}
.text-color-7 {
  color: #AC630E !important;
}

.border-color-1 {
  border-color: #CE8214 !important;
}
.border-color-2 {
  border-color: #E0A641 !important;
}
.border-color-3 {
  border-color: #F0C46D !important;
}
.border-color-4 {
  border-color: #727272 !important;
}
.border-color-5 {
  border-color: #d4d4d4 !important;
}
.border-color-6 {
  border-color: #FBEDD3 !important;
}

.text-black {
  color: #000000;
}

.btn-toggle:after {
  display: none;
}
.btn-toggle[aria-expanded=true] span:nth-child(1) {
  display: none;
}
.btn-toggle[aria-expanded=false] span:nth-child(2) {
  display: none;
}
.btn-toggle[aria-expanded=false] .fa-minus {
  display: none;
}
.btn-toggle[aria-expanded=true] .fa-plus {
  display: none;
}

[class*=" btn-"] {
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 575.98px) {
  .btn-block-mob {
    width: 100%;
  }
}

.btn {
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  border: none;
  border-radius: 30px;
}

.btn-default {
  color: #fff;
  background: rgb(224, 166, 65);
  background: linear-gradient(180deg, rgb(224, 166, 65) 0%, rgb(206, 130, 20) 100%);
  border-radius: 30px;
}
.btn-default:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:not([disabled]):hover, .btn-default:not([disabled]):focus, .btn-default:not([disabled]):active, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active {
  color: #FFFFFF;
  background: rgb(224, 166, 65);
  background: linear-gradient(180deg, rgb(224, 166, 65) 0%, rgb(206, 130, 20) 0%);
}

.btn-primary {
  color: #fff;
  background-color: #CE8214;
  border-color: #CE8214;
}
.btn-primary [data-prefix=fa],
.btn-primary [class*=fa] {
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:not([disabled]):hover, .btn-primary:not([disabled]):focus, .btn-primary:not([disabled]):active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #FFFFFF;
  background-color: #E0A641;
  border-color: #E0A641;
}
.btn-primary.disabled, .btn-primary:disabled {
  pointer-events: none;
}

.btn-secondary {
  background-color: #E0A641;
  border: 1px solid #E0A641;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not([disabled]):hover, .btn-secondary:not([disabled]):focus, .btn-secondary:not([disabled]):active, .btn-secondary.mixitup-control-active {
  background-color: #727272;
  border-color: #727272;
}

.btn-light {
  background-color: #F0C46D;
  border: 1px solid #F0C46D;
  color: #fff;
}
.btn-light:hover, .btn-light:active, .btn-light:active:focus, .btn-light:active:hover, .btn-light:focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not([disabled]):hover, .btn-light:not([disabled]):focus, .btn-light:not([disabled]):active, .btn-light.mixitup-control-active {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-outline-primary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .btn-outline-primary:focus, .btn-outline-primary:not([disabled]):hover, .btn-outline-primary:not([disabled]):focus, .btn-outline-primary:not([disabled]):active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: transparent;
}

.btn-color-1 {
  color: #CE8214;
}
.btn-color-1:not([disabled]):hover, .btn-color-1:not([disabled]):focus, .btn-color-1:not([disabled]):active {
  color: #E0A641;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  text-decoration: none;
  background: #F0C46D;
}

.scroll-to-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 1060;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #CE8214;
}
@media (min-width: 768px) {
  .scroll-to-top {
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .scroll-to-top {
    right: 18px;
    bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .scroll-to-top {
    right: 30px;
    bottom: 10px;
  }
}
.scroll-to-top:not([disabled]):hover, .scroll-to-top:not([disabled]):focus, .scroll-to-top:not([disabled]):active {
  background-color: #E0A641;
  text-decoration: none;
  color: #FFFFFF;
}
.scroll-to-top:active, .scroll-to-top:focus {
  background-color: #E0A641;
  text-decoration: none;
  color: #FFFFFF;
}
.scroll-to-top:active:hover, .scroll-to-top:focus:hover {
  background-color: #E0A641;
  text-decoration: none;
  color: #FFFFFF;
}

.number-rounded {
  width: 27px;
  height: 27px;
  line-height: 1.3;
}

.btn.no-hover {
  pointer-events: none;
}

.bs-tooltip-top {
  padding: 0;
  margin: 0.4rem 0 !important;
}

@media (max-width: 575.98px) {
  .mainNav .logo {
    width: 190px;
  }
}
.mainNav .navbar-toggler {
  color: #CE8214;
  height: 38px;
}
.mainNav .navbar-toggler[aria-expanded=true] .fa-bars {
  display: none;
}
.mainNav .navbar-toggler[aria-expanded=true] .fa-xmark {
  display: block;
}
.mainNav .navbar-toggler[aria-expanded=false] .fa-bars {
  display: block;
}
.mainNav .navbar-toggler[aria-expanded=false] .fa-xmark {
  display: none;
}
.mainNav .nav-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .mainNav .nav-item {
    border-bottom: 3px #FFFFFF solid;
  }
}
@media (max-width: 767.98px) {
  .mainNav .nav-item:not([disabled]):hover, .mainNav .nav-item:not([disabled]):focus, .mainNav .nav-item:not([disabled]):active, .mainNav .nav-item.active {
    background: #F0C46D;
  }
}
@media (min-width: 992px) {
  .mainNav .nav-item:not([disabled]):hover, .mainNav .nav-item:not([disabled]):focus, .mainNav .nav-item:not([disabled]):active, .mainNav .nav-item.active {
    border-bottom: 3px #F0C46D solid;
  }
}
.mainNav .nav-item a.nav-link {
  color: #000000;
  padding-right: 0.9rem;
  padding-left: 0.9rem;
  font-size: 0.9rem;
}
.mainNav .nav-item a.nav-link.active {
  color: #CE8214;
  font-weight: 700;
}

.card {
  border-radius: 0.5rem;
}
.card-img-top {
  border-radius: 10px;
}
.card-overlay {
  overflow: hidden;
}
.card-overlay-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  right: -1px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
@media (max-width: 575.98px) {
  .card-overlay-img {
    display: none;
  }
}
.card-overlay-text {
  max-width: 345px;
}
.card.border {
  border-color: #d4d4d4;
}
.card-header {
  border-radius: 30px !important;
}
.card-header .btn {
  color: black;
  font-weight: bold;
  background-color: #d4d4d4;
  text-decoration: none;
  border-radius: 30px !important;
}
.card-header .btn[aria-expanded=true] {
  background-color: #FBEDD3;
}
.card-header .btn:hover, .card-header .btn:active, .card-header .btn:active:focus, .card-header .btn:active:hover, .card-header .btn:focus, .card-header .btn:not([disabled]):hover, .card-header .btn:not([disabled]):focus, .card-header .btn:not([disabled]):active, .card-header .btn:not(:disabled):not(.disabled):active, .card-header .btn:not(:disabled):not(.disabled).active {
  background-color: #FBEDD3;
  color: black;
}
.card .card.border {
  border-color: #FBEDD3;
}
.card .card-header .btn {
  background-color: #d4d4d4;
}
.card .card-header .btn[aria-expanded=true] {
  background-color: #FBEDD3;
}
.card .card-header .btn:hover, .card .card-header .btn:active, .card .card-header .btn:active:focus, .card .card-header .btn:active:hover, .card .card-header .btn:focus, .card .card-header .btn:not([disabled]):hover, .card .card-header .btn:not([disabled]):focus, .card .card-header .btn:not([disabled]):active, .card .card-header .btn:not(:disabled):not(.disabled):active, .card .card-header .btn:not(:disabled):not(.disabled).active {
  background-color: #FBEDD3;
}

.card-img {
  border-radius: 0.5rem;
}

.active > .card.bg-3 {
  background-color: #fff !important;
}

footer {
  padding: 2rem 0;
}
footer strong {
  padding-top: 1rem;
}
footer a {
  text-decoration: none;
  padding: 1rem;
}

.banner-container a {
  color: #FFFFFF;
}
.banner-container a:not([disabled]):hover, .banner-container a:not([disabled]):focus, .banner-container a:not([disabled]):active {
  color: #FFFFFF;
}
.banner-container .banner {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 270px;
}
.banner-container .banner-overlay {
  overflow: hidden;
}
.banner-container .banner-overlay img {
  height: 200px;
  right: -35px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
.banner-container .badge-pill {
  font-size: 0.9rem;
}
.banner-container h1, .banner-container p {
  color: #FFFFFF;
}

@media (min-width: 990px) {
  .member-home {
    background: url("/assets/images/banners/home-bkg.png") no-repeat center bottom;
  }
}

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 100vh;
}
@media (max-width: 768px) {
  .modal-fullscreen .modal-content {
    height: calc(100vh - 20px);
  }
}
.modal-fullscreen .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .modal-fullscreen .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-fullscreen .close {
  color: #FFFFFF;
  position: absolute;
  border: 0;
  z-index: 99999;
  float: none;
  opacity: 1;
  font-size: 40px;
  font-weight: 400;
  top: 0%;
  right: 6%;
}
@media (min-width: 576px) {
  .modal-fullscreen .close {
    top: 3%;
    right: 3%;
  }
}
.modal-fullscreen .video-wrapper {
  position: relative;
  height: calc(100vh - 2rem);
  width: auto;
}
.modal-fullscreen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 100%;
  }
}
.breadcrumb {
  border-radius: 30px;
  background-color: #d4d4d4;
}

.video-link {
  position: relative;
}
.video-link svg {
  opacity: 0.75;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 500ms ease-in-out;
  margin-left: -34px;
  margin-top: -24px;
}

.faqs .active > .card {
  background-color: #fff !important;
}

.fa-5x {
  font-size: 5rem;
}

.fa-2x {
  font-size: 2rem;
}

label {
  font-weight: 700;
}

.form-check-input:checked {
  background-color: #E0A641;
  border-color: #E0A641;
}

.form-check-input:focus {
  border-color: #F0C46D;
  box-shadow: 0 0 0 0.25rem rgba(224, 166, 65, 0.25);
}

@keyframes slideIn {
  0% {
    transform: translateY(10%);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Cookie button */
.cookie-button {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px 24px;
  border-radius: 4px;
  background: #4B6BE2;
  border: 1px solid #4B6BE2;
  color: #fff;
  font-size: 11pt;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size-adjust: auto;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.5, 0.99);
}

.cookie-button + .cookie-button {
  margin-left: 10px;
}

.cookie-button--secondary {
  color: #4B6BE2;
  background: white;
}

.cookie-button:not(.cookie-button--secondary):hover,
.cookie-button:not(.cookie-button--secondary):focus {
  background: #3651BC;
  border-color: #3651BC;
}

/* Cookie close button */
.cookie-close {
  top: calc(50% - 17px);
  right: 12px;
  position: absolute;
  width: 35px;
  height: 35px;
  margin-left: 35px;
  color: black;
  text-align: center;
  border-radius: 100%;
  border: none;
  line-height: 35px;
  background-color: #f0f5f7;
}

/* Cookie bar */
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #000000;
  color: #FFFFFF;
  width: 100%;
  padding: 20px 50px;
  border-radius: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  font-size: 11pt;
  line-height: 16pt;
  font-weight: 300;
  animation: 1s ease-out 0s 1 slideIn;
}
.cookie-bar h3 {
  color: #FFFFFF;
}
.cookie-bar a {
  color: #E0A641;
}
.cookie-bar a:not([disabled]):hover, .cookie-bar a:not([disabled]):focus, .cookie-bar a:not([disabled]):active {
  color: #CE8214;
}

.dark-mode .cookie-bar {
  background: #ffffff;
  color: #000000;
}
.dark-mode .cookie-bar h3 {
  color: #000000;
}

.cookie-bar__text {
  width: 55%;
}

.cookie-bar__cta {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

/* Cookie settings */
.cookie-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}

.cookie-settings {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10002;
  display: none;
  width: 75%;
  max-width: 850px;
  max-height: 100vh;
  margin: 0 auto;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #434343;
}

.cookiewall, .cookiewall * {
  box-sizing: border-box;
}

.cookiewall p, .cookiewall li, .cookiewall table {
  font-size: 14px;
}

.cookiewall p {
  margin: 1em 0;
  line-height: 1.5;
}

.cookiewall a {
  color: #0098b3;
  cursor: pointer;
  text-decoration: underline;
}

.cookiewall img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

.cookie__left {
  width: 30%;
  float: left;
}

.cookie__right {
  width: 70%;
  float: left;
}

.cookie__header {
  height: 80px;
  line-height: 50px;
}

.cookie__header img {
  max-height: 60px;
  margin: 10px auto;
}

.cookie__header .cookie__left {
  height: 100%;
  padding: 0 1em;
  background: #F0F0F0;
}

.cookie__header .cookie__right {
  padding: 0 1em;
  background-color: rgba(67, 67, 67, 0.9);
  color: #fff;
}

.cookie__header .cookie__right h2 {
  height: 80px;
  line-height: 80px;
  margin: 0;
}

.cookie__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cookie__body__menu {
  padding: 1em 0;
  background-color: #F0F0F0;
}

.cookie__body__menu ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.cookie__body__menu ul li {
  position: relative;
  list-style: none;
  padding: 12px 1em;
  padding-right: 3em;
  color: #454545;
  font-weight: 600;
  cursor: pointer;
}

.cookie__body__menu ul li:hover {
  color: #4160DE;
}

.cookie__body__menu ul li:after {
  position: absolute;
  content: "›";
  top: 30%;
  right: 0.75em;
  width: 20px;
  height: 12px;
  font-size: 18px;
  color: #4160DE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cookie__body__menu ul li:hover:after {
  right: 0.5em;
}

#cookiewall .cookie__body__items > ul {
  position: relative;
  margin: 0;
  padding: 0 3% 0 1em;
  list-style: disc;
}

#cookiewall .body-item {
  display: none;
  padding-bottom: 20px;
}

#cookiewall .body-item.active {
  display: block;
}

.cookie__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookie__footer .cookie__left {
  background-color: #F0F0F0;
  padding: 0.5rem 0;
}

.cookie__footer .cookie__right {
  padding: 0.5rem 0;
  text-align: right;
}

.cookie__footer .cookie__right a {
  padding: 10px 25px;
  margin-right: 20px;
  font-size: 13px;
}

#cookiewall ul {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.8;
  list-style: disc;
}

#cookiewall .toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  padding-right: 45px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
}

#cookiewall .toggle.non-active {
  display: none;
}

#cookiewall .toggle:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 20px;
  border-radius: 100px;
  right: 0;
}

#cookiewall .toggle:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffffff;
  top: 1px;
}

#cookiewall .toggle.active:before {
  background-color: #04AFCE;
}

#cookiewall .toggle.active:after {
  right: 1px;
}

#cookiewall .toggle.non-active:before {
  background-color: #ececec;
}

#cookiewall .toggle.non-active:after {
  right: 16px;
}

#cookiewall .toggle.always-active:before {
  background-color: #04AFCE;
  opacity: 0.25;
}

#cookiewall .toggle.always-active:after {
  opacity: 0.5;
  right: 1px;
}

@media (max-width: 1300px) {
  .cookiewall {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .cookie__body {
    flex-direction: column;
  }
  .cookie__body > div {
    width: 100% !important;
  }
  .cookiewall table .cookie__cta {
    font-size: 12px;
    padding: 4px 6px;
  }
  .cookie__footer .cookie__left {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .cookie-bar {
    padding: 20px 20px 20px 20px;
  }
  .cookiewall {
    width: 100%;
    height: 100%;
    padding: 0 0 50px;
    top: 0;
    left: 0;
    transform: none;
  }
  .cookie-overlay {
    display: none;
  }
  .cookiewall h2 {
    font-size: 1em;
  }
  #cookiewall .group__left {
    width: 35%;
  }
  #cookiewall .group__right {
    width: 65%;
  }
}
@media (max-width: 1100px) {
  .cookie-bar__right {
    width: 47%;
  }
  .cookie-bar__left {
    width: 50%;
  }
}
@media (max-width: 1100px) and (max-width: 1010px) {
  .cookie-bar__left {
    width: 50%;
  }
}
@media (max-width: 1100px) and (max-width: 950px) {
  .cookie-bar__right {
    width: 100%;
  }
  .cookie-bar__left {
    width: 100%;
    margin-bottom: 10px;
  }
  a.cookiebar-close {
    top: -1rem;
    right: -1rem;
  }
}
@media (max-width: 1100px) and (max-width: 600px) {
  .cookie-bar {
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    width: calc(100% - 1rem);
    padding: 14px;
  }
  .cookie-bar__left, .cookie-bar__right {
    width: 100%;
    /* position: relative; */
  }
  .cookie-bar__left {
    margin-bottom: 10px;
  }
  .cookie-bar__right {
    /* padding-right: 10px; */
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .cookie-bar .cookie__cta {
    padding: 12px 10px;
  }
  .cookie-bar a.settings {
    margin-bottom: 10px;
    padding: 12px 10px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    text-decoration: underline;
    font-size: 14px;
  }
  .cookie-bar a.cookiebar-close {
    top: -0.5rem;
    right: -0.5rem;
  }
}
@media (max-width: 1100px) and (max-width: 400px) {
  .cookie__header img {
    margin-top: 20px;
  }
}
@media (max-width: 1100px) and (max-height: 420px) {
  .cookiewall {
    overflow: scroll;
  }
}
.compliance-box-amber {
  background-color: #FFC90E;
}

.compliance-box-green {
  background-color: #70CB54;
}

.compliance-box-red {
  background-color: #F3392A;
}

.card-disabled {
  opacity: 0.6;
  pointer-events: none;
}