.countdown__wrapper .countdown {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 500px) {
  .countdown__wrapper .countdown {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .countdown__wrapper .countdown {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .countdown__wrapper .countdown {
    justify-content: space-between;
  }
}

.countdown__section {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .countdown__section {
    min-width: calc(50% - 10px);
    text-align: center;
    width: auto;
    margin: auto;
  }
}

.countdown__amount {
  margin: 0 auto;
  line-height: 1;
}

.countdown__period {
  display: block;
}

.countdown__circle .countdown__section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.countdown__circle .countdown__amount {
  color: var(--brand-primary);
  background: #fff;
  position: relative;
  z-index: 1;
  width: 206px;
  height: 206px;
  margin: 0 auto;
  border: 2px solid rgba(var(--brand-primary-rgb), 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .countdown__circle .countdown__amount {
    width: 150px;
    height: 150px;
    font-size: 65px;
  }
}

.countdown__circle .countdown__period {
  margin-top: 30px;
}

.countdown__circle .svg-wrap {
  position: absolute;
  width: 206px;
  height: 206px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .countdown__circle .svg-wrap {
    width: 150px;
    height: 150px;
  }
}

.countdown__circle .svg-wrap svg {
  overflow: visible;
}

.countdown__circle .svg-wrap circle {
  stroke-width: 2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 651;
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
  transform-origin: 103px 103px;
}

@media (max-width: 767px) {
  .countdown__circle .svg-wrap circle {
    stroke-dasharray: 469;
    cx: 75;
    cy: 75;
    r: 75;
    transform-origin: 75px 75px;
  }
}

.countdown__light {
  text-align: center;
}

@media (min-width: 992px) {
  .countdown__light {
    text-align: left;
  }
}

.countdown__light .countdown {
  max-width: 750px;
}

.countdown__light .countdown__amount {
  color: var(--brand-primary);
}

.countdown__light .countdown__period {
  margin-left: 10px;
}

.countdown__light .countdown__section {
  min-width: 170px;
  padding: 0;
}

@media (min-width: 768px) {
  .countdown__light .countdown__section {
    min-width: 140px;
  }
}

.countdown__light .symbol {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 96px;
  font-weight: 200;
  color: var(--brand-primary);
  line-height: 96px;
  margin-top: -22px;
}

@media (min-width: 768px) {
  .countdown__light .symbol {
    display: block;
  }
}

.countdown__light_white .countdown__amount {
  color: #fff;
}

.countdown__light_white .symbol {
  color: #fff;
}

.countdown__light_white .countdown__period {
  color: #fff;
}

.countdown__massive .countdown__amount {
  color: var(--brand-primary);
  position: relative;
  z-index: 1;
  width: 206px;
  height: 206px;
  margin: 0 auto;
  border: 1px solid rgba(var(--brand-primary-rgb), 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .countdown__massive .countdown__amount {
    width: 150px;
    height: 150px;
    font-size: 65px;
  }
}

.countdown__massive .countdown__period {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  min-width: 80px;
  background: var(--brand-primary);
  margin-top: 0;
  border-radius: 50px;
  transform: translateY(-50%);
}

.countdown__dash .countdown {
  max-width: 750px;
}

.countdown__dash .countdown__amount {
  position: relative;
  color: var(--brand-primary);
  background: linear-gradient(to right, var(--brand-primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.countdown__dash .countdown__period {
  margin-left: 10px;
}

.countdown__dash .countdown__section {
  min-width: 170px;
  padding: 0;
}

@media (min-width: 768px) {
  .countdown__dash .countdown__section {
    min-width: 140px;
  }
}

.countdown__dash .symbol {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 96px;
  font-weight: 200;
  color: #DFDFDF;
  line-height: 96px;
  margin-top: -22px;
}

@media (min-width: 768px) {
  .countdown__dash .symbol {
    display: block;
  }
}

.countdown__flip {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  /* Animation start */
  /* Animation end */
}

@media (min-width: 768px) {
  .countdown__flip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .countdown__flip {
    justify-content: space-between;
  }
}

.countdown__flip .time {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 150px;
  height: 195px;
  perspective: 493px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 6px 30px 0 rgba(var(--brand-primary-rgb), 0.6);
}

@media (min-width: 768px) {
  .countdown__flip .time {
    width: 160px;
  }
}

.countdown__flip .count {
  background: var(--brand-primary);
  color: #f8f8f8;
  display: block;
  font-size: 96px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transform: translateZ(0);
  transform-style: flat;
}

.countdown__flip .count.top {
  border-bottom: 2px solid var(--brk-base-6);
  background: linear-gradient(50deg, var(--brand-primary), var(--brand-primary));
  line-height: 195px;
  height: 50%;
  transform-origin: 50% 100%;
}

.countdown__flip .count.bottom {
  background: linear-gradient(50deg, var(--brand-primary), var(--brand-primary));
  line-height: 0;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
}

.countdown__flip .label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .countdown__flip .label {
    margin-top: 30px;
  }
}

.countdown__flip .count.curr.top {
  transform: rotateX(0deg);
  z-index: 3;
}

.countdown__flip .count.next.bottom {
  transform: rotateX(90deg);
  z-index: 2;
}

.countdown__flip .flip .count.curr.top {
  transition: all 250ms ease-in-out;
  transform: rotateX(-90deg);
}

.countdown__flip .flip .count.next.bottom {
  transition: all 250ms ease-in-out 250ms;
  transform: rotateX(0deg);
}

.countdown__flip-2 {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  /* Animation start */
  /* Animation end */
}

@media (min-width: 768px) {
  .countdown__flip-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .countdown__flip-2 {
    justify-content: space-between;
  }
}

.countdown__flip-2 .time {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 90px;
  height: 112px;
  perspective: 250px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 8px;
  transform: translate3d(0, 0, 0);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25), inset 1px 1px rgba(255, 255, 255, 0.2);
}

.countdown__flip-2 .time:before,
.countdown__flip-2 .time:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #fff;
}

.countdown__flip-2 .time:before {
  left: -1px;
}

.countdown__flip-2 .time:after {
  right: -1px;
}

.countdown__flip-2 .count {
  background-color: #00d281;
  color: #fff;
  display: block;
  font-size: 3.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.countdown__flip-2 .count.top {
  border-bottom: 1px solid #15ae59;
  background-color: #00d281;
  line-height: 112px;
  height: 50%;
  transform-origin: 50% 100%;
  border-radius: 8px 8px 0 0;
}

.countdown__flip-2 .count.bottom {
  background-color: #00d281;
  line-height: 0;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
  border-radius: 0 0 8px 8px;
}

.countdown__flip-2 .count.curr.top {
  transform: rotateX(0deg);
  z-index: 3;
}

.countdown__flip-2 .count.next.bottom {
  transform: rotateX(90deg);
  z-index: 2;
}

.countdown__flip-2 .flip .count.curr.top {
  transition: all 250ms ease-in-out;
  transform: rotateX(-90deg);
}

.countdown__flip-2 .flip .count.next.bottom {
  transition: all 250ms ease-in-out 250ms;
  transform: rotateX(0deg);
}

.countdown__flip-2 .label {
  display: block;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 600;
  margin-top: 18px;
  text-transform: uppercase;
  color: #a3aeac;
}

.countdown__flip-2_white .count {
  background-color: #ffffff;
  color: var(--brand-primary);
}

.countdown__flip-2_white .count.top {
  border-bottom: 1px solid #fff;
}

.countdown__flip-2_white .count.top,
.countdown__flip-2_white .count.bottom {
  background-color: #fff;
}

.countdown__flip-2_white .label {
  color: #fff;
}

.countdown__flip-2_primary .count {
  background-color: var(--brand-primary);
  color: #fff;
}

.countdown__flip-2_primary .count.top {
  border-bottom: 1px solid var(--brand-primary);
}

.countdown__flip-2_primary .count.top,
.countdown__flip-2_primary .count.bottom {
  background-color: var(--brand-primary);
}

.countdown__flip-2_primary .label {
  color: #fff;
}

.countdown__flip-2_brk-base-1 .count {
  background-color: var(--brk-base-1);
  color: #fff;
}

.countdown__flip-2_brk-base-1 .count.top {
  border-bottom: 1px solid var(--brk-base-1);
}

.countdown__flip-2_brk-base-1 .count.top,
.countdown__flip-2_brk-base-1 .count.bottom {
  background-color: var(--brk-base-1);
}

.countdown__flip-2_brk-base-1 .label {
  color: #fff;
}

.countdown__flip-2_not-centred {
  margin-left: 0;
  margin-right: 0;
}

.countdown__flip-2_not-centred .countdown__section {
  padding: 0;
}

.countdown__large .countdown {
  background: #fff;
}

.countdown__large .countdown__amount {
  font-size: 56px;
}

.countdown__large .countdown__section {
  margin: 10px auto;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .countdown__large .countdown__section {
    border-left: 1px solid #EDEDED;
  }

  [dir='rtl'] .countdown__large .countdown__section {
    border-left: none;
    border-right: 1px solid #EDEDED;
  }
}

@media (min-width: 768px) {
  .countdown__large .countdown__section {
    width: 25%;
  }
}

.countdown__large .countdown__section:first-child {
  border-left: none;
}

[dir='rtl'] .countdown__large .countdown__section:first-child {
  border-right: none;
}

.countdown__large .countdown__period {
  color: #C7C7C7;
}

.countdown__medium .countdown {
  background: #fff;
}

.countdown__medium .countdown__amount {
  font-size: 36px;
}

.countdown__medium .countdown__section {
  margin: 10px auto;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .countdown__medium .countdown__section {
    border-left: none;
  }
}

@media (min-width: 768px) {
  .countdown__medium .countdown__section {
    width: 25%;
  }
}

.countdown__medium .countdown__section:first-child {
  border-left: none;
}

.countdown__medium .countdown__period {
  color: #C7C7C7;
  font-size: 16px;
}

.countdown__banner-timer {
  width: 100%;
  height: 125px;
}

.countdown__banner-timer .countdown {
  height: 100%;
  padding: 0 25px;
  justify-content: space-around;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.countdown__banner-timer .countdown__section {
  min-width: 25%;
  margin: 0;
}

.countdown__banner-timer .countdown__section .symbol {
  width: 1px;
  height: 53px;
  background-color: #2993ff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}