/* app/assets/stylesheets/about/giftCards/desktop.css */
.gc-header {
  padding: 30px 0;
  color: var(--neutral-000);
  background: rgba(0, 0, 0, 0) url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/giftCards/gc-header-bg.7e6ccs35.jpg") no-repeat scroll center 0;
}
.gc-header__adunit {
  margin-bottom: 30px;
}
.gc-header__title {
  color: var(--neutral-000);
  margin-bottom: 5px;
  line-height: 41px;
  font-weight: bold;
}
.gc-header__sub-title {
  text-transform: none;
  font-style: normal;
}
.gc-header__btns {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
}
.gc-header__btn {
  width: calc(100% / 4 - 16px);
  font-size: 14px;
  padding: 13px 16px;
}
.gc-header__btns .gc-header__btn:focus,
.gc-header__btns .gc-header__btn:hover {
  text-decoration: none;
}
.gc-header__btn,
.gc-header__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gc-header__legal-wrapper {
  padding: 20px 16px;
}
.gc-header__legal-disclaimer {
  color: #cccfd1;
  font-size: 14px;
  font-weight: 400;
}
.gc-questions {
  text-align: right;
  padding: 16px 10px;
  max-width: 1280px;
  margin: auto;
}
.gc-questions__link {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.gc-module {
  padding: 0 10px;
}
.gc-module .panel {
  overflow: auto;
}
.gc-module__carousel-panel {
  padding-left: 0;
  padding-right: 0;
}
.gc-module__title {
  background-color: var(--neutral-400);
  color: var(--neutral-000);
  text-transform: uppercase;
  font-style: normal;
  padding: 12px 12px 6px 12px;
}
.gc-module__para {
  padding-bottom: 1em;
}
.gc-module__retailer {
  max-height: 56px;
  width: auto;
  margin: 20px 5px;
}
.gc-module__cta {
  text-align: right;
}
.gc-module__cta-link {
  margin-right: 10px;
}
.gc-module__sub-title {
  color: #4c4c4c;
  padding: 0 0 0 20px;
  margin: 0;
}
.gc-module__foot-note {
  display: inline-block;
  padding: 10px 0;
}
.gc-module__legal {
  margin: 30px 20px;
  color: var(--neutral-300);
  font-size: 12px;
}
.gc-module__card-overlay {
  display: flex;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-overlay-80);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
}
.gc-module__card-overlay .gc-module__card-btn:hover,
.gc-module__card-overlay .gc-module__card-btn:focus {
  text-decoration: none;
}
.is-focused .gc-module__card-overlay,
.fd-carousel__slide:hover .gc-module__card-overlay {
  transform: none;
}
.fd-carousel__img-wrap {
  border-radius: 0;
  background-color: transparent;
}
.fd-carousel__arrow {
  top: 83px;
  left: 10px;
}
.fd-carousel__arrow--right {
  left: auto;
  right: 10px;
}
.fd-carousel-placeholder__item,
.fd-carousel__slide {
  width: calc(100% / 4 - 10px);
  height: 200px;
}
.custom-gift-card-carousel .fd-carousel-placeholder__item,
.custom-gift-card-carousel .fd-carousel__slide {
  width: calc(100% / 2 - 10px);
}
.custom-gift-card-carousel .fd-carousel-placeholder__item:nth-last-child(-n+2) {
  display: none;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/about/giftCards/desktop.7f63qaec.css */
/*# sourceMappingURL=desktop.css.map */
