.fixed-banner-1{background:#F46B06;position:relative;top:0;max-height:-moz-fit-content;max-height:fit-content;width:100%;z-index:10;height:auto;padding:15px 0}@media (max-width:767.8px){.fixed-banner-1{padding:8.5px 0}}.fixed-banner-1 .wrapper{text-align:center;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse}.fixed-banner-1 .wrapper h2{font-size:13px;text-align:center;color:var(--newBlue);text-transform:uppercase;display:inline;margin-right:15px;font-family:var(--fontHeading)}@media (max-width:767.8px){.fixed-banner-1 .wrapper h2{font-size:11px;line-height:15px;width:100%;max-width:234px;margin:auto}}.fixed-banner-1 .wrapper p{color:var(--black);font-size:16px;font-family:var(--fontBody);margin:7.5px auto}@media (max-width:767.8px){.fixed-banner-1 .wrapper p{text-align:left;line-height:11px;font-size:12px;max-width:275px}}.fixed-banner-1 .wrapper a{text-decoration:none;display:inline;border:1px solid var(--white);margin-left:30px;padding:9px 20px 8px;font-family:var(--fontBody);margin-right:10px;white-space:nowrap}@media (max-width:767.8px){.fixed-banner-1 .wrapper a{padding:6px 17px 5px;font-size:9px;max-width:99px;margin:auto;width:100%}}.fixed-banner-1__image{position:absolute;top:6px;left:275px;width:133px;z-index:200}@media (max-width:767.8px){.fixed-banner-1__image{left:0;top:0;width:105px}}.fixed-banner-1 svg{display:block;cursor:pointer;z-index:1;filter:invert(1)}@media (max-width:767.8px){.fixed-banner-1 svg{position:relative;display:block;right:unset;transform:none}}

.promotion-banner-text {
  text-align: center !important;
  font-family: 'Gotham' !important;
  font'ham' !important;
  margin: 7.5px 0 !important;
  line-height: 11px !important;
  text-transform: uppercase !important;
}

.promotion-banner-text .promotion-banner-text-whole {
  font-size: 14px;
  font-weight: 900;
  font-family: 'Gotham';
}

.promotion-banner-text .promotion-banner-text-heading {
  display: none;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
}

.promotion-banner-text .promotion-banner-text-body {
  display: none;
  font-size: 9px;
/*   margin: 0; */
}

.fixed-banner-1 .wrapper>h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.event-countdown__countdown.countdown {
  display: flex;
  color: var(--black);
}

.event-countdown__countdown>div {
  display: flex;
  flex-direction: column;
}

.event-countdown__countdown div span:nth-child(1) {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Gotham';
    margin-bottom: -3px;
}

.event-countdown__countdown div span:nth-child(2) {
    font-size: 8px;
    font-weight: 500;
    font-family: 'Roboto';
}

.event-countdown__countdown p {
    font-weight: 300;
    font-size: 18px !important;
    margin: 7px 4px !important;
}

#timer-warning {
  position: absolute;
  background: var(--blue);
  top: 63px;
  padding: 4px 10px;
  right: 11vw;
  border-radius: 9px;
  font-weight: 900;
  font-size: 15px;
  display: none;
}

@media (max-width:1021px) {
  #timer-warning {
    top: 86px;
  }
}

@media (max-width:767.8px) {
  .promotion-banner-text .promotion-banner-text-whole {
    display: none;
  }
  
  .promotion-banner-text .promotion-banner-text-heading {
    display: block;
  }
  
  .promotion-banner-text .promotion-banner-text-body {
    display: block;
  }
  
  .event-countdown__countdown div span:nth-child(1) {
    font-size: 20px;
    margin-bottom: -4px;
  }
  
  .event-countdown__countdown div span:nth-child(2) {
    font-size: 5px;
  }
  
  .event-countdown__countdown p {
    font-size: 15px !important;
    margin: 7px 2px !important;
  }
  
  .fixed-banner-1 {
    padding: 16px 0;
  }

  #timer-warning {
    top: 56px;
  }
}