@font-face {
  font-family: congusto;
  font-weight: 400;
  src: url(/fonts/congusto-regular.180f76c1.woff) format("woff"), url(/fonts/congusto-regular.2ed609bf.woff2) format("woff2")
}
@font-face {
  font-display: block;
  font-family: lg;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/lg.a53dcc5e.ttf) format("truetype"), url(/fonts/lg.0add5958.woff) format("woff"), url(/img/lg.adb7aeef.svg#lg) format("svg")
}
.lg-icon {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: lg !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #00000073;
  background-color: initial;
  border: none;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  outline: none;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  opacity: .5;
  pointer-events: none
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #fff
}
.lg-actions .lg-next {
  right: 20px
}
.lg-actions .lg-next:before {
  content: "\e095"
}
.lg-actions .lg-prev {
  left: 20px
}
.lg-actions .lg-prev:after {
  content: "\e094"
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  to {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  to {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  background-color: #00000073;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082
}
.lg-toolbar .lg-icon {
  background: none;
  border: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  outline: medium none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  transition: color .2s linear;
  width: 50px
}
.lg-toolbar .lg-icon:hover {
  color: #fff
}
.lg-toolbar .lg-close:after {
  content: "\e070"
}
.lg-toolbar .lg-download:after {
  content: "\e0f2"
}
.lg-sub-html {
  background-color: #00000073;
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}
.lg-sub-html h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle
}
.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
  transform-origin: 50% 50%;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1;
  transform: scaleX(1)
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  max-height: 350px;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  width: 100%;
  z-index: 1080
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translateZ(0)
}
.lg-outer .lg-thumb {
  height: 100%;
  margin-bottom: -5px;
  padding: 10px 0
}
.lg-outer .lg-thumb-item {
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden
}
@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color .25s ease
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}
.lg-outer .lg-thumb-item img {
  height: 100%;
  object-fit: cover;
  width: 100%
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}
.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border: none;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  outline: medium none;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"
}
.lg-outer .lg-toggle-thumb:hover {
  color: #fff
}
.lg-outer .lg-video-cont {
  display: inline-block;
  max-height: 100%;
  max-width: 1140px;
  padding: 0 5px;
  vertical-align: middle;
  width: 100%
}
.lg-outer .lg-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important
}
.lg-outer .lg-video .lg-video-play {
  cursor: pointer;
  height: 59px;
  left: 50%;
  margin-left: -42px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 84px;
  z-index: 1080
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/build/images/vimeo-play.6c87992d.png) no-repeat scroll 0 0 #0000
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/build/images/vimeo-play.6c87992d.png) no-repeat scroll 0 -58px #0000
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: #0000 url(/build/images/video-play.53bb7d07.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  opacity: .8;
  width: 64px
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/build/images/youtube-play.8921bc9c.png) no-repeat scroll 0 0 #0000
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/build/images/youtube-play.8921bc9c.png) no-repeat scroll 0 -60px #0000
}
.lg-outer .lg-video-object {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .08s ease 0s;
  width: 100%;
  z-index: 1083
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}
.lg-autoplay-button:after {
  content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  backface-visibility: hidden;
  transform: translateZ(0)
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  backface-visibility: hidden;
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important
}
#lg-zoom-in:after {
  content: "\e311"
}
#lg-actual-size {
  font-size: 20px
}
#lg-actual-size:after {
  content: "\e033"
}
#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}
#lg-zoom-out:after {
  content: "\e312"
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translateZ(0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  transform: translate3d(0, 5px, 0);
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  width: 120px
}
.lg-outer .lg-pager-thumb-cont img {
  height: 100%;
  width: 100%
}
.lg-outer .lg-pager {
  background-color: #ffffff80;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px #ffffffb3;
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff
}
.lg-outer .lg-caret {
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}
.lg-fullscreen:after {
  content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}
