#countdown-button.hide {
  display: none;
}
#countdown-button.show {
  display: block;
}
section.hero-countdown .cta-button.align-center a.animated {
    left: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

section.hero-countdown .heading.enigmaWhite {
    text-shadow: 0px 0px 15px rgba(23, 21, 77, 0.55);
}
section.hero-countdown .countdown-timer .heading {
    font-family: var(--mangoGrotesqueMedium);
    margin-bottom: 0;
}

@media only screen and (min-width: 641px) and (max-width: 782px) {
    section[class*="hero-"].hero-countdown  .small-container {
        margin-top: 30px;
    }
    section.hero-countdown .heading {
        margin-bottom: 5px;
    }
    section.hero-countdown .countdown-timer .heading {
        font-size: 38px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 783px) and (max-width: 958px) {
    section[class*="hero-"].hero-countdown  .small-container {
        margin-top: 30px;
    }
    section.hero-countdown .heading {
        margin-bottom: 10px;
    }
}
