@import url("https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&family=Sigmar&family=Yanone+Kaffeesatz:wght@300;600;700&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: 1024px) {
  * {
    -webkit-user-select: none;
  }
}

input, textarea {
  -webkit-user-select: text;
  font-family: "Oswald", "Open Sans", "Montserrat", sans-serif;
  resize: none;
}

.primaryColor {
  color: #151515;
}

.primaryBg {
  background-color: #151515;
}

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: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .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;
  }*/
}

html, body {
  background-color: #fff;
  color: #fff;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 6vw;
  font-family: "Oswald", "open sans", "montserrat";
  font-weight: 500;
  width: 100%;
  min-height: 100%;
}
@media (min-width: 1024px) {
  html, body {
    font-size: 2.5vw;
  }
}
.show-navigation html, .sideview-active html, .show-navigation body, .sideview-active body {
  overflow: hidden;
}
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: 20vw;
  text-align: center;
  font-family: "Yanone Kaffeesatz";
  text-transform: uppercase;
  line-height: normal;
}
@media (min-width: 1024px) {
  html h1, body h1 {
    font-size: 125px;
  }
}
html h2, html h3, body h2, body h3 {
  line-height: normal;
}
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;
}
html h2, body h2 {
  margin-bottom: 50px;
  font-size: 10vw;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 500;
  overflow: hidden;
  padding: 0.5vw 0 1.5vw 0;
}
@media (min-width: 1024px) {
  html h2, body h2 {
    padding: 0.2vw 0 0.5vw 0;
    font-size: 7vw;
    margin-bottom: 7vw;
  }
}
html h2 span, body h2 span {
  background-color: #000000;
  /*
  color: #000;
  background-color: #fff;
  */
}
html h3, body h3 {
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.7m;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  html h3, body h3 {
    font-size: 4vw;
  }
}
html h3 span, body h3 span {
  background-color: #000000;
  /*
  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, body .website.layout-black {
  background-color: rgba(255, 255, 255, 0.0666666667);
}
html .website.layout-black .intro, body .website.layout-black .intro {
  background-color: #151515;
}
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: #151515;
}
html .website.layout-black .navigation .buttons .link, body .website.layout-black .navigation .buttons .link {
  color: #fff;
}
html .website.layout-black .navigation .buttons .bordered, body .website.layout-black .navigation .buttons .bordered {
  color: #fff;
  border-color: #fff;
}
html .website.layout-black .navigation .buttons .green, body .website.layout-black .navigation .buttons .green {
  color: #151515;
  background-color: #fff;
  border-color: #fff;
}
html .website.layout-black .navigation .buttons .social a, body .website.layout-black .navigation .buttons .social a {
  color: #fff;
  justify-content: center;
}
html .website.layout-black .column, body .website.layout-black .column {
  position: relative;
}
@media (min-width: 1024px) {
  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 #151515;
  background-color: #151515;
}
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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: #151515;
  border-color: #151515;
}
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: 1024px) {
  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: 1024px) {
  html .website .navigation-trigger, body .website .navigation-trigger {
    justify-content: flex-end;
    right: 35px;
    top: 35px;
    transform: scale(1.5);
  }
}
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;
}
.show-navigation html .website .navigation-trigger .hamburger-menu, .show-navigation body .website .navigation-trigger .hamburger-menu {
  box-shadow: 0px 0px 0px 1px #000;
  background-color: rgba(0, 0, 0, 0.5411764706);
}
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: 1024px) {
  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: #fff;
  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;
}
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: 1024px) {
  html .website .menu-mobile, body .website .menu-mobile {
    display: none;
  }
}
html .website .logo, body .website .logo {
  position: fixed;
  top: 20px;
  left: 20px;
  left: 0;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 13;
  opacity: 0;
  transition: all 500ms ease 50ms;
  left: 20px;
  padding: 10px;
  opacity: 1;
}
@media (max-width: 1023px) {
  html .website .logo, body .website .logo {
    bottom: 0;
    top: auto;
    left: auto;
    width: 100%;
    padding: 10px 100px;
  }
}
.sideview-active html .website .logo, .sideview-active body .website .logo {
  z-index: 30;
}
html .website .logo a, body .website .logo a {
  display: flex;
}
.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;
  background-color: #000;
}
@media (min-width: 1024px) {
  .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: 0;
    background-color: transparent;
  }
}
html .website .logo img, body .website .logo img {
  object-fit: contain;
}
@media (min-width: 1024px) {
  html .website .logo, body .website .logo {
    width: 300px;
    padding: 10px 15px 10px 15px;
  }
}
html .website .sideview, body .website .sideview {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  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;
}
.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;
  filter: blur(15px);
  z-index: 3;
  transition: filter 500ms ease, opacity 300ms ease;
  opacity: 0;
  overflow: auto;
  transform: translate3d(0, 0, 0);
}
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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: #151515;
  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: 1024px) {
  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 .content, body .website .content {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  min-height: 300px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  html .website .content, body .website .content {
    transition: all 300ms ease 0ms;
  }
}
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 {
  transform: translateX(-150px);
}
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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  html .website .intro, body .website .intro {
    display: block;
    padding-left: 152px;
  }
  .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;
  right: 0;
  padding: 0px;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  height: -webkit-fill-available;
  transform: translateX(100%);
}
.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: 1024px) {
  html .website .navigation, body .website .navigation {
    transition: all 300ms ease;
    width: 350px;
  }
}
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: 120px 20px 20px 20px;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 3;
}
@media (min-width: 1024px) {
  html .website .navigation .buttons, body .website .navigation .buttons {
    border-left: 1px solid #000;
  }
}
html .website .navigation .buttons .actions, body .website .navigation .buttons .actions {
  width: 100%;
  display: block;
  margin-top: 25px;
}
html .website .navigation .buttons .social, body .website .navigation .buttons .social {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 20px;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: left;
  left: 0;
  font-weight: 700;
}
html .website .navigation .buttons .social a, body .website .navigation .buttons .social a {
  margin: 0;
  margin-bottom: 10px;
  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: 20px;
}
html .website .navigation .buttons .link, body .website .navigation .buttons .link {
  letter-spacing: inherit;
  text-transform: lowercase;
  background-color: transparent;
  padding: 0;
  font-size: 45px;
  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: 800;
  text-align: center;
  width: 100%;
  margin: 30px 0px 0px 0;
}
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: 0px;
  padding: 10px 20px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  border: 2px solid transparent;
}
html .website .button.green, body .website .button.green {
  background-color: #151515;
  border-color: #151515;
}
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: 1024px) {
  html .website .button.main-button, body .website .button.main-button {
    padding: 25px 75px;
  }
}
html .website .button.bordered, body .website .button.bordered {
  border-color: #fff;
  color: #fff;
}
html .website .buttons, body .website .buttons {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  html .website .buttons, body .website .buttons {
    flex-direction: row;
  }
}
html .website .buttons a, body .website .buttons a {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  html .website .buttons a, body .website .buttons a {
    margin-right: 25px;
    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.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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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 .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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  html .website .main-area, body .website .main-area {
    padding-left: 152px;
  }
  .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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: #151515;
  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%;
}
@media (min-width: 1024px) {
  html .website .main-area .section.section-header, body .website .main-area .section.section-header {
    min-height: calc(100vh + 10px);
  }
  html .website .main-area .section.section-header.first, body .website .main-area .section.section-header.first {
    min-height: calc(100vh + 10px);
  }
}
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: #151515;
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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: #151515;
}
html .website .main-area .section .section-title.green:after, body .website .main-area .section .section-title.green:after {
  opacity: 0;
}
@media (min-width: 1024px) {
  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: 1024px) {
  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: 1024px) {
  html .website .column.column-1, body .website .column.column-1 {
    max-width: 100vw;
    padding-left: 152px;
  }
  .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: 1024px) {
  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 .section, body .website .section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 10px solid #000;
}
html .website .section.green, body .website .section.green {
  background-color: #151515;
}
html .website .section.green .section-title, body .website .section.green .section-title {
  background-color: #151515;
  border: 0;
}
html .website .section.green .section-title:after, body .website .section.green .section-title:after {
  opacity: 0;
}
html .website .section.green a, body .website .section.green a {
  color: #fff;
}
html .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, 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 .contained, body .website .section .contained {
  width: 100%;
  max-width: 95vw;
  padding: 25px 25px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  html .website .section .contained, body .website .section .contained {
    max-width: 90vw;
  }
}
@media (min-width: 1024px) {
  html .website .section .contained.grid, body .website .section .contained.grid {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  html .website .section .contained .not-full, body .website .section .contained .not-full {
    width: 70%;
    order: 1;
  }
  html .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, 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, body .website .section .contained.x-shaded h2 {
  margin-bottom: 0;
}
html .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, body .website .section .contained.x-shaded h2 span, body .website .section .contained.x-shaded h3 span {
  background-color: transparent;
}
@media (min-width: 1024px) {
  html .website .section .contained, body .website .section .contained {
    padding: 25px 50px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  html .website .section.full, body .website .section.full {
    min-height: calc(100vh - 75px);
  }
  html .website .section.full.first, body .website .section.full.first {
    min-height: calc(100vh + 10px);
  }
}
@media (min-width: 1024px) {
  html .website .section.first .contained, body .website .section.first .contained {
    padding-top: 150px;
  }
}
html .website .section.most, body .website .section.most {
  padding: 200px 0;
}
html .website .section.half, body .website .section.half {
  min-height: 80vh;
}
@media (min-width: 1024px) {
  html .website .section.half, body .website .section.half {
    min-height: 80vh;
  }
}
html .website .section.quarter, body .website .section.quarter {
  min-height: 40vh;
}
html .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;
}
html .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;
  color: #bbb;
  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: 1024px) {
  .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: 1024px) {
  .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: #151515;
  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;
  color: #b9b9b9;
  background-color: #252525;
  width: 100%;
  border: 1px solid #151515;
}
.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;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color: #000;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .footer {
    margin-left: 152px;
    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: 1024px) {
  .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: 1024px) {
  .footer .body {
    flex-direction: row;
    padding: 0;
  }
}
.footer .body .logo {
  width: 70px;
  padding: 10px;
  text-align: right;
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .footer .body .logo {
    margin-top: 0;
    margin-left: 100px;
  }
}
.footer .body .app-store-links {
  width: 50%;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .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: 30px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Yanone Kaffeesatz";
  margin-bottom: 10px;
}
.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: 1024px) {
  .footer ul {
    flex-direction: row;
  }
}
.footer ul.columns {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .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: #151515;
  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: #151515;
}
.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;
}

.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: #151515;
  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: 1024px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1024px) {
  .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;
}

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