.lg-outer #lg-dropdown-overlay {
  background-color: #00000040;
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0s linear .18s, opacity .18s linear 0s;
  visibility: hidden;
  z-index: 1081
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0s;
  visibility: visible
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  transform: translate3d(0, 5px, 0);
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  visibility: hidden
}
.lg-outer .lg-dropdown:after {
  border: 8px solid;
  border-color: #0000 #0000 #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: -16px;
  width: 0
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 12px;
  white-space: pre
}
.lg-outer .lg-dropdown a:hover {
  background-color: #00000012
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}
.lg-outer #lg-share {
  position: relative
}
.lg-outer #lg-share:after {
  content: "\e80d"
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904"
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907"
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905"
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906"
}
.lg-outer .lg-img-rotate {
  bottom: 0;
  left: 0;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s
}
.lg-rotate-left:after {
  content: "\e900"
}
.lg-rotate-right:after {
  content: "\e901"
}
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px
}
.lg-flip-hor:after {
  content: "\e902"
}
.lg-flip-ver:after {
  content: "\e903"
}
.lg-group {
  *zoom: 1
}
.lg-group:after, .lg-group:before {
  content: "";
  display: table;
  line-height: 0
}
.lg-group:after {
  clear: both
}
.lg-outer {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: fixed;
  top: 0;
  transition: opacity .15s ease 0s;
  width: 100%;
  z-index: 1050
}
.lg-outer * {
  box-sizing: border-box
}
.lg-outer.lg-visible {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  opacity: 1;
  transition-duration: 0s !important
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}
.lg-outer .lg-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%
}
.lg-outer .lg-item {
  background: url(/build/images/loading.621cc8ad.gif) no-repeat scroll 50% #0000;
  display: none !important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px
}
.lg-outer .lg-img-wrap {
  bottom: 0;
  left: 0;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-image {
  display: inline-block;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none
}
.lg-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .15s ease 0s;
  z-index: 1040
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  transform: translateZ(0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  left: 0;
  opacity: 0;
  position: absolute
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
body, html {
  background-color: #000;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  min-width: 320px
}
.no-intro #page-main {
  padding-top: 120px
}
@media (min-width:768px) {
  .no-intro #page-main {
    padding-top: 240px
  }
}
.p-top {
  padding-top: 2rem
}
@media (min-width:768px) {
  .p-top {
    padding-top: 4rem
  }
}
@media (min-width:1024px) {
  .p-top {
    padding-top: 6rem
  }
}
.lazy {
  opacity: 0
}
.lazy[data-ll-status=loaded] {
  opacity: 1;
  transition-duration: .5s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  line-height: 1.25
}
@media (min-width:768px) {
  .title {
    font-size: 1.5rem;
    line-height: 2rem
  }
}
@media (min-width:1024px) {
  .title {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}
.title-congusto {
  font-family: congusto, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-transform: lowercase
}
@media (min-width:768px) {
  .title-congusto {
    font-size: 4.5rem;
    line-height: 1
  }
}
@media (min-width:1280px) {
  .title-congusto {
    font-size: 6rem;
    line-height: 1
  }
}
.btn {
  display: inline-flex;
  font-weight: 600;
  line-height: 1;
  transition-duration: .15s;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.btn-md {
  border-radius: .375rem;
  border-width: 2px;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .25rem .625rem
}
@media (min-width:768px) {
  .btn-md {
    border-radius: .688rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem 1rem
  }
}
.btn-lg {
  border-radius: .375rem;
  border-width: 2px;
  padding: .625rem .875rem
}
@media (min-width:768px) {
  .btn-lg {
    border-radius: .688rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: .625rem 1rem
  }
}
.btn-xl {
  border-radius: .375rem;
  border-width: 2px;
  padding: .75rem 1rem
}
@media (min-width:768px) {
  .btn-xl {
    border-radius: .688rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: .75rem 1.25rem
  }
}
.btn-primary, .btn-primary[type=submit], button {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(205 170 105/var(--tw-bg-opacity));
  border-color: rgb(205 170 105/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(136 114 72/var(--tw-bg-opacity));
  border-color: rgb(136 114 72/var(--tw-border-opacity))
}
.btn-primary-outline {
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(205 170 105/var(--tw-border-opacity));
  border-width: 2px;
  color: rgb(205 170 105/var(--tw-text-opacity))
}
.btn-primary-outline:hover {
  background-color: rgb(136 114 72/var(--tw-bg-opacity));
  border-color: rgb(136 114 72/var(--tw-border-opacity))
}
.btn-black, .btn-black-permanent, .btn-primary-outline:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.btn-black, .btn-black-permanent {
  background-color: rgb(15 15 15/var(--tw-bg-opacity))
}
.btn-black, .btn-black-permanent, .btn-black:hover {
  border-color: rgb(15 15 15/var(--tw-border-opacity))
}
.btn-black:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: rgb(15 15 15/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) .btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15/var(--tw-bg-opacity))
}
.btn-black-outline {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-color: rgb(15 15 15/var(--tw-border-opacity));
  color: rgb(15 15 15/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) .btn-black-outline {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15/var(--tw-bg-opacity))
}
.btn-black-outline:hover {
  background-color: rgb(15 15 15/var(--tw-bg-opacity));
  border-color: rgb(15 15 15/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.btn-black-outline:hover, .btn-white {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1
}
.btn-white {
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-color: rgb(255 255 255/var(--tw-border-opacity));
  color: rgb(15 15 15/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) .btn-white {
  background-color: rgb(15 15 15/var(--tw-bg-opacity))
}
.btn-white-outline {
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.btn-white-outline:hover, .btn-white:hover, .no-intro header.fixed:not(.active) .btn-white {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(205 170 105/var(--tw-bg-opacity));
  border-color: rgb(205 170 105/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) .btn-white:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(136 114 72/var(--tw-bg-opacity));
  border-color: rgb(136 114 72/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) .btn-white-outline {
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(205 170 105/var(--tw-border-opacity));
  color: rgb(205 170 105/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) .btn-white-outline:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(136 114 72/var(--tw-bg-opacity));
  border-color: rgb(136 114 72/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) a {
  --tw-text-opacity: 1;
  color: rgb(15 15 15/var(--tw-text-opacity))
}
.no-intro header.fixed:not(.active) a:hover {
  --tw-text-opacity: 1;
  color: rgb(205 170 105/var(--tw-text-opacity))
}
#page-header.active, .no-intro header.fixed:not(.active) .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15/var(--tw-bg-opacity));
}
#page-header.active #logo {
  margin-top: -30px
}
@media (min-width:768px) {
  #page-header.active #logo {
    margin-top: -45px
  }
}
.tooltip[data-popper-placement^=top] > .tooltip-arrow {
  bottom: -4px
}
.tooltip-arrow {
  visibility: hidden
}
.tooltip-arrow:before {
  content: "";
  left: 0;
  top: 0;
  transform: rotate(45deg);
  visibility: visible
}
.tooltip-arrow, .tooltip-arrow:before {
  background: inherit;
  height: 8px;
  position: absolute;
  width: 8px
}
.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden
}
[role=tab].active, [role=tab].active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 249 242/var(--tw-border-opacity))
}
[role=tab][aria-selected=true].loyaltyProgram div {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(205 170 105/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
[role=tab][aria-selected=true].loyaltyProgram .btn {
  display: none
}
@media (min-width:768px) {
  [role=tab][aria-selected=true].loyaltyProgram {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 249 242/var(--tw-border-opacity))
  }
  [role=tab][aria-selected=true].loyaltyProgram div {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(252 249 242/var(--tw-bg-opacity));
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: rgb(15 15 15/var(--tw-text-opacity))
  }
  [role=tab][aria-selected=false].loyaltyProgram div {
    --tw-bg-opacity: 0.5;
    background-color: rgb(15 15 15/var(--tw-bg-opacity));
    background-color: rgb(252 249 242/var(--tw-bg-opacity))
  }
}
.center {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  top: 50%
}
.center, .center-x {
  left: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.center-x {
  --tw-translate-x: -50%
}
.center-y {
  --tw-translate-y: -50%;
  top: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.pseudo {
  content: "";
  position: absolute
}
.text-shadow {
  text-shadow: 0 0 8px #000000a6
}
.text-shadow-none {
  text-shadow: none
}
.bg-gradient-black, .bg-gradient-x-black, .bg-gradient-y-black {
  background: #0f0f0f80
}
.hide-scrollbar::-webkit-scrollbar {
  display: none
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none
}
@media (min-width:1280px) {
  .bg-gradient-black {
    background: linear-gradient(0deg, #0f0f0f99 0, #0f0f0f00)
  }
  .bg-gradient-black:before {
    background: linear-gradient(90deg, #0f0f0f99 0, #0f0f0f00);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10
  }
  .bg-gradient-x-black {
    background: linear-gradient(90deg, #0f0f0f66 0, #0f0f0f33 50%, #0f0f0f00)
  }
  .bg-gradient-y-black {
    background: linear-gradient(0deg, #0f0f0f80 0, #0f0f0f00 65%), linear-gradient(180deg, #0f0f0f80 0, #0f0f0f00 65%)
  }
}
/* ! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com */ *, :after, :before {
  border: 0 solid;
  box-sizing: border-box
}
:after, :before {
  --tw-content: ""
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: acumin-pro, Arial, sans-serif;
  line-height: 1.5;
  tab-size: 4
}
body {
  line-height: inherit;
  margin: 0
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  text-decoration: inherit
}
b, strong {
  font-weight: bolder
}
code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0
}
button, input, optgroup, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none
}
:-moz-focusring {
  outline: auto
}
:-moz-ui-invalid {
  box-shadow: none
}
progress {
  vertical-align: initial
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0
}
fieldset {
  margin: 0
}
fieldset, legend {
  padding: 0
}
menu, ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
input::placeholder, textarea::placeholder {
  color: #9ca3af
}
[role=button], button {
  cursor: pointer
}
:disabled {
  cursor: default
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle
}
img, video {
  height: auto;
  max-width: 100%
}
[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  --tw-shadow: 0 0 #0000;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem .75rem
}
[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  border-color: #2563eb;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid #0000;
  outline-offset: 2px
}
input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0
}
::-webkit-date-and-time-value {
  min-height: 1.5em
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-meridiem-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-year-field {
  padding-bottom: 0;
  padding-top: 0
}
select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}
[multiple] {
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  padding-right: .75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset
}
[type=checkbox], [type=radio] {
  --tw-shadow: 0 0 #0000;
  appearance: none;
  background-color: #fff;
  background-origin: border-box;
  border-color: #6b7280;
  border-width: 1px;
  color: #2563eb;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1rem
}
[type=checkbox] {
  border-radius: 0
}
[type=radio] {
  border-radius: 100%
}
[type=checkbox]:focus, [type=radio]:focus {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid #0000;
  outline-offset: 2px
}
[type=checkbox]:checked, [type=radio]:checked {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: #0000
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}
[type=checkbox]:checked:focus, [type=checkbox]:checked:hover, [type=checkbox]:indeterminate, [type=radio]:checked:focus, [type=radio]:checked:hover {
  background-color: currentColor;
  border-color: #0000
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%
}
[type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover {
  background-color: currentColor;
  border-color: #0000
}
[type=file] {
  background: unset;
  border-color: inherit;
  border-radius: 0;
  border-width: 0;
  font-size: unset;
  line-height: inherit;
  padding: 0
}
[type=file]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color
}
*, ::backdrop, :after, :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%
}
@media (min-width:640px) {
  .container {
    max-width: 640px;
    padding-left: 2rem;
    padding-right: 2rem
  }
}
@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}
@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}
@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}
@media (min-width:1536px) {
  .container {
    max-width: 1536px
  }
}
.form-input, .form-multiselect, .form-select, .form-textarea {
  --tw-shadow: 0 0 #0000;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem .75rem
}
.form-input:focus, .form-multiselect:focus, .form-select:focus, .form-textarea:focus {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  border-color: #2563eb;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid #0000;
  outline-offset: 2px
}
.form-input::placeholder, .form-textarea::placeholder {
  color: #6b7280;
  opacity: 1
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em
}
.form-input::-webkit-datetime-edit, .form-input::-webkit-datetime-edit-day-field, .form-input::-webkit-datetime-edit-hour-field, .form-input::-webkit-datetime-edit-meridiem-field, .form-input::-webkit-datetime-edit-millisecond-field, .form-input::-webkit-datetime-edit-minute-field, .form-input::-webkit-datetime-edit-month-field, .form-input::-webkit-datetime-edit-second-field, .form-input::-webkit-datetime-edit-year-field {
  padding-bottom: 0;
  padding-top: 0
}
.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem
}
.form-checkbox, .form-radio, .form-select {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}
.form-checkbox, .form-radio {
  --tw-shadow: 0 0 #0000;
  appearance: none;
  background-color: #fff;
  background-origin: border-box;
  border-color: #6b7280;
  border-width: 1px;
  color: #2563eb;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1rem
}
.form-checkbox {
  border-radius: 0
}
.form-radio {
  border-radius: 100%
}
.form-checkbox:focus, .form-radio:focus {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid #0000;
  outline-offset: 2px
}
.form-checkbox:checked, .form-radio:checked {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: #0000
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}
.form-radio:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}
.form-checkbox:checked:focus, .form-checkbox:checked:hover, .form-checkbox:indeterminate, .form-radio:checked:focus, .form-radio:checked:hover {
  background-color: currentColor;
  border-color: #0000
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%
}
.form-checkbox:indeterminate:focus, .form-checkbox:indeterminate:hover {
  background-color: currentColor;
  border-color: #0000
}
.prose {
  color: #fff;
  max-width: 65ch
}
.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  margin-top: 1.2em
}
.prose :where(a):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline
}
.prose :where(strong):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600
}
.prose :where(ol):not(:where([class~=not-prose] *)) {
  list-style-type: decimal;
  padding-left: 1.625em
}
.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
  list-style-type: upper-alpha
}
.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
  list-style-type: lower-alpha
}
.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
  list-style-type: upper-alpha
}
.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
  list-style-type: lower-alpha
}
.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
  list-style-type: upper-roman
}
.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
  list-style-type: lower-roman
}
.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
  list-style-type: upper-roman
}
.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
  list-style-type: lower-roman
}
.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
  list-style-type: decimal
}
.prose :where(ul):not(:where([class~=not-prose] *)) {
  list-style-type: disc;
  padding-left: 1.625em
}
.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400
}
.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: var(--tw-prose-bullets)
}
.prose :where(hr):not(:where([class~=not-prose] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-bottom: 3em;
  margin-top: 3em
}
.prose :where(blockquote):not(:where([class~=not-prose] *)) {
  border-left-color: var(--tw-prose-quote-borders);
  border-left-width: .25rem;
  color: var(--tw-prose-quotes);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-left: 1em;
  quotes: "\201C""\201D""\2018""\2019"
}
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
  content: open-quote
}
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
  content: close-quote
}
.prose :where(h1):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.1111111;
  margin-bottom: .8888889em;
  margin-top: 0
}
.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
  font-weight: 900
}
.prose :where(h2):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3333333;
  margin-bottom: 1em;
  margin-top: 2em
}
.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
  font-weight: 800
}
.prose :where(h3):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: .6em;
  margin-top: 1.6em
}
.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
  font-weight: 700
}
.prose :where(h4):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5em;
  margin-top: 1.5em
}
.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
  font-weight: 700
}
.prose :where(figure>*):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
  margin-top: 0
}
.prose :where(figcaption):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-captions);
  font-size: .875em;
  line-height: 1.4285714;
  margin-top: .8571429em
}
.prose :where(code):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600
}
.prose :where(code):not(:where([class~=not-prose] *)):before {
  content: "`"
}
.prose :where(code):not(:where([class~=not-prose] *)):after {
  content: "`"
}
.prose :where(a code):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-links)
}
.prose :where(pre):not(:where([class~=not-prose] *)) {
  background-color: var(--tw-prose-pre-bg);
  border-radius: .375rem;
  color: var(--tw-prose-pre-code);
  font-size: .875em;
  font-weight: 400;
  line-height: 1.7142857;
  margin-bottom: 1.7142857em;
  margin-top: 1.7142857em;
  overflow-x: auto;
  padding: .8571429em 1.1428571em
}
.prose :where(pre code):not(:where([class~=not-prose] *)) {
  background-color: initial;
  border-radius: 0;
  border-width: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0
}
.prose :where(pre code):not(:where([class~=not-prose] *)):before {
  content: none
}
.prose :where(pre code):not(:where([class~=not-prose] *)):after {
  content: none
}
.prose :where(table):not(:where([class~=not-prose] *)) {
  font-size: .875em;
  line-height: 1.7142857;
  margin-bottom: 2em;
  margin-top: 2em;
  table-layout: auto;
  text-align: left;
  width: 100%
}
.prose :where(thead):not(:where([class~=not-prose] *)) {
  border-bottom-color: var(--tw-prose-th-borders);
  border-bottom-width: 1px
}
.prose :where(thead th):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  padding-bottom: .5714286em;
  padding-left: .5714286em;
  padding-right: .5714286em;
  vertical-align: bottom
}
.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
  border-bottom-color: var(--tw-prose-td-borders);
  border-bottom-width: 1px
}
.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
  border-bottom-width: 0
}
.prose :where(tbody td):not(:where([class~=not-prose] *)) {
  padding: .5714286em;
  vertical-align: initial
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #cdaa69;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75
}
.prose :where(p):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.25em;
  margin-top: 1.25em
}
.prose :where(img):not(:where([class~=not-prose] *)) {
  margin-bottom: 2em;
  margin-top: 2em
}
.prose :where(video):not(:where([class~=not-prose] *)) {
  margin-bottom: 2em;
  margin-top: 2em
}
.prose :where(figure):not(:where([class~=not-prose] *)) {
  margin-bottom: 2em;
  margin-top: 2em
}
.prose :where(h2 code):not(:where([class~=not-prose] *)) {
  font-size: .875em
}
.prose :where(h3 code):not(:where([class~=not-prose] *)) {
  font-size: .9em
}
.prose :where(li):not(:where([class~=not-prose] *)) {
  margin-bottom: .5em;
  margin-top: .5em
}
.prose :where(ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em
}
.prose :where(ul>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em
}
.prose > :where(ul>li p):not(:where([class~=not-prose] *)) {
  margin-bottom: .75em;
  margin-top: .75em
}
.prose > :where(ul>li>:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em
}
.prose > :where(ul>li>:last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.25em
}
.prose > :where(ol>li>:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em
}
.prose > :where(ol>li>:last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.25em
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
  margin-bottom: .75em;
  margin-top: .75em
}
.prose :where(hr+*):not(:where([class~=not-prose] *)) {
  margin-top: 0
}
.prose :where(h2+*):not(:where([class~=not-prose] *)) {
  margin-top: 0
}
.prose :where(h3+*):not(:where([class~=not-prose] *)) {
  margin-top: 0
}
.prose :where(h4+*):not(:where([class~=not-prose] *)) {
  margin-top: 0
}
.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
  padding-left: 0
}
.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
  padding-right: 0
}
.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)) {
  padding-left: 0
}
.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)) {
  padding-right: 0
}
.prose > :where(:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0
}
.prose > :where(:last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 0
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
.visible {
  visibility: visible
}
.invisible {
  visibility: hidden
}
.static {
  position: static
}
.fixed {
  position: fixed
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}
.right-3 {
  right: .75rem
}
.top-3 {
  top: .75rem
}
.right-4 {
  right: 1rem
}
.top-0 {
  top: 0
}
.left-0 {
  left: 0
}
.right-0 {
  right: 0
}
.-top-1\.5 {
  top: -.375rem
}
.-top-1 {
  top: -.25rem
}
.z-20 {
  z-index: 20
}
.z-0 {
  z-index: 0
}
.z-10 {
  z-index: 10
}
.z-40 {
  z-index: 40
}
.z-50 {
  z-index: 50
}
.col-span-3 {
  grid-column: span 3/span 3
}
.col-span-5 {
  grid-column: span 5/span 5
}
.col-span-2 {
  grid-column: span 2/span 2
}
.m-auto {
  margin: auto
}
.m-0 {
  margin: 0
}
.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}
.my-auto {
  margin-bottom: auto;
  margin-top: auto
}
.-mx-2 {
  margin-left: -.5rem;
  margin-right: -.5rem
}
.mr-4 {
  margin-right: 1rem
}
.mt-auto {
  margin-top: auto
}
.mt-4 {
  margin-top: 1rem
}
.mt-8 {
  margin-top: 2rem
}
.ml-3 {
  margin-left: .75rem
}
.mt-3 {
  margin-top: .75rem
}
.mr-3 {
  margin-right: .75rem
}
.mb-4 {
  margin-bottom: 1rem
}
.mt-2 {
  margin-top: .5rem
}
.ml-auto {
  margin-left: auto
}
.mt-10 {
  margin-top: 2.5rem
}
.mb-6 {
  margin-bottom: 1.5rem
}
.mt-6 {
  margin-top: 1.5rem
}
.mt-0 {
  margin-top: 0
}
.ml-20 {
  margin-left: 5rem
}
.mb-\[28px\] {
  margin-bottom: 28px
}
.mb-2\.5 {
  margin-bottom: .625rem
}
.mb-2 {
  margin-bottom: .5rem
}
.mr-2 {
  margin-right: .5rem
}
.mb-1\.5 {
  margin-bottom: .375rem
}
.mb-1 {
  margin-bottom: .25rem
}
.mb-8 {
  margin-bottom: 2rem
}
.mr-5 {
  margin-right: 1.25rem
}
.mb-3 {
  margin-bottom: .75rem
}
.mt-0\.5 {
  margin-top: .125rem
}
.ml-4 {
  margin-left: 1rem
}
.mt-2\.5 {
  margin-top: .625rem
}
.ml-1 {
  margin-left: .25rem
}
.mr-auto {
  margin-right: auto
}
.mt-1 {
  margin-top: .25rem
}
.mt-\[-50px\] {
  margin-top: -50px
}
.mr-6 {
  margin-right: 1.5rem
}
.mt-7 {
  margin-top: 1.75rem
}
.mb-auto {
  margin-bottom: auto
}
.mt-5 {
  margin-top: 1.25rem
}
.mb-5 {
  margin-bottom: 1.25rem
}
.mb-0 {
  margin-bottom: 0
}
.block {
  display: block
}
.inline-block {
  display: inline-block
}
.inline {
  display: inline
}
.flex {
  display: flex
}
.inline-flex {
  display: inline-flex
}
.table {
  display: table
}
.grid {
  display: grid
}
.hidden {
  display: none
}
.h-5 {
  height: 1.25rem
}
.h-full {
  height: 100%
}
.h-0\.5 {
  height: .125rem
}
.h-0 {
  height: 0
}
.h-\[130px\] {
  height: 130px
}
.h-\[100px\] {
  height: 100px
}
.h-6 {
  height: 1.5rem
}
.h-9 {
  height: 2.25rem
}
.h-4 {
  height: 1rem
}
.min-h-\[200px\] {
  min-height: 200px
}
.min-h-full {
  min-height: 100%
}
.min-h-\[210px\] {
  min-height: 210px
}
.w-5 {
  width: 1.25rem
}
.w-full {
  width: 100%
}
.w-\[24px\] {
  width: 24px
}
.w-\[90px\] {
  width: 90px
}
.w-\[100px\] {
  width: 100px
}
.w-\[30px\] {
  width: 30px
}
.w-auto {
  width: auto
}
.w-7 {
  width: 1.75rem
}
.w-\[50px\] {
  width: 50px
}
.w-\[115px\] {
  width: 115px
}
.w-64 {
  width: 16rem
}
.w-1\/2 {
  width: 50%
}
.w-4 {
  width: 1rem
}
.min-w-\[550px\] {
  min-width: 550px
}
.min-w-full {
  min-width: 100%
}
.min-w-\[120px\] {
  min-width: 120px
}
.max-w-\[500px\] {
  max-width: 500px
}
.max-w-\[60px\] {
  max-width: 60px
}
.max-w-\[400px\] {
  max-width: 400px
}
.max-w-full {
  max-width: 100%
}
.max-w-fit {
  max-width: fit-content
}
.max-w-none {
  max-width: none
}
.max-w-\[260px\] {
  max-width: 260px
}
.max-w-\[88px\] {
  max-width: 88px
}
.max-w-\[1000px\] {
  max-width: 1000px
}
.max-w-\[900px\] {
  max-width: 900px
}
.max-w-\[98px\] {
  max-width: 98px
}
.max-w-\[780px\] {
  max-width: 780px
}
.max-w-\[130px\] {
  max-width: 130px
}
.flex-initial {
  flex: 0 1 auto
}
.flex-1 {
  flex: 1 1 0%
}
.flex-shrink {
  flex-shrink: 1
}
.border-collapse {
  border-collapse: collapse
}
.translate-x-\[0\] {
  --tw-translate-x: 0
}
.translate-x-\[0\], .translate-y-\[0\.156rem\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-\[0\.156rem\] {
  --tw-translate-y: 0.156rem
}
.translate-y-\[-0\.33rem\] {
  --tw-translate-y: -0.33rem
}
.-translate-x-full, .translate-y-\[-0\.33rem\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-x-full {
  --tw-translate-x: -100%
}
.translate-x-full {
  --tw-translate-x: 100%
}
.translate-x-0, .translate-x-full {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-0 {
  --tw-translate-x: 0px
}
.rotate-45 {
  --tw-rotate: 45deg
}
.-rotate-45, .rotate-45 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-rotate-45 {
  --tw-rotate: -45deg
}
.rotate-180 {
  --tw-rotate: 180deg
}
.rotate-180, .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}
.animate-spin {
  animation: spin 1s linear infinite
}
.cursor-wait {
  cursor: wait
}
.cursor-pointer {
  cursor: pointer
}
.cursor-default {
  cursor: default
}
.cursor-not-allowed {
  cursor: not-allowed
}
.resize {
  resize: both
}
.list-decimal {
  list-style-type: decimal
}
.auto-cols-auto {
  grid-auto-columns: auto
}
.grid-flow-col {
  grid-auto-flow: column
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr))
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}
.flex-col {
  flex-direction: column
}
.flex-wrap {
  flex-wrap: wrap
}
.items-start {
  align-items: flex-start
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.justify-start {
  justify-content: flex-start
}
.justify-end {
  justify-content: flex-end
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}
.justify-around {
  justify-content: space-around
}
.gap-4 {
  gap: 1rem
}
.gap-10 {
  gap: 2.5rem
}
.gap-6 {
  gap: 1.5rem
}
.gap-8 {
  gap: 2rem
}
.gap-5 {
  gap: 1.25rem
}
.gap-2 {
  gap: .5rem
}
.gap-0 {
  gap: 0
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(.5rem*var(--tw-space-x-reverse))
}
.overflow-hidden {
  overflow: hidden
}
.overflow-x-scroll {
  overflow-x: scroll
}
.overflow-y-scroll {
  overflow-y: scroll
}
.whitespace-nowrap {
  white-space: nowrap
}
.rounded {
  border-radius: .375rem
}
.rounded-lg {
  border-radius: .688rem
}
.rounded-xl {
  border-radius: .75rem
}
.rounded-b {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem
}
.rounded-l-lg {
  border-bottom-left-radius: .688rem;
  border-top-left-radius: .688rem
}
.rounded-r-lg {
  border-bottom-right-radius: .688rem;
  border-top-right-radius: .688rem
}
.border {
  border-width: 1px
}
.border-0 {
  border-width: 0
}
.border-b {
  border-bottom-width: 1px
}
.border-b-2 {
  border-bottom-width: 2px
}
.border-t-2 {
  border-top-width: 2px
}
.border-t {
  border-top-width: 1px
}
.border-b-\[\.75rem\] {
  border-bottom-width: .75rem
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213/var(--tw-border-opacity))
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(15 15 15/var(--tw-border-opacity))
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(205 170 105/var(--tw-border-opacity))
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity))
}
.border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 213 213/var(--tw-border-opacity))
}
.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 213 213/var(--tw-border-opacity))
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
	color: #000;
	  
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15/var(--tw-bg-opacity))
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(252 249 242/var(--tw-bg-opacity))
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78/var(--tw-bg-opacity))
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity))
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213/var(--tw-bg-opacity))
}
.bg-white\/50 {
  background-color: #ffffff80
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5
}
.object-cover {
  object-fit: cover
}
.p-4 {
  padding: 1rem
}
.p-3 {
  padding: .75rem
}
.p-0 {
  padding: 0
}
.p-2\.5 {
  padding: .625rem
}
.p-2 {
  padding: .5rem
}
.p-1 {
  padding: .25rem
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.py-32 {
  padding-bottom: 8rem;
  padding-top: 8rem
}
.py-1\.5 {
  padding-bottom: .375rem;
  padding-top: .375rem
}
.px-2\.5 {
  padding-left: .625rem;
  padding-right: .625rem
}
.py-1 {
  padding-bottom: .25rem;
  padding-top: .25rem
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}
.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem
}
.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}
.py-3 {
  padding-bottom: .75rem;
  padding-top: .75rem
}
.py-2\.5 {
  padding-bottom: .625rem;
  padding-top: .625rem
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.py-2 {
  padding-bottom: .5rem;
  padding-top: .5rem
}
.pr-12 {
  padding-right: 3rem
}
.pt-5 {
  padding-top: 1.25rem
}
.pb-5 {
  padding-bottom: 1.25rem
}
.pt-2 {
  padding-top: .5rem
}
.pb-4 {
  padding-bottom: 1rem
}
.pl-6 {
  padding-left: 1.5rem
}
.pb-8 {
  padding-bottom: 2rem
}
.pb-12 {
  padding-bottom: 3rem
}
.pt-4 {
  padding-top: 1rem
}
.pb-14 {
  padding-bottom: 3.5rem
}
.pb-6 {
  padding-bottom: 1.5rem
}
.pt-3\.5 {
  padding-top: .875rem
}
.pb-3 {
  padding-bottom: .75rem
}
.pt-3 {
  padding-top: .75rem
}
.pt-2\.5 {
  padding-top: .625rem
}
.pb-2 {
  padding-bottom: .5rem
}
.pr-6 {
  padding-right: 1.5rem
}
.pl-14 {
  padding-left: 3.5rem
}
.pt-6 {
  padding-top: 1.5rem
}
.pr-4 {
  padding-right: 1rem
}
.pt-\[50px\] {
  padding-top: 50px
}
.pr-8 {
  padding-right: 2rem
}
.pt-10 {
  padding-top: 2.5rem
}
.pl-4 {
  padding-left: 1rem
}
.pb-0 {
  padding-bottom: 0
}
.text-left {
  text-align: left
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.font-congusto {
  font-family: congusto, Arial, sans-serif
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}
.text-xs {
  font-size: .75rem;
  line-height: 1rem
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}
.font-bold {
  font-weight: 700
}
.font-medium {
  font-weight: 500
}
.font-semibold {
  font-weight: 600
}
.font-normal {
  font-weight: 400
}
.uppercase {
  text-transform: uppercase
}
.lowercase {
  text-transform: lowercase
}
.leading-none {
  line-height: 1
}
.leading-tight {
  line-height: 1.25
}
.leading-6 {
  line-height: 1.5rem
}
.leading-9 {
  line-height: 2.25rem
}
.text-primary {
  --tw-text-opacity: 1;
  color: #CDAA69 !important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(15 15 15/var(--tw-text-opacity))
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity))
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(4 108 78/var(--tw-text-opacity))
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}
.no-underline {
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.placeholder-gray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(171 171 171/var(--tw-placeholder-opacity))
}
.placeholder-primary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 170 105/var(--tw-placeholder-opacity))
}
.opacity-25 {
  opacity: .25
}
.opacity-75 {
  opacity: .75
}
.opacity-0 {
  opacity: 0
}
.opacity-70 {
  opacity: .7
}
.opacity-100 {
  opacity: 1
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}
.shadow, .shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-transparent {
  --tw-shadow-color: #0000;
  --tw-shadow: var(--tw-shadow-colored)
}
.outline {
  outline-style: solid
}
.blur {
  --tw-blur: blur(8px)
}
.blur, .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition {
  transition-duration: .15s;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.transition-opacity {
  transition-duration: .15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.transition-all {
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.duration-300 {
  transition-duration: .3s
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.file\:mr-4::file-selector-button {
  margin-right: 1rem
}
.file\:cursor-pointer::file-selector-button {
  cursor: pointer
}
.file\:rounded::file-selector-button {
  border-radius: .375rem
}
.file\:border-0::file-selector-button {
  border-width: 0
}
.file\:bg-primary::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(205 170 105/var(--tw-bg-opacity))
}
.file\:py-1\.5::file-selector-button {
  padding-bottom: .375rem;
  padding-top: .375rem
}
.file\:px-3::file-selector-button {
  padding-left: .75rem;
  padding-right: .75rem
}
.file\:py-1::file-selector-button {
  padding-bottom: .25rem;
  padding-top: .25rem
}
.file\:text-sm::file-selector-button {
  font-size: .875rem;
  line-height: 1.25rem
}
.file\:font-semibold::file-selector-button {
  font-weight: 600
}
.file\:text-white::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.file\:transition::file-selector-button {
  transition-duration: .15s;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute
}
.after\:left-0:after {
  content: var(--tw-content);
  left: 0
}
.after\:top-0:after {
  content: var(--tw-content);
  top: 0
}
.after\:z-10:after {
  content: var(--tw-content);
  z-index: 10
}
.after\:h-full:after {
  content: var(--tw-content);
  height: 100%
}
.after\:w-full:after {
  content: var(--tw-content);
  width: 100%
}
.after\:cursor-wait:after {
  content: var(--tw-content);
  cursor: wait
}
.after\:rounded:after {
  border-radius: .375rem;
  content: var(--tw-content)
}
.after\:bg-white:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  content: var(--tw-content)
}
.after\:opacity-70:after {
  content: var(--tw-content);
  opacity: .7
}
.invalid\:border-danger:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28/var(--tw-border-opacity))
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15/var(--tw-bg-opacity))
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213/var(--tw-bg-opacity))
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity))
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: #CDAA69 !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.hover\:file\:bg-primary-dark::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 114 72/var(--tw-bg-opacity))
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(205 170 105/var(--tw-border-opacity))
}
.focus\:outline-none:focus {
  outline: 2px solid #0000;
  outline-offset: 2px
}
.focus\:outline-primary:focus {
  outline-color: #cdaa69
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.focus\:ring-2:focus, .focus\:ring-4:focus {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 170 105/var(--tw-ring-opacity))
}
.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(205 170 105/var(--tw-bg-opacity))
}
.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}
.peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(205 170 105/var(--tw-border-opacity))
}
.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(205 170 105/var(--tw-bg-opacity))
}
.peer:checked ~ .peer-checked\:font-semibold {
  font-weight: 600
}
.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.peer:invalid ~ .peer-invalid\:block {
  display: block
}
@media (prefers-color-scheme:dark) {
  .dark\:border-transparent {
    border-color: #0000
  }
  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .dark\:hover\:text-white:hover, .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
  }
}
@media (min-width:640px) {
  .sm\:right-6 {
    right: 1.5rem
  }
  .sm\:order-1 {
    order: 1
  }
  .sm\:order-2 {
    order: 2
  }
  .sm\:order-4 {
    order: 4
  }
  .sm\:order-3 {
    order: 3
  }
  .sm\:col-span-1 {
    grid-column: span 1/span 1
  }
  .sm\:col-span-2 {
    grid-column: span 2/span 2
  }
  .sm\:col-span-3 {
    grid-column: span 3/span 3
  }
  .sm\:col-span-5 {
    grid-column: span 5/span 5
  }
  .sm\:mr-6 {
    margin-right: 1.5rem
  }
  .sm\:mt-2 {
    margin-top: .5rem
  }
  .sm\:mt-0 {
    margin-top: 0
  }
  .sm\:mt-8 {
    margin-top: 2rem
  }
  .sm\:mt-2\.5 {
    margin-top: .625rem
  }
  .sm\:mt-6 {
    margin-top: 1.5rem
  }
  .sm\:mb-4 {
    margin-bottom: 1rem
  }
  .sm\:mt-4 {
    margin-top: 1rem
  }
  .sm\:block {
    display: block
  }
  .sm\:flex {
    display: flex
  }
  .sm\:grid {
    display: grid
  }
  .sm\:hidden {
    display: none
  }
  .sm\:min-h-\[240px\] {
    min-height: 240px
  }
  .sm\:min-h-\[300px\] {
    min-height: 300px
  }
  .sm\:w-auto {
    width: auto
  }
  .sm\:max-w-\[80px\] {
    max-width: 80px
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .sm\:flex-row {
    flex-direction: row
  }
  .sm\:items-center {
    align-items: center
  }
  .sm\:justify-end {
    justify-content: flex-end
  }
  .sm\:gap-4 {
    gap: 1rem
  }
  .sm\:gap-8 {
    gap: 2rem
  }
  .sm\:gap-x-5 {
    column-gap: 1.25rem
  }
  .sm\:rounded-lg {
    border-radius: .688rem
  }
  .sm\:rounded-b-lg {
    border-bottom-left-radius: .688rem;
    border-bottom-right-radius: .688rem
  }
  .sm\:p-6 {
    padding: 1.5rem
  }
  .sm\:p-8 {
    padding: 2rem
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .sm\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
  }
  .sm\:py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem
  }
  .sm\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
  }
  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }
  .sm\:pt-3 {
    padding-top: .75rem
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem
  }
  .sm\:pl-6 {
    padding-left: 1.5rem
  }
  .sm\:pt-12 {
    padding-top: 3rem
  }
  .sm\:text-left {
    text-align: left
  }
  .sm\:text-right {
    text-align: right
  }
  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}
