@font-face {
  font-family: "Mienmaar";
  src: url("assets/fonts/khyay-regular.ttf");
}
@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham-Light.otf");
}
.alt-font, .alt-font > * {}
body{font-family: "Mienmaar", sans-serif;font-weight: 300; font-style: normal;color:var(--color-3);font-size:1rem;font-weight: 400;}
a{transition:all ease-out .3s;color:var(--color-2);text-decoration:none;position:relative;opacity: .9;}
a:hover,a:active{text-decoration:none;color:inherit;opacity: 1;}
h1,h2,h3,h4{}
p {font-family: "Gotham", sans-serif;}

/*site*/
.funky-nav .nav-item {margin: 0 .5rem;}
.product-logo img {height: 30px!important;}
.form-control {color: var(--color-7);}
.animation-element {opacity: 0;}
.animation-element.in-view {opacity: 1;}
.bg-iframe {position: relative;overflow: hidden;}
.bg-iframe > iframe {position:absolute;top: 0;left: 0;opacity: .2;width: 100%;height: 100%;}
.dropdown-item.active, .dropdown-item:active {background-color: var(--color-2);}
#nav-left .navbar-nav {margin-left: auto;}
#nav-mobile .navbar-collapse {position: fixed;left: 0;top: 0;width: 100%;height: 100vh; max-width: 280px;padding: 2rem;background-color: var(--color-0);transform: translateX(-100%);transition: all ease-in .2s;box-shadow: 0 0 0 10000px rgba(0,0,0,.2);}
#nav-mobile .navbar-collapse.show {transform: translateX(0%);transition: all ease-out .3s;}
#nav-mobile .navbar-toggler {position: fixed;right: 5px;top: 12px;outline: none!important;box-shadow: none!important;}
.navbar-light .navbar-toggler-icon {background-image: url('../../art/menu.svg');}
.navbar-light .navbar-toggler {border-color: transparent;}
.navbar-toggler:focus {box-shadow: none;}

