/* Model card colors */
.camsLogo {
  max-height: none !important;
  max-width: 130px;
  object-fit: cover;
  fill: white;
  animation: camsLogoGlowBlue 10s infinite ease-in-out; }

@keyframes camsLogoGlowBlue {
  0%, 40%, 100% {
    -webkit-filter: drop-shadow(0 0px 0 rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0px 0 rgba(0, 0, 0, 0)); }
  20% {
    -webkit-filter: drop-shadow(0 0 1px #31eefd) drop-shadow(0 0 1px #31eefd);
    filter: drop-shadow(0 0 1px #31eefd) drop-shadow(0 0 1px #31eefd); } }

.theme-cams--light .camsLogo {
  animation-name: camsLogoGlowOrange; }

@keyframes camsLogoGlowOrange {
  0%, 40%, 100% {
    -webkit-filter: drop-shadow(0 0px 0 rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0px 0 rgba(0, 0, 0, 0)); }
  20% {
    -webkit-filter: drop-shadow(0 0 1px #ef951b) drop-shadow(0 0 1px #ef951b);
    filter: drop-shadow(0 0 1px #ef951b) drop-shadow(0 0 1px #ef951b); } }

/* Model card colors */
.theme-cams--light .footer__copyright__select-language .CamsSelect__input {
  color: var(--THEME_INVERTED, black) !important; }

.footer__links {
  margin: 0 5px;
  text-decoration: none;
  color: var(--COLOR_SECONDARY_TEXT, #b3b3b3); }
  .footer__links a {
    text-decoration: none;
    color: var(--COLOR_SECONDARY_LINK, #b3b3b3);
    margin: 0 5px;
    cursor: pointer; }
    .footer__links a:hover {
      color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }
  .footer__links__social_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 12px;
    color: var(--COLOR_SECONDARY_TEXT, #b3b3b3); }
    @media (max-width: 959px) {
      .footer__links__social_buttons {
        flex-wrap: wrap; } }
    .footer__links__social_buttons a,
    .footer__links__social_buttons span {
      color: var(--COLOR_SECONDARY_LINK, #b3b3b3);
      font-size: 12px;
      text-decoration: none;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 20px; }
      @media (max-width: 959px) {
        .footer__links__social_buttons a:first-child,
        .footer__links__social_buttons span:first-child {
          flex-basis: 100%;
          margin-bottom: 15px; } }
      .footer__links__social_buttons a:hover:not(span),
      .footer__links__social_buttons span:hover:not(span) {
        color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }
    .footer__links__social_buttons img {
      float: left;
      margin: 0 auto;
      cursor: pointer;
      height: 20px;
      padding-right: 20px;
      padding-left: 20px; }
  .footer__links__hookup_text {
    max-width: 800px;
    font-size: 9px;
    color: var(--COLOR_SECONDARY_TEXT, #b3b3b3);
    margin: auto; }
    .footer__links__hookup_text a {
      display: block;
      text-decoration: none;
      color: var(--COLOR_SECONDARY_LINK, #b3b3b3); }
      .footer__links__hookup_text a:hover {
        color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }

.footer__copyright {
  padding: 20px 0;
  font-size: 9px;
  text-align: center;
  color: var(--COLOR_SECONDARY_TEXT, #b3b3b3);
  text-decoration: none solid #b3b3b3;
  line-height: 16px;
  width: 70vw;
  margin: 0 auto; }
  @media (max-width: 959px) {
    .footer__copyright {
      width: 95vw;
      padding-bottom: 80px; } }
  @media (max-width: 959px) {
    .footer__copyright--ios {
      padding-bottom: 175px; } }
  .footer__copyright__footer__divider {
    margin-top: 15px;
    padding-bottom: 15px;
    background-color: transparent !important;
    border-top: 1px solid white !important; }
  .footer__copyright__select-language {
    display: inline-block;
    border: 0px;
    padding-left: 20px; }
    .footer__copyright__select-language .CamsSelect__FormControl {
      margin: 0 !important;
      width: auto; }
    .footer__copyright__select-language select {
      font-size: 12px !important;
      border: 0px !important;
      height: unset !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-bottom: 0 !important;
      line-height: 15px;
      outline: none;
      color: var(--COLOR_SECONDARY_LINK, white) !important; }
      .footer__copyright__select-language select *:focus {
        outline: none; }
    .footer__copyright__select-language svg {
      fill: var(--COLOR_SECONDARY_LINK, white); }
    @media (max-width: 959px) {
      .footer__copyright__select-language {
        padding-left: 0;
        flex-basis: 33%; }
        .footer__copyright__select-language .CamsSelect {
          margin: 20px auto 10px;
          max-width: 100px; }
        .footer__copyright__select-language::before {
          content: "";
          display: block;
          width: 100%; } }
  .footer__copyright__main-links {
    font-size: 12px;
    color: var(--COLOR_SECONDARY_LINK, white); }
    @media (max-width: 959px) {
      .footer__copyright__main-links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
    .footer__copyright__main-links a {
      color: var(--COLOR_SECONDARY_LINK, white);
      font-size: 12px;
      text-decoration: none;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 20px;
      border-right: 1px solid var(--COLOR_SECONDARY_LINK, white); }
      @media (max-width: 959px) {
        .footer__copyright__main-links a {
          padding-left: 5px;
          padding-right: 5px;
          border-right: 0px;
          flex-basis: 33%; } }
      .footer__copyright__main-links a:hover {
        color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }
      .footer__copyright__main-links a:last-of-type {
        border-right: none; }

.footer__languages {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .footer__languages > * {
    margin: 0 10px; }
  .footer__languages > a {
    text-decoration: none;
    color: var(--COLOR_PRIMARY_LINK); }
    .footer__languages > a:hover, .footer__languages > a.active {
      cursor: pointer;
      color: var(--COLOR_PRIMARY_LINK_ACTIVE_TEXT, #b3b3b3); }

.footer__close-button {
  position: fixed;
  top: 10px;
  right: 27px; }

.footer__close-button-icon {
  color: var(--COLOR_PRIMARY_TEXT, #fff) !important; }

.twitter-follow-button {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  background-color: #0c7abf;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer; }

.twitter-follow-button .twitter-box {
  position: relative;
  top: 3px;
  display: inline-block; }

.twitter-follow-label {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  white-space: nowrap;
  color: #fff !important;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px; }

