/**********************************
 * Hero Slider
 * ********************************/
.hero-slider {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0; }
  .hero-slider__slide {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 1rem;
    width: 100%;
    position: relative; }
  .hero-slider__content-container {
    max-width: 1220px;
    position: relative;
    margin: 0 auto;
    height: 100%; }
  .hero-slider__content {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    max-width: 800px; }
  .hero-slider__title {
    font-size: 2rem;
    line-height: 1.05;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1rem 0; }
  .hero-slider__text {
    font-size: 1rem;
    margin-top: 0; }
  .hero-slider__action {
    display: inline-block;
    color: #fff;
    background-color: #c10435;
    padding: 0.5em 1em;
    text-transform: uppercase;
    text-decoration: none; }
  .hero-slider__action:hover {
    color: #fff;
    background-color: #8f0327; }
  .hero-slider > .flickity-page-dots {
    bottom: 1rem;
    right: 1rem;
    width: initial; }
  .hero-slider .dot {
    width: 1rem;
    height: 1rem;
    border: 2px solid white; }
  .hero-slider > .flickity-prev-next-button {
    width: 40px;
    height: 60px;
    border-radius: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    transition: opacity 1s; }
  .hero-slider > .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.9); }
  .hero-slider > .flickity-prev-next-button.previous {
    left: 0; }
  .hero-slider > .flickity-prev-next-button.next {
    right: 0; }
  .hero-slider .flickity-button-icon {
    fill: black; }
  .hero-slider:hover > .flickity-prev-next-button {
    opacity: 1; }

@media screen and (min-width: 800px) {
  .hero-slider > .flickity-prev-next-button {
    width: 50px; } }

@media screen and (min-width: 960px) {
  .hero-slider__title {
    font-size: 4rem; }
  .hero-slider__text {
    font-size: 1.75rem; }
  .hero-slider__slide {
    height: 620px; }
  .hero-slider > .flickity-prev-next-button {
    width: 60px; } }

@media screen and (min-width: 1000px) {
  .hero-slider__slide {
    min-height: 660px; } }

@media screen and (min-width: 1700px) {
  .hero-slider__slide {
    height: 800px; } }