@keyframes hbfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hellobar-bar {
  --hello-bar-background-color1: #333333;
  --hello-bar-background-color2: #FFFFFF;
  --hello-bar-color1: #FFFFFF;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  color: var(--hello-bar-color1);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  height: 60px;
  z-index: 100;
  background: linear-gradient(to right, var(--hello-bar-background-color1) 68%, var(--hello-bar-background-color2) 50%);
  animation: hbfadein 1s;
  width: 100%;
  margin: 0;
  display: block;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  bottom: 0;
  border-top: 2px solid var(--hello-bar-background-color1);
}
#hellobar-bar,
#hellobar-bar * {
  box-sizing: border-box;
}
#hellobar-bar,
#hellobar-bar a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #8A7C56;
  letter-spacing: 0.05625rem;
  text-underline-offset: 3px;
}
#hellobar-bar .btn {
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-width: 1px;
  border-style: solid;
  line-height: 25px;
  letter-spacing: 0.8px;
}
#hellobar-bar .dec-icon,
#hellobar-bar .fa5-icon {
  font-size: inherit;
}
#hellobar-bar .row {
  --bs-gutter-x: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#hellobar-bar .row > * {
  flex-shrink: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.hb-content-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  --arc-width: 400px;
  --arc-offset: calc(var(--arc-width) / -2);
  --arc-bottom: var(--arc-offset);
}
.hb-content-wrapper .row {
  height: 100%;
  display: flex;
  align-items: center;
}
.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.hb-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hb-col.hb-col-1 {
  top: -1px;
  flex-grow: 0;
  flex-shrink: 0;
}
.hb-col.hb-col-1 .logo-white-svg {
  display: none;
}
.hb-col.hb-col-1 .dec-icon,
.hb-col.hb-col-1 .dec-icon svg {
  color: var(--hello-bar-color1) !important;
  fill: var(--hello-bar-color1) !important;
  width: 27px;
  height: 27px;
}
.hb-col.hb-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--hello-bar-background-color2);
  text-align: left;
}
.hb-col.hb-col-3 .btn-primary {
  z-index: 1;
  display: flex;
  align-items: center;
  --get-started-btn-height: 36px;
  --vertical-margin: calc(calc(var(--navbar-height) - 1px) - var(--get-started-btn-height));
  --margin-top: calc(var(--vertical-margin) * 0.5);
  background-image: none;
  border-radius: 10px !important;
  width: 193px !important;
  min-width: unset !important;
  height: var(--get-started-btn-height) !important;
  padding: 0 !important;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-shadow: unset;
  transition: background-color 200ms, border-color 200ms !important;
}
.hb-col.hb-col-3 .btn-secondary {
  display: none;
  border-color: #D4C292;
  background-color: #FFFFFF;
  color: #D4C292;
  border-radius: 10px;
}
.hb-col.hb-col-3 .btn-black {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}
.hb-col.hb-col-3 .btn-black:hover {
  border-color: #606060;
  background-color: #606060;
}
.hb-col.hb-col-3 .btn-butter-gold {
  border-color: #D4C292;
  background-color: #D4C292;
  color: #333333;
}
.hb-col.hb-col-3 .btn-butter-gold:hover {
  border-color: #8A7C56;
  background-color: #8A7C56;
}
.hb-col.hb-col-3 .btn-grey {
  border-color: #707070;
  background-color: #707070;
  color: #FFFFFF;
}
.hb-col.hb-col-3 .btn-grey:hover {
  border-color: #606060;
  background-color: #606060;
}
.hb-col.hb-col-3 .btn-white {
  border-color: #B19F6F;
  background-color: #FFFFFF;
  color: #B19F6F;
}
.hb-col.hb-col-3 .btn-dark-gold {
  border-color: #8A7C56;
  background-color: #8A7C56;
  color: #333333;
}
.hb-col.hb-col-3 a {
  position: relative;
}
.hb-col.hb-col-3::before {
  content: '';
  position: absolute;
  left: var(--arc-offset);
  top: 0;
  bottom: var(--arc-bottom);
  width: var(--arc-width);
  background-color: var(--hello-bar-background-color2);
  border-radius: 100%;
}
.hb-col.hb-col-3 .btn {
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}
.hb-col.hb-col-2 {
  top: -1px;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  text-align: left;
  flex-grow: 1 !important;
  flex-shrink: 1;
  background-color: var(--hello-bar-background-color1);
  color: var(--hello-bar-color1);
}
.hb-col.hb-col-2 .content {
  width: 100%;
  padding-left: 15px;
}
.hb-col.hb-col-2 .content a {
  height: 100%;
  display: flex;
  padding: 3px;
  text-transform: initial;
  flex-direction: column;
  justify-content: center;
}
.hb-line-1 {
  font-family: "proxima-nova", "Gill Sans MT", "Gill Sans", sans-serif;
  letter-spacing: normal;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
}
.hb-line-1 b {
  font-size: 20px;
  font-weight: 700;
}
.hb-line-2 {
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
}
.hb-line-2 b.fauxLink {
  text-decoration: underline;
  font-weight: 700;
}
.hb-line-2 b.fauxLink:hover {
  color: #eee;
}
.hb-close-wrapper {
  float: right;
}
.hb-close-wrapper .hb-icon-close {
  font-size: 9px;
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 100%;
  z-index: 1000;
}
.hb-icon-close:hover {
  stroke: black;
  stroke-width: 1px;
}
@media (max-width: 991px) {
  .hb-icon-close:hover {
    stroke: white;
    stroke-width: 1px;
  }
}
@media (max-width: 1850px) and (min-width: 1250px) {
  #hellobar-bar {
    background: linear-gradient(to right, var(--hello-bar-background-color1) 73%, var(--hello-bar-background-color2) 50%);
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hb-col.hb-col-3 .btn-primary {
    margin-left: -70px;
  }
}
@media (max-width: 1250px) and (min-width: 991px) {
  #hellobar-bar {
    background: linear-gradient(to right, var(--hello-bar-background-color1) 75%, var(--hello-bar-background-color2) 50%);
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #hellobar-bar {
    background: var(--hello-bar-background-color1);
  }
  .hb-content-wrapper p {
    padding-right: 0 !important;
  }
  .hb-content-wrapper p.hb-line-1 {
    font-size: 14px;
  }
  .hb-content-wrapper p.hb-line-2 {
    font-size: 12px;
  }
  .hb-col.hb-col-2 .content {
    padding-left: 5px;
  }
  .hb-col.hb-col-3 {
    background: transparent;
  }
  .hb-col.hb-col-3::before {
    content: none;
  }
  .hb-col.hb-col-3 .btn-primary {
    display: none;
  }
  .hb-col.hb-col-3 .btn-secondary {
    display: flex;
    max-width: 334px;
    margin: auto;
    min-width: auto;
    color: #272319;
    height: 36px;
    align-items: center;
    font-weight: 400 !important;
  }
  .hb-close-wrapper .hb-icon-close svg {
    fill: white;
  }
}
@media (max-width: 767px) {
  #hellobar-bar {
    background: var(--hello-bar-background-color1);
    height: auto;
  }
  .hb-content-wrapper .row {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    flex-direction: column;
  }
  .hb-content-wrapper p {
    padding-right: 0;
  }
  .hb-col {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .hb-col.hb-col-1 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .hb-col.hb-col-1 .logo-white-svg {
    display: block;
    color: white;
  }
  .hb-col.hb-col-1 .logo-white-svg svg {
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }
  .hb-col.hb-col-1 .dec-icon {
    display: none;
  }
  .hb-col.hb-col-2 {
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .hb-col.hb-col-2 .content {
    padding-left: 0px;
  }
  .hb-col.hb-col-3 {
    padding-top: 2px;
    background-color: var(--hello-bar-background-color1);
    text-align: center;
  }
  .hb-col.hb-col-3 .btn-primary {
    display: none;
  }
  .hb-col.hb-col-3 .btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 334px;
    margin: auto;
    min-width: auto;
    color: #272319 !important;
    font-weight: 700;
  }
  .hb-col.hb-col-3::before {
    content: none;
  }
  .hb-col.hb-col-3 .btn {
    height: 36px;
  }
  .hb-line-1 {
    font-family: "proxima-nova", "Gill Sans MT", "Gill Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .hb-line-1 b {
    font-size: inherit;
    font-weight: normal;
  }
  .hb-line-2 {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    padding-top: 2px;
  }
  .hb-close-wrapper .hb-icon-close svg {
    fill: white;
  }
}
@media (max-width: 575.98px) {
  .hb-col.hb-col-3 .btn {
    min-width: unset;
    width: 334px;
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .hb-close-wrapper .hb-icon-close {
    right: 10%;
  }
}
