.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/*
** Brand custom dropdown
** TODO: to refactor mixin include --> use this mixin only in _select2.scss
*/
/*
** Brand form control
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Password toggler (show/hide password)
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Brand checkbox
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
.transparent-header .hero-banner-full-height {
  height: 100vh !important; }

@media screen and (max-width: 991.98px) and (min-height: 800px) {
  .transparent-header .hero-banner-full-height {
    height: 728px !important; } }

.hero-banner-full-height {
  height: 100vh !important;
  min-height: 600px; }
  @media (max-width: 991.98px) {
    .hero-banner-full-height {
      height: calc(100vh - 72px) !important; } }
  @media screen and (max-width: 991.98px) and (min-height: 800px) {
    .hero-banner-full-height {
      height: 728px !important; } }

.hero-banner-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 76px;
  letter-spacing: unset;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .hero-banner-title {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 8px;
      padding: 0 24px; } }

.hero-banner-description {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 48px; }
  @media (max-width: 991.98px) {
    .hero-banner-description {
      padding: 0 24px; } }

.hero-banner-btn.btn-primary.btn-primary-light {
  font-size: 11px;
  font-family: "Riviera Nights - Medium", arial, sans-serif;
  padding: 11px;
  pointer-events: auto;
  font-weight: 500;
  line-height: 20px;
  min-width: 125px;
  width: auto;
  text-align: center;
  letter-spacing: 0.12em; }

.hero-banner.text-overlay, .hero-banner.text-overlay-centered {
  position: relative; }
  .hero-banner.text-overlay .col-overlay,
  .hero-banner.text-overlay .col-overlay-centered, .hero-banner.text-overlay-centered .col-overlay,
  .hero-banner.text-overlay-centered .col-overlay-centered {
    position: static; }
  .hero-banner.text-overlay .hero-banner-background::after, .hero-banner.text-overlay-centered .hero-banner-background::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.2; }
  .hero-banner.text-overlay .hero-banner-link-wrapper, .hero-banner.text-overlay-centered .hero-banner-link-wrapper {
    display: none; }
  .hero-banner.text-overlay .hero-banner-text-wrapper, .hero-banner.text-overlay-centered .hero-banner-text-wrapper {
    width: 100%;
    cursor: auto;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateY(-0.5px); }

.hero-banner-background .ratio-container {
  display: block; }
  .hero-banner-background .ratio-container::after {
    padding-bottom: var(--paddingSm, 0); }
    @media (min-width: 576px) {
      .hero-banner-background .ratio-container::after {
        padding-bottom: var(--paddingMd, var(--paddingLg, 0)); } }
    @media (min-width: 768px) {
      .hero-banner-background .ratio-container::after {
        padding-bottom: var(--paddingLg, 0); } }


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