.mt-spinner-light, .mt-spinner-dark { 
  margin: 0px auto; 
  font-size: 10px; 
  position: relative; 
  -webkit-transform: translateZ(0); 
  -ms-transform: translateZ(0); 
  transform: translateZ(0); 
  -webkit-animation: mtspinner 1.1s infinite linear; 
  animation: mtspinner 1.1s infinite linear; 
  
  }
  .mt-spinner-light { 
      border-top: .5em solid rgba(255, 255, 255, 0.2); 
      border-right: .5em solid rgba(255, 255, 255, 0.2); 
      border-bottom: .5em solid rgba(255, 255, 255, 0.2); 
      border-left: .5em solid #ffffff; 
      }
  .mt-spinner-dark { 
      border-top: .5em solid rgba(243, 243, 243, 0.9); 
      border-right: .5em solid rgba(243, 243, 243, 0.9); 
      border-bottom: .5em solid rgba(243, 243, 243, 0.9); 
      border-left: .5em solid rgba(153, 153, 153, 0.9); 
      }
  .mt-spinner-light span, 
  .mt-spinner-dark span {
      display:none;
      }
      .no-cssanimations .mt-spinner-light span, 
      .no-cssanimations .mt-spinner-dark span {
          display: block;
          }
.mt-spinner-light,
.mt-spinner-light:after, 
.mt-spinner-dark,
.mt-spinner-dark:after { 
  border-radius: 50%; 
  width: 2em; 
  height: 2em; 
  }
  
@-webkit-keyframes mtspinner {
  00% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mtspinner {
  00% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mt-spinner-light.small, .mt-spinner-dark.small {
    width:1em;
    height:1em;
}
#footer_layer {
  position: relative;
  clear: both;
  padding: 60px 0 0 0;
  background-color: #ffffff;
}
#footer_layer .text a {
  border: 0;
}
#footer_layer .top_meta_layer.mobile_country_selection {
  z-index: 1;
}
#footer_layer .mobile_country_selection {
  display: none !important;
  height: 20px;
  margin: 13px 0 20px 0;
  float: left !important;
}
#footer_layer .inheritedFooterParsys > .parsys_column > .parsys_column .parsys_col_inner {
  padding-top: 0;
}
#footer_layer .inheritedFooterParsys > .parsys_column > .parsys_column .parsys_col_inner > :first-child {
  margin-top: 0;
  padding-top: 0;
}
#footer_layer .inheritedFooterParsys > .parsys_column > .parsys_column .parsys_col_inner > :first-child > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.footer #bottom_meta_layer {
  position: relative;
  clear: both;
  border-top: 1px solid #f0f0f0;
  padding-top: 6px;
  display: flex;
  justify-content: space-between;
}
.footer #bottom_meta_layer p {
  margin-top: 0;
  white-space: nowrap;
}
.footer #bottom_meta_layer ul {
  list-style: none;
  display: flex;
  margin-top: 0;
}
.footer #bottom_meta_layer ul li {
  position: relative;
  list-style-image: none !important;
  list-style: none;
}
.footer #bottom_meta_layer ul li img {
  float: left;
  display: inline;
}
.footer #bottom_meta_layer ul li.last a {
  padding-right: 0 !important;
}
.footer #bottom_meta_layer a {
  padding: 0 6px;
  color: #666666 !important;
}
.footer button#ot-sdk-btn.ot-style-as-link {
  padding: 0 5px !important;
  text-align: left !important;
}
a.disabledLink,
a.disabledLink:hover {
  text-decoration: none !important;
  cursor: text !important;
}
.footerLayer__footerBottom {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.footerLayer__footerBottom .footerBottom__logo {
  text-align: center;
  margin: 80px 0 0 0;
}
.mt_direction_right_to_left .footerLayer__footerBottom {
  margin-right: calc(-50vw + 50%);
  margin-left: auto;
}
.footer button#ot-sdk-btn.ot-style-as-link {
  border: none;
  padding: 0px 6px;
  color: #666666 !important;
  background: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer button#ot-sdk-btn.ot-style-as-link:hover {
  background: transparent !important;
}
@media (max-width: 1009px) {
  .mt-stage #footer_layer {
    padding: 60px 15px 0;
  }
  #footer_layer .mobile_country_selection {
    display: none !important;
  }
}
@media (max-width: 895px) {
  #bottom_meta_layer {
    display: block;
  }
  #bottom_meta_layer p {
    width: auto;
  }
  #bottom_meta_layer .divider {
    display: none;
  }
  #bottom_meta_layer ul {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  #bottom_meta_layer ul li {
    float: none;
    border-bottom: 1px solid #f0f0f0;
  }
}
@media (max-width: 750px) {
  #footer_layer .footer {
    padding: 0;
  }
  #footer_layer .footer #bottom_meta_layer {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
  }
  #footer_layer .footer #bottom_meta_layer p {
    float: none;
    padding: 0;
    white-space: initial;
  }
  #footer_layer .footer #bottom_meta_layer ul {
    justify-content: center;
  }
  .mobile_country_selection {
    display: block;
  }
}
@media (max-width: 600px) {
  #footer_layer {
    padding: 60px 15px 0;
  }
  #footer_layer.homepage {
    padding: 35px 15px 0;
  }
}
@media (max-width: 480px) {
  #footer_layer .inheritedFooterParsys .parsys_column > .parsys_column {
    padding: 0;
  }
  #footer_layer .footer #bottom_meta_layer ul {
    display: block;
  }
  .footerLayer__footerBottom .footerBottom__logo {
    margin: 20px 0 0 0;
  }
}

