@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap";.nav-logo-mobile{position:absolute;top:1.3rem;left:2rem;--size:calc(2.5rem + 4vmin);width:var(--size);height:auto}.language-selector--mobile{position:absolute;top:2.25rem;left:1.5rem;border-radius:2rem;padding:.25rem}.language-selector--desktop{border-radius:2rem;padding:.25rem;background-color:var(--color-primary)}#open-phased{color:var(--text-color);cursor:pointer;left:0;padding:var(--space) calc(var(--space) * 2) calc(var(--space) + .5vmin);padding-top:0}header.nav-mobile .main-navigation-toggle{position:fixed;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}header.nav-mobile .main-navigation-toggle+label{position:fixed;top:calc(var(--space) * 1.5);right:calc(var(--space) * 2);cursor:pointer;z-index:1001;background-color:var(--nav-color);border-radius:50%;padding:.5rem}header.nav-mobile .icon--menu-toggle{--size:calc(2rem + 4vmin);display:flex;align-items:center;justify-content:center;width:var(--size);height:var(--size);stroke-width:6;background-color:var(--color-secondary);padding:.5rem;border-radius:50%}header.nav-mobile .icon-group{transform:translate(0);transition:transform var(--nav-duration) var(--nav-ease)}header.nav-mobile .icon--menu{stroke:var(--color-primary)}header.nav-mobile .icon--close{stroke:var(--color-primary);transform:translate(-100%)}header.nav-mobile .main-navigation{position:fixed;top:0;left:0;display:flex;align-items:center;width:100%;height:100%;transform:translate(-100%);transition:transform var(--nav-duration);z-index:1000}header.nav-mobile .main-navigation:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-primary);transform-origin:0 50%;z-index:-1}header.nav-mobile .main-navigation ul{font-size:var(--nav-font-size);font-family:var(--font-heading);width:100%}header.nav-mobile .main-navigation li{--border-size: 1vmin;display:flex;align-items:center;position:relative;overflow:hidden}header.nav-mobile .main-navigation li a{display:inline-block;width:100%;max-width:1600px;margin:0 auto;color:var(--color-secondary);line-height:1;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:var(--space) calc(var(--space) * 2) calc(var(--space) + var(--border-size) / 2);transform:translateY(100%);transition:.2s}header.nav-mobile .main-navigation li a:hover{padding-inline:2rem}header.nav-mobile .main-navigation-toggle:checked~label .icon--menu-toggle .icon-group{transform:translate(100%)}header.nav-mobile .main-navigation-toggle:checked~.main-navigation{transition-duration:0s;transform:translate(0)}header.nav-mobile .main-navigation-toggle:checked~.main-navigation:after{animation:nav-bg var(--nav-duration) var(--nav-ease) forwards}header.nav-mobile .main-navigation-toggle:checked~.main-navigation a{animation:link-appear calc(var(--header-duration) * 1.5) var(--nav-ease) forwards}header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(1):after,header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(1) a{animation-delay:calc((var(--header-duration) / 2) * 1 * .125)}header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(2):after,header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(2) a{animation-delay:calc((var(--header-duration) / 2) * 2 * .125)}header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(3):after,header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(3) a{animation-delay:calc((var(--header-duration) / 2) * 3 * .125)}header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(4):after,header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(4) a{animation-delay:calc((var(--header-duration) / 2) * 4 * .125)}header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(5):after,header.nav-mobile .main-navigation-toggle:checked~.main-navigation li:nth-child(5) a{animation-delay:calc((var(--header-duration) / 2) * 5 * .125)}@keyframes nav-line{0%{transform:scaleX(0);transform-origin:0 50%}35%{transform:scaleX(1.001);transform-origin:0 50%}65%{transform:scaleX(1.001);transform-origin:100% 50%}to{transform:scaleX(0);transform-origin:100% 50%}}@keyframes nav-bg{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(0)}}@keyframes link-appear{0%{transform:translate(-100%)}30%,to{transform:translate(0)}}header.nav-desktop{display:none;justify-content:space-between;align-items:center;flex-direction:row;position:fixed;top:0;left:0;width:100vw;z-index:1000;background:var(--nav-color)}header.nav-desktop .nav-logo img{width:21rem;height:auto}header.nav-desktop ul{display:flex;align-items:center;gap:2rem;transition:margin-right .3s}header.nav-desktop ul li{font-size:1.1rem}header.nav-desktop ul li a{position:relative;color:var(--text-color)}header.nav-desktop ul li a:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;width:0%;transition:.2s;background:var(--color-primary);height:2px}header.nav-desktop ul li a:hover:after{width:100%}@media screen and (min-width: 1100px){header.nav-desktop ul{margin-right:2rem}}@media screen and (min-width: 1400px){header.nav-desktop ul{margin-right:7rem}}@media screen and (min-width: 1350px){header.nav-desktop{padding-inline:calc((100vw - 1350px)/2)}}@media screen and (max-width: 1415px){header.nav-desktop{padding-inline:2rem}}footer{background:var(--footer-color);bottom:0;width:100%;margin-inline:auto;margin-top:4rem;padding-inline:2rem;padding-bottom:2rem}footer .footer-logo{width:30rem;height:auto;margin-bottom:4rem}footer .link-container{display:grid;grid-template-columns:1fr;gap:2rem}footer .link-container h3{margin-bottom:1rem}footer .link-container .footer-essential li:not(:last-child),footer .link-container .footer-contact li:not(:last-child),footer .link-container .footer-policies li:not(:last-child){margin-bottom:.5rem}footer .link-container .footer-socials li:not(:last-child){margin-bottom:1rem}footer .link-container .footer-contact ul{display:flex;gap:2rem}footer .link-container .footer-contact .footer-contact--first{margin-bottom:.5rem}@media screen and (min-width: 840px){footer .link-container{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1350px){footer .link-container{gap:0;justify-content:space-between;grid-template-columns:max-content max-content max-content max-content}}@media screen and (min-width: 1415px){footer{padding-inline:calc((100vw - 1400px)/2 + 1rem)}}section.hero{margin-top:11rem;margin-bottom:-4rem;display:grid;grid-template-columns:1fr;justify-content:flex-start;gap:4rem;position:relative}section.hero .hero-left--header{font-size:var(--font-size-h1);line-height:125%;margin-bottom:1rem}section.hero .hero-left--desc{font-size:var(--font-size-h4);width:80%;margin-bottom:2rem}section.hero .hero-left--cta{display:flex;flex-direction:column;gap:1rem;font-size:var(--font-size-h4)}section.hero .hero-left--scroll{opacity:0;width:0;transition:opacity .3s,width .3s}section.hero .hero-right--rectangle{position:absolute;width:20rem;height:auto;right:0;z-index:-1;transform:rotate(90deg)}section.hero .hero-right--image{width:18rem;height:auto;margin-top:3rem;margin-bottom:8rem;margin-inline:auto}@media screen and (min-width: 730px){section.hero{grid-template-columns:1fr 1fr;gap:0}section.hero .hero-left--desc{width:70%}section.hero .hero-left--cta{flex-direction:column}section.hero .hero-right--rectangle{width:23rem;transform:translateY(-2.5rem) rotate(90deg)}}@media screen and (min-width: 960px){section.hero .hero-right--rectangle{width:30rem;margin-top:-11rem;transform:rotate(0)}section.hero .hero-right--image{height:20rem;width:auto;transform:translate(calc(11vw - 4rem),-5rem)}}@media screen and (min-width: 1100px){section.hero .hero-left .hero-left--scroll{opacity:1;width:unset;margin-top:4rem}section.hero .hero-right--rectangle{width:35rem}section.hero .hero-right--image{height:25rem;width:auto}}@media screen and (min-width: 1400px){section.hero .hero-left .hero-left--scroll{transform:translate(19.5rem)}section.hero .hero-right--rectangle{width:45rem}section.hero .hero-right--image{height:35rem;width:auto;transform:translate(1rem,-5rem)}}.transition{transition:.3s}.scrolled{background-size:100% 100%!important}@media screen and (min-width: 960px){header.nav-desktop{background-color:unset;background-image:var(--nav-color);background-size:calc(100% - 30.8rem) 100%;background-repeat:no-repeat}}@media screen and (min-width: 1100px){header.nav-desktop{background-size:calc(100% - 35.8rem) 100%}}@media screen and (min-width: 1400px){header.nav-desktop{background-size:calc(100% - 45.8rem - ((100vw - 1400px)/2)) 100%}}@media screen and (min-width: 1412px){header.nav-desktop{background-size:calc(100% - 45.4rem - ((100vw - 1400px)/2)) 100%}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}section.honeys-landing{display:grid;grid-template-columns:1fr}section.honeys-landing .honeys-landing--left{order:1;margin-bottom:4rem}section.honeys-landing .honeys-landing--left--desc{margin-bottom:1.5rem}section.honeys-landing .honeys-landing--arrow{opacity:0;width:0;transition:opacity .3s,width .3s;order:3}section.honeys-landing .honeys-landing--right{order:2;margin-inline:auto}section.honeys-landing .honeys-landing--right--carousel{height:15rem;width:auto;zoom:.88;float:right}section.honeys-landing .honeys-landing--right--carousel--box{display:flex;gap:1rem}section.honeys-landing .honeys-landing--right--carousel--box img{height:-moz-fit-content;height:fit-content;width:auto}section.honeys-landing .honeys-landing--right--carousel--box h4{margin-bottom:.5rem}section.honeys-landing .carousel-status{display:none!important}.slide{background-color:#1d1d1d;padding:2rem;border-radius:1rem}.slide p{margin-bottom:1rem;min-width:14.99rem!important;width:15rem!important;max-width:15rem!important}.slide .button{margin-bottom:1rem}@media screen and (min-width: 351px) and (max-width: 450px){section.honeys-landing .honeys-landing--right{zoom:.8}}@media screen and (min-width: 600px){section.honeys-landing .honeys-landing--right--carousel{zoom:unset}}@media screen and (min-width: 855px){section.honeys-landing{grid-template-columns:1fr 1fr}section.honeys-landing .honeys-landing--left--desc{margin-bottom:1.5rem}section.honeys-landing .honeys-landing--right--carousel{height:15rem;width:auto}section.honeys-landing .honeys-landing--right--carousel--box{display:flex;gap:2rem}section.honeys-landing .honeys-landing--right--carousel--box img{height:-moz-fit-content;height:fit-content;width:auto}section.honeys-landing .honeys-landing--right--carousel--box h4{margin-bottom:.5rem}section.honeys-landing .carousel-status{display:none!important}}@media screen and (min-width: 1000px){section.honeys-landing{grid-template-columns:2fr 1fr 1fr}section.honeys-landing .honeys-landing--arrow{order:2}section.honeys-landing .honeys-landing--right{order:3}}@media screen and (min-width: 1360px){section.honeys-landing{grid-template-columns:1fr 1fr 1fr}section.honeys-landing .honeys-landing--arrow{opacity:1;width:20rem;height:auto;transform:translateY(3rem) rotate(10deg)}}section.about-us{margin-top:12rem}section.about-us .about-us--header{margin-bottom:4rem}section.about-us .about-us--wrapper{display:flex;justify-content:center}section.about-us .about-us--wrapper .about-us--content{display:grid;grid-template-columns:1fr;gap:2rem;height:-moz-fit-content;height:fit-content}section.about-us .about-us--wrapper .about-us--content--box{width:25rem;height:15rem;padding:2rem;border-radius:1rem;text-align:center;background-color:#1d1d1d;transition:transform .3s}section.about-us .about-us--wrapper .about-us--content--box h3{line-height:125%;margin-bottom:2rem}section.about-us .about-us--wrapper .about-us--content--box p{min-width:20.99rem!important;width:21rem!important;max-width:21rem!important}section.about-us .about-us--wrapper .about-us--content--box:hover{transform:translateY(-.5rem)}section.about-us .about-us--wrapper .about-us--image{display:none}@media screen and (min-width: 351px) and (max-width: 450px){section.about-us .about-us--wrapper .about-us--content--box{zoom:.8}}@media screen and (min-width: 900px){section.about-us .about-us--wrapper .about-us--content{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1100px){section.about-us .about-us--wrapper{justify-content:unset}section.about-us .about-us--wrapper .about-us--content{gap:4rem;height:-moz-fit-content;height:fit-content}section.about-us .about-us--wrapper .about-us--content--box{width:30rem}section.about-us .about-us--wrapper .about-us--content--box p{min-width:unset!important;width:unset!important;max-width:unset!important}section.about-us .about-us--wrapper .about-us--image{display:unset;z-index:-1;transform:translate(-14.5rem,-6rem)}}section.hero .honeys-hero-image{width:22rem;height:auto;margin-top:5rem;margin-bottom:8rem;margin-inline:auto}.honeyid{margin-bottom:28rem}.honeys-qoute{width:8rem;position:absolute;z-index:-1;top:9rem;left:2rem}.hero-left--desc .quote-div{width:90%;margin-left:0;margin-top:0}@media screen and (min-width: 960px){section.hero .honeys-hero-image{width:25rem;transform:translate(calc(10vw - 4rem),-5rem)}}@media screen and (min-width: 1100px){section.hero .honeys-hero-image{width:30rem;transform:translate(calc(9vw - 4rem),-5rem)}}@media screen and (min-width: 1300px){section.hero .honeys-hero-image{transform:translate(calc(9.5vw - 4rem),-5rem)}}@media screen and (min-width: 1400px){section.hero .honeys-hero-image{width:50rem;transform:translate(.5rem,-5rem)}}@media screen and (min-width: 1500px){section.hero .honeys-hero-image{position:absolute;top:-2rem;right:-2.5rem;width:51rem}}@media screen and (min-width: 350px){section.hero .hero-left--desc img{top:12rem}}@media screen and (min-width: 395px){section.hero .hero-left--desc img{top:10rem}}@media screen and (min-width: 422px){section.hero .hero-left--desc img{top:7rem}}@media screen and (min-width: 451px){.hero-left--desc .quote-div{width:90%;margin-left:3rem;margin-top:5rem}}@media screen and (min-width: 730px){section.hero .hero-left--desc img{top:10rem}}@media screen and (min-width: 780px){section.hero .hero-left--desc img{top:8rem}}@media screen and (min-width: 1100px){section.hero .hero-left--desc img{top:14rem}}@media screen and (min-width: 1137px){section.hero .hero-left--desc img{top:10rem}}.honeys-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:-moz-fit-content;width:fit-content;padding-inline:2rem;margin-inline:auto;margin-top:2rem}.honeys-grid .honeys-grid--search{display:grid;place-items:center;margin-top:8rem;grid-column:1/-1;margin-bottom:2rem}.honeys-grid .honeys-grid--search h4{margin-bottom:.5rem}.honeys-grid .honeys-grid--search input{width:15rem;border:0;border-radius:1rem;background-color:#fff;padding:.25rem .5rem}.honeys-grid .honeys-landing--right--carousel--box{background-color:#1d1d1d;padding:2rem;border-radius:1rem;width:-moz-fit-content;width:fit-content;text-align:center;display:flex;gap:2rem}.honeys-grid .honeys-landing--right--carousel--box p{width:10rem;margin-bottom:1rem}.honeys-grid .honeys-landing--right--carousel--box .button{margin-bottom:1rem}@media screen and (min-width: 351px) and (max-width: 450px){.hero-left--desc .quote-div{width:100%;margin-left:3rem;margin-top:5rem}section.honeys-grid .honeys-landing--right--carousel--box{zoom:.7}}@media screen and (min-width: 900px){.honeys-grid{grid-template-columns:1fr 1fr;max-width:66.375rem}.honeys-grid .honeys-grid--search{place-items:flex-start}.honeys-grid .honeys-grid--search input{width:25rem}}@media screen and (min-width: 1100px){.honeys-grid{margin-top:8rem}.honeys-grid .honeys-landing--right--carousel--box p{width:15rem}}@media screen and (min-width: 1500px){.honeys-grid{margin-top:16rem}}@media screen and (min-width: 1600px){.honeys-grid{margin-top:18rem;grid-template-columns:1fr 1fr 1fr;max-width:100rem}.honeys-grid .honeys-landing--right--carousel--box{zoom:.875}}section.hero .honeyid-hero-image{width:10rem;height:auto;margin-top:3.5rem;margin-bottom:8rem;margin-inline:auto}@media screen and (min-width: 960px){section.hero .honeyid-hero-image{width:15rem;transform:translate(calc(8vw - 4rem),-7rem)}}@media screen and (min-width: 1100px){section.hero .honeyid-hero-image{width:20rem;transform:translate(calc(7vw - 4rem),-7.5rem)}}@media screen and (min-width: 1300px){section.hero .honeyid-hero-image{transform:translate(calc(10vw - 4rem),-7.5rem)}}@media screen and (min-width: 1400px){section.hero .honeyid-hero-image{width:23rem;transform:translate(.5rem,-6rem)}}section.hero .hero-left--desc--nav{width:-moz-max-content;width:max-content;min-width:28.2rem;display:flex;align-items:center;gap:1rem;cursor:pointer;margin-top:2rem}section.hero .hero-left--desc--nav li{padding:1rem}section.hero .hero-left--desc--nav .first-tab{margin-left:0!important}section.hero .hero-left--desc .selected-tab{background-color:#1d1d1d;padding:1rem;border-radius:1rem 1rem 0 0;font-weight:700}section.hero .hero-left--desc--content{background:var(--nav-color);padding:1rem 1rem 3rem;border-radius:0 1rem 1rem}section.hero .notfound-hero-image{width:25rem;height:auto;margin-top:5rem;margin-bottom:8rem;margin-inline:auto}@media screen and (min-width: 960px){section.hero .notfound-hero-image{width:25rem;transform:translate(calc(10vw - 4rem),-5rem)}}@media screen and (min-width: 1100px){section.hero .notfound-hero-image{width:30rem;transform:translate(calc(7vw - 4rem),-5rem)}}@media screen and (min-width: 1300px){section.hero .notfound-hero-image{transform:translate(calc(9.5vw - 4rem),-5rem)}}@media screen and (min-width: 1400px){section.hero .notfound-hero-image{width:50rem;transform:translate(.5rem,-5rem)}}section.policy{margin-top:11rem}section.policy h1{margin-bottom:3rem}section.policy h3{margin-bottom:1rem}section.policy p{margin-bottom:2rem}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}ul,ol{list-style:none}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a{text-decoration:none;color:var(--textColor);-webkit-tap-highlight-color:transparent}i{cursor:pointer}img,picture,svg{max-width:100%;display:block}h1,h2,h3,h4,h5,h6,p,input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*,input,textarea,button,select,a{-webkit-tap-highlight-color:transparent}a:focus,a:visited,a:active{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;scroll-padding:8rem;background-color:var(--bg-color);color:var(--text-color);font-weight:300;font-family:Poppins,"sans-serif"}body,#root{overflow-x:hidden!important}#loader{position:absolute;top:40%;left:50%;transform:translate(-50%);gap:2rem;opacity:1}#content{opacity:1}section:last-child{padding-bottom:7rem}:root{--bg-color: #2c2c2c;--nav-color: linear-gradient(#1d1d1d 40%, #2c2c2c 100%);--footer-color: linear-gradient(#2c2c2c 20%, #1d1d1d 100%);--color-primary: #FFB400;--color-primary-dark: #dd9b00;--color-secondary: #F0F7EE;--selection-color: var(--color-primary);--title-color: white;--text-color: white;--font-size-h1: 2rem;--font-size-h2: 1.75rem;--font-size-h3: 1.5rem;--font-size-h4: 1.25rem;--font-size-p: .9rem;--header-duration: 1s;--nav-duration: calc(var(--header-duration) / 4);--nav-ease: cubic-bezier(.215, .61, .355, 1);--space: .75rem;--font-primary: "Poppins", sans-serif;--font-heading: "Poppins", serif;--nav-font-size: 10vmin;--horizontal-margin: }@media screen and (min-width: 1100px){:root{--font-size-h1: 3rem;--font-size-h2: 2.5rem;--font-size-h3: 2rem;--font-size-h4: 1.25rem;--font-size-p: 1rem}}h1{font-size:var(--font-size-h1);font-weight:600;transition:font-size .3s}h2{font-size:var(--font-size-h2);font-weight:500;transition:font-size .3s}h3{font-size:var(--font-size-h3);font-weight:500;transition:font-size .3s}h4{font-size:var(--font-size-h4);font-weight:500;transition:font-size .3s}p{font-size:var(--font-size-p);font-weight:300;transition:font-size .3s}html::-webkit-scrollbar{width:.85em;background-color:#1e1e1e}html::-webkit-scrollbar-thumb{background-color:var(--color-primary)}html{scrollbar-color:var(--color-primary) rgb(30,30,30)}::-moz-selection{background:var(--selection-color)}::selection{background:var(--selection-color)}.container{margin-inline:auto;margin-block:4rem;padding-inline:2rem;max-width:1400px}header.nav-desktop{margin-inline:auto;padding-block:1rem}.button{width:-moz-fit-content;width:fit-content;padding:.5rem 1.5rem;border:0;border-radius:2rem;cursor:pointer;transition:background-color .3s}.button.primary-button{background-color:var(--color-primary)}.button.primary-button:hover{background-color:var(--color-primary-dark)}.button.secondary-button{background-color:#1d1d1d}.button.secondary-button:hover{background-color:var(--color-primary)}.dot-color{color:var(--color-primary)}.back-to-the-top{position:fixed;z-index:999;bottom:1rem;right:1.5rem;width:3rem;height:3rem;padding:.5rem;border-radius:50%;background-color:var(--color-primary);display:none;opacity:0;transition:opacity .3s;cursor:pointer}.reveal{position:relative;transform:translateY(5rem);opacity:0;transition:opacity 2s ease,transform 2s ease}.reveal.active{transform:translateY(0);opacity:1}@keyframes reveal{0%{transform:translateY(-5rem);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (min-width: 900px){header.nav-mobile{display:none}header.nav-desktop{display:flex}}@media screen and (max-width: 350px){:root{--font-size-h1: 1.75rem;--font-size-h2: 1.25rem;--font-size-h3: 1.125rem;--font-size-h4: 1rem;--font-size-p: 1rem}.container{padding-inline:1rem}.back-to-the-top{right:1rem}.nav-logo-mobile{left:1rem}header.nav-mobile .icon--menu-toggle{transform:translate(1rem)}section.hero .hero-left{max-width:250px}section.hero .hero-left--header,section.hero .hero-left--desc{width:100%}section.hero .hero-left--desc{max-width:-moz-max-content;max-width:max-content;margin-left:0;margin-top:3rem}section.hero .hero-left--desc img{display:none}section.hero .hero-left--desc--nav{gap:.4rem}section.hero .hero-left--desc--content{border-radius:0 0 1rem 1rem}section.hero .hero-right--rectangle{display:none}section.hero .hero-right--image{width:15rem}section.honeys-grid{padding-inline:1rem}section.honeys-grid .honeys-landing--right--carousel--box{zoom:.6}section.honeys-landing .honeys-landing--right{margin-inline:auto}section.honeys-landing .honeys-landing--right--carousel{zoom:.5}section.about-us .about-us--wrapper{zoom:.6}footer .link-container .footer-contact ul{display:unset}}@media screen and (min-width: 351px) and (max-width: 450px){:root{--font-size-h1: 2rem;--font-size-h2: 1.75rem;--font-size-h3: 1.5rem;--font-size-h4: 1.25rem;--font-size-p: .9rem}.container{padding-inline:2rem}section.hero .hero-left{max-width:380px}section.hero .hero-left--desc{width:80%}section.hero .hero-right--rectangle{display:unset}footer .link-container .footer-contact ul{display:unset}}@media screen and (min-width: 451px) and (max-width: 500px){section.hero .hero-left{max-width:unset}section.hero .hero-left--desc{width:80%}section.honeys-landing .honeys-landing--right{margin-inline:auto}section.honeys-landing .honeys-landing--right--carousel{zoom:.8}}@media screen and (min-width: 2560px){body{zoom:1.3333333333}header.nav-desktop{padding-inline:calc(var(--horizontal-margin) + 2rem);justify-content:flex-start;gap:27.5rem}}@media screen and (min-width: 3840px){body{zoom:2}}@media screen and (min-width: 5120px){body{zoom:2.6666666667}}@media screen and (min-width: 7680px){body{zoom:4}}
