@import url("https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&family=Sigmar&family=Yanone+Kaffeesatz:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: hobeaux-rococeaux-sherman;
  src: url(https://use.typekit.net/af/d0f71b/00000000000000007735b1fe/30/l?subset_id=2&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/d0f71b/00000000000000007735b1fe/30/d?subset_id=2&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/d0f71b/00000000000000007735b1fe/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/l?subset_id=2&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/d?subset_id=2&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/l?subset_id=2&fvd=n6&v=3) format("woff2"), url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/d?subset_id=2&fvd=n6&v=3) format("woff"), url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/a?subset_id=2&fvd=n6&v=3) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?subset_id=2&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/d?subset_id=2&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/6c4da4/00000000000000007735bb5e/30/l?subset_id=2&fvd=i5&v=3) format("woff2"), url(https://use.typekit.net/af/6c4da4/00000000000000007735bb5e/30/d?subset_id=2&fvd=i5&v=3) format("woff"), url(https://use.typekit.net/af/6c4da4/00000000000000007735bb5e/30/a?subset_id=2&fvd=i5&v=3) format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/l?subset_id=2&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/d?subset_id=2&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
* {
  box-sizing: border-box;
  outline: none;
  text-rendering: auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  * {
    -webkit-user-select: none;
  }
}

.glow-background {
  background-color: rgba(255, 255, 255, 0);
}

.glow-color {
  color: #2c5111;
}

.highlight-background {
  background-color: #ba9115;
}

.highlight-color {
  color: #ffffff;
}

.light-background {
  background-color: #dcf4ca;
}

.light-color {
  color: #2c5111;
}

.dark-background {
  background-color: #dcf4ca;
}

.dark-color {
  color: #2c5111;
}

.primary-background {
  background-color: #915f1b;
}

.logout-timer {
  position: fixed;
  z-index: 100;
  padding: 15px;
  background-color: #915f1b;
  color: #ffffff;
  opacity: 0;
  transition: all 300ms ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logout-timer .logout-header {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 80%;
}
.logout-timer.enabled {
  opacity: 1;
}

input, textarea {
  -webkit-user-select: text;
  font-family: "Plus Jakarta Sans", "Oswald", "Open Sans", "Montserrat", sans-serif;
  resize: none;
  border-radius: 10px;
}

.primaryColor {
  color: #915f1b;
}

.primaryBg {
  background-color: #915f1b;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

select option {
  font-weight: normal;
}

.hide {
  transform: scale(0);
  pointer-events: none;
  position: absolute;
  z-index: 0;
  opacity: 0;
  height: 0;
  width: 0;
  transition: opacity 300ms ease;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
  font-family: "Bradley Gratis";
  src: url("/wp-content/themes/blackleaf/website/assets/Bradley_Gratis/Bradley_Gratis.eot?") format("eot"), url("/wp-content/themes/blackleaf/website/assets/Bradley_Gratis/Bradley_Gratis.woff") format("woff"), url("/wp-content/themes/blackleaf/website/assets/Bradley_Gratis/Bradley_Gratis.ttf") format("truetype"), url("/wp-content/themes/blackleaf/website/assets/Bradley_Gratis/Bradley_Gratis.svg#BradleyGratis") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes dropin {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
html.sideview-active {
  /*body {
  	overflow: hidden;
  }
  .content {
  	opacity: .3;
  }*/
}

@keyframes background-sizer {
  0% {
    background-size: 70%;
  }
  15% {
    text-shadow: 0px 0px #915f1b77;
  }
  100% {
    background-size: 130%;
    text-shadow: 0px 0px #915f1b;
  }
}
@keyframes background-sizer-white {
  0% {
    background-size: 70%;
  }
  15% {
    text-shadow: 0px 0px rgba(255, 255, 255, 0);
  }
  100% {
    background-size: 130%;
    text-shadow: 0px 0px #ffffff;
  }
}
@keyframes background-sizer-always {
  0% {
    background-size: 70%;
    text-shadow: 0px 0px #915f1bba;
  }
  15% {
    text-shadow: 0px 0px #915f1bba;
  }
  100% {
    text-shadow: 0px 0px #915f1bba;
  }
}
.background-sizer {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(https://blackleaf.io/wp-content/uploads/2024/02/chat-bubbles.png);
  filter: grayscale(0);
  text-transform: none;
  background-size: 70%;
  text-shadow: 0px 0px #915f1b;
  padding-top: 0;
  xborder: 15px solid #fff;
  display: inline-block;
  background-color: #1b004e;
  transition: opacity 300ms linear;
  opacity: 1;
  text-shadow: 0px 0px #915f1b77;
}
.background-sizer.in-view {
  animation: background-sizer 3s linear forwards;
  opacity: 1;
}
.background-sizer.always {
  animation: background-sizer-always 10s linear infinite;
}
.background-sizer.always.in-view {
  animation: background-sizer-always 10s linear infinite;
  opacity: 1;
}
.background-sizer.white {
  background-color: #fff;
  text-shadow: 0px 0px rgba(255, 255, 255, 0);
}
.background-sizer.white.in-view {
  animation: background-sizer-white 3s linear forwards;
  opacity: 1;
}

.header-squeeze {
  padding: 0 40px;
  margin-bottom: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .header-squeeze {
    padding: 0 10%;
    max-width: 800px;
  }
}

html, body {
  background-color: #d4bb96;
  color: #ffffff;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 6vw;
  font-family: "Plus Jakarta Sans", "Oswald", "open sans", "montserrat";
  font-weight: 500;
  width: 100%;
  min-height: 100%;
}
@media (min-width: 768px) {
  html, body {
    font-size: 26px;
  }
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  padding: 0;
  font-weight: 800;
}
html h1, body h1 {
  font-size: 18vw;
  text-align: center;
  font-family: "Yanone Kaffeesatz";
  line-height: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html h1, body h1 {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  html h1, body h1 {
    font-size: 90px;
  }
}
html h2, html h3, body h2, body h3 {
  line-height: normal;
}
.kiosk-mode html h2, .kiosk-mode html h3, .kiosk-mode body h2, .kiosk-mode body h3 {
  text-align: left;
}
html h2 span, html h3 span, body h2 span, body h3 span {
  display: inline;
  padding: 0px 7.5px;
  -webkit-box-decoration-break: clone;
  decoration-break: clone;
  line-height: 1.7em;
}
html h2, body h2 {
  margin-bottom: 50px;
  font-size: 10vw;
  line-height: 1em;
  font-weight: 500;
  overflow: hidden;
  padding: 0.5vw 0 1.5vw 0;
}
@media (min-width: 768px) {
  html h2, body h2 {
    padding: 20px 0 20px 0;
    font-size: 28px;
    margin-bottom: 20px;
  }
}
html h2 span, body h2 span {
  background-color: #915f1b;
  color: #ffffff;
  /*
  color: #000;
  background-color: #fff;
  */
}
html h3, body h3 {
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.7m;
}
@media (min-width: 768px) {
  html h3, body h3 {
    font-size: 26px;
  }
}
html h3 span, body h3 span {
  background-color: #915f1b;
  color: #ffffff;
  /*
  color: #000;
  background-color: #fff;
  */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  line-height: 1.7em;
  padding: 0px 7.5px;
}
html .website, body .website {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
html .website.layout-black .intro, body .website.layout-black .intro {
  background-color: #915f1b;
}
html .website.layout-black .intro .contained, body .website.layout-black .intro .contained {
  opacity: 0;
  transition: all 100ms ease;
}
html .website.layout-black .intro.loaded .contained, body .website.layout-black .intro.loaded .contained {
  opacity: 1;
}
html .website.layout-black .navigation .buttons, body .website.layout-black .navigation .buttons {
  background-color: #101010;
  background-color: #915f1b;
}
html .website.layout-black .navigation .buttons .link, body .website.layout-black .navigation .buttons .link {
  color: #ffffff;
}
html .website.layout-black .navigation .buttons .bordered, body .website.layout-black .navigation .buttons .bordered {
  color: #fff;
  border-color: #fff;
  font-size: 30px;
  border-radius: 0;
}
html .website.layout-black .navigation .buttons .light, body .website.layout-black .navigation .buttons .light {
  border-radius: 0;
  font-size: 30px;
}
html .website.layout-black .navigation .buttons .green, body .website.layout-black .navigation .buttons .green {
  border-radius: 0;
  font-size: 24px;
  border-color: #ffffff;
}
html .website.layout-black .column, body .website.layout-black .column {
  position: relative;
}
@media (min-width: 768px) {
  html .website.layout-black .column.column-1 .section:last-child, body .website.layout-black .column.column-1 .section:last-child {
    border-right: 0;
  }
}
html .website.layout-black .column.column-1 .section, body .website.layout-black .column.column-1 .section {
  background-color: #000;
}
html .website.layout-black .column.column-2 .section .image-grid img, body .website.layout-black .column.column-2 .section .image-grid img {
  box-shadow: 0px 0px 0px 5px #000;
}
html .website.layout-green, body .website.layout-green {
  background-color: #678249;
  font-family: "hobeaux-rococeaux-sherman";
}
html .website.layout-green .content-block.form .value .h5, body .website.layout-green .content-block.form .value .h5 {
  color: #678249;
  font-size: 18px;
  margin-bottom: 5px;
}
html .website.layout-green .content-block.form .value .h5 span, body .website.layout-green .content-block.form .value .h5 span {
  color: #f39384;
}
html .website.layout-green .content-block.form .value input, html .website.layout-green .content-block.form .value select, html .website.layout-green .content-block.form .value textarea, body .website.layout-green .content-block.form .value input, body .website.layout-green .content-block.form .value select, body .website.layout-green .content-block.form .value textarea {
  font-size: 18px;
  padding: 15px 25px;
  color: #000;
  background-color: #fff;
  width: 100%;
  border: 1px solid #668148;
}
html .website.layout-green .content-block.form .value input.invalid, html .website.layout-green .content-block.form .value select.invalid, html .website.layout-green .content-block.form .value textarea.invalid, body .website.layout-green .content-block.form .value input.invalid, body .website.layout-green .content-block.form .value select.invalid, body .website.layout-green .content-block.form .value textarea.invalid {
  color: red;
  border-color: red;
  background-color: #ffd4d4;
}
html .website.layout-green .content-block.form .value input.last, html .website.layout-green .content-block.form .value select.last, html .website.layout-green .content-block.form .value textarea.last, body .website.layout-green .content-block.form .value input.last, body .website.layout-green .content-block.form .value select.last, body .website.layout-green .content-block.form .value textarea.last {
  margin-bottom: 0;
}
html .website.layout-green .content-block.form .value input option, html .website.layout-green .content-block.form .value select option, html .website.layout-green .content-block.form .value textarea option, body .website.layout-green .content-block.form .value input option, body .website.layout-green .content-block.form .value select option, body .website.layout-green .content-block.form .value textarea option {
  padding: 5px;
}
html .website.layout-green .intro, body .website.layout-green .intro {
  border-bottom: 5px solid #915f1b;
  background-color: #915f1b;
}
html .website.layout-green .navigation, body .website.layout-green .navigation {
  font-family: "hobeaux-rococeaux-sherman";
}
html .website.layout-green .navigation .buttons, body .website.layout-green .navigation .buttons {
  background-color: #678249;
  border-right: 1px solid #455830;
}
html .website.layout-green .navigation .buttons .link, body .website.layout-green .navigation .buttons .link {
  color: #fff;
  font-family: "hobeaux-rococeaux-sherman";
}
html .website.layout-green .navigation .buttons .bordered, body .website.layout-green .navigation .buttons .bordered {
  color: #678249;
  border-color: #678249;
}
html .website.layout-green .navigation .buttons .social a, body .website.layout-green .navigation .buttons .social a {
  color: #fff;
}
html .website.layout-green .main-area .section, body .website.layout-green .main-area .section {
  border-bottom: 5px solid #678249;
}
@media (min-width: 768px) {
  html .website.layout-green .main-area .section, body .website.layout-green .main-area .section {
    border-bottom: 2px solid #678249;
  }
}
html .website.layout-green .column, body .website.layout-green .column {
  position: relative;
}
@media (min-width: 768px) {
  html .website.layout-green .column.column-1 .section, body .website.layout-green .column.column-1 .section {
    border-right: 2px solid #678249;
  }
  html .website.layout-green .column.column-1 .section:last-child, body .website.layout-green .column.column-1 .section:last-child {
    border-right: 0;
  }
}
html .website.layout-green .column.column-1 .section, body .website.layout-green .column.column-1 .section {
  border-bottom: 5px solid #678249;
  background-color: #678249;
}
@media (min-width: 768px) {
  html .website.layout-green .column.column-1 .section, body .website.layout-green .column.column-1 .section {
    border-bottom: 2px solid #678249;
  }
}
html .website.layout-green .column.column-2 .section .image-grid img, body .website.layout-green .column.column-2 .section .image-grid img {
  box-shadow: 0px 0px 0px 5px #678249;
}
html .website.layout-green .footer, body .website.layout-green .footer {
  box-shadow: 0px 0px 0px 5px #678249;
}
html .website.layout-white, body .website.layout-white {
  background-color: #fff;
}
html .website.layout-white .intro, body .website.layout-white .intro {
  border-bottom: 5px solid #fff;
  background-color: #fff;
}
html .website.layout-white .navigation .buttons, body .website.layout-white .navigation .buttons {
  background-color: #fff;
}
html .website.layout-white .navigation .buttons .link, body .website.layout-white .navigation .buttons .link {
  color: #000;
}
html .website.layout-white .navigation .buttons .bordered, body .website.layout-white .navigation .buttons .bordered {
  color: #ffffff;
  border-color: #ffffff;
}
html .website.layout-white .navigation .buttons .social a, body .website.layout-white .navigation .buttons .social a {
  color: #111;
}
html .website.layout-white .main-area .section, body .website.layout-white .main-area .section {
  border-bottom: 5px solid #fff;
}
html .website.layout-white .column, body .website.layout-white .column {
  position: relative;
}
@media (min-width: 768px) {
  html .website.layout-white .column.column-1, body .website.layout-white .column.column-1 {
    border-right: 5px solid #fff;
  }
}
html .website.layout-white .column.column-1 .section, body .website.layout-white .column.column-1 .section {
  border-bottom: 5px solid #fff;
  background-color: #fff;
}
html .website.layout-white .column.column-2 .section .image-grid img, body .website.layout-white .column.column-2 .section .image-grid img {
  box-shadow: 0px 0px 0px 5px #fff;
}
html .website.layout-white .footer, body .website.layout-white .footer {
  box-shadow: 0px 0px 0px 5px #fff;
}
html .website .navigation-trigger, body .website .navigation-trigger {
  position: fixed;
  padding: 20px;
  z-index: 16;
  top: 20px;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
}
@media (min-width: 768px) {
  html .website .navigation-trigger, body .website .navigation-trigger {
    justify-content: flex-end;
    right: 35px;
    top: 35px;
    transform: scale(1.5);
  }
  .has-navigation html .website .navigation-trigger, .has-navigation body .website .navigation-trigger {
    display: none;
  }
}
html .website .navigation-trigger .hamburger-menu, body .website .navigation-trigger .hamburger-menu {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}
html .website .navigation-trigger .hamburger, body .website .navigation-trigger .hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
html .website .navigation-trigger.closer-only, body .website .navigation-trigger.closer-only {
  opacity: 0;
  position: fixed;
  max-height: 50px;
  top: 25px;
}
@media (min-width: 768px) {
  html .website .navigation-trigger.closer-only, body .website .navigation-trigger.closer-only {
    max-height: 90px;
  }
}
.show-navigation html .website .navigation-trigger.closer-only, .show-navigation body .website .navigation-trigger.closer-only {
  opacity: 1;
}
html .website .navigation-trigger .hamburger span, body .website .navigation-trigger .hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  border-bottom: 0.5px solid #ba9115;
}
html .website .hamburger span:nth-child(1), body .website .hamburger span:nth-child(1) {
  top: 0px;
}
html .website .hamburger span:nth-child(2), html .website .hamburger span:nth-child(3), body .website .hamburger span:nth-child(2), body .website .hamburger span:nth-child(3) {
  top: 8px;
}
html .website .hamburger span:nth-child(4), body .website .hamburger span:nth-child(4) {
  top: 16px;
  width: 100%;
}
html .website .hamburger span:nth-child(3), body .website .hamburger span:nth-child(3) {
  width: 100%;
}
html .website .hamburger span:nth-child(2), body .website .hamburger span:nth-child(2) {
  width: 100%;
  opacity: 0;
}
.show-navigation html .website .hamburger span:nth-child(2), .show-navigation html .website .hamburger span:nth-child(3), .show-navigation html .website .hamburger span:nth-child(4), .show-navigation body .website .hamburger span:nth-child(2), .show-navigation body .website .hamburger span:nth-child(3), .show-navigation body .website .hamburger span:nth-child(4) {
  opacity: 1;
  width: 100%;
  left: 0;
}
.show-navigation html .website .hamburger span:nth-child(1), .show-navigation body .website .hamburger span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
  transition: transform 0.25s ease-in-out;
}
.show-navigation html .website .hamburger span:nth-child(2), .show-navigation body .website .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-navigation html .website .hamburger span:nth-child(3), .show-navigation body .website .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-navigation html .website .hamburger span:nth-child(4), .show-navigation body .website .hamburger span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 768px) {
  html .website .menu-mobile, body .website .menu-mobile {
    display: none;
  }
}
html .website .logo, body .website .logo {
  position: fixed;
  top: 35px;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 13;
  opacity: 0;
  transition: all 300ms ease;
  padding: 10px;
  border-radius: 100%;
  opacity: 1;
  left: 50%;
  transform: translatex(-50%);
  /*
  @media(max-width: $bpme) {
  	bottom: 0;
  	top: auto;
  	left: auto;
  	width: 100%;
  	padding: 10px 100px;
  }*/
}
html .website .logo h1, body .website .logo h1 {
  font-size: 60px;
  transition: font-size 300ms ease;
}
.scrolling-down html .website .logo h1, .scrolling-down body .website .logo h1 {
  font-size: 30px;
}
.show-navigation html .website .logo, .show-navigation body .website .logo {
  left: calc(50% + 250px);
  transform: translatex(calc(-50% - 125px));
}
.has-navigation html .website .logo, .has-navigation body .website .logo {
  display: none;
}
.sideview-active html .website .logo, .sideview-active body .website .logo {
  z-index: 30;
}
html .website .logo a, body .website .logo a {
  display: flex;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
html .website .logo a:before, body .website .logo a:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}
.scrolling-up html .website .logo, .scrolling-down html .website .logo, .sideview-active html .website .logo, .scrolling-up body .website .logo, .scrolling-down body .website .logo, .sideview-active body .website .logo {
  opacity: 1;
}
html .website .logo img, body .website .logo img {
  object-fit: contain;
}
@media (max-width: 767px) {
  html .website .logo img, body .website .logo img {
    max-height: 150px;
    transition: all 500ms ease;
    max-width: 150px;
  }
  .scrolling-down html .website .logo img, .scrolling-down body .website .logo img {
    max-height: 75px;
    max-width: 75px;
  }
}
@media (min-width: 767px) {
  html .website .logo img, body .website .logo img {
    max-width: 150px;
    max-width: 150px;
    transition: all 300ms ease;
  }
  .scrolling-up html .website .logo img, .scrolling-down html .website .logo img, .sideview-active html .website .logo img, .scrolling-up body .website .logo img, .scrolling-down body .website .logo img, .sideview-active body .website .logo img {
    max-width: 75px;
    max-height: 75px;
  }
  .has-navigation html .website .logo img, .has-navigation body .website .logo img {
    max-height: none;
    max-width: none;
  }
}
html .website .sideview, body .website .sideview {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  z-index: 18;
  transition: transform 0ms ease 300ms, opacity 300ms ease, filter 300ms ease 300ms;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
}
html .website .sideview .mainarea, body .website .sideview .mainarea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 50px;
}
.sideview-active html .website .sideview, .sideview-active body .website .sideview {
  transform: translateY(0);
  opacity: 1;
  transition: transform 300ms ease, opacity 300ms ease, filter 300ms ease 300ms;
  pointer-events: all;
}
html .website .sideview .sideview-content, body .website .sideview .sideview-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  transition: filter 500ms ease, opacity 300ms ease;
  opacity: 1;
  overflow: auto;
  background-color: #000;
}
html .website .sideview .sideview-content .lbl-case-study, body .website .sideview .sideview-content .lbl-case-study {
  margin-top: 40px;
}
html .website .sideview .sideview-content .frame-content, body .website .sideview .sideview-content .frame-content {
  padding: 0px;
}
html .website .sideview .sideview-content .frame-content .page-top, body .website .sideview .sideview-content .frame-content .page-top {
  display: flex;
  flex-direction: column;
}
html .website .sideview .sideview-content .frame-content .page-top .main-image, body .website .sideview .sideview-content .frame-content .page-top .main-image {
  display: flex;
}
html .website .sideview .sideview-content .frame-content .page-top .main-image img, body .website .sideview .sideview-content .frame-content .page-top .main-image img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  opacity: 0;
  transition: filter 500ms ease;
  filter: blur(10px);
}
html .website .sideview .sideview-content .frame-content .page-top .main-image img.show-image, body .website .sideview .sideview-content .frame-content .page-top .main-image img.show-image {
  filter: blur(0);
  opacity: 1;
}
html .website .sideview .sideview-content .frame-content .page-top .page-header, body .website .sideview .sideview-content .frame-content .page-top .page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
html .website .sideview .sideview-content .frame-content .page-top .page-header h1, body .website .sideview .sideview-content .frame-content .page-top .page-header h1 {
  font-size: 38px;
  padding: 10px 30px 40px 30px;
}
html .website .sideview .sideview-content .frame-content .page-top .page-share, body .website .sideview .sideview-content .frame-content .page-top .page-share {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 30px;
}
html .website .sideview .sideview-content .frame-content .page-top .page-share .label-share, body .website .sideview .sideview-content .frame-content .page-top .page-share .label-share {
  margin-right: 15px;
}
html .website .sideview .sideview-content .frame-content .page-top .page-share a, body .website .sideview .sideview-content .frame-content .page-top .page-share a {
  color: #fff;
  padding: 0 15px;
}
@media (min-width: 768px) {
  html .website .sideview .sideview-content .frame-content .page-top, body .website .sideview .sideview-content .frame-content .page-top {
    flex-direction: row;
    padding: 75px 75px 0 75px;
  }
  html .website .sideview .sideview-content .frame-content .page-top .page-header, body .website .sideview .sideview-content .frame-content .page-top .page-header {
    width: 60%;
    order: 1;
    align-items: flex-start;
    justify-content: flex-start;
  }
  html .website .sideview .sideview-content .frame-content .page-top .page-header h1, body .website .sideview .sideview-content .frame-content .page-top .page-header h1 {
    font-size: 75px;
    text-align: left;
    flex: 1;
    padding: 0;
    padding-right: 50px;
  }
  html .website .sideview .sideview-content .frame-content .page-top .page-header .page-share, body .website .sideview .sideview-content .frame-content .page-top .page-header .page-share {
    padding: 0;
  }
  html .website .sideview .sideview-content .frame-content .page-top .main-image, body .website .sideview .sideview-content .frame-content .page-top .main-image {
    order: 2;
    width: 40%;
  }
}
html .website .sideview .sideview-content .frame-content .page-break, body .website .sideview .sideview-content .frame-content .page-break {
  width: calc(100% - 80px);
  margin-left: 40px;
  background-color: #fff;
  height: 6px;
  margin-top: 40px;
  display: flex;
}
@media (min-width: 768px) {
  html .website .sideview .sideview-content .frame-content .page-break, body .website .sideview .sideview-content .frame-content .page-break {
    margin-top: 15px;
    margin-left: 75px;
    width: calc(100% - 150px);
  }
}
html .website .sideview .sideview-content .frame-content .page-body, body .website .sideview .sideview-content .frame-content .page-body {
  padding: 20px 30px;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 768px) {
  html .website .sideview .sideview-content .frame-content .page-body, body .website .sideview .sideview-content .frame-content .page-body {
    padding: 50px 125px;
  }
}
html .website .sideview .sideview-content .frame-content .page-body p, body .website .sideview .sideview-content .frame-content .page-body p {
  margin: 0;
}
html .website .sideview .sideview-content .frame-content .page-body h1, html .website .sideview .sideview-content .frame-content .page-body h3, html .website .sideview .sideview-content .frame-content .page-body h2, body .website .sideview .sideview-content .frame-content .page-body h1, body .website .sideview .sideview-content .frame-content .page-body h3, body .website .sideview .sideview-content .frame-content .page-body h2 {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
  background-color: inherit;
}
html .website .sideview .sideview-content .frame-content .page-body h1 span, html .website .sideview .sideview-content .frame-content .page-body h3 span, html .website .sideview .sideview-content .frame-content .page-body h2 span, body .website .sideview .sideview-content .frame-content .page-body h1 span, body .website .sideview .sideview-content .frame-content .page-body h3 span, body .website .sideview .sideview-content .frame-content .page-body h2 span {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  background-color: inherit;
}
html .website .sideview .sideview-content .frame-content .page-body h2, body .website .sideview .sideview-content .frame-content .page-body h2 {
  font-weight: 900;
}
html .website .sideview .sideview-content .frame-content .page-body h3, body .website .sideview .sideview-content .frame-content .page-body h3 {
  font-weight: 600;
}
html .website .sideview .sideview-top-closer, body .website .sideview .sideview-top-closer {
  width: 43px;
  height: 43px;
  background-color: #915f1b;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  font-size: 1px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 15;
  cursor: pointer;
  transition: transform 200ms ease 500ms, opacity 200ms ease;
  transform: scale(0);
}
html .website .sideview .sideview-top-closer:hover, body .website .sideview .sideview-top-closer:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  html .website .sideview .sideview-top-closer, body .website .sideview .sideview-top-closer {
    top: 10px;
    right: 10px;
  }
}
html .website .sideview .sideview-top-closer:before, html .website .sideview .sideview-top-closer:after, body .website .sideview .sideview-top-closer:before, body .website .sideview .sideview-top-closer:after {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 1px);
  top: 4px;
}
html .website .sideview .sideview-top-closer:before, body .website .sideview .sideview-top-closer:before {
  transform: rotate(-135deg) scale(0.75);
}
html .website .sideview .sideview-top-closer:after, body .website .sideview .sideview-top-closer:after {
  transform: rotate(-225deg) scale(0.75);
}
html .website .sideview .sideview-closer, body .website .sideview .sideview-closer {
  width: 100%;
  text-align: center;
  padding: 15px;
  display: none;
}
html .website .sideview .sideview-closer .button, body .website .sideview .sideview-closer .button {
  width: 100%;
  transition: opacity 1000ms ease 0ms;
}
html .website .sideview.loaded, body .website .sideview.loaded {
  filter: blur(0px);
  pointer-events: all;
}
html .website .sideview.loaded .sideview-content, body .website .sideview.loaded .sideview-content {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}
html .website .sideview.loaded .sideview-closer .button, body .website .sideview.loaded .sideview-closer .button {
  opacity: 1;
}
html .website .sideview.loaded .sideview-top-closer, body .website .sideview.loaded .sideview-top-closer {
  opacity: 1;
  transform: scale(1);
}
html .website .kiosk-login-form, body .website .kiosk-login-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
html .website .kiosk-login-form input, body .website .kiosk-login-form input {
  background-color: #fff !important;
  color: #000 !important;
}
html .website .content, body .website .content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html .website .content, body .website .content {
    transition: all 300ms ease 0ms;
  }
  .has-navigation html .website .content, .has-navigation body .website .content {
    width: calc(100% - 250px);
    left: 250px;
  }
  .show-navigation-cart html .website .content, .show-navigation-cart body .website .content {
    width: calc(100% - 250px);
    left: 250px;
  }
  .has-navigation .show-navigation-cart html .website .content, .has-navigation .show-navigation-cart body .website .content {
    width: calc(100% - 500px);
    left: 250px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  html .website .content, body .website .content {
    transition: all 300ms ease 0ms;
  }
  .has-navigation html .website .content, .has-navigation body .website .content {
    width: calc(100% - 250px);
    left: 250px;
  }
  .has-navigation.show-navigation-cart html .website .content, .has-navigation.show-navigation-cart body .website .content {
    width: calc(100% - 500px);
    left: 250px;
  }
}
html .website .content .page-content, body .website .content .page-content {
  min-height: 100vh;
  height: -webkit-fill-available;
}
.show-navigation html .website .content, .show-navigation body .website .content {
  width: calc(100% - 250px);
  left: auto;
  margin-left: 250px;
}
html .website .content .body-logo, body .website .content .body-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10vw;
}
@media (min-width: 768px) {
  html .website .content .body-logo, body .website .content .body-logo {
    padding: 2vw;
  }
}
html .website .content .body-logo img, body .website .content .body-logo img {
  object-fit: contain;
  object-position: center;
  width: 50vw;
}
@media (min-width: 768px) {
  html .website .content .body-logo img, body .website .content .body-logo img {
    width: 20vw;
  }
}
html .website .intro, body .website .intro {
  min-width: 100%;
  height: calc(100vh + 10px);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
html .website .intro .actions, body .website .intro .actions {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 50px;
}
html .website .intro.half, body .website .intro.half {
  height: calc(50vh + 10px);
}
html .website .intro .buttons, body .website .intro .buttons {
  padding: 0px;
}
html .website .intro .buttons h1, body .website .intro .buttons h1 {
  font-size: 27px;
  margin-bottom: 25px;
  opacity: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  html .website .intro .buttons h1, body .website .intro .buttons h1 {
    font-size: 40px;
  }
}
html .website .intro .contained, body .website .intro .contained {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
html .website .intro .contained h1 img, body .website .intro .contained h1 img {
  max-width: 85vw;
  transform: translateX(0%);
  width: 100vw;
}
@media (min-width: 768px) {
  html .website .intro .contained h1 img, body .website .intro .contained h1 img {
    max-width: 500px;
    margin-bottom: 25px;
  }
}
html .website .intro .intro-text, body .website .intro .intro-text {
  width: 100%;
  position: absolute;
  bottom: 150px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
html .website .intro .intro-text h1, body .website .intro .intro-text h1 {
  font-size: 25px;
}
@media (min-width: 768px) {
  html .website .intro .intro-text, body .website .intro .intro-text {
    padding-left: 155px;
    bottom: 75px;
  }
  .no-nav html .website .intro .intro-text, .no-nav body .website .intro .intro-text {
    padding-left: 0;
  }
  html .website .intro .intro-text h1, body .website .intro .intro-text h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  html .website .intro, body .website .intro {
    display: block;
  }
  .no-nav html .website .intro, .no-nav body .website .intro {
    padding-left: 0;
  }
}
html .website .intro video, body .website .intro video {
  height: 100%;
  width: calc(100% + 10px);
  position: relative;
  background-color: #111;
  opacity: 0;
  object-fit: cover;
  object-position: center center;
  transition: all 5000ms ease;
}
html .website .intro video.loaded, body .website .intro video.loaded {
  animation: fade-in 15000ms ease forwards;
}
html .website .navigation, body .website .navigation {
  position: fixed;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  width: 100%;
  padding: 0 15px;
  bottom: auto;
  height: auto;
  top: 0px;
  left: 0;
  padding: 0px;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  height: -webkit-fill-available;
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  html .website .navigation, body .website .navigation {
    transform: translateX(0%);
  }
}
html .website .navigation.cart-side, body .website .navigation.cart-side {
  left: auto;
  right: 0px;
  transform: translateX(100%);
}
@media (min-width: 768px) {
  html .website .navigation.cart-side, body .website .navigation.cart-side {
    transform: translateX(0%);
  }
}
.show-navigation html .website .navigation, .show-navigation body .website .navigation {
  transform: translateX(0%);
}
.scrolling-up html .website .navigation, .scrolling-up body .website .navigation {
  position: fixed;
}
.scrolling-down html .website .navigation, .scrolling-down body .website .navigation {
  position: fixed;
}
@media (min-width: 768px) {
  html .website .navigation, body .website .navigation {
    transform: translateX(-100%);
  }
  .has-navigation html .website .navigation, .has-navigation body .website .navigation {
    transform: translateX(0%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html .website .navigation, body .website .navigation {
    transition: all 300ms ease;
    width: 250px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  html .website .navigation, body .website .navigation {
    transition: all 300ms ease;
    width: 250px;
  }
}
html .website .navigation.cart-side, body .website .navigation.cart-side {
  display: none;
}
.show-navigation-cart html .website .navigation.cart-side, .show-navigation-cart body .website .navigation.cart-side {
  display: flex;
}
@media (min-width: 768px) {
  html .website .navigation.cart-side .buttons, body .website .navigation.cart-side .buttons {
    border-right: none;
    border-left: 5px solid #d4bb96;
    border-top: none;
  }
  html .website .navigation.cart-side .buttons .passcode-form, body .website .navigation.cart-side .buttons .passcode-form {
    border-top: 0;
  }
}
html .website .navigation .buttons, body .website .navigation .buttons {
  padding: 15px 15px 15px 15px;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 25px 0px 0px 0px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  z-index: 3;
}
html .website .navigation .buttons .nav-logo, html .website .navigation .buttons .passcode-form, body .website .navigation .buttons .nav-logo, body .website .navigation .buttons .passcode-form {
  padding: 0 25px;
}
.has-round-logo html .website .navigation .buttons .nav-logo img, .has-round-logo body .website .navigation .buttons .nav-logo img {
  padding: 10px;
  background-color: #915f1b;
  border-radius: 100%;
  width: auto;
  max-height: 150px;
  max-width: 150px;
  overflow: visible;
}
html .website .navigation .buttons .passcode-form, body .website .navigation .buttons .passcode-form {
  border-top: 5px solid #d4bb96;
  padding-top: 25px;
  padding-bottom: 15px;
  line-height: 100%;
}
html .website .navigation .buttons .passcode-form .cta-header, body .website .navigation .buttons .passcode-form .cta-header {
  font-size: 0.7em;
  margin-bottom: 1em;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 768px) {
  html .website .navigation .buttons, body .website .navigation .buttons {
    border-right: 5px solid #d4bb96;
  }
}
html .website .navigation .buttons input, body .website .navigation .buttons input {
  font-size: inherit;
  padding: 0.5vw 1vw;
  width: 100%;
  background-color: #915f1b;
  color: #ffffff;
  font-size: 80%;
}
html .website .navigation .buttons input::placeholder, body .website .navigation .buttons input::placeholder {
  color: #ffffffaa;
  font-style: italic;
}
html .website .navigation .buttons .actions, body .website .navigation .buttons .actions {
  width: 100%;
  display: block;
}
html .website .navigation .buttons .social, body .website .navigation .buttons .social {
  width: 100%;
  padding: 0 25px;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  font-size: 16px;
  text-align: left;
  left: 0;
  font-weight: 700;
  margin-top: 10px;
  flex: 1;
  flex-direction: column;
}
html .website .navigation .buttons .social a, body .website .navigation .buttons .social a {
  margin: 0;
  margin-bottom: 0.4em;
  text-decoration: none;
  display: flex;
  align-items: center;
}
html .website .navigation .buttons .social a i, body .website .navigation .buttons .social a i {
  font-size: 20px;
  padding: 0px 7px 0 0;
}
html .website .navigation .buttons .button, body .website .navigation .buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  margin: 0;
  width: 100%;
  margin-top: 10px;
}
html .website .navigation .buttons .link, body .website .navigation .buttons .link {
  letter-spacing: inherit;
  text-transform: lowercase;
  background-color: transparent;
  padding: 0;
  font-size: 1.8em;
  margin: 0;
  margin-left: 0px;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: inherit;
  border: 0;
  text-decoration: none;
  font-family: "Yanone Kaffeesatz";
  margin: 0px 7.5px;
  position: relative;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
html .website .navigation .buttons .link img, body .website .navigation .buttons .link img {
  max-width: 170px;
}
html .website .navigation .buttons .link.sub, body .website .navigation .buttons .link.sub {
  font-size: 14px;
  font-weight: 100;
  color: #bbb;
  font-family: inherit;
  display: none;
  margin-top: 7.5px;
}
html .website .button, body .website .button {
  color: #fff;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  padding: 20px 30px;
  line-height: normal;
  letter-spacing: -1px;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 22px;
  transition: all 300ms ease;
}
html .website .button.green, body .website .button.green {
  background-color: #915f1b;
  color: #ffffff;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.2);
}
html .website .button.light, body .website .button.light {
  color: #ffffff;
  background-color: #915f1b;
  box-shadow: 0px 0px 0px 2px #ffffff;
}
html .website .button.peach, body .website .button.peach {
  background-color: #f39284;
  border-color: #f39284;
}
html .website .button.main-button, body .website .button.main-button {
  padding: 15px 50px;
  font-size: 22px;
  white-space: nowrap;
  font-weight: 900;
}
@media (min-width: 768px) {
  html .website .button.main-button, body .website .button.main-button {
    padding: 25px 75px;
  }
}
html .website .button.bordered, body .website .button.bordered {
  border-color: #ffffff;
  color: #ffffff;
}
html .website .button.bordered.white, body .website .button.bordered.white {
  border-color: white;
  color: white;
}
html .website .button:hover, body .website .button:hover {
  transform: translateY(-3px);
  box-shadow: 8px 8px rgba(0, 0, 0, 0.2);
}
html .website .buttons, body .website .buttons {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  html .website .buttons, body .website .buttons {
    flex-direction: row;
  }
}
html .website .buttons input, body .website .buttons input {
  font-size: inherit;
  padding: 10px 20px;
  font-family: inherit;
  border: 0;
}
html .website .buttons a, body .website .buttons a {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  html .website .buttons a, body .website .buttons a {
    margin-bottom: 0px;
  }
}
html .website .buttons a:last-child, body .website .buttons a:last-child {
  margin-right: 0;
}
html .website .main-area, body .website .main-area {
  width: 100%;
  position: relative;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
html .website .main-area .buttons, body .website .main-area .buttons {
  gap: 0.5em;
}
html .website .main-area.section-start, body .website .main-area.section-start {
  z-index: 9;
}
html .website .main-area.tour, body .website .main-area.tour {
  z-index: 13;
  height: -webkit-fill-available;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
}
@supports (-webkit-touch-callout: none) {
  html .website .main-area.tour, body .website .main-area.tour {
    min-height: -webkit-fill-available;
  }
}
@media (min-width: 768px) {
  html .website .main-area.tour, body .website .main-area.tour {
    min-height: 100vh;
  }
}
html .website .main-area.tour .gallery-container, body .website .main-area.tour .gallery-container {
  min-height: calc(100% - 120px);
  flex: 1;
}
@media (min-width: 768px) {
  html .website .main-area.tour .gallery-container, body .website .main-area.tour .gallery-container {
    min-height: calc(100% - 200px);
  }
}
html .website .main-area.tour .tour-title, body .website .main-area.tour .tour-title {
  color: #000;
  background-color: #fff;
}
html .website .main-area .actions, body .website .main-area .actions {
  margin-top: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  html .website .main-area .actions, body .website .main-area .actions {
    flex-direction: row;
  }
}
html .website .main-area .actions a, body .website .main-area .actions a {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html .website .main-area .actions a, body .website .main-area .actions a {
    margin-right: 40px;
    margin-bottom: 0px;
  }
}
html .website .main-area .clone-image, body .website .main-area .clone-image {
  z-index: 4;
  transition: opacity 1000ms ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
html .website .main-area .section .redemptions, body .website .main-area .section .redemptions {
  list-style-type: none;
  display: flex;
  border: 0;
  margin: 0;
  padding: 0;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 16px;
}
html .website .main-area .section .redemptions li, body .website .main-area .section .redemptions li {
  width: calc(33.33% - 10px);
  padding: 0;
  margin: 0;
  background-color: #915f1b;
  color: #ffffff;
  padding: 0px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 5px;
  flex-direction: column;
  gap: 5px;
}
html .website .main-area .section .redemptions li .redemption-image, body .website .main-area .section .redemptions li .redemption-image {
  height: 75px;
  width: 100%;
  display: flex;
  min-width: 100%;
  max-height: 75px;
  min-height: 75px;
  max-width: 100%;
}
html .website .main-area .section .redemptions li .redemption-image img, body .website .main-area .section .redemptions li .redemption-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
html .website .main-area .section .redemptions li .redemption-title, body .website .main-area .section .redemptions li .redemption-title {
  width: 100%;
  text-align: left;
  padding: 5px 0;
  height: 100%;
}
html .website .main-area .section .redemptions li .redemption-points, body .website .main-area .section .redemptions li .redemption-points {
  padding: 10px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 85%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  order: -1;
}
html .website .main-area .section .redemptions li .redemption-points .points-label, body .website .main-area .section .redemptions li .redemption-points .points-label {
  font-size: 50%;
}
html .website .main-area .section .redemptions li .redemption-action, body .website .main-area .section .redemptions li .redemption-action {
  width: 100%;
  display: flex;
}
html .website .main-area .section .redemptions li .redemption-action a, body .website .main-area .section .redemptions li .redemption-action a {
  padding: 10px 20px;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #ba9115;
  font-size: 90%;
}
html .website .main-area .section .redemptions li.disabled .redemption-action a, body .website .main-area .section .redemptions li.disabled .redemption-action a {
  opacity: 0.5;
}
html .website .main-area .section .gallery-title, body .website .main-area .section .gallery-title {
  align-self: flex-end;
  margin-bottom: 7.5px;
  position: relative;
  bottom: 100px;
  width: 100%;
  z-index: 5;
  text-align: center;
  opacity: 1;
  transition: all 1000ms ease 500ms;
}
html .website .main-area .section .gallery-title.hide-me, body .website .main-area .section .gallery-title.hide-me {
  opacity: 0;
  transition: all 500ms ease;
}
html .website .main-area .section .gallery-title h3, body .website .main-area .section .gallery-title h3 {
  max-width: 500px;
  padding: 0 20px;
}
html .website .main-area .section .gallery-title h3 span, body .website .main-area .section .gallery-title h3 span {
  word-wrap: break-word;
}
@media (min-width: 768px) {
  html .website .main-area .section .gallery-title, body .website .main-area .section .gallery-title {
    bottom: 25px;
    justify-self: flex-start;
    text-align: left;
    padding: 0 10px;
  }
  html .website .main-area .section .gallery-title .displaying-item, body .website .main-area .section .gallery-title .displaying-item {
    margin-left: 30px;
  }
}
html .website .main-area .section .displaying-item, body .website .main-area .section .displaying-item {
  margin-bottom: 10px;
}
html .website .main-area .section .gallery, body .website .main-area .section .gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
html .website .main-area .section .gallery li, body .website .main-area .section .gallery li {
  padding: 0;
  margin: 0;
  margin-right: 0px;
  min-width: 100%;
  height: 100%;
}
html .website .main-area .section .gallery li:last-child, body .website .main-area .section .gallery li:last-child {
  margin-right: 0;
}
html .website .main-area .section .gallery li img, body .website .main-area .section .gallery li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
  user-select: none;
  cursor: grab;
}
html .website .main-area .section .gallery::-webkit-scrollbar, body .website .main-area .section .gallery::-webkit-scrollbar {
  display: none;
}
html .website .main-area .section .thumbnails, body .website .main-area .section .thumbnails {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: auto;
  width: 100%;
  user-select: none;
  position: relative;
  background-color: #000;
}
html .website .main-area .section .thumbnails::-webkit-scrollbar, body .website .main-area .section .thumbnails::-webkit-scrollbar {
  display: none;
}
html .website .main-area .section .thumbnails li, body .website .main-area .section .thumbnails li {
  padding: 0;
  margin: 0;
  opacity: 0.3;
  transition: all 500ms ease;
  display: flex;
}
html .website .main-area .section .thumbnails li a, body .website .main-area .section .thumbnails li a {
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  position: relative;
}
html .website .main-area .section .thumbnails li:hover, body .website .main-area .section .thumbnails li:hover {
  opacity: 0.6;
}
html .website .main-area .section .thumbnails li.active, body .website .main-area .section .thumbnails li.active {
  opacity: 1;
}
html .website .main-area .section .thumbnails li.active:hover, body .website .main-area .section .thumbnails li.active:hover {
  opacity: 1;
}
html .website .main-area .section .thumbnails li.active a:after, body .website .main-area .section .thumbnails li.active a:after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
html .website .main-area .section .thumbnails li:last-child, body .website .main-area .section .thumbnails li:last-child {
  margin-right: 0;
}
html .website .main-area .section .thumbnails li img, body .website .main-area .section .thumbnails li img {
  object-fit: cover;
  height: 116px;
  width: 180px;
  object-position: center;
  user-select: none;
  z-index: 1;
}
@media (min-width: 768px) {
  html .website .main-area .section .thumbnails li img, body .website .main-area .section .thumbnails li img {
    height: 196px;
    width: 250px;
  }
}
html .website .main-area .section .thumbnails.hide-me li.active, body .website .main-area .section .thumbnails.hide-me li.active {
  opacity: 0.3;
  transition: all 1000ms ease;
}
html .website .main-area .section .shade, body .website .main-area .section .shade {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .no-nav html .website .main-area, .no-nav body .website .main-area {
    padding-left: 0;
  }
}
html .website .main-area .grouping, body .website .main-area .grouping {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  text-decoration: none;
}
html .website .main-area .grouping .contained, body .website .main-area .grouping .contained {
  text-align: center;
}
@media (min-width: 768px) {
  html .website .main-area .grouping, body .website .main-area .grouping {
    flex-wrap: nowrap;
  }
}
html .website .main-area .grouping .caption, body .website .main-area .grouping .caption {
  width: 100%;
  order: 1;
  position: relative;
  z-index: 1;
  min-height: 50vh;
}
@media (min-width: 768px) {
  html .website .main-area .grouping .caption, body .website .main-area .grouping .caption {
    min-height: 50vh;
    order: initial;
  }
}
html .website .main-area .grouping .highlight, body .website .main-area .grouping .highlight {
  order: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  left: 25px;
  top: 25px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  min-height: 0;
  border: 0;
  background-color: rgba(25, 25, 25, 0.7333333333);
  text-align: center;
}
@media (min-width: 768px) {
  html .website .main-area .grouping .highlight, body .website .main-area .grouping .highlight {
    min-height: 50vh;
    background-color: #191919;
    position: relative;
    order: initial;
    width: initial;
    height: initial;
    min-height: initial;
    top: 0;
    left: 0;
  }
}
html .website .main-area .groupings, body .website .main-area .groupings {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  html .website .main-area .groupings, body .website .main-area .groupings {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
html .website .main-area .groupings .grouping, body .website .main-area .groupings .grouping {
  display: flex;
  flex-direction: column;
  width: auto;
  width: 50%;
  align-items: center;
  justify-content: center;
  color: inherit;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  html .website .main-area .groupings .grouping, body .website .main-area .groupings .grouping {
    width: 50%;
  }
}
html .website .main-area .groupings .grouping .section, body .website .main-area .groupings .grouping .section {
  width: 100%;
}
html .website .main-area .groupings .grouping .section.highlight, body .website .main-area .groupings .grouping .section.highlight {
  order: 2;
  border: 0;
  background-color: transparent;
  flex: 1;
  align-items: flex-start;
  top: 0;
  left: 0;
  position: relative;
  color: inherit;
  overflow: visible;
}
html .website .main-area .groupings .grouping .section.highlight .contained, body .website .main-area .groupings .grouping .section.highlight .contained {
  padding: 0;
}
html .website .main-area .groupings .grouping .section.highlight .contained h2, body .website .main-area .groupings .grouping .section.highlight .contained h2 {
  font-size: inherit;
  font-weight: 600;
}
html .website .main-area .groupings .grouping .section.highlight .contained h2 span, body .website .main-area .groupings .grouping .section.highlight .contained h2 span {
  text-decoration: none;
}
html .website .main-area .groupings .grouping .section.highlight .contained h3, body .website .main-area .groupings .grouping .section.highlight .contained h3 {
  text-align: center;
}
@media (min-width: 768px) {
  html .website .main-area .groupings .grouping .section.highlight .contained h3, body .website .main-area .groupings .grouping .section.highlight .contained h3 {
    text-align: left;
  }
}
html .website .main-area .groupings .grouping .section.caption, body .website .main-area .groupings .grouping .section.caption {
  order: 1;
  height: 100px;
  width: 100px;
  min-height: 0;
  margin-bottom: 0px;
  border: 0;
}
html .website .main-area .groupings .grouping .section.caption i, body .website .main-area .groupings .grouping .section.caption i {
  font-size: 50px;
}
@media (min-width: 768px) {
  html .website .main-area .groupings .grouping .section.caption, body .website .main-area .groupings .grouping .section.caption {
    height: 100px;
    width: 100px;
  }
  html .website .main-area .groupings .grouping .section.caption i, body .website .main-area .groupings .grouping .section.caption i {
    font-size: 50px;
  }
}
html .website .main-area .hide-top, body .website .main-area .hide-top {
  transition: all 700ms ease;
  background-color: #915f1b;
  z-index: 5;
  pointer-events: none;
}
html .website .main-area .hide-top.hide-me, body .website .main-area .hide-top.hide-me {
  transform: translateX(-100%);
  pointer-events: none;
}
html .website .main-area .section, body .website .main-area .section {
  width: 100%;
}
html .website .main-area .section .section-title, body .website .main-area .section .section-title {
  position: absolute;
  white-space: nowrap;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  padding: 0 0 3px 0;
  font-weight: 800;
  font-size: 30px;
  font-family: "Yanone Kaffeesatz";
  transition: all 700ms ease;
  text-transform: uppercase;
  padding: 15px 25px 10px 25px;
  background-color: #915f1b;
  display: none;
  /*
  					&:after {
  						content: "";
  						background-color: #000;
  						height: 100%;
  						width: 100%;
  						left: 0;
  						top: 0;
  						z-index: -1;
  						position: absolute;
  						//box-shadow: 0px 0px 55px 33px #000;
  						opacity: .2;
  					}*/
}
html .website .main-area .section .section-title .a, html .website .main-area .section .section-title a, body .website .main-area .section .section-title .a, body .website .main-area .section .section-title a {
  color: #fff;
  padding: 0px 10px;
  cursor: pointer;
  text-decoration: none;
}
html .website .main-area .section .section-title .back, html .website .main-area .section .section-title .next, body .website .main-area .section .section-title .back, body .website .main-area .section .section-title .next {
  transition: all 1000ms ease 500ms;
  opacity: 1;
}
html .website .main-area .section .section-title.hide-me .back, html .website .main-area .section .section-title.hide-me .next, body .website .main-area .section .section-title.hide-me .back, body .website .main-area .section .section-title.hide-me .next {
  transition: all 1000ms ease;
  opacity: 0;
}
@media (min-width: 768px) {
  html .website .main-area .section .section-title, body .website .main-area .section .section-title {
    transform: translateX(0%);
    right: 30px;
    left: auto;
    bottom: 50px;
  }
}
html .website .main-area .section .section-title.visible, body .website .main-area .section .section-title.visible {
  bottom: 30px;
}
@media (min-width: 768px) {
  html .website .main-area .section .section-title.visible, body .website .main-area .section .section-title.visible {
    bottom: 30px;
  }
}
html .website .main-area .section .section-title.zoop, body .website .main-area .section .section-title.zoop {
  position: fixed;
  top: -100px;
  bottom: auto;
  transition: all 300ms ease;
}
html .website .main-area .section .section-title.fixed, body .website .main-area .section .section-title.fixed {
  position: fixed;
  bottom: auto;
  top: 20px;
}
@media (min-width: 768px) {
  html .website .main-area .section .section-title.fixed, body .website .main-area .section .section-title.fixed {
    top: 80px;
  }
}
html .website .main-area .section .section-title.topped, html .website .main-area .section .section-title.topped.visible, body .website .main-area .section .section-title.topped, body .website .main-area .section .section-title.topped.visible {
  bottom: auto !important;
  top: 40px;
  right: auto;
}
@media (min-width: 768px) {
  html .website .main-area .section .section-title.topped, html .website .main-area .section .section-title.topped.visible, body .website .main-area .section .section-title.topped, body .website .main-area .section .section-title.topped.visible {
    top: 50px;
  }
}
html .website .main-area .section .section-title.green, body .website .main-area .section .section-title.green {
  background-color: #915f1b;
}
html .website .main-area .section .section-title.green:after, body .website .main-area .section .section-title.green:after {
  opacity: 0;
}
@media (min-width: 768px) {
  html .website .main-area .section.quarter, body .website .main-area .section.quarter {
    width: 50%;
  }
}
html .website .main-area .section.quarter .more-info, body .website .main-area .section.quarter .more-info {
  position: relative;
  margin-top: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .website .main-area .section.quarter .more-info .green, body .website .main-area .section.quarter .more-info .green {
  box-shadow: 0px 0px 60px 0px #000;
}
@media (min-width: 768px) {
  html .website .main-area .section.quarter .more-info.left, body .website .main-area .section.quarter .more-info.left {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
html .website .main-area .section.quarter.highlight h2 span, html .website .main-area .section.quarter.highlight h3 span, body .website .main-area .section.quarter.highlight h2 span, body .website .main-area .section.quarter.highlight h3 span {
  background-color: transparent;
}
html .website .main-area .section.quarter.highlight h2, body .website .main-area .section.quarter.highlight h2 {
  margin-bottom: 10px;
}
html .website .main-area .section.quarter.highlight h2 span, body .website .main-area .section.quarter.highlight h2 span {
  text-decoration: underline;
}
html .website .column, body .website .column {
  position: relative;
}
html .website .column.column-1, body .website .column.column-1 {
  width: 100%;
  z-index: 5;
}
@media (min-width: 768px) {
  html .website .column.column-1, body .website .column.column-1 {
    max-width: 100vw;
  }
  .no-nav html .website .column.column-1, .no-nav body .website .column.column-1 {
    padding-left: 0;
  }
}
html .website .column.column-1 .section, body .website .column.column-1 .section {
  z-index: 4;
  transition: all 1000ms ease;
  transform: translate3d(0, 0, 0);
}
html .website .column.column-1 .section.no-fade, body .website .column.column-1 .section.no-fade {
  opacity: 1;
}
html .website .column.column-1 .section.active, body .website .column.column-1 .section.active {
  /*
  &.section-2 {
      border-color: red;
      box-shadow: -5px 0px 0px 5px red;
  }
  &.section-3 {
      border-color: green;
      box-shadow: -5px 0px 0px 5px green;
  }
  &.section-4 {
      border-color: blue;
      box-shadow: -5px 0px 0px 5px blue;
  }
  &.section-5 {
      border-color: orange;
      box-shadow: -5px 0px 0px 5px orange;
  }
  &.section-6 {
      border-color: brown;
      box-shadow: -5px 0px 0px 5px brown;
  }*/
}
html .website .column.column-2, body .website .column.column-2 {
  width: 100%;
  display: none;
  position: relative;
  right: 0;
  top: 0;
  height: 100vh;
  height: -webkit-fill-available;
  background-color: #111;
  z-index: 2;
}
html .website .column.column-2.fixed, body .website .column.column-2.fixed {
  position: fixed;
}
html .website .column.column-2 h1, body .website .column.column-2 h1 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  html .website .column.column-2, body .website .column.column-2 {
    width: 30vw;
  }
}
html .website .column.column-2 .section, body .website .column.column-2 .section {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  transition: opacity 1000ms ease;
  transform: translateY(0%);
  z-index: 1;
  background-color: #111;
  /*
  &.section-2 {
      background-color: red;
  }
  &.section-3 {
      background-color: green;
  }
  &.section-4 {
      background-color: blue;
  }
  &.section-5 {
      background-color: orange;
  }
  &.section-6 {
      background-color: brown;
  }*/
}
html .website .column.column-2 .section .image-grid, body .website .column.column-2 .section .image-grid {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
html .website .column.column-2 .section .image-grid img, body .website .column.column-2 .section .image-grid img {
  min-width: 33.33%;
  min-width: 100%;
  flex: 3;
  max-height: calc(100% - 0px);
  min-height: calc(100% - 0px);
}
html .website .column.column-2 .section .image-grid.items-12 img, body .website .column.column-2 .section .image-grid.items-12 img {
  min-width: 50%;
  max-height: calc(25% - 0px);
  min-height: calc(25% - 0px);
}
html .website .column.column-2 .section.section-1, body .website .column.column-2 .section.section-1 {
  background-color: transparent;
}
html .website .column.column-2 .section.active, body .website .column.column-2 .section.active {
  opacity: 1;
  z-index: 3;
  transform: translateY(0);
}
html .website .main-area.last .section, body .website .main-area.last .section {
  border-bottom: 0;
}
html .website .price-cards .price-card, body .website .price-cards .price-card {
  font-weight: 300;
}
html .website .price-cards .price-card .icon, body .website .price-cards .price-card .icon {
  margin-bottom: 25px;
  font-size: 100px;
}
html .website .price-cards .price-card h3.package-name, body .website .price-cards .price-card h3.package-name {
  font-weight: 900;
}
html .website .price-cards .price-card .price-description, body .website .price-cards .price-card .price-description {
  margin: 25px 0px 65px 0px;
  font-size: 18px;
}
html .website .price-cards .price-card .package-description, body .website .price-cards .price-card .package-description {
  margin: 25px 0px 25px 0px;
  font-size: 18px;
}
html .website .price-cards .price-card h3.price, body .website .price-cards .price-card h3.price {
  font-weight: 900;
  font-size: 100%;
}
html .website .price-cards .price-card .notes, body .website .price-cards .price-card .notes {
  margin: 15px 0px 40px 0px;
  font-size: 14px;
  color: #555;
}
html .website .price-cards .price-card .price-cta a, body .website .price-cards .price-card .price-cta a {
  width: 100%;
  text-align: center;
}
html .website .price-cards .price-card .additional, body .website .price-cards .price-card .additional {
  font-size: 16px;
}
html .website .price-cards .price-card .additional ul, body .website .price-cards .price-card .additional ul {
  padding: 18px;
  margin: 0;
}
html .website .price-cards .price-card .additional ul li, body .website .price-cards .price-card .additional ul li {
  padding: 5px 0;
}
html .website .price-cards .price-card .additional .additional-title, body .website .price-cards .price-card .additional .additional-title {
  font-weight: 600;
}
html .website .half-column, body .website .half-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 50px;
  gap: 1.5px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1023px) {
  html .website .half-column, body .website .half-column {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 20px;
  }
}
html .website .half-column .section, html .website .half-column section, body .website .half-column .section, body .website .half-column section {
  align-items: flex-start;
  min-height: 0px;
  max-height: none;
  padding: 0;
  border: 0;
  flex-direction: column;
  min-width: 10%;
  max-width: none;
}
@media (max-width: calc(768px - 1px)) {
  html .website .half-column .section .contained, html .website .half-column section .contained, body .website .half-column .section .contained, body .website .half-column section .contained {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  html .website .half-column .section, html .website .half-column section, body .website .half-column .section, body .website .half-column section {
    flex: 1;
  }
}
@media (min-width: 768px) {
  html .website .half-column .section.mmm, html .website .half-column section.mmm, body .website .half-column .section.mmm, body .website .half-column section.mmm {
    max-width: calc(33.33% - 1.299px);
    min-width: calc(33.33% - 1.299px);
  }
}
html .website .half-column .section .contained, html .website .half-column section .contained, body .website .half-column .section .contained, body .website .half-column section .contained {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0);
}
html .website .half-column .section .contained:last-child, html .website .half-column section .contained:last-child, body .website .half-column .section .contained:last-child, body .website .half-column section .contained:last-child {
  border-bottom: 0;
}
html .website .half-column .section:last-child, html .website .half-column section:last-child, body .website .half-column .section:last-child, body .website .half-column section:last-child {
  border-right: 0;
}
html .website .half-column .section .contained, html .website .half-column section .contained, body .website .half-column .section .contained, body .website .half-column section .contained {
  padding: 30px 30px;
}
html .website .section, html .website section, body .website .section, body .website section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 5px solid #d4bb96;
  padding: 75px 0 50px 0;
}
@media (min-width: 768px) {
  html .website .section, html .website section, body .website .section, body .website section {
    padding: 125px 0 75px 0;
  }
  html .website .section.lite-padding, html .website section.lite-padding, body .website .section.lite-padding, body .website section.lite-padding {
    padding: 50px 0px 50px 0;
  }
}
html .website .section.green, html .website section.green, body .website .section.green, body .website section.green {
  background-color: #915f1b;
}
html .website .section.green .section-title, html .website section.green .section-title, body .website .section.green .section-title, body .website section.green .section-title {
  background-color: #915f1b;
  border: 0;
}
html .website .section.green .section-title:after, html .website section.green .section-title:after, body .website .section.green .section-title:after, body .website section.green .section-title:after {
  opacity: 0;
}
html .website .section.green a, html .website section.green a, body .website .section.green a, body .website section.green a {
  color: #fff;
}
html .website .section.green .h5, html .website section.green .h5, body .website .section.green .h5, body .website section.green .h5 {
  color: #fff;
}
html .website .section.green input, html .website .section.green textarea, html .website .section.green select, html .website section.green input, html .website section.green textarea, html .website section.green select, body .website .section.green input, body .website .section.green textarea, body .website .section.green select, body .website section.green input, body .website section.green textarea, body .website section.green select {
  background-color: #fff;
  color: #000;
  border: 0;
}
html .website .section.first, html .website section.first, body .website .section.first, body .website section.first {
  padding-top: 150px;
}
.has-navigation html .website .section.first, .has-navigation html .website section.first, .has-navigation body .website .section.first, .has-navigation body .website section.first {
  padding-top: 125px;
}
html .website .section .contained, html .website section .contained, body .website .section .contained, body .website section .contained {
  width: 100%;
  position: relative;
  z-index: 3;
  max-width: calc(100% - 40px);
}
@media (min-width: 768px) {
  html .website .section .contained, html .website section .contained, body .website .section .contained, body .website section .contained {
    max-width: 90vw;
  }
}
@media (min-width: 768px) {
  html .website .section .contained.grid, html .website section .contained.grid, body .website .section .contained.grid, body .website section .contained.grid {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  html .website .section .contained .not-full, html .website section .contained .not-full, body .website .section .contained .not-full, body .website section .contained .not-full {
    width: 70%;
    order: 1;
  }
  html .website .section .contained .not-full.small, html .website section .contained .not-full.small, body .website .section .contained .not-full.small, body .website section .contained .not-full.small {
    order: 2;
    width: 30%;
    padding-left: 40px;
  }
}
html .website .section .contained.x-shaded, html .website section .contained.x-shaded, body .website .section .contained.x-shaded, body .website section .contained.x-shaded {
  background-color: rgba(0, 0, 0, 0.7411764706);
  padding: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: 80%;
}
html .website .section .contained.x-shaded h2, html .website section .contained.x-shaded h2, body .website .section .contained.x-shaded h2, body .website section .contained.x-shaded h2 {
  margin-bottom: 0;
}
html .website .section .contained.x-shaded .more-info, html .website section .contained.x-shaded .more-info, body .website .section .contained.x-shaded .more-info, body .website section .contained.x-shaded .more-info {
  height: 100%;
}
html .website .section .contained.x-shaded h2 span, html .website .section .contained.x-shaded h3 span, html .website section .contained.x-shaded h2 span, html .website section .contained.x-shaded h3 span, body .website .section .contained.x-shaded h2 span, body .website .section .contained.x-shaded h3 span, body .website section .contained.x-shaded h2 span, body .website section .contained.x-shaded h3 span {
  background-color: transparent;
}
@media (min-width: 768px) {
  html .website .section .contained, html .website section .contained, body .website .section .contained, body .website section .contained {
    padding: 0px 50px;
    text-align: center;
  }
  html .website .section .contained.no-padding, html .website section .contained.no-padding, body .website .section .contained.no-padding, body .website section .contained.no-padding {
    padding: 0;
  }
}
@media (max-width: 767px) {
  html .website .section.full, html .website section.full, body .website .section.full, body .website section.full {
    min-height: calc(100vh - 75px);
  }
  html .website .section.full.first, html .website section.full.first, body .website .section.full.first, body .website section.full.first {
    min-height: calc(100vh + 10px);
  }
}
html .website .section.most, html .website section.most, body .website .section.most, body .website section.most {
  padding: 200px 0;
}
html .website .section.not-full, html .website section.not-full, body .website .section.not-full, body .website section.not-full {
  margin: 0 100px;
  min-height: 0px;
}
@media (min-width: 768px) {
  html .website .section.not-full, html .website section.not-full, body .website .section.not-full, body .website section.not-full {
    margin: 0px 0px;
    padding: 65px 65px;
  }
}
@media (max-width: 1023px) {
  html .website .section.not-full, html .website section.not-full, body .website .section.not-full, body .website section.not-full {
    margin: 0px 0px;
  }
}
html .website .section.banner, html .website section.banner, body .website .section.banner, body .website section.banner {
  margin: 0px;
  background-color: #915f1b;
  color: #ffffff;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  html .website .section.banner, html .website section.banner, body .website .section.banner, body .website section.banner {
    padding: 50px 50px;
  }
}
html .website .section.block, html .website section.block, body .website .section.block, body .website section.block {
  margin: 5vw 0;
  max-width: 90vw;
  transform: translateX(-50%);
  left: 50%;
}
html .website .section.block .background, html .website section.block .background, body .website .section.block .background, body .website section.block .background {
  position: relative;
  min-height: 40vw;
  max-height: 40vw;
  max-width: 40vw;
  min-width: 40vw;
}
html .website .section.quarter, html .website section.quarter, body .website .section.quarter, body .website section.quarter {
  min-height: 40vh;
}
html .website .section .background, html .website section .background, body .website .section .background, body .website section .background {
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1000ms ease;
}
.grayscale-it html .website .section .background, .grayscale-it html .website section .background, .grayscale-it body .website .section .background, .grayscale-it body .website section .background {
  filter: grayscale(1);
}
html .website .section .background.vin:after, html .website section .background.vin:after, body .website .section .background.vin:after, body .website section .background.vin:after {
  z-index: 0;
  box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.7215686275);
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  transform: translateY(100px);
}
img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.lbl-case-study {
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #dee432;
  text-transform: uppercase;
  color: #000;
}

.content-block {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: section;
}
.content-block.block-section {
  padding-bottom: 25px;
}
.content-block.basic > div {
  border-right: 0px solid #000;
  border-bottom: 0;
}
.content-block a {
  text-decoration: none;
}
.content-block.form {
  padding: 50px 0px;
}
.content-block.form .button.submit {
  font-weight: 600;
  text-transform: uppercase;
}
.content-block.form .block-stretch {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-block.form .block-stretch > div {
  margin-bottom: 5px;
}
.content-block.form .block-stretch > div:last-child {
  margin-bottom: 0;
}
.content-block.form .block-stretch.min > div {
  margin-bottom: 10px;
}
.content-block.form .block-stretch.min > div:last-child {
  margin-bottom: 0;
}
.content-block.form .value {
  position: relative;
  padding-bottom: 25px;
  position: relative;
}
.content-block.form .value .h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  text-align: left;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.content-block.form .value span {
  color: #ffff00;
}
.content-block.form .value.flex {
  display: flex;
  align-items: center;
  jusitfy-content: center;
}
.content-block.form .value .chars {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 10px;
  font-size: 12px;
  color: #ccc;
}
.content-block.form .value.half {
  width: 100%;
}
@media (min-width: 768px) {
  .content-block.form .value.half {
    width: calc(50% - 10px);
  }
}
.content-block.form .value .label {
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  border-right: 0;
  color: #dadada;
  padding: 12px 15px 12px 0;
  padding: 0;
  position: absolute;
  padding-left: 10px;
  padding-top: 5px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .content-block.form .value .label {
    color: #54aee4;
  }
}
.content-block.form .value a {
  display: flex;
  width: 100%;
  color: #a7a7a7;
  padding-bottom: 15px;
  border-bottom: 1px solid #797878;
  align-items: center;
  justify-content: flex-start;
}
.content-block.form .value a .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  color: #915f1b;
  font-size: 20px;
}
.content-block.form .value .input {
  width: 100%;
  font-size: 13px;
  padding: 13px;
  color: #b9b9b9;
  display: flex;
  appearance: none;
}
.content-block.form .value .input label {
  display: flex;
  padding: 7px 20px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  margin-right: 0px;
  color: #888;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 200ms ease;
  border-radius: 5px;
  letter-spacing: 2px;
  font-weight: 600;
  overflow: hidden;
}
.content-block.form .value .input label span {
  position: relative;
  z-index: 1;
}
.content-block.form .value .input label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 200ms ease 150ms;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: #252525;
  border-color: #151515;
  z-index: 0;
}
.content-block.form .value .input label.cancel:after {
  border-color: transparent;
  background-color: #d8362a;
}
.content-block.form .value .input label.enable:after {
  border-color: transparent;
  background-color: #208042;
  color: #fff;
}
.content-block.form .value .input label.f:after {
  transform: translateX(101%);
}
.content-block.form .value .input input {
  min-width: 20px;
  opacity: 0;
  position: fixed;
  width: 0;
}
.content-block.form .value .input input:checked + label {
  color: #ddd;
  /*&:after {
  	background: linear-gradient(160deg, #000000 0%, #008eb9 0%, #014e63 100%);
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      border-radius: 3px;						
  }*/
}
.content-block.form .value .input input:checked + label:after {
  transform: translateX(0%);
  transition: all 200ms ease;
}
.content-block.form .value select {
  min-width: 200px;
}
.content-block.form .value input, .content-block.form .value select, .content-block.form .value textarea {
  font-size: 13px;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.368627451);
}
.page-template-homepage .content-block.form .value input, .page-template-homepage .content-block.form .value select, .page-template-homepage .content-block.form .value textarea {
  border: 1px solid #101010;
  background-color: #2f2f2f;
  padding: 10px 15px;
}
.content-block.form .value input.invalid, .content-block.form .value select.invalid, .content-block.form .value textarea.invalid {
  color: red;
  border-color: red;
  background-color: #e39797;
}
.content-block.form .value input.last, .content-block.form .value select.last, .content-block.form .value textarea.last {
  margin-bottom: 0;
}
.content-block.form .value input option, .content-block.form .value select option, .content-block.form .value textarea option {
  padding: 5px;
}
.content-block.form .value textarea {
  height: 100%;
}
.content-block.form .value .invalid {
  color: red;
  border-color: red;
}
.content-block.form .value.last a {
  border-bottom: 0;
}
.content-block.form .value.fill {
  height: 100%;
}

.footer {
  position: relative;
  z-index: 5;
  background-color: #92641c !important;
  color: #ffffff;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 0px;
  }
  .no-nav .footer {
    margin-left: 0;
  }
}
.footer .contained {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 0;
}
.footer .cont {
  padding: 0px 25px;
  max-width: 1024px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .cont {
    padding: 0 50px;
  }
}
.footer .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer .body {
    flex-direction: row;
    padding: 0;
  }
}
.footer .body .logo {
  width: 70px;
  padding: 10px;
  text-align: right;
  margin-top: 75px;
}
@media (min-width: 768px) {
  .footer .body .logo {
    margin-top: 0;
    margin-left: 100px;
  }
}
.footer .body .app-store-links {
  width: 50%;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .footer .body .app-store-links {
    width: 50%;
    padding: 0;
  }
}
.footer .copyright {
  font-size: 12px;
}
.footer .navigation, .footer .nav {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.footer .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz";
  margin-bottom: 20px;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer ul {
    flex-direction: row;
  }
}
.footer ul.columns {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer ul.columns {
    flex-direction: row;
  }
}
.footer ul.columns ul {
  flex-direction: column;
}
.footer ul.columns ul li {
  padding: 0 0 10px 0;
  margin: 0;
}
.footer ul.columns ul li a {
  font-weight: 300;
  color: #ddd;
}
.footer ul.columns ul li a:hover {
  color: #fff;
}
.footer ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  display: flex;
  padding: 10px 0px 10px 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer ul li {
    padding: 35px 20px 35px 0;
  }
}
.footer ul li.spread {
  width: 100%;
}
.footer ul li i {
  font-size: 24px;
}
.footer ul li a {
  position: relative;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #ddd;
  transition: all 150ms ease;
}
.footer ul li a.circle-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer ul li a.circle-active:before {
  content: "";
  margin-right: 7px;
  background-color: #915f1b;
  display: inline-flex;
  border-radius: 15px;
  height: 10px;
  width: 10px;
}
.footer ul li a:hover {
  color: #fff;
}
.footer ul li a:hover:before {
  background-color: #915f1b;
}
.footer ul li:last-child {
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  position: relaltive;
  z-index: 1;
}
.loading > div {
  opacity: 0;
}
.loading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
}
.loading:before {
  content: "";
  z-index: 3;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.expand-bounce {
  animation: expand-bounce 300ms ease;
}

@keyframes expand-bounce {
  0% {
    transform: scale(0.5);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.ticket-contact-form .show-step {
  display: none;
  width: 100%;
}
.ticket-contact-form.step-1 .show-step-1 {
  display: flex;
}
.ticket-contact-form.step-2 .show-step-2 {
  display: flex;
}
.ticket-contact-form.step-3 .show-step-3 {
  display: flex;
}
.ticket-contact-form.step-4 .show-step-4 {
  display: flex;
}

.intro .splash-shoutout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #915f1b;
  padding: 25px 0;
}
.intro .splash-shoutout .splash-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.intro .splash-shoutout .splash-button {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .intro .splash-shoutout {
    width: auto;
    padding: 50px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    height: auto;
  }
  .intro .splash-shoutout .splash-logo {
    margin-right: 50px;
    margin-bottom: 0px;
  }
  .intro .splash-shoutout .splash-button {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.show-logged-in {
  display: none;
}

.user-logged-in .show-logged-in {
  display: block;
}
.user-logged-in .hide-logged-in {
  display: none;
}

.user-tickets {
  width: 100%;
  position: relative;
}
.user-tickets .user-tickets-items {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .user-tickets .user-tickets-items {
    display: flex;
    overflow: auto;
  }
}
.user-tickets .user-tickets-items .user-ticket {
  display: flex;
  padding: 10px 10px;
  background-color: #fff;
  margin-bottom: 15px;
  color: #111;
  width: 65%;
  min-width: 65%;
  margin-left: 25px;
  flex-wrap: wrap;
  position: relative;
  font-size: 14px;
}
@media (max-width: 767px) {
  .user-tickets .user-tickets-items .user-ticket:last-child {
    margin-right: 25px;
  }
}
.user-tickets .user-tickets-items .user-ticket .ticket-id {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f39384;
  padding: 5px 10px;
  z-index: 5;
  color: #fff;
}
.user-tickets .user-tickets-items .user-ticket .barcode {
  background-color: #fff;
  display: flex;
  margin: 7.5px;
  position: relative;
  padding-top: 50%;
  flex: 1;
}
@media (min-width: 768px) {
  .user-tickets .user-tickets-items .user-ticket .barcode {
    padding-top: 100px;
    max-width: 100px;
  }
}
.user-tickets .user-tickets-items .user-ticket .barcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.user-tickets .user-tickets-items .user-ticket .meta {
  margin: 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.passcode-area .show-status {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.passcode-area .show-status > div {
  width: 100%;
}
.passcode-area [data-status=pending] .show-pending {
  display: flex;
}
.passcode-area [data-status=message-sent] .show-message-sent {
  display: flex;
}
.passcode-area [data-status=invalid-account] .show-invalid-account {
  display: flex;
}
.passcode-area [data-status=invalid-passcode] .show-invalid-passcode {
  display: flex;
}
.passcode-area [data-status=ask-for-passcode] .show-ask-for-passcode {
  display: flex;
}
.passcode-area [data-status=redirect] .show-redirect {
  display: flex;
}

.register-form {
  width: 100%;
}
.register-form .show-invalid {
  display: none;
}
.register-form .invalid {
  color: red;
  box-shadow: inset 0px 0px 0px 3px red;
  background-color: #ffb8b8;
}
.register-form.invalid .hide-invalid {
  display: none !important;
}
.register-form.invalid .show-invalid {
  display: flex;
  flex-direction: column;
}

.kiosk-mode .hide-kiosk-mode {
  display: none !important;
}

.direct-mode .hide-direct-mode {
  display: none !important;
}

.show-user-verified {
  display: none;
}

.user-verified .show-user-verified {
  display: block;
}
.user-verified .show-user-verified.flex {
  display: flex;
}
.user-verified .hide-user-verified {
  display: none !important;
}

.dialpad {
  margin-top: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 0;
  border-right: 0;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 65%;
  user-select: none;
  width: 100%;
}
.dialpad > div {
  width: calc(33.333333% - 4px);
  padding: 16px 2px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 300ms ease;
  cursor: pointer;
  text-align: center;
}
.dialpad > div:hover {
  opacity: 0.8;
}
.dialpad > div.disabled {
  opacity: 0.5;
}

.contact-info {
  margin-bottom: 20px;
}
.contact-info .points-title {
  font-size: 3.5vw;
}

.my-order {
  flex: 5;
  width: 100%;
  overflow: auto;
  justify-content: flex-start !important;
  font-size: 0.9em;
  background-color: #fff;
  color: #222;
  padding: 15px;
  border-top: 5px solid #d4bb96;
}
.my-order .my-order-items {
  overflow: auto;
  flex: 1;
}
.my-order .my-order-items .no-items {
  font-style: italic;
  color: #555;
  font-size: 90%;
  text-align: left;
  font-weight: 300;
}
.my-order .my-order-items .my-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.my-order .my-order-items .my-order-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.my-order .my-order-items .my-order-item .remove {
  color: #ff0000;
}

.features {
  margin-top: 75px;
}
.features ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .features ul {
    flex-direction: row;
  }
}
.features ul li {
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 300;
  flex: 1;
  font-size: 24px;
  gap: 25px;
}
.features ul li i {
  font-size: 70px;
}

html.chat-mode {
  background-color: #ba9115;
}
html.chat-mode body {
  background-color: transparent;
}
html.chat-mode body main {
  background-color: transparent;
}
html.chat-mode body main .frame-chat.gray {
  background-color: transparent;
  background-color: #ba9115;
}
.frame-chat {
  align-self: stretch;
  justify-self: stretch;
  flex: 5;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.frame-chat img {
  transform: translate3d(0, 0, 0);
}
.frame-chat .avatar {
  display: flex;
  position: absolute;
  z-index: 3;
  left: 0;
  padding: 0 15px;
  width: 55px;
}
.frame-chat .avatar img {
  width: 100%;
  opacity: 0;
}
.frame-chat .show-admin {
  display: none;
}
.frame-chat.admin-mode .show-admin {
  display: flex;
}
.frame-chat .is-typing-container {
  font-size: 12px;
  opacity: 0;
  transition: all 300ms ease;
  padding: 20px 30px 0px 30px;
  text-align: left;
  width: 100%;
  position: absolute;
  font-size: 15px;
  left: 0;
  margin-bottom: 0;
}
.search-bind .frame-chat .is-typing-container {
  position: relative;
}
.frame-chat .is-typing-container .avatar {
  padding: 3px 10px;
}
.frame-chat.is-typing .is-typing-container {
  opacity: 1;
  animation: fade-in 400ms;
}
.frame-chat.admin-mode .messenger .messages .message.inbound .message-options.basic {
  display: none;
}
.frame-chat .chat-opener {
  display: flex;
  pointer-events: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 35px;
  background-color: #ba9115;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 25;
  pointer-events: none;
  transition: opacity 0ms ease 0ms;
}
.frame-chat .chat-opener i {
  opacity: 0;
  transition: all 100ms ease;
  height: 75px;
  width: 75px;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
}
@media (max-height: 100px) {
  .frame-chat .chat-opener {
    display: flex;
    opacity: 1;
    transition: opacity 0ms ease 0ms;
  }
}
@media (max-width: 90px) {
  .frame-chat .chat-opener i {
    opacity: 1;
  }
}
@keyframes chat-opener-new-message {
  50% {
    box-shadow: inset 0px 0px 25px 10px blue;
  }
}
.frame-chat .show-new-chat-message {
  display: none !important;
}
.frame-chat.new-chat-message .show-new-chat-message {
  display: flex !important;
}
.frame-chat.new-chat-message .hide-new-chat-message {
  display: none !important;
}
.frame-chat.new-chat-message .chat-opener {
  animation: chat-opener-new-message 3000ms linear infinite;
}
.frame-chat .messenger {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
  position: relative;
  top: 0;
  right: 0;
  flex: 1;
}
.frame-chat .messenger .chat-controls {
  background-color: #ba9115;
  color: #ffffff;
  padding: 10px;
  height: 60px;
  min-height: 60px;
  padding-right: 60px;
}
.search-bind .frame-chat .messenger .chat-controls {
  background: #915f1b;
  color: #ffffff;
}
.search-bind .frame-chat .messenger .chat-controls {
  order: 3;
}
.frame-chat .messenger .chat-controls .chatter {
  display: flex;
  align-items: center;
  height: 100%;
}
.frame-chat .messenger .chat-controls .chatter .chatter-avatar {
  margin-right: 15px;
  display: flex;
}
.frame-chat .messenger .chat-controls .chatter .chatter-avatar img {
  width: 35px;
  height: 30px;
  object-fit: contain;
}
.frame-chat .messenger .chat-controls .chatter .chatter-name {
  font-weight: 600;
  font-size: 16px;
  flex: 1;
}
.frame-chat .messenger .chat-controls .chatter .new-chat {
  padding: 8px 15px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.frame-chat .messenger form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  pointer-events: all;
}
.search-bind .frame-chat .messenger form {
  order: 1;
}
@media (max-width: 1023px) {
  .search-bind .frame-chat .messenger form {
    order: 1;
  }
}
.frame-chat .messenger form input[type=text] {
  border: 0;
  margin: 0;
  padding: 10px 15px;
  border-radius: 30px;
}
.frame-chat .messenger form .message-row {
  display: flex;
  width: 100%;
}
.frame-chat .messenger form .message-row .message-box {
  flex: 1;
  position: relative;
}
.frame-chat .messenger form .message-row .message-box .icon {
  position: absolute;
  height: 100%;
  width: 55px;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
}
.frame-chat .messenger form .message-row .message-box textarea {
  width: 100%;
  height: 100%;
  padding-right: 60px;
}
.frame-chat .messenger form .message-row .message-box .chat-actions {
  position: absolute;
  right: 0;
  z-index: 3;
  height: 100%;
  display: flex;
  padding: 0 10px;
  gap: 10px;
}
.frame-chat .messenger form .message-row .message-box .chat-action {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-chat .messenger form .message-row .message-box .chat-action i {
  font-size: 20px;
}
.frame-chat .messenger form .tools {
  min-width: 100%;
  flex: 1;
  padding: 10px 10px;
  white-space: nowrap;
  align-items: center;
}
.frame-chat .messenger form .tools input[type=text] {
  width: 150px;
  margin-right: 10px;
}
.frame-chat .messenger form .tools .avatars {
  width: 100%;
  display: flex;
  margin-left: 10px;
}
.frame-chat .messenger form .tools .avatars ul {
  display: flex;
  overflow: auto;
  padding: 0;
  gap: 15px;
  list-style-type: none;
  margin: 0;
  display: flex;
  padding-right: 20px;
}
.frame-chat .messenger form .tools .avatars ul li {
  margin: 0;
  padding: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 300ms ease;
  padding: 2px;
}
.frame-chat .messenger form .tools .avatars ul li img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  object-position: center;
}
.frame-chat .messenger form .tools .avatars ul li:hover {
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 0, 0.6);
}
.frame-chat .messenger form .tools .avatars ul li.active {
  box-shadow: inset 0px 0px 0px 2px yellow;
}
.frame-chat .messenger form textarea {
  flex: 1;
  padding: 20px;
  border: 0;
  border-radius: 0;
}
.frame-chat .messenger form button {
  padding: 10px 20px;
  flex: 1;
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #ba9115;
  cursor: pointer;
}
.frame-chat .messenger .messages {
  overflow: auto;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 200px;
  flex: 1;
}
.search-bind .frame-chat .messenger .messages {
  order: 2;
}
@media (max-width: 1023px) {
  .search-bind .frame-chat .messenger .messages {
    justify-content: flex-end;
  }
}
.frame-chat .messenger .messages .messages-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
}
.frame-chat .messenger .messages .list {
  width: 100%;
  position: relative;
  max-height: 500px;
  min-height: 60px;
}
.frame-chat .messenger .messages .list:after {
  content: "";
  height: 60px;
  display: flex;
  width: 100%;
}
.frame-chat .messenger .messages .list > div {
  display: flex;
  flex-direction: column;
}
.frame-chat .messenger .messages .list > div:last-child:after {
  content: "";
}
.frame-chat .messenger .messages .list .message-row {
  padding: 0px 0;
}
.frame-chat .messenger .messages .list .message-row .message:first-child {
  padding-top: 10px;
}
.frame-chat .messenger .messages .list .message-row .message:last-child {
  padding-bottom: 10px;
}
.frame-chat .messenger .messages .list .message-row.inbound {
  min-height: 65px;
}
.frame-chat .messenger .messages .list .message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.frame-chat .messenger .messages .list .message .message-section {
  width: 100%;
  position: relative;
  display: flex;
}
.frame-chat .messenger .messages .list .message .message-section.no-bottom:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(65% + 50px);
  bottom: 0;
  border-bottom-left-radius: 10px;
  z-index: 6;
}
.frame-chat .messenger .messages .list .message .message-section.no-bottom:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(65% + 50px);
  bottom: 0;
  z-index: 5;
}
.frame-chat .messenger .messages .list .message .message-section.no-bottom .message-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  align-items: flex-end;
  display: flex;
}
.frame-chat .messenger .messages .list .message .message-section.no-bottom .groove {
  position: absolute;
  bottom: 0;
  left: 0;
}
.frame-chat .messenger .messages .list .message .message-section.no-bottom .groove:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 30px;
  bottom: 0;
  border-bottom-right-radius: 10px;
  z-index: 6;
  background-color: #eeeeee;
  border-left: 10px solid #eeeeee;
}
.frame-chat .messenger .messages .list .message .message-section.no-bottom .groove:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 5;
  border-left: 10px solid #d7d7d7;
  background-color: #d7d7d7;
}
.frame-chat .messenger .messages .list .message .message-body {
  word-break: break-word;
  padding: 5px 15px;
  border-radius: 10px;
  position: relative;
  line-height: 155%;
  transform: translate3d(0, 0, 0);
  font-size: 14px;
  width: 100%;
}
.frame-chat .messenger .messages .list .message .message-body img {
  min-width: 150px;
  max-width: 250px;
  opacity: 0;
  padding: 0px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 5px;
  max-height: 160px;
  object-fit: contain;
}
.frame-chat .messenger .messages .list .message .message-body img.product-image {
  padding: 10px;
}
.frame-chat .messenger .messages .list .message .message-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.frame-chat .messenger .messages .list .message .message-body ul li {
  margin: 0;
  align-items: center;
  display: flex;
}
.frame-chat .messenger .messages .list .message .message-body ul li:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: currentColor;
  margin-right: 10px;
  border-radius: 100%;
}
.frame-chat .messenger .messages .list .message .avatar {
  display: none;
}
.frame-chat .messenger .messages .list .message .avatar .fade-out {
  display: none !important;
}
.frame-chat .messenger .messages .list .message.inbound .avatar {
  display: block;
}
.frame-chat .messenger .messages .list .message.inbound .message-body {
  border-top-left-radius: 5px;
  margin-left: 50px;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
.frame-chat .messenger .messages .list .message.inbound .message-body:first-letter {
  text-transform: capitalize;
}
.frame-chat .messenger .messages .list .message.inbound .message-options {
  margin-left: 50px;
}
.frame-chat .messenger .messages .list .message.outbound {
  align-items: flex-end;
  padding: 10px 20px 10px 20px !important;
}
.frame-chat .messenger .messages .list .message.outbound .message-body {
  font-size: 14px;
}
.frame-chat .messenger .messages .list .message.outbound .message-body:before {
  content: "Guest:";
  color: #ffffff;
  font-weight: 800;
  margin-right: 7.5px;
  font-size: 12px;
  text-transform: uppercase;
}
.frame-chat .messenger .messages .list .message .message-options {
  display: flex;
  flex-wrap: wrap;
  max-width: 270px;
  width: 60%;
  margin: 0 15px;
  animation: fade-in 400ms forwards;
  opacity: 0;
  animation-delay: 200ms;
}
.frame-chat .messenger .messages .list .message .message-options a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: capitalize;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 15px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  background-color: inherit;
  color: inherit;
  border-color: #111;
  border-width: 2px;
}
.frame-chat .messenger .messages .list .message .message-options a:first-child {
  margin-top: 10px;
}
.frame-chat .messenger .messages .list .message .message-options a:last-child {
  margin-bottom: 15px;
}
.frame-chat .messenger .messages .list .message .message-options a.active {
  animation: expand-bounce2 400ms;
}
.frame-chat .messenger .messages .list .message .message-options a .total {
  padding: 3px 5px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  background-color: rgba(130, 130, 130, 0.3803921569);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  position: absolute;
  right: 5px;
  order: 1;
}
.frame-chat .messenger .messages .list .message .message-options.collapse-links {
  max-width: 90%;
  width: 90%;
  margin-left: 35px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.frame-chat .messenger .messages .list .message .message-options.collapse-links a {
  width: auto;
  margin-right: 5px;
}
.frame-chat .messenger .messages .list .message .message-options.collapse-links a .total {
  position: relative;
  right: -5px;
  left: auto;
  margin-left: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.collapse-links a:first-child {
  margin-top: 5px;
}
.frame-chat .messenger .messages .list .message .message-options.collapse-links a:last-child {
  margin-bottom: 0px;
}
.frame-chat .messenger .messages .list .message .message-options.grid {
  margin: 0 0px;
  border: 0;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 15px 0 15px;
  padding-left: 30px;
  border-bottom-left-radius: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a {
  width: 35%;
  min-width: 200px;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  font-size: 14px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-left: 0;
  overflow: hidden;
  padding-right: 1px;
  margin-bottom: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a:first-child img {
  border-top-left-radius: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a:first-child .meta {
  border-bottom-left-radius: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a:last-child img {
  border-top-right-radius: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a:last-child .meta {
  border-bottom-right-radius: 10px;
}
.frame-chat .messenger .messages .list .message .message-options.grid a .meta {
  position: relative;
  left: 0;
  order: 2;
  width: 100%;
  z-index: 2;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  line-height: normal;
}
.frame-chat .messenger .messages .list .message .message-options.grid a .meta .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frame-chat .messenger .messages .list .message .message-options.grid a img {
  order: 1;
  width: 100%;
  height: 150px;
  position: relative;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
  padding: 15px;
  z-index: 1;
  opacity: 0;
}
.live-chat-fixed .live-chat-closer {
  display: none !important;
}
.live-chat-fixed .frame-chat .messenger .chat-controls {
  padding-right: 0;
}

.frame-chat.gray {
  background-color: #333;
}
.frame-chat.gray .is-typing-container {
  color: #777;
}
.frame-chat.gray .messenger {
  color: #292929;
  background-color: #eee;
  box-shadow: 0px 0px 0px 1px #000;
}
.frame-chat.gray .messenger form {
  border-top: 1px solid #ccc;
  background-color: #ddd;
}
.frame-chat.gray .messenger .messages .list .is-typing-container {
  color: #222;
}
.frame-chat.gray .messenger .messages .list .spacer {
  background-color: #915f1b55;
}
.frame-chat.gray .messenger .messages .list .message-row.inbound {
  color: #222;
}
.frame-chat.gray .messenger .messages .list .message-row.outbound .message-body {
  color: #fff;
  background-color: #3855b7;
}
.frame-chat.gray .messenger .messages .list .message {
  /*&.inbound {
      color:$inboundMessageBodyColor;
      background-color: $inboundMessageBodyBackgroundColor;
      .message-body {
      };
  }
  &.outbound {
      color:$outboundMessageBodyColor;
      background-color: $outboundMessageBodyBackgroundColor;
      .message-body {
      };
  }*/
}
.frame-chat.gray .messenger .messages .list .message .message-section.no-bottom:before {
  background-color: #eee;
  border-left: 10px solid #eee;
}
.frame-chat.gray .messenger .messages .list .message .message-section.no-bottom:after {
  border-left: 10px solid #272727;
  background-color: #eee;
}
.frame-chat.gray .messenger .messages .list .message .message-options a {
  border: 1.5px solid rgba(0, 0, 0, 0.3);
  padding: 2px 10px;
  font-weight: 500;
}
.frame-chat.gray .messenger .messages .list .message .message-options a.active {
  background-color: rgba(3, 117, 190, 0.6509803922);
  border-color: rgba(83, 162, 213, 0.3803921569);
}
.frame-chat.gray .messenger .messages .list .message .message-options.grid a {
  border: 7.5px solid #915f1b55;
  background-color: #272727;
  border-left-width: 0px;
  border-color: transparent;
  padding: 0px;
}
.frame-chat.gray .messenger .messages .list .message .message-options.grid a:first-child {
  border-left: 7.5px solid #915f1b55;
  border-color: transparent;
}
.frame-chat.gray .messenger .messages .list .message .message-options.grid a:last-child {
  border-right: 7.5px solid #915f1b55;
  border-color: transparent;
}
.frame-chat.gray .messenger .messages .list .message .message-options.grid a .meta {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.frame-chat.gray .messenger .messages .list .message .message-options.grid a .meta .title {
  color: #5b5b5b;
}
.frame-chat.gray .messenger .messages .list .message .message-options.grid a img {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 200ms forwards;
}

.frame-chat .messenger {
  height: 100%;
  overflow: hidden;
  font-family: "montserrat";
  font-weight: 400;
}
.frame-chat .messenger input, .frame-chat .messenger textarea, .frame-chat .messenger select {
  font-family: "montserrat";
  font-weight: 400;
}
.frame-chat .messenger .messages {
  overflow: hidden;
}
.frame-chat .messenger .messages .messages-list {
  height: 100%;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-end;
}
.frame-chat .messenger .messages .messages-list .list {
  max-height: 100%;
  align-items: flex-end;
  flex-direction: column;
  overflow: auto;
}
.frame-chat .messenger .messages .messages-list .list > div {
  display: inline-flex;
  width: 100%;
}
.frame-chat .messenger .messages .messages-list .list > div.spacer {
  display: none;
}
.frame-chat .messenger .messages .messages-list .list .is-typing-container {
  position: relative;
}
.frame-chat .messenger .messages .messages-list .list .message-row {
  gap: 5px;
}
.frame-chat .messenger .messages .messages-list .list .message .message-body {
  max-width: 65%;
  user-select: text;
  width: auto;
  background-color: #272727;
  color: #fff;
}
.frame-chat .messenger .messages .messages-list .list .message.outbound {
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.frame-chat .messenger .messages .messages-list .list .message.outbound .message-section {
  justify-content: flex-end;
}
.frame-chat .messenger .messages .messages-list .list .message.outbound .message-section .message-body:before {
  content: "";
  display: none;
}
.frame-chat .messenger .messages .messages-list .list .message:last-child {
  padding-bottom: 0px;
}
.frame-chat .messenger .messages .messages-list .list:after {
  height: 20px;
}
.frame-chat .messenger .messages .messages-list .chatting-with {
  display: none;
}

.modal-back {
  padding: 15px;
  display: flex;
  align-items: center;
  line-height: normal;
  text-transform: capitalize;
}
.modal-back i {
  margin-right: 5px;
}
@media (max-width: 1023px) {
  .modal-back {
    display: none;
  }
}

.user-login-container {
  padding: 0px;
  width: 100vw;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 25;
}
@media (max-width: 1023px) {
  .user-login-container {
    height: 100%;
    height: calc(100% - 80px);
  }
  .active-cart .user-login-container {
    height: calc(100% - 120px);
  }
}
@media (min-width: 1024px) {
  .user-login-container {
    left: auto;
    right: 0;
    width: 400px;
    z-index: 30;
    height: calc(100% - 130px);
    top: auto;
    bottom: 0;
  }
}
.user-login-container .register-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-login-container .register-form .show-invalid {
  display: none;
}
.user-login-container .register-form .invalid {
  color: red;
  box-shadow: inset 0px 0px 0px 3px red;
  background-color: #ffb8b8;
}
.user-login-container .register-form.invalid .hide-invalid {
  display: none !important;
}
.user-login-container .register-form.invalid .show-invalid {
  display: flex;
  flex-direction: column;
}
.user-login-container .rewards-signin-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  background-color: #ba9115;
  color: #ffffff;
  border-radius: 0px;
  font-weight: 800;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  font-size: 20px;
  transition: transform 250ms ease-out, top 250ms ease-out;
  opacity: 1;
  pointer-events: all;
  transform: translateX(100%);
}
.rewards-signin-show .user-login-container .rewards-signin-container {
  transform: translateX(0%);
}
.user-login-container .rewards-signin-container h3 {
  width: 100%;
  font-weight: 600;
}
.user-login-container .rewards-signin-container .signin-form {
  display: flex;
}
.user-login-container .rewards-signin-container .signin-form input {
  padding: 0;
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 0;
  width: 100%;
  height: 100%;
  height: 40px;
}
.user-login-container .rewards-signin-container .signin-form a {
  background-color: #dcf4ca;
  color: #2c5111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 40px;
  white-space: nowrap;
  border-radius: 10px;
  font-weight: 600;
}

.modal .redemption-popup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  width: 95%;
  left: 2.5%;
  position: relative;
  background-color: #fff;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}

.modal {
  pointer-events: none;
  opacity: 0;
  z-index: 20;
  position: fixed;
  transition: opacity 100ms ease 400ms;
  width: 100vw;
  height: 100vh;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .modal {
    z-index: 36;
  }
}
.modal .frame {
  height: 100%;
}
.modal .frame .container {
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal .frame .container .section-header {
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  background-color: #915f1b;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  position: sticky;
  z-index: 5;
  top: 0;
}
.modal .frame .container .contained {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  flex-wrap: nowrap;
}
.modal .frame .container .actions {
  order: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 300ms ease;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1024px) {
  .modal .frame .container .actions {
    margin-top: 25px;
  }
}
.modal .frame .container .actions.disabled {
  transform: translateY(100px);
  height: 0px;
  overflow: hidden;
}
.modal .frame .container .actions .row {
  gap: 0px;
  background-color: #f1f1f1;
  display: flex;
  width: 100%;
}
.modal .frame .container .actions .button {
  border-radius: 0;
  flex: 1;
  padding: 32px 25px;
  transition: all 300ms ease;
}
.modal .frame .container .actions .button.disabled {
  background-color: #999;
  color: #333;
}
.modal .frame .radios {
  display: flex;
  width: 100%;
  background-color: #dcf4ca;
  color: #2c5111;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 0;
}
.modal .frame .radios label {
  flex: 1;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
.modal .frame .radios label.active {
  color: #2c5111;
}
.modal .frame .radios label.radio-title {
  flex: none;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  cursor: default;
}
.modal .frame .radios label input {
  cursor: pointer;
  appearance: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 0;
  border-radius: 10px;
}
.modal .frame .radios label input:checked {
  background-color: rgba(255, 255, 255, 0);
  cursor: default;
}
.modal .frame .radios label span {
  position: relative;
  z-index: 2;
}
.modal .secondary-filter {
  top: 0px;
}
.modal .lock-top {
  display: none;
}
.modal .modal-back {
  display: none !important;
}
.show-modal .modal {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0%);
}
.show-modal .modal .modal-closer {
  transition: all 500ms ease;
  opacity: 1;
}
.show-modal .modal .modal-content {
  transform: translateY(0vh);
  transition: all 250ms ease-in-out 100ms;
  opacity: 1;
}
@media (max-width: 1023px) {
  .show-modal .modal {
    transition: opacity 500ms ease 200ms, transform 150ms ease 250ms;
    transform: translateY(0%);
  }
}
.modal .hide-modal {
  display: none !important;
}
.modal .modal-content {
  height: 100%;
  width: 100%;
  transform: translateY(0vh);
  opacity: 0;
  transition: all 250ms ease-in-out 200ms;
  overflow: auto;
}
@media (min-width: 1024px) {
  .vibe-rounded .modal .modal-content {
    border-radius: 30px;
  }
}
@media (max-width: 1023px) {
  .modal .modal-content {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .modal {
    transform: translateY(0%);
    font-size: 18px;
  }
  .modal .modal-content {
    background-color: #fff;
  }
  .sideview-view .modal {
    width: 450px;
    right: 0px;
    left: auto;
    transition: transform 400ms ease;
    top: auto;
    bottom: 0px;
    height: calc(100% - 200px);
    overflow: hidden;
    height: calc(100% - 175px);
    height: 100%;
    border-radius: 0;
    padding: 60px;
    backdrop-filter: blur(10px);
    background-color: transparent;
    width: 100%;
    opacity: 0;
    transition: transform 300ms ease, opacity 300ms ease;
  }
  .sideview-view .modal .modal-content {
    transition: none;
    transform: translateY(10%);
    transition: transform 300ms ease, opacity 300ms ease;
  }
  .sideview-view.show-modal .modal {
    opacity: 1;
    transition: transform 300ms ease, opacity 300ms ease;
  }
  .sideview-view.show-modal .modal .modal-content {
    transition: transform 300ms ease, opacity 300ms ease;
    transform: translateY(0%);
  }
  .sideview-view .modal {
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.1333333333);
  }
  .sideview-view .modal .modal-content {
    box-shadow: 0px 0px 0px 1px #915f1b4a;
  }
  .sideview-view .modal .modal-closer {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
  }
  .sideview-view .modal .modal-closer:before, .sideview-view .modal .modal-closer:after {
    background-color: #2c5111;
  }
}
.modal .modal-closer {
  width: 50px;
  height: 50px;
  background-color: #915f1b;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  font-size: 1px;
  display: flex;
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 7;
  cursor: pointer;
  transition: all 300ms ease;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.4196078431);
  opacity: 0;
}
.vibe-rounded .modal .modal-closer {
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .modal .modal-closer {
    width: 75px;
    height: 75px;
  }
}
.modal .modal-closer:before, .modal .modal-closer:after {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #ffffff;
  position: absolute;
}
.modal .modal-closer:before {
  transform: rotate(-135deg) scale(0.55);
}
.modal .modal-closer:after {
  transform: rotate(-225deg) scale(0.55);
}
@media (max-width: 1023px) {
  .modal {
    /*z-index: 20;
    height: calc(100% - 60px);
    top: auto;
    bottom: 0;
    */
    z-index: 28;
    height: 100%;
    top: auto;
    bottom: 0px;
    width: 100%;
    /* padding: 0px 2.5%; */
    border-radius: 0px;
    left: 0%;
    overflow: hidden;
    border: 0px solid #000;
    transform: translateY(100px);
    transition: opacity 500ms ease 0ms, transform 3000ms ease 0ms;
  }
  .modal .contained {
    width: 100%;
    background-color: #fff;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .modal .contained {
    border: 1px solid #111;
    border-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .modal .contained .section-header {
    min-height: 50px;
  }
  .modal .contained .section-body {
    padding: 15px;
    height: 100%;
    overflow: auto;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .modal .modal-closer {
    right: 20px;
    top: 10px;
    height: 49px;
    border-radius: 0%;
    background-color: #111;
    color: #fff;
  }
}

@media (max-width: 1023px) {
  .search .icon {
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .search input {
    opacity: 1;
    border-radius: 10px;
    margin: 5px 0;
    background-color: #fff;
    color: #000;
    height: 37px;
    font-size: 12px;
    font-weight: 400;
  }
  .search input::placeholder {
    color: #555;
  }
}

.live-chat-container {
  pointer-events: none;
  height: 80vh;
  z-index: 5;
  max-width: 350px;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms ease;
}
@media (min-width: 1024px) {
  .live-chat-container {
    top: auto;
    bottom: 0;
  }
  .live-chat-container.top-right {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    z-index: 30;
  }
  .live-chat-container.top-right .live-chat {
    border-radius: 0;
    top: 85px;
    right: 10px;
    left: auto;
    bottom: auto;
    width: 65px;
    height: 40px;
    border-radius: 0;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1607843137);
    background: #915f1b;
    color: #ffffff;
    border-radius: 5px;
  }
  .live-chat-view .live-chat-container.top-right .live-chat {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 25px;
    right: 10px;
    box-shadow: 0px 0px 0px 3px #ba9115;
  }
  .live-chat-container.top-right .live-chat .live-chat-opener {
    background: #915f1b;
    color: #ffffff;
    border-radius: 0;
    border: 0;
  }
  .live-chat-container.top-right .live-chat .live-chat-opener img {
    padding: 17px 10px 0 10px;
  }
  .live-chat-container.top-right .live-chat .live-chat-opener:before {
    content: "Live Chat";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #000;
  }
}
.live-chat-container.search-bind {
  opacity: 2;
  left: 0;
  right: auto;
  bottom: auto;
  top: 60px;
  height: 50px;
  max-width: 600px;
  transition: none;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .live-chat-container.search-bind {
    top: 9px;
    width: 35px;
    right: 20px;
    left: auto;
  }
}
.live-chat-container.search-bind .live-chat {
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  pointer-events: none;
}
.live-chat-view .live-chat-container.search-bind .live-chat {
  overflow: visible;
}
.live-chat-container.search-bind .live-chat .is-typing-container {
  color: rgba(0, 0, 0, 0.7333333333);
}
.live-chat-container.search-bind .live-chat .live-chat-opener {
  opacity: 0;
  display: none;
}
.live-chat-container.search-bind .live-chat .live-chat-opener img {
  padding: 10px 10px 0 10px;
}
.live-chat-container.search-bind .live-chat .live-chat-closer {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0px;
}
.live-chat-container.search-bind .live-chat .live-chat-closer .portrait-closer {
  display: none;
}
@media (max-width: 1023px) {
  .live-chat-container.search-bind .live-chat .live-chat-closer .portrait-closer {
    display: flex;
  }
  .live-chat-container.search-bind .live-chat .live-chat-closer .landscape-closer {
    display: none;
  }
}
.live-chat-container.search-bind .live-chat .live-chat-content {
  height: 100%;
  opacity: 1;
  overflow: visible;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray {
  background-color: transparent;
  overflow: visible;
  height: 100%;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger {
  background-color: transparent;
  height: 100%;
  overflow: visible;
  box-shadow: none;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chatting-with {
  pointer-events: all;
  display: flex;
  background-color: #915f1b;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 1023px) {
  .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chatting-with {
    order: 1;
  }
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chatting-with .chatter {
  display: flex;
  width: 100%;
  padding: 10px 10px;
  align-items: center;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chatting-with .chatter .chatter-avatar {
  max-width: 25px;
  display: flex;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chatting-with .chatter .chatter-name {
  flex: 1;
  padding: 0 20px;
  font-weight: 700;
  font-size: 18px;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chatting-with .chatter .new-chat {
  cursor: pointer;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages {
  height: 0%;
  overflow: visible;
  flex: 1;
}
@media (max-width: 1023px) {
  .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages {
    overflow: hidden;
  }
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .messages-list {
  background-color: #915f1b;
  padding: 20px 20px 0 20px;
  transform-origin: top;
  transition: transform 1000ms ease;
}
@media (max-width: 1023px) {
  .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .messages-list {
    padding: 10px 10px 10px 10px;
  }
}
.live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .messages-list {
  box-shadow: 0px 0px 40px 0px #000000;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list {
  border-radius: 10px;
  pointer-events: all;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  flex-direction: column;
  background-color: #fff;
  min-height: 50px;
  align-self: flex-start;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list:after {
  display: none;
}
@media (max-width: 1023px) {
  .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list {
    border-radius: 0;
    order: 2;
  }
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list .message .message-section.no-bottom .groove {
  display: none;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list .message .message-section.no-bottom:after {
  opacity: 0;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list .message .message-section.no-bottom:before {
  opacity: 0;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list .message .message-options a {
  box-shadow: none;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .messages .list .message .message-options.grid a {
  margin-bottom: 15px;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chat-controls {
  position: absolute;
  top: 0;
  width: calc(100% - 55px);
  pointer-events: none;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chat-controls .chatter .chatter-name {
  font-style: italic;
  white-space: nowrap;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chat-controls .chatter .new-chat {
  opacity: 0;
  transition: opacity 0ms ease 0ms;
}
.live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chat-controls .chatter .new-chat {
  transition: all 300ms ease 700ms;
  opacity: 1;
}
.live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger .chat-controls {
  position: relative;
  pointer-events: all;
  display: none;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form {
  background-color: transparent;
  border: 0;
}
@media (max-width: 1023px) {
  .live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form {
    background-color: #915f1b;
  }
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row {
  background: #915f1b;
  opacity: 0;
}
.live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row {
  opacity: 1;
}
.live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6392156863);
  height: 50px;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row .message-box .chat-actions {
  display: none;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row .message-box textarea {
  background-color: transparent;
  padding: 12px 20px;
  height: 50px;
  padding-left: 60px;
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  transition: all 300ms ease;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row .message-box textarea::placeholder {
  transition: all 100ms ease;
  color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
@media (max-width: 1023px) {
  .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row .message-box textarea::placeholder {
    font-size: 14px;
  }
}
.live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row .message-box textarea::placeholder {
  color: inherit;
  opacity: 0.7;
}
.live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row button {
  opacity: 0;
  margin: 7.5px 15px;
  padding: 0 10px;
  border-radius: 10px;
  height: 35px;
  transition: opacity 500ms ease 0ms;
}
.live-chat-view .live-chat-container.search-bind .live-chat .live-chat-content .frame-chat.gray .messenger form .message-row button {
  opacity: 1;
}
.live-chat-container.search-bind .live-chat .live-chat-opener {
  border-radius: 0;
}
.live-chat-view .live-chat-container.search-bind .live-chat {
  bottom: auto;
  right: auto;
  border-radius: 0;
}
.live-chat-view .live-chat-container.search-bind {
  height: 80%;
}
@media (max-width: 1023px) {
  .live-chat-view .live-chat-container.search-bind {
    top: 70px;
    height: calc(100% - 87px);
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .live-chat-container {
    height: 100vh;
    height: -webkit-fill-available;
    max-width: 100vw;
    z-index: 27;
  }
}
.live-chat-view .live-chat-container {
  opacity: 1;
}

.live-chat {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 99;
  transition: all 200ms ease 100ms, transform 250ms ease-out, width 200ms ease 300ms, border-radius 500ms ease 400ms, right 300ms ease 200ms, bottom 300ms ease 100ms;
  opacity: 1;
  pointer-events: all;
  height: 150px;
  width: 250px;
  right: 0;
  background-color: #ba9115;
  overflow: hidden;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  bottom: 50px;
  right: 50px;
  box-shadow: 0px 0px 0px 1px #915f1b;
  display: flex;
}
@media (max-width: 1023px) {
  .live-chat {
    background: linear-gradient(180deg, #ffffff 0%, #ffca45 100%);
    border-radius: 10px;
    /*bottom: 25px;
    right: 15px;
    width: 70px;
    height: 70px;
    border: 0;
    */
    bottom: 90px;
    top: auto;
    right: -30px;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 10px;
  }
  .active-cart .live-chat {
    bottom: 130px;
  }
}
.live-chat-view .live-chat {
  pointer-events: all;
  opacity: 1;
  height: 100%;
  width: 100%;
  transition: all 300ms ease 300ms, box-shadow 50ms ease, width 200ms ease 100ms, border-radius 200ms ease 0ms, right 300ms ease, bottom 300ms ease;
  box-shadow: 0px 0px 0px 3px #ba9115;
}
@media (max-width: 1023px) {
  .live-chat-view .live-chat {
    border-radius: 0px;
    right: 0;
    bottom: 0;
    height: calc(100% - 70px);
  }
}
@media (min-width: 1024px) {
  .live-chat-view .live-chat {
    border-radius: 10px;
    bottom: 10px;
    right: 10px;
  }
}
.live-chat-view .live-chat .live-chat-closer {
  transition: all 500ms ease;
  opacity: 1;
  pointer-events: all;
  background-color: #ba9115;
  color: #ffffff;
}
.live-chat-view .live-chat .live-chat-opener {
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.live-chat-view .live-chat .live-chat-opener img {
  padding: 10px 10px 0 10px;
}
.live-chat-view .live-chat .live-chat-content {
  opacity: 1;
}
.live-chat .live-chat-closer, .live-chat .live-chat-opener {
  width: 60px;
  height: 60px;
  background-color: #ba9115;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  z-index: 7;
  cursor: pointer;
  transition: all 300ms ease;
  opacity: 0;
  pointer-events: none;
}
.live-chat .live-chat-closer .portrait-closer, .live-chat .live-chat-opener .portrait-closer {
  display: flex;
}
.live-chat .live-chat-closer .landscape-closer, .live-chat .live-chat-opener .landscape-closer {
  display: none;
}
@media (min-width: 1024px) {
  .search-bind .live-chat .live-chat-closer, .search-bind .live-chat .live-chat-opener {
    width: 40px;
    height: 40px;
    margin: 10px 5px 0 5px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.live-chat .live-chat-closer img, .live-chat .live-chat-opener img {
  padding: 10px 10px 0 10px;
}
.live-chat .live-chat-opener {
  opacity: 1;
  pointer-events: all;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  font-size: 25px;
  transition: all 300ms ease 300ms;
}
@media (max-width: 1023px) {
  .live-chat .live-chat-opener {
    background: transparent;
    transform: rotate(-15deg);
  }
  .live-chat .live-chat-opener img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
  }
}
@media (min-width: 1024px) {
  .live-chat .live-chat-opener img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: linear-gradient(180deg, #ffffff 0%, #ffca45 100%);
    border-radius: 0;
  }
}
.live-chat .live-chat-content {
  box-shadow: -1px 0px 0px 0px #915f1b4a;
  transition: all 0ms ease 500ms, opacity 300ms ease 200ms;
  flex: 1;
  display: flex;
  width: 100%;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.live-chat-container {
  z-index: 20;
  left: 250px;
  right: auto;
}
@media (max-width: 1023px) {
  .live-chat-container {
    left: 0px;
    right: auto;
    width: 100%;
  }
  .live-chat-view .live-chat-container {
    left: 0;
  }
}

.live-chat {
  width: 40px;
  height: 40px;
  bottom: 27.5px;
  border-radius: 5px;
  left: -65px;
  box-shadow: 0px 0px 0px 1.5px #d4bb96;
}
@media (max-width: 1023px) {
  .live-chat {
    left: 20px;
    right: auto;
  }
  .live-chat-view .live-chat {
    left: 0;
  }
}
.live-chat .live-chat-opener {
  border-radius: 0px;
}
.live-chat .live-chat-opener img {
  padding: 10px 10px 0 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: middle bottom;
  background: linear-gradient(180deg, #ba911599 0%, #ba9115 100%);
}
.live-chat .live-chat-closer, .live-chat .live-chat-opener, .live-chat .frame-chat.gray .chat-controls, .live-chat .frame-chat .messenger form button {
  margin: 0;
  color: #ffffff;
  background-color: #915f1b;
}
.live-chat .frame-chat .messenger .messages .messages-list .list .message.outbound .message-section .message-body {
  background-color: #ba9115;
  color: #ffffff;
}
.live-chat .frame-chat .messenger .messages .messages-list .list .message.inbound .message-section .message-body {
  background-color: #915f1b;
  color: #ffffff;
}
.live-chat .frame-chat .messenger .messages .messages-list .list .message.inbound a {
  color: #ffffff;
}

body .website .examples-area {
  gap: 25px;
  display: flex;
  flex-wrap: nowrap;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  body .website .examples-area {
    flex-direction: row;
  }
}
body .website .examples-area input {
  width: 100%;
  padding: 10px 15px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.3803921569);
  color: #fff;
  border: 0;
}
body .website .examples-area input::placeholder {
  color: inherit;
  opacity: 0.5;
  font-style: italic;
}
body .website .examples-area .examples-list {
  overflow: auto;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  flex: 1;
}
@media (min-width: 768px) {
  body .website .examples-area .examples-list {
    border-bottom: 0px solid transparent;
    padding-bottom: 0px;
    flex-direction: row;
    max-height: 400px;
    max-width: 340px;
  }
}
body .website .examples-area .examples-list ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  body .website .examples-area .examples-list ul {
    flex-wrap: wrap;
  }
}
body .website .examples-area .examples-list ul li {
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
  transition: all 100ms ease;
  cursor: pointer;
  flex: 1;
  min-width: 90px;
  max-width: 110px;
}
body .website .examples-area .examples-list ul li img {
  max-height: 100px;
  border-radius: 10px;
}
body .website .examples-area .examples-list ul li:after {
  content: "";
  transition: all 100ms ease;
  position: absolute;
  z-index: 3;
  box-shadow: inset 0px 0px 0px 5px #effa00;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  border-radius: 10px;
}
body .website .examples-area .examples-list ul li.active:after {
  content: "";
  opacity: 1;
}
body .website .examples-area .examples-preview {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
@media (min-width: 768px) {
  body .website .examples-area .examples-preview {
    border-bottom: 0px solid transparent;
    min-width: 300px;
    max-width: 300px;
    background-color: rgba(255, 255, 255, 0.1215686275);
    padding: 15px;
    border-radius: 10px;
  }
}
body .website .examples-area .examples-preview .examples-description {
  font-size: 14px;
  opacity: 0.7;
  font-style: italic;
  border-radius: 10px;
  background-color: #216fbf;
  padding: 10px;
  text-align: left;
  letter-spacing: 0.05em;
}
body .website .examples-area .examples-preview .examples-image {
  display: flex;
}
body .website .examples-area .examples-preview .examples-image img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  body .website .examples-area form {
    max-width: 300px;
  }
}

.show-employee-pin-validated {
  display: none;
}

.employee-pin-validated .show-employee-pin-validated {
  display: block;
}
.employee-pin-validated .show-employee-pin-validated.flex {
  display: flex;
}

.employee-pin-validated .hide-employee-pin-validated {
  display: none;
}

.latest-projects {
  z-index: 1;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.latest-projects .projects-image {
  position: absolute;
  z-index: 5;
  top: -65px;
  left: 75px;
  width: 125px;
}
.latest-projects ul {
  position: relative;
  z-index: 2;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  overflow: visible;
  transform: translateX(-90px);
}
.latest-projects ul li {
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1;
  min-width: 150px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .latest-projects ul li {
    min-width: 350px;
    min-height: 350px;
    max-height: 350px;
  }
}
.latest-projects ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.track-transaction-form {
  display: flex;
  width: 100%;
  height: 100%;
}
.track-transaction-form input {
  font-size: 28px;
  width: 100%;
}
.track-transaction-form .main-part {
  flex: 1;
  background-color: #131313;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.track-transaction-form .main-part .transaction-part {
  gap: 20px;
  flex-direction: column;
  width: 100%;
}
.track-transaction-form .main-part .passcode-part {
  gap: 20px;
  flex-direction: column;
  width: 100%;
}
.track-transaction-form .dialpad-part {
  width: 400px;
  background-color: #282828;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

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