/* Add here all your css styles (customizations) */
.g-bg-secondary-opacity-0_1 {
  background-color: rgba(66, 66, 0, 0.1) !important;
}

.g-bg-secondary-opacity-0_2 {
  background-color: rgba(66, 66, 0, 0.2) !important;
}

.g-bg-secondary-opacity-0_2--hover:hover {
  background-color: rgba(66, 66, 0, 0.2) !important;
}

.g-bg-secondary-opacity-0_2--hover--after:hover::after {
  background-color: rgba(66, 66, 0, 0.2) !important;
}

.active .g-bg-secondary-opacity-0_2--active {
  background-color: rgba(66, 66, 0, 0.2) !important;
}

.g-bg-secondary-opacity-0_2--before::before, .g-bg-secondary-opacity-0_2--after::after {
  background-color: rgba(66, 66, 0, 0.2) !important;
}

.g-bg-secondary-opacity-0_3 {
  background-color: rgba(66, 66, 0, 0.3) !important;
}

.g-bg-secondary-opacity-0_3--hover:hover {
  background-color: rgba(66, 66, 0, 0.3) !important;
}

.g-bg-secondary-opacity-0_3--hover--after:hover::after {
  background-color: rgba(66, 66, 0, 0.3) !important;
}

.active .g-bg-secondary-opacity-0_3--active {
  background-color: rgba(66, 66, 0, 0.3) !important;
}

.g-bg-secondary-opacity-0_3--before::before, .g-bg-secondary-opacity-0_3--after::after {
  background-color: rgba(66, 66, 0, 0.3) !important;
}

.g-bg-secondary-opacity-0_4 {
  background-color: rgba(66, 66, 0, 0.4) !important;
}

.g-bg-secondary-opacity-0_4--hover:hover {
  background-color: rgba(66, 66, 0, 0.4) !important;
}

.g-bg-secondary-opacity-0_4--hover--after:hover::after {
  background-color: rgba(66, 66, 0, 0.4) !important;
}

.g-bg-secondary-opacity-0_4--after::after {
  background-color: rgba(66, 66, 0, 0.4) !important;
}

.g-bg-secondary-opacity-0_6 {
  background-color: rgba(66, 66, 0, 0.6) !important;
}

.g-bg-secondary-opacity-0_6--hover:hover {
  background-color: rgba(66, 66, 0, 0.6) !important;
}

.g-bg-secondary-opacity-0_6--hover--after:hover::after {
  background-color: rgba(66, 66, 0, 0.6) !important;
}

.g-bg-secondary-opacity-0_6--after::after {
  background-color: rgba(66, 66, 0, 0.6) !important;
}

.g-bg-secondary-opacity-0_8 {
  background-color: rgba(66, 66, 0, 0.8) !important;
}

.g-bg-secondary-opacity-0_8--hover:hover {
  background-color: rgba(66, 66, 0, 0.8) !important;
}

.g-bg-secondary-opacity-0_8--hover--after:hover::after {
  background-color: rgba(66, 66, 0, 0.8) !important;
}

.g-bg-secondary-opacity-0_8--before::after, .g-bg-secondary-opacity-0_8--after::after {
  background-color: rgba(66, 66, 0, 0.8) !important;
}

.g-bg-secondary-opacity-0_8--before--hover:hover::after, .g-bg-secondary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(66, 66, 0, 0.8) !important;
}

.g-bg-secondary-opacity-0_9 {
  background-color: rgba(66, 66, 0, 0.9) !important;
}

.g-bg-secondary-opacity-0_9--hover:hover {
  background-color: rgba(66, 66, 0, 0.9) !important;
}

.g-bg-secondary-opacity-0_9--hover--after:hover::after {
  background-color: rgba(66, 66, 0, 0.9) !important;
}

.g-bg-secondary-opacity-0_9--before::after, .g-bg-secondary-opacity-0_9--after::after {
  background-color: rgba(66, 66, 0, 0.9) !important;
}

.g-bg-secondary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(66, 66, 0, 0.9) !important;
}
.g-bg-accent {
  background-color: #D8D858 !important;
}

.u-block-hover:hover .g-color-accent--hover, .g-color-accent--hover:hover, .g-color-accent {
  color: #D8D858 !important;
}

.g-brd-top-1 {
    border-top-width: 1px !important;
}

@media (min-width: 576px) {

  .g-width-45--sm {
    width: 45px !important;
  }

  .g-width-50--sm {
    width: 50px !important;
  }

  .g-width-60--sm {
    width: 60px !important;
  }

  .g-width-70--sm {
    width: 70px !important;
  }

  .g-width-75--sm {
    width: 75px !important;
  }

  .g-width-80--sm {
    width: 80px !important;
  }
  
  .g-width-130--sm {
    width: 130px !important;
  }

  .g-width-145--sm {
    width: 145px !important;
  }

  .g-width-160--sm {
    width: 160px !important;
  }

  .g-width-300--sm {
    width: 300px !important;
  }

}

