html,
body {
  margin: 0;
  padding: 0;
  font-family: "Founders Grotesk Medium";
  color: #684e27;
  background-color: #efefef;
  line-height: 1.4;
  transition: 0.8s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: "GT America Mono" !important;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #bb7034;
  font-family: "Parnaso" !important;
}

p {
  font-family: "Founders Grotesk";
  margin: 0;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 20px;
    line-height: 1.45;
  }
}

.uppercase-numbers {
  font-variant-numeric: lining-nums;
}

@media screen and (min-width: 560px) {
  .uk-padding-right {
    padding-right: 0px;
  }
}

@media screen and (min-width: 1560px) {
  .uk-container {
    max-width: 1600px;
    width: 1560px;
  }
}
@media screen and (max-width: 1400px) {
  .uk-container {
    width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .uk-container {
    max-width: calc(100% - 60px);
    width: auto;
  }
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: transparent;
}

.uk-width-xxlarge {
  width: 880px;
}
@media screen and (max-width: 820px) {
  .uk-width-xxlarge {
    width: 100%;
  }
}

.uk-section {
  background-color: #dae4d4;
}
.uk-section:nth-child(2n) {
  background-color: #efefef;
}
@media screen and (min-width: 1600px) {
  .uk-section {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .uk-section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1400px) {
  .uk-margin-medium {
    margin-top: 24px !important;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .uk-margin-large {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.uk-position-cover {
  background-color: rgba(231, 217, 213, 0.831372549);
}

@media screen and (max-width: 1024px) {
  .uk-heading-xlarge {
    font-size: 6rem;
  }
}
@media screen and (max-width: 560px) {
  .uk-heading-xlarge {
    font-size: 5rem;
  }
}

.uk-section.light {
  background-color: #dae4d4;
}

.lightbox .lb-image {
  border: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
}

.text_para p {
  margin-top: 12px;
}

input:-internal-autofill-selected {
  color: #684e27 !important;
  background-color: transparent !important;
}

::-moz-selection {
  background: #b98362;
  color: rgba(255, 255, 255, 0.8);
}

::selection {
  background: #b98362;
  color: rgba(255, 255, 255, 0.8);
}

.after {
  position: relative;
}
.after:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 1.2px;
  background: rgba(187, 112, 52, 0.4);
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s ease-in-out 0s;
}
.after:hover:before {
  transform-origin: left top;
  transform: scaleX(1);
}

.submit {
  margin-left: 8px;
}
.submit .uk-button {
  height: 56px;
  position: relative;
  color: #684e27;
  background-color: transparent;
}
.submit .uk-button:before, .submit .uk-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #bb7034;
  opacity: 0.6;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}
.submit .uk-button:before {
  top: -4px;
  left: 0px;
}
.submit .uk-button:after {
  top: 4px;
  left: -8px;
}
.submit .uk-button:hover:before {
  top: 0;
  left: -4px;
  opacity: 0;
}
.submit .uk-button:hover:after {
  top: 0;
  left: -4px;
  opacity: 1;
}

.s_headline {
  font-size: 16px;
  font-family: "Founders Grotesk Medium";
}

.headline {
  font-size: 48px;
  text-transform: capitalize;
}
@media screen and (max-width: 560px) {
  .headline {
    font-size: 42px;
  }
}

.uk-alert {
  margin-bottom: 0px;
  padding: 0px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
}
.uk-alert .uk-alert-close {
  top: 10px;
  right: 50%;
  transform: translateX(50%);
  font-size: 14px;
  color: #bb7034;
  opacity: 1;
}
@media screen and (max-width: 560px) {
  .uk-alert .uk-alert-close {
    right: 24%;
    transform: translateX(12%);
  }
}
@media screen and (max-width: 560px) {
  .uk-alert .uk-alert-close {
    right: 46%;
    transform: translateX(50%);
    width: 100%;
  }
}
.uk-alert .uk-close svg {
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  width: 12px;
}
.uk-alert:hover svg {
  opacity: 1;
  visibility: visible;
}

header {
  background: #fff;
  transition: 0.4s ease-out;
  width: 100%;
  z-index: 99;
}
header .cb-header {
  padding: 16px 0;
}
header .uk-navbar-item {
  color: inherit;
  margin: 0 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Founders Grotesk" !important;
  min-height: auto;
  line-height: 1;
  transition: 0.3s ease-in-out 0s;
}
header:hover .uk-navbar-item.after::before {
  background-color: rgba(255, 255, 255, 0.5215686275);
}
header .uk-logo {
  margin-right: 16px;
}
header .uk-logo img {
  width: 64px;
}
header .button {
  padding: 10px 12px 6px;
  transition: 0.4s;
  background-color: #684e27;
  color: #fff !important;
  letter-spacing: 0.4px;
}
header .button:hover {
  background-color: #9f803a;
}
@media screen and (max-width: 1024px) {
  header {
    background-color: #474747;
  }
  header .uk-offcanvas-close {
    margin: 24px;
    top: 0px;
  }
  header .uk-offcanvas-close svg {
    width: 20px;
  }
  header .button {
    background-color: #9f803a;
  }
  header .cb-header-mobile {
    padding: 15px 0;
  }
  header .uk-icon svg {
    color: rgba(255, 255, 255, 0.5215686275);
  }
  header .uk-panel {
    top: 50%;
    transform: translateY(-50%);
  }
  header .uk-panel .uk-subnav {
    display: block;
  }
  header .uk-panel .uk-subnav .uk-navbar-item {
    margin-bottom: 36px;
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
header .uk-dropdown {
  padding: 18px;
  background-color: #474747;
}
header .uk-nav > li > a {
  text-transform: uppercase;
  font-family: "Founders Grotesk" !important;
  color: #fff;
}
@media screen and (max-width: 560px) {
  header .uk-logo img {
    width: 48px;
  }
  header .uk-icon svg {
    color: #fff;
    width: 18px;
  }
  header .uk-navbar-right {
    gap: 12px;
  }
}
@media screen and (max-width: 1200px) {
  header .uk-dropdown {
    background-color: #bb7034;
  }
  header .uk-dropdown .uk-nav > li > a {
    color: #f5f5f5;
  }
  header .uk-subnav {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
  header .uk-subnav .button {
    background-color: #684e27;
  }
  header .uk-subnav > * > :first-child {
    flex-direction: column;
  }
}

.uk-offcanvas-bar {
  height: 100vh;
  background-color: #bb7034;
}
.uk-offcanvas-bar a {
  color: #fff;
}

.banner p {
  font-family: "Founders Grotesk Medium";
}
@media screen and (max-width: 1024px) {
  .banner p.uk-margin-remove-bottom {
    margin-top: 240px !important;
  }
}
@media screen and (max-width: 560px) {
  .banner p.uk-margin-remove-bottom {
    margin-top: 0px !important;
  }
}
.banner h1 {
  color: #bb7034;
}

.intro .lead_in {
  margin-bottom: 360px;
  padding-bottom: 80px;
}
.intro .lead_in .featured_image {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 480px;
}
.intro .lead_in .featured_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .extant {
  background-color: rgba(162, 132, 101, 0.0901960784);
}
.intro .extant .extant_inner {
  padding-top: 80px;
}
.intro .extant .intro_gallery .left_gallery {
  margin-top: 80px;
}
.intro .extant .intro_gallery .left_gallery .imageleft1 img {
  width: 560px;
  height: 500px;
}
.intro .extant .intro_gallery .left_gallery .imageleft2 img {
  width: 400px;
  height: 370px;
}
.intro .extant .intro_gallery .right_gallery {
  margin-bottom: 80px;
}
.intro .extant .intro_gallery .right_gallery .imageright1 img {
  width: 316px;
  height: 340px;
}
.intro .extant .intro_gallery .right_gallery .imageright2 img {
  width: 440px;
  height: 472px;
}
@media screen and (max-width: 1024px) {
  .intro .lead_in {
    margin-bottom: 460px;
  }
  .intro .extant {
    padding: 40px 18px;
  }
  .intro .extant .intro_gallery .left_gallery {
    width: 328px;
  }
  .intro .extant .intro_gallery .left_gallery .imageleft1 img {
    width: 100%;
    height: 395px;
  }
  .intro .extant .intro_gallery .left_gallery .imageleft2 img {
    width: 100%;
    height: 306px;
  }
}
@media screen and (max-width: 560px) {
  .intro .extant {
    padding: 40px 18px;
  }
  .intro .extant .intro_gallery .left_gallery {
    width: 100%;
    padding: 0;
  }
  .intro .extant .intro_gallery .left_gallery .imageleft1 img {
    width: 100%;
    height: 280px;
  }
  .intro .extant .intro_gallery .left_gallery .imageleft2 img {
    width: 100%;
    height: 280px;
  }
  .intro .extant .intro_gallery .right_gallery {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .intro .extant .intro_gallery .right_gallery .imageright1 img, .intro .extant .intro_gallery .right_gallery .imageright2 img {
    height: 280px;
    width: 100%;
  }
}

.services .s_headline {
  margin-bottom: 40px;
}
.services .serviceCat {
  justify-content: space-evenly;
}
.services .serviceCat .serviceList {
  width: 50%;
}
.services .serviceCat .serviceList .headline {
  padding: 22px 0;
  font-size: 40px;
  position: relative;
}
.services .serviceCat .serviceList .headline::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 74px;
  background-color: rgba(106, 51, 50, 0.3333333333);
}
.services .serviceCat .serviceList .headline.later::before {
  left: 0px;
}
.services .serviceCat .serviceList .headline.later::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 74px;
  background-color: rgba(106, 51, 50, 0.3333333333);
}
.services .serviceCat .serviceList .listItems li {
  padding: 18px 0;
  margin: 0 8px;
  position: relative;
}
.services .serviceCat .serviceList .listItems li p {
  font-size: 17px;
}
.services .serviceCat .serviceList .listItems li:before {
  content: "";
  height: 1px;
  background: #6a3332;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 8px;
  z-index: 1;
  opacity: 0.2;
  transition-property: all;
  transition-duration: 0.2s;
}
.services .serviceCat .serviceList .listItems li .hover_reveal {
  width: 40px;
  height: 44px;
  right: 20%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.6s;
}
.services .serviceCat .serviceList .listItems li .hover_reveal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .serviceCat .serviceList .listItems li:hover:before {
  opacity: 0.08;
  height: 50%;
}
.services .serviceCat .serviceList .listItems li:hover .hover_reveal {
  width: 240px;
  height: 160px;
  right: 0%;
  opacity: 1;
  visibility: visible;
}

.products .product-description p {
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .products .product_gallery {
    margin-top: 64px;
  }
  .products .product_gallery .upper_flex_design, .products .product_gallery .lower_flex_design {
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
.products .product_gallery .element-wrap {
  width: 380px;
  height: 380px;
}
.products .product_gallery .element-wrap .element img {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: right;
  transition: 0.8s ease-out;
}
.products .product_gallery .element-wrap-h .element {
  width: 380px;
  height: 196px;
  background-color: #d5b4aa;
  border-radius: 98px;
}
.products .product_gallery .element-wrap-v .element {
  height: 380px;
  width: 196px;
  background-color: #e1b7ab;
  border-radius: 98px;
}
.products .product_gallery .upper_flex_design .element-wrap-h .element {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .products .product_gallery .element-wrap {
    width: 350px;
    height: 350px;
  }
  .products .product_gallery .element-wrap .element img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    text-align: right;
    transition: 0.8s ease-out;
  }
  .products .product_gallery .element-wrap-h .element {
    width: 350px;
    height: 180px;
  }
  .products .product_gallery .element-wrap-v .element {
    height: 350px;
    width: 180px;
  }
}
@media screen and (max-width: 560px) {
  .products .product_gallery .element-wrap {
    width: 160px;
    height: 160px;
  }
  .products .product_gallery .element-wrap .element img {
    width: 160px;
    height: 160px;
  }
  .products .product_gallery .element-wrap-h .element {
    width: 160px;
    height: 160px;
  }
  .products .product_gallery .element-wrap-v .element {
    height: 160px;
    width: 160px;
  }
}

.products_detail .headline.uk-text-center {
  font-size: 36px;
}

.lightboxOverlay {
  z-index: 100000;
}

.lightbox {
  z-index: 999999 !important;
}

.instagram_featured .headline {
  text-transform: lowercase;
}
.instagram_featured .headline a {
  font-family: "Parnaso" !important;
}
.instagram_featured .insta_desc {
  padding-left: 24px;
  padding-bottom: 24px;
  width: calc(100% - 660px);
}
.instagram_featured .insta_desc svg {
  width: 36px;
}
.instagram_featured .insta_format {
  width: 309px;
  margin: 8px;
  overflow: hidden;
  height: 309px;
}
.instagram_featured .insta_format img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram_featured .insta_format .pin i {
  margin: 16px;
  transform: rotate(45deg);
  font-size: 22px;
  color: #fff;
}
.instagram_featured .uk-light .uk-slidenav {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.instagram_featured .uk-light .uk-slidenav svg {
  width: 10px;
  padding: 2px 0;
  color: rgba(0, 0, 0, 0.3803921569);
}
.instagram_featured .uk-light .uk-slidenav svg polyline {
  stroke-width: 2.2;
}
@media screen and (max-width: 1024px) {
  .instagram_featured .pin_wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .instagram_featured .insta_desc {
    margin-bottom: 24px;
    padding: 0;
  }
  .instagram_featured .insta_desc, .instagram_featured .pinned {
    width: 100%;
  }
  .instagram_featured .pinned .insta_format {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .instagram_featured .pinned .insta_format {
    height: 208px;
  }
}
@media screen and (max-width: 420px) {
  .instagram_featured .insta_desc svg {
    width: 26px;
  }
  .instagram_featured .headline a {
    font-size: 34px;
  }
  .instagram_featured .uk-margin-medium-right {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 390px) {
  .instagram_featured .insta_desc svg {
    width: 20px;
  }
  .instagram_featured .headline a {
    font-size: 30px;
  }
}

.testimonials .testimonial-wrap {
  margin-top: 40px;
  background-color: rgba(162, 132, 101, 0.0901960784);
}
.testimonials .testimonial-wrap .quote {
  width: 96px;
  background-color: #bb7034;
  border-radius: 50px;
}
.testimonials .testimonial-wrap .quote img {
  padding: 18px;
}
.testimonials .testimonial-wrap .uk-card .uk-card-media-top img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonial-wrap .uk-card .tinyquote {
  width: 40px;
  background-color: #bb7034;
  border-radius: 50px;
}
.testimonials .testimonial-wrap .uk-card .tinyquote img {
  padding: 8px;
}
.testimonials .testimonial-wrap .uk-card .uk-card-body p {
  margin-top: 24px;
  font-size: 20px;
}
.testimonials .testimonial-wrap .uk-card .uk-card-body h3 {
  color: #bb7034;
  margin-top: 8px;
}
.testimonials .testimonial-wrap .uk-slidenav {
  margin: 0px;
  padding: 8px 10px;
  background-color: #bb7034;
}
.testimonials .testimonial-wrap .uk-slidenav svg {
  width: 10px;
}
.testimonials .testimonial-wrap .uk-slidenav.uk-slidenav-next {
  margin-left: 48px;
}
.testimonials .testimonial-wrap .uk-slidenav.uk-invisible {
  visibility: visible !important;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .testimonials {
    padding-top: 180px;
  }
  .testimonials .testimonial-wrap {
    background-color: transparent;
  }
  .testimonials .testimonial-wrap .quote.uk-position-top-left {
    left: 0px;
    margin-top: -140px;
  }
  .testimonials .testimonial-wrap .feedback_wrap {
    margin-top: 24px;
  }
  .testimonials .testimonial-wrap .feedback_wrap .uk-card-body {
    padding-top: 44px;
  }
  .testimonials .testimonial-wrap .feedback_wrap .uk-card-body .uk-position-top-left {
    left: 30px;
  }
  .testimonials .uk-padding-large {
    padding: 0;
  }
  .testimonials .uk-slider-items {
    margin-bottom: 56px !important;
  }
  .testimonials .uk-height-medium {
    height: 204px;
  }
}
@media screen and (max-width: 560px) {
  .testimonials {
    padding-top: 80px;
  }
}
@media screen and (max-width: 420px) {
  .testimonials .uk-height-medium {
    height: 290px;
  }
}
@media screen and (max-width: 390px) {
  .testimonials .uk-height-medium {
    height: 320px;
  }
}

footer {
  background-color: #FFF !important;
}
footer .contact a {
  max-width: 420px;
  font-family: "Founders Grotesk" !important;
  font-size: 19px;
}
@media screen and (max-width: 420px) {
  footer .contact a {
    max-width: 90%;
  }
}
footer .divider {
  height: 1px;
  background-color: #bb7034;
}
footer .lower-flex a, footer .lower-flex p {
  font-family: "Founders Grotesk" !important;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  footer .uk-width-xlarge {
    width: 100%;
  }
  footer .contact {
    margin-top: 40px;
  }
}

.banner_section {
  padding-top: 136px;
}
.banner_section .image img {
  width: 100%;
  height: 560px;
}

.highlights .following img {
  width: auto;
  height: 320px;
}
.highlights .following .element img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.servicesStandee {
  background-color: #fff;
  color: #9f803a;
}
.servicesStandee .tableDecor img {
  height: 360px;
  width: 100%;
}

table.uk-table th {
  color: inherit;
  padding-bottom: 32px;
}
table.uk-table th:first-child {
  width: 68%;
}
table.uk-table th:first-child .headline {
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  table.uk-table th:first-child .headline {
    font-size: 40px;
  }
}
table.uk-table td {
  padding-top: 32px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Founders Grotesk";
}
table.uk-table td .note {
  font-size: 15px;
  text-transform: lowercase;
}
table.uk-table td span {
  font-size: 16px;
  text-transform: lowercase;
  padding-left: 8px;
}
table.uk-table tbody > tr {
  border-top: 1px solid rgba(187, 112, 52, 0.4);
}

.stickyTab li {
  padding: 16px 0;
}
.stickyTab .uk-grid {
  margin: 80px 0;
}
.stickyTab .uk-grid .uk-sticky {
  width: 100% !important;
  max-width: 400px;
}
.stickyTab .uk-grid .tab__nav li {
  margin-right: 24px;
  position: relative;
}
.stickyTab .uk-grid .tab__nav li::before {
  content: "";
  height: 1px;
  background: #6a3332;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.2;
  transition-property: all;
  transition-duration: 0.2s;
}
.stickyTab .uk-grid .tab__nav li.uk-active::before {
  opacity: 0.08;
  height: 50%;
}
.stickyTab .uk-grid .tab__nav li a {
  font-family: "Founders Grotesk";
  font-size: 17px;
  line-height: 24px;
  color: #684e27;
}
.stickyTab .uk-grid .queries .headline {
  font-size: 38px;
}
.stickyTab .uk-grid .queries .uk-accordion {
  padding: 48px 0;
}
.stickyTab .uk-grid .queries li {
  border-bottom: 1px solid rgba(187, 112, 52, 0.4);
}
.stickyTab .uk-grid .queries li a {
  font-size: 22px;
  color: #684e27;
  font-family: "Founders Grotesk" !important;
}
.stickyTab .uk-grid .queries li p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .stickyTab .uk-grid {
    margin-top: 40px;
  }
}
.stickyTab .uk-grid > * {
  padding-left: 0;
}
.stickyTab .uk-grid > * > :last-child .uk-accordion {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.time .working_hours {
  border: 1px solid rgba(187, 112, 52, 0.4);
  padding: 72px 40px 16px;
  max-width: 560px;
  margin: auto;
  margin-top: -75px;
}
.time tr td {
  padding: 1px 16px;
  font-size: 18px;
  font-family: "Founders Grotesk";
}
.time .clock_wrapper {
  width: 200px;
  height: 152px;
  background: #efefef;
  margin: auto;
  position: relative;
  z-index: 2;
}
.time .clock_wrapper .analog-clock {
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
  background: #fff;
  border: 1px solid rgba(187, 112, 52, 0.4);
  border-radius: 100px;
}
.time .clock_wrapper .analog-clock::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
  background: #bb7034;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.time .clock_wrapper .analog-clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 0 transparent;
}
.time .clock_wrapper .analog-clock .clock-line {
  position: absolute;
  width: 2px;
  height: 10px;
  left: 74px;
  top: 12px;
  transform-origin: 50% 62px;
}
.time .clock_wrapper .analog-clock .clock-line.point-12 {
  transform: rotate(0);
  background: #bb7034;
}
.time .clock_wrapper .analog-clock .clock-line.point-3 {
  transform: rotate(90deg);
  background: #bb7034;
}
.time .clock_wrapper .analog-clock .clock-line.point-6 {
  transform: rotate(180deg);
  background: #bb7034;
}
.time .clock_wrapper .analog-clock .clock-line.point-9 {
  transform: rotate(270deg);
  background: #bb7034;
}
.time .clock_wrapper .analog-clock .hand {
  position: absolute;
  z-index: 1;
  width: 6px;
  transform-origin: 50% 100%;
  bottom: 74px;
  left: 73px;
}
.time .clock_wrapper .analog-clock .hand.hour {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 40px 3px;
  border-color: transparent transparent #bb7034 transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.time .clock_wrapper .analog-clock .hand.minute {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 59px 3px;
  border-color: transparent transparent #bb7034 transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.time .clock_wrapper .analog-clock .hand.second {
  bottom: 74px;
  left: 74px;
  width: 1px;
  height: 62px;
  background-color: #e3bbb5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.time .clock_wrapper .float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.time.help_a__mate .head__wrapper {
  height: 120px;
}
.time.help_a__mate .help_list {
  margin-top: -32px;
  padding-top: 64px;
}
.time.help_a__mate .help_list .list {
  height: 560px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .time.help_a__mate .help_list .list {
    height: 88vh;
  }
}
.time.help_a__mate .help_list .list li {
  font-family: "Founders Grotesk";
  font-size: 18px;
  line-height: 1.36;
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.time.help_a__mate .help_list .list li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1.2px;
  background: rgba(187, 112, 52, 0.4);
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s ease-in-out 0s;
}
.time.help_a__mate .help_list .list li:hover::before {
  transform-origin: left top;
  transform: scaleX(1);
}
.time.help_a__mate .help_list ::-webkit-scrollbar {
  width: 8px;
}
.time.help_a__mate .help_list ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 20px rgba(209, 197, 178, 0.5490196078);
  border-radius: 10px;
}
.time.help_a__mate .help_list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 50px #795C34;
}
.time.help_a__mate .help_list ::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 50px rgba(134, 109, 74, 0.8431372549);
}
@media screen and (max-width: 1024px) {
  .time .working_hours {
    padding: 72px 16px 16px;
  }
}
@media screen and (max-width: 620px) {
  .time {
    margin-top: 72px !important;
  }
  .time .working_hours {
    padding: 72px 8px 16px;
  }
}
@media screen and (max-width: 390px) {
  .time .working_hours td {
    padding: 1px 12px;
  }
  .time .working_hours td:first-child {
    padding-left: 0;
  }
  .time .working_hours td:last-child {
    padding-right: 0;
  }
}

.crypt {
  position: relative;
  text-transform: lowercase;
  margin-left: 8px;
  font-size: 18px;
}
.crypt::after {
  position: absolute;
  top: -5px;
  left: 8px;
  height: 18px;
  background-color: #efefef;
  color: #684e27;
  font-size: 18px;
  padding-top: 6px;
  font-family: "Founders Grotesk";
}

.nominatedby {
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 16.4px;
  color: #bb7034;
}

.banner_section .crypt::after {
  background-color: #fafafa;
}

form .form-group {
  margin-bottom: 16px;
}
form .uk-input, form .uk-textarea {
  border: none;
  border-bottom: 1px solid rgba(187, 112, 52, 0.4);
  background: transparent;
  color: #684e27;
  font-family: "Founders Grotesk";
  padding-left: 0;
}
form .uk-input::-moz-placeholder, form .uk-textarea::-moz-placeholder {
  color: #684e27;
  text-transform: uppercase;
}
form .uk-input::placeholder, form .uk-textarea::placeholder {
  color: #684e27;
  text-transform: uppercase;
}
form .uk-input:focus, form .uk-textarea:focus {
  background-color: transparent;
  color: #684e27;
  border-color: rgba(187, 112, 52, 0.4);
}
form .uk-input:focus::-moz-placeholder, form .uk-textarea:focus::-moz-placeholder {
  color: transparent;
}
form .uk-input:focus::placeholder, form .uk-textarea:focus::placeholder {
  color: transparent;
}
form .uk-input::-webkit-outer-spin-button, form .uk-input::-webkit-inner-spin-button, form .uk-textarea::-webkit-outer-spin-button, form .uk-textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
form label {
  font-family: "Founders Grotesk";
  text-transform: uppercase;
  line-height: 2;
}
form textarea {
  height: 80px;
  resize: none;
}
@media screen and (max-width: 560px) {
  form textarea {
    height: 120px;
  }
}
form .submit .uk-button {
  background-color: transparent;
  font-family: "GT America Mono" !important;
}

.membership {
  background-color: rgba(255, 255, 255, 0.8);
}
.membership form button {
  background-color: transparent;
  border-bottom: 1px solid rgba(187, 112, 52, 0.4);
}
.membership form button svg {
  width: 32px;
  transform: scale(0.8);
  transition: 0.8s;
}
.membership form button:hover svg {
  transform: scale(1);
}
@media screen and (max-width: 420px) {
  .membership .detail {
    padding: 16px;
    padding-left: 16px;
  }
}

.register {
  background-color: #f5f5f5;
}
.register .reg__wrap {
  padding: 40px 0 40px 40px;
}
.register img {
  height: 100%;
}

.carousel {
  position: relative;
  z-index: 1;
  height: 88vh;
  overflow: hidden;
  pointer-events: none;
}
.carousel .carousel-item {
  --width: clamp(240px, 30vw, 300px);
  --height: clamp(280px, 40vw, 400px);
  --x: calc(var(--active) * 800%);
  --y: calc(var(--active) * 200%);
  --rot: calc(var(--active) * 120deg);
  --opacity: calc(var(--zIndex) / 10 * 3 - 2);
  overflow: hidden;
  position: absolute;
  z-index: var(--zIndex);
  width: var(--width);
  height: var(--height);
  margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
  top: 50%;
  left: 50%;
  box-shadow: 0 8px 40px 0px rgba(0, 0, 0, 0.2666666667);
  background: rgba(0, 0, 0, 0.8);
  pointer-events: all;
  transform: translate(var(--x), var(--y)) rotate(var(--rot));
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}
.carousel .carousel-item .carousel-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  opacity: var(--opacity);
}
.carousel .carousel-item .carousel-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
.carousel .carousel-item .carousel-box .title {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 20px;
  left: 20px;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  font-size: clamp(20px, 3vw, 24px);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: "Parnaso";
  width: calc(100% - 40px);
  max-height: 64px;
  overflow: hidden;
}
.carousel .carousel-item .carousel-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

#eapps-instagram-feed-1 {
  margin-top: 8px;
}
#eapps-instagram-feed-1 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dae4d4;
}
#eapps-instagram-feed-1 a.eapps-instagram-feed-posts-item-link::after {
  background-color: transparent;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none !important;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.countdown p {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.countdown p span {
  display: block;
  font-size: 56px;
  line-height: 1.4;
  margin: 10px;
  width: 100px;
  font-weight: 400;
  font-family: "Parnaso";
}

.uk-countdown .uk-countdown-label {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.uk-countdown .uk-countdown-number {
  text-align: center;
}
.uk-countdown .uk-countdown-number span {
  font-weight: 400;
  font-family: "Parnaso";
}
.uk-countdown .uk-countdown-separator {
  padding: 24px;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .uk-countdown .uk-countdown-separator {
    padding: 0;
    padding-left: 16px;
    opacity: 1;
  }
}

.richtext > * {
  margin-top: 32px;
}
.richtext > * img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 40%);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes after {
  0% {
    opacity: 0;
    width: 40%;
    left: 30%;
  }
  50% {
    opacity: 1;
    width: 80%;
    left: 10%;
  }
  100% {
    opacity: 0;
    width: 100%;
    left: 0%;
  }
}/*# sourceMappingURL=style.css.map */