/*this is a thing*/
#thinglink-dream {overflow: hidden;}
.the-show-must-go-on {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
.thinglink-hotspot {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  z-index: 3;
  transform: translateZ(1);
}
.thinglink-dot {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-1);
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 2px var(--color-1);
  cursor: pointer;
  transition: background 0.2s;
  z-index: 9;
  position: relative;
  transform: translateZ(1);
}
.thinglink-hotspot:hover .thinglink-dot {
  box-shadow: 0 0 0 4px var(--color-1);
}
.thinglink-tooltip {
  width: 340px;
  display: none;
  position: absolute;
  left: 33px;
  top: 0;
  background: var(--color-0);
  color: #444;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 0.95rem;
  z-index: 10;
  transform: translateY(-44%);
}
.thinglink-tooltip strong {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-1);
}
.thinglink-hotspot:hover .thinglink-tooltip {
  display: block;
}
.thinglink-hotspot svg {position: absolute;opacity: 0;top: 5px;left: -992px;transition: all ease-in-out .8s;width: 0;}
.thinglink-hotspot.inverse svg {transform: rotateX(180deg) translateY(100%);}
.thinglink-hotspot.active .thinglink-dot {border: 1px solid #fff;}
.thinglink-hotspot.active svg {opacity: 1;transition: all ease-in .4s;width: 1000px;}
.thinglink-icons-row {position: relative;z-index: 2;}
.thinglink-icon {width: 80px; height: 80px;background-color: var(--color-11); border-radius: 100%;display: flex;align-items: center;justify-content: center;}
.thinglink-icon.active {background-color: var(--color-1);}
.thinglink-icon.enabled-0 {display: none;}
/*thinglink v2*/
.thinglink-tooltip-v2 { background-color: var(--color-0); width: 500px; min-height: 200px;  position: absolute;  left: -450px; top: 0; opacity: 0; visibility: hidden; color: #444;  padding: 7px 14px;  
  font-size: 0.95rem;  z-index: 10;transition: all ease-in .4s;padding: 1rem;box-shadow: -499px 0 0 var(--color-0);border-radius: 4px;box-shadow: 3px 5px 25px rgba(0,0,0,.1); transform: translateY(-50%);}
.thinglink-tooltip-v2 p {max-width: 320px;font-size: .88rem;}
.thinglink-tooltip-v2 strong {  font-weight: normal;  text-transform: uppercase;  color: var(--color-1);font-size: 1.2rem;margin-bottom: 1rem;display: block;line-height: 1.4;}
.thinglink-tooltip-v2.active {opacity: 1;visibility: visible;transition: all ease-in-out .3s;}
.thinglink-tooltip-v2 hr {border:0 solid var(--color-1);display: none;}
.thinglink-hover:hover {background-color: var(--color-1);}
/* .view-ck header {background-color: var(--color-0);} */
.btn-icon {padding: .25rem;padding-left: 1rem;}
.btn-icon svg {background-color: var(--color-0);border-radius: 50%;aspect-ratio: 1 / 1;color: var(--color-3);margin-left: 1rem;padding: .5rem;width: 33px;height: 33px;}
.le-brand img {margin: auto;}
.le-brand .logo-wrap:last-child {display: none;}
.le-brand.minified .logo-wrap:last-child {display: block;}
.le-brand.minified .logo-wrap:first-child {display: none;}
.img-scale-1 {transform: scale(1.5,1.5);position: relative;z-index: 0;}
.overflow-x-hidden {overflow-x: hidden;position: relative;}
.iam-a-table {align-items: center;margin: 0;}
.iam-a-table li {list-style: none;margin-bottom: .5rem;}
.rect-svg-type-1 .clip-me-1 {margin: 1rem;}
.featured-swiper .swiper-slide {border: 10px solid var(--color-1);transition: border ease-in-out .3s;}
.featured-swiper .swiper-slide:hover {border: 10px solid var(--color-0);}
.clip-me-1 {clip-path: circle(50% at 50% 50%);aspect-ratio: 1 / 1;width: 256px;height: 256px;}
.skew-me-1 {transform: skew(-40deg);border-radius: 4.5rem 0 0 0;}
.pikapika {position: relative;line-height: 100%;margin-bottom: 1rem;padding-right: calc(1rem + 10px);}
.pikapika:after {content: '';width: 10px;height: 100%;background-color:var(--color-5) ;position: absolute;right:0;top: 0;}
.pikapii {position: relative;line-height: 100%;margin-bottom: 1rem;padding-left: calc(1rem + 10px);}
.pikapii:after {content: '';width: 10px;height: 100%;background-color:var(--color-7) ;position: absolute;left:0;top: 0;}
.hero-height {min-height: 83vh;}
.bg-blur {backdrop-filter: blur(4px);}
.p-margin-off p {margin-bottom: 0;}
.navbar-toggler:focus {box-shadow: 0 0 0 .115rem;}
.icon {display: inline-block;background-position: center;background-repeat: no-repeat;}
.icon.stamp {width: 50px;height: 50px;background-image: url('../../art/stamp.svg');}
.article-text-p p {margin-bottom: 1.66rem;font-size: 1.12rem;font-weight: 400;}
.article-text-color p {color: var(--color-7);}
.bg-1 .border-bottom {border-bottom-color: var(--color-2)!important;}
.more:before {content: '';width:33px;height:33px;background:url('../../art/arrow-right.svg') no-repeat center;display: inline-block;border-radius:0;transition: all ease-in .2s;transform: translateX(0);}
.more-2:before {background:url('../../art/arrow-right-alt.svg') no-repeat center;}
.more:hover:before {transform: translateX(3px);transition: all ease-out .1s;}
/* header {box-shadow: 0 2px 4px rgba(0,0,0,.2);} */
#fly-me-to-the-moon {bottom: -100px;transform: rotate(90deg);transition: all ease-in-out .2s;}
#fly-me-to-the-moon.show {bottom: 15px;transform: rotate(0);transition: all ease-in-out .5s;}
header.minify .brand {width: 75px;height: auto;}
.video-169 {aspect-ratio: 16/9;}
.video-169 iframe {width: 100%;height: 100%;}
.iframe-shadow iframe {box-shadow: 5px 15px 33px rgba(0,0,0,.2);}
.mw-200 {max-width: 200px;}
.ar-11 {aspect-ratio: 1 / 1;}
.ar-108 {aspect-ratio: 100 / 88;}
.ar-43, .img-ar-43 img {aspect-ratio: 4 / 3;}
.ar-34 {aspect-ratio: 3 / 4;}
.img-34 img {aspect-ratio:3/4;object-fit:cover;width:100%;height:100%;}
.swiper-slide {height: auto!important;}
.article-text-1 p {font-size: 1rem;margin-bottom: 1.6rem;line-height: 150%;}
.article-text-1 h1 {font-size: 2.5rem;font-weight: 300;margin-bottom: 1.5rem;text-transform: uppercase;}
.article-text-1 h2 {font-size: 2.5rem;font-weight:300;margin-bottom: 1.5rem;text-transform: uppercase;}
.article-text-1 h3 {font-size: 2rem;margin-bottom: 1.5rem;text-transform: uppercase;}
.article-text-1 h4 {font-size: 1.5rem;margin-bottom: 1.5rem;}
.article-text-1 h5 {font-size: 1rem;margin-bottom: 1.5rem;}
.img-responsive img {width: 100%;}
/*override BS default styles*/
.rounded-bottom {border-bottom-left-radius: 3rem!important;border-bottom-right-radius: 3rem!important;}
.form-check {margin-bottom: .5rem;}
.form-check-input:checked {background-color: var(--color-2);border-color: var(--color-2);}
.nav-tabs .nav-item {position: relative;width: auto;flex: auto;}
.nav-tabs .nav-item:not(:last-child):after {content: '';height: 100%;width: 1px;position: absolute;background-color: rgba(0,0,0,.1);top: 0;right: 0;}
.nav-tabs .nav-link:hover {background-color: rgba(255,255,255,.5);}
.accordion-button:focus {border-color: #fff;box-shadow: none;}
.accordion-button {font-size: 1.5rem;color: #fff;background-color: #968c83;}
.accordion-button::after {background-image: url('../../art/accordion-collapsed.svg');}
.accordion-button:not(.collapsed) {background-color: #fff;color: #7d746d;}
.accordion-button:not(.collapsed)::after {background-image: url('../../art/accordion-open.svg');transform: none;}
.accordion-body {color: #57514b;background-color: #d6d2c4;}
.form-control:focus {background-color: #fff;box-shadow: none;outline: none;border-color: var(--color-3);}
.form-label {font-size: 1.25rem;}
.container-xl {max-width:1364px;}
.container-xxl {max-width:1800px;}
/* .border-bottom {border-bottom:1px solid var(--color-7)!important;} */
.navbar-toggler-expand {border: none;background-color: transparent;}
.border-bottom-light {border-bottom:1px solid #d3d3d3!important;}
.navbar-dark .navbar-nav .nav-item {padding: 0 1rem;}
.navbar-dark .navbar-nav .nav-link {padding: 1.3rem 0!important;}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {color: var(--color-3)!important;font-weight: bold;box-shadow: 0 18px 0 var(--color-1), 0 -18px 0 var(--color-3);}
/*override swiper styles*/
.swiper-pagination {}
.swiper-button-next, .swiper-button-prev {width: 72px!important;height: 72px!important;background-color: var(--color-0)!important;background-position: center;background-repeat: no-repeat;margin-top: -72px;}
/* .swiper-button-next, .swiper-rtl .swiper-button-prev {background-image: url('../../art/arrow-right.svg');right: 0!important;}
.swiper-button-prev, .swiper-rtl .swiper-button-next {background-image: url('../../art/arrow-left.svg');left: 0!important;} */
/* .swiper-button-next:after, .swiper-button-prev:after {display: none;} */
.swiper-button-next, .swiper-button-prev {color: var(--color-11);}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 12px!important;}
.swiper-pagination-bullet {
  width: 15px!important;
  max-width:10vw!important;
  height: 15px!important;
  display: inline-block!important;
  border-radius: 0%!important;
  background: var(--swiper-pagination-bullet-inactive-color,var(--color-2))!important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1)!important;
}
.swiper-pagination-bullet-active {background: var(--color-0)!important;opacity: 1!important;box-shadow: 0 0 0 2px var(--color-1);}

/*UX - animations*/
.hover-move-icon svg {left:0;position: relative;transition: all ease-out .2s;}
.hover-move-icon:hover svg {left:5px;}
.hover-underline a {
  background: 
    linear-gradient(to right, var(--color-3), var(--color-0)) /*, linear-gradient(to right, var(--color-1), var(--color-1), var(--color-3))*/;
  background-size: 0 0.1em, 100% 0.1em; /*100% 0.1em, 0 0.1em;*/
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.hover-underline a:hover,
.hover-underline a:focus {
  background-size: 100% 0.1em, 0 0.1em;/*0 0.1em, 100% 0.1em;*/
}
.animated-underline a {
  transition: all .2s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0
}
.animated-underline a:before,.animated-underline a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  transition: all .4s ease-out;
  background-color: #fff
}
.animated-underline a:hover:before,.animated-underline a:hover:after {
  width: 100%;
  left: 0;
}
.hover-scale-1 a {transform: scale(1,1);transition: all ease-in .2s;display: block;}
.hover-scale-1 a:hover {transform: scale(1.05,1.05);transition: all ease-out .3s;}
.hover-lift-1 a {transform: translateY(0);transition: all ease-in .2s;display:block;}
.hover-lift-1 a:hover {transform: translateY(-5px);transition: all ease-out .3s;}
.animate-1 {
  animation-name: animation-1-in;
  animation-duration: .7s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.animate-1:hover {
  animation-name: animation-1-out;
  animation-duration: .25s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes animation-1-in {
  from {bottom:0;}
  to {bottom:-10px;}
}
@keyframes animation-1-out {
  from {bottom:0;}
  to {bottom:-5px}
}
.appear-from-bottom{position:relative;opacity:0;bottom:-100px;transition:all .8s ease-out}
.appear-from-bottom.active{opacity:1;bottom:0}
.scale-up {transition:all ease-in .25s;opacity:1;transform:scale(.93)}
.scale-up.animated,.scale-up:hover{transform:scale(1);opacity:1}
.from-bottom{transform:translateY(45px)}
.active .from-bottom,.active-hover:hover .from-bottom{transform:translateY(0);opacity:1}
.delay-1{transition-delay:.5s}
.animated{animation-delay:1s}
.button-animated{background:none;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 .25rem;padding:1em 2em;-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0);box-shadow:inset 0 0 0 2px rgba(0,0,0,0);font-size:inherit;font-weight:700;position:relative;vertical-align:middle}
.button-animated::before,.button-animated::after{-webkit-box-sizing:inherit;box-sizing:inherit;content:'';position:absolute;width:100%;height:100%}
.draw{-webkit-transition:color .45s;transition:color .45s}
.draw::before,.draw::after{border:2px solid transparent;width:0;height:0}
.draw::before{top:0;left:0}
.draw::after{bottom:0;right:0}
.draw:hover{color:inherit}
.draw:hover::before,.draw:hover::after{width:100%;height:100%}
.draw:hover::before{border-top-color:#121212;border-right-color:#121212;-webkit-transition:width .45s ease-out,height .45s ease-out .25s;transition:width .45s ease-out,height .45s ease-out .45s}
.draw:hover::after{border-bottom-color:#121212;border-left-color:#121212;-webkit-transition:border-color 0 ease-out .55s,width .25s ease-out .55s,height .25s ease-out .75s;transition:border-color 0 ease-out .55s,width .25s ease-out .55s,height .25s ease-out .75s}
.meet:hover{color:#121212}
.meet::after{top:0;left:0}
.meet:hover::before{border-top-color:#121212;border-right-color:#121212}
.meet:hover::after{border-bottom-color:#121212;border-left-color:#121212;-webkit-transition:height .55s ease-out,width .25s ease-out .45s;transition:height .2s ease-out,width .65s ease-out .15s}
.border-me-before,.border-me-after,.z-1{position:relative;z-index:1}
.border-me-before:before,.border-me-after:after{content:'';width:100%;height:100%;position:absolute;top:100%;border:1px solid #d5d6da;z-index:-1}
.border-me-before:before{height:33%;right:33%;margin-top:-120px;border-bottom-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}
.border-me-after:after{left:33%;margin-top:-120px;border-bottom-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}
/*UI*/
.text-underline {text-decoration: underline;}
.grayscale {filter: grayscale(1);}
/*range slider*/
.ui-widget-content {background: #fff;}
.ui-corner-all {border-radius: 1rem;}
.ui-slider .ui-slider-handle {width: 26px;height: 26px;}
.ui-widget.ui-widget-content {border:none;}
.ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #afa59e;
	background: #fff;
	font-weight: normal;
	color: #ddd;
  outline-width: 0;
  outline-color: #afa59e;
}
.b-rad-0 {border-radius: 0;}
.b-rad-1 {border-radius: .25rem;}
.b-rad-2 {border-radius: 1.25rem;}
.b-rad-3 {border-radius: .5rem;}
.b-rad-50 {border-radius: 50%;}
.b-rad-img img {border-radius: 3rem;}


/*placeholders*/
::-webkit-input-placeholder, ::placeholder {color:var(--color-6)!important;font-size:1rem!important;font-weight:600;line-height: 100%;}
::-moz-placeholder{color:var(--color-6)!important;font-size:1rem;font-weight:600;line-height: 100%;}
:-ms-input-placeholder{color:var(--color-6)!important;font-size:1rem;font-weight:600;line-height: 100%;}
:-moz-placeholder{color:var(--color-6)!important;font-size:1rem;font-weight:600;line-height: 100%;}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {padding-left: 1rem;padding-right: 1rem;}
  .rect-svg-type-1 .clip-me-1 {margin: 3rem -1rem 0;}
  .rect-svg-type-1 .clip-me-1:nth-child(2) {margin-top: -1rem;z-index: 3;}
}
@media (min-width: 1200px) {
  .row-variable .row:nth-child(odd) {flex-direction: row-reverse;}
  .section-bubbles .col-md-6:nth-child(even) {margin-left: -3rem;}
  .odd-times-bad-times > .col-12:nth-child(even) .row {flex-direction: row-reverse;}
  .odd-times-bad-times > .col-12:nth-child(even) .text-lg-end {text-align: left!important;}
} 
@media (min-width: 1800px) {
} 
@media (min-width: 767px) {
  .hero-swiper .swiper-slide {width: 80%;}
}
@media (max-width: 1800px) {
.thinglink-tooltip-v2 {left: -300px;}
}
@media (max-width: 1500px) {
.thinglink-tooltip-v2 {left: -200px;width: 300px;}
}
@media (max-width: 1200px) {
.thinglink-tooltip-v2 {left: -150px;width: 250px;}
}
@media (max-width: 1199px) {
  .swiper-2 .swiper-slide, .swiper-2 .swiper-slide.swiper-slide-active {transform: scale(1,1);}
  .xl-font,.xl-font h1,.xl-font h2,.xl-font h3,.xl-font h4,.xl-font h5,.xl-font p{font-size:2rem!important;line-height: 100%!important;}
  #mit {width:auto;}
  .rect-svg-type-1 {background-color: var(--color-0);border-top-left-radius: 3rem;}
}
@media (max-width: 768px) {
  .nav-link {font-weight: 300;}
  footer .color-0:not(.btn) .nav-link, footer .color-0 a.nav-link:not(.btn), footer a.color-0 {color: var(--color-11)!important;}
.the-show-must-go-on {position: relative;}
.thinglink-tooltip-v2.active {left: 0;top:0!important; width: 100%;position: relative;opacity: 1;visibility: visible;display: block;margin: 0 0 15px;transform: none;}
/* .thinglink-hotspots {display: none;} */
.thinglink-icon {width: 60px; height: 60px;}
.thinglink-hotspot svg, .thinglink-hotspot.inverse svg {transform: rotateX(0) rotate(-90deg) translate(-400px,600px)}
.product-logo img {height: 22px!important;}
.mustard-fee {border-radius: 2rem;background-color: var(--color-10); padding: 2rem 0;position: relative;z-index: 2;padding-bottom: 3rem;}
.snow-white {box-shadow: 0 -12px 10px rgba(0,0,0,.051);border-radius: 2rem;padding: 2rem 0;margin-top: -3rem;position: relative;z-index: 3;background-color: var(--color-0);}
.snow-white:nth-child(1){margin-top: 0;}
}


@media (orientation: portrait) {.hero-height {min-height: 45vh;} }

/*cookie popup css*/
.popup-cookieconsent-div-footer {background-color: transparent!important;}
.popup-cookieconsent-div {background-color: #333!important;overflow-y: auto!important;}
.popup-cookieconsent-div-content {background-color: #333!important;color:#fff!important;}
.cook.active {color: #fff!important;}
.cookies-allowed-title {color: #fff !important;}
.popup-cookieconsent-div a {color: #d3d3d3!important;}
.popup-cookieconsent-div .row, .popup-cookieconsent-down .row {max-width: 1240px;margin-left:auto!important;margin-right: auto!important;}
.popup-cookieconsent-down {background-color: #333!important;border-top:none!important;position: fixed;bottom:0;left:0;width:100%;}
.popup-cookieconsent-down a {color: #fff;}
.popup-cookieconsent-down p {color: #fff;}
.popup-cookieconsent-button a {border:solid 3px #fff!important;border-radius: 0!important;padding-left: 24px!important;padding-right:24px!important;background-color:#fff!important;}
.popup-cookieconsent-button a:hover {color:#333!important;}
.popup-cookieconsent-button.save a, .popup-cookieconsent-button.allow a {background-color: #333!important;color:#fff!important;}
.popup-cookieconsent-button.cancel a, .popup-cookieconsent-close-button a {color: #333!important;}
.popup-cookieconsent-close-button a:after {line-height: 24px;}

@media (max-width: 767px) {
  .popup-cookieconsent-button  {display: block!important;}
  .cookies-allowed-title {margin-top: 1rem!important;}
}