@media (min-width:768px) {
  .md\:-top-3 {
    top: -.75rem
  }
  .md\:order-2 {
    order: 2
  }
  .md\:order-1 {
    order: 1
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2
  }
  .md\:mt-8 {
    margin-top: 2rem
  }
  .md\:mt-4 {
    margin-top: 1rem
  }
  .md\:mt-10 {
    margin-top: 2.5rem
  }
  .md\:mt-5 {
    margin-top: 1.25rem
  }
  .md\:mt-28 {
    margin-top: 7rem
  }
  .md\:mt-14 {
    margin-top: 3.5rem
  }
  .md\:mb-8 {
    margin-bottom: 2rem
  }
  .md\:mt-0 {
    margin-top: 0
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem
  }
  .md\:mb-16 {
    margin-bottom: 4rem
  }
  .md\:mt-12 {
    margin-top: 3rem
  }
  .md\:mt-6 {
    margin-top: 1.5rem
  }
  .md\:mt-\[-70px\] {
    margin-top: -70px
  }
  .md\:mt-16 {
    margin-top: 4rem
  }
  .md\:mb-2 {
    margin-bottom: .5rem
  }
  .md\:flex {
    display: flex
  }
  .md\:hidden {
    display: none
  }
  .md\:h-screen {
    height: 100vh
  }
  .md\:h-\[270px\] {
    height: 270px
  }
  .md\:min-h-\[700px\] {
    min-height: 700px
  }
  .md\:w-\[170px\] {
    width: 170px
  }
  .md\:w-\[50px\] {
    width: 50px
  }
  .md\:max-w-\[520px\] {
    max-width: 520px
  }
  .md\:max-w-\[310px\] {
    max-width: 310px
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .md\:items-center {
    align-items: center
  }
  .md\:justify-start {
    justify-content: flex-start
  }
  .md\:justify-end {
    justify-content: flex-end
  }
  .md\:gap-16 {
    gap: 4rem
  }
  .md\:gap-14 {
    gap: 3.5rem
  }
  .md\:gap-3 {
    gap: .75rem
  }
  .md\:gap-10 {
    gap: 2.5rem
  }
  .md\:gap-6 {
    gap: 1.5rem
  }
  .md\:gap-4 {
    gap: 1rem
  }
  .md\:gap-8 {
    gap: 2rem
  }
  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  .md\:p-12 {
    padding: 3rem
  }
  .md\:py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }
  .md\:pb-28 {
    padding-bottom: 7rem
  }
  .md\:pb-12 {
    padding-bottom: 3rem
  }
  .md\:pt-14 {
    padding-top: 3.5rem
  }
  .md\:pl-28 {
    padding-left: 7rem
  }
  .md\:pt-8 {
    padding-top: 2rem
  }
  .md\:pl-12 {
    padding-left: 3rem
  }
  .md\:pt-\[70px\] {
    padding-top: 70px
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }
  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px #00000040;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}
@media (min-width:1024px) {
  .lg\:-top-2\.5 {
    top: -.625rem
  }
  .lg\:-top-2 {
    top: -.5rem
  }
  .lg\:order-2 {
    order: 2
  }
  .lg\:order-3 {
    order: 3
  }
  .lg\:order-1 {
    order: 1
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3
  }
  .lg\:col-span-1 {
    grid-column: span 1/span 1
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4
  }
  .lg\:mt-4 {
    margin-top: 1rem
  }
  .lg\:ml-auto {
    margin-left: auto
  }
  .lg\:mt-0 {
    margin-top: 0
  }
  .lg\:mt-12 {
    margin-top: 3rem
  }
  .lg\:mr-5 {
    margin-right: 1.25rem
  }
  .lg\:ml-6 {
    margin-left: 1.5rem
  }
  .lg\:mb-24 {
    margin-bottom: 6rem
  }
  .lg\:mb-12 {
    margin-bottom: 3rem
  }
  .lg\:mt-10 {
    margin-top: 2.5rem
  }
  .lg\:mt-8 {
    margin-top: 2rem
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem
  }
  .lg\:mt-\[-350px\] {
    margin-top: -350px
  }
  .lg\:mb-0 {
    margin-bottom: 0
  }
  .lg\:mt-7 {
    margin-top: 1.75rem
  }
  .lg\:mr-6 {
    margin-right: 1.5rem
  }
  .lg\:flex {
    display: flex
  }
  .lg\:min-h-\[360px\] {
    min-height: 360px
  }
  .lg\:min-h-\[940px\] {
    min-height: 940px
  }
  .lg\:min-h-\[750px\] {
    min-height: 750px
  }
  .lg\:w-2\/3 {
    width: 66.666667%
  }
  .lg\:max-w-\[580px\] {
    max-width: 580px
  }
  .lg\:max-w-\[500px\] {
    max-width: 500px
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }
  .lg\:items-start {
    align-items: flex-start
  }
  .lg\:justify-start {
    justify-content: flex-start
  }
  .lg\:justify-end {
    justify-content: flex-end
  }
  .lg\:gap-10 {
    gap: 2.5rem
  }
  .lg\:gap-16 {
    gap: 4rem
  }
  .lg\:gap-20 {
    gap: 5rem
  }
  .lg\:gap-6 {
    gap: 1.5rem
  }
  .lg\:gap-8 {
    gap: 2rem
  }
  .lg\:border-t {
    border-top-width: 1px
  }
  .lg\:p-16 {
    padding: 4rem
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }
  .lg\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
  }
  .lg\:pt-12 {
    padding-top: 3rem
  }
  .lg\:pl-20 {
    padding-left: 5rem
  }
  .lg\:pr-20 {
    padding-right: 5rem
  }
  .lg\:pb-16 {
    padding-bottom: 4rem
  }
  .lg\:pt-24 {
    padding-top: 6rem
  }
  .lg\:text-left {
    text-align: left
  }
  .lg\:text-center {
    text-align: center
  }
  .lg\:text-right {
    text-align: right
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}
@media (min-width:1280px) {
  .xl\:sticky {
    position: sticky
  }
  .xl\:top-4 {
    top: 1rem
  }
  .xl\:right-8 {
    right: 2rem
  }
  .xl\:top-\[40px\] {
    top: 40px
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3
  }
  .xl\:col-span-9 {
    grid-column: span 9/span 9
  }
  .xl\:col-span-1 {
    grid-column: span 1/span 1
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6
  }
  .xl\:my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
  }
  .xl\:mt-20 {
    margin-top: 5rem
  }
  .xl\:mt-14 {
    margin-top: 3.5rem
  }
  .xl\:mt-8 {
    margin-top: 2rem
  }
  .xl\:mt-1\.5 {
    margin-top: .375rem
  }
  .xl\:mt-1 {
    margin-top: .25rem
  }
  .xl\:ml-7 {
    margin-left: 1.75rem
  }
  .xl\:mt-3 {
    margin-top: .75rem
  }
  .xl\:mb-12 {
    margin-bottom: 3rem
  }
  .xl\:mt-\[-140px\] {
    margin-top: -140px
  }
  .xl\:mt-10 {
    margin-top: 2.5rem
  }
  .xl\:mt-16 {
    margin-top: 4rem
  }
  .xl\:mb-14 {
    margin-bottom: 3.5rem
  }
  .xl\:mt-12 {
    margin-top: 3rem
  }
  .xl\:mb-16 {
    margin-bottom: 4rem
  }
  .xl\:mb-8 {
    margin-bottom: 2rem
  }
  .xl\:mb-4 {
    margin-bottom: 1rem
  }
  .xl\:min-h-\[320px\] {
    min-height: 320px
  }
  .xl\:min-h-\[540px\] {
    min-height: 540px
  }
  .xl\:min-h-\[890px\] {
    min-height: 890px
  }
  .xl\:min-h-\[178px\] {
    min-height: 178px
  }
  .xl\:w-full {
    width: 100%
  }
  .xl\:max-w-\[550px\] {
    max-width: 550px
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .xl\:flex-col {
    flex-direction: column
  }
  .xl\:justify-start {
    justify-content: flex-start
  }
  .xl\:justify-between {
    justify-content: space-between
  }
  .xl\:gap-24 {
    gap: 6rem
  }
  .xl\:gap-8 {
    gap: 2rem
  }
  .xl\:gap-2 {
    gap: .5rem
  }
  .xl\:gap-14 {
    gap: 3.5rem
  }
  .xl\:gap-0 {
    gap: 0
  }
  .xl\:gap-6 {
    gap: 1.5rem
  }
  .xl\:gap-32 {
    gap: 8rem
  }
  .xl\:gap-12 {
    gap: 3rem
  }
  .xl\:p-8 {
    padding: 2rem
  }
  .xl\:p-10 {
    padding: 2.5rem
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .xl\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem
  }
  .xl\:pr-14 {
    padding-right: 3.5rem
  }
  .xl\:pt-4 {
    padding-top: 1rem
  }
  .xl\:pb-8 {
    padding-bottom: 2rem
  }
  .xl\:pt-8 {
    padding-top: 2rem
  }
  .xl\:pt-0 {
    padding-top: 0
  }
  .xl\:pt-28 {
    padding-top: 7rem
  }
  .xl\:pt-20 {
    padding-top: 5rem
  }
  .xl\:text-left {
    text-align: left
  }
  .xl\:text-right {
    text-align: right
  }
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }
  .xl\:file\:text-base::file-selector-button {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
@media (min-width:1536px) {
  .\32xl\:col-span-2 {
    grid-column: span 2/span 2
  }
  .\32xl\:col-span-6 {
    grid-column: span 6/span 6
  }
  .\32xl\:col-span-3 {
    grid-column: span 3/span 3
  }
  .\32xl\:ml-auto {
    margin-left: auto
  }
  .\32xl\:min-h-\[380px\] {
    min-height: 380px
  }
  .\32xl\:min-h-0 {
    min-height: 0
  }
  .\32xl\:min-h-\[58px\] {
    min-height: 58px
  }
  .\32xl\:w-1\/2 {
    width: 50%
  }
  .\32xl\:w-auto {
    width: auto
  }
  .\32xl\:max-w-\[500px\] {
    max-width: 500px
  }
  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .\32xl\:items-start {
    align-items: flex-start
  }
  .\32xl\:gap-12 {
    gap: 3rem
  }
  .\32xl\:gap-8 {
    gap: 2rem
  }
  .\32xl\:gap-16 {
    gap: 4rem
  }
  .\32xl\:gap-4 {
    gap: 1rem
  }
  .\32xl\:py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
  }
  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }
  .\32xl\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }
  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
}



