.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 544px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mqm0r0");
  src: url("../fonts/icomoon.eot?mqm0r0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mqm0r0") format("truetype"), url("../fonts/icomoon.woff?mqm0r0") format("woff"), url("../fonts/icomoon.svg?mqm0r0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Check .path1::before {
  content: "\E900";
  color: #171711; }

.icon-Check-path2::before {
  content: "\E901";
  color: #171711;
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  background: #61bc6c;
  border-radius: 50%;
  border: 1px solid;
  padding: 0.5px 1px 0.5px 0;
  font-size: rem(21px); }

.icon-Check .path3::before {
  content: "\E902";
  margin-left: -1em;
  color: #61bc6c; }

.icon-chevron_down::before {
  content: "\E903"; }

.icon-chevron_down_2::before {
  content: "\E904"; }

.icon-Cross::before {
  content: "\E905"; }

.icon-lock::before {
  content: "\E906"; }

.icon-minus::before {
  content: "\E907"; }

.icon-plus::before {
  content: "\E908"; }

@font-face {
  font-family: "girott";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
  src: url("../fonts/girott/girott Bold.woff2") format("woff2"), url("../fonts/girott/girott Bold.woff") format("woff"), url("../fonts/girott/girott Bold.eot") format("embedded-opentype"); }

@font-face {
  font-family: "pp_right_groteskmedium";
  src: url("../fonts/right grotesk/rg-medium/pprightgrotesk-medium.woff2") format("woff2"), url("../fonts/right grotesk/rg-medium/pprightgrotesk-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pp_right_groteskregular";
  src: url("../fonts/right grotesk/rg-regular/pprightgrotesk-regular.woff2") format("woff2"), url("../fonts/right grotesk/rg-regular/pprightgrotesk-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "tiempos_text_regular";
  src: url("../fonts/tiempos text/tiempos-text-regular.woff2") format("woff2"), url("../fonts/tiempos text/tiempos-text-regular-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.countdown-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
  padding: 37px 0 53px; }
  .countdown-container .time {
    position: relative;
    font-family: "girott", arial, sans-serif;
    color: #0e1111;
    font-size: 76px;
    line-height: 62.46px;
    letter-spacing: -2.26px; }
  @media (min-width: 769px) {
    .countdown-container {
      padding: 45px 0 70px;
      gap: 15px; }
      .countdown-container .time {
        font-size: 120px;
        font-weight: 700;
        line-height: 100px; } }
  @media (min-width: 1200px) {
    .countdown-container {
      padding: 60px 0 100px;
      gap: 20px; }
      .countdown-container .time {
        font-size: 214px;
        font-weight: 700;
        line-height: 172px;
        letter-spacing: -6.5px; } }
  .countdown-container .wrapper-remaining {
    position: relative; }
    .countdown-container .wrapper-remaining .fixed-text {
      position: absolute;
      top: 110%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: "pp_right_groteskmedium", arial, sans-serif;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.5px;
      color: #0e1111; }
      @media (min-width: 769px) {
        .countdown-container .wrapper-remaining .fixed-text {
          font-size: 20px;
          line-height: 25px; } }
      @media (min-width: 1200px) {
        .countdown-container .wrapper-remaining .fixed-text {
          font-size: 32px;
          line-height: 40px; } }
  .countdown-container .old-value {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(0);
    opacity: 0.75;
    transition: transform 0.5s, opacity 0.5s ease-in-out;
    z-index: 0;
    font-family: "girott", arial, sans-serif;
    color: #0e1111;
    font-size: 76px;
    line-height: 62.46px;
    letter-spacing: -2.26px; }
    @media (min-width: 769px) {
      .countdown-container .old-value {
        font-size: 120px;
        font-weight: 700;
        line-height: 100px; } }
    @media (min-width: 1200px) {
      .countdown-container .old-value {
        font-size: 214px;
        font-weight: 700;
        line-height: 172px;
        letter-spacing: -6.5px; } }
  .countdown-container .old-value.animate {
    transform: translateY(-75%) rotateX(90deg);
    opacity: 0; }


/*# sourceMappingURL=waitingRoom.css.map*/