.nav02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 16px 35px 0 rgba(9, 7, 37, 0.06);
}

.brand-centre {
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: 300px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-link-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.nav-link-full:hover {
  border-bottom-color: #523021;
  color: #523021;
}

.nav-link-full.w--current {
  color: #523021;
}

.navigation-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-side.nav-left {
  padding-right: 14%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navigation-side.nav-right {
  padding-left: 14%;
}

.nav-menu-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: absolute;
  left: 50%;
  top: 70px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-link-mobile {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  color: #3f0a3d;
  font-size: 15px;
}

.nav-link-mobile:hover {
  color: #02676b;
}

.navigation-split {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar {
  position: relative;
  z-index: 9999;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #523021;
}

.image {
  width: 300px;
  height: 150px;
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.tbc-info-icon {
  width: 30px;
  height: 30px;
  float: left;
}

.tbc-info-text {
  padding-left: 20px;
  float: left;
  font-family: Abel, sans-serif;
  color: #fbce70;
  font-size: 18px;
  line-height: 30px;
}

.hero {
  position: relative;
  height: 100vh;
  background-image: url('../images/hero-bottom-pat.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-img.jpg');
  background-image: url('../images/hero-bottom-pat.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-img.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

.hero-h1 {
  font-family: Rancho, sans-serif;
  color: #fbce70;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
}

.sec-uber {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f5f0;
  background-image: url('../images/cup-print.png'), url('../images/coffee-drops.png');
  background-position: 10% 80%, 85% 20%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.sec-heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sec-heading.text-center {
  text-align: center;
}

.h {
  margin-top: 10px;
  font-family: Barlow, sans-serif;
}

.h.sec-h2 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.h.sec-h2.text-yellow {
  color: #fbce70;
}

.h.cta-h {
  font-family: Rancho, sans-serif;
  color: #fbce70;
  font-size: 70px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}

.h.h3 {
  color: #523021;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.h.prod-title {
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}

.h.pop-prod-title {
  margin-bottom: 5px;
  font-size: 18px;
}

.h.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #523021;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.h.sec-h3-inner {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.ps {
  font-family: Rancho, sans-serif;
}

.ps.uber-ps {
  color: #000;
  font-size: 32px;
  line-height: 50px;
}

.ps.uber-ps.text-white {
  color: #fff;
}

.ps.uber-ps.text-center {
  text-align: center;
}

.p {
  font-family: Abel, sans-serif;
}

.p.para {
  color: #000;
  font-size: 22px;
  line-height: 38px;
}

.p.para.text-white {
  color: #fff;
}

.p.para.italic {
  font-style: italic;
}

.p.prod-name {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.p.prod-short-desc {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
}

.p.f-kon-info-text {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

.p.pop-prod-name {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.uber-right {
  position: relative;
}

.uber-right-img {
  z-index: 10;
}

.uber-right-text {
  position: absolute;
  right: 0px;
  bottom: 15%;
  width: 500px;
  padding: 40px;
  background-color: #523021;
}

.sec-cta {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/hero-bottom-pat.png'), url('../images/cta-pat-top.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(82, 48, 33, 0.69)), to(rgba(82, 48, 33, 0.69))), url('../images/cta-1-bg.jpg');
  background-image: url('../images/hero-bottom-pat.png'), url('../images/cta-pat-top.png'), linear-gradient(180deg, rgba(82, 48, 33, 0.69), rgba(82, 48, 33, 0.69)), url('../images/cta-1-bg.jpg');
  background-position: 50% 100%, 50% 0%, 0px 0px, 0px 0px;
  background-size: contain, contain, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.sec-services {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f5f0;
}

.ser-left-text {
  padding-right: 20px;
}

.ser-right-img {
  z-index: 10;
}

.ser-right {
  position: relative;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 6px solid #523021;
  background-color: #fff;
}

.ser-icon {
  width: 110px;
  height: 110px;
  padding: 15px;
  float: left;
}

.ser-text {
  padding: 10px 20px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ser-sec-img-bg {
  position: absolute;
  top: 5%;
  right: 0px;
  bottom: 5%;
  z-index: 0;
  width: 40%;
  height: 80%;
  background-color: #f5efe9;
}

.pos-r {
  position: relative;
  z-index: 10;
}

.prod-top-img {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/cta-pat-top.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(82, 48, 33, 0.69)), to(rgba(82, 48, 33, 0.69))), url('../images/prod-bg.jpg');
  background-image: url('../images/cta-pat-top.png'), linear-gradient(180deg, rgba(82, 48, 33, 0.69), rgba(82, 48, 33, 0.69)), url('../images/prod-bg.jpg');
  background-position: 50% 0%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.prod-prod-sec {
  background-color: #523021;
  background-image: url('../images/prod-bg-pat.png');
  background-position: 0px 0px;
}

.tabs-menu {
  text-align: center;
}

.tab {
  margin-right: 2px;
  margin-left: 2px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.tab.w--current {
  background-color: #523021;
}

.tabs {
  top: -58px;
}

.prod-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prod-grid {
  width: 25%;
  padding: 15px;
}

.prod-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 353.9375px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.prod-desc {
  padding: 15px 15px 30px;
  background-color: #f9f5f0;
  text-align: center;
}

.prod-detail {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 20px;
  border-radius: 20px;
  background-color: #fbce70;
  font-family: Barlow, sans-serif;
  color: #523021;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.prod-tab-pane {
  padding-top: 80px;
  padding-bottom: 40px;
}

.sec-angebote {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #f9f5f0;
  background-image: url('../images/bottom-pat-white.png'), url('../images/cup-print.png'), url('../images/coffee-drops.png');
  background-position: 50% 100%, 95% 95%, 5% 10%;
  background-size: contain, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.owl-carousel.owl.owl-theme {
  margin-top: 60px;
}

.owl-carousel.owl.owl-theme.d-none {
  display: none;
}

.slider-prod-grid {
  display: inline-block;
  padding: 5px;
}

.slider-prod-desc {
  padding: 15px 15px 30px;
  background-color: #fff;
  text-align: center;
}

.sec-brand {
  padding-top: 100px;
  padding-bottom: 140px;
  background-image: url('../images/hero-bottom-pat.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-grid {
  width: 20%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.sec-ange {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f9f5f0;
  background-image: url('../images/cup-print.png'), url('../images/coffee-drops.png');
  background-position: 90% 90%, 50% 20%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.ange-right-text {
  padding-top: 60px;
  padding-left: 60px;
}

.ange-left-img {
  position: relative;
}

.ange-sec-img-bg {
  position: absolute;
  left: 0px;
  top: 15%;
  right: auto;
  bottom: 2%;
  z-index: 0;
  width: 40%;
  height: 80%;
  background-color: #f5efe9;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #523021;
}

.sec-cta-2 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/hero-bottom-pat-brown.png'), url('../images/cta-pat-top.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(82, 48, 33, 0.69)), to(rgba(82, 48, 33, 0.69))), url('../images/cta-2-bg.jpg');
  background-image: url('../images/hero-bottom-pat-brown.png'), url('../images/cta-pat-top.png'), linear-gradient(180deg, rgba(82, 48, 33, 0.69), rgba(82, 48, 33, 0.69)), url('../images/cta-2-bg.jpg');
  background-position: 50% 100%, 50% 0%, 0px 0px, 50% 50%;
  background-size: contain, contain, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.footer-logo {
  padding-top: 40px;
}

.footer-kon-info {
  padding-top: 15px;
  padding-bottom: 15px;
}

.f-kon-info-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #fbce70;
  font-size: 20px;
  font-weight: 500;
}

.imp-link {
  display: inline-block;
  margin-top: 40px;
  padding-right: 15px;
  font-family: Abel, sans-serif;
  color: #fbce70;
  font-size: 16px;
}

.imp-link.bl {
  padding-left: 15px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.25);
}

.footer-row {
  margin-top: 60px;
}

.offer-badge {
  position: absolute;
  top: 15px;
  right: -10px;
  width: 118px;
  height: 47px;
}

.o-b-text {
  position: absolute;
  left: 30px;
  top: 17px;
  font-family: Abel, sans-serif;
  color: #fbce70;
  font-size: 22px;
  font-weight: 400;
}

.off-sm {
  font-size: 16px;
}

.popup-m1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.pop-up-content {
  position: absolute;
  left: 50%;
  width: 500px;
  padding: 30px 20px 20px;
  background-color: #f9f5f0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.pop-prod-desc {
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: left;
}

.mi-tab {
  margin-left: -1px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #fbce70;
  background-color: #f9f5f0;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.mi-tab.w--current {
  background-color: #fbce70;
}

.mh-tab-content {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fbce70;
}

.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.prs-down-btn {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 20px;
  background-color: #fbce70;
  font-family: Barlow, sans-serif;
  color: #523021;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.fa {
  margin-left: 4px;
  font-family: Fontawesome, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pop-up-smodesc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.tabs-menu-2 {
  padding-left: 1px;
}

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
}

.prod-des-list {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: square;
}

.pd-list-item {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Abel, sans-serif;
  font-size: 16px;
  text-align: left;
}

.popup-m1-bak {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.popup-m2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.popup-m3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-2:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.close-popup-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-3:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-4:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-5 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-5:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-6 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-6:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-7 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-7:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-8 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-8:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-9 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-9:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-10 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-10:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-11 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-11:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m12 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-12 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-12:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m13 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-13 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-13:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-14 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-14:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m15 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-15 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-15:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m16 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-16 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-16:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-m17 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.popup-m18 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-17 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-17:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.close-popup-18 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-18:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt1:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt2:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt3:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt4 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt4:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt5 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt5:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt6 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt6:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt7 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt7:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt8 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt8:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt9 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt9:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt10 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt10:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt11 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt11:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-12 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt12 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt12:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-13 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt13 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt13:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt14 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt14:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-15 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt15 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt15:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-16 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt16 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt16:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-17 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt17 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt17:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-18 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt18 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt18:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-19 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt19 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt19:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-20 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt20 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt20:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt21 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt21:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-22 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt22 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt22:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-23 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt23 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt23:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-24 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt24 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt24:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-25 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt25 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt25:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-kt-26 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-kt26 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-kt26:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-haus-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-haus-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-haus-1:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-haus-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-haus-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-haus-2:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-haus-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-haus-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-haus-3:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.popup-haus-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-top: 20px;
  background-color: rgba(82, 48, 33, 0.8);
}

.close-popup-haus-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(82, 48, 33, 0.13);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #523021;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-popup-haus-4:hover {
  background-color: rgba(82, 48, 33, 0.43);
}

.manufacturer-link {
  color: #523021;
}

.link {
  color: #523021;
}

.impressum-content {
  padding-top: 140px;
  padding-bottom: 60px;
}

.p-2 {
  font-family: Abel, sans-serif;
}

.p-2.para {
  color: #222;
  font-size: 16px;
  line-height: 30px;
}

.p-2.para.label-imp {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.p-2.para.para-imp {
  font-size: 16px;
}

.container-2 {
  width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.datenschutz-content {
  padding-top: 160px;
}

.h-2 {
  display: block;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
}

.h-2.h4-imp {
  margin-top: 40px;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
}

.inner-content-sec {
  padding-top: 10px;
  padding-bottom: 100px;
  background-color: #f9f5f0;
}

.col-row-imp {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e4e4e4;
}

.hero-inner {
  position: relative;
  height: 600px;
  background-image: url('../images/hero-bottom-pat.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-img.jpg');
  background-image: url('../images/hero-bottom-pat.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-img.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hero-content-inner {
  position: absolute;
  left: 50%;
  top: 60%;
  display: none;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

.cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #523021;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.cta-num {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .brand-centre {
    position: absolute;
    left: 15px;
    top: 10px;
    bottom: 0px;
    width: 155px;
    margin-right: 10px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .nav-link-full {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: none;
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 14px;
  }

  .nav-link-full:hover {
    color: #fff;
  }

  .nav-link-full.w--current {
    color: #fbce70;
  }

  .navigation-side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu-base {
    height: auto;
    background-color: #523021;
  }

  .logo {
    left: 0px;
    top: 0px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .nav-link-mobile {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 14px;
  }

  .nav-link-mobile:hover {
    color: #fff;
  }

  .nav-link-mobile.w--current {
    color: #fbce70;
  }

  .navigation-split {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(63, 10, 61, 0.1);
    background-color: #fbce70;
    color: #3f0a3d;
  }

  .menu-button.w--open {
    border-color: #02676b;
    background-color: #523021;
    color: #fbce70;
  }

  .top-bar {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .image.d-none {
    display: none;
  }

  .t-b-c-info {
    line-height: 30px;
  }

  .tbc-info-icon {
    width: 26px;
    height: 25px;
  }

  .tbc-info-text {
    position: absolute;
    padding-left: 40px;
    font-size: 14px;
    line-height: 30px;
  }

  .hero-h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .sec-uber {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h.sec-h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .h.cta-h {
    font-size: 40px;
    line-height: 50px;
  }

  .h.sec-h3-inner {
    font-size: 40px;
    line-height: 44px;
  }

  .ps.uber-ps {
    font-size: 26px;
    line-height: 32px;
  }

  .p.para {
    font-size: 18px;
    line-height: 30px;
  }

  .uber-right-text {
    right: 0%;
  }

  .sec-cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ser-right-img {
    width: 400px;
  }

  .prod-top-img {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tab {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .tabs {
    top: -48px;
  }

  .prod-grid {
    width: 50%;
  }

  .prod-tab-pane {
    padding-top: 20px;
  }

  .sec-angebote {
    padding-top: 60px;
  }

  .sec-ange {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec-cta-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lh-top-info {
    line-height: 15px;
  }

  .icon {
    font-size: 30px;
  }

  .container-2 {
    width: 768px;
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav02 {
    height: 68px;
  }

  .brand-centre {
    width: 122px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-side {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

  .top-bar {
    display: none;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .sec-heading {
    padding-bottom: 0px;
  }

  .h.cta-h {
    font-size: 30px;
    line-height: 36px;
  }

  .h.h3 {
    font-size: 20px;
  }

  .h.h4 {
    font-size: 20px;
  }

  .p.para {
    line-height: 24px;
  }

  .uber-right {
    position: static;
  }

  .uber-right-img {
    display: none;
  }

  .uber-right-text {
    position: static;
    width: 100%;
  }

  .sec-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ser-left-text {
    padding-right: 0px;
  }

  .ser-right-img {
    display: none;
  }

  .ser-icon {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .ser-text {
    padding-left: 10px;
  }

  .prod-grid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sec-brand {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    height: 125px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec-ange {
    padding-top: 40px;
  }

  .ange-right-text {
    padding-left: 0px;
  }

  .sec-cta-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-kon-info {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  }

  .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pop-up-content {
    width: 95%;
  }

  .container-2 {
    width: 480px;
    max-width: 480px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .h.sec-h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .h.sec-h3-inner {
    font-size: 30px;
    line-height: 32px;
  }

  .uber-right-text {
    padding: 20px;
  }

  .service-card {
    display: block;
    border-top: 4px solid #523021;
    border-left-style: none;
    text-align: center;
  }

  .ser-icon {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .prod-top-img {
    padding-top: 60px;
  }

  .prod-grid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand-grid {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ange-right-text {
    padding-top: 40px;
  }

  .container-2 {
    width: 360px;
    max-width: 360px;
  }
}

@font-face {
  font-family: 'Abel';
  src: url('../fonts/abel-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rancho';
  src: url('../fonts/Rancho-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}