.faq .card {
  background: #FFFCF7 !important;
  border: 2px solid #CDAA69 !important;
  border-radius: 16px; /* decentní zakulacení, můžeš změnit nebo vynechat */
  margin-bottom: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05); /* decentní stín, můžeš smazat */
}

.faq .card-header {
  background: #FFFCF7 !important;
  
border-radius: 16px 16px 0 0; /* decentní zakulacení, můžeš změnit nebo vynechat */
  font-size: 1.25rem;  /* větší než běžný text (Bootstrap base je 1rem) */
  font-weight: bold;
  color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq .card-body {
  background: #FFFCF7 !important;
border-radius: 16px; /* decentní zakulacení, můžeš změnit nebo vynechat */
  color: #222;
  font-size: 1.05rem; /* o fous větší než výchozí Bootstrap, můžeš upravit */
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}


.partner-block {
  background: #fff;
  border-radius: 18px;
  min-height: 0;
  aspect-ratio: 1 / 1;
  /* Prohlížeče bez aspect-ratio fallback:
  width: 100%;
  padding-top: 100%; 
  position: relative; 
  */
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.partner-logo {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  /* display: block; */
}



.panel-custom {
  background: #111 !important;
	padding: 10px !important; 
  border: 2px solid #444 !important;
  border-radius: 1rem !important;
  box-shadow: 0 2px 12px #0002;
}
.progress {
  background: #eee !important;
  border-radius: 10px;
}
.progress-bar.bg-dark {
  background: #111 !important;
}