:root {
  --cutoff-space: 48px;
  --cutoff-space-md: 24px;
  --cutoff-space-md-2: 16px;
  --cutoff-skew: -40deg;
}

/* var(--header-color, blue); */

#front-mtech-cutoff-container {
  flex-grow: 1;
}

#front-mtech-cutoff-container-mobile .cut-off-mobile {
  display: none;
}

.mtech-ground-cut-off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  line-height: 12px;
}

.mtech-ground-cut-off #cutoff-logo {
  max-height: 32px;
  width: auto;
}

.mtech-ground-cut-off #cutoff-timer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin: 0 var(--cutoff-space) 0 var(--cutoff-space);
  padding: 0 var(--cutoff-space) 0 var(--cutoff-space);
  width: 220px;
  color: white;
}

.mtech-ground-cut-off .timer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fd4513;
  transform-origin: center;
  transform: skewX(var(--cutoff-skew));
}

.mtech-ground-cut-off .timer-value {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.mtech-ground-cut-off .cutoff-text {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

.mtech-ground-cut-off .mobile-cutoff-text {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 9px;
  display: none;
}

@media only screen and (max-width: 1440px) {
  .mtech-ground-cut-off #cutoff-timer {
    margin: 0 var(--cutoff-space-md) 0 var(--cutoff-space-md);
    padding: 0 var(--cutoff-space-md) 0 var(--cutoff-space-md);
    width: 192px;
    color: white;
  }

  .mtech-ground-cut-off .timer-bg {
  }

  .mtech-ground-cut-off .timer-value {
    font-size: 13px;
  }

  .mtech-ground-cut-off .cutoff-text {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1260px) {
  .mtech-ground-cut-off #cutoff-timer {
    margin: 0 var(--cutoff-space-md-2) 0 var(--cutoff-space-md-2);
    padding: 0 var(--cutoff-space-md-2) 0 var(--cutoff-space-md-2);
    width: 172px;
    color: white;
  }

  .mtech-ground-cut-off .timer-value {
    font-weight: 700;
    font-size: 12px;
  }

  .mtech-ground-cut-off .cutoff-text {
    font-weight: 700;
    font-size: 9px;
    display: none;
  }

  .mtech-ground-cut-off .mobile-cutoff-text {
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: inline;
  }
}
@media only screen and (max-width: 1154px) {
  .mtech-ground-cut-off #cutoff-timer {
    margin: 0 var(--cutoff-space-md-2) 0 var(--cutoff-space-md-2);
    padding: 0 var(--cutoff-space-md-2) 0 var(--cutoff-space-md-2);
    width: 172px;
    color: white;
  }

  .mtech-ground-cut-off .timer-value {
    font-weight: 700;
    font-size: 12px;
  }

  .mtech-ground-cut-off .cutoff-text {
    font-weight: 700;
    font-size: 9px;
    display: none;
  }
  .mtech-ground-cut-off .mobile-cutoff-text {
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: inline;
  }
}

@media only screen and (max-width: 992px) {
  #front-mtech-cutoff-container-mobile .cut-off-mobile {
    display: flex;
  }
}
